aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2002-08-28 06:43:49 +0000
committerJuanma Barranquero2002-08-28 06:43:49 +0000
commit402b32b5c8e2dc5b244eea5652904fd1a81171d2 (patch)
tree7c8c4c55eed03d505a77e95c24c54a90ff98d778 /src
parent112f332f2173b4d11ca02617365c6841cdb37530 (diff)
downloademacs-402b32b5c8e2dc5b244eea5652904fd1a81171d2.tar.gz
emacs-402b32b5c8e2dc5b244eea5652904fd1a81171d2.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 57447e81fdd..198d01f58af 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-08-28 Juanma Barranquero <lektu@terra.es>
2
3 * emacs.c (USAGE1): Add missing newline.
4
12002-08-27 Andrew Choi <akochoi@shaw.ca> 52002-08-27 Andrew Choi <akochoi@shaw.ca>
2 6
3 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO. 7 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
@@ -16,7 +20,7 @@
16 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH): 20 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
17 New macros. 21 New macros.
18 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width. 22 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
19 23
20 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR 24 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
21 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off. 25 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
22 26
@@ -62,7 +66,7 @@
62 HAVE_CARBON is defined. 66 HAVE_CARBON is defined.
63 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork. 67 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
64 (DONT_REOPEN_PTY): #def it. 68 (DONT_REOPEN_PTY): #def it.
65 69
66 * macterm.c (XTread_socket): Remove code to call 70 * macterm.c (XTread_socket): Remove code to call
67 SendEventToEventTarget for keys with command modifiers when 71 SendEventToEventTarget for keys with command modifiers when
68 mac_command_key_is_meta is nil. 72 mac_command_key_is_meta is nil.
@@ -168,7 +172,7 @@
168 * lisp.h (Fexecute_kbd_macro): Update prototype. 172 * lisp.h (Fexecute_kbd_macro): Update prototype.
169 173
170 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro. 174 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
171 175
1722002-08-14 Kenichi Handa <handa@etl.go.jp> 1762002-08-14 Kenichi Handa <handa@etl.go.jp>
173 177
174 * xselect.c (QUTF8_STRING): New variable. 178 * xselect.c (QUTF8_STRING): New variable.
@@ -200,7 +204,7 @@
2002002-08-12 Richard M. Stallman <rms@gnu.org> 2042002-08-12 Richard M. Stallman <rms@gnu.org>
201 205
202 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H. 206 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
203 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED) 207 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
204 (WSTOPSIG, WTERMSIG): Define each one independently if not defined 208 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
205 already. 209 already.
206 210
@@ -325,7 +329,7 @@
325 329
326 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for 330 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for
327 MAC_OSX. 331 MAC_OSX.
328 332
3292002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de> 3332002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
330 334
331 * xdisp.c (forward_to_next_line_start): Fix a condition that 335 * xdisp.c (forward_to_next_line_start): Fix a condition that