From 088831a6ffd0595c2ab5ed46169b2934171b8042 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 18 Jul 2000 13:05:44 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 3 ++- lisp/ChangeLog | 12 +++++++++++- src/ChangeLog | 8 ++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 077a37a77f6..30704a90142 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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 + + * 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 * eshell/eshell.el (eshell): Replace links to eshell.info with @@ -52,7 +62,7 @@ 2000-07-16 Stefan Monnier - * 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 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 + + * 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 * charset.h (MAKE_CHAR): Return reasonable code even if CHARSET is -- 2.39.2