diff --git a/etc/NEWS b/etc/NEWS index 077a37a77f637c56099092718b8937cb6b8532ef..30704a90142b93cc56c43be0ce7cc124c58eeb4c 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 b6004bbdc4c59b19590b0979673fbc67ce207373..b76012663cb83bb8bbf72551b53e45bce95fb6a8 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 4c887b9624a1ebe59538d5baaf4cbf84524ecb91..66162f133ecc3d68c31a6245c2706ebe52d9d4b7 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