[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/ChangeLog
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/src/ChangeLog |
Date: |
Wed, 28 Aug 2002 02:28:43 -0400 |
Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2844 emacs/src/ChangeLog:1.2845
*** emacs/src/ChangeLog:1.2844 Tue Aug 27 14:49:52 2002
--- emacs/src/ChangeLog Wed Aug 28 02:28:43 2002
***************
*** 1,3 ****
--- 1,7 ----
+ 2002-08-28 Juanma Barranquero <address@hidden>
+
+ * emacs.c (USAGE1): Add missing newline.
+
2002-08-27 Andrew Choi <address@hidden>
* s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
***************
*** 16,22 ****
* 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.
--- 20,26 ----
* 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,68 ****
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.
--- 66,72 ----
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,174 ****
* lisp.h (Fexecute_kbd_macro): Update prototype.
* keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
!
2002-08-14 Kenichi Handa <address@hidden>
* xselect.c (QUTF8_STRING): New variable.
--- 172,178 ----
* lisp.h (Fexecute_kbd_macro): Update prototype.
* keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
!
2002-08-14 Kenichi Handa <address@hidden>
* xselect.c (QUTF8_STRING): New variable.
***************
*** 200,206 ****
2002-08-12 Richard M. Stallman <address@hidden>
* syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
! [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
(WSTOPSIG, WTERMSIG): Define each one independently if not defined
already.
--- 204,210 ----
2002-08-12 Richard M. Stallman <address@hidden>
* syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
! [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
(WSTOPSIG, WTERMSIG): Define each one independently if not defined
already.
***************
*** 325,331 ****
* termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for
MAC_OSX.
!
2002-08-03 Gerd Moellmann <address@hidden>
* xdisp.c (forward_to_next_line_start): Fix a condition that
--- 329,335 ----
* termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for
MAC_OSX.
!
2002-08-03 Gerd Moellmann <address@hidden>
* xdisp.c (forward_to_next_line_start): Fix a condition that
- [Emacs-diffs] Changes to emacs/src/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Andrew Choi, 2002/08/25
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Andrew Choi, 2002/08/25
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Miles Bader, 2002/08/26
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F. Storm, 2002/08/26
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F. Storm, 2002/08/26
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kenichi Handa, 2002/08/26
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Miles Bader, 2002/08/26
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kenichi Handa, 2002/08/26
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Richard M. Stallman, 2002/08/27
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Andrew Choi, 2002/08/27
- [Emacs-diffs] Changes to emacs/src/ChangeLog,
Juanma Barranquero <=
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Juanma Barranquero, 2002/08/28
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Simon Josefsson, 2002/08/29
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Richard M. Stallman, 2002/08/29
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Richard M. Stallman, 2002/08/29
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Richard M. Stallman, 2002/08/29
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F. Storm, 2002/08/30
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F. Storm, 2002/08/30
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F. Storm, 2002/08/30
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kenichi Handa, 2002/08/30
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Juanma Barranquero, 2002/08/30