From: Gerd Moellmann Date: Mon, 1 Nov 1999 21:11:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~6215 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=36fcd3d902fb8435bbd2013806e1568ce7d65a6b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b4a95880e0..37452abf979 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +1999-11-01 John Tobey + + * gud.el: (gud-perldb-massage-args): Massage correctly in the + presence of perl switches other than "-e". + 1999-11-01 Markus Rost * 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 @@ 1999-11-01 Gerd Moellmann + * xfns.c (png_load) [PNG_READ_sRGB_SUPPORTED]: Put code using + png_get_sRGB in #ifdef. + * dispnew.c (Finternal_show_cursor): Renamed from Fshow_cursor. (syms_of_display): Use the new name.