diff options
| author | Glenn Morris | 2007-03-31 23:29:29 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-03-31 23:29:29 +0000 |
| commit | 192453e4c656960cb41ae7f272c3db8677abc3fd (patch) | |
| tree | ab509883a5b3a784fabe867b420beaf2c74c7ebf | |
| parent | b9be25fd1094369fc1bd129d1df504156a02d6f0 (diff) | |
| download | emacs-192453e4c656960cb41ae7f272c3db8677abc3fd.tar.gz emacs-192453e4c656960cb41ae7f272c3db8677abc3fd.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lispref/ChangeLog | 86 |
2 files changed, 47 insertions, 41 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e3eeaf77d3d..6a2e3b41ccc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2007-03-31 Glenn Morris <rgm@gnu.org> | 1 | 2007-03-31 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * emacs-lisp/timer.el (run-at-time): Doc fix. | ||
| 4 | |||
| 3 | * emacs-lisp/warnings.el (display-warning): If we create the | 5 | * emacs-lisp/warnings.el (display-warning): If we create the |
| 4 | buffer displaying the warning, disable undo there. | 6 | buffer displaying the warning, disable undo there. |
| 5 | 7 | ||
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index d558fd73c58..fd858670eff 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-03-31 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * os.texi (Timers): Fix description of run-at-time TIME formats. | ||
| 4 | |||
| 1 | 2007-03-31 Richard Stallman <rms@gnu.org> | 5 | 2007-03-31 Richard Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * display.texi (Invisible Text): Correct buffer-invisibility-spec | 7 | * display.texi (Invisible Text): Correct buffer-invisibility-spec |
| @@ -5,58 +9,58 @@ | |||
| 5 | 9 | ||
| 6 | 2007-03-31 Eli Zaretskii <eliz@gnu.org> | 10 | 2007-03-31 Eli Zaretskii <eliz@gnu.org> |
| 7 | 11 | ||
| 8 | * intro.texi (nil and t): | 12 | * intro.texi (nil and t): |
| 9 | * symbols.texi (Plists and Alists): | 13 | * symbols.texi (Plists and Alists): |
| 10 | * variables.texi (Variable Aliases, Constant Variables): | 14 | * variables.texi (Variable Aliases, Constant Variables): |
| 11 | * functions.texi (Defining Functions): | 15 | * functions.texi (Defining Functions): |
| 12 | * advice.texi (Advising Primitives): | 16 | * advice.texi (Advising Primitives): |
| 13 | * debugging.texi (Syntax Errors, Compilation Errors): | 17 | * debugging.texi (Syntax Errors, Compilation Errors): |
| 14 | * minibuf.texi (Minibuffer Windows): | 18 | * minibuf.texi (Minibuffer Windows): |
| 15 | * commands.texi (Adjusting Point): | 19 | * commands.texi (Adjusting Point): |
| 16 | * modes.texi (Syntactic Font Lock, Faces for Font Lock) | 20 | * modes.texi (Syntactic Font Lock, Faces for Font Lock) |
| 17 | (Auto Major Mode, Major Mode Conventions): | 21 | (Auto Major Mode, Major Mode Conventions): |
| 18 | * help.texi (Describing Characters): | 22 | * help.texi (Describing Characters): |
| 19 | * files.texi (Create/Delete Dirs, Information about Files) | 23 | * files.texi (Create/Delete Dirs, Information about Files) |
| 20 | (File Locks, Writing to Files, Reading from Files) | 24 | (File Locks, Writing to Files, Reading from Files) |
| 21 | (Saving Buffers): | 25 | (Saving Buffers): |
| 22 | * windows.texi (Resizing Windows, Cyclic Window Ordering): | 26 | * windows.texi (Resizing Windows, Cyclic Window Ordering): |
| 23 | * frames.texi (Finding All Frames): | 27 | * frames.texi (Finding All Frames): |
| 24 | * positions.texi (Buffer End, Motion): | 28 | * positions.texi (Buffer End, Motion): |
| 25 | * markers.texi (The Region): | 29 | * markers.texi (The Region): |
| 26 | * text.texi (Deletion, Near Point): | 30 | * text.texi (Deletion, Near Point): |
| 27 | * display.texi (Displaying Messages, Truncation): | 31 | * display.texi (Displaying Messages, Truncation): |
| 28 | * os.texi (Processor Run Time): | 32 | * os.texi (Processor Run Time): |
| 29 | * tips.texi (Key Binding Conventions, Programming Tips) | 33 | * tips.texi (Key Binding Conventions, Programming Tips) |
| 30 | (Warning Tips, Documentation Tips, Comment Tips): | 34 | (Warning Tips, Documentation Tips, Comment Tips): |
| 31 | * internals.texi (Memory Usage): Improve indexing. | 35 | * internals.texi (Memory Usage): Improve indexing. |
| 32 | 36 | ||
| 33 | * variables.texi (Frame-Local Variables): | 37 | * variables.texi (Frame-Local Variables): |
| 34 | * functions.texi (Argument List): | 38 | * functions.texi (Argument List): |
| 35 | * loading.texi (Library Search): | 39 | * loading.texi (Library Search): |
| 36 | * streams.texi (Output Variables): | 40 | * streams.texi (Output Variables): |
| 37 | * keymaps.texi (Translation Keymaps, Searching Keymaps): | 41 | * keymaps.texi (Translation Keymaps, Searching Keymaps): |
| 38 | * searching.texi (Replacing Match, Search and Replace): | 42 | * searching.texi (Replacing Match, Search and Replace): |
| 39 | * processes.texi (Byte Packing, Decoding Output) | 43 | * processes.texi (Byte Packing, Decoding Output) |
| 40 | (Accepting Output, Network Servers, Shell Arguments): | 44 | (Accepting Output, Network Servers, Shell Arguments): |
| 41 | * display.texi (Abstract Display, Image Cache, Scroll Bars): | 45 | * display.texi (Abstract Display, Image Cache, Scroll Bars): |
| 42 | * windows.texi (Window Point, Window Start): | 46 | * windows.texi (Window Point, Window Start): |
| 43 | * frames.texi (Management Parameters, Frame Parameters, Frame Titles): | 47 | * frames.texi (Management Parameters, Frame Parameters, Frame Titles): |
| 44 | * commands.texi (Reading Input, Keyboard Events): | 48 | * commands.texi (Reading Input, Keyboard Events): |
| 45 | * minibuf.texi (Reading File Names, Minibuffer Completion) | 49 | * minibuf.texi (Reading File Names, Minibuffer Completion) |
| 46 | (Recursive Mini): | 50 | (Recursive Mini): |
| 47 | * positions.texi (List Motion): | 51 | * positions.texi (List Motion): |
| 48 | * hash.texi (Hash Tables, Creating Hash, Defining Hash): | 52 | * hash.texi (Hash Tables, Creating Hash, Defining Hash): |
| 49 | * numbers.texi (Arithmetic Operations, Math Functions) | 53 | * numbers.texi (Arithmetic Operations, Math Functions) |
| 50 | (Predicates on Numbers, Comparison of Numbers): | 54 | (Predicates on Numbers, Comparison of Numbers): |
| 51 | (Numeric Conversions): | 55 | (Numeric Conversions): |
| 52 | * locals.texi (Standard Buffer-Local Variables): | 56 | * locals.texi (Standard Buffer-Local Variables): |
| 53 | * maps.texi (Standard Keymaps): | 57 | * maps.texi (Standard Keymaps): |
| 54 | * os.texi (User Identification, System Environment, Recording Input) | 58 | * os.texi (User Identification, System Environment, Recording Input) |
| 55 | (X11 Keysyms): | 59 | (X11 Keysyms): |
| 56 | * nonascii.texi (Non-ASCII Characters, Splitting Characters): | 60 | * nonascii.texi (Non-ASCII Characters, Splitting Characters): |
| 57 | * backups.texi (Backups and Auto-Saving): | 61 | * backups.texi (Backups and Auto-Saving): |
| 58 | * customize.texi (Customization, Group Definitions) | 62 | * customize.texi (Customization, Group Definitions) |
| 59 | (Variable Definitions): | 63 | (Variable Definitions): |
| 60 | * compile.texi (Byte Compilation): Improve index entries. | 64 | * compile.texi (Byte Compilation): Improve index entries. |
| 61 | 65 | ||
| 62 | 2007-03-31 Karl Berry <karl@gnu.org> | 66 | 2007-03-31 Karl Berry <karl@gnu.org> |