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