diff options
| author | Gerd Moellmann | 2001-01-29 21:27:53 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-29 21:27:53 +0000 |
| commit | e8f044a008d2a99a1344b755997ecda1771084fb (patch) | |
| tree | 55500d92be98fda3a361ab5a1a9b1281fb1690f9 | |
| parent | 4d58697d2d3a642fcbea2a94d553851d7413d62a (diff) | |
| download | emacs-e8f044a008d2a99a1344b755997ecda1771084fb.tar.gz emacs-e8f044a008d2a99a1344b755997ecda1771084fb.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
3 files changed, 13 insertions, 0 deletions
| @@ -444,6 +444,10 @@ read mail from the menu etc. | |||
| 444 | ** Hexl contains a new command `hexl-insert-hex-string' which inserts | 444 | ** Hexl contains a new command `hexl-insert-hex-string' which inserts |
| 445 | a string of hexadecimal numbers read from the mini-buffer. | 445 | a string of hexadecimal numbers read from the mini-buffer. |
| 446 | 446 | ||
| 447 | ** Just loading the msb package doesn't switch on Msb mode anymore. | ||
| 448 | If you have `(require 'msb)' in your .emacs, please replace it with | ||
| 449 | `(msb-mode 1)'. | ||
| 450 | |||
| 447 | ** Changes in Texinfo mode. | 451 | ** Changes in Texinfo mode. |
| 448 | 452 | ||
| 449 | *** A couple of new key bindings have been added for inserting Texinfo | 453 | *** A couple of new key bindings have been added for inserting Texinfo |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 181a02801a2..e535f7f3e80 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-01-29 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * msb.el (toplevel): Fix the eval-after-load. | ||
| 4 | |||
| 1 | 2001-01-29 Dave Love <fx@gnu.org> | 5 | 2001-01-29 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * progmodes/tcl.el (outline, dabbrev, add-log): Require when | 7 | * progmodes/tcl.el (outline, dabbrev, add-log): Require when |
diff --git a/src/ChangeLog b/src/ChangeLog index 552279a82dc..fa023f9e69f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-01-29 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * bytecode.c (Fbyte_code) <Bcurrent_column>: Add | ||
| 4 | BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC. | ||
| 5 | |||
| 1 | 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * textprop.c (Fset_text_properties): Doc fix. | 8 | * textprop.c (Fset_text_properties): Doc fix. |