aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-01 21:11:14 +0000
committerGerd Moellmann1999-11-01 21:11:14 +0000
commit36fcd3d902fb8435bbd2013806e1568ce7d65a6b (patch)
tree1dcb890910be76d1c576006ecb8523cb2d79ea1f
parentf2eb772dca330671a1f88847f0ce8d64e5b5c6ca (diff)
downloademacs-36fcd3d902fb8435bbd2013806e1568ce7d65a6b.tar.gz
emacs-36fcd3d902fb8435bbd2013806e1568ce7d65a6b.zip
*** empty log message ***
-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