*** empty log message ***
This commit is contained in:
parent
4d58697d2d
commit
e8f044a008
3 changed files with 13 additions and 0 deletions
4
etc/NEWS
4
etc/NEWS
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue