* syntax.texi (Position Parse): Document rationale for ignored
[bpt/emacs.git] / doc / lispref / ChangeLog
1 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
2
3 * syntax.texi (Position Parse): Document rationale for ignored
4 arguments to syntax-ppss-flush-cache.
5
6 * processes.texi (Input to Processes): Mark PROCESS arg to
7 process-running-child-p as optional.
8 (Network Options): Document NO-ERROR arg to
9 set-network-process-option.
10
11 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
12 command.
13
14 * searching.texi (POSIX Regexps): Mark posix-search-forward and
15 posix-search-backward as commands.
16
17 * os.texi (Killing Emacs): Mark kill-emacs as a command.
18 (Suspending Emacs): Mark suspend-emacs as a command.
19 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
20 commands.
21 (Terminal Output): Remove obsolete function baud-rate. Document
22 TERMINAL arg for send-string-to-terminal.
23
24 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
25 terminal-coding-system and set-terminal-coding-system.
26 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
27 as optional.
28 (Character Sets): Document RESTRICTION arg of char-charset.
29 (Character Codes): Mark POS argument to get-byte as optional.
30
31 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
32 minibuffer-message.
33
34 * files.texi (Create/Delete Dirs): Mark make-directory and
35 delete-directory as commands.
36
37 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
38
39 * text.texi (Base 64): Mark base64-decode-string and
40 base64-encode-string as commands.
41 (Columns): Mark move-to-column as a command.
42 (Mode-Specific Indent): Document RIGID arg to
43 indent-for-tab-command.
44 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
45 Mark indent-code-rigidly as a command.
46 (Substitution): Mark translate-region as a command.
47
48 * frames.texi (Size and Position): Remove obsolete functions
49 screen-height and screen-width.
50
51 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
52
53 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
54 (Displaying Buffers, Resizing Windows): Correct mistakes;
55 next-window, previous-window, and pop-to-buffer are not commands,
56 and fit-window-to-buffer" is a command. (Pointed out by Martin
57 Rudalics.)
58
59 2009-05-17 Richard M Stallman <rms@gnu.org>
60
61 * modes.texi (Precalculated Fontification): Clarify text.
62
63 2009-05-17 Martin Rudalics <rudalics@gmx.at>
64
65 * windows.texi (Selecting Windows): Clarify descriptions of
66 with-selected-window and get-lru-window.
67 (Cyclic Window Ordering): Refer to particular frame when talking
68 about how splitting affects the ordering.
69 (Displaying Buffers): Fix descriptions of switch-to-buffer and
70 switch-to-buffer-other-window. Explain how setting of
71 display-buffer-reuse-frames affects pop-to-buffer.
72 (Choosing Window): Clarify some details in descriptions of
73 display-buffer-reuse-frames, pop-up-frames, and
74 pop-up-frame-function.
75 (Dedicated Windows): Clarify some details.
76 (Textual Scrolling): Replace term vscroll by term vertical
77 scroll position.
78 (Vertical Scrolling): Fix typo.
79 (Window Hooks): Relate text on jit-lock-register to window
80 scrolling and size changes.
81
82 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
83
84 * frames.texi (Initial Parameters): Clarify what the initial
85 minibuffer frame is.
86 (Buffer Parameters): Note that the minibuffer parameter can not be
87 altered.
88
89 * anti.texi (Antinews): Copyedits. Rearrange some entries.
90 Document display-buffer changes.
91
92 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
93
94 * anti.texi (Antinews): Rewrite for Emacs 22.
95
96 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
97 obarrays are first mentioned. Define "system abbrev" more
98 prominently, and add it to the index.
99 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
100 Copyedits.
101 (Abbrev Expansion): Document abbrev-insert.
102
103 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
104
105 * frames.texi (Font and Color Parameters): Rename from Color
106 Parameters. Document font-backend parameter.
107
108 * vol2.texi (Top): Update node listing.
109 * vol1.texi (Top): Update node listing.
110 * elisp.texi (Top): Update node listing.
111
112 2009-05-11 Martin Rudalics <rudalics@gmx.at>
113
114 * windows.texi (Choosing Window): Don't explicitly refer to
115 split-window-sensibly's window argument in descriptions of
116 split-height-threshold and split-width-threshold.
117
118 2009-05-10 Martin Rudalics <rudalics@gmx.at>
119
120 * windows.texi (Choosing Window): Fix rewrite of window
121 splitting section.
122
123 2009-05-09 Eli Zaretskii <eliz@gnu.org>
124
125 * nonascii.texi (Default Coding Systems): Document
126 find-auto-coding, set-auto-coding, and auto-coding-alist. Add
127 indexing.
128 (Lisp and Coding Systems): Add index entries.
129
130 2009-05-09 Martin Rudalics <rudalics@gmx.at>
131
132 * windows.texi (Choosing Window): Describe split-window-sensibly
133 and rewrite section on window splitting accordingly.
134 (Textual Scrolling): Replace `...' by @code{...}.
135
136 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
137
138 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
139 Remove obsoleted pre-abbrev-expand-hook.
140
141 * locals.texi (Standard Buffer-Local Variables): Consolidate table
142 entries.
143
144 * internals.texi (Object Internals): Don't assume 32-bit machines
145 are the norm.
146 (Buffer Internals): Consolidate table entries for readability.
147 (Window Internals): Synch field names to window.h.
148 (Process Internals): Synch field names to process.h.
149
150 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
151
152 * variables.texi (File Local Variables): Note that read-circle is
153 bound to nil when reading file-local variables.
154
155 * streams.texi (Input Functions): Document read-circle.
156 (Output Variables): Add xref to Circular Objects.
157
158 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
159
160 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
161 Features and Coding System Basics. Node that "p" stands for
162 "predicate". Recommend utf-8-emacs instead of emacs-mule.
163 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
164 mouse-appearance-menu.
165 (Programming Tips): Add xref to Progress.
166
167 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
168
169 * os.texi (Command-Line Arguments): Document
170 command-line-args-left.
171 (Suspending Emacs): Adapt text to multi-tty case. Document use of
172 terminal objects for tty arguments.
173 (Startup Summary): Add xref to Session Management.
174 (Session Management): Mention emacs-session-restore. Copyedits.
175
176 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
177
178 * os.texi (Startup Summary): Copyedits. The init file is not
179 necessarily named .emacs now. Document initial-buffer-choice and
180 initial-scratch-message. Note where Emacs exits in batch mode.
181 Document inhibit-splash-screen as an alias.
182 (Init File): Be neutral about which init file name to use.
183
184 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
185
186 * os.texi (System Interface): Fix Texinfo usage.
187
188 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
189
190 * searching.texi (Regexp Backslash): Also refer to shy groups as
191 non-capturing or unnumbered groups.
192 (Regexp Functions): Add cross-reference to Regexp Backslash.
193
194 * display.texi (Truncation): Overlays can use line-prefix and
195 wrap-prefix too.
196 (Overlay Properties): Document wrap-prefix and line-prefix.
197 (Face Attributes): Document underline-minimum-offset.
198 (Face Remapping): Copyedits.
199 (Low-Level Font): Copyedits.
200 (Image Cache): Note that the image cache is shared between frames.
201 (Line Height): Emphasize that line-spacing only takes effect on
202 graphical terminals.
203
204 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
205
206 * display.texi (Refresh Screen): Note that a passage about screen
207 refreshing is text terminal only.
208 (Forcing Redisplay): Delete misleading comment---sit-for calls
209 redisplay, not the other way around.
210 (Truncation): Note new values of truncate-partial-width-windows.
211 Copyedits.
212 (Invisible Text): Document invisible-p.
213
214 2009-04-11 Eli Zaretskii <eliz@gnu.org>
215
216 * display.texi (Overlays): Overlays don't scale well. See
217 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
218
219 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
220
221 * syntax.texi (Syntax Table Functions): Document cons cell
222 argument for modify-syntax-entry.
223 (Categories): Document cons cell argument for
224 modify-category-entry.
225
226 * searching.texi (String Search): Document word-search-forward-lax
227 and word-search-backward-lax.
228 (Searching and Case): Describe isearch behavior more precisely.
229
230 * keymaps.texi (Tool Bar): Mention that some platforms do not
231 support multi-line toolbars. Suggested by Stephen Eglen.
232
233 * frames.texi (Layout Parameters): Mention that Nextstep also
234 allows only one tool-bar line. Suggested by Stephen Eglen.
235
236 * nonascii.texi (Text Representations): Copyedits.
237 (Coding System Basics): Also mention utf-8-emacs.
238 (Converting Representations, Selecting a Representation)
239 (Scanning Charsets, Translation of Characters, Encoding and I/O):
240 Copyedits.
241 (Character Codes): Mention role of codepoints 1114112 to 4194175.
242
243 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
244
245 * text.texi (Yank Commands): Note that yank uses push-mark.
246 (Filling): Clarify REGION argument of fill-paragraph. Document
247 fill-forward-paragraph-function.
248 (Special Properties): Remove "new in Emacs 22" declaration.
249 (Clickable Text): Merge with Links and Mouse-1 node.
250
251 * display.texi (Button Properties, Button Buffer Commands): Change
252 xref to Clickable Text.
253
254 * tips.texi (Key Binding Conventions): Change xref to Clickable
255 Text.
256
257 * elisp.texi (Top): Update node listing.
258
259 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
260
261 * markers.texi (The Mark): Copyedits. Improve description of
262 handle-shift-selection.
263 (The Region): Move use-region-p here from The Mark.
264
265 * positions.texi (Screen Lines): Document (cols . lines) argument
266 for vertical-motion.
267
268 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
269
270 * frames.texi (Frames): Clean up introduction. Document `ns'
271 return value for framep.
272 (Creating Frames): Note how the terminal is chosen.
273 (Multiple Terminals, Multiple Displays): Merge into a single node.
274 (Color Parameters): Fix typo.
275
276 * variables.texi (Local Variables, Buffer-Local Variables)
277 (Creating Buffer-Local): Change link to Multiple Terminals.
278
279 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
280
281 * keymaps.texi (Controlling Active Maps): Change link to Multiple
282 Terminals.
283
284 * commands.texi (Command Loop Info, Keyboard Macros): Change link
285 to Multiple Terminals.
286
287 * elisp.texi (Top): Update node listing.
288 * vol2.texi (Top): Update node listing.
289 * vol1.texi (Top): Update node listing.
290
291 * buffers.texi (Current Buffer): Note that the append-to-buffer
292 example is no longer in synch with the latest code. Tie the two
293 examples together.
294
295 * files.texi (File Attributes): Move note about MS-DOS from
296 Changing Files to File Attributes.
297 (Create/Delete Dirs): Note that mkdir is an alias for this.
298
299 2009-04-01 Markus Triska <triska@gmx.at>
300
301 * processes.texi (Filter Functions): Suggest how to handle output
302 batches.
303
304 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
305
306 * help.texi (Accessing Documentation): Update example to use
307 help-setup-xref and with-help-window.
308 (Help Functions): Remove print-help-return-message, which is
309 semi-obsolete due to with-help-window. Document help-buffer and
310 help-setup-xref.
311
312 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
313
314 * help.texi (Accessing Documentation, Help Functions): Remove
315 information about long-obsolete Emacs versions.
316
317 * modes.texi (Mode Line Variables): The default values of the mode
318 line variables are now more complicated.
319
320 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
321
322 * modes.texi (Major Mode Conventions): Note that specialness is
323 inherited.
324 (Derived Modes): Note that define-derive-mode sets the mode-class
325 property.
326
327 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
328 goto-map. Add search-map to the list.
329
330 2009-03-27 Eli Zaretskii <eliz@gnu.org>
331
332 * os.texi (System Environment): Update the list of system-type
333 values.
334
335 * markers.texi (The Mark) <handle-shift-selection>: Update for
336 removal of the optional argument DEACTIVATE.
337
338 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
339
340 * commands.texi (Focus Events): Most X window managers don't use
341 focus-follows-mouse nowadays.
342
343 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
344
345 * commands.texi (Defining Commands): Clarify introduction.
346 (Using Interactive): Not that interactive can be put in a symbol
347 property.
348 (Interactive Call): Note that a symbol with a non-nil
349 interactive-form property satisfies commandp.
350
351 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
352
353 * minibuf.texi (Intro to Minibuffers): Fix typos.
354
355 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
356
357 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
358 about minibuffers in old Emacs versions. Copyedits. Emphasize
359 that enable-recursive-minibuffers defaults to nil.
360 (Text from Minibuffer): Simplify introduction.
361
362 2009-03-22 Alan Mackenzie <acm@muc.de>
363
364 * commands.texi (Using Interactive): Clarify string argument to
365 `interactive' - even promptless elements need \n separators.
366
367 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
368
369 * minibuf.texi (Completion Styles): New node.
370
371 * elisp.texi (Top): Update node listing.
372
373 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
374
375 * minibuf.texi (Basic Completion): Note that
376 read-file-name-completion-ignore-case and
377 read-buffer-completion-ignore-case can override
378 completion-ignore-case.
379 (Minibuffer Completion): Document completing-read changes.
380 (Completion Commands): Avoid mentioning partial completion mode.
381 Document minibuffer-completion-confirm changes, and
382 minibuffer-confirm-exit-commands.
383 (High-Level Completion): Document new require-match behavior for
384 read-buffer. Document read-buffer-completion-ignore-case.
385 (Reading File Names): Document new require-match behavior for
386 read-file-name.
387
388 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
389
390 * debugging.texi (Error Debugging): Don't mislead the reader into
391 thinking that debug-on-error enters debugger for C-f at EOB.
392 (Error Debugging): Setting debug-on-init within the init file
393 works, and has for some time.
394
395 2009-03-13 Kenichi Handa <handa@m17n.org>
396
397 * display.texi (Fontsets): Update the description.
398
399 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
400
401 * advice.texi (Advising Primitives): Link to What Is a Function.
402
403 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
404
405 * compile.texi (Speed of Byte-Code): Update example.
406 (Disassembly): Update examples.
407
408 * loading.texi (Repeated Loading): Simplify examples.
409
410 * customize.texi (Common Keywords): It's not necessary to use :tag
411 to remove hyphens, as custom-unlispify-tag-name does it
412 automatically.
413 (Variable Definitions): Link to File Local Variables. Document
414 customized-value symbol property.
415 (Customization Types): Move menu to end of node.
416
417 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
418
419 * macros.texi (Compiling Macros): Omit misleading sentence, which
420 implied that macros can only be used in the same file they are
421 defined.
422 (Backquote): Remove obsolete information about Emacs 19.
423
424 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
425
426 * display.texi (Display Margins): Fix paren typo.
427
428 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
429
430 * elisp.texi (Top): Update node listing.
431
432 * variables.texi (Variables): Clarify introduction.
433 (Global Variables): Mention that setq is a special form.
434 (Local Variables): Use active voice.
435 (Tips for Defining): Mention marking variables as safe.
436 (Buffer-Local Variables): Mention terminal-local and frame-local
437 variables together.
438 (File Local Variables): Copyedits.
439 (Frame-Local Variables): Note that they are not really useful.
440 (Future Local Variables): Node deleted.
441
442 * objects.texi (General Escape Syntax): Update explanation of
443 unicode escape syntax.
444
445 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
446
447 * control.texi (Control Structures): Add cindex entry for "textual
448 order".
449
450 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
451 instead of "expression" throughout.
452 (Function Indirection): Copyedits. Use active voice.
453 (Eval): The default value of max-lisp-eval-depth is now 400.
454
455 2009-02-23 Miles Bader <miles@gnu.org>
456
457 * processes.texi (System Processes): Rename `system-process-attributes'
458 to `process-attributes'.
459
460 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
461
462 * symbols.texi (Property Lists): Emphasize that property lists are
463 not restricted to symbol cells.
464 (Other Plists): Copyedit.
465
466 * sequences.texi (Sequences Arrays Vectors): Make introduction
467 more concise.
468 (Arrays): Mention char-tables and bool-vectors too.
469 (Vectors): Don't repeat information given in Arrays node. Link to
470 nodes that explain the vector usage examples.
471 (Char-Tables): Note that char-table elements can have arbitrary
472 type. Explain effect of omitted char-table-extra-slots property.
473 Link to Property Lists node.
474
475 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
476
477 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
478 `append'.
479 (List Elements): Copyedits.
480
481 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
482 of `vconcat'.
483
484 * strings.texi (Creating Strings): Copyedits. Remove obsolete
485 Emacs 20 usage of `concat'.
486 (Case Conversion): Copyedits.
487
488 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
489
490 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
491 Minor edits.
492 (Frame Configuration Type): Emphasize that it is not primitive.
493 (Font Type): New node.
494 (Type Predicates): Add fontp; type-of now recognizes font object
495 types.
496
497 * intro.texi (Version Info): Update version numbers in examples.
498 (Acknowledgements): List more contributors.
499
500 * elisp.texi: Bump version number to 3.0.
501 (Top): Link to Font Type node.
502
503 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
504
505 * modes.texi (Major Mode Conventions): Remove duplicate words.
506 (Customizing Keywords): Fix typo.
507
508 2009-02-14 Eli Zaretskii <eliz@gnu.org>
509
510 * nonascii.texi (User-Chosen Coding Systems): Document that
511 select-safe-coding-system suggests raw-text if there are raw bytes
512 in the region.
513 (Explicit Encoding): Warn not to use `undecided' when encoding.
514
515 2009-02-11 Glenn Morris <rgm@gnu.org>
516
517 * frames.texi (Visibility of Frames): Mention the effect multiple
518 workspaces/desktops can have on visibility.
519
520 2009-02-07 Eli Zaretskii <eliz@gnu.org>
521
522 * text.texi (Commands for Insertion):
523 * commands.texi (Event Mod):
524 * keymaps.texi (Searching Keymaps):
525 * nonascii.texi (Translation of Characters): Reinstate
526 documentation of translation-table-for-input.
527 (Explicit Encoding): Document the `charset' text property produced
528 by decode-coding-region and decode-coding-string.
529
530 2009-01-27 Alan Mackenzie <acm@muc.de>
531
532 * modes.texi (Search-based Fontification): Correct a typo.
533
534 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
535
536 * abbrevs.texi (Abbrev Table Properties): Fix typo.
537 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
538
539 2009-01-24 Eli Zaretskii <eliz@gnu.org>
540
541 * display.texi (Window Systems): Document the value of
542 `initial-window-system' under --daemon.
543
544 * os.texi (System Environment): Remove description of the
545 `environment' function which has been deleted.
546
547 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
548
549 * frames.texi (Multiple Displays): Remove documentation for
550 removed function make-frame-on-tty.
551
552 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
553
554 * files.texi (Format Conversion Piecemeal): Clarify behavior of
555 write-region-annotate-functions. Document
556 write-region-post-annotation-function.
557
558 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
559
560 * display.texi (Font Lookup): Document WIDTH argument of
561 x-list-fonts.
562
563 2009-01-17 Eli Zaretskii <eliz@gnu.org>
564
565 * maps.texi (Standard Keymaps): Rename function-key-map to
566 local-function-key-map.
567
568 * keymaps.texi (Translation Keymaps): Rename function-key-map to
569 local-function-key-map.
570
571 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
572 and `set-keyboard-coding-system' now accept an optional terminal
573 argument.
574
575 * commands.texi (Event Mod): `keyboard-translate-table' is now
576 terminal-local.
577 (Function Keys): Rename function-key-map to
578 local-function-key-map.
579
580 * elisp.texi (Top): Make @detailmenu be consistent with changes in
581 frames.texi.
582
583 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
584 `delete-terminal-functions', `suspend-tty-functions' and
585 `resume-tty-functions'.
586
587 * frames.texi (Frames): Document `frame-terminal' and
588 `terminal-live-p'.
589 (Multiple Displays): Document `make-frame-on-tty'.
590 (Multiple Terminals): Document `terminal-list', `delete-terminal',
591 `terminal-name', and `get-device-terminal'.
592 (Terminal Parameters): Document `terminal-parameters',
593 `terminal-parameter', and `set-terminal-parameter'.
594
595 * os.texi (System Environment): Document `environment' and
596 `initial-environment'.
597 (Suspending Emacs): Update for multi-tty; document
598 `suspend-tty', `resume-tty', and `controlling-tty-p'.
599
600 * nonascii.texi (Coding System Basics): More accurate description
601 of `raw-text'.
602
603 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
604
605 * display.texi (Low-Level Font): Fix typo.
606
607 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
608
609 * elisp.texi (Top): Update node listing.
610
611 * display.texi (PostScript Images): Node deleted.
612
613 2009-01-10 Eli Zaretskii <eliz@gnu.org>
614
615 * processes.texi (Decoding Output): Document that null bytes force
616 no-conversion for reading process output.
617
618 * files.texi (Reading from Files): Document that null bytes force
619 no-conversion when visiting files.
620
621 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
622
623 * nonascii.texi (Lisp and Coding Systems): Document
624 inhibit-null-byte-detection and inhibit-iso-escape-detection.
625 (Character Properties): Improve wording.
626
627 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
628
629 * display.texi (Font Lookup): Remove obsolete function
630 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
631 (Low-Level Font): Rename from Fonts, move to end of Faces section.
632 (Font Selection): Reorder order of variable descriptions. Minor
633 clarifications.
634
635 * elisp.texi (Top): Update node listing.
636
637 2009-01-09 Glenn Morris <rgm@gnu.org>
638
639 * commands.texi (Command Loop Info): Say that last-command-char and
640 last-input-char are obsolete aliases.
641
642 * edebug.texi (Edebug Recursive Edit): Remove separate references to
643 last-input-char and last-command-char, since they are just aliases for
644 last-input-event and last-command-event.
645
646 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
647 last-command-char.
648
649 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
650
651 * elisp.texi: Update node listing.
652
653 * display.texi (Faces): Put Font Selection node after Auto Faces.
654 (Face Attributes): Don't link to Font Lookup. Document
655 font-family-list.
656 (Fonts): New node.
657
658 2009-01-08 Jason Rumney <jasonr@gnu.org>
659
660 * frames.texi (Pointer Shape): Clarify that only X supports
661 changing the standard pointer shapes. (Bug#1485)
662
663 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
664
665 * display.texi (Attribute Functions): Note that a function value
666 :height is relative, and that compatibility functions work by
667 calling set-face-attribute.
668 (Displaying Faces): Reorder list in order of increasing priority.
669 (Face Remapping): New node. Content moved here from Displaying
670 Faces.
671 (Glyphs): Link to Face Functions.
672
673 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
674
675 * display.texi (Faces): Don't discuss face id here. facep does
676 not return t.
677 (Defining Faces): Minor clarification.
678 (Face Attributes): Rearrange items to match docstring of
679 set-face-attribute. Add :foundry attribute. Document new role of
680 :font attribute. Texinfo usage fix.
681 (Attribute Functions): Copyedits.
682 (Face Functions): Note that face number is seldom used.
683
684 2009-01-05 Richard M Stallman <rms@gnu.org>
685
686 * strings.texi (Predicates for Strings): Minor clarification.
687
688 * functions.texi (Function Safety): Texinfo usage fix.
689
690 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
691
692 * objects.texi (General Escape Syntax): Fix typo.
693
694 2009-01-03 Martin Rudalics <rudalics@gmx.at>
695
696 * windows.texi (Choosing Window): Say that pop-up-frame-alist
697 works via the default value of pop-up-frame-function.
698
699 2009-01-02 Eli Zaretskii <eliz@gnu.org>
700
701 * processes.texi (System Processes): Document the `time' and
702 `ctime' attributes of `system-process-attributes'.
703
704 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
705
706 * display.texi (Face Attributes): Clarify :height attribute.
707
708 2008-12-31 Martin Rudalics <rudalics@gmx.at>
709
710 * buffers.texi (The Buffer List): Clarify what moves a buffer to
711 the front of the buffer list. Add entries for `last-buffer' and
712 `unbury-buffer'.
713
714 2008-12-27 Eli Zaretskii <eliz@gnu.org>
715
716 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
717 and its subsections.
718
719 * frames.texi (Multiple Terminals, Low-level Terminal)
720 (Terminal Parameters, Frames on Other TTY devices): New sections.
721 (Frames): Add an xref to "Multiple Terminals".
722
723 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
724
725 * objects.texi (Terminal Type): New node.
726 (Editing Types): Add it to the menu.
727
728 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
729 Variables".
730
731 * variables.texi (Directory Local Variables): New node.
732 (Variables): Add a menu item for it.
733
734 * loading.texi (Autoload): Document `generate-autoload-cookie' and
735 `generated-autoload-file'.
736
737 2008-12-20 Eli Zaretskii <eliz@gnu.org>
738
739 * os.texi (Startup Summary): Add xref to documentation of
740 `initial-window-system'.
741
742 * display.texi (Window Systems): Document `window-system' the
743 function. The variable `window-system' is now frame-local.
744 Document `initial-window-system'.
745
746 2008-12-19 Martin Rudalics <rudalics@gmx.at>
747
748 * windows.texi (Windows): Rewrite description of
749 fit-window-to-buffer.
750
751 2008-12-13 Glenn Morris <rgm@gnu.org>
752
753 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
754 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
755
756 2008-12-12 Glenn Morris <rgm@gnu.org>
757
758 * debugging.texi (Error Debugging): Refer forwards to
759 eval-expression-debug-on-error.
760
761 2008-12-05 Eli Zaretskii <eliz@gnu.org>
762
763 * strings.texi (String Basics): Only unibyte strings that
764 represent key sequences hold 8-bit raw bytes.
765
766 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
767 paragraph to speak about `undecided'.
768 (Character Properties): Don't explain the meaning of each
769 property; instead, identify their Unicode Standard names.
770 (Character Sets): Document `map-charset-chars'.
771
772 2008-12-02 Glenn Morris <rgm@gnu.org>
773
774 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
775 section yet again.
776
777 2008-11-29 Eli Zaretskii <eliz@gnu.org>
778
779 * nonascii.texi (Character Properties): New Section.
780 (Specifying Coding Systems): Document
781 `coding-system-priority-list', `set-coding-system-priority', and
782 `with-coding-priority'.
783 (Lisp and Coding Systems): Document `check-coding-systems-region'
784 and `coding-system-charset-list'.
785 (Coding System Basics): Document `coding-system-aliases'.
786
787 * elisp.texi (Top): Add a @detailmenu entry for "Character
788 Properties".
789
790 * objects.texi (Character Type): Correct the range of Emacs
791 characters. Add an @xref to "Character Codes".
792
793 * strings.texi (String Basics): Add an @xref to "Character Codes".
794
795 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
796
797 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
798 (Character Codes): Document `max-char'.
799
800 2008-11-28 Eli Zaretskii <eliz@gnu.org>
801
802 * nonascii.texi (Text Representations, Converting Representations)
803 (Character Sets, Scanning Charsets, Translation of Characters):
804 Make text more accurate.
805
806 2008-11-28 Glenn Morris <rgm@gnu.org>
807
808 * files.texi (Format Conversion Round-Trip): Improve previous change.
809
810 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
811
812 * modes.texi (Auto Major Mode): Fix example.
813
814 2008-11-25 Glenn Morris <rgm@gnu.org>
815
816 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
817
818 * files.texi (Format Conversion Round-Trip):
819 Use active voice for previous change.
820
821 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
822
823 * os.texi (Processor Run Time):
824 * processes.texi (Transaction Queues):
825 * markers.texi (The Mark):
826 * windows.texi (Choosing Window, Selecting Windows):
827 * files.texi (Changing Files, Magic File Names):
828 * commands.texi (Key Sequence Input):
829 * functions.texi (Declaring Functions):
830 * strings.texi (Predicates for Strings):
831 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
832
833 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
834
835 * help.texi (Accessing Documentation): Update example.
836
837 * variables.texi (Defining Variables): Note that `*' is not
838 necessary if defcustom is used.
839
840 2008-11-22 Eli Zaretskii <eliz@gnu.org>
841
842 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
843 Characters" from @detailmenu.
844
845 * nonascii.texi (Character Codes, Character Sets)
846 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
847 (Chars and Bytes, Splitting Characters): Sections removed.
848
849 2008-11-22 Lute Kamstra <lute@gnu.org>
850
851 * positions.texi (Text Lines): Update goto-line documentation.
852
853 2008-11-21 Martin Rudalics <rudalics@gmx.at>
854
855 * frames.texi (Frames): Fix typo, add cross references, reword.
856 (Initial Parameters): Reword special-display-frame-alist text.
857 (Frames and Windows): Reword. Describe argument norecord for
858 set-frame-selected-window.
859 (Input Focus): Describe argument norecord for select-frame.
860 Remove comment on MS-Windows behavior for focus-follows-mouse.
861 (Raising and Lowering): Mention windows-frames dichotomy in
862 metaphor.
863
864 * windows.texi (Displaying Buffers, Vertical Scrolling)
865 (Horizontal Scrolling): Fix indenting and rewording issues
866 introduced with 2008-11-07 change.
867
868 2008-11-20 Glenn Morris <rgm@gnu.org>
869
870 * files.texi (Format Conversion Round-Trip): Mention `preserve'
871 element of `format-alist'.
872
873 2008-11-19 Glenn Morris <rgm@gnu.org>
874
875 * doclicense.texi: Update to FDL 1.3.
876 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
877
878 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
879
880 * windows.texi (Window Hooks): Remove *-end-trigger-functions
881 vars, which are obsolete. Mention jit-lock-register.
882
883 * modes.texi (Other Font Lock Variables): Document
884 jit-lock-register and jit-lock-unregister.
885
886 * frames.texi (Color Parameters): Document alpha parameter.
887
888 2008-11-16 Martin Rudalics <rudalics@gmx.at>
889
890 * windows.texi (Splitting Windows, Deleting Windows)
891 (Selecting Windows, Cyclic Window Ordering)
892 (Buffers and Windows, Displaying Buffers, Choosing Window)
893 (Dedicated Windows, Window Point, Window Start and End)
894 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
895 (Size of Window, Resizing Windows, Window Configurations)
896 (Window Parameters): Avoid @var at beginning of sentences and
897 reword accordingly.
898
899 2008-11-11 Lute Kamstra <lute@gnu.org>
900
901 * files.texi (File Name Components): Fix file-name-extension
902 documentation.
903
904 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
905
906 * frames.texi (Basic Parameters): Remove display-environment-variable
907 and term-environment-variable.
908
909 2008-11-08 Eli Zaretskii <eliz@gnu.org>
910
911 * windows.texi (Basic Windows, Splitting Windows)
912 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
913 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
914 (Resizing Windows, Window Configurations, Window Parameters):
915 Fix wording and markup.
916
917 2008-11-07 Martin Rudalics <rudalics@gmx.at>
918
919 * windows.texi (Windows): Update entries.
920 (Basic Windows): Remove listing of attributes. Reword.
921 (Splitting Windows, Deleting Windows): Reword.
922 (Selecting Windows, Cyclic Window Ordering): Reword with special
923 emphasis on order of recently selected windows and buffer list.
924 (Buffers and Windows, Choosing Window): Reword with special
925 emphasis on dedicated windows.
926 (Displaying Buffers): Reword. For switch-to-buffer mention that
927 it may fall back on pop-to-buffer. For other-window try to
928 explain how it treats the cyclic ordering of windows.
929 (Dedicated Windows): New node and section discussing dedicated
930 windows and associated functions.
931 (Window Point): Add entry for window-point-insertion-type. Reword.
932 (Window Start and End): Rename node and section title. Reword.
933 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
934 Minor rewording.
935 (Size of Window): Reword, in particular text on window-width.
936 (Resizing Windows): Reword. Add text on balancing windows.
937 (Window Configurations): Reword. Mention window parameters.
938 (Window Parameters): New node and section on window parameters.
939 (Window Hooks): Reword. Mention that
940 window-configuration-change-hook is run "buffer-locally".
941 * elisp.texi (Top): Update Windows entries in @detailmenu
942 section.
943
944 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
945
946 * searching.texi (Regexp Search): Fix typo.
947
948 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
949
950 * searching.texi (Regexp Search): Document GREEDY arg.
951 (Simple Match Data): Fix return value.
952
953 2008-11-01 Eli Zaretskii <eliz@gnu.org>
954
955 * nonascii.texi (Text Representations): Rewrite to make consistent
956 with Emacs 23 internal representation of characters. Document
957 `unibyte-string'.
958
959 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
960
961 * processes.texi (Process Information): Note that process-status
962 does not accept buffer names.
963
964 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
965
966 * positions.texi (Skipping Characters): Correct return value of
967 skip-chars-forward.
968
969 2008-10-25 Martin Rudalics <rudalics@gmx.at>
970
971 * windows.texi (Deleting Windows): Update documentation of
972 delete-windows-on.
973 (Buffers and Windows): Update documentations of
974 get-buffer-window and get-buffer-window-list.
975 (Displaying Buffers): Update documentation of
976 replace-buffer-in-windows.
977
978 * buffers.texi (Current Buffer): Reword set-buffer and
979 with-current-buffer documentations.
980 (Creating Buffers): Reword documentation of get-buffer-create.
981
982 2008-10-23 Martin Rudalics <rudalics@gmx.at>
983
984 * buffers.texi (Current Buffer): Reword documentation of
985 set-buffer.
986 (Buffer Names): Reword documentation of buffer-name.
987 (The Buffer List): For bury-buffer explain what happens with the
988 buffer's window.
989 (Creating Buffers): Say that get-buffer-create's arg is called
990 buffer-or-name.
991
992 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
993
994 * advice.texi (Computed Advice): Explain what DEFINITION is.
995
996 * nonascii.texi (Character Codes): Remove obsolete function
997 char-valid-p, and document characterp instead.
998
999 2008-10-22 Martin Rudalics <rudalics@gmx.at>
1000
1001 * windows.texi (Displaying Buffers): Reword documentation of
1002 pop-to-buffer.
1003 (Choosing Window): Rewrite documentation of display-buffer and
1004 its options.
1005
1006 * buffers.texi (Killing Buffers): Update documentation of
1007 kill-buffer.
1008
1009 2008-10-21 Eli Zaretskii <eliz@gnu.org>
1010
1011 * processes.texi (Serial Ports): Fix wording and improve markup.
1012
1013 * searching.texi (Regexp Search): Document `string-match-p' and
1014 `looking-at-p'.
1015 (POSIX Regexps): Add an xref for "non-greedy".
1016 (Regexp Special): Add @cindex entry for "non-greedy".
1017
1018 * display.texi (Attribute Functions): Document `face-all-attributes'.
1019 (Image Cache) <image-refresh>: Minor wording fixes.
1020
1021 * frames.texi (Color Names): Add an xref to `read-color'.
1022
1023 * minibuf.texi (High-Level Completion): Document `read-color'.
1024
1025 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
1026
1027 * positions.texi (Narrowing): Add an xref to "Swapping Text".
1028
1029 * buffers.texi (Swapping Text): New section, documents
1030 `buffer-swap-text'.
1031
1032 2008-10-21 Martin Rudalics <rudalics@gmx.at>
1033
1034 * windows.texi (Resizing Windows): Minor wording fix.
1035
1036 2008-10-20 Eli Zaretskii <eliz@gnu.org>
1037
1038 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
1039 and `combine-and-quote-strings'.
1040
1041 * strings.texi (Creating Strings): Add xrefs for them.
1042
1043 2008-10-19 Eli Zaretskii <eliz@gnu.org>
1044
1045 * elisp.texi (Top): Make descriptive text for "Reading File Names"
1046 match the corresponding menu in minibuf.texi.
1047
1048 * minibuf.texi (Reading File Names): Document `read-shell-command'
1049 and `minibuffer-local-shell-command-map'.
1050
1051 2008-10-19 Martin Rudalics <rudalics@gmx.at>
1052
1053 * windows.texi (Resizing Windows): Remove var{} around "window" in
1054 documentation of enlarge-window.
1055 Rewrite documentation of window-min-height and window-min-width.
1056
1057 2008-10-19 Eli Zaretskii <eliz@gnu.org>
1058
1059 * functions.texi (Calling Functions): Document `apply-partially'.
1060
1061 * hooks.texi (Standard Hooks): Mention
1062 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
1063
1064 * variables.texi (File Local Variables): Document
1065 `file-local-variables-alist', `before-hack-local-variables-hook'
1066 and `hack-local-variables-hook'.
1067
1068 * processes.texi (Synchronous Processes): Document `process-lines'.
1069
1070 * customize.texi (Variable Definitions): Document
1071 `custom-reevaluate-setting'.
1072
1073 2008-10-18 Martin Rudalics <rudalics@gmx.at>
1074
1075 * windows.texi (Choosing Window, Deleting Windows)
1076 (Displaying Buffers): Expand documentation of dedicated windows.
1077
1078 2008-10-18 Eli Zaretskii <eliz@gnu.org>
1079
1080 * files.texi (Changing Files): Document symbolic input of file
1081 modes to `set-file-modes'. Document `read-file-modes' and
1082 `file-modes-symbolic-to-number'.
1083
1084 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
1085 and `search-map'.
1086
1087 * searching.texi (Search and Replace): Document
1088 `replace-search-function' and `replace-re-search-function'.
1089 Document `multi-query-replace-map'.
1090
1091 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
1092 (Completion Commands, Reading File Names): Rename
1093 `minibuffer-local-must-match-filename-map' to
1094 `minibuffer-local-filename-must-match-map'.
1095 (Minibuffer Completion): The `require-match' argument to
1096 `completing-read' can now have the value `confirm-only'.
1097
1098 * windows.texi (Displaying Buffers): Minor wording fix.
1099 (Choosing Window): `split-height-threshold' can now be nil.
1100 Document `split-width-threshold'. `pop-up-frames' can have the
1101 value `graphic-only'.
1102
1103 2008-10-17 Eli Zaretskii <eliz@gnu.org>
1104
1105 * os.texi (Startup Summary): Document `before-init-time' and
1106 `after-init-time'. Document `initial-window-system' and
1107 `window-system-initialization-alist'. Document reading the
1108 abbrevs file. Document the call to `server-start' under --daemon.
1109 Rearrange a bit to be consistent with the code flow.
1110 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
1111 (Time Parsing): Document `format-seconds'.
1112
1113 2008-10-17 Martin Rudalics <rudalics@gmx.at>
1114
1115 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
1116 and reword.
1117
1118 2008-10-16 Eli Zaretskii <eliz@gnu.org>
1119
1120 * markers.texi (The Mark): Document use-region-p.
1121
1122 2008-10-15 Eli Zaretskii <eliz@gnu.org>
1123
1124 * internals.texi (Writing Emacs Primitives): The interactive spec
1125 of a primitive can be a Lisp form.
1126
1127 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
1128 values of transient-mark-mode. Document handle-shift-selection.
1129
1130 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
1131 (Interactive Examples): Show an example of `^'.
1132 (Key Sequence Input): Document this-command-keys-shift-translated.
1133 (Defining Commands, Using Interactive): The interactive-form of a
1134 function can be added via its symbol's property.
1135
1136 * positions.texi (List Motion): beginning-of-defun-function can
1137 now accept an argument.
1138
1139 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
1140 now return a list of strings.
1141
1142 * control.texi (Handling Errors): Document ignore-errors.
1143
1144 * frames.texi (Creating Frames): Document frame-inherited-parameters.
1145 (Parameter Access): Document set-frame-parameter.
1146
1147 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
1148 Hooks" for the effect of kill-all-local-variables on local hook
1149 functions.
1150
1151 * modes.texi (Major Mode Conventions, Mode Line Variables):
1152 `mode-name' need not be a string. xref to "Mode Line Data" for
1153 details, and to "Emulating Mode Line" for computing a string
1154 value.
1155
1156 2008-10-14 Eli Zaretskii <eliz@gnu.org>
1157
1158 * processes.texi (System Processes): New section.
1159 (Processes, Signals to Processes): Add xrefs to it.
1160
1161 * objects.texi (Editing Types): A `process' is a subprocess of
1162 Emacs, not just any process running on the OS.
1163
1164 * elisp.texi (Top): Adjust the @detailmenu for the above two
1165 changes.
1166
1167 * sequences.texi (Char-Tables): Remove documentation of
1168 set-char-table-default, which has no effect since Emacs 23.
1169 <char-table-range, set-char-table-range>: Don't mention generic
1170 characters and charsets. Add a cons cell as a possible argument.
1171
1172 * nonascii.texi (Splitting Characters)
1173 (Translation of Characters): Don't mention generic characters.
1174
1175 * display.texi (Fontsets): Don't mention generic characters.
1176
1177 * sequences.texi (Char-Tables): `map-char-table' can now call its
1178 argument FUNCTION with a cons cell as KEY.
1179
1180 2008-10-13 Eli Zaretskii <eliz@gnu.org>
1181
1182 * objects.texi (Primitive Function Type): Move "@cindex special
1183 forms" from here...
1184
1185 * eval.texi (Special Forms): ...to here.
1186
1187 * functions.texi (What Is a Function): `functionp' returns nil for
1188 special forms. Add an xref.
1189
1190 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
1191 Variables".
1192
1193 * variables.texi (Frame-Local Variables): New section.
1194 (Buffer-Local Variables): Add an xref to it.
1195 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
1196 have both frame-local and buffer-local binding.
1197
1198 * frames.texi (Frames): Mention multiple tty frames.
1199 (Frame Parameters, Parameter Access): Mention frame-local variable
1200 bindings.
1201
1202 2008-09-20 Glenn Morris <rgm@gnu.org>
1203
1204 * display.texi (Defining Faces): Recommend against face variables.
1205
1206 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
1207
1208 * display.texi (Echo Area Customization): Fix typo.
1209
1210 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
1211
1212 * loading.texi (Where Defined): Add `defface' item.
1213
1214 2008-09-06 Martin Rudalics <rudalics@gmx.at>
1215
1216 * loading.texi (Where Defined): Fix description of symbol-file.
1217
1218 2008-08-26 Jason Rumney <jasonr@gnu.org>
1219
1220 * display.texi (TIFF Images): New section describing :index property.
1221
1222 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
1223
1224 * display.texi (Temporary Displays): Remove unnecessary comment
1225 about usage of temp-buffer-show-hook.
1226
1227 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
1228
1229 * symbols.texi (Other Plists): Fix incorrect example.
1230 Suggested by Florian Beck.
1231
1232 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
1233
1234 * os.texi: Fix previous change.
1235
1236 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1237
1238 * os.texi:
1239 * intro.texi:
1240 * files.texi: Remove VMS support.
1241
1242 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1243
1244 * os.texi:
1245 * frames.texi:
1246 * display.texi: Remove mentions of Mac Carbon.
1247
1248 2008-07-01 Miles Bader <miles@gnu.org>
1249
1250 * text.texi (Special Properties):
1251 * display.texi (Truncation): Add wrap-prefix and line-prefix.
1252
1253 2008-06-28 Johan Bockgård <bojohan@gnu.org>
1254
1255 * display.texi (Other Image Types): Fix copy/paste error; say
1256 "PBM", not "XBM".
1257
1258 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1259
1260 * os.texi: Remove references to obsolete systems.
1261
1262 2008-06-20 Eli Zaretskii <eliz@gnu.org>
1263
1264 * makefile.w32-in (distclean): Remove makefile.
1265
1266 2008-06-17 Glenn Morris <rgm@gnu.org>
1267
1268 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
1269 (elisp, dist): Remove rules and variables that are obsolete now
1270 the lisp manual is no longer distributed separately.
1271
1272 2008-06-16 Glenn Morris <rgm@gnu.org>
1273
1274 * configure, configure.in, mkinstalldirs: Remove unused files.
1275
1276 * book-spine.texinfo: Set version to 23.0.60.
1277 * vol1.texi (EMACSVER):
1278 * vol2.texi (EMACSVER): Set to 23.0.60.
1279
1280 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
1281 as per maintain.info.
1282
1283 2008-06-15 Glenn Morris <rgm@gnu.org>
1284
1285 * makefile.w32-in (manual): Use "23" rather than "21".
1286
1287 * Makefile.in (emacsver): New, set by configure.
1288 (manual): Use emacsver.
1289
1290 * intro.texi: Report bugs using M-x report-emacs-bug.
1291
1292 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
1293
1294 2008-06-13 Daniel Engeler <engeler@gmail.com>
1295
1296 * elisp.texi, internals.texi, processes.texi: Add documentation
1297 about serial port access.
1298
1299 2008-06-05 Miles Bader <miles@gnu.org>
1300
1301 * display.texi (Displaying Faces): Update to reflect function
1302 renamings in face-remap.el.
1303
1304 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
1305
1306 * display.texi (Fontsets): Fix typos.
1307
1308 2008-06-03 Miles Bader <miles@gnu.org>
1309
1310 * display.texi (Displaying Faces): Add add-relative-face-remapping,
1311 remove-relative-face-remapping, set-base-face-remapping,
1312 and set-default-base-face-remapping.
1313
1314 2008-06-01 Miles Bader <miles@gnu.org>
1315
1316 * display.texi (Displaying Faces): Add face-remapping-alist.
1317
1318 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1319
1320 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
1321 variable names.
1322
1323 2008-05-03 Eric S. Raymond <esr@golux>
1324
1325 * keymaps.texi: Clarify that (current-local-map) and
1326 (current-global-map) return references, not copies.
1327
1328 2008-05-02 Juri Linkov <juri@jurta.org>
1329
1330 * minibuf.texi (Text from Minibuffer): Document a list of
1331 default values for `read-from-minibuffer'.
1332
1333 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
1334
1335 * nonascii.texi (Translation of Characters): Fix previous change.
1336
1337 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
1338
1339 * display.texi (Overlay Properties): Clarify role of underlying
1340 textprop and overlay keymaps for display strings.
1341
1342 * keymaps.texi (Active Keymaps): Ditto.
1343
1344 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * minibuf.texi (Programmed Completion):
1347 Replace dynamic-completion-table with the new completion-table-dynamic.
1348
1349 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
1350
1351 * intro.texi (Some Terms): Change "fonts in this manual" index
1352 entry to "typographic conventions".
1353
1354 2008-04-05 Eli Zaretskii <eliz@gnu.org>
1355
1356 * objects.texi (Text Props and Strings): Add indexing for read
1357 syntax of text properties.
1358
1359 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1360
1361 * processes.texi (Decoding Output): Remove process-filter-multibyte
1362 functions.
1363
1364 2008-03-15 Martin Rudalics <rudalics@gmx.at>
1365
1366 * display.texi (Finding Overlays): Say that empty overlays at
1367 the end of the buffer are reported too.
1368
1369 2008-03-13 Glenn Morris <rgm@gnu.org>
1370
1371 * elisp.texi (EMACSVER): Set to 23.0.60.
1372
1373 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
1374
1375 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
1376
1377 2008-02-22 Glenn Morris <rgm@gnu.org>
1378
1379 * frames.texi (Position Parameters): Clarify the description of
1380 `left' and `top', using information from "Geometry".
1381 (Geometry): Give a pointer to "Position Parameters", rather than
1382 repeating information.
1383
1384 2008-02-11 Glenn Morris <rgm@gnu.org>
1385
1386 * objects.texi (Equality Predicates): No longer talk about "two"
1387 functions.
1388
1389 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
1390
1391 * objects.texi (Equality Predicates): Add defun for
1392 equal-including-properties.
1393
1394 2008-02-10 Glenn Morris <rgm@gnu.org>
1395
1396 * objects.texi (Equality Predicates):
1397 Mention equal-including-properties.
1398
1399 2008-02-07 Richard Stallman <rms@gnu.org>
1400
1401 * windows.texi (Window Start): Mention the feature of moving
1402 window-start to start of line.
1403
1404 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
1405
1406 * keymaps.texi (Tool Bar): Document rtl property.
1407
1408 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1409
1410 * display.texi (Button Types):
1411 For define-button-type, clarify type of NAME.
1412
1413 2008-01-19 Martin Rudalics <rudalics@gmx.at>
1414
1415 * buffers.texi (Buffer Modification): Fix typo.
1416
1417 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1418
1419 * os.texi (System Environment): Remove references to OSes that are
1420 not supported anymore.
1421
1422 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1423
1424 * os.texi (System Environment): Remove mention for Masscomp.
1425
1426 2008-01-04 Richard Stallman <rms@gnu.org>
1427
1428 * display.texi (Faces): Don't talk about internal face vector as arg
1429 to facep.
1430
1431 * customize.texi (Type Keywords): Fix previous change.
1432
1433 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
1434 * elisp.texi (Top): Fix menu for commands.texi change.
1435
1436 2007-12-30 Richard Stallman <rms@gnu.org>
1437
1438 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
1439 (Accessing Scroll): New node broken out of Accessing Mouse.
1440
1441 2007-12-28 Richard Stallman <rms@gnu.org>
1442
1443 * frames.texi (Size Parameters): Fix typo.
1444 (Basic Parameters): For `title', refer to title bar.
1445 (Size and Position): Explain meaning of frame pixel width and height.
1446
1447 2007-12-23 Richard Stallman <rms@gnu.org>
1448
1449 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
1450 Improve some of the commented-out keywords' text too.
1451
1452 2007-12-14 Martin Rudalics <rudalics@gmx.at>
1453
1454 * nonascii.texi (Encoding and I/O): Reword to avoid saying
1455 "visit the current buffer".
1456
1457 * os.texi (System Interface): Fix typo.
1458
1459 2007-12-04 Richard Stallman <rms@gnu.org>
1460
1461 * objects.texi (Symbol Type): Fix typo.
1462
1463 2007-12-03 Richard Stallman <rms@gnu.org>
1464
1465 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
1466
1467 2007-12-01 Glenn Morris <rgm@gnu.org>
1468
1469 * functions.texi (Declaring Functions): Improve previous change.
1470
1471 2007-11-30 Glenn Morris <rgm@gnu.org>
1472
1473 * functions.texi (Declaring Functions): Add optional fourth
1474 argument of declare-function, and setting third argument to `t'.
1475
1476 2007-11-29 Richard Stallman <rms@gnu.org>
1477
1478 * customize.texi (Composite Types): Document `group' type.
1479
1480 2007-11-29 Glenn Morris <rgm@gnu.org>
1481
1482 * functions.texi (Declaring Functions): Add findex. Mention
1483 `external' files.
1484
1485 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
1486
1487 * functions.texi (Declaring Functions): Fix directive.
1488
1489 2007-11-25 Richard Stallman <rms@gnu.org>
1490
1491 * help.texi (Help Functions): Clean up last change.
1492
1493 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
1494
1495 * loading.texi (Named Features): Minor cleanup.
1496
1497 * macros.texi (Eval During Expansion): Minor cleanup.
1498
1499 * variables.texi (Variable Aliases): Minor cleanup.
1500
1501 2007-11-24 Richard Stallman <rms@gnu.org>
1502
1503 * functions.texi (Declaring Functions): Clarify previous change.
1504
1505 * compile.texi (Compiler Errors): Clarify previous change.
1506
1507 2007-11-24 Richard Stallman <rms@gnu.org>
1508
1509 * display.texi (Refresh Screen, Forcing Redisplay):
1510 Clarify the text and move items around.
1511
1512 2007-11-24 Glenn Morris <rgm@gnu.org>
1513
1514 * functions.texi (Declaring Functions): New section.
1515 * compile.texi (Compiler Errors): Mention declaring functions,
1516 defvar with no initvalue, and byte-compile-warnings.
1517
1518 2007-11-15 Martin Rudalics <rudalics@gmx.at>
1519
1520 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
1521 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
1522
1523 2007-11-13 Martin Rudalics <rudalics@gmx.at>
1524
1525 * help.texi (Help Functions): Document new macro `with-help-window'.
1526
1527 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1528
1529 * searching.texi (Replacing Match): Describe new
1530 `match-substitute-replacement'.
1531
1532 2007-10-31 Richard Stallman <rms@gnu.org>
1533
1534 * strings.texi (Creating Strings): Null strings from concat not unique.
1535
1536 2007-10-26 Richard Stallman <rms@gnu.org>
1537
1538 * objects.texi (Equality Predicates): Null strings are uniquified.
1539
1540 * minibuf.texi: Minor clarifications in previous change.
1541
1542 2007-10-25 Glenn Morris <rgm@gnu.org>
1543
1544 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
1545
1546 2007-10-24 Richard Stallman <rms@gnu.org>
1547
1548 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
1549
1550 * variables.texi (Frame-Local Variables): Node deleted.
1551 (Variables): Delete Frame-Local Variables from menu.
1552 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
1553 (Default Value): Don't mention frame-local vars.
1554
1555 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
1556
1557 * loading.texi (Unloading): Document FEATURE-unload-function
1558 instead of FEATURE-unload-hook.
1559
1560 * frames.texi (Multiple Displays): Don't mention frame-local vars.
1561
1562 2007-10-22 Juri Linkov <juri@jurta.org>
1563
1564 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
1565 (High-Level Completion): Document a list of default value strings
1566 in the DEFAULT argument, for which minibuffer functions return the
1567 first element.
1568
1569 2007-10-17 Juri Linkov <juri@jurta.org>
1570
1571 * text.texi (Filling): Update arguments of fill-paragraph.
1572 fill-paragraph operates on the active region in Transient Mark mode.
1573 Remove fill-paragraph-or-region.
1574
1575 2007-10-13 Karl Berry <karl@gnu.org>
1576
1577 * elisp.texi (@dircategory): Move to after @copying,
1578 since we want @copying as close as possible to the beginning of
1579 the output.
1580
1581 2007-10-12 Richard Stallman <rms@gnu.org>
1582
1583 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
1584
1585 * commands.texi (Distinguish Interactive): New node,
1586 broken out from Interactive Call and rewritten.
1587 (Command Loop): Put Distinguish Interactive in menu.
1588
1589 2007-10-09 Richard Stallman <rms@gnu.org>
1590
1591 * text.texi (Examining Properties): Mention overlay priority.
1592
1593 * display.texi (Display Margins): Correct the description
1594 of margin display specifications.
1595 (Replacing Specs): New subnode broken out of Display Property.
1596
1597 2007-10-06 Juri Linkov <juri@jurta.org>
1598
1599 * text.texi (Filling): Document fill-paragraph-or-region.
1600
1601 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1602
1603 * display.texi (Auto Faces): Fix typo.
1604
1605 2007-10-02 Richard Stallman <rms@gnu.org>
1606
1607 * display.texi (Display Property): Explain some display specs
1608 don't let you move point in.
1609
1610 * frames.texi (Cursor Parameters): Describe
1611 cursor-in-non-selected-windows here. Explain more values.
1612
1613 * windows.texi (Basic Windows): Don't describe
1614 cursor-in-non-selected-windows here.
1615
1616 2007-10-01 Eli Zaretskii <eliz@gnu.org>
1617
1618 * processes.texi (Misc Network): Note that these functions are
1619 supported only on some systems.
1620
1621 2007-10-01 Richard Stallman <rms@gnu.org>
1622
1623 * display.texi (Overlay Properties): Explain nil as priority.
1624 Explain that conflicts are unpredictable if not resolved by
1625 priorities.
1626
1627 2007-09-23 Richard Stallman <rms@gnu.org>
1628
1629 * macros.texi (Backquote): Minor clarification.
1630
1631 2007-09-19 Richard Stallman <rms@gnu.org>
1632
1633 * display.texi (Display Property): Explain multiple display specs.
1634 Clarify when they work in parallel and when one overrides.
1635 Fix error in example.
1636
1637 2007-09-06 Glenn Morris <rgm@gnu.org>
1638
1639 Move from lispref/ to doc/lispref/. Change all setfilename
1640 commands to use ../../info.
1641 * Makefile.in (infodir): Go up one more level.
1642 (usermanualdir): Change from ../man to ../emacs.
1643 (miscmanualdir): New.
1644 (dist): Use new variable miscmanualdir.
1645 * makefile.w32-in (infodir, texinputdir): Go up one more level.
1646 (usermanualdir): Change from ../man to ../emacs.
1647
1648 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1649
1650 * commands.texi (Command Loop Info): Advise against changing
1651 most variables described here. Explain new variable
1652 last-repeatable-command.
1653
1654 2007-08-29 Glenn Morris <rgm@gnu.org>
1655
1656 * elisp.texi (EMACSVER): Increase to 23.0.50.
1657
1658 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
1659
1660 * frames.texi (Basic Parameters): Add display-environment-variable
1661 and term-environment-variable.
1662
1663 2007-08-28 Juri Linkov <juri@jurta.org>
1664
1665 * display.texi (Image Formats, Other Image Types): Add SVG.
1666
1667 2007-08-28 Juri Linkov <juri@jurta.org>
1668
1669 * display.texi (Images): Move formats-related text to new node
1670 "Image Formats".
1671 (Image Formats): New node.
1672
1673 2007-08-27 Richard Stallman <rms@gnu.org>
1674
1675 * windows.texi (Window Configurations): Clarify what
1676 a window configuration saves.
1677
1678 2007-08-25 Richard Stallman <rms@gnu.org>
1679
1680 * display.texi (Images): Delete redundant @findex.
1681
1682 2007-08-16 Richard Stallman <rms@gnu.org>
1683
1684 * processes.texi (Asynchronous Processes): Clarify
1685 doc of start-file-process.
1686
1687 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1688
1689 * modes.texi (Example Major Modes): Fix typo.
1690
1691 2007-08-08 Glenn Morris <rgm@gnu.org>
1692
1693 * intro.texi (nil and t): Do not use `iff' in documentation.
1694
1695 * tips.texi (Documentation Tips): Recommend against `iff'.
1696
1697 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1698
1699 * display.texi (Image Cache): Document image-refresh.
1700
1701 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1702
1703 * windows.texi (Size of Window): Document window-full-width-p.
1704
1705 2007-07-25 Glenn Morris <rgm@gnu.org>
1706
1707 * gpl.texi (GPL): Replace license with GPLv3.
1708
1709 * Relicense all FSF files to GPLv3 or later.
1710
1711 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
1712
1713 * processes.texi (Synchronous Processes):
1714 Add `process-file-shell-command'.
1715 (Asynchronous Processes): Mention restricted use of
1716 `process-filter' and `process-sentinel' in
1717 `start-file-process'. Add `start-file-process-shell-command'.
1718
1719 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
1720
1721 * files.texi (Magic File Names): Introduce optional parameter
1722 IDENTIFICATION for `file-remote-p'.
1723
1724 2007-07-16 Richard Stallman <rms@gnu.org>
1725
1726 * display.texi (Defining Faces): Fix previous change.
1727
1728 2007-07-14 Richard Stallman <rms@gnu.org>
1729
1730 * control.texi (Handling Errors): Document `debug' in handler list.
1731
1732 2007-07-10 Richard Stallman <rms@gnu.org>
1733
1734 * display.texi (Defining Faces): Explain C-M-x feature for defface.
1735
1736 2007-07-09 Richard Stallman <rms@gnu.org>
1737
1738 * files.texi (Magic File Names): Rewrite previous change.
1739
1740 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
1741
1742 * files.texi (Magic File Names): Introduce optional parameter
1743 CONNECTED for `file-remote-p'.
1744
1745 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
1746
1747 * processes.texi (Asynchronous Processes):
1748 * files.texi (Magic File Names): Add `start-file-process'.
1749
1750 2007-06-27 Richard Stallman <rms@gnu.org>
1751
1752 * files.texi (Format Conversion Piecemeal): Clarify
1753 `after-insert-file-functions' calling convention.
1754
1755 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
1756
1757 * files.texi (Magic File Names): Remove `dired-call-process'.
1758 Add `process-file'.
1759
1760 2007-06-27 Kenichi Handa <handa@m17n.org>
1761
1762 * text.texi (Special Properties): Fix description about
1763 `composition' property.
1764
1765 2007-06-26 Kenichi Handa <handa@m17n.org>
1766
1767 * nonascii.texi (Default Coding Systems): Document about the
1768 return value `undecided'.
1769
1770 2007-06-25 David Kastrup <dak@gnu.org>
1771
1772 * keymaps.texi (Active Keymaps): Document new POSITION argument of
1773 `current-active-maps'.
1774
1775 2007-06-24 Karl Berry <karl@gnu.org>
1776
1777 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
1778
1779 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
1780
1781 * display.texi (Overlay Arrow): Doc fix.
1782
1783 2007-06-14 Karl Berry <karl@tug.org>
1784
1785 * anti.texi (Antinews): Typo.
1786
1787 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
1788
1789 * display.texi (Image Cache): Document image-refresh.
1790
1791 2007-06-12 Karl Berry <karl@gnu.org>
1792
1793 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
1794 * two-volume.make: New file.
1795 * .cvsignore: Ignore two-volume files.
1796
1797 2007-06-12 Tom Tromey <tromey@redhat.com>
1798
1799 * os.texi (Init File): Document user-emacs-directory.
1800
1801 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
1802
1803 * commands.texi (Click Events): Describe width and height when
1804 object is nil.
1805
1806 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
1807
1808 * commands.texi (Click Events): Layout more logically. Describe
1809 width and height.
1810 (Drag Events, Motion Events): Update to new format for position.
1811
1812 2007-06-02 Richard Stallman <rms@gnu.org>
1813
1814 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
1815
1816 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1817
1818 * Version 22.1 released.
1819
1820 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1821
1822 * text.texi (Special Properties): Correct meaning of fontified face.
1823
1824 2007-05-30 Richard Stallman <rms@gnu.org>
1825
1826 * text.texi (Special Properties): Add link to Adjusting Point.
1827
1828 2007-05-12 Richard Stallman <rms@gnu.org>
1829
1830 * text.texi (Margins): indent-to-left-margin is not the default.
1831 (Mode-Specific Indent): For indent-line-function, the default
1832 is indent-relative.
1833
1834 * modes.texi (Example Major Modes): Explain last line of text-mode
1835 is redundant.
1836
1837 2007-05-10 Richard Stallman <rms@gnu.org>
1838
1839 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
1840
1841 * help.texi (Keys in Documentation): Add reference to
1842 Documentation Tips.
1843
1844 * files.texi (Format Conversion): TO-FN gets three arguments.
1845
1846 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
1847
1848 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
1849
1850 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
1851 * files.texi (Format Conversion): Expand intro; add menu.
1852 (Format Conversion Overview, Format Conversion Round-Trip)
1853 (Format Conversion Piecemeal): New nodes/subsections.
1854 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
1855 * text.texi (Text Properties): Remove "Saving Properties" from menu.
1856 (Saving Properties): Delete node/subsection.
1857
1858 2007-05-07 Karl Berry <karl@gnu.org>
1859
1860 * elisp.texi (EMACSVER): Back to 22.
1861
1862 2007-05-06 Richard Stallman <rms@gnu.org>
1863
1864 * processes.texi (Accepting Output): Revert most of previous change.
1865
1866 2007-05-05 Richard Stallman <rms@gnu.org>
1867
1868 * processes.texi (Accepting Output): accept-process-output
1869 uses microseconds, not milliseconds. But that arg is obsolete.
1870
1871 2007-05-04 Karl Berry <karl@tug.org>
1872
1873 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
1874
1875 2007-05-04 Eli Zaretskii <eliz@gnu.org>
1876
1877 * tips.texi (Documentation Tips): Rearrange items to place the
1878 more important ones first. Add an index entry for hyperlinks.
1879
1880 2007-05-03 Karl Berry <karl@gnu.org>
1881
1882 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
1883 (EMACSVER) [smallbook]: 22 for printed version.
1884
1885 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
1886 so restore anchor to normal position after defun. Found by Kevin Ryde.
1887
1888 2007-04-26 Glenn Morris <rgm@gnu.org>
1889
1890 * elisp.texi (EMACSVER): Increase to 22.1.50.
1891
1892 2007-04-28 Karl Berry <karl@gnu.org>
1893
1894 * elisp.texi: Improve line breaks on copyright page,
1895 similar layout to emacs manual, 8.5x11 by default.
1896
1897 2007-04-24 Richard Stallman <rms@gnu.org>
1898
1899 * text.texi (Special Properties): Add xref to Overlay Properties.
1900
1901 * display.texi (Overlay Properties): Add xref to Special Properties.
1902
1903 2007-04-22 Richard Stallman <rms@gnu.org>
1904
1905 * keymaps.texi (Extended Menu Items): Move the info about
1906 format with cached keyboard binding.
1907
1908 2007-04-21 Richard Stallman <rms@gnu.org>
1909
1910 * text.texi (Special Properties): Clarify previous change.
1911
1912 * files.texi (File Name Expansion): Clarify previous change.
1913
1914 * display.texi (Attribute Functions): Fix example for
1915 face-attribute-relative-p.
1916
1917 2007-04-19 Kenichi Handa <handa@m17n.org>
1918
1919 * text.texi (Special Properties): Document composition property.
1920
1921 2007-04-19 Glenn Morris <rgm@gnu.org>
1922
1923 * files.texi (File Name Expansion): Mention "superroot".
1924
1925 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * frames.texi (Multiple Displays): Add note about "multi-monitor"
1928 setups.
1929 (Display Feature Testing): Note that display refers to all
1930 physical monitors for multi-monitor setups.
1931
1932 2007-04-14 Richard Stallman <rms@gnu.org>
1933
1934 * lists.texi (Sets And Lists): Clarify `delete' examples.
1935 Remove spurious xref to same node.
1936 Clarify xref for add-to-list.
1937
1938 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
1939
1940 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
1941 value of lisp-mode-map.
1942
1943 2007-04-11 Karl Berry <karl@gnu.org>
1944
1945 * anti.texi (Antinews):
1946 * display.texi (Overlay Properties, Defining Images):
1947 * processes.texi (Synchronous Processes, Sentinels):
1948 * syntax.texi (Syntax Table Internals):
1949 * searching.texi (Regexp Special):
1950 * nonascii.texi (Default Coding Systems):
1951 * text.texi (Special Properties):
1952 * minibuf.texi (Basic Completion): Wording to improve breaks in
1953 8.5x11 format.
1954 * elisp.texi (smallbook): New @set to more easily switch between
1955 smallbook and 8.5x11.
1956
1957 2007-04-11 Richard Stallman <rms@gnu.org>
1958
1959 * text.texi (Lazy Properties): Minor fix.
1960
1961 2007-04-08 Karl Berry <karl@gnu.org>
1962
1963 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
1964 * macros.texi (Backquote): Downcase Backquote in index entries for
1965 consistency.
1966
1967 2007-04-08 Richard Stallman <rms@gnu.org>
1968
1969 * text.texi (Adaptive Fill): Just describe default,
1970 don't show it (since it contains non-ASCII chars).
1971
1972 2007-04-07 Karl Berry <karl@gnu.org>
1973
1974 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
1975 adaptive-fill-regexp's value, since they are not in the standard
1976 TeX fonts.
1977
1978 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
1979
1980 * display.texi (Defining Faces): Fix example.
1981
1982 2007-04-07 Karl Berry <karl@gnu.org>
1983
1984 * display.texi (Button Buffer Commands): Improve page break.
1985
1986 2007-04-07 Richard Stallman <rms@gnu.org>
1987
1988 * advice.texi (Activation of Advice): Remove redundant index entry.
1989
1990 * backups.texi: Improve index entries. Remove redundant ones.
1991
1992 * compile.texi (Byte Compilation): Improve index entry.
1993
1994 * hash.texi (Creating Hash): Improve index entry.
1995
1996 * symbols.texi (Definitions): Improve index entry.
1997
1998 * edebug.texi: Improve index entries. Remove redundant/useless ones.
1999
2000 * maps.texi (Standard Keymaps): Remove useless index entry.
2001
2002 * help.texi (Documentation Basics): Remove redundant index entries.
2003
2004 * customize.texi: Improve index entries.
2005 Remove redundant/useless ones.
2006
2007 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
2008
2009 * streams.texi (Output Variables): Improve index entry.
2010
2011 * abbrevs.texi (Abbrevs): Remove useless index entry.
2012
2013 * macros.texi (Expansion): Remove useless index entry.
2014
2015 * text.texi: Improve index entries. Remove redundant/useless ones.
2016 (Text Properties, Examining Properties)
2017 (Special Properties): Use "property category" instead of "category"
2018 to refer to the `category' property.
2019
2020 * positions.texi: Improve index entries. Remove useless one.
2021
2022 * lists.texi: Improve index entries. Remove redundant/useless ones.
2023
2024 * os.texi: Improve index entries.
2025 (Timers): Fix previous change.
2026
2027 * buffers.texi: Improve index entries.
2028 (Modification Time): Get rid of term "obsolete buffer".
2029
2030 * debugging.texi: Improve index entries.
2031 (Test Coverage): Add xref to other test coverage ftr.
2032
2033 * eval.texi: Improve index entry. Remove redundant ones.
2034
2035 * numbers.texi: Improve index entries. Remove redundant/useless ones.
2036
2037 * files.texi: Improve index entries. Remove redundant/useless ones.
2038
2039 * objects.texi: Improve index entries.
2040
2041 * processes.texi: Improve index entries.
2042
2043 * modes.texi: Improve index entry. Remove redundant one.
2044
2045 * nonascii.texi: Improve index entries.
2046
2047 * internals.texi: Improve index entries.
2048
2049 * syntax.texi: Improve index entries.
2050
2051 * keymaps.texi (Active Keymaps): Improve index entries.
2052
2053 * commands.texi: Improve index entries. Remove redundant/useless ones.
2054
2055 * frames.texi: Improve index entries. Remove redundant/useless ones.
2056
2057 * markers.texi: Improve index entries. Remove redundant ones.
2058
2059 * tips.texi: Improve index entries.
2060
2061 * loading.texi (Unloading): Improve index entry.
2062
2063 * variables.texi: Improve index entries. Remove redundant one.
2064
2065 * sequences.texi: Improve index entry.
2066
2067 * display.texi: Improve index entries. Remove redundant ones.
2068
2069 * windows.texi: Improve index entries.
2070
2071 * searching.texi: Improve index entries. Remove redundant one.
2072
2073 * strings.texi (Case Tables): Improve last change.
2074
2075 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
2076
2077 * strings.texi (Case Tables): Document with-case-table and
2078 ascii-case-table.
2079
2080 2007-04-03 Karl Berry <karl@gnu.org>
2081
2082 * processes.texi (Network): Reword to improve page break.
2083
2084 2007-04-03 Eli Zaretskii <eliz@gnu.org>
2085
2086 * functions.texi (Inline Functions): Describe more disadvantages
2087 of defsubst, and make advice against it stronger.
2088
2089 2007-04-02 Karl Berry <karl@gnu.org>
2090
2091 * backups.texi (Backup Names): Avoid widow words.
2092 * modes.texi (Example Major Modes): Align last comment.
2093
2094 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
2095
2096 * keymaps.texi (Remapping Commands): Document new arg to
2097 command-remapping.
2098
2099 2007-04-01 Karl Berry <karl@gnu.org>
2100
2101 * processes.texi (Low-Level Network): Typo.
2102 * loading.texi (Hooks for Loading): Avoid double "the".
2103 * keymaps.texi (Key Sequences): No double "and".
2104 (Changing Key Bindings): Shorten to improve line break.
2105
2106 2007-03-31 Glenn Morris <rgm@gnu.org>
2107
2108 * os.texi (Timers): Fix description of run-at-time TIME formats.
2109
2110 2007-03-31 Richard Stallman <rms@gnu.org>
2111
2112 * display.texi (Invisible Text): Correct buffer-invisibility-spec
2113 regarding ellipsis.
2114
2115 2007-03-31 Eli Zaretskii <eliz@gnu.org>
2116
2117 * intro.texi (nil and t):
2118 * symbols.texi (Plists and Alists):
2119 * variables.texi (Variable Aliases, Constant Variables):
2120 * functions.texi (Defining Functions):
2121 * advice.texi (Advising Primitives):
2122 * debugging.texi (Syntax Errors, Compilation Errors):
2123 * minibuf.texi (Minibuffer Windows):
2124 * commands.texi (Adjusting Point):
2125 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
2126 (Auto Major Mode, Major Mode Conventions):
2127 * help.texi (Describing Characters):
2128 * files.texi (Create/Delete Dirs, Information about Files)
2129 (File Locks, Writing to Files, Reading from Files)
2130 (Saving Buffers):
2131 * windows.texi (Resizing Windows, Cyclic Window Ordering):
2132 * frames.texi (Finding All Frames):
2133 * positions.texi (Buffer End, Motion):
2134 * markers.texi (The Region):
2135 * text.texi (Deletion, Near Point):
2136 * display.texi (Displaying Messages, Truncation):
2137 * os.texi (Processor Run Time):
2138 * tips.texi (Key Binding Conventions, Programming Tips)
2139 (Warning Tips, Documentation Tips, Comment Tips):
2140 * internals.texi (Memory Usage): Improve indexing.
2141
2142 * variables.texi (Frame-Local Variables):
2143 * functions.texi (Argument List):
2144 * loading.texi (Library Search):
2145 * streams.texi (Output Variables):
2146 * keymaps.texi (Translation Keymaps, Searching Keymaps):
2147 * searching.texi (Replacing Match, Search and Replace):
2148 * processes.texi (Byte Packing, Decoding Output)
2149 (Accepting Output, Network Servers, Shell Arguments):
2150 * display.texi (Abstract Display, Image Cache, Scroll Bars):
2151 * windows.texi (Window Point, Window Start):
2152 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
2153 * commands.texi (Reading Input, Keyboard Events):
2154 * minibuf.texi (Reading File Names, Minibuffer Completion)
2155 (Recursive Mini):
2156 * positions.texi (List Motion):
2157 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
2158 * numbers.texi (Arithmetic Operations, Math Functions)
2159 (Predicates on Numbers, Comparison of Numbers):
2160 (Numeric Conversions):
2161 * locals.texi (Standard Buffer-Local Variables):
2162 * maps.texi (Standard Keymaps):
2163 * os.texi (User Identification, System Environment, Recording Input)
2164 (X11 Keysyms):
2165 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
2166 * backups.texi (Backups and Auto-Saving):
2167 * customize.texi (Customization, Group Definitions)
2168 (Variable Definitions):
2169 * compile.texi (Byte Compilation): Improve index entries.
2170
2171 2007-03-31 Karl Berry <karl@gnu.org>
2172
2173 * macros.texi (Defining Macros): Avoid widow syllable.
2174
2175 2007-03-31 Eli Zaretskii <eliz@gnu.org>
2176
2177 * elisp.texi (Top): Postscript -> PostScript.
2178
2179 * display.texi (Images, Postscript Images): Postscript -> PostScript.
2180
2181 2007-03-31 Markus Triska <markus.triska@gmx.at>
2182
2183 * internals.texi (Writing Emacs Primitives): Untabify `For'.
2184
2185 2007-03-30 Karl Berry <karl@gnu.org>
2186
2187 * lists.texi (List-related Predicates): Remove spurious @need.
2188 (Setcdr): Use @smallexample to improve page break.
2189 (Association Lists) <assoc>: Reword to improve page break.
2190
2191 * strings.texi (String Conversion): Insert blank line to improve
2192 page break.
2193
2194 * numbers.texi (Random Numbers): Use @minus{}.
2195 (Math Functions): Use @minus{}.
2196
2197 * intro.texi (Acknowledgements): Avoid line breaks before middle
2198 initials.
2199
2200 2007-03-24 Eli Zaretskii <eliz@gnu.org>
2201
2202 * errors.texi (Standard Errors): Add an index entry.
2203
2204 2007-03-19 Richard Stallman <rms@gnu.org>
2205
2206 * os.texi (Recording Input): recent-keys now gives 300 keys.
2207
2208 2007-03-12 Glenn Morris <rgm@gnu.org>
2209
2210 * os.texi: Replace "daylight savings" with "daylight saving"
2211 throughout.
2212
2213 2007-03-05 Richard Stallman <rms@gnu.org>
2214
2215 * variables.texi (File Local Variables): Update
2216 enable-local-variables values.
2217
2218 2007-03-04 Richard Stallman <rms@gnu.org>
2219
2220 * syntax.texi (Control Parsing): Minor clarification.
2221
2222 * strings.texi (Formatting Strings): Clarify width, precision, flags.
2223
2224 * sequences.texi (Sequence Functions): Move string-bytes away,
2225 add xref.
2226
2227 * nonascii.texi (Text Representations): Move string-bytes here.
2228
2229 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
2230
2231 * minibuf.texi (Basic Completion): Minor clarification.
2232
2233 * markers.texi (The Mark): Clarify existence vs activation of mark.
2234 Other cleanup.
2235
2236 * display.texi (Finding Overlays): Write better example.
2237
2238 * compile.texi (Eval During Compile): Clarify putting macros
2239 in eval-when-compile.
2240
2241 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
2242
2243 * loading.texi (How Programs Do Loading): Fix anchor position at
2244 load-read-function definition doc.
2245
2246 2007-02-21 Kim F. Storm <storm@cua.dk>
2247
2248 * strings.texi (Text Comparison): Mention that assoc-string
2249 converts symbols to strings before testing.
2250
2251 2007-02-17 Kim F. Storm <storm@cua.dk>
2252
2253 * processes.texi (Bindat Spec): Vector types can have optional
2254 element type.
2255 (Bindat Examples): Fix example. Add vector with element type.
2256
2257 2007-02-16 Andreas Schwab <schwab@suse.de>
2258
2259 * strings.texi (Formatting Strings): Document '+' flag.
2260
2261 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
2262
2263 * strings.texi (Modifying Strings): Clarify that `clear-string'
2264 always converts the string to unibyte.
2265
2266 2007-02-14 Kim F. Storm <storm@cua.dk>
2267
2268 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
2269 Rewrite glyph code description to refer to these functions.
2270 Remove details of encoding face number and char into integer code.
2271
2272 2007-02-03 Alan Mackenzie <acm@muc.de>
2273
2274 * loading.texi (Hooks for Loading): Make the description of
2275 `eval-after-load' more detailed, and amend the description of
2276 after-load-alist, in accordance with changes from 2006-05.
2277
2278 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2279
2280 * modes.texi (Defining Minor Modes): Document that a :require
2281 keyword or similar may be required to make saved customization
2282 variables work.
2283
2284 2007-02-03 Eli Zaretskii <eliz@gnu.org>
2285
2286 * elisp.texi (Top): Make the detailed menu headers compliant with
2287 Texinfo guidelines and with what texnfo-upd.el expects. Add
2288 comments to prevent people from inadvertently modifying the key
2289 parts needed by `texinfo-multiple-files-update'.
2290
2291 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2292
2293 * elisp.texi (Top): Update the top-level menus.
2294
2295 * syntax.texi (Categories): Add index entries.
2296
2297 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2298
2299 * display.texi (Attribute Functions): Fix name and description of
2300 the UNDERLINE arg of `set-face-underline-p'.
2301
2302 2007-01-29 Eli Zaretskii <eliz@gnu.org>
2303
2304 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
2305 Variables", and "Standard Keymaps" to the detailed menu.
2306
2307 * variables.texi (Future Local Variables): Add index entry.
2308
2309 2007-01-28 Richard Stallman <rms@gnu.org>
2310
2311 * tips.texi (Coding Conventions): Clarify the tip about macros
2312 that define a function or a variable.
2313
2314 * files.texi (File Attributes): UID and GID can be floats.
2315 (Magic File Names): Explain why deferring all operations to
2316 the standard handler does not work.
2317
2318 2007-01-23 Martin Rudalics <rudalics@gmx.at>
2319
2320 * backups.texi (Reverting): Use "buffer" instead of "file"
2321 when talking about major and minor modes.
2322
2323 2007-01-21 Richard Stallman <rms@gnu.org>
2324
2325 * help.texi (Documentation): Add xref to Documentation Tips.
2326
2327 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
2328
2329 * tips.texi (Coding Conventions): Fix typos.
2330
2331 2007-01-05 Richard Stallman <rms@gnu.org>
2332
2333 * modes.texi (Defining Minor Modes): Fix previous change.
2334
2335 2007-01-03 Richard Stallman <rms@gnu.org>
2336
2337 * customize.texi (Variable Definitions, Customization Types):
2338 Don't use * in doc string for defcustom.
2339
2340 2007-01-02 Richard Stallman <rms@gnu.org>
2341
2342 * variables.texi (Variable Aliases): Clarify that aliases vars
2343 always have the same value.
2344
2345 * processes.texi (Bindat Spec): Fix Texinfo usage.
2346
2347 * modes.texi (Defining Minor Modes): Explain effect of command
2348 defined with define-global-minor-mode on new buffers.
2349
2350 2006-12-30 Kim F. Storm <storm@cua.dk>
2351
2352 * keymaps.texi (Tool Bar): Describe `grow-only' value of
2353 `auto-resize-tool-bars'.
2354
2355 2006-12-30 Richard Stallman <rms@gnu.org>
2356
2357 * keymaps.texi (Active Keymaps): Fix previous change.
2358
2359 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
2360
2361 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
2362
2363 2006-12-30 Kim F. Storm <storm@cua.dk>
2364
2365 * processes.texi (Bindat Spec): Clarify using field names in
2366 length specifications.
2367
2368 2006-12-29 Kim F. Storm <storm@cua.dk>
2369
2370 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
2371 Add count and index variables for eval forms in repeat blocks.
2372
2373 2006-12-24 Richard Stallman <rms@gnu.org>
2374
2375 * customize.texi (Variable Definitions): Document
2376 new name custom-add-frequent-value.
2377
2378 2006-12-19 Kim F. Storm <storm@cua.dk>
2379
2380 * commands.texi (Misc Events): User signals now result in sigusr1
2381 and sigusr2 events which are handled through special-event-map.
2382 (Special Events): User signals and drag-n-drop are special.
2383
2384 2006-12-17 Richard Stallman <rms@gnu.org>
2385
2386 * loading.texi (Named Features): Explain subfeatures better.
2387
2388 * customize.texi: Use "option" only for user options.
2389 For the keyword values inside defcustom etc, say "keywords".
2390 For :options value's elements, say "elements".
2391 :group should not be omitted.
2392
2393 * syntax.texi (Parsing Expressions): Split up node.
2394 (Motion via Parsing, Position Parse, Parser State)
2395 (Low-Level Parsing, Control Parsing): New subnodes.
2396 (Parser State): Document syntax-ppss-toplevel-pos.
2397
2398 * positions.texi (List Motion): Punctuation fix.
2399
2400 * files.texi (File Name Completion): Document PREDICATE arg
2401 to file-name-completion.
2402
2403 2006-12-16 Eli Zaretskii <eliz@gnu.org>
2404
2405 * internals.texi (Building Emacs, Writing Emacs Primitives):
2406 Add index entries.
2407
2408 2006-12-11 Richard Stallman <rms@gnu.org>
2409
2410 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
2411 affects face menu. Explain how to make it non-nil without enabling
2412 any fontification.
2413
2414 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
2415
2416 * modes.texi (Font Lock Basics): Document nil value of
2417 font-lock-defaults.
2418
2419 2006-12-10 Glenn Morris <rgm@gnu.org>
2420
2421 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
2422 value for system-flag argument. Abbrev tables may not be empty
2423 when major modes are loaded.
2424
2425 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
2426
2427 * makefile.w32-in (maintainer-clean): Partially revert last
2428 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
2429 to protect elisp-covers.texi.
2430
2431 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
2432
2433 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
2434 Don't remove elisp* info files; they are already deleted by the
2435 `clean' and `distclean' targets, and they are in the $(infodir)
2436 directory, not the current one.
2437
2438 2006-12-04 Kim F. Storm <storm@cua.dk>
2439
2440 * commands.texi (Misc Events): Update signal events.
2441 (Event Examples): Add signal example.
2442
2443 2006-11-29 Richard Stallman <rms@gnu.org>
2444
2445 * frames.texi (Visibility of Frames): Explain visible windows
2446 can be covered by others. Add xref for raise-frame.
2447
2448 2006-11-28 Richard Stallman <rms@gnu.org>
2449
2450 * searching.texi (Regexp Special): Update when ^ is special.
2451
2452 2006-11-27 Eli Zaretskii <eliz@gnu.org>
2453
2454 * customize.texi (Customization, Common Keywords)
2455 (Group Definitions, Variable Definitions, Composite Types)
2456 (Type Keywords, Customization Types): Add index entries for
2457 various customization keywords.
2458
2459 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2460
2461 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
2462
2463 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
2464
2465 * frames.texi (Window System Selections): Remove clipboard from
2466 description of selection-coding-system.
2467
2468 2006-11-06 Richard Stallman <rms@gnu.org>
2469
2470 * lists.texi (List Variables): Document COMPARE-FN.
2471
2472 * keymaps.texi: Avoid use of "binding" to mean a relation;
2473 use it only to refer to the meaning associated with a key.
2474 (Keymaps): Change menu node description.
2475
2476 * elisp.texi (Top): Change menu node description.
2477
2478 * display.texi (Managing Overlays): Document overlay-recenter.
2479
2480 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
2481
2482 * Makefile.in: Use relative paths to avoid advertising filesystem
2483 contents during compilation.
2484
2485 2006-10-23 Kim F. Storm <storm@cua.dk>
2486
2487 * commands.texi (Event Input Misc): Update unread-command-events.
2488
2489 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
2490
2491 * lists.texi (Sets And Lists): Fix typos.
2492
2493 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
2494
2495 * control.texi (Processing of Errors): Use @var for an argument,
2496 not @code.
2497
2498 2006-10-16 Richard Stallman <rms@gnu.org>
2499
2500 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
2501
2502 * keymaps.texi (Format of Keymaps): Show all the keymap element
2503 patterns that result from menu items.
2504 (Key Lookup): Minor cleanups.
2505
2506 * modes.texi (Precalculated Fontification): Don't say that
2507 not setting font-lock-defaults avoids loading font-lock.
2508
2509 * help.texi (Documentation): Move xref to Emacs Manual here.
2510 (Documentation Basics): From here.
2511 Also doc emacs-lisp-docstring-fill-column.
2512
2513 * elisp.texi: Update version and ISBN.
2514
2515 * commands.texi (Interactive Call): Clarify KEYS arg to
2516 call-interactively is a vector.
2517 (Command Loop Info): Delete anchor in this-command-keys.
2518 Add anchor in this-command-keys-vector.
2519 (Recursive Editing): Document how recursive-edit
2520 handles the current buffer.
2521
2522 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
2523
2524 * frames.texi (Frame Titles): %c and %l are ignored in
2525 frame-title-format.
2526
2527 2006-10-11 Richard Stallman <rms@gnu.org>
2528
2529 * keymaps.texi (Key Sequences): Clarify use of kbd.
2530
2531 2006-10-10 Kim F. Storm <storm@cua.dk>
2532
2533 * lists.texi (Sets And Lists): Add memql.
2534
2535 2006-10-03 Richard Stallman <rms@gnu.org>
2536
2537 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
2538 Clarify :ascii: and :nonascii:.
2539
2540 2006-09-29 Juri Linkov <juri@jurta.org>
2541
2542 * modes.texi (%-Constructs): Reorder coding systems in the
2543 documentation of %z to the real order displayed in the modeline.
2544
2545 2006-09-25 Richard Stallman <rms@gnu.org>
2546
2547 * os.texi (Timers): Describe timer-max-repeats.
2548
2549 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
2550
2551 * os.texi (Timers): Mention with-local-quit.
2552
2553 2006-09-24 Richard Stallman <rms@gnu.org>
2554
2555 * searching.texi (Searching and Matching): Mention property search.
2556
2557 * commands.texi (Command Loop Info): Explain how read-event affects
2558 this-command-keys.
2559
2560 2006-09-20 Richard Stallman <rms@gnu.org>
2561
2562 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
2563
2564 * windows.texi (Window Start): Minor cleanups.
2565
2566 2006-09-20 Kim F. Storm <storm@cua.dk>
2567
2568 * windows.texi (Window Start): pos-visible-in-window-p allows
2569 specifying t for position to mean "end of window".
2570 Add window-line-height.
2571
2572 * anti.texi (Antinews): Mention window-line-height.
2573
2574 2006-09-19 David Kastrup <dak@gnu.org>
2575
2576 * keymaps.texi (Searching Keymaps): Small clarification.
2577
2578 2006-09-18 Richard Stallman <rms@gnu.org>
2579
2580 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
2581 cause keyboard menus.
2582 (Menu Keymaps): Likewise.
2583 (Defining Menus, Keyboard Menus): Clarify.
2584
2585 * text.texi (Fields): Clarify explanation of constrain-to-field.
2586
2587 2006-09-16 Eli Zaretskii <eliz@gnu.org>
2588
2589 * variables.texi (Tips for Defining): Fix a typo.
2590
2591 2006-09-15 Richard Stallman <rms@gnu.org>
2592
2593 * keymaps.texi (Remapping Commands, Searching Keymaps)
2594 (Active Keymaps): Clean up previous change.
2595
2596 2006-09-15 Jay Belanger <belanger@truman.edu>
2597
2598 * gpl.texi: Replace "Library Public License" by "Lesser Public
2599 License" throughout.
2600
2601 2006-09-15 David Kastrup <dak@gnu.org>
2602
2603 * keymaps.texi (Active Keymaps): Adapt description to use
2604 `get-char-property' instead `get-text-property'. Explain how
2605 mouse events change this. Explain the new optional argument of
2606 `key-binding' and its mouse-dependent lookup.
2607 (Searching Keymaps): Adapt description similarly.
2608 (Remapping Commands): Explain the new optional argument of
2609 `command-remapping'.
2610
2611 2006-09-14 Richard Stallman <rms@gnu.org>
2612
2613 * keymaps.texi (Searching Keymaps): Clarification.
2614 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
2615
2616 2006-09-13 Richard Stallman <rms@gnu.org>
2617
2618 * objects.texi (Character Type): Node split.
2619 Add xref to Describing Characters.
2620 (Basic Char Syntax, General Escape Syntax)
2621 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
2622
2623 2006-09-11 Richard Stallman <rms@gnu.org>
2624
2625 * display.texi (Display Table Format): Wording clarification.
2626 (Glyphs): Clarifications.
2627
2628 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
2629
2630 * keymaps.texi (Active Keymaps): Mention that key-binding checks
2631 local maps.
2632
2633 2006-09-10 Kim F. Storm <storm@cua.dk>
2634
2635 * display.texi (Forcing Redisplay): Document return value of
2636 function redisplay.
2637
2638 2006-09-09 Richard Stallman <rms@gnu.org>
2639
2640 * windows.texi (Window Hooks): Explain limits of
2641 window-scroll-functions.
2642
2643 * display.texi (Fringe Indicators): Update for last change in
2644 indicate-buffer-boundaries.
2645
2646 2006-09-08 Richard Stallman <rms@gnu.org>
2647
2648 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
2649
2650 2006-09-06 Kim F. Storm <storm@cua.dk>
2651
2652 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
2653
2654 * windows.texi (Window Start): Update pos-visible-in-window-p.
2655
2656 2006-09-04 Richard Stallman <rms@gnu.org>
2657
2658 * processes.texi (Accepting Output): Explain SECONDS=0 for
2659 accept-process-output.
2660
2661 * os.texi (Idle Timers): Explain why timer functions should not
2662 loop until (input-pending-p).
2663
2664 2006-09-02 Eli Zaretskii <eliz@gnu.org>
2665
2666 * makefile.w32-in (usermanualdir): New variable.
2667 (elisp.dvi): Use it.
2668
2669 2006-09-01 Eli Zaretskii <eliz@gnu.org>
2670
2671 * buffers.texi (Buffer Modification): Fix last change.
2672
2673 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
2674
2675 * buffers.texi (Buffer Modification): Document
2676 buffer-chars-modified-tick.
2677
2678 2006-08-31 Richard Stallman <rms@gnu.org>
2679
2680 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
2681
2682 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
2683
2684 * modes.texi (Syntactic Font Lock):
2685 Mention font-lock-syntactic-face-function
2686 instead of specific faces.
2687
2688 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
2689
2690 * display.texi (Images): Add xrref to display-images-p.
2691
2692 2006-08-28 Kenichi Handa <handa@m17n.org>
2693
2694 * nonascii.texi (Lisp and Coding Systems): Fix description of
2695 detect-coding-region.
2696
2697 2006-08-27 Michael Olson <mwolson@gnu.org>
2698
2699 * processes.texi (Transaction Queues): Remove stray quote
2700 character.
2701
2702 2006-08-25 Richard Stallman <rms@gnu.org>
2703
2704 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
2705 Add xref.
2706
2707 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
2708
2709 * os.texi (Timers): Avoid waiting inside timers.
2710
2711 2006-08-21 Lute Kamstra <lute@gnu.org>
2712
2713 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
2714
2715 2006-08-20 Richard Stallman <rms@gnu.org>
2716
2717 * os.texi (Idle Timers): New node, split out from Timers.
2718 Document current-idle-time.
2719 * commands.texi (Reading One Event): Update xref.
2720 * elisp.texi (Top): Update subnode menu.
2721
2722 2006-08-16 Richard Stallman <rms@gnu.org>
2723
2724 * keymaps.texi (Extended Menu Items): Show format of cached
2725 bindings in extended menu items.
2726
2727 * customize.texi (Variable Definitions): Explain when the
2728 standard value expression is evaluated.
2729
2730 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
2731
2732 * commands.texi (Reading One Event): Explain idleness in
2733 `read-event'.
2734
2735 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
2736
2737 * text.texi (Near Point): Say "cursor" not "terminal cursor".
2738 (Commands for Insertion): Removed split-line since it's not
2739 relevant for Lisp programming.
2740 (Yank Commands): Rewrite introduction.
2741 (Undo): Clarify.
2742 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
2743 (Filling): Remove redundant comment. Clarify return value of
2744 current-justification.
2745 (Margins): Minor clarifications.
2746 (Adaptive Fill): Update default value of adaptive-fill-regexp.
2747 (Sorting): Update definition of sort-lines.
2748 (Columns): Clarify behavior of sort-columns.
2749 (Indent Tabs): Link to Tab Stops in Emacs manual.
2750 (Special Properties): Clarify.
2751 (Clickable Text): Mention Buttons package.
2752
2753 2006-08-12 Kevin Ryde <user42@zip.com.au>
2754
2755 * os.texi (Time Parsing): Add %z to description of
2756 format-time-string, as per docstring. Add cross reference to
2757 glibc manual for strftime.
2758
2759 2006-08-08 Richard Stallman <rms@gnu.org>
2760
2761 * modes.texi: Clean up wording in previous change.
2762
2763 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
2764
2765 * modes.texi (Hooks): Clarify.
2766 (Major Mode Basics): Mention define-derived-mode explicitly.
2767 (Major Mode Conventions): Rebinding RET is OK for some modes.
2768 Mention change-major-mode-hook and after-change-major-mode-hook.
2769 (Example Major Modes): Moved to end of Modes section.
2770 (Mode Line Basics): Clarify.
2771 (Mode Line Data): Mention help-echo and local-map in strings.
2772 Explain reason for treatment of non-risky variables.
2773 (Properties in Mode): Clarify.
2774 (Faces for Font Lock): Add font-lock-negation-char-face.
2775
2776 2006-08-04 Eli Zaretskii <eliz@gnu.org>
2777
2778 * strings.texi (Formatting Strings): Warn against arbitrary
2779 strings as first arg to `format'.
2780
2781 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
2782
2783 * text.texi (Clickable Text): Mention `help-echo' text property.
2784 Update intro, examples and associated explanations.
2785
2786 2006-07-31 Richard Stallman <rms@gnu.org>
2787
2788 * commands.texi: Update xrefs.
2789 (Event Mod): New node, cut out from old Translating Input.
2790
2791 * maps.texi: Update xrefs.
2792
2793 * keymaps.texi (Translation Keymaps): New node.
2794 Update xrefs from Translating Input to Translation Keymaps.
2795
2796 * elisp.texi (Top): Update subnode menu.
2797
2798 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
2799
2800 * os.texi (System Interface): Fix menu descriptions of some nodes.
2801 (Translating Input): Node deleted.
2802
2803 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
2804
2805 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
2806
2807 * lists.texi (Sets And Lists): Likewise.
2808
2809 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
2810
2811 * text.texi (Fields): Mention POS
2812 requirement when narrowing is in effect.
2813
2814 2006-07-28 Richard Stallman <rms@gnu.org>
2815
2816 * display.texi (Face Attributes): Simplify wording.
2817 (Attribute Functions): Clarify meaning of new-frame default
2818 attribute settings.
2819
2820 * customize.texi (Common Keywords): Document how to use
2821 :package-version in a package not in Emacs.
2822
2823 2006-07-28 Kim F. Storm <storm@cua.dk>
2824
2825 * commands.texi (Reading One Event): Fix last change.
2826
2827 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
2828
2829 * commands.texi (Reading One Event): Document SECONDS argument for
2830 read-event, read-char, and read-char-exclusive.
2831
2832 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2833
2834 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
2835 to ensure correct identification.
2836
2837 2006-07-24 Richard Stallman <rms@gnu.org>
2838
2839 * text.texi (Clickable Text): Clarify.
2840
2841 * sequences.texi (Vector Functions): Delete duplicate xref.
2842
2843 * objects.texi (Function Type): Clarify.
2844
2845 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
2846 modes.
2847
2848 * lists.texi (List Variables): New node.
2849 Material moved from other nodes.
2850
2851 * variables.texi (Setting Variables): add-to-list and
2852 add-to-ordered-list moved to List Variables node.
2853
2854 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
2855
2856 * text.texi (Links and Mouse-1):
2857 For mouse-on-link-p, expand on arg POS.
2858
2859 2006-07-21 Kim F. Storm <storm@cua.dk>
2860
2861 * display.texi (Forcing Redisplay): Don't mention systems which
2862 don't support sub-second timers for redisplay-preemption-period.
2863
2864 * os.texi (Terminal Output): Clarify text vs graphical terminal.
2865
2866 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2867
2868 * frames.texi (Input Focus): Document that focus-follows-mouse has
2869 no effect on MS-Windows.
2870
2871 2006-07-18 Richard Stallman <rms@gnu.org>
2872
2873 * display.texi (Forcing Redisplay): Cleanups in previous change.
2874
2875 * processes.texi (Low-Level Network): Make menu more convenient.
2876
2877 2006-07-18 Kim F. Storm <storm@cua.dk>
2878
2879 * display.texi (Forcing Redisplay): redisplay-preemption-period
2880 only used on window systems. Add xref to Terminal Output.
2881
2882 * os.texi (Terminal Output): baud-rate only controls preemption on
2883 non-window systems. Add xref to Forcing Redisplay.
2884
2885 * processes.texi (Low-Level Network): Rename node "Make Network"
2886 to "Network Processes".
2887
2888 2006-07-18 Karl Berry <karl@gnu.org>
2889
2890 * variables.texi, functions.texi, customize.texi, loading.texi:
2891 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
2892
2893 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
2894
2895 * commands.texi (Waiting): Document batch-mode sit-for behavior.
2896
2897 2006-07-17 Richard Stallman <rms@gnu.org>
2898
2899 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
2900 Put period and comma inside quotes.
2901
2902 * loading.texi, markers.texi: Use real doublequote inside menus.
2903
2904 * windows.texi: Put point and comma inside quotes.
2905 (Textual Scrolling): Use @samp for error message.
2906
2907 * variables.texi, tips.texi, syntax.texi, symbols.texi:
2908 * strings.texi, streams.texi, processes.texi, os.texi:
2909 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
2910 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
2911 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
2912 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
2913 Put point and comma inside quotes.
2914
2915 * control.texi (Processing of Errors): Add command-error-function.
2916
2917 * variables.texi (File Local Variables): Clarify that
2918 file local variables make buffer-local bindings.
2919
2920 * modes.texi (Syntactic Font Lock): Give default for
2921 font-lock-syntax-table.
2922
2923 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
2924
2925 * text.texi (Special Properties): Clean up previous change.
2926
2927 2006-07-16 Karl Berry <karl@gnu.org>
2928
2929 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
2930 * control.texi: Fix bad page breaks through chapter 10 (control).
2931
2932 * anti.texi (Antinews): Reorder face-attribute fns to avoid
2933 underfull hbox.
2934
2935 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
2936
2937 * text.texi (Special Properties): Describe fontified text property
2938 in relation to a character (not text).
2939
2940 2006-07-15 Kim F. Storm <storm@cua.dk>
2941
2942 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
2943 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
2944 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
2945
2946 * anti.texi (Antinews): Mention redisplay function.
2947 The kbd macro existed, but was not documented, before 22.x.
2948 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
2949
2950 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
2951
2952 * display.texi (Displaying Messages): Add anchor.
2953
2954 * frames.texi (Dialog Boxes): Use it.
2955
2956 2006-07-12 Richard Stallman <rms@gnu.org>
2957
2958 * objects.texi (Frame Type): Explain nature of frames better.
2959
2960 * frames.texi (Frames): Explain nature of frames better.
2961
2962 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
2963
2964 * tips.texi (Coding Conventions): Explain why use cl at compile time.
2965
2966 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2967
2968 * frames.texi (Window System Selections): Mention scrap support for Mac.
2969 Default value of x-select-enable-clipboard is t on Mac.
2970
2971 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
2972
2973 2006-07-11 Kim F. Storm <storm@cua.dk>
2974
2975 * display.texi (Forcing Redisplay): Add `redisplay' function.
2976 Don't mention (sit-for -1) -- use (redisplay t) instead.
2977
2978 * commands.texi (Waiting): (sit-for -1) is no longer special.
2979 (sit-for 0) is equivalent to (redisplay).
2980 Iconifying/deiconifying no longer makes sit-for return.
2981
2982 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
2983
2984 * display.texi (Buttons): Fix typo.
2985
2986 * index.texi, elisp.texi (New Symbols): Comment node out.
2987
2988 2006-07-09 Richard Stallman <rms@gnu.org>
2989
2990 * display.texi (Truncation): Clean up previous change.
2991
2992 2006-07-08 Richard Stallman <rms@gnu.org>
2993
2994 * commands.texi (Interactive Call): Use 3 as prefix in example
2995 for execute-extended-command.
2996
2997 * display.texi (Attribute Functions): Move paragraph about
2998 compatibility with Emacs < 21.
2999
3000 2006-07-09 Kim F. Storm <storm@cua.dk>
3001
3002 * display.texi (Refresh Screen): Clarify force-window-update.
3003 (Truncation): "Normally" indicated by fringe arrows.
3004
3005 2006-07-08 Eli Zaretskii <eliz@gnu.org>
3006
3007 * windows.texi (Textual Scrolling, Resizing Windows):
3008 * variables.texi (Constant Variables):
3009 * text.texi (Buffer Contents, Deletion, Changing Properties)
3010 (Property Search, Special Properties, Sticky Properties)
3011 (Links and Mouse-1, Fields, Change Hooks):
3012 * syntax.texi (Syntax Table Functions, Parsing Expressions)
3013 (Categories):
3014 * symbols.texi (Other Plists):
3015 * streams.texi (Output Variables):
3016 * processes.texi (Input to Processes, Query Before Exit):
3017 * positions.texi (Word Motion, Text Lines, List Motion):
3018 * os.texi (Init File, System Environment, Sound Output)
3019 (Session Management):
3020 * nonascii.texi (Text Representations, Character Sets)
3021 (Chars and Bytes, Locales):
3022 * modes.texi (Defining Minor Modes, Header Lines):
3023 * minibuf.texi (Minibuffer Contents):
3024 * markers.texi (Information from Markers):
3025 * lists.texi (List Elements, Building Lists, Association Lists):
3026 * keymaps.texi (Tool Bar):
3027 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
3028 * functions.texi (What Is a Function, Mapping Functions):
3029 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
3030 (Color Names, Text Terminal Colors, Display Feature Testing):
3031 * files.texi (Visiting Functions, File Name Components)
3032 (Unique File Names, Contents of Directories):
3033 * display.texi (Forcing Redisplay, Displaying Messages)
3034 (Temporary Displays, Font Selection, Auto Faces)
3035 (Font Lookup, Fringe Indicators, Display Margins)
3036 (Image Descriptors, Showing Images, Image Cache, Button Types)
3037 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
3038 (Display Table Format, Glyphs):
3039 * control.texi (Iteration):
3040 * commands.texi (Command Loop Info, Adjusting Point):
3041 * backups.texi (Making Backups, Auto-Saving):
3042 Remove @tindex entries.
3043
3044 2006-07-07 Kim F. Storm <storm@cua.dk>
3045
3046 * display.texi (Fringe Cursors): Fix typo.
3047 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
3048 (Overlay Arrow): Default is overlay-arrow fringe indicator.
3049
3050 2006-07-05 Richard Stallman <rms@gnu.org>
3051
3052 * text.texi (Buffer Contents): Add example of text props
3053 in result of buffer-substring.
3054 (Text Properties): Explain better about use of specific property names.
3055 (Property Search): Some cleanups; reorder some functions.
3056
3057 * keymaps.texi (Changing Key Bindings): Cleanup.
3058 Add xref to Key Binding Conventions.
3059
3060 * display.texi (Attribute Functions): Add examples for
3061 face-attribute-relative-p.
3062
3063 * tips.texi (Coding Conventions): Cleanup last change.
3064
3065 2006-07-05 Karl Berry <karl@gnu.org>
3066
3067 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
3068 Remove @setchapternewpage odd.
3069 Result is 1013 pages, down from 1100.
3070
3071 * anti.texi, customize.texi, display.texi, internals.texi:
3072 * minibuf.texi, modes.texi, tips.texi:
3073 Fix overfull/underfull boxes.
3074
3075 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3076
3077 * edebug.texi (Instrumenting):
3078 Add Edebug-specific findex for eval-buffer.
3079 * loading.texi (Loading):
3080 Replace eval-current-buffer with eval-buffer.
3081
3082 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
3083
3084 * locals.texi (Standard Buffer-Local Variables): Update the list
3085 of variables.
3086
3087 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
3088
3089 * files.texi (File Name Completion): Point user to the node
3090 "Reading File Names".
3091
3092 2006-06-24 Eli Zaretskii <eliz@gnu.org>
3093
3094 * files.texi (Contents of Directories): Document case-insensitive
3095 behavior on respective filesystems.
3096
3097 * objects.texi (Character Type): Document that Emacs signals an
3098 error for unsupported Unicode characters specified as \uNNNN.
3099
3100 2006-06-19 Richard Stallman <rms@gnu.org>
3101
3102 * processes.texi (Bindat Spec): Clarify previous change.
3103
3104 2006-06-16 Richard Stallman <rms@gnu.org>
3105
3106 * tips.texi (Coding Conventions): Better explain conventions
3107 for definition constructs.
3108
3109 * text.texi (Special Properties): String value of `read-only'
3110 serves as the error message.
3111
3112 * objects.texi (Character Type): Clarify prev. change.
3113 (Non-ASCII in Strings): Mention \u and \U.
3114
3115 * commands.texi (Using Interactive): Explain problem of
3116 markers, etc., in command-history.
3117
3118 2006-06-14 Kim F. Storm <storm@cua.dk>
3119
3120 * commands.texi (Waiting): Negative arg to sit-for forces
3121 redisplay even if input is pending.
3122
3123 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
3124 redisplay. Remove incorrect example of binding redisplay-dont-pause
3125 around (sit-for 0).
3126
3127 2006-06-13 Richard Stallman <rms@gnu.org>
3128
3129 * display.texi (Forcing Redisplay): Clarify previous change.
3130
3131 2006-06-13 Romain Francoise <romain@orebokech.com>
3132
3133 * display.texi (Forcing Redisplay): Fix typo.
3134
3135 2006-06-13 Kim F. Storm <storm@cua.dk>
3136
3137 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
3138
3139 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
3140
3141 * tips.texi (Coding Conventions): Add `@end itemize'.
3142
3143 2006-06-10 Richard Stallman <rms@gnu.org>
3144
3145 * tips.texi (Coding Conventions): Explain use of coding systems
3146 to ensure one decoding for strings.
3147
3148 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
3149
3150 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
3151 syntax.
3152
3153 2006-06-07 Eli Zaretskii <eliz@gnu.org>
3154
3155 * display.texi (Font Selection): Remove description of
3156 clear-face-cache.
3157
3158 * compile.texi (Eval During Compile): Fix a typo. Add index
3159 entries for possible uses of eval-when-compile.
3160
3161 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
3162
3163 * display.texi (Abstract Display): Fix typo.
3164
3165 2006-06-03 Eli Zaretskii <eliz@gnu.org>
3166
3167 * minibuf.texi (Minibuffer History) <history-add-new-input>:
3168 Reword variable's description.
3169
3170 2006-06-01 Richard Stallman <rms@gnu.org>
3171
3172 * windows.texi (Splitting Windows): Clarify splitting nonselected
3173 window.
3174
3175 2006-05-31 Juri Linkov <juri@jurta.org>
3176
3177 * minibuf.texi (Minibuffer History): Add history-add-new-input.
3178
3179 2006-05-30 Richard Stallman <rms@gnu.org>
3180
3181 * display.texi (Line Height): Fix errors in description of
3182 default line height and line-height property.
3183
3184 * nonascii.texi (Default Coding Systems): Further clarification.
3185
3186 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
3187
3188 * internals.texi (Pure Storage): Mention that an overflow in pure
3189 space causes a memory leak.
3190 (Garbage Collection): If there was an overflow in pure space,
3191 `garbage-collect' returns nil.
3192
3193 2006-05-30 Eli Zaretskii <eliz@gnu.org>
3194
3195 * nonascii.texi (Default Coding Systems): Fix it some more.
3196
3197 2006-05-29 Eli Zaretskii <eliz@gnu.org>
3198
3199 * nonascii.texi (Default Coding Systems): Fix last change.
3200
3201 2006-05-29 Kenichi Handa <handa@m17n.org>
3202
3203 * nonascii.texi (find-operation-coding-system): Describe the new
3204 argument format (FILENAME . BUFFER).
3205
3206 2006-05-28 Richard Stallman <rms@gnu.org>
3207
3208 * tips.texi (Coding Conventions): Better explain reasons not to
3209 advise other packages or use `eval-after-load'.
3210
3211 2006-05-29 Kim F. Storm <storm@cua.dk>
3212
3213 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
3214 `bindat-idx' and `bindat-raw' for clarity.
3215
3216 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3217
3218 * processes.texi (Bindat Spec): Expand on `repeat' handler.
3219
3220 * display.texi (Display): Add "Abstract Display" to menu.
3221 (Abstract Display, Abstract Display Functions)
3222 (Abstract Display Example): New nodes.
3223 * elisp.texi (Top): Add "Abstract Display" to menu.
3224
3225 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
3226
3227 * keymaps.texi (Key Sequences): Link to input events definition.
3228 (Format of Keymaps): Delete material duplicated in Keymap Basics.
3229
3230 * files.texi (Changing Files): Document updated argument list for
3231 copy-file.
3232
3233 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3234
3235 * processes.texi (Bindat Functions): Explain term "total length".
3236 Use it in bindat-length and bindat-pack descriptions.
3237
3238 2006-05-26 Eli Zaretskii <eliz@gnu.org>
3239
3240 * tips.texi (Coding Conventions): Advise against using
3241 eval-after-load in packages. Add an index entry.
3242
3243 2006-05-25 Juri Linkov <juri@jurta.org>
3244
3245 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
3246
3247 * modes.texi (%-Constructs): Add %e, %z, %Z.
3248
3249 2006-05-25 Richard Stallman <rms@gnu.org>
3250
3251 * elisp.texi (Top): Update subnode menu.
3252
3253 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
3254 (Keymaps): Update menu.
3255
3256 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
3257
3258 * keymaps.texi (Key Sequences): Some clarifications.
3259
3260 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3261
3262 * processes.texi (Bindat Functions): Say "unibyte string"
3263 explicitly for bindat-unpack and bindat-pack descriptions.
3264 (Bindat Examples): Don't call `string-make-unibyte' in example.
3265
3266 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
3267
3268 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
3269 Explain string and vector representations of key sequences.
3270
3271 * keymaps.texi (Changing Key Bindings):
3272 * commands.texi (Interactive Codes):
3273 * help.texi (Describing Characters): Refer to it.
3274
3275 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
3276
3277 * frames.texi (Pointer Shape): @end table -> @end defvar.
3278
3279 2006-05-22 Richard Stallman <rms@gnu.org>
3280
3281 * elisp.texi (Top): Update subnode menus.
3282
3283 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
3284 Contents rewritten; material from old Pointer Shape node moved here.
3285
3286 * display.texi (Pointer Shape): Node deleted.
3287 (Image Descriptors): Minor cleanup.
3288
3289 2006-05-21 Richard Stallman <rms@gnu.org>
3290
3291 * syntax.texi (Parsing Expressions): Update info on which STATE
3292 elements are ignored.
3293
3294 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
3295
3296 * hooks.texi (Standard Hooks): Correct typo.
3297
3298 * gpl.texi (GPL): ifinfo -> ifnottex.
3299
3300 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
3301
3302 * searching.texi (Simple Match Data): Warn about match data being
3303 set anew by every search.
3304
3305 2006-05-17 Richard Stallman <rms@gnu.org>
3306
3307 * minibuf.texi (Minibuffer History): Clarify.
3308
3309 * searching.texi (Regexp Special): Clarify nested regexp warning.
3310
3311 2006-05-16 Kim F. Storm <storm@cua.dk>
3312
3313 * minibuf.texi (Minibuffer History): Update add-to-history.
3314
3315 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
3316
3317 * nonascii.texi (Explicit Encoding): Fix
3318 typo (encoding<->decoding).
3319
3320 2006-05-14 Richard Stallman <rms@gnu.org>
3321
3322 * buffers.texi (Creating Buffers): Cleanup.
3323
3324 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
3325
3326 2006-05-13 Eli Zaretskii <eliz@gnu.org>
3327
3328 * buffers.texi (Current Buffer): Document that with-temp-buffer
3329 disables undo.
3330
3331 * os.texi (Terminal-Specific): More accurate description of how
3332 Emacs searches for the terminal-specific libraries.
3333
3334 2006-05-12 Eli Zaretskii <eliz@gnu.org>
3335
3336 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
3337 emacs-xtra to @inforef's.
3338
3339 * text.texi (Undo): Document that undo is turned off in buffers
3340 whose names begin with a space.
3341
3342 * buffers.texi (Buffer Names): Add index entries for buffers whose
3343 names begin with a space.
3344 (Creating Buffers): Document that undo is turned off in buffers
3345 whose names begin with a space.
3346
3347 * files.texi (Visiting Functions, Reading from Files)
3348 (Saving Buffers): Mention code and EOL conversions by file I/O
3349 primitives and subroutines.
3350
3351 * nonascii.texi (Lisp and Coding Systems): Document
3352 coding-system-eol-type. Add index entries for eol conversion.
3353
3354 * display.texi (Defining Faces): Mention `mac', and add an xref to
3355 where window-system is described.
3356
3357 2006-05-10 Richard Stallman <rms@gnu.org>
3358
3359 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
3360
3361 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
3362
3363 * variables.texi (File Local Variables): Recommend to quote lambda
3364 expressions in safe-local-variable property.
3365
3366 2006-05-09 Richard Stallman <rms@gnu.org>
3367
3368 * variables.texi (File Local Variables): Document
3369 safe-local-eval-forms and safe-local-eval-function.
3370
3371 2006-05-07 Kim F. Storm <storm@cua.dk>
3372
3373 * minibuf.texi (Minibuffer History): Remove keep-dups arg
3374 from add-to-history.
3375
3376 2006-05-07 Romain Francoise <romain@orebokech.com>
3377
3378 * commands.texi (Event Input Misc):
3379 * compile.texi (Eval During Compile):
3380 * internals.texi (Buffer Internals):
3381 * minibuf.texi (Initial Input):
3382 * nonascii.texi (Scanning Charsets):
3383 * numbers.texi (Comparison of Numbers):
3384 * windows.texi (Textual Scrolling, Vertical Scrolling):
3385 Fix various typos.
3386
3387 2006-05-06 Eli Zaretskii <eliz@gnu.org>
3388
3389 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
3390 conditional xref's to either emacs or emacs-xtra, depending on
3391 @iftex/@ifnottex.
3392
3393 * minibuf.texi (Minibuffer History): Document add-to-history.
3394
3395 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3396
3397 * internals.texi (Pure Storage): Mention the pure overflow message
3398 at startup.
3399
3400 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
3401
3402 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
3403 (Searching Keymaps): Fix pseudo-Lisp description of keymap
3404 search.
3405
3406 2006-05-01 Richard Stallman <rms@gnu.org>
3407
3408 * intro.texi (nil and t): Clarify.
3409
3410 * variables.texi (File Local Variables): Suggest using booleanp.
3411
3412 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
3413
3414 * objects.texi (Type Predicates): Fix typos.
3415
3416 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3417
3418 * intro.texi (nil and t): Add booleanp.
3419
3420 * objects.texi (Type Predicates): Add links for booleanp and
3421 string-or-null-p.
3422
3423 2006-04-29 Richard Stallman <rms@gnu.org>
3424
3425 * modes.texi (Multiline Font Lock): Rename from
3426 Multi line Font Lock Elements. Much clarification.
3427 (Font Lock Multiline, Region to Fontify): Much clarification.
3428
3429 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * variables.texi (File Local Variables): Remove the special case t for
3432 safe-local-variable.
3433
3434 2006-04-26 Richard Stallman <rms@gnu.org>
3435
3436 * syntax.texi (Parsing Expressions): Minor cleanup.
3437
3438 2006-04-18 Richard Stallman <rms@gnu.org>
3439
3440 * tips.texi (Coding Conventions): Explain when the package's
3441 prefix should appear later on (not at the start of the name).
3442
3443 * searching.texi (String Search): Clarify effect of NOERROR.
3444
3445 * modes.texi (Imenu): Clarify what special items do.
3446
3447 * hooks.texi (Standard Hooks): Delete text about old hook names.
3448
3449 2006-04-17 Romain Francoise <romain@orebokech.com>
3450
3451 * variables.texi (Local Variables): Update the default value of
3452 `max-specpdl-size'.
3453
3454 2006-04-15 Michael Olson <mwolson@gnu.org>
3455
3456 * processes.texi (Transaction Queues): Mention the new optional
3457 `delay-question' argument for `tq-enqueue'.
3458
3459 2006-04-13 Bill Wohler <wohler@newt.com>
3460
3461 * customize.texi (Common Keywords): Use dotted notation for
3462 :package-version value. Specify its values. Improve documentation
3463 for customize-package-emacs-version-alist.
3464
3465 2006-04-12 Bill Wohler <wohler@newt.com>
3466
3467 * customize.texi (Common Keywords): Move description of
3468 customize-package-emacs-version-alist to @defvar.
3469
3470 2006-04-10 Bill Wohler <wohler@newt.com>
3471
3472 * customize.texi (Common Keywords): Add :package-version.
3473
3474 2006-04-10 Kim F. Storm <storm@cua.dk>
3475
3476 * text.texi (Buffer Contents): Add NOPROPS arg to
3477 filter-buffer-substring.
3478
3479 2006-04-08 Kevin Ryde <user42@zip.com.au>
3480
3481 * os.texi (Command-Line Arguments): Update xref to emacs manual
3482 "Command Arguments" -> "Emacs Invocation", per change there.
3483
3484 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
3485
3486 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
3487 be on one line to help makeinfo not render two spaces after the dot.
3488
3489 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3490
3491 * strings.texi (Predicates for Strings): Add string-or-null-p.
3492
3493 2006-03-28 Kim F. Storm <storm@cua.dk>
3494
3495 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
3496 remarks about systems that don't support fractional seconds.
3497
3498 2006-03-25 Karl Berry <karl@gnu.org>
3499
3500 * elisp.texi: Use @copyright{} instead of (C), and do not indent
3501 the year list.
3502
3503 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3504
3505 * display.texi (Fringe Indicators): Fix typos.
3506
3507 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3508
3509 * tips.texi (Documentation Tips): One can now also write `program'
3510 in front of a quoted symbol in a docstring to prevent making a
3511 hyperlink.
3512
3513 2006-03-19 Alan Mackenzie <acm@muc.de>
3514
3515 * text.texi (Special Properties): Clarify `fontified' property.
3516
3517 2006-03-16 Richard Stallman <rms@gnu.org>
3518
3519 * display.texi (Defining Images): Minor cleanup.
3520
3521 2006-03-16 Bill Wohler <wohler@newt.com>
3522
3523 * display.texi (Defining Images): In image-load-path-for-library,
3524 prefer user's images.
3525
3526 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3527
3528 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
3529
3530 2006-03-15 Bill Wohler <wohler@newt.com>
3531
3532 * display.texi (Defining Images): Fix example in
3533 image-load-path-for-library by not recommending that one binds
3534 image-load-path. Just defvar it to placate compiler and only use
3535 it if previously defined.
3536
3537 2006-03-14 Bill Wohler <wohler@newt.com>
3538
3539 * display.texi (Defining Images): In image-load-path-for-library,
3540 always return list of directories. Update example.
3541
3542 2006-03-14 Alan Mackenzie <acm@muc.de>
3543
3544 * modes.texi: New node, "Region to Fontify" (for Font Lock).
3545 This describes font-lock-extend-region-function.
3546 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
3547 the new node "Region to Fontify".
3548
3549 2006-03-13 Richard Stallman <rms@gnu.org>
3550
3551 * display.texi (Invisible Text): The impossible position is
3552 now before the invisible text, not after.
3553 (Defining Images): Clean up last change.
3554
3555 2006-03-11 Bill Wohler <wohler@newt.com>
3556
3557 * display.texi (Defining Images): Add image-load-path-for-library.
3558
3559 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3560
3561 * text.texi (Adaptive Fill): Fix Texinfo usage.
3562
3563 * strings.texi (Creating Strings): Fix Texinfo usage.
3564
3565 * searching.texi (Regexp Special): Use @samp for regular
3566 expressions that are not in Lisp syntax.
3567
3568 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
3569
3570 * searching.texi (Regexp Special): Put remark between parentheses
3571 to avoid misreading.
3572
3573 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
3574
3575 * searching.texi (Syntax of Regexps): More accurately describe
3576 which characters are special in which situations.
3577 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
3578 are not special. Describe in detail when `[' and `]' are special.
3579 (Regexp Backslash): Plenty of regexps with unbalanced square
3580 brackets are valid, so reword that statement.
3581
3582 2006-03-02 Kim F. Storm <storm@cua.dk>
3583
3584 * keymaps.texi (Tool Bar): Add tool-bar-border.
3585
3586 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
3587
3588 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
3589
3590 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
3591
3592 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
3593
3594 * files.texi (Locating Files): Suggest additional values for the
3595 SUFFIXES arg of `locate-file'. Update pxref.
3596
3597 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
3598 (How Programs Do Loading): Discuss the effects of Auto Compression
3599 mode on `load'.
3600 (Load Suffixes): New node.
3601 (Library Search): Delete description of `load-suffixes'; it was
3602 moved to "Load Suffixes".
3603 (Autoload, Named Features): Mention `load-suffixes'.
3604
3605 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3606
3607 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
3608
3609 * windows.texi (Window Tree): Fix typo.
3610
3611 2006-02-20 Kim F. Storm <storm@cua.dk>
3612
3613 * display.texi (Fringe Indicators): New section.
3614 Move indicate-empty-lines, indicate-buffer-boundaries, and
3615 default-indicate-buffer-boundaries here.
3616 Add fringe-indicator-alist and default-fringes-indicator-alist.
3617 Add list of logical fringe indicator symbols.
3618 Update list of standard bitmap names.
3619 (Fringe Cursors): New section.
3620 Move overflow-newline-into-fringe here.
3621 Add fringe-cursor-alist and default-fringes-cursor-alist.
3622 Add list of fringe cursor symbols.
3623
3624 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
3625
3626 * commands.texi (Using Interactive): Fix reference to node
3627 "Minibuffers".
3628
3629 2006-02-19 Richard M. Stallman <rms@gnu.org>
3630
3631 * minibuf.texi (High-Level Completion):
3632 Add xref to read-input-method-name.
3633
3634 * files.texi (Relative File Names): Move file-relative-name here.
3635 (File Name Expansion): From here. Minor clarifications.
3636
3637 * commands.texi (Using Interactive): Add xrefs about reading input.
3638 Clarify remarks about that moving point and mark.
3639 Put string case before list case.
3640
3641 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
3642
3643 * display.texi (Other Display Specs, Image Descriptors):
3644 Revert erroneous changes. The previous description of
3645 image-descriptors as `(image . PROPS)' was correct.
3646
3647 2006-02-14 Richard M. Stallman <rms@gnu.org>
3648
3649 * variables.texi (File Local Variables): Clarifications.
3650
3651 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
3652
3653 * variables.texi (File Local Variables): Use @code for a cons
3654 cell, not @var.
3655
3656 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
3657
3658 * variables.texi (File Local Variables): Document new file local
3659 variable behavior.
3660
3661 2006-02-10 Kim F. Storm <storm@cua.dk>
3662
3663 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
3664
3665 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
3666
3667 * modes.texi (%-Constructs): Remove obsolete info about
3668 `global-mode-string'.
3669
3670 2006-02-07 Richard M. Stallman <rms@gnu.org>
3671
3672 * commands.texi (Prefix Command Arguments): Minor cleanup.
3673
3674 * display.texi: "Graphical display", not window system.
3675
3676 * functions.texi (What Is a Function): Fix xref.
3677
3678 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
3679 (Changing Key Bindings): Clarify when remapping is better than
3680 substitute-key-definition.
3681
3682 2006-02-02 Richard M. Stallman <rms@gnu.org>
3683
3684 * minibuf.texi (Basic Completion): Completion alists are risky.
3685
3686 * keymaps.texi (Active Keymaps): Clarifications.
3687 (Searching Keymaps): New node.
3688 (Keymaps): Update menu.
3689
3690 * frames.texi (Layout Parameters): Minor clarification.
3691 (Drag and Drop): New node.
3692 (Frames): Update menu.
3693
3694 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
3695
3696 * display.texi (Other Display Specs, Image Descriptors):
3697 Image description is a list, not a cons cell.
3698
3699 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3700
3701 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
3702 list is not necessarily a list).
3703
3704 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3705
3706 * frames.texi (Layout Parameters): border-width and
3707 internal-border-width belong to the frame, not the window.
3708
3709 2006-01-19 Richard M. Stallman <rms@gnu.org>
3710
3711 * nonascii.texi (Translation of Characters): Search cmds use
3712 translation-table-for-input. Automatically made local.
3713
3714 * markers.texi (Overview of Markers): Count insertion type
3715 as one of a marker's attributes.
3716
3717 * keymaps.texi (Controlling Active Maps): New node, split out of
3718 Active Keymaps.
3719 (Keymaps): Menu updated.
3720 (Active Keymaps): Give pseudocode to explain how the active
3721 maps are searched. current-active-maps and key-binding moved here.
3722 (Functions for Key Lookup): current-active-maps and key-binding moved.
3723 Clarifications.
3724 (Searching the Keymaps): New subnode.
3725
3726 * elisp.texi (Top): Menu clarification.
3727
3728 * display.texi (Other Display Specs): Delete duplicate entry for
3729 just a string as display spec. Move text about recursive display
3730 specs on such a string.
3731
3732 * commands.texi (Key Sequence Input): Clarify.
3733 Move num-nonmacro-input-events out.
3734 (Reading One Event): num-nonmacro-input-events moved here.
3735
3736 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
3737
3738 * advice.texi (Simple Advice): Update example to fit argument
3739 change in previous-line.
3740
3741 2006-01-05 Richard M. Stallman <rms@gnu.org>
3742
3743 * markers.texi (The Mark): Fix in `mark'.
3744
3745 2006-01-04 Richard M. Stallman <rms@gnu.org>
3746
3747 * processes.texi (Misc Network, Make Network): Minor cleanups.
3748
3749 2006-01-04 Kim F. Storm <storm@cua.dk>
3750
3751 * processes.texi (Make Network): Add IPv6 addresses and handling.
3752 (Network Feature Testing): Mention (:family ipv6).
3753 (Misc Network): Add IPv6 formats to format-network-address.
3754
3755 2005-12-30 Richard M. Stallman <rms@gnu.org>
3756
3757 * text.texi (Changing Properties):
3758 Don't use return value of set-text-properties.
3759
3760 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3761
3762 * modes.texi (Mode Line Format): Correct typo in menu.
3763
3764 2005-12-29 Richard M. Stallman <rms@gnu.org>
3765
3766 * modes.texi (Mode Line Top): New node.
3767 (Mode Line Data): Some text moved to new node.
3768 Explain the data structure more concretely.
3769 (Mode Line Basics): Clarifications.
3770 (Mode Line Variables): Clarify intro paragraph.
3771 (%-Constructs): Clarify intro paragraph.
3772 (Mode Line Format): Update menu.
3773
3774 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3775
3776 * minibuf.texi (Basic Completion): Update lazy-completion-table
3777 examples for removal of ARGS argument.
3778
3779 2005-12-23 Richard M. Stallman <rms@gnu.org>
3780
3781 * text.texi (Undo): Restore some explanation from the version
3782 that was deleted.
3783
3784 2005-12-23 Eli Zaretskii <eliz@gnu.org>
3785
3786 * text.texi (Undo): Remove duplicate descriptions of `apply
3787 funname' and `apply delta' elements of the undo list.
3788
3789 2005-12-20 Richard M. Stallman <rms@gnu.org>
3790
3791 * help.texi (Help Functions): Update documentation of `apropos'.
3792
3793 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
3794
3795 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
3796 because it is confusing. If the :help-echo keyword is a function,
3797 it is not directly used as the :help-echo overlay property, as the
3798 xref seems to suggest (it does not take the appropriate args).
3799
3800 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3801
3802 * customize.texi (Common Keywords): Fix Texinfo usage.
3803 (Group Definitions, Variable Definitions): Update for new
3804 conventions for using `*' in docstrings.
3805
3806 * tips.texi (Documentation Tips): Update for new conventions for
3807 using `*' in docstrings.
3808
3809 2005-12-16 Richard M. Stallman <rms@gnu.org>
3810
3811 * minibuf.texi (Minibuffer Contents): Minor cleanup.
3812
3813 2005-12-16 Juri Linkov <juri@jurta.org>
3814
3815 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
3816
3817 2005-12-14 Romain Francoise <romain@orebokech.com>
3818
3819 * modes.texi (Customizing Keywords): Rename `append' to `how'.
3820 Fix typo.
3821
3822 2005-12-11 Juri Linkov <juri@jurta.org>
3823
3824 * minibuf.texi (Completion Commands): Add mention of read-file-name
3825 for filename completion keymaps.
3826 (Reading File Names): Add mention of filename completion keymaps
3827 for read-file-name and xref to `Completion Commands'.
3828
3829 2005-12-10 Richard M. Stallman <rms@gnu.org>
3830
3831 * customize.texi (Common Keywords): State caveats for use of :tag.
3832
3833 2005-12-08 Richard M. Stallman <rms@gnu.org>
3834
3835 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
3836 with xrefs and better explanation.
3837 (Completion Commands): Add the filename completion maps.
3838
3839 * objects.texi (Character Type): Clarify that \s is not space
3840 if a dash follows.
3841
3842 2005-12-05 Richard M. Stallman <rms@gnu.org>
3843
3844 * windows.texi (Resizing Windows): Delete preserve-before args.
3845
3846 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3847
3848 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
3849 in full keymaps, since the quirk has been fixed.
3850
3851 2005-12-03 Eli Zaretskii <eliz@gnu.org>
3852
3853 * hooks.texi (Standard Hooks): Add index entries. Mention
3854 `compilation-finish-functions'.
3855
3856 2005-11-27 Richard M. Stallman <rms@gnu.org>
3857
3858 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
3859
3860 2005-11-21 Juri Linkov <juri@jurta.org>
3861
3862 * customize.texi (Common Keywords): Update links types
3863 custom-manual and url-link. Add link types emacs-library-link,
3864 file-link, function-link, variable-link, custom-group-link.
3865
3866 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
3867
3868 * display.texi: Revert 2005-11-20 change.
3869
3870 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
3871
3872 * processes.texi (Bindat Functions):
3873 Say "third" to refer to zero-based index "2".
3874
3875 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
3876
3877 * loading.texi (Library Search): Update the default value of
3878 `load-suffixes'.
3879
3880 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
3881
3882 * display.texi (Attribute Functions): Mention :ignore-defface.
3883
3884 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3885
3886 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
3887 (Minor Mode Conventions): Mention the use of a hook.
3888
3889 2005-11-06 Richard M. Stallman <rms@gnu.org>
3890
3891 * files.texi (Magic File Names): find-file-name-handler checks the
3892 `operations' property of the handler.
3893
3894 2005-11-03 Richard M. Stallman <rms@gnu.org>
3895
3896 * variables.texi (Frame-Local Variables): Small clarification.
3897
3898 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
3899
3900 * os.texi (Init File): Document ~/.emacs.d/init.el.
3901
3902 2005-10-29 Richard M. Stallman <rms@gnu.org>
3903
3904 * internals.texi (Garbage Collection): Document memory-full.
3905
3906 2005-10-28 Bill Wohler <wohler@newt.com>
3907
3908 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
3909 for URLs.
3910
3911 2005-10-28 Richard M. Stallman <rms@gnu.org>
3912
3913 * minibuf.texi (Completion Commands): Clean up prev change.
3914
3915 2005-10-26 Kevin Ryde <user42@zip.com.au>
3916
3917 * compile.texi (Eval During Compile): Explain recommended uses
3918 of eval-when-compile and eval-and-compile.
3919
3920 2005-10-27 Masatake YAMATO <jet@gyve.org>
3921
3922 * minibuf.texi (Completion Commands):
3923 Write about new optional argument for `display-completion-list'.
3924
3925 2005-10-23 Richard M. Stallman <rms@gnu.org>
3926
3927 * display.texi (Overlay Arrow): Clarify about local bindings of
3928 overlay-arrow-position.
3929
3930 2005-10-22 Eli Zaretskii <eliz@gnu.org>
3931
3932 * internals.texi (Building Emacs): Fix last change.
3933
3934 2005-10-22 Richard M. Stallman <rms@gnu.org>
3935
3936 * internals.texi (Building Emacs): Document eval-at-startup.
3937
3938 2005-10-21 Richard M. Stallman <rms@gnu.org>
3939
3940 * loading.texi (Where Defined): load-history contains abs file names.
3941 symbol-file returns abs file names.
3942
3943 2005-10-19 Kim F. Storm <storm@cua.dk>
3944
3945 * display.texi (Showing Images): Add max-image-size integer value.
3946
3947 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
3948
3949 * display.texi (Showing Images): Document max-image-size.
3950
3951 2005-10-17 Richard M. Stallman <rms@gnu.org>
3952
3953 * commands.texi (Quitting): Minor clarification.
3954
3955 * processes.texi (Sentinels): Clarify about output and quitting.
3956 (Filter Functions): Mention with-local-quit.
3957
3958 2005-10-17 Juri Linkov <juri@jurta.org>
3959
3960 * buffers.texi (Current Buffer):
3961 * commands.texi (Event Input Misc):
3962 * compile.texi (Eval During Compile, Compiler Errors):
3963 * customize.texi (Group Definitions):
3964 * display.texi (Progress, Defining Faces):
3965 * files.texi (Writing to Files):
3966 * modes.texi (Mode Hooks, Defining Minor Modes):
3967 * streams.texi (Output Functions):
3968 * syntax.texi (Syntax Table Functions):
3969 * text.texi (Change Hooks):
3970 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
3971
3972 * commands.texi (Quitting): Replace arg `forms' with `body' in
3973 `with-local-quit'.
3974
3975 * positions.texi (Excursions): Replace arg `forms' with `body' in
3976 `save-excursion'.
3977
3978 2005-10-08 Kim F. Storm <storm@cua.dk>
3979
3980 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
3981 Rename manual section accordingly.
3982
3983 2005-10-04 Kim F. Storm <storm@cua.dk>
3984
3985 * windows.texi (Window Split Tree): New section describing
3986 new function window-split-tree function.
3987
3988 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
3989
3990 * display.texi (Fringe Size/Pos): Simplify and add detail.
3991
3992 2005-09-30 Romain Francoise <romain@orebokech.com>
3993
3994 * minibuf.texi (High-Level Completion): Explain that the prompt
3995 given to `read-buffer' should end with a colon and a space.
3996 Update usage examples.
3997
3998 2005-09-29 Juri Linkov <juri@jurta.org>
3999
4000 * display.texi (Displaying Messages): Rename argument name
4001 `string' to `format-string' in functions `message', `message-box',
4002 `message-or-box'.
4003
4004 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
4005
4006 * errors.texi (Standard Errors): Correct xrefs.
4007
4008 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
4009
4010 * display.texi (Defining Images): Update documentation for
4011 `image-load-path'.
4012
4013 2005-09-17 Richard M. Stallman <rms@gnu.org>
4014
4015 * display.texi (Defining Images): Clean up previous change.
4016
4017 2005-09-16 Romain Francoise <romain@orebokech.com>
4018
4019 * elisp.texi: Specify GFDL version 1.2.
4020
4021 * doclicense.texi (GNU Free Documentation License): Update to
4022 version 1.2.
4023
4024 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
4025
4026 * display.texi (Defining Images): Document `image-load-path'.
4027
4028 2005-09-15 Richard M. Stallman <rms@gnu.org>
4029
4030 * objects.texi (Printed Representation): Minor cleanup.
4031 (Box Diagrams): Minor fix.
4032 (Cons Cell Type): Move (...) index item here.
4033 (Box Diagrams): From here.
4034 (Array Type): Minor fix.
4035 (Type Predicates): Delete index "predicates".
4036 (Hash Table Type): Clarify xref.
4037 (Dotted Pair Notation): Minor fix.
4038
4039 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
4040
4041 * files.texi (Saving Buffers): Fix typo.
4042
4043 2005-09-08 Richard M. Stallman <rms@gnu.org>
4044
4045 * tips.texi (Programming Tips): Correct the "default" prompt spec.
4046
4047 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
4048
4049 * locals.texi (Standard Buffer-Local Variables): Don't include
4050 mode variables for minor modes.
4051 Fix xrefs for buffer-display-count, buffer-display-table,
4052 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
4053 enable-multibyte-characters, fill-column, header-line-format,
4054 left-fringe-width, left-margin, and right-fringe-width.
4055
4056 * hooks.texi (Standard Hooks): All hooks should conform to the
4057 standard naming convention now.
4058 Fix xref for `echo-area-clear-hook'.
4059
4060 * display.texi (Usual Display): Note that indicate-empty-lines and
4061 tab-width are buffer-local.
4062
4063 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
4064
4065 * modes.texi (Mode Help): Note that major-mode is buffer-local.
4066
4067 * nonascii.texi (Encoding and I/O): Note that
4068 buffer-file-coding-system is buffer-local.
4069
4070 * positions.texi (List Motion): Note that defun-prompt-regexp is
4071 buffer-local.
4072
4073 * text.texi (Auto Filling): Note that auto-fill-function is
4074 buffer-local.
4075 (Undo): Note that buffer-undo-list is buffer-local.
4076
4077 * windows.texi (Buffers and Windows): Document
4078 buffer-display-count.
4079
4080 2005-09-06 Richard M. Stallman <rms@gnu.org>
4081
4082 * tips.texi (Coding Conventions): Sometimes it is ok to put the
4083 package prefix elsewhere than at the start of the name.
4084
4085 2005-09-03 Richard M. Stallman <rms@gnu.org>
4086
4087 * tips.texi (Programming Tips): Add conventions for minibuffer
4088 questions and prompts.
4089
4090 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
4091
4092 * intro.texi (nil and t): Minor cleanup.
4093 Delete spurious mention of keyword symbols.
4094 (Evaluation Notation): Add index entry.
4095 (A Sample Function Description): Minor cleanup.
4096 (A Sample Variable Description): Not all vars can be set.
4097
4098 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
4099
4100 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
4101
4102 (Insertion): Document precise type of `insert-char' arg COUNT.
4103
4104 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4105
4106 * modes.texi (Other Font Lock Variables): Sync the default of
4107 font-lock-lines-before.
4108
4109 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4110
4111 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
4112
4113 2005-08-29 Richard M. Stallman <rms@gnu.org>
4114
4115 * elisp.texi (Top): Update subnode menu.
4116
4117 * searching.texi (Searching and Matching): Move node.
4118 Rearrange contents and add overall explanation.
4119 (Searching and Case): Move node.
4120 (Searching and Matching): Update menu.
4121
4122 2005-08-27 Eli Zaretskii <eliz@gnu.org>
4123
4124 * os.texi (Startup Summary): Fix the description of the initial
4125 startup message display.
4126
4127 2005-08-25 Richard M. Stallman <rms@gnu.org>
4128
4129 * searching.texi (Search and Replace): Add replace-regexp-in-string.
4130
4131 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
4132
4133 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
4134 `next-overlay-change' example.
4135
4136 2005-08-22 Juri Linkov <juri@jurta.org>
4137
4138 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
4139 Fix invert-face. Fix args of face-background.
4140
4141 * display.texi (Standard Faces): Delete node.
4142 (Faces): Add xref to `(emacs)Standard Faces'.
4143 (Displaying Faces): Fix xref to `Standard Faces'.
4144
4145 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
4146
4147 2005-08-20 Alan Mackenzie <acm@muc.de>
4148
4149 * buffers.texi (The Buffer List): Clarify the manipulation of the
4150 buffer list.
4151
4152 2005-08-14 Richard M. Stallman <rms@gnu.org>
4153
4154 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
4155 a regexp.
4156
4157 2005-08-11 Richard M. Stallman <rms@gnu.org>
4158
4159 * elisp.texi (Top): Update subnode lists.
4160
4161 * display.texi (Inverse Video): Node deleted.
4162
4163 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
4164 New nodes split out of Coding Conventions.
4165
4166 * searching.texi (Regular Expressions): Document re-builder.
4167
4168 * os.texi (Time Parsing): New node split out of Time Conversion.
4169
4170 * processes.texi (Misc Network, Network Feature Testing)
4171 (Network Options, Make Network): New nodes split out of
4172 Low-Level Network.
4173
4174 2005-08-09 Richard M. Stallman <rms@gnu.org>
4175
4176 * frames.texi (Geometry): New node, split from Size and Position.
4177 (Frame Parameters): Refer to Geometry.
4178
4179 * buffers.texi (The Buffer List): Fix xrefs.
4180
4181 * windows.texi (Splitting Windows): Fix xref.
4182
4183 * frames.texi (Layout Parameters): Add xref.
4184
4185 * display.texi (Line Height, Scroll Bars): Fix xrefs.
4186
4187 * keymaps.texi (Menu Bar): Fix xref.
4188
4189 * locals.texi (Standard Buffer-Local Variables): Fix xref.
4190
4191 * modes.texi (%-Constructs): Fix xref.
4192
4193 * frames.texi (Window Frame Parameters): Node split up.
4194 (Basic Parameters, Position Parameters, Size Parameters)
4195 (Layout Parameters, Buffer Parameters, Management Parameters)
4196 (Cursor Parameters, Color Parameters): New subnodes.
4197
4198 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
4199
4200 * positions.texi (Screen Lines): Update xref for previous change
4201 in minibuf.texi.
4202
4203 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
4204 change in minibuf.texi.
4205
4206 2005-08-09 Richard M. Stallman <rms@gnu.org>
4207
4208 * tips.texi (Coding Conventions): Minor cleanup.
4209
4210 * modes.texi (Defining Minor Modes): Explain when init-value
4211 can be non-nil.
4212
4213 * elisp.texi (Top): Update submenu for Minibuffer.
4214
4215 * minibuf.texi (Minibuffer Misc): Node split up.
4216 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
4217 (Recursive Mini): New nodes split out from Minibuffer Misc.
4218 (Minibuffer Misc): Document max-mini-window-height.
4219
4220 * hash.texi (Defining Hash): Delete stray paren in example.
4221
4222 * display.texi (Echo Area Customization): Don't define
4223 max-mini-window-height here; xref instead.
4224
4225 * commands.texi (Event Input Misc): Update while-no-input.
4226
4227 * advice.texi (Advising Functions): Explain when to use advice
4228 and when to use a hook.
4229
4230 2005-07-30 Eli Zaretskii <eliz@gnu.org>
4231
4232 * makefile.w32-in (info): Don't run install-info.
4233 ($(infodir)/dir): New target, produced by running install-info.
4234
4235 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
4236
4237 * modes.texi (Defining Minor Modes): The keyword for the initial
4238 value is :init-value, not :initial-value.
4239
4240 2005-07-23 Eli Zaretskii <eliz@gnu.org>
4241
4242 * loading.texi (Autoload): Make the `doctor' example be consistent
4243 with what's in current loaddefs.el. Describe the "fn" magic in
4244 the usage portion of the doc string.
4245
4246 2005-07-22 Richard M. Stallman <rms@gnu.org>
4247
4248 * internals.texi (Garbage Collection): Clarify previous change.
4249
4250 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * internals.texi (Garbage Collection): Add gc-cons-percentage.
4253
4254 2005-07-18 Juri Linkov <juri@jurta.org>
4255
4256 * commands.texi (Accessing Events):
4257 * frames.texi (Text Terminal Colors, Resources):
4258 * markers.texi (The Mark):
4259 * modes.texi (Defining Minor Modes):
4260 Delete duplicate duplicate words.
4261
4262 2005-07-16 Richard M. Stallman <rms@gnu.org>
4263
4264 * display.texi (Managing Overlays): Clarify make-overlay
4265 args for insertion types.
4266
4267 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4268
4269 * customize.texi (Variable Definitions):
4270 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
4271 `standard-value' is a list too.
4272 (Defining New Types): Use @key{RET} instead of @key{ret}.
4273
4274 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
4275
4276 * os.texi (Translating Input): Fix typo.
4277
4278 2005-07-08 Richard M. Stallman <rms@gnu.org>
4279
4280 * README: Update edition number and size estimate.
4281
4282 * elisp.texi (VERSION): Set to 2.9.
4283
4284 2005-07-07 Richard M. Stallman <rms@gnu.org>
4285
4286 * book-spine.texinfo: Update Emacs version.
4287
4288 * display.texi (Inverse Video): Delete mode-line-inverse-video.
4289
4290 2005-07-06 Richard M. Stallman <rms@gnu.org>
4291
4292 * searching.texi (Regexp Search): Clarify what re-search-forward
4293 does when the search fails.
4294
4295 2005-07-05 Lute Kamstra <lute@gnu.org>
4296
4297 * Update FSF's address in GPL notices.
4298
4299 * doclicense.texi (GNU Free Documentation License):
4300 * gpl.texi (GPL):
4301 * tips.texi (Coding Conventions, Library Headers):
4302 * vol1.texi:
4303 * vol2.texi: Update FSF's address.
4304
4305 2005-07-04 Richard M. Stallman <rms@gnu.org>
4306
4307 * hooks.texi (Standard Hooks): Add occur-hook.
4308
4309 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4310
4311 * display.texi (The Echo Area): Correct menu.
4312
4313 2005-07-03 Richard M. Stallman <rms@gnu.org>
4314
4315 * elisp.texi (Top): Update subnode menu for Display.
4316
4317 * display.texi (Displaying Messages): New node, with most
4318 of what was in The Echo Area.
4319 (Progress): Moved under The Echo Area.
4320 (Logging Messages): New node with new text.
4321 (Echo Area Customization): New node, the rest of what was
4322 in The Echo Area. Document message-truncate-lines with @defvar.
4323 (Display): Update menu.
4324
4325 * windows.texi (Textual Scrolling): Doc 3 values for
4326 scroll-preserve-screen-position.
4327
4328 * text.texi (Special Properties): Change hook functions
4329 should bind inhibit-modification-hooks around altering buffer text.
4330
4331 * keymaps.texi (Key Binding Commands): Call binding BINDING
4332 rather than DEFINITION.
4333
4334 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
4335
4336 * variables.texi (Defining Variables): `user-variable-p' returns t
4337 for aliases of user options, nil for alias loops.
4338
4339 2005-06-28 Richard M. Stallman <rms@gnu.org>
4340
4341 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
4342 make-keymap.
4343
4344 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
4345
4346 * variables.texi (Setting Variables): Correct and clarify
4347 description of `add-to-ordered-list'.
4348
4349 2005-06-26 Richard M. Stallman <rms@gnu.org>
4350
4351 * display.texi (Faces): Minor cleanup.
4352
4353 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
4354
4355 * display.texi (Faces): `facep' returns t for strings that are
4356 face names.
4357
4358 2005-06-25 Richard M. Stallman <rms@gnu.org>
4359
4360 * objects.texi (Equality Predicates): Clarify meaning of equal.
4361
4362 * windows.texi (Selecting Windows): save-selected-window
4363 and with-selected-window save and restore the current buffer.
4364
4365 2005-06-24 Richard M. Stallman <rms@gnu.org>
4366
4367 * numbers.texi (Float Basics): Explain how to test for NaN,
4368 and printing the sign of NaNs.
4369
4370 2005-06-24 Eli Zaretskii <eliz@gnu.org>
4371
4372 * makefile.w32-in (MAKEINFO): Use --force.
4373
4374 2005-06-23 Richard M. Stallman <rms@gnu.org>
4375
4376 * display.texi (Face Functions): Correct Texinfo usage.
4377
4378 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
4379
4380 * lists.texi (Rings): `ring-elements' now returns the elements of
4381 RING in order.
4382
4383 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
4384
4385 * markers.texi (The Mark): Texinfo usage fix.
4386
4387 2005-06-23 Kim F. Storm <storm@cua.dk>
4388
4389 * searching.texi (Entire Match Data): Remove evaporate option for
4390 match-data. Do not mention evaporate option for set-match-data.
4391
4392 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
4393
4394 * display.texi (Face Functions): Mention face aliases.
4395
4396 2005-06-21 Richard M. Stallman <rms@gnu.org>
4397
4398 * anti.texi (Antinews): Texinfo usage fix.
4399
4400 2005-06-21 Karl Berry <karl@gnu.org>
4401
4402 * elisp.texi: Use @copying.
4403
4404 * elisp.texi: Put @summarycontents and @contents before the Top
4405 node, instead of the end of the file, so that the contents appear
4406 in the right place in the dvi/pdf output.
4407
4408 2005-06-21 Juri Linkov <juri@jurta.org>
4409
4410 * display.texi (Defining Faces): Add `customized-face'.
4411
4412 2005-06-20 Kim F. Storm <storm@cua.dk>
4413
4414 * variables.texi (Setting Variables): Any type of element can be
4415 given order in add-to-ordered-list. Compare elements with eq.
4416
4417 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
4418
4419 2005-06-20 Karl Berry <karl@gnu.org>
4420
4421 * syntax.texi (Syntax Flags): Make last column very slightly wider
4422 to avoid "generic comment" breaking on two lines and causing an
4423 underfull box.
4424
4425 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
4426
4427 * lists.texi (Rings): Various minor clarifications and corrections.
4428
4429 2005-06-18 Richard M. Stallman <rms@gnu.org>
4430
4431 * functions.texi (Obsolete Functions): Simplify.
4432
4433 * variables.texi (Variable Aliases): Simplify.
4434
4435 * anti.texi, backups.texi, compile.texi, customization.texi:
4436 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
4437 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
4438 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
4439 * variables.texi: Fix formatting ugliness.
4440
4441 * elisp.texi: Add links to Rings and Byte Packing.
4442 Update version and copyright years.
4443
4444 * minibuf.texi: Fix formatting ugliness.
4445 (Completion Commands): Move keymap vars to the end
4446 and vars completing-read binds to the top.
4447
4448 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
4449
4450 * processes.texi: Fix typos.
4451 (Bindat Spec): Correct Texinfo error.
4452 (Byte Packing): Fix ungrammatical sentence.
4453
4454 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
4455
4456 * lists.texi (Rings): New node.
4457 (Lists): Add it to menu.
4458
4459 * processes.texi (Byte Packing): New node.
4460 (Processes): Add it to menu.
4461
4462 2005-06-17 Richard M. Stallman <rms@gnu.org>
4463
4464 * syntax.texi (Parsing Expressions): Fix texinfo usage.
4465
4466 * help.texi (Documentation Basics): Explain the xref to
4467 Documentation Tips.
4468
4469 * debugging.texi (Debugger Commands): Minor fix.
4470
4471 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
4472
4473 * edebug.texi (Instrumenting): Eliminate duplicate link.
4474 (Specification List): Replace references to "below", referring to
4475 a later node, with one @ref to that node.
4476
4477 * os.texi (Timers): Timers should save and restore the match data
4478 if they change it.
4479
4480 * debugging.texi (Debugger Commands): Mention that the Lisp
4481 debugger can not step through primitive functions.
4482
4483 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
4484
4485 * functions.texi (Obsolete Functions): Update argument names of
4486 `make-obsolete' and `define-obsolete-function-alias'.
4487
4488 * variables.texi (Variable Aliases): Update argument names of
4489 `defvaralias', `make-obsolete-variable' and
4490 `define-obsolete-variable-alias'.
4491
4492 2005-06-15 Kim F. Storm <storm@cua.dk>
4493
4494 * searching.texi (Entire Match Data): Rephrase warnings about
4495 evaporate arg to match-data and set-match-data.
4496
4497 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
4498
4499 * elisp.texi (Top): Update detailed menu.
4500
4501 * edebug.texi (Edebug): Update menu.
4502 (Instrumenting): Update xrefs.
4503 (Edebug Execution Modes): Correct xref.
4504 (Jumping): Clarify description of `h' command.
4505 Eliminate redundant @ref.
4506 (Breaks): New node.
4507 (Breakpoints): Is now a subsubsection.
4508 (Global Break Condition): Mention `C-x X X'.
4509 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
4510 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
4511 (Edebug Display Update): Correct pxref.
4512 (Edebug and Macros): New node.
4513 (Instrumenting Macro Calls): Is now a subsubsection.
4514 Neither arg of `def-edebug-spec' is evaluated.
4515 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
4516 (Specification Examples): Fix typo.
4517
4518 2005-06-14 Lute Kamstra <lute@gnu.org>
4519
4520 * debugging.texi (Function Debugging): Primitives can break on
4521 entry too.
4522
4523 2005-06-14 Kim F. Storm <storm@cua.dk>
4524
4525 * variables.texi (Setting Variables): Add add-to-ordered-list.
4526
4527 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4528
4529 * syntax.texi (Parsing Expressions): Document aux functions and vars of
4530 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
4531
4532 2005-06-13 Lute Kamstra <lute@gnu.org>
4533
4534 * text.texi (Special Properties): Fix cross reference.
4535
4536 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
4537
4538 * debugging.texi (Function Debugging): Delete mention of empty
4539 string argument to `cancel-debug-on-entry'. Delete inaccurate
4540 description of the return value of that command.
4541
4542 2005-06-11 Alan Mackenzie <acm@muc.de>
4543
4544 * text.texi (Adaptive Fill): Amplify the description of
4545 fill-context-prefix.
4546
4547 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
4548
4549 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4550
4551 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4552
4553 * syntax.texi (Parsing Expressions): Document syntax-ppss.
4554
4555 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
4556
4557 * debugging.texi (Error Debugging): Minor rewording.
4558 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
4559 is optional.
4560
4561 2005-06-10 Lute Kamstra <lute@gnu.org>
4562
4563 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
4564 (Top): Give it a title. Correct version number. Give the
4565 detailed node listing a more prominent header.
4566 * intro.texi: Don't set VERSION here a second time.
4567 Mention Emacs's version too.
4568 * anti.texi (Antinews): Use EMACSVER to refer to the current
4569 version of Emacs.
4570
4571 2005-06-09 Kim F. Storm <storm@cua.dk>
4572
4573 * searching.texi (Entire Match Data): Explain new `reseat' argument to
4574 match-data and set-match-data.
4575
4576 2005-06-08 Richard M. Stallman <rms@gnu.org>
4577
4578 * searching.texi (Entire Match Data): Clarify when match-data
4579 returns markers and when integers.
4580
4581 * display.texi (Defining Faces): Explain that face name should not
4582 end in `-face'.
4583
4584 * modes.texi (Mode Line Data): Minor cleanup.
4585 (Customizing Keywords): Node split out of Search-based Fontification.
4586 Add example of using font-lock-add-keywords from a hook.
4587 Clarify when MODE should be non-nil, and when nil.
4588
4589 2005-06-06 Richard M. Stallman <rms@gnu.org>
4590
4591 * modes.texi (Mode Line Data): Explain what happens when the car
4592 of a list is a void symbol.
4593 (Search-based Fontification): Explain MODE arg to
4594 font-lock-add-keywords and warn about calls from major modes.
4595
4596 2005-06-08 Juri Linkov <juri@jurta.org>
4597
4598 * display.texi (Standard Faces): Add `shadow' face.
4599
4600 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
4601
4602 * modes.texi (Major Mode Conventions): A derived mode only needs
4603 to put the call to the parent mode inside `delay-mode-hooks'.
4604
4605 2005-05-29 Richard M. Stallman <rms@gnu.org>
4606
4607 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
4608 new, and what that implies. Clarify.
4609
4610 * files.texi (Locating Files): Clean up the text.
4611
4612 * frames.texi (Window Frame Parameters): Document user-size.
4613 Shorten entry for top by referring to left.
4614
4615 2005-05-26 Richard M. Stallman <rms@gnu.org>
4616
4617 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
4618 is new, and what the implications are. Other clarifications.
4619
4620 2005-05-24 Richard M. Stallman <rms@gnu.org>
4621
4622 * frames.texi (Dialog Boxes): Minor fixes.
4623
4624 2005-05-25 Masatake YAMATO <jet@gyve.org>
4625
4626 * display.texi (Standard Faces): Write about `mode-line-highlight'.
4627
4628 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4629
4630 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
4631 is optional.
4632
4633 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
4634
4635 * frames.texi (Dialog Boxes): Describe new optional argument.
4636
4637 2005-05-23 Lute Kamstra <lute@gnu.org>
4638
4639 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
4640 syntax-begin-function over font-lock-beginning-of-syntax-function.
4641
4642 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4643
4644 * minibuf.texi (Reading File Names): Update description of
4645 `read-directory-name'.
4646
4647 * modes.texi (Derived Modes): Clarify :group keyword.
4648
4649 2005-05-21 Eli Zaretskii <eliz@gnu.org>
4650
4651 * files.texi (Locating Files): New subsection.
4652 Describe locate-file and executable-find.
4653
4654 2005-05-21 Kevin Ryde <user42@zip.com.au>
4655
4656 * frames.texi (Initial Parameters): Update cross reference to
4657 "Emacs Invocation".
4658
4659 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4660
4661 * keymaps.texi (Active Keymaps): Add anchor.
4662
4663 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
4664 (Major Mode Conventions): Refer to `Auto Major Mode' in more
4665 appropriate place.
4666 (Derived Modes): Small clarifications.
4667 (Minor Mode Conventions, Keymaps and Minor Modes):
4668 Replace references to nodes with references to anchors.
4669 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
4670 Clarify description of lists whose first element is an integer.
4671 (Mode Line Variables): Add anchor.
4672 (%-Constructs): Clarify description of integer after %.
4673 (Emulating Mode Line): Describe nil value for FACE.
4674
4675 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4676
4677 * modes.texi (Derived Modes): Correct references to non-existing
4678 variable standard-syntax-table.
4679
4680 2005-05-17 Lute Kamstra <lute@gnu.org>
4681
4682 * modes.texi (Defining Minor Modes): Mention the mode hook.
4683
4684 2005-05-15 Kim F. Storm <storm@cua.dk>
4685
4686 * processes.texi (Network): Remove open-network-stream-nowait.
4687 (Network Servers): Remove open-network-stream-server.
4688
4689 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4690
4691 * elisp.texi (Top): Update detailed menu.
4692
4693 * variables.texi: Reorder nodes.
4694 (Variables): Update menu.
4695 (File Local Variables): Do not refer to the `-*-' line as
4696 a "local variables list". Add pxref.
4697
4698 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4699
4700 * elisp.texi (Top): Update detailed menu for node changes.
4701
4702 * modes.texi (Modes): Update Menu.
4703 (Hooks): Move to beginning of chapter.
4704 Most minor modes run mode hooks too.
4705 `add-hook' can handle void hooks or hooks whose value is a single
4706 function.
4707 (Major Modes): Update Menu.
4708 (Major Mode Basics): New node, split off from `Major Modes'.
4709 (Major Mode Conventions): Correct xref. Explain how to handle
4710 auto-mode-alist if the major mode command has an autoload cookie.
4711 (Auto Major Mode): Major update. Add magic-mode-alist.
4712 (Derived Modes): Major update.
4713 (Mode Line Format): Update Menu.
4714 (Mode Line Basics): New node, split off from `Mode Line Format'.
4715
4716 * loading.texi (Autoload): Mention `autoload cookie' as synonym
4717 for `magic autoload comment'. Add index entries and anchor.
4718
4719 2005-05-14 Richard M. Stallman <rms@gnu.org>
4720
4721 * tips.texi (Coding Conventions): Explain how important it is
4722 that just loading certain files not change Emacs behavior.
4723
4724 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
4725
4726 2005-05-12 Lute Kamstra <lute@gnu.org>
4727
4728 * modes.texi (Generic Modes): Update.
4729 (Major Modes): Refer to node "Generic Modes".
4730
4731 * elisp.texi (Top): Update to the current structure of the manual.
4732 * processes.texi (Processes): Add menu description.
4733 * customize.texi (Customization): Add menu descriptions.
4734
4735 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
4736
4737 * processes.texi (Signals to Processes)
4738 (Low-Level Network): Fix typos.
4739
4740 2005-05-11 Lute Kamstra <lute@gnu.org>
4741
4742 * elisp.texi (Top): Add some nodes from the chapter "Major and
4743 Minor Modes" to the detailed node listing.
4744
4745 2005-05-10 Richard M. Stallman <rms@gnu.org>
4746
4747 * keymaps.texi (Extended Menu Items): Menu item filter functions
4748 can be called at any time.
4749
4750 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4751
4752 * variables.texi (File Local Variables): `(hack-local-variables t)'
4753 now also checks whether a mode is specified in the local variables
4754 list.
4755
4756 2005-05-05 Kevin Ryde <user42@zip.com.au>
4757
4758 * display.texi (The Echo Area): Correct format function cross
4759 reference.
4760
4761 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4762
4763 * variables.texi (Variable Aliases): Change description of
4764 `define-obsolete-variable-alias'.
4765
4766 * functions.texi (Functions): Add "Obsolete Functions" to menu.
4767 (Defining Functions): Add xref.
4768 (Obsolete Functions): New node.
4769 (Function Safety): Standardize capitalization of section title.
4770
4771 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
4772 (Dialog Boxes): Complete description of `x-popup-dialog'.
4773
4774 2005-05-04 Richard M. Stallman <rms@gnu.org>
4775
4776 * commands.texi (Interactive Codes): Fix Texinfo usage.
4777 Document U more clearly.
4778
4779 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4780
4781 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
4782 function and not a macro.
4783
4784 * frames.texi (Pop-Up Menus): Correct and clarify description of
4785 `x-popup-menu'.
4786 (Dialog Boxes): Clarify description of `x-popup-dialog'.
4787
4788 2005-05-01 Richard M. Stallman <rms@gnu.org>
4789
4790 * edebug.texi (Checking Whether to Stop): Fix previous change.
4791
4792 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4793
4794 * display.texi: Fix typos and Texinfo usage.
4795
4796 * edebug.texi (Checking Whether to Stop): executing-macro ->
4797 executing-kbd-macro.
4798
4799 2005-05-01 Richard M. Stallman <rms@gnu.org>
4800
4801 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
4802
4803 2005-04-30 Richard M. Stallman <rms@gnu.org>
4804
4805 * files.texi (Magic File Names): Document `operations' property.
4806
4807 2005-04-29 Lute Kamstra <lute@gnu.org>
4808
4809 * modes.texi (Generic Modes): New node.
4810 (Major Modes): Add it to the menu.
4811 (Derived Modes): Add "derived mode" to concept index.
4812
4813 2005-04-28 Lute Kamstra <lute@gnu.org>
4814
4815 * modes.texi (Defining Minor Modes): Fix previous change.
4816 (Font Lock Mode): Simplify.
4817 (Font Lock Basics): Say that font-lock-defaults is buffer-local
4818 when set and that some parts are optional. Add cross references.
4819 (Search-based Fontification): Say how to specify font-lock-keywords.
4820 Add cross references. Add font-lock-multiline to index.
4821 Move font-lock-keywords-case-fold-search here from node "Other Font
4822 Lock Variables". Document font-lock-add-keywords and
4823 font-lock-remove-keywords.
4824 (Other Font Lock Variables): Move font-lock-keywords-only,
4825 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
4826 and font-lock-syntactic-face-function to node "Syntactic Font
4827 Lock". Move font-lock-keywords-case-fold-search to node
4828 "Search-based Fontification". Document font-lock-inhibit-thing-lock
4829 and font-lock-{,un}fontify-{buffer,region}-function.
4830 (Precalculated Fontification): Remove reference to deleted variable
4831 font-lock-core-only.
4832 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
4833 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
4834 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
4835 and font-lock-syntactic-face-function here from node "Other Font
4836 Lock Variables". Move font-lock-syntactic-keywords to "Setting
4837 Syntax Properties". Add cross references.
4838 (Setting Syntax Properties): New node.
4839 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
4840 * syntax.texi (Syntax Properties): Add cross reference.
4841 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
4842
4843 2005-04-26 Richard M. Stallman <rms@gnu.org>
4844
4845 * display.texi (Defining Faces):
4846 Document `default' elements of defface spec.
4847
4848 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
4849
4850 * variables.texi (Variable Aliases): Clarify text.
4851
4852 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
4853
4854 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
4855
4856 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4857
4858 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
4859
4860 2005-04-24 Eli Zaretskii <eliz@gnu.org>
4861
4862 * syntax.texi (Syntax Table Internals): Elaborate documentation of
4863 syntax-after and syntax-class.
4864
4865 * files.texi (Changing Files): Fix last change's cross-reference.
4866 (Unique File Names): Don't mention "numbers" in the documentation
4867 of make-temp-file and make-temp-name.
4868
4869 2005-04-23 Richard M. Stallman <rms@gnu.org>
4870
4871 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
4872
4873 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
4874
4875 * windows.texi (Cyclic Window Ordering): Clarify window-list.
4876
4877 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
4878
4879 * variables.texi (Variable Aliases): Describe make-obsolete-variable
4880 and define-obsolete-variable-alias.
4881
4882 2005-04-22 Kim F. Storm <storm@cua.dk>
4883
4884 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
4885 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
4886
4887 2005-04-21 Lute Kamstra <lute@gnu.org>
4888
4889 * lists.texi (Association Lists): Document rassq-delete-all.
4890
4891 2005-04-19 Richard M. Stallman <rms@gnu.org>
4892
4893 * modes.texi (Search-based Fontification): Explain that
4894 facespec is an expression to be evaluated.
4895
4896 2005-04-19 Kevin Ryde <user42@zip.com.au>
4897
4898 * streams.texi (Output Functions): Fix xref.
4899 * strings.texi (String Conversion): Fix xref.
4900
4901 2005-04-19 Kim F. Storm <storm@cua.dk>
4902
4903 * symbols.texi (Symbol Plists): Add safe-get.
4904 Mention that `get' may signal an error.
4905
4906 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
4907
4908 * customize.texi (Variable Definitions): Replace tooltip-mode
4909 example with save-place.
4910
4911 2005-04-17 Richard M. Stallman <rms@gnu.org>
4912
4913 * buffers.texi (Indirect Buffers): Clarify.
4914
4915 * positions.texi (Positions): Clarify converting marker to integer.
4916
4917 * strings.texi (String Basics): Mention string-match; clarify.
4918
4919 2005-04-08 Lute Kamstra <lute@gnu.org>
4920
4921 * modes.texi (Search-based Fontification): Fix cross references.
4922 Use consistent terminology. Document anchored highlighting.
4923
4924 2005-04-05 Lute Kamstra <lute@gnu.org>
4925
4926 * modes.texi (Defining Minor Modes): Document :group keyword
4927 argument and its default value.
4928
4929 2005-04-03 Lute Kamstra <lute@gnu.org>
4930
4931 * hooks.texi (Standard Hooks): Add some hooks. Add cross
4932 references and/or descriptions. Delete major mode hooks; mention
4933 them as a category instead. Rename or delete obsolete hooks.
4934
4935 2005-04-02 Richard M. Stallman <rms@gnu.org>
4936
4937 * nonascii.texi (Coding System Basics): Another wording cleanup.
4938
4939 2005-04-01 Richard M. Stallman <rms@gnu.org>
4940
4941 * nonascii.texi (Coding System Basics): Clarify previous change.
4942
4943 2005-04-01 Kenichi Handa <handa@m17n.org>
4944
4945 * nonascii.texi (Coding System Basics): Describe about roundtrip
4946 identity of coding systems.
4947
4948 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4949
4950 * text.texi (Buffer Contents): Add filter-buffer-substring and
4951 buffer-substring-filters.
4952
4953 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
4954
4955 * anti.texi (Antinews): Mention `G' interactive code.
4956
4957 * tips.texi (Compilation Tips): Mention benchmark.el.
4958
4959 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4960
4961 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
4962 is now bound to M-o M-o.
4963
4964 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
4965
4966 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4967
4968 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
4969 in the Emacs Manual).
4970 * Makefile.in (srcs): Remove calendar.texi.
4971 * makefile.w32-in (srcs): Remove calendar.texi.
4972 * display.texi (Display): Change name of next node.
4973 * os.texi (System In): Change name of previous node.
4974 * elisp.texi (Top): Remove Calendar references.
4975 * vol1.texi (Top): Remove Calendar references.
4976 * vol2.texi (Top): Remove Calendar references.
4977
4978 2005-03-25 Richard M. Stallman <rms@gnu.org>
4979
4980 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
4981 Cleanup previous change.
4982
4983 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
4984
4985 * display.texi (Face Attributes): Faces earlier in an :inherit
4986 list take precedence.
4987 (Scroll Bars): Fix description of vertical-scroll-bars.
4988 Document frame-current-scroll-bars and window-current-scroll-bars.
4989
4990 * markers.texi (The Mark): Document temporary Transient Mark mode.
4991
4992 * minibuf.texi (Reading File Names):
4993 Document read-file-name-completion-ignore-case.
4994
4995 * positions.texi (Screen Lines): Document nil for width argument
4996 to compute-motion.
4997
4998 2005-03-23 Kim F. Storm <storm@cua.dk>
4999
5000 * display.texi (Standard Faces): Other faces used in the fringe
5001 implicitly inherits from the fringe face.
5002 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
5003 properties implicitly inherits from fringe face.
5004 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
5005
5006 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
5007
5008 * display.texi (Invisible Text): State default value of
5009 line-move-ignore-invisible.
5010 (Managing Overlays): Document remove-overlays.
5011 (Standard Faces): Document escape-glyph face.
5012
5013 * minibuf.texi (Reading File Names): Document read-file-name-function.
5014
5015 * modes.texi (Other Font Lock Variables):
5016 Document font-lock-lines-before.
5017
5018 * positions.texi (Skipping Characters): skip-chars-forward allows
5019 character classes.
5020
5021 2005-03-18 Lute Kamstra <lute@gnu.org>
5022
5023 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
5024
5025 2005-03-17 Richard M. Stallman <rms@gnu.org>
5026
5027 * text.texi (Undo): Document extensible undo entries.
5028
5029 * searching.texi (String Search, Regexp Search): Cleanups.
5030
5031 * nonascii.texi (Character Codes): Minor fix.
5032
5033 * display.texi (Display Property): Explain the significance
5034 of having text properties that are eq.
5035 (Other Display Specs): Explain string as display spec.
5036
5037 * commands.texi (Interactive Codes): Document G option.
5038
5039 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
5040
5041 * text.texi (Filling): Add sentence-end-without-period and
5042 sentence-end-without-space.
5043 (Changing Properties): Minor fix.
5044
5045 * anti.texi: Total rewrite.
5046
5047 2005-03-15 Lute Kamstra <lute@gnu.org>
5048
5049 * edebug.texi (Instrumenting Macro Calls): Fix typos.
5050
5051 2005-03-08 Kim F. Storm <storm@cua.dk>
5052
5053 * display.texi (Specified Space): Property :width is support on
5054 non-graphic terminals, :height is not.
5055
5056 2005-03-07 Richard M. Stallman <rms@gnu.org>
5057
5058 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
5059 Now subnodes of Fringes.
5060 (Overlay Arrow): Document overlay-arrow-variable-list.
5061 (Fringe Size/Pos): New node, broken out of Fringes.
5062 (Display): Explain clearing vs redisplay better.
5063 (Truncation): Clarify use of bitmaps.
5064 (The Echo Area): Clarify the uses of the echo area.
5065 Add max-mini-window-height.
5066 (Progress): Clarify.
5067 (Invisible Text): Explain that main loop moves point out.
5068 (Selective Display): Say "hidden", not "invisible".
5069 (Managing Overlays): Move up. Describe relation to Undo here.
5070 (Overlay Properties): Clarify intro.
5071 (Finding Overlays): Explain return values when nothing found.
5072 (Width): truncate-string-to-width has added arg.
5073 (Displaying Faces): Clarify and update mode line face handling.
5074 (Face Functions): Minor cleanup.
5075 (Conditional Display): Merge into Other Display Specs.
5076 (Pixel Specification, Other Display Specs): Minor cleanups.
5077 (Images, Image Descriptors): Minor cleanups.
5078 (GIF Images): Patents have expired.
5079 (Showing Images): Explain default text for insert-image.
5080 (Manipulating Button Types): Merge into Manipulating Buttons.
5081 (Making Buttons): Explain return values.
5082 (Button Buffer Commands): Add xref.
5083 (Inverse Video): Update mode-line-inverse-video.
5084 (Display Table Format): Clarify.
5085 (Active Display Table): Give defaults for window-display-table.
5086
5087 * calendar.texi (Calendar Customizing): calendar-holiday-marker
5088 and calendar-today-marker are strings, not chars.
5089 (Holiday Customizing): Minor fix.
5090
5091 * internals.texi (Writing Emacs Primitives): Update `or' example.
5092 Update limit on # args of subr.
5093
5094 * edebug.texi (Using Edebug): Arrow is in fringe.
5095 (Instrumenting): Arg to eval-defun works without loading edebug.
5096 (Edebug Execution Modes): Add xref.
5097
5098 * customize.texi (Common Keywords): Clarify :require.
5099 Mention :version here.
5100 (Variable Definitions, Group Definitions): Not here.
5101 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
5102
5103 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
5104 * nonascii.texi (Text Representations): Clarify position-bytes.
5105 (Character Sets): Add list-charset-chars.
5106 (Scanning Charsets): Add charset-after.
5107 (Encoding and I/O): Minor fix.
5108
5109 2005-03-06 Richard M. Stallman <rms@gnu.org>
5110
5111 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
5112 (Resizing Windows): Likewise.
5113
5114 * text.texi (Change Hooks): Get rid of "Emacs 21".
5115
5116 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
5117
5118 * streams.texi (Output Variables): Get rid of "Emacs 21".
5119
5120 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
5121
5122 * os.texi (Translating Input): Replace flow-control example
5123 with a less obsolete example that uses `keyboard-translate'.
5124
5125 * objects.texi (Hash Table Type, Circular Objects):
5126 Get rid of "Emacs 21".
5127
5128 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
5129 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
5130
5131 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
5132
5133 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
5134
5135 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
5136 (Menu Bar): Fix when menu-bar-update-hook is called.
5137
5138 * hash.texi (Hash Tables): Get rid of "Emacs 21".
5139
5140 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
5141 and make it read better.
5142
5143 * files.texi (Writing to Files): Get rid of "Emacs 21".
5144 (Unique File Names): Likewise.
5145
5146 * elisp.texi: Update Emacs version to 22.
5147
5148 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
5149 (Overlay Properties, Face Attributes): Likewise.
5150 (Managing Overlays): Fix punctuation.
5151 (Attribute Functions): Clarify set-face-font; get rid of
5152 info about old Emacs versions.
5153 (Auto Faces, Font Lookup, Display Property, Images):
5154 Get rid of "Emacs 21".
5155
5156 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
5157
5158 2005-03-05 Richard M. Stallman <rms@gnu.org>
5159
5160 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
5161
5162 2005-03-04 Lute Kamstra <lute@gnu.org>
5163
5164 * debugging.texi (Error Debugging): Document stack-trace-on-error.
5165
5166 2005-03-03 Lute Kamstra <lute@gnu.org>
5167
5168 * edebug.texi (Instrumenting Macro Calls): Fix typo.
5169
5170 2005-03-01 Lute Kamstra <lute@gnu.org>
5171
5172 * debugging.texi (Debugger Commands): Update `j'.
5173
5174 2005-02-28 Lute Kamstra <lute@gnu.org>
5175
5176 * debugging.texi (Debugging): Fix typo.
5177 (Error Debugging): Document eval-expression-debug-on-error.
5178 (Function Debugging): Update example.
5179 (Using Debugger): Mention starred stack frames.
5180 (Debugger Commands): Document `j' and `l'.
5181 (Invoking the Debugger): `d' and `j' exit recursive edit too.
5182 Update the messages that the debugger displays.
5183 (Internals of Debugger): Add cross reference. Update example.
5184 (Excess Open): Minor improvement.
5185 (Excess Close): Minor improvement.
5186
5187 2005-02-26 Richard M. Stallman <rms@gnu.org>
5188
5189 * tips.texi (Coding Conventions): Clarify.
5190 Put all the major mode key reservations together.
5191 Mention the Mouse-1 => Mouse-2 conventions.
5192
5193 * syntax.texi (Syntax Class Table): Clarify.
5194 (Syntax Table Functions): syntax-after moved from here.
5195 (Syntax Table Internals): syntax-after moved to here.
5196 (Parsing Expressions): Update info on number of values
5197 and what's meaningful in the STATE argument.
5198 (Categories): Fix typo.
5199
5200 * sequences.texi (Arrays): Cleanup.
5201 (Char-Tables): Clarify.
5202
5203 * processes.texi (Deleting Processes): Cleanups, add xref.
5204 (Subprocess Creation): Explain nil in exec-path. Cleanup.
5205 (Process Information): set-process-coding-system, some args optional.
5206 (Input to Processes): Explain various types for PROCESS args.
5207 Rename them from PROCESS-NAME to PROCESS.
5208 (Signals to Processes): Likewise.
5209 (Decoding Output): Cleanup.
5210 (Query Before Exit): Clarify.
5211
5212 * os.texi (Startup Summary): Correct the options; add missing ones.
5213 (Terminal Output, Batch Mode): Clarify.
5214 (Flow Control): Node deleted.
5215
5216 * markers.texi (The Mark): Clarify.
5217
5218 * macros.texi (Expansion): Cleanup.
5219 (Indenting Macros): indent-spec allows ints, not floats.
5220
5221 * keymaps.texi (Keymaps): Clarify.
5222 (Format of Keymaps): Update lisp-mode-map example.
5223 (Active Keymaps, Key Lookup): Clarify.
5224 (Changing Key Bindings): Add xref to `kbd'.
5225 (Key Binding Commands, Simple Menu Items): Clarify.
5226 (Mouse Menus, Menu Bar): Clarify.
5227 (Menu Example): Replace print example with menu-bar-replace-menu.
5228
5229 * help.texi (Documentation Basics): Add function-documentation prop.
5230
5231 * elisp.texi (Top): Don't refer to Flow Control node.
5232
5233 * commands.texi (Command Overview): Improve xrefs.
5234 (Adjusting Point): Adjusting point applies to intangible and invis.
5235 (Key Sequence Input): Doc extra read-key-sequence args.
5236 Likewise for read-key-sequence-vector.
5237
5238 * backups.texi (Rename or Copy): Minor fix.
5239 (Numbered Backups): For version-control, say the default.
5240 (Auto-Saving): make-auto-save-file-name example is simplified.
5241
5242 * advice.texi (Advising Functions): Don't imply one part of Emacs
5243 should advise another part. Markup changes.
5244 (Defining Advice): Move transitional para.
5245 (Activation of Advice): Cleanup.
5246 Explain if COMPILE is nil or negative.
5247
5248 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
5249
5250 2005-02-24 Lute Kamstra <lute@gnu.org>
5251
5252 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
5253 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
5254
5255 2005-02-23 Lute Kamstra <lute@gnu.org>
5256
5257 * modes.texi (Defining Minor Modes): define-minor-mode can be used
5258 to define global minor modes as well.
5259
5260 * display.texi (Managing Overlays): overlay-buffer returns nil for
5261 deleted overlays.
5262
5263 2005-02-22 Kim F. Storm <storm@cua.dk>
5264
5265 * minibuf.texi (Basic Completion): Allow symbols in addition to
5266 strings in try-completion and all-completions.
5267
5268 2005-02-14 Lute Kamstra <lute@gnu.org>
5269
5270 * elisp.texi (Top): Remove reference to deleted node.
5271
5272 * lists.texi (Lists): Remove reference to deleted node.
5273 (Cons Cells): Fix typo.
5274
5275 * loading.texi (Where Defined): Fix typo.
5276
5277 2005-02-14 Richard M. Stallman <rms@gnu.org>
5278
5279 * variables.texi (Creating Buffer-Local): change-major-mode-hook
5280 is useful for discarding some minor modes.
5281
5282 * symbols.texi (Symbol Components): Reorder examples.
5283
5284 * streams.texi (Input Functions): State standard-input default.
5285 (Output Variables): State standard-output default.
5286
5287 * objects.texi (Printed Representation): Clarify read syntax vs print.
5288 (Floating Point Type): Explain meaning better.
5289 (Symbol Type): Explain uniqueness better.
5290 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
5291 List examples sooner.
5292 (Box Diagrams): New subnode broken out.
5293 Some examples moved from old Lists as Boxes node.
5294 (Dotted Pair Notation): Clarify intro.
5295 (Array Type): Clarify.
5296 (Type Predicates): Add hash-table-p.
5297
5298 * numbers.texi (Integer Basics): Clarify radix explanation.
5299 (Predicates on Numbers): Minor clarification.
5300 (Comparison of Numbers): Minor clarification. Clarify eql.
5301 Typos in min, max.
5302 (Math Functions): Clarify overflow in expt.
5303
5304 * minibuf.texi (Text from Minibuffer): Minor clarification.
5305 Mention arrow keys.
5306
5307 * loading.texi (Autoload): defun's doc string overrides autoload's
5308 doc string.
5309 (Repeated Loading): Modernize "add to list" examples.
5310 (Where Defined): Finish updating table of load-history elts.
5311
5312 * lists.texi (List-related Predicates): Minor wording improvement.
5313 (Lists as Boxes): Node deleted.
5314 (Building Lists): Explain trivial cases of number-sequence.
5315
5316 * hash.texi (Hash Tables): Add desc to menu items.
5317 (Creating Hash): Explain "full" means "make larger".
5318 (Hash Access): Any object can be a key.
5319 State value of maphash.
5320
5321 * functions.texi (What Is a Function): Wording cleanup.
5322 (Function Documentation): Minor cleanup.
5323 Explain purpose of calling convention at end of doc string.
5324 (Function Names): Wording cleanup.
5325 (Calling Functions): Wording cleanup.
5326 Explain better how funcall calls the function.
5327 (Function Cells): Delete example of saving and redefining function.
5328
5329 * control.texi (Combining Conditions): Wording cleanup.
5330 (Iteration): dolist and dotimes bind VAR locally.
5331 (Cleanups): Xref to Atomic Changes.
5332
5333 * compile.texi (Byte Compilation): Delete 19.29 info.
5334 (Compilation Functions): Macros' difficulties don't affect defsubst.
5335 (Docs and Compilation): Delete 19.29 info.
5336
5337 2005-02-10 Richard M. Stallman <rms@gnu.org>
5338
5339 * objects.texi (Symbol Type): Minor correction.
5340
5341 2005-02-06 Lute Kamstra <lute@gnu.org>
5342
5343 * modes.texi (Example Major Modes): Fix typos.
5344
5345 2005-02-06 Richard M. Stallman <rms@gnu.org>
5346
5347 * text.texi (Margins): fill-nobreak-predicate can be one function.
5348
5349 * strings.texi (Modifying Strings): clear-string can make unibyte.
5350 (Formatting Strings): format gives error if values missing.
5351
5352 * positions.texi (Character Motion): Mention default arg
5353 for forward-char. backward-char refers to forward-char.
5354 (Word Motion): Mention default arg for forward-word.
5355 (Buffer End Motion): Mention default arg for beginning-of-buffer.
5356 Simplify end-of-buffer.
5357 (Text Lines): Mention default arg for forward-line.
5358 (List Motion): Mention default arg for beginning/end-of-defun.
5359 (Skipping Characters): Minor fixes in explaining character-set.
5360
5361 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
5362 Mode inheritance applies only when default-major-mode is nil.
5363 Clarifications.
5364 (Example Major Modes): Update Text mode and Lisp mode examples.
5365 (Minor Mode Conventions): Mention define-minor-mode at top.
5366 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
5367 (Mode Line Format): Update mode line face display info.
5368 (Properties in Mode): Mention effect of risky vars.
5369 (Imenu): Define imenu-add-to-menubar.
5370 (Font Lock Mode): Add descriptions to menu lines.
5371 (Faces for Font Lock): Add font-lock-doc-face.
5372
5373 2005-02-05 Lute Kamstra <lute@gnu.org>
5374
5375 * text.texi (Maintaining Undo): Remove obsolete function.
5376
5377 2005-02-05 Eli Zaretskii <eliz@gnu.org>
5378
5379 * frames.texi (Color Names): Add pointer to the X docs about RGB
5380 color specifications. Improve indexing
5381 (Text Terminal Colors): Replace the description of RGB values by
5382 an xref to "Color Names".
5383
5384 2005-02-03 Richard M. Stallman <rms@gnu.org>
5385
5386 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
5387 Clarify.
5388 (Selecting Windows): Clarify save-selected-window.
5389 (Cyclic Window Ordering): Clarify walk-windows.
5390 (Window Point): Clarify.
5391 (Window Start): Add comment to example.
5392 (Resizing Windows): Add `interactive' specs in examples.
5393 Document fit-window-to-buffer.
5394
5395 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
5396 (Undo, Maintaining Undo): Clarify last change.
5397 (Sorting): In sort-numeric-fields, explain about octal and hex.
5398 Mention sort-numeric-base.
5399 (Format Properties): Add xref for hard newlines.
5400
5401 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
5402 (Pop-Up Menus): Fix typo.
5403 (Color Names): Explain all types of color names.
5404 Explain color-values on B&W terminal.
5405 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
5406
5407 * files.texi (File Locks): Not supported on MS systems.
5408 (Testing Accessibility): Clarify.
5409
5410 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
5411 (Coverage Testing): Fix typo.
5412
5413 * commands.texi (Misc Events): Remove stray space.
5414
5415 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
5416 (Modification Time): Clarify when visited-file-modtime returns 0.
5417 (The Buffer List): Clarify bury-buffer.
5418 (Killing Buffers): Clarify.
5419 (Indirect Buffers): Add clone-indirect-buffer.
5420
5421 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
5422
5423 * edebug.texi (Printing in Edebug): Fix default value of
5424 edebug-print-circle.
5425 (Coverage Testing): Fix displayed frequency count data.
5426
5427 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
5428
5429 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
5430
5431 2005-02-02 Kim F. Storm <storm@cua.dk>
5432
5433 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
5434
5435 2005-01-29 Eli Zaretskii <eliz@gnu.org>
5436
5437 * commands.texi (Misc Events): Describe the help-echo event.
5438
5439 * text.texi (Special Properties) <help-echo>: Use `pos'
5440 consistently in description of the help-echo property.
5441 Use @code{nil} instead of @var{nil}.
5442
5443 * display.texi (Overlay Properties): Fix the index entry for
5444 help-echo overlay property.
5445
5446 * customize.texi (Type Keywords): Uncomment the xref to the
5447 help-echo property documentation.
5448
5449 2005-01-23 Kim F. Storm <storm@cua.dk>
5450
5451 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
5452 return value. Third element FULLY replaced by PARTIAL which
5453 specifies number of invisible pixels if row is only partially visible.
5454 (Textual Scrolling): Mention auto-window-vscroll.
5455 (Vertical Scrolling): New defvar auto-window-vscroll.
5456
5457 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
5458
5459 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
5460 command remapping.
5461
5462 2005-01-15 Richard M. Stallman <rms@gnu.org>
5463
5464 * display.texi (Defining Images): Mention DATA-P arg of create-image.
5465
5466 2005-01-14 Kim F. Storm <storm@cua.dk>
5467
5468 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
5469
5470 * text.texi (Links and Mouse-1): Fix string and vector item.
5471
5472 2005-01-13 Richard M. Stallman <rms@gnu.org>
5473
5474 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
5475 descriptions of overriding-local-map and overriding-terminal-local-map.
5476
5477 * text.texi (Links and Mouse-1): Clarify text.
5478
5479 2005-01-13 Kim F. Storm <storm@cua.dk>
5480
5481 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
5482
5483 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
5484
5485 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
5486
5487 2005-01-12 Kim F. Storm <storm@cua.dk>
5488
5489 * text.texi (Links and Mouse-1): Rename section from Enabling
5490 Mouse-1 to Following Links. Change xrefs.
5491 Add examples for define-button-type and define-widget.
5492
5493 * display.texi (Button Properties, Button Buffer Commands):
5494 Clarify mouse-1 and follow-link functionality.
5495
5496 2005-01-12 Richard M. Stallman <rms@gnu.org>
5497
5498 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
5499
5500 * display.texi (Beeping): Fix Texinfo usage.
5501
5502 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
5503
5504 2005-01-11 Kim F. Storm <storm@cua.dk>
5505
5506 * display.texi (Button Properties, Button Buffer Commands):
5507 Mention mouse-1 binding. Add follow-link keyword.
5508
5509 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
5510 (Enabling Mouse-1 to Follow Links): New subsection.
5511
5512 2005-01-06 Richard M. Stallman <rms@gnu.org>
5513
5514 * text.texi (Special Properties): Minor change.
5515
5516 * os.texi (Timers): Clarify previous change.
5517
5518 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
5519
5520 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
5521
5522 * display.texi (Face Attributes): Correct xref to renamed node.
5523
5524 2005-01-01 Richard M. Stallman <rms@gnu.org>
5525
5526 * display.texi (Face Attributes): Describe hex color specs.
5527
5528 2004-12-31 Richard M. Stallman <rms@gnu.org>
5529
5530 * os.texi (Timers): Update previous change.
5531
5532 2004-12-30 Kim F. Storm <storm@cua.dk>
5533
5534 * display.texi (Line Height): Total line-height is now specified
5535 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
5536 in cons cells. (nil . RATIO) is relative to actual line height.
5537 Use line-height `t' instead of `0' to get minimum height.
5538
5539 2004-12-29 Richard M. Stallman <rms@gnu.org>
5540
5541 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
5542
5543 2004-12-28 Richard M. Stallman <rms@gnu.org>
5544
5545 * commands.texi (Quitting): Clarify value of with-local-quit.
5546
5547 * elisp.texi (Top): Fix previous change.
5548
5549 * loading.texi (Loading): Fix previous change.
5550
5551 2004-12-27 Richard M. Stallman <rms@gnu.org>
5552
5553 * Makefile.in (MAKEINFO): Specify --force.
5554
5555 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
5556
5557 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
5558
5559 * display.texi (Line Height): Further clarify.
5560
5561 * elisp.texi (Top): Update Loading submenu.
5562
5563 * loading.texi (Where Defined): New node.
5564 (Unloading): load-history moved to Where Defined.
5565
5566 2004-12-21 Richard M. Stallman <rms@gnu.org>
5567
5568 * commands.texi (Event Input Misc): Add while-no-input.
5569
5570 2004-12-11 Richard M. Stallman <rms@gnu.org>
5571
5572 * display.texi (Line Height): Rewrite text for clarity.
5573
5574 2004-12-11 Kim F. Storm <storm@cua.dk>
5575
5576 * display.texi (Display): Add node "Line Height" to menu.
5577 (Line Height): New node. Move full description of line-spacing
5578 and line-height text properties here from text.texi.
5579 (Scroll Bars): Add vertical-scroll-bar variable.
5580
5581 * frames.texi (Window Frame Parameters): Remove line-height defvar.
5582
5583 * locals.texi (Standard Buffer-Local Variables): Fix xref for
5584 line-spacing and vertical-scroll-bar.
5585
5586 * text.texi (Special Properties): Just mention line-spacing and
5587 line-height here, add xref to new "Line Height" node.
5588
5589 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
5590
5591 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
5592
5593 * locals.texi (Standard Buffer-Local Variables):
5594 Add @xref for `line-spacing'.
5595
5596 2004-12-05 Richard M. Stallman <rms@gnu.org>
5597
5598 * Makefile.in (maintainer-clean): Remove the info files
5599 in $(infodir) where they are created.
5600
5601 2004-12-03 Richard M. Stallman <rms@gnu.org>
5602
5603 * windows.texi (Selecting Windows): get-lru-window and
5604 get-largest-window don't consider dedicated windows.
5605
5606 * text.texi (Undo): Document undo-in-progress.
5607
5608 2004-11-26 Richard M. Stallman <rms@gnu.org>
5609
5610 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
5611 Remove a few vars that are not always buffer-local.
5612
5613 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
5614
5615 * locals.texi (Standard Buffer-Local Variables): Comment out
5616 xref's to non-existent node `Yet to be written'.
5617
5618 2004-11-24 Richard M. Stallman <rms@gnu.org>
5619
5620 * processes.texi (Synchronous Processes): Grammar fix.
5621
5622 * numbers.texi (Comparison of Numbers): Add eql.
5623
5624 * locals.texi (Standard Buffer-Local Variables): Add many vars.
5625
5626 * intro.texi (Printing Notation): Fix previous change.
5627
5628 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
5629 and default-indicate-buffer-boundaries from here.
5630 (Usual Display): To here.
5631 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
5632 (Usual Display): Move tab-width up.
5633
5634 * customize.texi (Variable Definitions): Replace
5635 show-paren-mode example with tooltip-mode.
5636 (Simple Types, Composite Types, Defining New Types):
5637 Minor cleanups.
5638
5639 2004-11-21 Jesper Harder <harder@ifa.au.dk>
5640
5641 * processes.texi (Synchronous Processes, Output from Processes):
5642 Markup fix.
5643
5644 2004-11-20 Richard M. Stallman <rms@gnu.org>
5645
5646 * positions.texi (Skipping Characters): skip-chars-forward
5647 now handles char classes.
5648
5649 * intro.texi (Printing Notation): Avoid confusion of `print'
5650 when explaining @print.
5651
5652 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
5653
5654 * display.texi (Display Table Format): Minor fix.
5655
5656 * streams.texi (Output Functions): Fix print example.
5657
5658 * Makefile.in (elisp): New target.
5659 (dist): Depend on $(infodir)/elisp, not elisp.
5660 Copy the info files from $(infodir).
5661
5662 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
5663 read-from-minibuffer.
5664
5665 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
5666
5667 2004-11-19 Richard M. Stallman <rms@gnu.org>
5668
5669 * searching.texi (Regexp Search): Add search-whitespace-regexp.
5670
5671 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
5672
5673 * tips.texi (Coding Conventions): Fix typo.
5674
5675 2004-11-16 Richard M. Stallman <rms@gnu.org>
5676
5677 * tips.texi (Coding Conventions): Separate defvar and require
5678 methods to avoid warnings. Use require only when there are many
5679 functions and variables from that package.
5680
5681 * minibuf.texi (Minibuffer Completion): When ignoring case,
5682 predicate must not be case-sensitive.
5683
5684 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
5685 (Test Coverage): Don't talk about "splotches". Clarified.
5686
5687 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
5688
5689 * frames.texi (Window Frame Parameters): Fix typo.
5690
5691 2004-11-15 Kim F. Storm <storm@cua.dk>
5692
5693 * symbols.texi (Other Plists): Note that plist-get may signal error.
5694 Add safe-plist-get.
5695
5696 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
5697
5698 * modes.texi (Font Lock Basics): Fix typo.
5699
5700 2004-11-08 Richard M. Stallman <rms@gnu.org>
5701
5702 * syntax.texi (Syntax Table Functions): Add syntax-after.
5703
5704 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
5705
5706 * os.texi (Processor Run Time): New section documenting
5707 get-internal-run-time.
5708
5709 2004-11-06 Eli Zaretskii <eliz@gnu.org>
5710
5711 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
5712 it nukes elisp-cover.texi.
5713 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
5714 elisp-0 etc.
5715
5716 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
5717
5718 * commands.texi (Keyboard Macros): Document `append' return value
5719 of `defining-kbd-macro'.
5720
5721 2004-11-01 Richard M. Stallman <rms@gnu.org>
5722
5723 * commands.texi (Interactive Call): Add called-interactively-p.
5724
5725 2004-10-29 Simon Josefsson <jas@extundo.com>
5726
5727 * minibuf.texi (Reading a Password): Revert.
5728
5729 2004-10-28 Richard M. Stallman <rms@gnu.org>
5730
5731 * frames.texi (Display Feature Testing): Explain about "vendor".
5732
5733 2004-10-27 Richard M. Stallman <rms@gnu.org>
5734
5735 * commands.texi (Interactive Codes): `N' uses numeric prefix,
5736 not raw. Clarify `n'.
5737 (Interactive Call): Rewrite interactive-p, focusing on when
5738 and how to use it.
5739 (Misc Events): Clarify previous change.
5740
5741 * advice.texi (Simple Advice): Clarify what job the example does.
5742 (Around-Advice): Clarify ad-do-it.
5743 (Activation of Advice): An option of ad-default-compilation-action
5744 is `never', not `nil'.
5745
5746 2004-10-26 Kim F. Storm <storm@cua.dk>
5747
5748 * commands.texi (Interactive Codes): Add U code letter.
5749
5750 2004-10-25 Simon Josefsson <jas@extundo.com>
5751
5752 * minibuf.texi (Reading a Password): Add.
5753
5754 2004-10-24 Jason Rumney <jasonr@gnu.org>
5755
5756 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
5757 and wheel-down.
5758
5759 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
5760
5761 * processes.texi (Synchronous Processes): Document process-file.
5762
5763 2004-10-22 Kenichi Handa <handa@m17n.org>
5764
5765 * text.texi (translate-region): Document that it accepts also a
5766 char-table.
5767
5768 2004-10-22 David Ponce <david@dponce.com>
5769
5770 * windows.texi (Resizing Windows): Document the `preserve-before'
5771 argument of the functions `enlarge-window' and `shrink-window'.
5772
5773 2004-10-19 Jason Rumney <jasonr@gnu.org>
5774
5775 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
5776
5777 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5778
5779 * text.texi (Filling): Add anchor for definition of
5780 `sentence-end-double-space'.
5781
5782 * searching.texi (Regexp Example): Update description of how
5783 Emacs currently recognizes the end of a sentence.
5784 (Standard Regexps): Update definition of the variable
5785 `sentence-end'. Add definition of the function `sentence-end'.
5786
5787 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
5788
5789 * display.texi (Progress): New node.
5790
5791 2004-10-05 Kim F. Storm <storm@cua.dk>
5792
5793 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
5794
5795 2004-09-29 Kim F. Storm <storm@cua.dk>
5796
5797 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
5798 to identify bitmaps. Remove -fringe-bitmap suffix for standard
5799 fringe bitmap symbols, as they now have their own namespace.
5800 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
5801 vs. pixels. Signal error if no free bitmap slots.
5802 (Pixel Specification): Change IMAGE to @var{image}.
5803
5804 2004-09-28 Richard M. Stallman <rms@gnu.org>
5805
5806 * text.texi (Special Properties): Clarify line-spacing and line-height.
5807
5808 * searching.texi (Regexp Search): Add looking-back.
5809
5810 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
5811
5812 * display.texi: Correct typos.
5813 (Image Descriptors): Correct xref's.
5814
5815 2004-09-25 Richard M. Stallman <rms@gnu.org>
5816
5817 * text.texi (Special Properties): Cleanups in `cursor'.
5818 Rewrites in `line-height' and `line-spacing'; exchange them.
5819
5820 * display.texi (Fringes): Rewrite previous change.
5821 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
5822 (Display Fringe Bitmaps): Node deleted, text moved.
5823 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
5824 (Scroll Bars): Clarify set-window-scroll-bars.
5825 (Pointer Shape): Rewrite.
5826 (Specified Space): Clarify :align-to, etc.
5827 (Pixel Specification): Use @var. Clarify new text.
5828 (Other Display Specs): Clarify `slice'.
5829 (Image Descriptors): Cleanups.
5830 (Showing Images): Cleanups.
5831
5832 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
5833
5834 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
5835
5836 * modes.texi: Various minor changes in addition to:
5837 (Major Mode Conventions): Final call to `run-mode-hooks' should
5838 not be inside the `delay-mode-hooks' form.
5839 (Mode Hooks): New node.
5840 (Hooks): Delete obsolete example.
5841 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
5842 node "Mode Hooks".
5843
5844 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5845
5846 * display.texi: Correct various typos.
5847 (Display): Rename node "Pointer Shapes" to "Pointer
5848 Shape". (There is already a node called "Pointer Shapes" in
5849 frames.texi.)
5850 (Images): Remove non-existent node "Image Slices" from menu.
5851
5852 2004-09-23 Kim F. Storm <storm@cua.dk>
5853
5854 * text.texi (Special Properties): Add `cursor', `pointer',
5855 `line-height', and `line-spacing' properties.
5856
5857 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
5858 Shapes' to menu.
5859 (Standard Faces): Doc fix for fringe face.
5860 (Fringes): Add `overflow-newline-into-fringe' and
5861 'indicate-buffer-boundaries'.
5862 (Fringe Bitmaps, Pointer Shapes): New nodes.
5863 (Display Property): Add 'Pixel Specification' and 'Display Fringe
5864 Bitmaps' to menu.
5865 (Specified Space): Describe pixel width and height.
5866 (Pixel Specification): New node.
5867 (Other Display Specs): Add `slice' property.
5868 (Display Fringe Bitmaps): New node.
5869 (Images): Add 'Image Slices' to menu.
5870 (Image Descriptors): Add `:pointer' and `:map' properties.
5871 (Showing Images): Add slice arg to `insert-image'. Add
5872 'insert-sliced-image'.
5873
5874 2004-09-20 Richard M. Stallman <rms@gnu.org>
5875
5876 * commands.texi (Key Sequence Input):
5877 Clarify downcasing in read-key-sequence.
5878
5879 2004-09-08 Juri Linkov <juri@jurta.org>
5880
5881 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
5882
5883 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
5884
5885 * locals.texi (Standard Buffer-Local Variables): Add
5886 `buffer-auto-save-file-format'.
5887 * internals.texi (Buffer Internals): Describe new
5888 auto_save_file_format field of the buffer structure.
5889 * files.texi (Format Conversion): `auto-save-file-format' has been
5890 renamed `buffer-auto-save-file-format'.
5891
5892 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5893
5894 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
5895 an integer or a marker.
5896 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
5897
5898 2004-08-22 Richard M. Stallman <rms@gnu.org>
5899
5900 * modes.texi (Major Mode Conventions): Discuss rebinding of
5901 standard key bindings.
5902
5903 2004-08-18 Kim F. Storm <storm@cua.dk>
5904
5905 * processes.texi (Accepting Output): Add `just-this-one' arg to
5906 `accept-process-output'.
5907 (Output from Processes): New var `process-adaptive-read-buffering'.
5908
5909 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
5910
5911 * keymaps.texi: Various changes in addition to:
5912 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
5913 Give more varied examples for `kbd'.
5914 (Creating Keymaps): Char tables have slots for all characters
5915 without modifiers.
5916 (Active Keymaps): `overriding-local-map' and
5917 `overriding-terminal-local-map' also override text property and
5918 overlay keymaps.
5919 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
5920 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
5921 to denote a prefix of no events.
5922 `map-keymap' includes parent's bindings _recursively_.
5923 Clarify and correct description of `where-is-internal'.
5924 Mention BUFFER-OR-NAME arg to `describe-bindings'.
5925 (Menu Example): For menus intended for use with the keyboard, the
5926 menu items should be bound to characters or real function keys.
5927
5928 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
5929
5930 * objects.texi (Character Type): Reposition `@anchor' to prevent
5931 double space inside sentence in Info.
5932
5933 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
5934 renamed to `disabled-command-function'.
5935 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
5936 (Command Loop Info): Replace reference to it.
5937 (Disabling Commands): `disabled-command-hook' has been renamed to
5938 `disabled-command-function'.
5939
5940 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
5941
5942 * os.texi (Translating Input): Only non-prefix bindings in
5943 `key-translation-map' override actual key bindings. Warn about
5944 possible indirect effect of actual key bindings on non-prefix
5945 bindings in `key-translation-map'.
5946
5947 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
5948
5949 * minibuf.texi (High-Level Completion): Add anchor for definition
5950 of `read-variable'.
5951
5952 * commands.texi: Various changes in addition to:
5953 (Using Interactive): Clarify description of `interactive-form'.
5954 (Interactive Call): Mention default for KEYS argument to
5955 `call-interactively'.
5956 (Command Loop Info): Clarify description of `this-command-keys'.
5957 Mention KEEP-RECORD argument to `clear-this-command-keys'.
5958 Value of `last-event-frame' can be `macro'.
5959 (Repeat Events): `double-click-fuzz' is also used to distinguish
5960 clicks and drags.
5961 (Classifying Events): Clarify descriptions of `event-modifiers'
5962 `event-basic-type' and `event-convert-list'.
5963 (Accessing Events): `posn-timestamp' takes POSITION argument.
5964 (Quoted Character Input): Clarify description of
5965 `read-quoted-char' and fix example.
5966 (Quitting): Add `with-local-quit'.
5967 (Disabling Commands): Correct and clarify descriptions of
5968 `enable-command' and `disable-command'.
5969 Mention what happens if `disabled-command-hook' is nil.
5970 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
5971 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
5972
5973 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
5974
5975 * frames.texi: Various changes in addition to:
5976 (Creating Frames): Expand and clarify description of `make-frame'.
5977 (Window Frame Parameters): Either none or both of the `icon-left'
5978 and `icon-top' parameters must be specified. Put descriptions of
5979 `menu-bar-lines' and `toolbar-lines' closer together and change
5980 them accordingly.
5981 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
5982 except while processing `frame-title-format' or `icon-title-format'.
5983 (Deleting Frames): Correct description of `delete-frame'.
5984 Non-nil return values of `frame-live-p' are like those of `framep'.
5985 (Frames and Windows): Mention return value of
5986 `set-frame-selected-window'.
5987 (Visibility of Frames): Mention `force' argument to
5988 `make-frame-invisible'. `frame-visible-p' returns t for all
5989 frames on text-only terminals.
5990 (Frame Configurations): Restoring a frame configuration does not
5991 restore deleted frames.
5992 (Window System Selections): `x-set-selection' returns DATA.
5993 (Resources): Add example.
5994 (Display Feature Testing): Clarify descriptions of
5995 `display-pixel-height', `display-pixel-width', `x-server-version'
5996 and `x-server-vendor'.
5997
5998 * windows.texi (Choosing Window): Add anchor.
5999 * minibuf.texi (Minibuffer Misc): Add anchor.
6000
6001 2004-07-23 John Paul Wallington <jpw@gnu.org>
6002
6003 * macros.texi (Defining Macros): Declaration keyword for setting
6004 Edebug spec is `debug' not `edebug'.
6005
6006 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
6007
6008 * windows.texi: Various small changes in addition to:
6009 (Window Point): Mention return value of `set-window-point'.
6010 (Window Start): `pos-visible-in-window-p' disregards horizontal
6011 scrolling. Explain return value if PARTIALLY is non-nil.
6012 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
6013 and `set-window-vscroll'.
6014 (Size of Window): The argument WINDOW to `window-inside-edges',
6015 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
6016 (Resizing Windows): Explain return value of
6017 `shrink-window-if-larger-than-buffer'.
6018 `window-size-fixed' automatically becomes buffer local when set.
6019 (Window Configurations): Explain return value of
6020 `set-window-configuration'.
6021
6022 * minibuf.texi (Minibuffer Misc): Add anchor for
6023 `minibuffer-scroll-window'.
6024
6025 * positions.texi (Text Lines): Add anchor for `count-lines'.
6026
6027 2004-07-17 Richard M. Stallman <rms@gnu.org>
6028
6029 * display.texi (Overlay Properties): Adding `evaporate' prop
6030 deletes empty overlay immediately.
6031
6032 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
6033 fix example.
6034
6035 2004-07-16 Jim Blandy <jimb@redhat.com>
6036
6037 * searching.texi (Regexp Backslash): Document new \_< and \_>
6038 operators.
6039
6040 2004-07-16 Juanma Barranquero <lektu@terra.es>
6041
6042 * display.texi (Images): Fix Texinfo usage.
6043
6044 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
6045
6046 * buffers.texi (Modification Time): `visited-file-modtime' now
6047 returns a list of two integers, instead of a cons.
6048
6049 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
6050
6051 * windows.texi: Various changes in addition to:
6052 (Splitting Windows): Add `split-window-keep-point'.
6053
6054 2004-07-09 Richard M. Stallman <rms@gnu.org>
6055
6056 * frames.texi (Input Focus): Minor fix.
6057
6058 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
6059
6060 * frames.texi (Input Focus): Clarify descriptions of
6061 `select-frame-set-input-focus' and `select-frame'.
6062
6063 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
6064
6065 * os.texi: Various small changes in addition to:
6066 (Killing Emacs): Expand and clarify description of
6067 `kill-emacs-query-functions' and `kill-emacs-hook'.
6068 (System Environment): Expand and clarify description of `getenv'
6069 and `setenv'.
6070 (Timers): Clarify description of `run-at-time'.
6071 (Translating Input): Correct description of
6072 `extra-keyboard-modifiers'.
6073 (Flow Control): Correct description of `enable-flow-control'.
6074
6075 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
6076
6077 * os.texi: Update copyright.
6078 (Session Management): Grammar fix.
6079 Clarify which Emacs does the restarting.
6080 Use @samp for *scratch* buffer.
6081
6082 2004-07-04 Alan Mackenzie <acm@muc.de>
6083
6084 * frames.texi (Input Focus): Add documentation for
6085 `select-frame-set-input-focus'. Replace refs to non-existent
6086 `switch-frame' with `select-frame'. Minor corrections and tidying
6087 up of text-only terminal stuff.
6088
6089 2004-07-02 Richard M. Stallman <rms@gnu.org>
6090
6091 * files.texi (Saving Buffers): Cleanup write-contents-function.
6092 (Magic File Names): Cleanup file-remote-p.
6093
6094 2004-07-02 Kai Großjohann <kai@emptydomain.de>
6095
6096 * files.texi (Magic File Names): `file-remote-p' returns an
6097 identifier of the remote system, not just t.
6098
6099 2004-07-02 David Kastrup <dak@gnu.org>
6100
6101 * searching.texi (Entire Match Data): Add explanation about new
6102 match-data behavior when @var{integers} is non-nil.
6103
6104 2004-06-24 Richard M. Stallman <rms@gnu.org>
6105
6106 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
6107
6108 * customize.texi (Variable Definitions): Note about doc strings
6109 and :set.
6110
6111 * keymaps.texi (Keymap Terminology): Document `kbd'.
6112 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
6113
6114 * display.texi (Invisible Text): Setting buffer-invisibility-spec
6115 makes it buffer-local.
6116
6117 * files.texi (Saving Buffers): Correct previous change.
6118
6119 * commands.texi (Accessing Events):
6120 Clarify posn-col-row and posn-actual-col-row.
6121
6122 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
6123
6124 * commands.texi (Accessing Events): New functions
6125 posn-at-point and posn-at-x-y. Add example to posn-x-y.
6126
6127 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
6128
6129 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
6130 * frames.texi, buffers.texi, backups.texi, variables.texi:
6131 * loading.texi, eval.texi, functions.texi, control.texi:
6132 * symbols.texi, minibuf.texi: Reposition @anchor's.
6133
6134 * help.texi: Various small changes in addition to the following.
6135 (Describing Characters): Describe PREFIX argument to
6136 `key-description'. Correct and clarify definition of
6137 `text-char-description'. Describe NEED-VECTOR argument to
6138 `read-kbd-macro'.
6139 (Help Functions): Clarify definition of `apropos'.
6140
6141 2004-06-23 Lars Hansen <larsh@math.ku.dk>
6142
6143 * files.texi (Saving Buffers): Correct description of
6144 `write-contents-functions'.
6145
6146 2004-06-21 Juanma Barranquero <lektu@terra.es>
6147
6148 * display.texi (Images): Remove redundant @vindex directives.
6149 Rewrite `image-library-alist' doc in active voice.
6150
6151 2004-06-14 Juanma Barranquero <lektu@terra.es>
6152
6153 * display.texi (Images): Document new delayed library loading,
6154 variable `image-library-alist' and (existing but undocumented)
6155 function `image-type-available-p'.
6156
6157 2004-06-05 Richard M. Stallman <rms@gnu.org>
6158
6159 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
6160 refer the user to the Initial Input node.
6161 (Text from Minibuffer): Likewise.
6162 (Initial Input): New node. Document this feature
6163 and say it is mostly deprecated.
6164
6165 2004-05-30 Richard M. Stallman <rms@gnu.org>
6166
6167 * loading.texi (Named Features): Clarify return value
6168 and meaning of NOERROR.
6169
6170 * variables.texi (File Local Variables): Minor cleanup.
6171
6172 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
6173
6174 * files.texi (Magic File Names): Add `file-remote-p' as operation
6175 of file name handlers.
6176
6177 2004-05-29 Richard M. Stallman <rms@gnu.org>
6178
6179 * modes.texi (Minor Mode Conventions): (-) has no special meaning
6180 as arg to a minor mode command.
6181
6182 2004-05-22 Richard M. Stallman <rms@gnu.org>
6183
6184 * syntax.texi (Syntax Class Table): Word syntax not just for English.
6185
6186 * streams.texi (Output Variables): Doc float-output-format.
6187
6188 * searching.texi (Regexp Special): Nested repetition can be infloop.
6189
6190 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
6191 real stack overflow.
6192
6193 * compile.texi: Minor cleanups.
6194
6195 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
6196
6197 * lists.texi (Cons Cells): Explain dotted lists, true lists,
6198 circular lists.
6199 (List Elements): Explain handling of circular and dotted lists.
6200
6201 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
6202
6203 * modes.texi (Search-based Fontification): Fix typo.
6204
6205 2004-05-10 Juanma Barranquero <lektu@terra.es>
6206
6207 * modes.texi (Mode Line Variables): Fix description of
6208 global-mode-string, which is now after which-func-mode, not the
6209 buffer name.
6210
6211 2004-05-07 Lars Hansen <larsh@math.ku.dk>
6212
6213 * modes.texi (Desktop Save Mode): Add.
6214 (Modes): Add menu entry Desktop Save Mode.
6215
6216 * hooks.texi: Add desktop-after-read-hook,
6217 desktop-no-desktop-file-hook and desktop-save-hook.
6218
6219 * locals.texi: Add desktop-save-buffer.
6220
6221 2004-04-30 Jesper Harder <harder@ifa.au.dk>
6222
6223 * display.texi: emacs -> Emacs.
6224
6225 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
6226
6227 * files.texi (Changing Files): Document set-file-times.
6228
6229 2004-04-23 Juanma Barranquero <lektu@terra.es>
6230
6231 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6232
6233 2004-04-18 Jesper Harder <harder@ifa.au.dk>
6234
6235 * tips.texi (Coding Conventions): defopt -> defcustom.
6236
6237 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
6238
6239 * sequences.texi: Various clarifications.
6240
6241 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
6242
6243 * buffers.texi (Read Only Buffers): Mention optional ARG to
6244 `toggle-read-only'.
6245
6246 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
6247
6248 * windows.texi (Selecting Windows): Note that get-lru-window
6249 returns a full-width window if possible.
6250
6251 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
6252
6253 * buffers.texi: Various changes in addition to:
6254 (Buffer File Name): Add `find-buffer-visiting'.
6255 (Buffer Modification): Mention optional ARG to `not-modified'.
6256 (Indirect Buffers): Mention optional CLONE argument to
6257 `make-indirect-buffer'.
6258
6259 * files.texi: Various changes in addition to:
6260 (Visiting Functions): `find-file-hook' is now a normal hook.
6261 (File Name Expansion): Explain difference between the way that
6262 `expand-file-name' and `file-truename' treat `..'.
6263 (Contents of Directories): Mention optional ID-FORMAT argument to
6264 `directory-files-and-attributes'.
6265 (Format Conversion): Mention new optional CONFIRM argument to
6266 `format-write-file'.
6267
6268 2004-04-12 Miles Bader <miles@gnu.org>
6269
6270 * macros.texi (Expansion): Add description of `macroexpand-all'.
6271
6272 2004-04-05 Jesper Harder <harder@ifa.au.dk>
6273
6274 * variables.texi (Variable Aliases): Mention
6275 cyclic-variable-indirection.
6276
6277 * errors.texi (Standard Errors): Ditto.
6278
6279 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
6280
6281 * backups.texi: Various small changes in addition to:
6282 (Making Backups): Mention return value of `backup-buffer'.
6283 (Auto-Saving): Mention optional FORCE argument to
6284 `delete-auto-save-file-if-necessary'.
6285 (Reverting): Mention optional PRESERVE-MODES argument to
6286 `revert-buffer'. Correct description of `revert-buffer-function'.
6287
6288 2004-03-22 Juri Linkov <juri@jurta.org>
6289
6290 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
6291 with `Vector Functions'.
6292
6293 * text.texi (Sorting): Add missing quote.
6294
6295 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
6296
6297 * intro.texi (Lisp History): Replace xref to `cl' manual with
6298 inforef.
6299
6300 2004-03-12 Richard M. Stallman <rms@gnu.org>
6301
6302 * intro.texi (Version Info): Add arg to emacs-version.
6303 (Lisp History): Change xref to CL manual.
6304
6305 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
6306
6307 * minibuf.texi (Completion Commands): Add xref to Emacs manual
6308 for Partial Completion mode.
6309
6310 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
6311
6312 * customize.texi: Fix typo. Remove eol whitespace.
6313
6314 2004-03-04 Richard M. Stallman <rms@gnu.org>
6315
6316 * processes.texi: Fix typos.
6317
6318 * lists.texi (Building Lists): Minor clarification.
6319
6320 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
6321 in make-hash-table.
6322
6323 2004-02-29 Juanma Barranquero <lektu@terra.es>
6324
6325 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
6326 rm, and ignore exit code.
6327
6328 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
6329
6330 * display.texi (Defining Faces): Add description for min-colors.
6331 Update example.
6332
6333 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
6334
6335 * abbrevs.texi: Various corrections and clarifications in addition
6336 to the following:
6337 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
6338
6339 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6340
6341 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
6342
6343 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
6344
6345 * text.texi: Various small changes in addition to the following:
6346 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
6347 to delete-horizontal-space.
6348 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
6349 description of yank-handler text property at various places.
6350
6351 * frames.texi (Window System Selections): Add anchor.
6352
6353 * syntax.texi (Syntax Table Functions): Clarify and correct
6354 descriptions of make-syntax-table and copy-syntax-table.
6355 (Motion and Syntax): Clarify SYNTAXES argument to
6356 skip-syntax-forward.
6357 (Parsing Expressions): Mention that the return value of
6358 parse-partial-sexp is currently a list of ten rather than nine
6359 elements.
6360 (Categories): Various corrections and clarifications.
6361
6362 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
6363
6364 * markers.texi (Marker Insertion Types): Minor change.
6365
6366 * locals.texi (Standard Buffer-Local Variables):
6367 * commands.texi (Interactive Codes, Using Interactive):
6368 * functions.texi (Related Topics): Fix xrefs.
6369
6370 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
6371
6372 * lists.texi (Sets And Lists): Update description of delete-dups.
6373
6374 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6375
6376 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
6377
6378 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
6379
6380 * frames.texi (Parameter Access): frame-parameters arg is optional.
6381 modify-frame-parameters handles nil for FRAME.
6382 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
6383 are all-or-nothing for certain toolkits.
6384 Mention parameter wait-for-wm.
6385 (Frames and Windows): In frame-first-window and frame-selected-window
6386 the arg is optional.
6387 (Input Focus): In redirect-frame-focus the second arg is optional.
6388 (Window System Selections): Mention selection type CLIPBOARD.
6389 Mention data-type UTF8_STRING.
6390 Mention numbering of cut buffers.
6391 (Resources): Describe x-resource-name.
6392
6393 2004-02-16 Richard M. Stallman <rms@gnu.org>
6394
6395 * windows.texi (Buffers and Windows): Delete false table
6396 about all-frames.
6397
6398 * syntax.texi (Parsing Expressions): Delete old caveat
6399 about parse-sexp-ignore-comments.
6400
6401 * streams.texi (Output Variables): Add print-quoted.
6402
6403 * lists.texi (Building Lists): Minor cleanup.
6404
6405 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
6406
6407 * display.texi (Overlays): Explain overlays use markers.
6408 (Managing Overlays): Explain front-advance and rear-advance
6409 in more detail.
6410
6411 * loading.texi (Unloading): Document unload-feature-special-hooks.
6412 Get rid of fns-NNN.el file.
6413
6414 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
6415
6416 * help.texi (Describing Characters): Fix text-char-description
6417 example output.
6418
6419 * edebug.texi (Using Edebug): Fix example.
6420
6421 * debugging.texi (Internals of Debugger): Fix return value.
6422
6423 * files.texi (Changing Files): Fix argname.
6424
6425 * calendar.texi: Fix parens, and default values.
6426
6427 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
6428 * nonascii.texi, objects.texi, os.texi: Minor fixes.
6429 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
6430
6431 * positions.texi (Text Lines): Don't add -1 in current-line.
6432
6433 2004-02-16 Richard M. Stallman <rms@gnu.org>
6434
6435 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
6436
6437 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
6438
6439 * processes.texi (Low-Level Network): Fix a typo.
6440
6441 2004-02-12 Kim F. Storm <storm@cua.dk>
6442
6443 * display.texi (Fringes): Use consistent wording.
6444 Note that window-fringe's window arg is optional.
6445 (Scroll Bars): Use consistent wording.
6446
6447 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
6448
6449 * tips.texi (Comment Tips): Document the new conventions for
6450 commenting out code.
6451
6452 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
6453
6454 * positions.texi (Text Lines): Added missing end defun.
6455
6456 2004-02-07 Kim F. Storm <storm@cua.dk>
6457
6458 * positions.texi (Text Lines): Add line-number-at-pos.
6459
6460 2004-02-06 John Paul Wallington <jpw@gnu.org>
6461
6462 * display.texi (Button Properties, Button Buffer Commands):
6463 mouse-2 invokes button, not down-mouse-1.
6464
6465 2004-02-04 Jason Rumney <jasonr@gnu.org>
6466
6467 * makefile.w32-in: Sync with Makefile.in changes.
6468
6469 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
6470
6471 * minibuf.texi (Text from Minibuffer): Various corrections and
6472 clarifications.
6473 (Object from Minibuffer): Correct Lisp description of
6474 read-minibuffer.
6475 (Minibuffer History): Clarify description of cons values for
6476 HISTORY arguments.
6477 (Basic Completion): Various corrections and clarifications. Add
6478 completion-regexp-list.
6479 (Minibuffer Completion): Correct and clarify description of
6480 completing-read.
6481 (Completion Commands): Mention Partial Completion mode. Various
6482 other minor changes.
6483 (High-Level Completion): Various corrections and clarifications.
6484 (Reading File Names): Ditto.
6485 (Minibuffer Misc): Ditto.
6486
6487 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
6488
6489 * strings.texi (Text Comparison): assoc-string also matches
6490 elements of alists that are strings instead of conses.
6491 (Formatting Strings): Standardize Texinfo usage. Update index
6492 entries.
6493
6494 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
6495
6496 * lists.texi (Sets And Lists): Add delete-dups.
6497
6498 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6499
6500 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
6501 special form.
6502 * macros.texi (Defining Macros): Update description of `declare',
6503 which now is a macro.
6504 (Wrong Time): Fix typos.
6505
6506 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
6507
6508 * compile.texi (Compilation Functions): Expand descriptions of
6509 `compile-defun', `byte-compile-file', `byte-recompile-directory'
6510 and `batch-byte-compile'. In particular, mention and describe
6511 all optional arguments.
6512 (Disassembly): Correct and clarify the description of `disassemble'.
6513
6514 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
6515
6516 * searching.texi: Various small changes in addition to the
6517 following.
6518 (Regexp Example): Adapt to new value of `sentence-end'.
6519 (Regexp Functions): The PAREN argument to `regexp-opt' can be
6520 `words'.
6521 (Search and Replace): Add usage note for `perform-replace'.
6522 (Entire Match Data): Mention INTEGERS and REUSE arguments to
6523 `match-data'.
6524 (Standard Regexps): Update for new values of `paragraph-start'
6525 and `sentence-end'.
6526
6527 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6528
6529 * files.texi (Saving Buffers): Clarify descriptions of
6530 `write-contents-functions' and `before-save-hook'.
6531 Make the defvar's for `before-save-hook' and `after-save-hook'
6532 into defopt's.
6533
6534 2004-01-07 Kim F. Storm <storm@cua.dk>
6535
6536 * commands.texi (Click Events): Describe new image and
6537 width/height elements of click events.
6538 (Accessing Events): Add posn-string, posn-image, and
6539 posn-object-width-height. Change posn-object to return either
6540 image or string object.
6541
6542 2004-01-01 Simon Josefsson <jas@extundo.com>
6543
6544 * hooks.texi (Standard Hooks): Add before-save-hook.
6545 * files.texi (Saving Buffers): Likewise.
6546
6547 2004-01-03 Richard M. Stallman <rms@gnu.org>
6548
6549 * frames.texi (Frames and Windows): Delete frame-root-window.
6550
6551 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6552
6553 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
6554
6555 * functions.texi: Various small changes in addition to the
6556 following.
6557 (What Is a Function): `functionp' returns nil for macros. Clarify
6558 behavior of this and following functions for symbol arguments.
6559 (Function Documentation): Add `\' in front of (fn @var{arglist})
6560 and explain why.
6561 (Defining Functions): Mention DOCSTRING argument to `defalias'.
6562 Add anchor.
6563 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
6564
6565 2004-01-01 Miles Bader <miles@gnu.org>
6566
6567 * display.texi (Buttons): New section.
6568
6569 2003-12-31 Andreas Schwab <schwab@suse.de>
6570
6571 * numbers.texi (Math Functions): sqrt reports a domain-error
6572 error.
6573 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
6574
6575 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6576
6577 * tips.texi (Documentation Tips): Update item on hyperlinks in
6578 documentation strings.
6579
6580 * errors.texi (Standard Errors): Various small corrections and
6581 additions.
6582
6583 * control.texi: Various small changes in addition to the
6584 following.
6585 (Signaling Errors): Provide some more details on how `signal'
6586 constructs the error message. Add anchor to the definition of
6587 `signal'.
6588 (Error Symbols): Describe special treatment of `quit'.
6589 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
6590 to emphasize that it has to be a single form.
6591
6592 * buffers.texi: Add anchor.
6593
6594 2003-12-29 Richard M. Stallman <rms@gnu.org>
6595
6596 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
6597 (Window Configurations): Add window-configuration-frame.
6598
6599 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
6600
6601 * text.texi (Examining Properties): Add get-char-property-and-overlay.
6602 Change arg name in get-char-property.
6603 (Special Properties): Update handling of keymap property.
6604
6605 * strings.texi (Modifying Strings): Add clear-string.
6606 (Text Comparison): Add assoc-string and remove
6607 assoc-ignore-case, assoc-ignore-representation.
6608
6609 * os.texi (Time of Day): Add set-time-zone-rule.
6610
6611 * numbers.texi (Math Functions): asin, acos, log, log10
6612 report domain-error errors.
6613
6614 * nonascii.texi (Converting Representations):
6615 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
6616 (Encoding and I/O): Add file-name-coding-system.
6617
6618 * modes.texi (Search-based Fontification): Explain that
6619 face specs are symbols with face names as values.
6620
6621 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
6622
6623 * lists.texi (Building Lists): remq moved elsewhere.
6624 (Sets And Lists): remq moved here.
6625 (Association Lists): Refer to assoc-string.
6626
6627 * internals.texi (Garbage Collection): Add memory-use-counts.
6628
6629 * frames.texi (Frames and Windows): Add set-frame-selected-window
6630 and frame-root-window.
6631
6632 * files.texi (Contents of Directories):
6633 Add directory-files-and-attributes.
6634
6635 * display.texi (Refresh Screen): Add force-window-update.
6636 (Invisible Text): Explain about moving point out of invis text.
6637 (Overlay Properties): Add overlay-properties.
6638 (Managing Overlays): Add overlayp.
6639 (GIF Images): Invalid image number displays a hollow box.
6640
6641 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
6642 (Killing Buffers): Add buffer-live-p.
6643
6644 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6645
6646 * display.texi (Fringes): Fix typo "set-buffer-window".
6647
6648 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
6649
6650 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
6651 * nonascii.texi, processes.texi, tips.texi, variables.texi:
6652 Add or change various xrefs and anchors.
6653
6654 * commands.texi: Replace all occurrences of @acronym{CAR} with
6655 @sc{car}, for consistency with the rest of the Elisp manual.
6656 `car' and `cdr' are historically acronyms, but are no longer
6657 widely thought of as such.
6658
6659 * internals.texi (Pure Storage): Mention that `purecopy' does not
6660 copy text properties.
6661 (Object Internals): Now 29 bits are used (in most implementations)
6662 to address Lisp objects.
6663
6664 * variables.texi (Variables with Restricted Values): New node.
6665
6666 * objects.texi (Lisp Data Types): Mention that certain variables
6667 can only take on a restricted set of values and add an xref to
6668 the new node "Variables with Restricted Values".
6669
6670 * eval.texi (Function Indirection): Describe the errors that
6671 `indirect-function' can signal.
6672 (Eval): Clarify the descriptions of `eval-region' and `values'.
6673 Describe `eval-buffer' instead of `eval-current-buffer' and
6674 mention `eval-current-buffer' as an alias for `current-buffer'.
6675 Correct the description and mention all optional arguments.
6676
6677 * nonascii.texi: Various small changes in addition to the
6678 following.
6679 (Converting Representations): Clarify behavior of
6680 `string-make-multibyte' and `string-to-multibyte' for unibyte all
6681 ASCII arguments.
6682 (Character Sets): Document the variable `charset-list' and adapt
6683 the definition of the function `charset-list' accordingly.
6684 (Translation of Characters): Clarify use of generic characters in
6685 `make-translation-table'. Clarify and correct the description of
6686 the use of translation tables in encoding and decoding.
6687 (User-Chosen Coding Systems): Correct and clarify the description
6688 of `select-safe-coding-system'.
6689 (Default Coding Systems): Clarify description of
6690 `file-coding-system-alist'.
6691
6692 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6693
6694 * strings.texi (Text Comparison): Correctly describe when two
6695 strings are `equal'. Combine and clarify descriptions of
6696 `assoc-ignore-case' and `assoc-ignore-representation'.
6697
6698 * objects.texi (Non-ASCII in Strings): Clarify description of
6699 when a string is unibyte or multibyte.
6700 (Bool-Vector Type): Update examples.
6701 (Equality Predicates): Correctly describe when two strings are
6702 `equal'.
6703
6704 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
6705
6706 * lists.texi (Building Lists): `append' no longer accepts integer
6707 arguments. Update the description of `number-sequence' to reflect
6708 recent changes.
6709 (Sets And Lists): Describe `member-ignore-case' after `member'.
6710
6711 2003-11-27 Kim F. Storm <storm@cua.dk>
6712
6713 * commands.texi (Click Events): Click object may be an images.
6714 Describe (dx . dy) element of click positions.
6715 (Accessing Events): Remove duplicate posn-timestamp.
6716 New functions posn-object and posn-object-x-y.
6717
6718 2003-11-23 Kim F. Storm <storm@cua.dk>
6719
6720 * commands.texi (Click Events): Describe enhancements to event
6721 position lists, including new text-pos and (col . row) items.
6722 Mention left-fringe and right-fringe area events.
6723 (Accessing Events): New functions posn-area and
6724 posn-actual-col-row. Mention posn-timestamp. Mention that
6725 posn-point in non-text area still returns buffer position.
6726 Clarify posn-col-row.
6727
6728 2003-11-21 Lars Hansen <larsh@math.ku.dk>
6729
6730 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
6731 * anti.texi (File Attributes): Describe removed parameter
6732 ID-FORMAT.
6733
6734 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
6735
6736 * positions.texi (Positions): Mention that, if a marker is used as
6737 a position, its buffer is ignored.
6738
6739 * markers.texi (Overview of Markers): Mention it here too.
6740
6741 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
6742
6743 * numbers.texi (Numeric Conversions): Not just `floor', but also
6744 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
6745
6746 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
6747
6748 * markers.texi (Creating Markers): Specify insertion type of
6749 created markers. Add xref to `Marker Insertion Types'.
6750 Second argument to `copy-marker' is optional.
6751 (Marker Insertion Types): Mention that most markers are created
6752 with insertion type nil.
6753 (The Mark): Correctly describe when `mark' signals an error.
6754 (The Region): Correctly describe when `region-beginning' and
6755 `region-end' signal an error.
6756
6757 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
6758
6759 * hash.texi (Creating Hash): Clarify description of `eql'.
6760 `makehash' is obsolete.
6761 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
6762
6763 * positions.texi (Point): Change description of `buffer-end', so
6764 that it is also correct for floating point arguments.
6765 (List Motion): Correct argument lists of `beginning-of-defun' and
6766 `end-of-defun'.
6767 (Excursions): Add xref to `Marker Insertion Types'.
6768 (Narrowing): Argument to `narrow-to-page' is optional.
6769
6770 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
6771
6772 * streams.texi (Output Streams): Clarify behavior of point for
6773 marker output streams.
6774
6775 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6776
6777 * variables.texi (Defining Variables): Second argument to
6778 `defconst' is not optional.
6779 (Setting Variables): Mention optional argument APPEND to
6780 `add-to-list'.
6781 (Creating Buffer-Local): Expand description of
6782 `make-variable-buffer-local'.
6783 (Frame-Local Variables): Expand description of
6784 `make-variable-frame-local'.
6785 (Variable Aliases): Correct description of optional argument
6786 DOCSTRING to `defvaralias'. Mention return value of
6787 `defvaralias'.
6788 (File Local Variables): Add xref to `File variables' in Emacs
6789 Manual. Correct description of `hack-local-variables'. Mention
6790 `safe-local-variable' property. Mention optional second argument
6791 to `risky-local-variable-p'.
6792
6793 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
6794
6795 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
6796
6797 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
6798
6799 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
6800 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
6801 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
6802 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
6803 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
6804 lispref/processes.texi, lispref/searching.texi,
6805 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
6806 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
6807 @acronym{FOO}.
6808
6809 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
6810
6811 * strings.texi (Creating Strings): Argument START to `substring'
6812 can not be `nil'. Expand description of
6813 `substring-no-properties'. Correct description of `split-string',
6814 especially with respect to empty matches. Prevent very bad line
6815 break in definition of `split-string-default-separators'.
6816 (Text Comparison): `string=' and `string<' also accept symbols as
6817 arguments.
6818 (String Conversion): More completely describe argument BASE in
6819 `string-to-number'.
6820 (Formatting Strings): `%s' and `%S' in `format' do require
6821 corresponding object. Clarify behavior of numeric prefix after
6822 `%' in `format'.
6823 (Case Conversion): The argument to `upcase-initials' can be a
6824 character.
6825
6826 2003-10-27 Kenichi Handa <handa@m17n.org>
6827
6828 * display.texi (Fontsets): Fix texinfo usage.
6829
6830 2003-10-25 Kenichi Handa <handa@m17n.org>
6831
6832 * display.texi (Fontsets): Add description of the function
6833 set-fontset-font.
6834
6835 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
6836
6837 * display.texi (Temporary Displays): Add xref to `Documentation
6838 Tips'.
6839
6840 * functions.texi (Function Safety): Use inforef instead of pxref
6841 for SES.
6842
6843 2003-10-23 Andreas Schwab <schwab@suse.de>
6844
6845 * Makefile.in (TEX, texinputdir): Don't define.
6846 (TEXI2DVI): Define.
6847 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
6848 add $(srcdir)/index.texi.
6849 ($(infodir)/elisp): Remove index.texi dependency.
6850 (elisp.dvi): Likewise. Use $(TEXI2DVI).
6851 (index.texi): Remove target.
6852 (dist): Don't link $(srcdir)/permute-index.
6853 (clean): Don't remove index.texi.
6854
6855 * permute-index, index.perm: Remove.
6856 * index.texi: Rename from index.unperm.
6857
6858 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
6859
6860 * tips.texi (Documentation Tips): Document new behavior for face
6861 and variable hyperlinks in Help mode.
6862
6863 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
6864
6865 * objects.texi (Integer Type): Update for extra bit of integer range.
6866 (Character Type): Ditto.
6867
6868 2003-10-16 Eli Zaretskii <eliz@gnu.org>
6869
6870 * numbers.texi (Integer Basics): Add index entries for reading
6871 numbers in hex, octal, and binary.
6872
6873 2003-10-16 Lute Kamstra <lute@gnu.org>
6874
6875 * modes.texi (Mode Line Format): Mention force-mode-line-update's
6876 argument.
6877
6878 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
6879
6880 * windows.texi (Choosing Window): Fix typo.
6881 * edebug.texi (Edebug Execution Modes): Fix typo.
6882
6883 2003-10-13 Richard M. Stallman <rms@gnu.org>
6884
6885 * windows.texi (Basic Windows): A window has fringe settings,
6886 display margins and scroll-bar settings.
6887 (Splitting Windows): Doc split-window return value.
6888 Clean up one-window-p.
6889 (Selecting Windows): Fix typo.
6890 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
6891 (Buffers and Windows): In set-window-buffer, explain effect
6892 on fringe settings and scroll bar settings.
6893 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
6894 (Choosing Window): Use defopt for pop-up-frame-function.
6895 For special-display-buffer-names, explain same-window and same-frame.
6896 Clarify window-dedicated-p return value.
6897 (Textual Scrolling): scroll-up and scroll-down can get an error.
6898 (Horizontal Scrolling): Clarify auto-hscroll-mode.
6899 Clarify set-window-hscroll.
6900 (Size of Window): Don't mention tool bar in window-height.
6901 (Coordinates and Windows): Explain what coordinates-in-window-p
6902 returns for fringes and display margins.
6903 (Window Configurations): Explain saving fringes, etc.
6904
6905 * tips.texi (Library Headers): Clean up Documentation.
6906
6907 * syntax.texi (Parsing Expressions): Clean up forward-comment
6908 and parse-sexp-lookup-properties.
6909
6910 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
6911
6912 * os.texi (System Environment): Clean up text for load-average errors.
6913
6914 * modes.texi (Hooks): Don't explain local hook details at front.
6915 Clarify run-hooks and run-hook-with-args a little.
6916 Clean up add-hook and remove-hook.
6917
6918 * edebug.texi (Edebug Execution Modes): Clarify t.
6919 Document edebug-sit-for-seconds.
6920 (Coverage Testing): Document C-x X = and =.
6921 (Instrumenting Macro Calls): Fix typo.
6922 (Specification List): Don't index the specification keywords.
6923
6924 2003-10-10 Kim F. Storm <storm@cua.dk>
6925
6926 * processes.texi (Network): Introduce make-network-process.
6927
6928 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
6929
6930 * tips.texi (Library Headers): Fix typo.
6931
6932 2003-10-07 Juri Linkov <juri@jurta.org>
6933
6934 * modes.texi (Imenu): Mention imenu-create-index-function's
6935 default value. Explain submenus better.
6936
6937 2003-10-07 Lute Kamstra <lute@gnu.org>
6938
6939 * modes.texi (Faces for Font Lock): Fix typo.
6940 (Hooks): Explain how buffer-local hook variables can refer to
6941 global hook variables.
6942 Various minor clarifications.
6943
6944 2003-10-06 Lute Kamstra <lute@gnu.org>
6945
6946 * tips.texi (Coding Conventions): Mention naming conventions for
6947 hooks.
6948
6949 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
6950
6951 * loading.texi (Library Search): Correct default value of
6952 load-suffixes.
6953 (Named Features): Fix typo.
6954
6955 2003-10-05 Richard M. Stallman <rms@gnu.org>
6956
6957 * loading.texi (Named Features): In `provide',
6958 say how to test for subfeatures.
6959 (Unloading): In unload-feature, use new var name
6960 unload-feature-special-hooks.
6961
6962 2003-10-03 Lute Kamstra <lute@gnu.org>
6963
6964 * modes.texi (Major Mode Conventions): Mention third way to set up
6965 Imenu.
6966 (Imenu): A number of small fixes.
6967 Delete documentation of internal variable imenu--index-alist.
6968 Document the return value format of imenu-create-index-function
6969 functions.
6970
6971 2003-09-30 Richard M. Stallman <rms@gnu.org>
6972
6973 * processes.texi (Network): Say what stopped datagram connections do.
6974
6975 * lists.texi (Association Lists): Clarify `assq-delete-all'.
6976
6977 * display.texi (Overlay Properties): Clarify `evaporate' property.
6978
6979 2003-09-29 Lute Kamstra <lute@gnu.org>
6980
6981 * modes.texi (Mode Line Data): Explain when symbols in mode-line
6982 constructs should be marked as risky.
6983 Change cons cell into proper list.
6984 (Mode Line Variables): Change cons cell into proper list.
6985
6986 2003-09-26 Lute Kamstra <lute@gnu.org>
6987
6988 * modes.texi (Mode Line Data): Document the :propertize construct.
6989 (Mode Line Variables): Reorder the descriptions of the variables
6990 to match their order in the default mode-line-format.
6991 Describe the new variables mode-line-position and mode-line-modes.
6992 Update the default values of mode-line-frame-identification,
6993 minor-mode-alist, and default-mode-line-format.
6994 (Properties in Mode): Mention the :propertize construct.
6995
6996 2003-09-26 Richard M. Stallman <rms@gnu.org>
6997
6998 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6999 * loading.texi, minibuf.texi, text.texi, variables.texi:
7000 Avoid @strong{Note:}.
7001
7002 2003-09-26 Richard M. Stallman <rms@gnu.org>
7003
7004 * keymaps.texi (Remapping Commands): Fix typo.
7005
7006 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
7007
7008 * processes.texi (Low-Level Network): Fix typo.
7009
7010 2003-09-23 Kim F. Storm <storm@cua.dk>
7011
7012 * processes.texi (Network, Network Servers): Fix typos.
7013 (Low-Level Network): Add timeout value for :server keyword.
7014 Add new option keywords to make-network-process.
7015 Add set-network-process-options.
7016 Explain how to test availability of network options.
7017
7018 2003-09-19 Richard M. Stallman <rms@gnu.org>
7019
7020 * text.texi (Motion by Indent): Arg to
7021 backward-to-indentation and forward-to-indentation is optional.
7022
7023 * strings.texi (Creating Strings): Add substring-no-properties.
7024
7025 * processes.texi
7026 (Process Information): Add list-processes arg QUERY-ONLY.
7027 Delete process-contact from here.
7028 Add new status values for process-status.
7029 Add process-get, process-put, process-plist, set-process-plist.
7030 (Synchronous Processes): Add call-process-shell-command.
7031 (Signals to Processes): signal-process allows process objects.
7032 (Network): Complete rewrite.
7033 (Network Servers, Datagrams, Low-Level Network): New nodes.
7034
7035 * positions.texi (Word Motion): forward-word, backward-word
7036 arg is optional. Reword.
7037
7038 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
7039
7040 * variables.texi (Creating Buffer-Local):
7041 Delete duplicate definition of buffer-local-value.
7042 (File Local Variables): Explain about discarding text props.
7043
7044 2003-09-11 Richard M. Stallman <rms@gnu.org>
7045
7046 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
7047 changes variables that record input events.
7048 (Minibuffer Misc): Add minibuffer-selected-window.
7049
7050 * lists.texi (Building Lists): Add copy-tree.
7051
7052 * display.texi (Fontsets): Add char-displayable-p.
7053 (Scroll Bars): New node.
7054
7055 2003-09-08 Lute Kamstra <lute@gnu.org>
7056
7057 * modes.texi (%-Constructs): Document new `%i' and `%I'
7058 constructs.
7059
7060 2003-09-03 Peter Runestig <peter@runestig.com>
7061
7062 * makefile.w32-in: New file.
7063
7064 2003-08-29 Richard M. Stallman <rms@gnu.org>
7065
7066 * display.texi (Overlay Properties): Clarify how priorities
7067 affect use of the properties.
7068
7069 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
7070
7071 * customize.texi (Type Keywords): Correct the description of
7072 `:help-echo' in the case where `motion-doc' is a function.
7073
7074 2003-08-14 John Paul Wallington <jpw@gnu.org>
7075
7076 * modes.texi (Emulating Mode Line): Subsection, not section.
7077
7078 2003-08-13 Richard M. Stallman <rms@gnu.org>
7079
7080 * elisp.texi (Top): Update subnode lists in menu.
7081
7082 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
7083 (Kill Functions): kill-region has new arg yank-handler.
7084 (Yanking): New node.
7085 (Yank Commands): Add yank-undo-function.
7086 (Low-Level Kill Ring):
7087 kill-new and kill-append have new arg yank-handler.
7088 (Changing Properties): Add remove-list-of-text-properties.
7089 (Atomic Changes): New node.
7090
7091 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
7092
7093 * streams.texi (Output Variables): Add eval-expression-print-length
7094 and eval-expression-print-level.
7095
7096 * os.texi (Time Conversion): For encode-time, explain limits on year.
7097
7098 * objects.texi (Character Type): Define anchor "modifier bits".
7099
7100 * modes.texi (Emulating Mode Line): New node.
7101 (Search-based Fontification): Font Lock uses font-lock-face property.
7102 (Other Font Lock Variables): Likewise.
7103
7104 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
7105 not vectors.
7106 (Active Keymaps): Add emulation-mode-map-alists.
7107 (Functions for Key Lookup): key-binding has new arg no-remap.
7108 (Remapping Commands): New node.
7109 (Scanning Keymaps): where-is-internal has new arg no-remap.
7110 (Tool Bar): Add tool-bar-local-item-from-menu.
7111 Clarify when to use tool-bar-add-item-from-menu.
7112
7113 * commands.texi (Interactive Call): commandp has new arg.
7114 (Command Loop Info): Add this-original-command.
7115
7116 2003-08-06 John Paul Wallington <jpw@gnu.org>
7117
7118 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
7119
7120 * display.texi (Warning Basics): Fix typo.
7121 (Fringes): Add closing curly bracket and fix typo.
7122
7123 * elisp.texi (Top): Fix typo.
7124
7125 2003-08-05 Richard M. Stallman <rms@gnu.org>
7126
7127 * elisp.texi: Update lists of subnodes.
7128
7129 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
7130
7131 * variables.texi (Local Variables): Use lc for example variable names.
7132
7133 * tips.texi (Library Headers): Explain where to put -*-.
7134
7135 * strings.texi (Creating Strings): Fix xref for vconcat.
7136
7137 * sequences.texi (Vector Functions):
7138 vconcat no longer allows integer args.
7139
7140 * minibuf.texi (Reading File Names): read-file-name has new
7141 arg PREDICATE. New function read-directory-name.
7142
7143 * macros.texi (Defining Macros): Give definition of `declare'
7144 (Indenting Macros): New node.
7145
7146 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
7147 (Window Frame Parameters): Make separate table of parameters
7148 that are coupled with specific face attributes.
7149 (Deleting Frames): delete-frame-hooks renamed to
7150 delete-frame-functions.
7151
7152 * files.texi (Magic File Names): Add file-remote-p.
7153 Clarify file-local-copy.
7154
7155 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
7156 here; instead xref Defining Macros.
7157
7158 * display.texi (Warnings): New node, and subnodes.
7159 (Fringes): New node.
7160
7161 * debugging.texi (Test Coverage): New node.
7162
7163 * compile.texi (Compiler Errors): Explain with-no-warnings
7164 and other ways to suppress warnings.
7165
7166 * commands.texi (Interactive Call): Minor clarification.
7167
7168 * buffers.texi (Buffer File Name): set-visited-file-name
7169 renames the buffer too.
7170
7171 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
7172
7173 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
7174
7175 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
7176
7177 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
7178
7179 * internals.texi (Garbage Collection): Fix previous change.
7180
7181 2003-07-22 Richard M. Stallman <rms@gnu.org>
7182
7183 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
7184
7185 * display.texi (Width): Use \s syntax in example.
7186 (Font Selection): Add face-font-rescale-alist.
7187
7188 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
7189 Remove spurious indent in example.
7190
7191 * lists.texi (Building Lists): Add number-sequence.
7192
7193 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
7194
7195 * functions.texi (Function Documentation): Explain how to
7196 show calling convention explicitly in the doc string.
7197
7198 * windows.texi (Selecting Windows): save-selected-window saves
7199 selected window of each frame.
7200 (Window Configurations): Minor change.
7201
7202 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
7203
7204 * streams.texi (Output Variables): Add print-continuous-numbering
7205 and print-number-table.
7206
7207 * processes.texi (Decoding Output): New node.
7208
7209 * os.texi (Time Conversion): decode-time arg is optional.
7210
7211 * objects.texi (Character Type): Don't use space as example for \.
7212 Make list of char names and \-sequences correspond.
7213 Explain that \s is not used in strings. `\ ' needs space after.
7214
7215 * nonascii.texi (Converting Representations): Add string-to-multibyte.
7216 (Translation of Characters): Add translation-table-for-input.
7217 (Default Coding Systems): Add auto-coding-functions.
7218 (Explicit Encoding): Add decode-coding-inserted-region.
7219 (Locales): Add locale-info.
7220
7221 * minibuf.texi (Basic Completion): Describe test-completion.
7222 Collections can be lists of strings.
7223 Clean up lazy-completion-table.
7224 (Programmed Completion): Mention test-completion.
7225 Clarify why lambda expressions are not accepted.
7226 (Minibuffer Misc): Describe minibufferp.
7227
7228 2003-07-14 Richard M. Stallman <rms@gnu.org>
7229
7230 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
7231
7232 * windows.texi (Selecting Windows): New arg to select-window.
7233 (Selecting Windows): Add with-selected-window.
7234 (Size of Window): Add window-inside-edges, etc.
7235
7236 * internals.texi (Garbage Collection): Add post-gc-hook.
7237
7238 * processes.texi (Subprocess Creation): Add exec-suffixes.
7239
7240 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
7241 (Scanning Keymaps): Add map-keymaps.
7242 (Defining Menus): Add keymap-prompt.
7243
7244 * numbers.texi (Integer Basics): Add most-positive-fixnum,
7245 most-negative-fixnum.
7246
7247 * compile.texi (Byte Compilation): Explain no-byte-compile
7248 (Compiler Errors): New node.
7249
7250 * os.texi (User Identification): user-uid, user-real-uid
7251 can return float.
7252
7253 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
7254 and about derived modes.
7255 (Minor Modes): Add minor-mode-list.
7256 (Defining Minor Modes): Keyword args for define-minor-mode.
7257 (Search-based Fontification): Explain managing other properties.
7258 (Other Font Lock Variables): Add font-lock-extra-managed-props.
7259 (Faces for Font Lock): Add font-lock-preprocessor-face.
7260 (Hooks): Add run-mode-hooks and delay-mode-hooks.
7261
7262 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
7263 (Variable Aliases): Clarify defvaralias.
7264
7265 * loading.texi (Library Search): Add load-suffixes.
7266
7267 * minibuf.texi (Basic Completion): Add lazy-completion-table.
7268 (Programmed Completion): Add dynamic-completion-table.
7269
7270 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
7271 (Magic File Names): Specify precedence order of handlers.
7272
7273 * commands.texi (Command Overview): Emacs server runs pre-command-hook
7274 and post-command-hook.
7275 (Waiting): New calling convention for sit-for.
7276
7277 * text.texi (Special Properties): local-map and keymap properties
7278 apply based on their stickiness.
7279
7280 2003-07-07 Richard M. Stallman <rms@gnu.org>
7281
7282 * modes.texi (Minor Mode Conventions): Specify only some kinds
7283 of list values as args to minor modes.
7284
7285 * files.texi (File Name Expansion): Warn about iterative use
7286 of substitute-in-file-name.
7287
7288 * advice.texi (Activation of Advice): Clean up previous change.
7289
7290 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
7291
7292 * advice.texi (Activation of Advice): Note that ad-start-advice is
7293 turned on by default.
7294
7295 2003-06-30 Richard M. Stallman <rms@gnu.org>
7296
7297 * text.texi (Buffer Contents): Document current-word.
7298 (Change Hooks): Not called for *Messages*.
7299
7300 * functions.texi (Defining Functions): Explain about redefining
7301 primitives.
7302 (Function Safety): Renamed. Minor changes.
7303 Comment out the detailed criteria for what is safe.
7304
7305 2003-06-22 Andreas Schwab <schwab@suse.de>
7306
7307 * objects.texi (Symbol Type): Fix description of examples.
7308
7309 2003-06-16 Andreas Schwab <schwab@suse.de>
7310
7311 * hash.texi (Creating Hash): Fix description of :weakness.
7312
7313 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
7314
7315 * files.texi (Changing Files): copy-file copies file modes, too.
7316
7317 2003-05-28 Richard M. Stallman <rms@gnu.org>
7318
7319 * strings.texi (Creating Strings): Clarify split-string.
7320
7321 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
7322
7323 * strings.texi (Creating Strings): Update split-string specification
7324 and examples.
7325
7326 2003-05-19 Richard M. Stallman <rms@gnu.org>
7327
7328 * elisp.texi: Correct invariant section names.
7329
7330 2003-04-20 Richard M. Stallman <rms@gnu.org>
7331
7332 * os.texi (Timers): Explain about timers and quitting.
7333
7334 2003-04-19 Richard M. Stallman <rms@gnu.org>
7335
7336 * internals.texi (Writing Emacs Primitives): Strings are
7337 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
7338 Explain GCPRO convention for varargs function args.
7339
7340 2003-04-16 Richard M. Stallman <rms@gnu.org>
7341
7342 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
7343
7344 2003-04-08 Richard M. Stallman <rms@gnu.org>
7345
7346 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
7347
7348 2003-02-13 Kim F. Storm <storm@cua.dk>
7349
7350 * objects.texi (Character Type): New \s escape for space.
7351
7352 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7353
7354 * os.texi (System Environment): Added cygwin system-type.
7355
7356 2003-01-25 Richard M. Stallman <rms@gnu.org>
7357
7358 * keymaps.texi: Document that a symbol can act as a keymap.
7359
7360 2003-01-13 Richard M. Stallman <rms@gnu.org>
7361
7362 * text.texi (Changing Properties): Say string indices are origin-0.
7363
7364 * positions.texi (Screen Lines) <compute-motion>:
7365 Correct order of elts in return value.
7366
7367 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
7368 how to define a default binding.
7369
7370 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
7371
7372 * loading.texi (Unloading): Fix recent change for load-history.
7373
7374 * customize.texi (Simple Types): Clarify description of custom
7375 type 'number. Describe new custom type 'float.
7376
7377 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
7378
7379 * variables.texi (File Local Variables): Fix typo.
7380
7381 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
7382
7383 From Michael Albinus <Michael.Albinus@alcatel.de>.
7384
7385 * README: Target for Info file is `make info'.
7386
7387 * files.texi (File Name Components): Fixed typos in
7388 `file-name-sans-extension'.
7389 (Magic File Names): Complete list of operations for magic file
7390 name handlers.
7391
7392 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
7393
7394 * variables.texi (File Local Variables): New function
7395 risky-local-variable-p.
7396
7397 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
7398
7399 * functions.texi (Function safety): New node about unsafep.
7400
7401 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
7402
7403 * customize.texi (Splicing into Lists): Fixed example.
7404 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
7405
7406 2002-06-17 Juanma Barranquero <lektu@terra.es>
7407
7408 * frames.texi (Display Feature Testing): Fix typo.
7409
7410 2002-06-12 Andreas Schwab <schwab@suse.de>
7411
7412 * frames.texi (Initial Parameters, Resources): Fix references to
7413 the Emacs manual.
7414
7415 2002-05-13 Kim F. Storm <storm@cua.dk>
7416
7417 * variables.texi (Intro to Buffer-Local): Updated warning and
7418 example relating to changing buffer inside let.
7419
7420 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
7421
7422 * os.texi (Session Management): New node about X Session management.
7423
7424 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
7425
7426 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
7427 to which the manual corresponds, and the copyright years.
7428
7429 * Makefile.in (VERSION): Set to 2.9.
7430
7431 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
7432
7433 * elisp.texi: Change the category in @dircategory to "Emacs", to
7434 make it consistent with info/dir.
7435
7436 2001-11-25 Miles Bader <miles@gnu.org>
7437
7438 * text.texi (Fields): Describe new `limit' arg in
7439 field-beginning/field-end.
7440
7441 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7442
7443 * permute-index: Don't depend on csh-specific features. Replace
7444 the interpreter name with /bin/sh.
7445
7446 * two-volume-cross-refs.txt: New file.
7447 * two.el: New file.
7448 * spellfile: New file.
7449
7450 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
7451
7452 * permute-index: New file.
7453
7454 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
7455 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
7456 8+3 restricted namespace.
7457
7458 * Makefile.in (infodir): Define relative to $(srcdir).
7459 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
7460 include directories list via -I switch to makeinfo.
7461 (index.texi): Use cp if both hard and symbolic links fail.
7462
7463 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7464
7465 * Makefile.in (distclean): Add.
7466
7467 The following changes make ELisp manual part of the Emacs
7468 distribution:
7469
7470 * Makefile.in: Add Copyright notice.
7471 (prefix): Remove.
7472 (infodir): Change value to "../info".
7473 (VPATH): New variable.
7474 (MAKE): Don't define.
7475 (texmacrodir): Don't define.
7476 (texinputdir): Append the existing value of TEXINPUTS.
7477 ($(infodir)/elisp): Instead of just "elisp". Reformat the
7478 command to be compatible with man/Makefile.in, and to put the
7479 output into ../info.
7480 (info): Add target.
7481 (installall): Target removed.
7482
7483 2001-10-31 Pavel Janík <Pavel@Janik.cz>
7484
7485 * tips.texi (Coding Conventions): Fix typo.
7486
7487 2001-10-23 Gerd Moellmann <gerd@gnu.org>
7488
7489 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
7490
7491 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
7492
7493 * files.texi (File Name Components): Update the description of
7494 file-name-sans-extension and file-name-extension, as they now
7495 ignore leading dots.
7496
7497 2001-10-20 Gerd Moellmann <gerd@gnu.org>
7498
7499 * (Version 21.1 released.)
7500
7501 2001-10-19 Miles Bader <miles@gnu.org>
7502
7503 * positions.texi (Text Lines): Describe behavior of
7504 `beginning-of-line'/`end-of-line' in the presence of field properties.
7505
7506 2001-10-17 Gerd Moellmann <gerd@gnu.org>
7507
7508 * Makefile.in (VERSION): Set to 2.8.
7509 (manual): Use `manual-21'.
7510
7511 * elisp.texi (VERSION): Add and use it where the version
7512 number was used. Set it to 2.8.
7513
7514 * intro.texi: Likewise.
7515
7516 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7517
7518 * files.texi (File Name Completion): Document the significance of
7519 a trailing slash in elements of completion-ignored-extensions.
7520
7521 2001-10-06 Miles Bader <miles@gnu.org>
7522
7523 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
7524
7525 2001-10-04 Gerd Moellmann <gerd@gnu.org>
7526
7527 * variables.texi (Variable Aliases): New node.
7528
7529 2001-10-04 Gerd Moellmann <gerd@gnu.org>
7530
7531 * Branch for 21.1.
7532
7533 2001-10-02 Miles Bader <miles@gnu.org>
7534
7535 * minibuf.texi (Minibuffer Misc): Add entries for
7536 `minibuffer-contents', `minibuffer-contents-no-properties', and
7537 `delete-minibuffer-contents'.
7538 Correct description for `minibuffer-prompt-end'.
7539
7540 * text.texi (Property Search): Correct descriptions of
7541 `next-char-property-change' and `previous-char-property-change'.
7542 Add entries for `next-single-char-property-change' and
7543 `previous-single-char-property-change'.
7544 Make operand names a bit more consistent.
7545
7546 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
7547
7548 * frames.texi (Finding All Frames): Document that next-frame and
7549 previous-frame are local to current terminal.
7550
7551 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
7552
7553 * keymaps.texi (Creating Keymaps): Fix the description of the
7554 result of make-keymap.
7555
7556 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
7557
7558 * display.texi (Font Lookup, Attribute Functions)
7559 (Image Descriptors): Add cross-references to the definition of
7560 selected frame.
7561
7562 * buffers.texi (The Buffer List): Add cross-references to the
7563 definition of selected frame.
7564
7565 * frames.texi (Input Focus): Clarify which frame is _the_ selected
7566 frame at any given time.
7567 (Multiple Displays, Size and Position): Add a cross-reference to
7568 the definition of the selected frame.
7569
7570 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7571
7572 * strings.texi (String Conversion) <string-to-number>: Document
7573 that a float is returned for integers that are too large.
7574
7575 * frames.texi (Mouse Position): Document mouse-position-function.
7576 (Display Feature Testing): Document display-images-p.
7577 (Window Frame Parameters): Document the cursor-type variable.
7578
7579 * numbers.texi (Integer Basics): Document CL style read syntax for
7580 integers in bases other than 10.
7581
7582 * positions.texi (List Motion): Document
7583 open-paren-in-column-0-is-defun-start.
7584
7585 * lists.texi (Sets And Lists): Document member-ignore-case.
7586
7587 * internals.texi (Garbage Collection): Document the used and free
7588 strings report.
7589 (Memory Usage): Document strings-consed.
7590
7591 * os.texi (Time of Day): Document float-time.
7592 (Recording Input): Document that clear-this-command-keys clears
7593 the vector to be returned by recent-keys.
7594
7595 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
7596 argument keymap can be a list.
7597
7598 * nonascii.texi (User-Chosen Coding Systems)
7599 <select-safe-coding-system>: Document the new argument
7600 accept-default-p and the variable
7601 select-safe-coding-system-accept-default-p. Tell what happens if
7602 buffer-file-coding-system is undecided.
7603 (Default Coding Systems): Document auto-coding-regexp-alist.
7604
7605 * display.texi (The Echo Area) <message>: Document
7606 message-truncate-lines.
7607 (Glyphs): Document that the glyph table is unused on windowed
7608 displays.
7609
7610 * help.texi (Describing Characters) <single-key-description>:
7611 Document the new argument no-angles.
7612 (Accessing Documentation) <documentation-property>: Document that
7613 a non-string property is evaluated.
7614 <documentation>: Document that the function-documentation property
7615 is looked for.
7616
7617 * windows.texi (Selecting Windows): Document some-window.
7618
7619 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
7620
7621 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
7622 apropos-mode-hook.
7623
7624 * commands.texi (Using Interactive): Document interactive-form.
7625 (Keyboard Macros): Document kbd-macro-termination-hook.
7626 (Command Loop Info): Document that clear-this-command-keys clears
7627 the vector to be returned by recent-keys.
7628
7629 2001-09-04 Werner LEMBERG <wl@gnu.org>
7630
7631 * Makefile.in (srcdir, texinputdir): New variables.
7632 (srcs, index.texi, install): Use $(srcdir).
7633 (.PHONY): Remove elisp.dvi.
7634 (elisp): Use -I switch for makeinfo.
7635 (elisp.dvi): Use $(srcdir) and $(texinputdir).
7636 (installall, dist): Use $(srcdir).
7637 Fix path to texinfo.tex.
7638 (maintainer-clean): Add elisp.dvi and elisp.oaux.
7639
7640 2001-08-30 Gerd Moellmann <gerd@gnu.org>
7641
7642 * display.texi (Conditional Display): Adjust to API change.
7643
7644 * configure: New file.
7645
7646 2001-07-30 Gerd Moellmann <gerd@gnu.org>
7647
7648 * commands.texi (Repeat Events): Add description of
7649 double-click-fuzz.
7650
7651 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
7652
7653 * syntax.texi (Syntax Class Table): Add the missing designator for
7654 comment and string fences.
7655 (Syntax Properties): Add a xref to syntax table internals.
7656 (Syntax Table Internals): Document string-to-syntax.
7657
7658 2001-05-07 Gerd Moellmann <gerd@gnu.org>
7659
7660 * Makefile.in (install): Use install-info command line options
7661 like in Emacs' Makefile.in.
7662
7663 2000-12-09 Miles Bader <miles@gnu.org>
7664
7665 * windows.texi (Window Start): Update documentation for
7666 `pos-visible-in-window-p'.
7667
7668 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7669
7670 * lists.texi (Building Lists): Add footnote to explain how to add
7671 to the end of a list.
7672
7673 2000-10-25 Gerd Moellmann <gerd@gnu.org>
7674
7675 * files.texi (Visiting Functions): Typos.
7676
7677 2000-10-25 Kenichi Handa <handa@etl.go.jp>
7678
7679 * files.texi (Visiting Functions): Return value of
7680 find-file-noselect may be a list of buffers if wildcards are used.
7681
7682 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7683
7684 * display.texi (Defining Faces): Document `graphic' display type
7685 in face specs.
7686
7687 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7688
7689 * hooks.texi (Standard Hooks): Replace obsolete
7690 `after-make-frame-hook' with `after-make-frame-functions'.
7691
7692 * frames.texi (Creating Frames): Ditto.
7693
7694 * variables.texi (Future Local Variables): Ditto.
7695
7696 2000-10-16 Gerd Moellmann <gerd@gnu.org>
7697
7698 * display.texi (Other Image Types): Add description of :foreground
7699 and :background properties of mono PBM images.
7700
7701 2000-08-17 Werner LEMBERG <wl@gnu.org>
7702
7703 * .cvsignore: New file.
7704
7705 2000-01-05 Gerd Moellmann <gerd@gnu.org>
7706
7707 * tindex.pl: New script.
7708
7709 1999-12-03 Dave Love <fx@gnu.org>
7710
7711 * Makefile.in (MAKEINFO): New parameter.
7712
7713 1999-09-17 Richard Stallman <rms@gnu.org>
7714
7715 * Makefile.in (srcs): Add hash.texi.
7716 (VERSION): Update to 20.6.
7717
7718 1999-09-13 Richard Stallman <rms@gnu.org>
7719
7720 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
7721
7722 1998-08-29 Karl Heuer <kwzh@gnu.org>
7723
7724 * configure.in: New file.
7725 * Makefile.in: Renamed from Makefile.
7726 (prefix, infodir): Use value obtained from configure.
7727 (emacslibdir): Obsolete variable deleted.
7728 (dist): Distribute configure.in, configure, Makefile.in.
7729
7730 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7731
7732 * Makefile (INSTALL_INFO): New variable.
7733 (install): Run install-info.
7734
7735 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
7736
7737 * Makefile (elisp.dvi): Add missing backslash.
7738
7739 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
7740
7741 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
7742 Run texindex without `./'. Always run texindex on elisp.tp.
7743 (elisp.tps): Target deleted.
7744
7745 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
7746
7747 * Makefile (srcs): Add nonascii.texi and customize.texi.
7748 (dist): Start by deleting `temp'.
7749
7750 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
7751
7752 * Makefile (makeinfo, texindex): Targets deleted.
7753 (makeinfo.o, texindex.o): Targets deleted.
7754 (clean, dist): Don't do anything with them or with getopt*.
7755
7756 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
7757
7758 * Makefile (SHELL): Defined.
7759
7760 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
7761
7762 * Makefile (elisp.tps): New target.
7763 (elisp.dvi): Depend on elisp.tps.
7764
7765 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
7766
7767 * README: Update phone number.
7768
7769 * Makefile (elisp): Make this be the default target.
7770 Depend on makeinfo.c instead of makeinfo.
7771 (install): Don't depend on elisp.dvi, since we don't install that.
7772 Use mkinstalldirs.
7773 (dist): Add mkinstalldirs.
7774
7775 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7776
7777 * Makefile (VERSION): Update version number.
7778 (maintainer-clean): Renamed from realclean.
7779
7780 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7781
7782 * Makefile (realclean): New target.
7783 (elisp): Remove any old elisp-* files first.
7784
7785 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
7786
7787 * Makefile (VERSION): New variable.
7788 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
7789 Compressed file suffix should be `.gz', not `.z'.
7790
7791 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7792
7793 * Makefile (elisp): Depend on makeinfo.
7794
7795 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
7796
7797 * Makefile (srcs): Add anti.texi.
7798
7799 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7800
7801 * Makefile (infodir, prefix): New vars.
7802 (install): Use infodir.
7803 (emacsinfodir): Deleted.
7804
7805 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7806
7807 * Makefile (srcs): Add calendar.texi.
7808
7809 * Makefile (dist): Copy texindex.c and makeinfo.c.
7810 Limit elisp-* files to those with one or two digits.
7811
7812 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7813
7814 * Makefile (dist): Changed to use Gzip instead of compress.
7815
7816 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7817
7818 * loading.texi (Unloading): define-function changed back to
7819 defalias. It may not stay this way, but at least it's
7820 consistent with the known-good version of the code patch.
7821
7822 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
7823
7824 * modes.texi (Hooks): Document new optional arg of add-hook.
7825
7826 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7827
7828 * variables.texi: Document nil initial value of buffer-local variables.
7829
7830 * tips.texi: Add new section on standard library headers.
7831
7832 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7833
7834 * Makefile (srcs): Add frame.texi to the list of sources.
7835
7836 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7837
7838 * Makefile (dist): Don't bother excluding autosave files; they'll
7839 never make it into the temp directory anyway, and the hash marks
7840 in the name are problematic for make and the Bourne shell.
7841 (srcs):
7842
7843 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7844
7845 * Makefile (dist): Don't include backup files or autosave files in
7846 the distribution tar file.
7847
7848 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7849
7850 * Makefile (srcs): Added index.perm.
7851 (elisp.dvi): Remove erroneous shell comment.
7852 Expect output of permute-index in permuted.fns.
7853 Save old elisp.aux in elisp.oaux.
7854 (clean): Added index.texi to be deleted.
7855
7856 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
7857
7858 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
7859
7860 1990-06-26 David Lawrence (tale@geech)
7861
7862 * files.texi: Noted that completion-ignored-extensions is ignored
7863 when making *Completions*.
7864
7865 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
7866
7867 * Makefile make dist now depends on elisp.dvi, since it tries
7868 to include it in the dist file.
7869
7870 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
7871
7872 * functions.texinfo (Mapping Functions): Add missing quote.
7873
7874 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
7875
7876 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
7877 (defunargs): Turn off \hyphenchar of \sl font temporarily.
7878
7879 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
7880
7881 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
7882 and @error{} are the terms now being used. The files in the
7883 directory have been changed to reflect this.
7884
7885 * All instances of @indentedresultt{} have been changed to
7886 ` @result{}', using 5 spaces at the begining of the line.
7887
7888 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
7889
7890 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
7891 experimental @indentedresult{}, @indentedexpandsto{} are part of
7892 the texinfo.tex in this directory. These TeX macros are not
7893 stable yet.
7894
7895 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
7896
7897 * texinfo.tex: Temporarily added
7898 \let\result=\dblarrow
7899 \def\error{{\it ERROR} \longdblarrow}
7900 We need to do this better soon.
7901
7902 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
7903
7904 * Applied Karl Berry's patches to *.texinfo files, but not to
7905 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
7906 new title page format is also not applied, since it requires
7907 texinfo.tex changes.)
7908
7909 * Cleaned up `Makefile' and defined the `emacslibdir' directory
7910 for the Project GNU development environment.
7911
7912 ;; Local Variables:
7913 ;; coding: utf-8
7914 ;; add-log-time-zone-rule: t
7915 ;; End:
7916
7917 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
7918 2007, 2008, 2009 Free Software Foundation, Inc.
7919
7920 This file is part of GNU Emacs.
7921
7922 GNU Emacs is free software: you can redistribute it and/or modify
7923 it under the terms of the GNU General Public License as published by
7924 the Free Software Foundation, either version 3 of the License, or
7925 (at your option) any later version.
7926
7927 GNU Emacs is distributed in the hope that it will be useful,
7928 but WITHOUT ANY WARRANTY; without even the implied warranty of
7929 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7930 GNU General Public License for more details.
7931
7932 You should have received a copy of the GNU General Public License
7933 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
7934
7935 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda