diff options
author | Glenn Morris <rgm@gnu.org> | 2007-03-31 23:29:29 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-03-31 23:29:29 +0000 |
commit | 192453e4c656960cb41ae7f272c3db8677abc3fd (patch) | |
tree | ab509883a5b3a784fabe867b420beaf2c74c7ebf | |
parent | b9be25fd1094369fc1bd129d1df504156a02d6f0 (diff) | |
download | emacs-192453e4c656960cb41ae7f272c3db8677abc3fd.tar.gz |
*** 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 @@ 2007-03-31 Glenn Morris <rgm@gnu.org> + * emacs-lisp/timer.el (run-at-time): Doc fix. + * emacs-lisp/warnings.el (display-warning): If we create the buffer displaying the warning, disable undo there. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index d558fd73c58..fd858670eff 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2007-03-31 Glenn Morris <rgm@gnu.org> + + * os.texi (Timers): Fix description of run-at-time TIME formats. + 2007-03-31 Richard Stallman <rms@gnu.org> * display.texi (Invisible Text): Correct buffer-invisibility-spec @@ -5,58 +9,58 @@ 2007-03-31 Eli Zaretskii <eliz@gnu.org> - * intro.texi (nil and t): - * symbols.texi (Plists and Alists): - * variables.texi (Variable Aliases, Constant Variables): - * functions.texi (Defining Functions): - * advice.texi (Advising Primitives): - * debugging.texi (Syntax Errors, Compilation Errors): - * minibuf.texi (Minibuffer Windows): - * commands.texi (Adjusting Point): + * intro.texi (nil and t): + * symbols.texi (Plists and Alists): + * variables.texi (Variable Aliases, Constant Variables): + * functions.texi (Defining Functions): + * advice.texi (Advising Primitives): + * debugging.texi (Syntax Errors, Compilation Errors): + * minibuf.texi (Minibuffer Windows): + * commands.texi (Adjusting Point): * modes.texi (Syntactic Font Lock, Faces for Font Lock) - (Auto Major Mode, Major Mode Conventions): - * help.texi (Describing Characters): + (Auto Major Mode, Major Mode Conventions): + * help.texi (Describing Characters): * files.texi (Create/Delete Dirs, Information about Files) (File Locks, Writing to Files, Reading from Files) - (Saving Buffers): - * windows.texi (Resizing Windows, Cyclic Window Ordering): - * frames.texi (Finding All Frames): - * positions.texi (Buffer End, Motion): - * markers.texi (The Region): - * text.texi (Deletion, Near Point): - * display.texi (Displaying Messages, Truncation): - * os.texi (Processor Run Time): + (Saving Buffers): + * windows.texi (Resizing Windows, Cyclic Window Ordering): + * frames.texi (Finding All Frames): + * positions.texi (Buffer End, Motion): + * markers.texi (The Region): + * text.texi (Deletion, Near Point): + * display.texi (Displaying Messages, Truncation): + * os.texi (Processor Run Time): * tips.texi (Key Binding Conventions, Programming Tips) - (Warning Tips, Documentation Tips, Comment Tips): + (Warning Tips, Documentation Tips, Comment Tips): * internals.texi (Memory Usage): Improve indexing. - * variables.texi (Frame-Local Variables): - * functions.texi (Argument List): - * loading.texi (Library Search): - * streams.texi (Output Variables): - * keymaps.texi (Translation Keymaps, Searching Keymaps): - * searching.texi (Replacing Match, Search and Replace): + * variables.texi (Frame-Local Variables): + * functions.texi (Argument List): + * loading.texi (Library Search): + * streams.texi (Output Variables): + * keymaps.texi (Translation Keymaps, Searching Keymaps): + * searching.texi (Replacing Match, Search and Replace): * processes.texi (Byte Packing, Decoding Output) - (Accepting Output, Network Servers, Shell Arguments): - * display.texi (Abstract Display, Image Cache, Scroll Bars): - * windows.texi (Window Point, Window Start): - * frames.texi (Management Parameters, Frame Parameters, Frame Titles): - * commands.texi (Reading Input, Keyboard Events): + (Accepting Output, Network Servers, Shell Arguments): + * display.texi (Abstract Display, Image Cache, Scroll Bars): + * windows.texi (Window Point, Window Start): + * frames.texi (Management Parameters, Frame Parameters, Frame Titles): + * commands.texi (Reading Input, Keyboard Events): * minibuf.texi (Reading File Names, Minibuffer Completion) - (Recursive Mini): - * positions.texi (List Motion): - * hash.texi (Hash Tables, Creating Hash, Defining Hash): + (Recursive Mini): + * positions.texi (List Motion): + * hash.texi (Hash Tables, Creating Hash, Defining Hash): * numbers.texi (Arithmetic Operations, Math Functions) - (Predicates on Numbers, Comparison of Numbers): - (Numeric Conversions): - * locals.texi (Standard Buffer-Local Variables): - * maps.texi (Standard Keymaps): + (Predicates on Numbers, Comparison of Numbers): + (Numeric Conversions): + * locals.texi (Standard Buffer-Local Variables): + * maps.texi (Standard Keymaps): * os.texi (User Identification, System Environment, Recording Input) - (X11 Keysyms): - * nonascii.texi (Non-ASCII Characters, Splitting Characters): - * backups.texi (Backups and Auto-Saving): + (X11 Keysyms): + * nonascii.texi (Non-ASCII Characters, Splitting Characters): + * backups.texi (Backups and Auto-Saving): * customize.texi (Customization, Group Definitions) - (Variable Definitions): + (Variable Definitions): * compile.texi (Byte Compilation): Improve index entries. 2007-03-31 Karl Berry <karl@gnu.org> |