Mercurial > emacs
changeset 30290:5d592031fd61
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 18 Jul 2000 13:05:44 +0000 |
parents | 60a78156cc87 |
children | 062625598798 |
files | etc/NEWS lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 21 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Jul 18 13:02:40 2000 +0000 +++ b/etc/NEWS Tue Jul 18 13:05:44 2000 +0000 @@ -1325,7 +1325,8 @@ ** 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.
--- a/lisp/ChangeLog Tue Jul 18 13:02:40 2000 +0000 +++ b/lisp/ChangeLog Tue Jul 18 13:05:44 2000 +0000 @@ -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>
--- a/src/ChangeLog Tue Jul 18 13:02:40 2000 +0000 +++ b/src/ChangeLog Tue Jul 18 13:05:44 2000 +0000 @@ -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