diff options
| author | Karoly Lorentey | 2005-03-16 15:59:10 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-03-16 15:59:10 +0000 |
| commit | a810eaf92838985d9648acb470dc3c8d26847c15 (patch) | |
| tree | 026be88abb42bb9bbfcf6574e532f4339b82f211 /src/ChangeLog | |
| parent | 3453bb3a36766b297909a2b1aae2681258ab3118 (diff) | |
| parent | 613f367343dc8e9ab03519472d7b49895f184ab1 (diff) | |
| download | emacs-a810eaf92838985d9648acb470dc3c8d26847c15.tar.gz emacs-a810eaf92838985d9648acb470dc3c8d26847c15.zip | |
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
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dc48d647216..fc2ded6ce94 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 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" |
| @@ -107,6 +119,11 @@ | |||
| 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. |
| 109 | 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. | ||
| 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 |