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