From 402b32b5c8e2dc5b244eea5652904fd1a81171d2 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 28 Aug 2002 06:43:49 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 21 +++++++++++++-------- src/ChangeLog | 14 +++++++++----- 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c957373fa46..eb057871d77 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,12 @@ +2002-08-28 Juanma Barranquero + + * subr.el (make-variable-frame-localizable): Alias for + `make-variable-frame-local'. + 2002-08-28 Miles Bader * rfn-eshadow.el (read-file-name-electric-shadow-properties) - (read-file-name-electric-shadow-tty-properties) + (read-file-name-electric-shadow-tty-properties) (read-file-name-electric-shadow-mode): Remove compatibility defs. * comint.el (comint-carriage-motion): Start at START. @@ -383,16 +388,16 @@ 2002-08-12 Richard M. Stallman - * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag) - (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar) - (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression) - (menu-bar-toggle-cua-mode, menu-bar-read-mail) - (menu-bar-help-extra-packages, help-with-tutorial-spec-language) + * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag) + (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar) + (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression) + (menu-bar-toggle-cua-mode, menu-bar-read-mail) + (menu-bar-help-extra-packages, help-with-tutorial-spec-language) (menu-bar-text-mode-auto-fill): New commands, used in menu bar menus instead of lambda expressions. - (menu-bar-showhide-fringe-menu-customize-left) - (menu-bar-showhide-fringe-menu-customize-right) + (menu-bar-showhide-fringe-menu-customize-left) + (menu-bar-showhide-fringe-menu-customize-right) (menu-bar-showhide-fringe-menu-customize-disable) (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes. diff --git a/src/ChangeLog b/src/ChangeLog index 57447e81fdd..198d01f58af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-08-28 Juanma Barranquero + + * emacs.c (USAGE1): Add missing newline. + 2002-08-27 Andrew Choi * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO. @@ -16,7 +20,7 @@ * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH): New macros. (struct x_output): New fields blink_off_cursor, blink_off_cursor_width. - + * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off. @@ -62,7 +66,7 @@ HAVE_CARBON is defined. (HAVE_WORKING_VFORK): #undef it. Define vfork to fork. (DONT_REOPEN_PTY): #def it. - + * macterm.c (XTread_socket): Remove code to call SendEventToEventTarget for keys with command modifiers when mac_command_key_is_meta is nil. @@ -168,7 +172,7 @@ * lisp.h (Fexecute_kbd_macro): Update prototype. * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro. - + 2002-08-14 Kenichi Handa * xselect.c (QUTF8_STRING): New variable. @@ -200,7 +204,7 @@ 2002-08-12 Richard M. Stallman * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H. - [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED) + [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED) (WSTOPSIG, WTERMSIG): Define each one independently if not defined already. @@ -325,7 +329,7 @@ * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX. - + 2002-08-03 Gerd Moellmann * xdisp.c (forward_to_next_line_start): Fix a condition that -- 2.39.5