diff options
-rw-r--r-- | etc/NEWS | 3 | ||||
-rw-r--r-- | lisp/ChangeLog | 12 | ||||
-rw-r--r-- | src/ChangeLog | 8 |
3 files changed, 21 insertions, 2 deletions
@@ -1325,7 +1325,8 @@ and event names in angle brackets. ** If the variable `message-truncate-lines' is bound to t around a call to `message', the echo area will not be resized to display that -message; it will be truncated instead. +message; it will be truncated instead, as it was done in 20.x. +Default value is nil. ** The user option line-number-display-limit can now be set to nil, meaning no limit. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6004bbdc4c..b76012663cb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2000-07-18 Gerd Moellmann <gerd@gnu.org> + + * mail/vms-pmail.el: Change maintainer to FSF. + + * net/goto-addr.el: Change maintainer to FSF. + + * recentf.el: Update from author. + + * info.el (Info-title-face-alist): Removed. + 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> * eshell/eshell.el (eshell): Replace links to eshell.info with @@ -52,7 +62,7 @@ 2000-07-16 Stefan Monnier <monnier@cs.yale.edu> - * mouse.el (mouse-major-mode-menu-1): get the submenu with lookup-key. + * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key. 2000-07-16 Dave Love <fx@gnu.org> diff --git a/src/ChangeLog b/src/ChangeLog index 4c887b9624a..66162f133ec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2000-07-18 Gerd Moellmann <gerd@gnu.org> + + * alloca.c (free) [emacs && EMACS_FREE]: Define as EMACS_FREE. + + * Makefile.in: Add dependencies on dispextern.h. + (alloca.o): Don't define malloc and define EMACS_FREE instead of + `free'; both can conflict with system header files. + 2000-07-18 Kenichi Handa <handa@etl.go.jp> * charset.h (MAKE_CHAR): Return reasonable code even if CHARSET is |