From: Gerd Moellmann Date: Mon, 3 Jan 2000 14:55:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~5535 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=047f434ac505fb38c222af9e6107d94ba3d23eee;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index cc582aa7f57..9a8bcd15cac 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -5502,6 +5502,8 @@ from `bibtex-string-files' are searched. ** Iso Accents mode now supports Latin-3 as an alternative. +** The commadn next-error now opens blocks hidden by hideshow. + ** The function using-unix-filesystems has been replaced by the functions add-untranslated-filesystem and remove-untranslated-filesystem. Each of these functions takes the name of a drive letter or directory diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5106374156d..722af5281ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-01-03 Martin Stjernholm + + * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces + at comment end, and re-insert them after filling. + 2000-01-03 Eli Zaretskii * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el diff --git a/src/ChangeLog b/src/ChangeLog index 1041735d40e..59a6590cbe4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2000-01-03 Gerd Moellmann + + * xdisp.c (reseat_at_next_visible_line_start): Position before + newline only if ending up on a newline. + (next_element_from_ellipsis): Return success. Handle case of + displaying no ellipsis. Fix case of ellipsis defined in display + table. + (next_element_from_buffer): Return 0 if next_element_from_ellipsis + returns 0. + 2000-01-03 Eli Zaretskii * xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p.