aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2007-01-23 13:19:36 +0000
committerJuanma Barranquero2007-01-23 13:19:36 +0000
commit9671c13af86f8d34feb3bba19189114243f0d6fa (patch)
tree913bd2ddcdd0a72b0c37faf08872cad0f85f2941 /src/ChangeLog
parentbfb2471c3d77c45182fe0bc3c64ab8e170811c6b (diff)
downloademacs-9671c13af86f8d34feb3bba19189114243f0d6fa.tar.gz
emacs-9671c13af86f8d34feb3bba19189114243f0d6fa.zip
(Finsert_char): Doc fix.
(Fget_internal_run_time, Fdecode_time): Fix typos in docstrings.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6b1491203a5..31abecae763 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12007-01-23 Juanma Barranquero <lekktu@gmail.com>
2
3 * editfns.c (Finsert_char): Doc fix.
4 (Fget_internal_run_time, Fdecode_time): Fix typos in docstrings.
5
12007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 62007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 7
3 * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Don't 8 * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Don't
@@ -32,7 +37,7 @@
32 * .gdbinit: Reformat documentation so that first sentence 37 * .gdbinit: Reformat documentation so that first sentence
33 displays properly with "help user-defined" (like apropos). 38 displays properly with "help user-defined" (like apropos).
34 39
352007-01-18 Bruno Haible <bruno@clisp.org> (tiny change) 402007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
36 41
37 * epaths.in: Move PATH_DOC from local/info to local/share/info. 42 * epaths.in: Move PATH_DOC from local/info to local/share/info.
38 43
@@ -54,8 +59,8 @@
54 59
552007-01-13 Eli Zaretskii <eliz@gnu.org> 602007-01-13 Eli Zaretskii <eliz@gnu.org>
56 61
57 * process.c (Fdelete_process, Fprocess_id, sigchld_handler): Copy 62 * process.c (Fdelete_process, Fprocess_id, sigchld_handler):
58 PID into EMACS_INT to avoid GCC warnings. 63 Copy PID into EMACS_INT to avoid GCC warnings.
59 64
60 * fns.c (maybe_resize_hash_table): Copy new size of hash table 65 * fns.c (maybe_resize_hash_table): Copy new size of hash table
61 into EMACS_INT to avoid GCC warnings. 66 into EMACS_INT to avoid GCC warnings.
@@ -162,7 +167,7 @@
162 * xterm.h (x_display_info): New: net_supported_atoms, 167 * xterm.h (x_display_info): New: net_supported_atoms,
163 nr_net_supported_atoms and net_supported_window. 168 nr_net_supported_atoms and net_supported_window.
164 169
165 * xterm.c: New variable last_user_time. 170 * xterm.c (last_user_time): New variable.
166 (handle_one_xevent): Set last_user_time from events that have Time. 171 (handle_one_xevent): Set last_user_time from events that have Time.
167 Set net_supported_window to 0 when reparented. 172 Set net_supported_window to 0 when reparented.
168 (wm_supports): New function. 173 (wm_supports): New function.