1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-01-29 21:27:53 +00:00
parent 4d58697d2d
commit e8f044a008
3 changed files with 13 additions and 0 deletions

View File

@ -444,6 +444,10 @@ read mail from the menu etc.
** Hexl contains a new command `hexl-insert-hex-string' which inserts
a string of hexadecimal numbers read from the mini-buffer.
** Just loading the msb package doesn't switch on Msb mode anymore.
If you have `(require 'msb)' in your .emacs, please replace it with
`(msb-mode 1)'.
** Changes in Texinfo mode.
*** A couple of new key bindings have been added for inserting Texinfo

View File

@ -1,3 +1,7 @@
2001-01-29 Gerd Moellmann <gerd@gnu.org>
* msb.el (toplevel): Fix the eval-after-load.
2001-01-29 Dave Love <fx@gnu.org>
* progmodes/tcl.el (outline, dabbrev, add-log): Require when

View File

@ -1,3 +1,8 @@
2001-01-29 Gerd Moellmann <gerd@gnu.org>
* bytecode.c (Fbyte_code) <Bcurrent_column>: Add
BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC.
2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
* textprop.c (Fset_text_properties): Doc fix.