aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-03 14:55:38 +0000
committerGerd Moellmann2000-01-03 14:55:38 +0000
commit047f434ac505fb38c222af9e6107d94ba3d23eee (patch)
tree164fbd9a9aae59e845438c5c0d53287a795198ac
parentbcf90db982ee6313905796b42d30670594af5ba5 (diff)
downloademacs-047f434ac505fb38c222af9e6107d94ba3d23eee.tar.gz
emacs-047f434ac505fb38c222af9e6107d94ba3d23eee.zip
*** empty log message ***
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog10
3 files changed, 17 insertions, 0 deletions
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.
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
5506functions add-untranslated-filesystem and remove-untranslated-filesystem. 5508functions add-untranslated-filesystem and remove-untranslated-filesystem.
5507Each of these functions takes the name of a drive letter or directory 5509Each 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 @@
12000-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
12000-01-03 Eli Zaretskii <eliz@is.elta.co.il> 62000-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 @@
12000-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
12000-01-03 Eli Zaretskii <eliz@is.elta.co.il> 112000-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.