mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
*** empty log message ***
This commit is contained in:
parent
112f332f21
commit
402b32b5c8
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user