comparison src/ChangeLog @ 83267:c7d2b6ee3a80

Merged from miles@gnu.org--gnu-2005 (patch 159) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-159 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-307
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 16 Mar 2005 15:59:10 +0000
parents 15e0a3243a8e
children c2fb4e5d4a17
comparison
equal deleted inserted replaced
83266:e5edfda9b768 83267:c7d2b6ee3a80
1 2005-03-06 Richard M. Stallman <rms@gnu.org>
2
3 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
4
5 * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
6 (Feval, Ffuncall): Use CHECK_CONS_LIST.
7
8 * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
9
10 * blockinput.h (UNBLOCK_INPUT_TO): New macro.
11 (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
12
1 2005-03-05 Juri Linkov <juri@jurta.org> 13 2005-03-05 Juri Linkov <juri@jurta.org>
2 14
3 * emacs.c (USAGE1): Replace Info node name "command arguments" 15 * emacs.c (USAGE1): Replace Info node name "command arguments"
4 with "emacs invocation". 16 with "emacs invocation".
5 (USAGE3): Fix usage of `--color=MODE' which actually doesn't 17 (USAGE3): Fix usage of `--color=MODE' which actually doesn't
104 glyph from display vector. 116 glyph from display vector.
105 117
106 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca> 118 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
107 119
108 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y. 120 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
121
122 2005-02-27 Richard M. Stallman <rms@gnu.org>
123
124 * xdisp.c (fast_find_position): Rename END to BEG.
125 (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
109 126
110 2005-02-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 127 2005-02-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
111 128
112 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to 129 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
113 gtk_window_resize and x_wm_set_size_hint. 130 gtk_window_resize and x_wm_set_size_hint.