comparison src/ChangeLog @ 90732:bc10a33dd40b

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 563-582) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 177-185) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-158
author Miles Bader <miles@gnu.org>
date Mon, 01 Jan 2007 03:21:06 +0000
parents 6588c6259dfb a2d63e852326
children 95d0cdf160ea
comparison
equal deleted inserted replaced
90731:a6c97c25a666 90732:bc10a33dd40b
1 2006-12-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * gtkutil.c (update_frame_tool_bar): Connect create-menu-proxy with
4 xg_tool_bar_menu_proxy.
5 (xg_tool_bar_menu_proxy): New function.
6 (xg_tool_bar_proxy_callback): New function.
7
8 2006-12-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
9
10 * gtkutil.c (xg_tool_bar_button_cb): Save last modifier on widget.
11 (xg_tool_bar_callback): Remove check for button.
12 (update_frame_tool_bar): Put an event box in the tool bar and a button
13 in the event box. Attach enter/leave-notify-event to the event box.
14
15 2006-12-30 Richard Stallman <rms@gnu.org>
16
17 * keymap.c (Fdefine_key): Doc fix.
18
19 2006-12-29 Kim F. Storm <storm@cua.dk>
20
21 * frame.h (struct frame): New member minimize_tool_bar_window_p.
22
23 * xdisp.c (auto_resize_tool_bars_p): Replace with ...
24 (Vauto_resize_tool_bars): ... this.
25 (syms_of_xdisp): DEFVAR_LISP and initialize it. Update doc string
26 to describe new value `grow-only', and use of C-l.
27 (display_tool_bar_line): Only use default face for border below
28 toolbar if not grow-only (to get acceptable visual appearence).
29 Explicitly set visible_height for empty toolbar lines.
30 (redisplay_tool_bar): Handle `grow-only' setting. Check and clear
31 minimize_tool_bar_window_p flag.
32
33 * window.c (Frecenter): Set minimize_tool_bar_window_p flag
34 when called without arg to redraw with minimum toolbar height.
35 Update doc string.
36
37 2006-12-29 Jason Rumney <jasonr@gnu.org>
38
39 * s/ms-w32.h (tzname): Do not define in msvc8.
40 (utime): Do not define in msvc8.
41
42 * regex.c (regerror): Change parameter name err_code.
43
44 2006-12-26 Richard Stallman <rms@gnu.org>
45
46 * search.c (Fsearch_forward): Doc fix.
47
48 * callint.c (Finteractive): Doc fix.
49
50 2006-12-25 Kim F. Storm <storm@cua.dk>
51
52 * s/ms-w32.h (BROKEN_DATAGRAM_SOCKETS): Define it.
53
54 2006-12-23 Eli Zaretskii <eliz@gnu.org>
55
56 * keyboard.c (some_mouse_moved): Fix last change.
57
58 2006-12-22 Eli Zaretskii <eliz@gnu.org>
59
60 * callproc.c (syms_of_callproc) <shell-file-name>: Doc fix.
61
62 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
63
64 * m/amdx86-64.h, m/hp800.h: Add support for NetBSD.
65 * m/sh3el.h: New file.
66
67 2006-12-22 Eli Zaretskii <eliz@gnu.org>
68
69 * makefile.w32-in (emacs, temacs): Depend on stamp_BLD instead of
70 $(BLD).
71 ($(OBJ0) $(OBJ1) $(WIN32OBJ)): New dependency on stamp_BLD.
72 (bootstrap-temacs): Pass $(XMFLAGS) to sub-make.
73 ($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add lastfile.$(O) and firstfile.$(O).
74 (clean): Delete stamp_BLD.
75
76 2006-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
77
78 * macfns.c (mac_update_title_bar) [TARGET_API_MAC_CARBON]: Call
79 mac_update_proxy_icon also when buffer modification flag changed.
80 [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't update alias,
81 but compare FSRef/FSSpec of resolved alias.
82
83 2006-12-21 Kim F. Storm <storm@cua.dk>
84
85 * w32.c (_sys_wait_accept): Fix handle leak.
86
87 2006-12-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
88
89 * sound.c: Include <alsa/asoundlib.h> if ALSA_SUBDIR_INCLUDE is
90 defined.
91
92 2006-12-20 Kim F. Storm <storm@cua.dk>
93
94 * s/ms-w32.h (BROKEN_NON_BLOCKING_CONNECT): Define it.
95
96 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
97
98 * keyboard.c (syms_of_keyboard) <double-click-time>:
99 * mac.c (Fmac_code_convert_string):
100 * search.c (Fsearch_forward): Doc fixes.
101
102 2006-12-19 Kim F. Storm <storm@cua.dk>
103
104 Rework 2006-12-04 change. A SIGUSR1 (SIGUSR2) signal now generates
105 a sigusr1 event instead of [signal usr1] sequence, and signal events
106 are now supposed to be handled via special-event-map.
107
108 * keyboard.c (kbd_buffer_store_event_hold): Undo 2006-12-04 change.
109 (make_lispy_event): Don't generate Qsignal prefix for code 0.
110 Abort if signal code is unknown.
111 (store_user_signal_events): Don't make Qsignal prefix (code 0).
112 (Qsignal): Move declaration back to process.c.
113 (syms_of_keyboard): Don't intern or staticpro it here.
114
115 * process.c (Qsignal): Declare here.
116 (syms_of_process): Intern or staticpro it.
117
118 * emacs.c (main): Rename user signals to sigusr1 and sigusr2.
119
120 * .gdbinit: Pass on SIGUSR1 and SIGUSR2 to Emacs.
121
122 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
123
124 * buffer.c (syms_of_buffer) <buffer-display-table>
125 <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes.
126
127 2006-12-17 Richard Stallman <rms@gnu.org>
128
129 * fileio.c (Fread_file_name_internal): Pass Vread_file_name_predicate
130 to Ffile_name_completion.
131
132 * dired.c (file_name_completion): New arg PREDICATE. Some cleanup.
133 (Ffile_name_completion): New arg PREDICATE.
134
135 2006-12-17 Juanma Barranquero <lekktu@gmail.com>
136
137 * buffer.c (Fkill_buffer): Doc fix.
138 (syms_of_buffer) <kill-buffer-query-functions>: Doc fix.
139
140 2006-12-16 Juanma Barranquero <lekktu@gmail.com>
141
142 * minibuf.c (Ftry_completion): Check that obarray buckets are symbols.
143
144 2006-12-16 Eli Zaretskii <eliz@gnu.org>
145
146 * w32fns.c (w32-window-exists-p): New function.
147 (syms_of_w32fns): Defsubr it.
148
149 * prefix-args.c [STDC_HEADERS]: Include stdlib.h.
150
151 2006-12-16 Juanma Barranquero <lekktu@gmail.com>
152
153 * minibuf.c (Ftry_completion): Use `check_obarray' if ALIST is a vector.
154
1 2006-12-15 Eli Zaretskii <eliz@gnu.org> 155 2006-12-15 Eli Zaretskii <eliz@gnu.org>
2 156
3 * emacs.c (USAGE3): Clarify documentation of --color. 157 * emacs.c (USAGE3): Clarify documentation of --color.
4 158
5 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 159 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6 160
7 * mac.c (wakeup_from_rne_enabled_p) [TARGET_API_MAC_CARBON]: New 161 * mac.c (wakeup_from_rne_enabled_p) [TARGET_API_MAC_CARBON]:
8 variable. 162 New variable.
9 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE): New macros. 163 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE): New macros.
10 [!MAC_OSX] (select): Use them. 164 [!MAC_OSX] (select): Use them.
11 [MAC_OSX] (select_and_poll_event, sys_select): Likewise. 165 [MAC_OSX] (select_and_poll_event, sys_select): Likewise.
12 (mac_wakeup_from_rne) [TARGET_API_MAC_CARBON]: New function. 166 (mac_wakeup_from_rne) [TARGET_API_MAC_CARBON]: New function.
13 167
18 * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use 172 * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use
19 mac_wakeup_from_rne instead of mac_post_mouse_moved_event. 173 mac_wakeup_from_rne instead of mac_post_mouse_moved_event.
20 174
21 * macterm.c (mac_query_char_extents) [USE_ATSUI]: Don't call 175 * macterm.c (mac_query_char_extents) [USE_ATSUI]: Don't call
22 ATSUGetGlyphBounds if not necessary. 176 ATSUGetGlyphBounds if not necessary.
23 (Vmac_atsu_font_table) [USE_ATSUI]: Remove Variable. 177 (Vmac_atsu_font_table) [USE_ATSUI]: Remove variable.
24 (syms_of_macterm) [USE_ATSUI]: Don't defvar it. 178 (syms_of_macterm) [USE_ATSUI]: Don't defvar it.
25 (fm_get_style_from_font, atsu_find_font_from_family_name) 179 (fm_get_style_from_font, atsu_find_font_from_family_name)
26 (atsu_find_font_family_name, mac_atsu_font_face_attributes) 180 (atsu_find_font_family_name, mac_atsu_font_face_attributes)
27 [USE_ATSUI]: New functions. 181 [USE_ATSUI]: New functions.
28 (init_font_name_table) [USE_ATSUI]: Use atsu_find_font_family_name. 182 (init_font_name_table) [USE_ATSUI]: Use atsu_find_font_family_name.