aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog152
1 files changed, 150 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1974d45dd2c..dd133046747 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,151 @@
12007-01-28 Richard Stallman <rms@gnu.org>
2
3 * minibuf.c (Ftry_completion, Fall_completions)
4 (Fcompleting_read, Ftest_completion):
5 Rename arg ALIST or TABLE to COLLECTION.
6
72007-01-27 Chong Yidong <cyd@stupidchicken.com>
8
9 * unexhp9k800.c: Remove due to lack of legal papers.
10
11 * m/sr2k.h, m/hp800.h: Remove due to dependence on above.
12
132007-01-27 Eli Zaretskii <eliz@gnu.org>
14
15 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Doc fix.
16
17 * minibuf.c (Fcompleting_read): Doc fix.
18
192007-01-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
20
21 * gtkutil.c (xg_initialize): Call XftInit if HAVE_XFT.
22
23 * Makefile.in: Use XFT_LIBS if defined.
24
252007-01-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26
27 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use
28 BLOCK_INPUT/UNBLOCK_INPUT.
29
30 * blockinput.h (interrupt_input_blocked): Declare volatile.
31
32 * keyboard.c (interrupt_input_blocked): Declare volatile.
33
34 * syssignal.h (SIGNAL_THREAD_CHECK): Use pthread_equal.
35
362007-01-24 Kim F. Storm <storm@cua.dk>
37
38 * keymap.c (describe_map): Don't consider prefix keys to be shadowed.
39
402007-01-23 Juanma Barranquero <lekktu@gmail.com>
41
42 * editfns.c (Finsert_char): Doc fix.
43 (Fget_internal_run_time, Fdecode_time): Fix typos in docstrings.
44
452007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
46
47 * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Don't
48 pass keyboard modifiers to mac_store_drag_event, but put them as
49 kEventParamKeyModifiers Apple event parameter.
50
512007-01-21 Chong Yidong <cyd@stupidchicken.com>
52
53 * xdisp.c (try_window): Revert previous change.
54
55 * dispnew.c (update_text_area): Revert 2006-09-17 change.
56 Always redraw non-mode-line rows with mouse-face.
57
582007-01-20 Chong Yidong <cyd@stupidchicken.com>
59
60 * xdisp.c (try_window): Clear mouse-face highlights first.
61
62 * window.c (set_window_buffer): Revert 2006-11-22 change.
63
642007-01-20 Eli Zaretskii <eliz@gnu.org>
65
66 * .gdbinit (ppt, xtype, xmisctype, xint, xptr, xmarker, xframe)
67 (xbuffer, xcons, xcar, xcdr): Fix doc strings.
68
692007-01-20 Chong Yidong <cyd@stupidchicken.com>
70
71 * keyboard.c (read_key_sequence): Extract local map only if the
72 given position is in an accessible buffer region.
73
742007-01-19 Nick Roberts <nickrob@snap.net.nz>
75
76 * .gdbinit: Reformat documentation so that first sentence
77 displays properly with "help user-defined" (like apropos).
78
792007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
80
81 * epaths.in: Move PATH_DOC from local/info to local/share/info.
82
832007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
84
85 * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]:
86 Create movable modal window instead of movable alert window.
87 (create_and_show_dialog) [!MAC_OSX]: Use DeactivateControl instead
88 of DisableControl.
89
90 * macselect.c (Fmac_resume_apple_event): Set error number when
91 descriptor type of reply is non-null.
92
932007-01-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
94
95 * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Use
96 DisableControl for disabled items. Set default button to first
97 enabled one. Use icon of application in execution.
98
992007-01-13 Eli Zaretskii <eliz@gnu.org>
100
101 * process.c (Fdelete_process, Fprocess_id, sigchld_handler):
102 Copy PID into EMACS_INT to avoid GCC warnings.
103
104 * fns.c (maybe_resize_hash_table): Copy new size of hash table
105 into EMACS_INT to avoid GCC warnings.
106
107 * editfns.c (Fuser_uid, Fuser_real_uid): Copy values returned by
108 geteuid and getuid into EMACS_INT to avoid GCC warnings.
109
110 * dired.c (Ffile_attributes): Fix last change.
111
1122007-01-12 Eli Zaretskii <eliz@gnu.org>
113
114 * dired.c (Ffile_attributes): Copy some members of `struct stat'
115 into int's to avoid GCC warnings about limited range of short in
116 arguments to FIXNUM_OVERFLOW_P.
117
1182007-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
119
120 * macmenu.c (HAVE_DIALOGS): Define if TARGET_API_MAC_CARBON.
121 (mac_handle_dialog_event, install_dialog_event_handler)
122 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: New functions.
123 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
124 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH)
125 (DIALOG_MAX_INNER_WIDTH, DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
126 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
127 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
128 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
129 (DIALOG_ICON_TOP_MARGIN) [TARGET_API_MAC_CARBON]: New macros.
130 (mac_dialog) [TARGET_API_MAC_CARBON]: Remove function.
131 (mac_dialog_show) [TARGET_API_MAC_CARBON]: Use create_and_show_dialog.
132
133 * macterm.c (x_free_frame_resources) [USE_CG_DRAWING]: Call
134 mac_prepare_for_quickdraw.
135 (quit_char, make_ctrl_char) [TARGET_API_MAC_CARBON]: Move externs
136 outside #ifdef MAC_OSX.
137 (mac_quit_char_key_p) [TARGET_API_MAC_CARBON]: Move function
138 outside #ifdef MAC_OSX.
139 (mac_check_bundle) [MAC_OSX]: Remove unused function.
140
141 * macterm.h (mac_quit_char_key_p): Move extern outside #ifdef MAC_OSX.
142 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Parenthesize definitions.
143
1442007-01-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
145
146 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use pthread_equal,
147 block/unblock SIGIO.
148
12007-01-10 Stefan Monnier <monnier@iro.umontreal.ca> 1492007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 150
3 * editfns.c (Fformat): Allow integer-format to work with floats of size 151 * editfns.c (Fformat): Allow integer-format to work with floats of size
@@ -58,7 +206,7 @@
58 * xterm.h (x_display_info): New: net_supported_atoms, 206 * xterm.h (x_display_info): New: net_supported_atoms,
59 nr_net_supported_atoms and net_supported_window. 207 nr_net_supported_atoms and net_supported_window.
60 208
61 * xterm.c: New variable last_user_time. 209 * xterm.c (last_user_time): New variable.
62 (handle_one_xevent): Set last_user_time from events that have Time. 210 (handle_one_xevent): Set last_user_time from events that have Time.
63 Set net_supported_window to 0 when reparented. 211 Set net_supported_window to 0 when reparented.
64 (wm_supports): New function. 212 (wm_supports): New function.
@@ -27079,7 +27227,7 @@ See ChangeLog.9 for earlier changes.
27079;; End: 27227;; End:
27080 27228
27081 Copyright (C) 2001, 2002, 2003, 2004, 2005, 27229 Copyright (C) 2001, 2002, 2003, 2004, 2005,
27082 2006 Free Software Foundation, Inc. 27230 2006, 2007 Free Software Foundation, Inc.
27083 Copying and distribution of this file, with or without modification, 27231 Copying and distribution of this file, with or without modification,
27084 are permitted provided the copyright notice and this notice are preserved. 27232 are permitted provided the copyright notice and this notice are preserved.
27085 27233