comparison lispref/ChangeLog @ 90645:7eeafaaa9eab

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 476-489) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 153-160) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-127
author Miles Bader <miles@gnu.org>
date Mon, 30 Oct 2006 08:54:41 +0000
parents 8dd8c8286063 baed64986af0
children 02cf29720f31
comparison
equal deleted inserted replaced
90644:9b62e05dedf6 90645:7eeafaaa9eab
1 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
2
3 * Makefile.in: Use relative paths to avoid advertising filesystem
4 contents during compilation.
5
6 * makefile.w32-in: Likewise.
7
8 2006-10-23 Kim F. Storm <storm@cua.dk>
9
10 * commands.texi (Event Input Misc): Update unread-command-events.
11
12 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
13
14 * lists.texi (Sets And Lists): Fix typos.
15
16 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
17
18 * control.texi (Processing of Errors): Use @var for an argument,
19 not @code.
20
21 2006-10-16 Richard Stallman <rms@gnu.org>
22
23 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
24
25 * keymaps.texi (Format of Keymaps): Show all the keymap element
26 patterns that result from menu items.
27 (Key Lookup): Minor cleanups.
28
29 * modes.texi (Precalculated Fontification): Don't say that
30 not setting font-lock-defaults avoids loading font-lock.
31
32 * help.texi (Documentation): Move xref to Emacs Manual here.
33 (Documentation Basics): From here.
34 Also doc emacs-lisp-docstring-fill-column.
35
36 * elisp.texi: Update version and ISBN.
37
38 * commands.texi (Interactive Call): Clarify KEYS arg to
39 call-interactively is a vector.
40 (Command Loop Info): Delete anchor in this-command-keys.
41 Add anchor in this-command-keys-vector.
42 (Recursive Editing): Document how recursive-edit
43 handles the current buffer.
44
1 2006-10-13 Chong Yidong <cyd@stupidchicken.com> 45 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
2 46
3 * frames.texi (Frame Titles): %c and %l are ignored in 47 * frames.texi (Frame Titles): %c and %l are ignored in
4 frame-title-format. 48 frame-title-format.
5 49
2177 2005-05-14 Luc Teirlinck <teirllm@auburn.edu> 2221 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2178 2222
2179 * elisp.texi (Top): Update detailed menu for node changes. 2223 * elisp.texi (Top): Update detailed menu for node changes.
2180 2224
2181 * modes.texi (Modes): Update Menu. 2225 * modes.texi (Modes): Update Menu.
2182 (Hooks): Move to beginning of chapter. 2226 (Hooks): Move to beginning of chapter.
2183 Most minor modes run mode hooks too. 2227 Most minor modes run mode hooks too.
2184 `add-hook' can handle void hooks or hooks whose value is a single 2228 `add-hook' can handle void hooks or hooks whose value is a single
2185 function. 2229 function.
2186 (Major Modes): Update Menu. 2230 (Major Modes): Update Menu.
2187 (Major Mode Basics): New node, split off from `Major Modes'. 2231 (Major Mode Basics): New node, split off from `Major Modes'.
3442 `event-basic-type' and `event-convert-list'. 3486 `event-basic-type' and `event-convert-list'.
3443 (Accessing Events): `posn-timestamp' takes POSITION argument. 3487 (Accessing Events): `posn-timestamp' takes POSITION argument.
3444 (Quoted Character Input): Clarify description of 3488 (Quoted Character Input): Clarify description of
3445 `read-quoted-char' and fix example. 3489 `read-quoted-char' and fix example.
3446 (Quitting): Add `with-local-quit'. 3490 (Quitting): Add `with-local-quit'.
3447 (Disabling Commands): Correct and clarify descriptions of 3491 (Disabling Commands): Correct and clarify descriptions of
3448 `enable-command' and `disable-command'. 3492 `enable-command' and `disable-command'.
3449 Mention what happens if `disabled-command-hook' is nil. 3493 Mention what happens if `disabled-command-hook' is nil.
3450 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'. 3494 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3451 Describe `executing-kbd-macro' instead of obsolete `executing-macro'. 3495 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3452 3496
3756 3800
3757 * errors.texi (Standard Errors): Ditto. 3801 * errors.texi (Standard Errors): Ditto.
3758 3802
3759 2004-04-04 Luc Teirlinck <teirllm@auburn.edu> 3803 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3760 3804
3761 * backups.texi: Various small changes in addition to: 3805 * backups.texi: Various small changes in addition to:
3762 (Making Backups): Mention return value of `backup-buffer'. 3806 (Making Backups): Mention return value of `backup-buffer'.
3763 (Auto-Saving): Mention optional FORCE argument to 3807 (Auto-Saving): Mention optional FORCE argument to
3764 `delete-auto-save-file-if-necessary'. 3808 `delete-auto-save-file-if-necessary'.
3765 (Reverting): Mention optional PRESERVE-MODES argument to 3809 (Reverting): Mention optional PRESERVE-MODES argument to
3766 `revert-buffer'. Correct description of `revert-buffer-function'. 3810 `revert-buffer'. Correct description of `revert-buffer-function'.
5337 5381
5338 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef. 5382 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5339 5383
5340 Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech) 5384 Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
5341 5385
5342 * files.texi: Noted that completion-ignored-extensions is ignored 5386 * files.texi: Noted that completion-ignored-extensions is ignored
5343 when making *Completions*. 5387 when making *Completions*.
5344 5388
5345 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu) 5389 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5346 5390
5347 * Makefile make dist now depends on elisp.dvi, since it tries 5391 * Makefile make dist now depends on elisp.dvi, since it tries
5372 the texinfo.tex in this directory. These TeX macros are not 5416 the texinfo.tex in this directory. These TeX macros are not
5373 stable yet. 5417 stable yet.
5374 5418
5375 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) 5419 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
5376 5420
5377 * texinfo.tex: temporarily added 5421 * texinfo.tex: Temporarily added
5378 \let\result=\dblarrow 5422 \let\result=\dblarrow
5379 \def\error{{\it ERROR} \longdblarrow} 5423 \def\error{{\it ERROR} \longdblarrow}
5380 We need to do this better soon. 5424 We need to do this better soon.
5381 5425
5382 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) 5426 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)