Mercurial > emacs
changeset 47079:c3aa44550083
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 28 Aug 2002 06:43:49 +0000 |
parents | 6e9df2174ee2 |
children | 9fdb69291eb8 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 22 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- 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 <lektu@terra.es> + + * subr.el (make-variable-frame-localizable): Alias for + `make-variable-frame-local'. + 2002-08-28 Miles Bader <miles@gnu.org> * 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 <rms@gnu.org> - * 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.
--- 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 <lektu@terra.es> + + * emacs.c (USAGE1): Add missing newline. + 2002-08-27 Andrew Choi <akochoi@shaw.ca> * 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 <handa@etl.go.jp> * xselect.c (QUTF8_STRING): New variable. @@ -200,7 +204,7 @@ 2002-08-12 Richard M. Stallman <rms@gnu.org> * 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 <gerd.moellmann@t-online.de> * xdisp.c (forward_to_next_line_start): Fix a condition that