1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 05:01:02 -08:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 1999-11-01 21:11:14 +00:00
parent f2eb772dca
commit 36fcd3d902
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
1999-11-01 John Tobey <jtobey@epsilondev.com>
* gud.el: (gud-perldb-massage-args): Massage correctly in the
presence of perl switches other than "-e".
1999-11-01 Markus Rost <rost@ias.edu>
* dired-x.el (dired-smart-shell-command): Use

View file

@ -1,5 +1,8 @@
1999-11-01 Gerd Moellmann <gerd@gnu.org>
* 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.