Mercurial > emacs
changeset 75388:3fe0e83f2c17
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 23 Jan 2007 13:19:36 +0000 |
parents | 41b2aae64f85 |
children | 11ae87f329da |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jan 23 13:15:08 2007 +0000 +++ b/src/ChangeLog Tue Jan 23 13:19:36 2007 +0000 @@ -1,3 +1,8 @@ +2007-01-23 Juanma Barranquero <lekktu@gmail.com> + + * editfns.c (Finsert_char): Doc fix. + (Fget_internal_run_time, Fdecode_time): Fix typos in docstrings. + 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Don't @@ -32,7 +37,7 @@ * .gdbinit: Reformat documentation so that first sentence displays properly with "help user-defined" (like apropos). -2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change) +2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change) * epaths.in: Move PATH_DOC from local/info to local/share/info. @@ -54,8 +59,8 @@ 2007-01-13 Eli Zaretskii <eliz@gnu.org> - * process.c (Fdelete_process, Fprocess_id, sigchld_handler): Copy - PID into EMACS_INT to avoid GCC warnings. + * process.c (Fdelete_process, Fprocess_id, sigchld_handler): + Copy PID into EMACS_INT to avoid GCC warnings. * fns.c (maybe_resize_hash_table): Copy new size of hash table into EMACS_INT to avoid GCC warnings. @@ -162,7 +167,7 @@ * xterm.h (x_display_info): New: net_supported_atoms, nr_net_supported_atoms and net_supported_window. - * xterm.c: New variable last_user_time. + * xterm.c (last_user_time): New variable. (handle_one_xevent): Set last_user_time from events that have Time. Set net_supported_window to 0 when reparented. (wm_supports): New function.