comparison src/ChangeLog @ 30480:5ef94127f946

new function: float-time
author Sam Steingold <sds@gnu.org>
date Wed, 26 Jul 2000 18:41:15 +0000
parents 5996e9860cd2
children 6c62244b12b8
comparison
equal deleted inserted replaced
30479:bc0a97df8aed 30480:5ef94127f946
1 2000-07-26 Sam Steingold <sds@gnu.org>
2
3 * editfns.c (lisp_time_argument): Added third argument `usec'.
4 (Ffloat_time): new built-in Lisp function.
5
1 2000-07-26 Gerd Moellmann <gerd@gnu.org> 6 2000-07-26 Gerd Moellmann <gerd@gnu.org>
2 7
3 * dispextern.h (GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bits 8 * dispextern.h (GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bits
4 for the character code. 9 for the character code.
5 10
116 121
117 2000-07-21 Gerd Moellmann <gerd@gnu.org> 122 2000-07-21 Gerd Moellmann <gerd@gnu.org>
118 123
119 * xterm.c (note_mouse_highlight): Process overlays in the right 124 * xterm.c (note_mouse_highlight): Process overlays in the right
120 order of priority. 125 order of priority.
121 126
122 * keyboard.c (show_help_echo, gen_help_event): Extend comments. 127 * keyboard.c (show_help_echo, gen_help_event): Extend comments.
123 128
124 * xterm.c (note_mouse_highlight): If help-echo was found in an 129 * xterm.c (note_mouse_highlight): If help-echo was found in an
125 overlay, use that overlay as the object in which the help was 130 overlay, use that overlay as the object in which the help was
126 found. 131 found.
127 132
128 * window.c (foreach_window_1): Fix typo reversing an if-condition. 133 * window.c (foreach_window_1): Fix typo reversing an if-condition.
129 134
130 * window.c (foreach_window): Instead of a fake variable argument 135 * window.c (foreach_window): Instead of a fake variable argument
131 list, take one USER_DATA argument. 136 list, take one USER_DATA argument.
132 (foreach_window_1): Likewise, and call callback functions with two 137 (foreach_window_1): Likewise, and call callback functions with two
133 args, the window and USER_DATA. 138 args, the window and USER_DATA.
134 (struct check_window_data): New struct. 139 (struct check_window_data): New struct.
222 has mouse-face in it. 227 has mouse-face in it.
223 228
224 * xfaces.c (face-alternative-font-family-alist): Remove 229 * xfaces.c (face-alternative-font-family-alist): Remove
225 DEFVAR_LISP; staticpro instead. 230 DEFVAR_LISP; staticpro instead.
226 231
227 * xmenu.c (menu_help_callback): Call show_help_echo with 232 * xmenu.c (menu_help_callback): Call show_help_echo with
228 new arguments. 233 new arguments.
229 234
230 * keyboard.c (show_help_echo): Add parameter WINDOW. 235 * keyboard.c (show_help_echo): Add parameter WINDOW.
231 (read_char): Call show_help_echo with window extracted from Lisp 236 (read_char): Call show_help_echo with window extracted from Lisp
232 help event. 237 help event.