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