# HG changeset patch # User Stefan Monnier # Date 1084468473 0 # Node ID 402c0c610d466df0815ffe2796696160994a15e4 # Parent 9edbe481a40b0eccdb5957c0c7147515aba8d4cb *** empty log message *** diff -r 9edbe481a40b -r 402c0c610d46 lisp/ChangeLog --- a/lisp/ChangeLog Thu May 13 17:12:21 2004 +0000 +++ b/lisp/ChangeLog Thu May 13 17:14:33 2004 +0000 @@ -1,3 +1,8 @@ +2004-05-13 Stefan Monnier + + * net/telnet.el (telnet-mode): Use define-derived-mode. + Don't modify the global value of comint-prompt-regexp. + 2004-05-13 John Paul Wallington * version.el (emacs-version): Check for `gtk' feature before @@ -12,8 +17,8 @@ 2004-05-13 Glenn Morris - * calendar/appt.el (appt-disp-window): Use - `calendar-set-mode-line' for a centered mode-line. + * calendar/appt.el (appt-disp-window): + Use `calendar-set-mode-line' for a centered mode-line. 2004-05-13 Takaaki Ota (tiny change) @@ -28,8 +33,8 @@ 2004-05-12 Daniel Pfeiffer - * progmodes/compile.el (compilation-set-window-height): Use - save-excursion to protect against misplaced marker. + * progmodes/compile.el (compilation-set-window-height): + Use save-excursion to protect against misplaced marker. 2004-05-12 Jan Dj,Ad(Brv @@ -57,8 +62,7 @@ 2004-05-11 Alexander Pohoyda (tiny change) * man.el (Man-getpage-in-background): Use shell-file-name - and shell-command-switch variables instead of hard-coded - values. + and shell-command-switch variables instead of hard-coded values. 2004-05-11 Eli Zaretskii @@ -66,8 +70,7 @@ 2004-05-11 Juanma Barranquero - * custom.el (custom-initialize-default, defcustom): Fix typo - in docstring. + * custom.el (custom-initialize-default, defcustom): Typo in docstring. * files.el (set-visited-file-name, file-expand-wildcards): Fix docstring. diff -r 9edbe481a40b -r 402c0c610d46 src/ChangeLog --- a/src/ChangeLog Thu May 13 17:12:21 2004 +0000 +++ b/src/ChangeLog Thu May 13 17:14:33 2004 +0000 @@ -1,3 +1,7 @@ +2004-05-13 Stefan Monnier + + * lisp.h (USE_LSB_TAG): Make it the default when it is known to work. + 2004-05-13 Glenn Morris * window.c (Fdisplay_buffer, Fsplit_window) @@ -25,12 +29,11 @@ (xpm_put_color_table_h, xpm_get_color_table_h) (xpm_str_to_color_key, xpm_load_image, xpm_load) (syms_of_image): Support XPM on Carbon Emacs. Does not - depend on libXpm, but only supports XPM version 3 without - extensions. + depend on libXpm, but only supports XPM version 3 without extensions. 2004-05-11 YAMAMOTO Mitsuharu - * macterm.c (x_flush, XTframe_up_to_date): use FRAME_MAC_P + * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P instead of FRAME_X_P 2004-05-11 Kim F. Storm @@ -174,8 +177,8 @@ 2004-05-02 Eli Zaretskii - * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT): Avoid - compiler warnings. + * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT): + Avoid compiler warnings. * Makefile.in (region-cache.o): Depend on config.h.