diff options
| author | Gerd Moellmann | 2000-01-03 14:55:38 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-01-03 14:55:38 +0000 |
| commit | 047f434ac505fb38c222af9e6107d94ba3d23eee (patch) | |
| tree | 164fbd9a9aae59e845438c5c0d53287a795198ac | |
| parent | bcf90db982ee6313905796b42d30670594af5ba5 (diff) | |
| download | emacs-047f434ac505fb38c222af9e6107d94ba3d23eee.tar.gz emacs-047f434ac505fb38c222af9e6107d94ba3d23eee.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 10 |
3 files changed, 17 insertions, 0 deletions
| @@ -5502,6 +5502,8 @@ from `bibtex-string-files' are searched. | |||
| 5502 | 5502 | ||
| 5503 | ** Iso Accents mode now supports Latin-3 as an alternative. | 5503 | ** Iso Accents mode now supports Latin-3 as an alternative. |
| 5504 | 5504 | ||
| 5505 | ** The commadn next-error now opens blocks hidden by hideshow. | ||
| 5506 | |||
| 5505 | ** The function using-unix-filesystems has been replaced by the | 5507 | ** The function using-unix-filesystems has been replaced by the |
| 5506 | functions add-untranslated-filesystem and remove-untranslated-filesystem. | 5508 | functions add-untranslated-filesystem and remove-untranslated-filesystem. |
| 5507 | Each of these functions takes the name of a drive letter or directory | 5509 | 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 @@ | |||
| 1 | 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces | ||
| 4 | at comment end, and re-insert them after filling. | ||
| 5 | |||
| 1 | 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el | 8 | * 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 @@ | |||
| 1 | 2000-01-03 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (reseat_at_next_visible_line_start): Position before | ||
| 4 | newline only if ending up on a newline. | ||
| 5 | (next_element_from_ellipsis): Return success. Handle case of | ||
| 6 | displaying no ellipsis. Fix case of ellipsis defined in display | ||
| 7 | table. | ||
| 8 | (next_element_from_buffer): Return 0 if next_element_from_ellipsis | ||
| 9 | returns 0. | ||
| 10 | |||
| 1 | 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> | 11 | 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 12 | ||
| 3 | * xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p. | 13 | * xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p. |