Mercurial > emacs
comparison lispref/ChangeLog @ 51926:402fb9100d33
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 14 Jul 2003 16:05:43 +0000 |
parents | fb3e76b44f41 |
children | 34d5a525041e |
comparison
equal
deleted
inserted
replaced
51925:803b9aa5604e | 51926:402fb9100d33 |
---|---|
1 2003-07-14 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local. | |
4 | |
5 * windows.texi (Selecting Windows): New arg to select-window. | |
6 (Selecting Windows): Add with-selected-window. | |
7 (Size of Window): Add window-inside-edges, etc. | |
8 | |
9 * internals.texi (Garbage Collection): Add post-gc-hook. | |
10 | |
11 * processes.texi (Subprocess Creation): Add exec-suffixes. | |
12 | |
13 * keymaps.texi (Functions for Key Lookup): Add current-active-maps. | |
14 (Scanning Keymaps): Add map-keymaps. | |
15 (Defining Menus): Add keymap-prompt. | |
16 | |
17 * numbers.texi (Integer Basics): Add most-positive-fixnum, | |
18 most-negative-fixnum. | |
19 | |
20 * compile.texi (Byte Compilation): Explain no-byte-compile | |
21 (Compiler Errors): New node. | |
22 | |
23 * os.texi (User Identification): user-uid, user-real-uid | |
24 can return float. | |
25 | |
26 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks | |
27 and about derived modes. | |
28 (Minor Modes): Add minor-mode-list. | |
29 (Defining Minor Modes): Keyword args for define-minor-mode. | |
30 (Search-based Fontification): Explain managing other properties. | |
31 (Other Font Lock Variables): Add font-lock-extra-managed-props. | |
32 (Faces for Font Lock): Add font-locl-preprocessor-face. | |
33 (Hooks): Add run-mode-hooks and delay-mode-hooks. | |
34 | |
35 * variables.texi (Creating Buffer-Local): Add buffer-local-value. | |
36 (Variable Aliases): Clarify defvralias. | |
37 | |
38 * loading.texi (Library Search): Add load-suffixes. | |
39 | |
40 * minibuf.texi (Basic Completion): Add lazy-completion-table. | |
41 (Programmed Completion): Add dynamic-completion-table. | |
42 | |
43 * files.texi (Changing Files): copy-file allows dir as NEWNAME. | |
44 (Magic File Names): Specify precedence order of handlers. | |
45 o | |
46 * commands.texi (Command Overview): Emacs server runs pre-command-hook | |
47 and post-command-hook. | |
48 (Waiting): New calling convention for sit-for. | |
49 | |
50 * text.texi (Special Properties): local-map and keymap properties | |
51 apply based on their stickiness. | |
52 | |
1 2003-07-07 Richard M. Stallman <rms@gnu.org> | 53 2003-07-07 Richard M. Stallman <rms@gnu.org> |
2 | 54 |
3 * modes.texi (Minor Mode Conventions): Specify only some kinds | 55 * modes.texi (Minor Mode Conventions): Specify only some kinds |
4 of list values as args to minor modes. | 56 of list values as args to minor modes. |
5 | 57 |