# HG changeset patch # User Juanma Barranquero # Date 1030517029 0 # Node ID c3aa4455008393108274ac6a0519424d84534824 # Parent 6e9df2174ee25746558e81ad435c6fc7b5f55b9e *** empty log message *** diff -r 6e9df2174ee2 -r c3aa44550083 lisp/ChangeLog --- a/lisp/ChangeLog Wed Aug 28 06:43:11 2002 +0000 +++ b/lisp/ChangeLog Wed Aug 28 06:43:49 2002 +0000 @@ -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 -r 6e9df2174ee2 -r c3aa44550083 src/ChangeLog --- a/src/ChangeLog Wed Aug 28 06:43:11 2002 +0000 +++ b/src/ChangeLog Wed Aug 28 06:43:49 2002 +0000 @@ -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