comparison src/ChangeLog @ 46749:320ae387da9c

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 30 Jul 2002 16:19:30 +0000
parents 23e238634b44
children ff5741579fc4
comparison
equal deleted inserted replaced
46748:15a19dbe41bc 46749:320ae387da9c
1 2002-07-30 Juanma Barranquero <lektu@terra.es>
2
3 * w32proc.c (syms_of_ntproc): Fix docstring of
4 `w32-get-true-file-attributes'.
5
1 2002-07-28 Richard M. Stallman <rms@gnu.org> 6 2002-07-28 Richard M. Stallman <rms@gnu.org>
2 7
3 * s/hpux8.h (HPUX8): Define this before including hpux.h. 8 * s/hpux8.h (HPUX8): Define this before including hpux.h.
4 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide. 9 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
5 10
6 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8. 11 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
7 12
8 * keyboard.c (make_lispy_event): 13 * keyboard.c (make_lispy_event):
9 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS. 14 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
10 Explicitly clear up_modifier in event->modifiers. 15 Explicitly clear up_modifier in event->modifiers.
109 114
110 2002-07-20 Richard M. Stallman <rms@gnu.org> 115 2002-07-20 Richard M. Stallman <rms@gnu.org>
111 116
112 * print.c (print_error_message): New args CONTEXT and CALLER. 117 * print.c (print_error_message): New args CONTEXT and CALLER.
113 Calls changed. 118 Calls changed.
114 119
115 * lisp.h (print_error_message): Declare new args. 120 * lisp.h (print_error_message): Declare new args.
116 121
117 * keyboard.c (cmd_error_internal): Pass Vsignaling_function 122 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
118 and CONTEXT to print_error_message, don't print them here. 123 and CONTEXT to print_error_message, don't print them here.
119 For a Quit, don't use Vsignaling_function. 124 For a Quit, don't use Vsignaling_function.
120 Call message_log_maybe_newline. 125 Call message_log_maybe_newline.
121 126
122 * Makefile.in (xsmfns.o): Don't depend on lisp.h. 127 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
123 128
124 2002-07-20 Kim F. Storm <storm@cua.dk> 129 2002-07-20 Kim F. Storm <storm@cua.dk>
125 130
126 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p. 131 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
4811 * insdel.c (insert_1_both): Do nothing if NCHARS == 0. 4816 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
4812 4817
4813 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]: 4818 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
4814 Fix clearing in the case of scroll bars on the right. 4819 Fix clearing in the case of scroll bars on the right.
4815 4820
4816 2001-10-26 Juanma Barranquero <lektu@terra.es> 4821 2001-10-26 Juanma Barranquero <lektu@terra.es>
4817 4822
4818 * w32gui.h (XImage): Add a dummy typedef. 4823 * w32gui.h (XImage): Add a dummy typedef.
4819 4824
4820 2001-10-26 Gerd Moellmann <gerd@gnu.org> 4825 2001-10-26 Gerd Moellmann <gerd@gnu.org>
4821 4826