comparison src/ChangeLog @ 75388:3fe0e83f2c17

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 23 Jan 2007 13:19:36 +0000
parents cd317328ebb1
children 496d2145a60d
comparison
equal deleted inserted replaced
75387:41b2aae64f85 75388:3fe0e83f2c17
1 2007-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
1 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 6 2007-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
4 pass keyboard modifiers to mac_store_drag_event, but put them as 9 pass keyboard modifiers to mac_store_drag_event, but put them as
5 kEventParamKeyModifiers Apple event parameter. 10 kEventParamKeyModifiers Apple event parameter.
30 2007-01-19 Nick Roberts <nickrob@snap.net.nz> 35 2007-01-19 Nick Roberts <nickrob@snap.net.nz>
31 36
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
35 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change) 40 2007-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
39 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 44 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
40 45
52 DisableControl for disabled items. Set default button to first 57 DisableControl for disabled items. Set default button to first
53 enabled one. Use icon of application in execution. 58 enabled one. Use icon of application in execution.
54 59
55 2007-01-13 Eli Zaretskii <eliz@gnu.org> 60 2007-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.
62 67
63 * editfns.c (Fuser_uid, Fuser_real_uid): Copy values returned by 68 * editfns.c (Fuser_uid, Fuser_real_uid): Copy values returned by
160 interrupt_input_pending. 165 interrupt_input_pending.
161 166
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.
169 (do_ewmh_fullscreen): Use wm_supports to check for _NET_WM_STATE. 174 (do_ewmh_fullscreen): Use wm_supports to check for _NET_WM_STATE.
170 (x_term_init): Initialize net_supported_atoms, nr_net_supported_atoms 175 (x_term_init): Initialize net_supported_atoms, nr_net_supported_atoms