aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog3
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0b4a95880e0..37452abf979 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
11999-11-01 John Tobey <jtobey@epsilondev.com>
2
3 * gud.el: (gud-perldb-massage-args): Massage correctly in the
4 presence of perl switches other than "-e".
5
11999-11-01 Markus Rost <rost@ias.edu> 61999-11-01 Markus Rost <rost@ias.edu>
2 7
3 * dired-x.el (dired-smart-shell-command): Use 8 * dired-x.el (dired-smart-shell-command): Use
diff --git a/src/ChangeLog b/src/ChangeLog
index 04eadd6e0b9..5f081f9858c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
11999-11-01 Gerd Moellmann <gerd@gnu.org> 11999-11-01 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xfns.c (png_load) [PNG_READ_sRGB_SUPPORTED]: Put code using
4 png_get_sRGB in #ifdef.
5
3 * dispnew.c (Finternal_show_cursor): Renamed from Fshow_cursor. 6 * dispnew.c (Finternal_show_cursor): Renamed from Fshow_cursor.
4 (syms_of_display): Use the new name. 7 (syms_of_display): Use the new name.
5 8