Mercurial > emacs
comparison src/ChangeLog @ 83219:e86fc76a45e4
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-611
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-612
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-613
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-614
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-46
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-47
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-48
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-49
Add {arch}/=commit-merge-make-log
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-50
{arch}/=commit-merge-make-log: Don't die if there are no ChangeLog changes
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-259
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 14 Oct 2004 14:42:03 +0000 |
parents | 911c24ac239a |
children | c8c244baa853 ff0e824afa37 |
comparison
equal
deleted
inserted
replaced
83218:47f53c5c9620 | 83219:e86fc76a45e4 |
---|---|
1 2004-10-14 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * xterm.h: Include Xutil.h after keysym.h to work around bug | |
4 (incorrectly recognising AltGr key) in some X versions. | |
5 | |
6 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
7 | |
8 * keymap.c (get_keymap): An autoload form is not a keymap. | |
9 | |
10 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky. | |
11 | |
12 2004-10-13 Kim F. Storm <storm@cua.dk> | |
13 | |
14 * callproc.c (Fcall_process): Simplify handling of display arg. | |
15 Resume `display_on_the_fly' once a coding system is determined. | |
16 | |
17 * xdisp.c (redisplay_preserve_echo_area): Fix last change. | |
18 | |
19 2004-10-12 Kim F. Storm <storm@cua.dk> | |
20 | |
21 * xdisp.c (redisplay_preserve_echo_area): Flush display in case | |
22 caller, such as call-process, is not going to poll for input. | |
23 (calc_line_height_property): Handle case where it->object is nil. | |
24 | |
25 * xterm.c (x_redisplay_interface): Fix flush_display_optional. | |
26 | |
27 2004-10-12 Kenichi Handa <handa@m17n.org> | |
28 | |
29 * xdisp.c (get_next_display_element): | |
30 If unibyte_display_via_language_environment is zero, display 8-bit | |
31 chars in octal in unibyte buffer. | |
32 | |
1 2004-10-12 Kim F. Storm <storm@cua.dk> | 33 2004-10-12 Kim F. Storm <storm@cua.dk> |
2 | 34 |
3 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there | 35 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there |
4 are no ordinary bindings. | 36 are no ordinary bindings. |
5 | 37 |
6 2004-10-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 38 2004-10-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
7 | 39 |
8 * xfns.c (syms_of_xfns): defsubr x-file-dialog for GTK also. | 40 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also. |
9 | 41 |
10 2004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 42 2004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
11 | 43 |
12 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow | 44 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow. |
13 (x_lower_frame): Add BLOCK_INPUT around SendBehind | 45 (x_lower_frame): Add BLOCK_INPUT around SendBehind. |
14 (make_mac_frame): Add BLOCK_INPUT around the making of a | 46 (make_mac_frame): Add BLOCK_INPUT around the making of a |
15 terminal frame | 47 terminal frame. |
16 (mac_initialize): Add BLOCK_INPUT around carbon initialization | 48 (mac_initialize): Add BLOCK_INPUT around carbon initialization. |
17 * macgui.h (mktime): Use emacs_mktime | 49 * macgui.h (mktime): Use emacs_mktime. |
18 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code. | 50 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code. |
19 Make a cancel file-open dialog be like C-g. | 51 Make a cancel file-open dialog be like C-g. |
20 * mac.c (mktime): Use emacs_mktime | 52 * mac.c (mktime): Use emacs_mktime. |
21 (Fdo_applescript): Add BLOCK_INPUT around do_applescript | 53 (Fdo_applescript): Add BLOCK_INPUT around do_applescript. |
22 (Fmac_paste_function): Add better error handling for carbon | 54 (Fmac_paste_function): Add better error handling for carbon cut/paste. |
23 cut/paste | |
24 | 55 |
25 2004-10-10 Kim F. Storm <storm@cua.dk> | 56 2004-10-10 Kim F. Storm <storm@cua.dk> |
26 | 57 |
27 * keyboard.c (timer_resume_idle): New function to resume idle | 58 * keyboard.c (timer_resume_idle): New function to resume idle |
28 timer without resetting timers on the idle list. | 59 timer without resetting timers on the idle list. |
32 | 63 |
33 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes. | 64 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes. |
34 | 65 |
35 2004-10-08 Steven Tamm <steventamm@mac.com> | 66 2004-10-08 Steven Tamm <steventamm@mac.com> |
36 | 67 |
37 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate | 68 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate. |
38 * macterm.c (mac_check_for_quit_char): Remove warning for using | 69 * macterm.c (mac_check_for_quit_char): Remove warning for using |
39 NULL where 0 should be used | 70 NULL where 0 should be used. |
40 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of | 71 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of |
41 objc/malloc.h | 72 objc/malloc.h |
42 * mac.c: Include time.h for Tiger compatibility | 73 * mac.c: Include time.h for Tiger compatibility. |
43 | 74 |
44 2004-10-07 Kim F. Storm <storm@cua.dk> | 75 2004-10-07 Kim F. Storm <storm@cua.dk> |
45 | 76 |
46 * xdisp.c (redisplay_window): Fix flicker on vertical line between | 77 * xdisp.c (redisplay_window): Fix flicker on vertical line between |
47 windows. Update vertical line after drawing window fringes, but | 78 windows. Update vertical line after drawing window fringes, but |
183 (syms_of_fringe): DEFVAR_LISP it. | 214 (syms_of_fringe): DEFVAR_LISP it. |
184 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p. | 215 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p. |
185 Change arg to Lisp_Object and fail if not an integer. | 216 Change arg to Lisp_Object and fail if not an integer. |
186 (get_fringe_bitmap_name, resolve_fringe_bitmap) | 217 (get_fringe_bitmap_name, resolve_fringe_bitmap) |
187 (destroy_fringe_bitmap): New functions. | 218 (destroy_fringe_bitmap): New functions. |
188 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol. Use | 219 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol. |
189 destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and | 220 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and |
190 clear its fringe property. | 221 clear its fringe property. |
191 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of | 222 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of |
192 Fdestroy_fringe_bitmap. | 223 Fdestroy_fringe_bitmap. |
193 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing | 224 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing |
194 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps | 225 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps |
209 allow a simple cons. | 240 allow a simple cons. |
210 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap. | 241 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap. |
211 | 242 |
212 2004-09-25 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 243 2004-09-25 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
213 | 244 |
214 * config.in: Rebuild | 245 * config.in: Rebuild. |
215 | 246 |
216 2004-09-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 247 2004-09-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
217 | 248 |
218 * config.in: Rebuild. | 249 * config.in: Rebuild. |
219 | 250 |
229 | 260 |
230 * xdisp.c (try_window_reusing_current_matrix): | 261 * xdisp.c (try_window_reusing_current_matrix): |
231 Handle the case where we reach the old displayed text, | 262 Handle the case where we reach the old displayed text, |
232 out of sync with the old line boundary. | 263 out of sync with the old line boundary. |
233 | 264 |
234 2004-09-14 Stefan <monnier@iro.umontreal.ca> | 265 2004-09-14 Stefan Monnier <monnier@iro.umontreal.ca> |
235 | 266 |
236 * fileio.c (Finsert_file_contents): Fix case of replacement in a | 267 * fileio.c (Finsert_file_contents): Fix case of replacement in a |
237 narrowed buffer. | 268 narrowed buffer. |
238 | 269 |
239 2004-09-14 Kim F. Storm <storm@cua.dk> | 270 2004-09-14 Kim F. Storm <storm@cua.dk> |
251 | 282 |
252 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC. | 283 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC. |
253 (Fbyte_code): Remove dead code after `wrong_type_argument'. | 284 (Fbyte_code): Remove dead code after `wrong_type_argument'. |
254 | 285 |
255 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl | 286 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl |
256 before doing the mark_stack_check_gcpros since they are not on the stack. | 287 before doing the mark_stack_check_gcpros since they're not on the stack. |
257 | 288 |
258 2004-09-12 Kim F. Storm <storm@cua.dk> | 289 2004-09-12 Kim F. Storm <storm@cua.dk> |
259 | 290 |
260 * editfns.c (Fformat): Handle format strings with multiple text | 291 * editfns.c (Fformat): Handle format strings with multiple text |
261 properties. Reverse text property list from the format string, | 292 properties. Reverse text property list from the format string, |
270 | 301 |
271 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and | 302 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and |
272 blockinput.h. | 303 blockinput.h. |
273 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h, | 304 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h, |
274 charset.h, and coding.h | 305 charset.h, and coding.h |
275 (w16select.o): Depend on buffer.h, charset.h, coding.h, and | 306 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h. |
276 composite.h. | |
277 (term.o): Depend on window.h and keymap.h. | 307 (term.o): Depend on window.h and keymap.h. |
278 (abbrev.o): Depend on syntax.h. | 308 (abbrev.o): Depend on syntax.h. |
279 (callint.o): Depend on keymap.h. | 309 (callint.o): Depend on keymap.h. |
280 (casefiddle.o): Depend on charset.h and keymap.h. | 310 (casefiddle.o): Depend on charset.h and keymap.h. |
281 (category.o): Depend on keymap.h. | 311 (category.o): Depend on keymap.h. |
304 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h. | 334 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h. |
305 (print.o): Depend on termchar.h and $(INTERVALS_SRC). | 335 (print.o): Depend on termchar.h and $(INTERVALS_SRC). |
306 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h. | 336 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h. |
307 (intervals.o): Depend on keymap.h. | 337 (intervals.o): Depend on keymap.h. |
308 | 338 |
309 * msdos.c (msdos_set_cursor_shape, IT_display_cursor): Add | 339 * msdos.c (msdos_set_cursor_shape, IT_display_cursor): |
310 debugging print-out to termscript. | 340 Add debugging print-out to termscript. |
311 | 341 |
312 2004-09-09 Richard M. Stallman <rms@gnu.org> | 342 2004-09-09 Richard M. Stallman <rms@gnu.org> |
313 | 343 |
314 * xdisp.c (decode_mode_spec): Use current buffer for most purposes. | 344 * xdisp.c (decode_mode_spec): Use current buffer for most purposes. |
315 | 345 |
331 overlay just before point. | 361 overlay just before point. |
332 | 362 |
333 2004-09-07 Luc Teirlinck <teirllm@auburn.edu> | 363 2004-09-07 Luc Teirlinck <teirllm@auburn.edu> |
334 | 364 |
335 * buffer.h (struct buffer): Add auto_save_file_format field. | 365 * buffer.h (struct buffer): Add auto_save_file_format field. |
336 * buffer.c (reset_buffer, init_buffer_once): Handle | 366 * buffer.c (reset_buffer, init_buffer_once): |
337 auto_save_file_format field. | 367 Handle auto_save_file_format field. |
338 (syms_of_buffer): Add DEFVAR_PER_BUFFER for | 368 (syms_of_buffer): Add DEFVAR_PER_BUFFER for |
339 `buffer-auto-save-file-format'. | 369 `buffer-auto-save-file-format'. |
340 * fileio.c: Delete declaration for removed Vauto_save_file_format. | 370 * fileio.c: Delete declaration for removed Vauto_save_file_format. |
341 (build_annotations): Adapt to replacement of | 371 (build_annotations): Adapt to replacement of |
342 `auto-save-file-format' with the new buffer-local variable | 372 `auto-save-file-format' with the new buffer-local variable |
345 | 375 |
346 2004-09-07 Jason Rumney <jasonr@gnu.org> | 376 2004-09-07 Jason Rumney <jasonr@gnu.org> |
347 | 377 |
348 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c. | 378 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c. |
349 | 379 |
350 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: Handle | 380 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: |
351 Unicode menu titles. | 381 Handle Unicode menu titles. |
352 | 382 |
353 2004-09-07 Kim F. Storm <storm@cua.dk> | 383 2004-09-07 Kim F. Storm <storm@cua.dk> |
354 | 384 |
355 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor' | 385 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor' |
356 property from text property or overlay strings at point. | 386 property from text property or overlay strings at point. |
357 | 387 |
358 2004-09-07 Stefan <monnier@iro.umontreal.ca> | 388 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca> |
359 | 389 |
360 * xmenu.c (update_submenu_strings): YAILOM. | 390 * xmenu.c (update_submenu_strings): YAILOM. |
361 (set_frame_menubar): Make sure last_i is initialized. | 391 (set_frame_menubar): Make sure last_i is initialized. |
362 | 392 |
363 2004-09-03 Jason Rumney <jasonr@gnu.org> | 393 2004-09-03 Jason Rumney <jasonr@gnu.org> |
842 2004-07-01 Kenichi Handa <handa@m17n.org> | 872 2004-07-01 Kenichi Handa <handa@m17n.org> |
843 | 873 |
844 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly | 874 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly |
845 after getting a new string by pre-write-conversion. | 875 after getting a new string by pre-write-conversion. |
846 | 876 |
847 2004-06-30 Stefan <monnier@iro.umontreal.ca> | 877 2004-06-30 Stefan Monnier <monnier@iro.umontreal.ca> |
848 | 878 |
849 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'. | 879 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'. |
850 (x_calc_absolute_position): Remove unused var `child'. | 880 (x_calc_absolute_position): Remove unused var `child'. |
851 | 881 |
852 * xfaces.c (x_supports_face_attributes_p) | 882 * xfaces.c (x_supports_face_attributes_p) |