diff options
| author | Sam Steingold | 2000-07-26 18:41:15 +0000 |
|---|---|---|
| committer | Sam Steingold | 2000-07-26 18:41:15 +0000 |
| commit | 34a7a2672ad6bbb5751db3e13e99a16f5adde9d3 (patch) | |
| tree | 191d4b8b7c87c2e4a6bf6c7b2c44543dde31d2e6 /src/ChangeLog | |
| parent | e092928efc27381ad55227b8fc590d792a893f21 (diff) | |
| download | emacs-34a7a2672ad6bbb5751db3e13e99a16f5adde9d3.tar.gz emacs-34a7a2672ad6bbb5751db3e13e99a16f5adde9d3.zip | |
new function: float-time
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 142e84d4dfb..cf9cbcc3158 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 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 |
| @@ -118,7 +123,7 @@ | |||
| 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 |
| @@ -126,7 +131,7 @@ | |||
| 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 |
| @@ -224,7 +229,7 @@ | |||
| 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. |