aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2004-04-03 20:24:17 +0000
committerKaroly Lorentey2004-04-03 20:24:17 +0000
commit1ba538094c4cd3da172d91878fa76d96c6b1cbd2 (patch)
treed9379406f3598de5db893fd0f01d6ae214a711d1 /src/ChangeLog
parentb04f5ad2cc0f71e567ec9ee49351f45f0a5faa3a (diff)
parent9f691b0dd903205d12e447c753bcd92741c68707 (diff)
downloademacs-1ba538094c4cd3da172d91878fa76d96c6b1cbd2.tar.gz
emacs-1ba538094c4cd3da172d91878fa76d96c6b1cbd2.zip
Merged in changes from CVS HEAD
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-177 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-178 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-179 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-180 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-131
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog45
1 files changed, 44 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 357060188a5..a1c384ce535 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,46 @@
12004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * .gdbinit-union: Remove.
4
5 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
6 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
7 ($nonvalbits): Remove.
8 ($valmask): Set it by calling xreload to avoid redundancy.
9
10 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
11 (gdb_emacs_intbits): Remove.
12
132004-03-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
14
15 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
16
172004-03-30 Kenichi Handa <handa@m17n.org>
18
19 * editfns.c (Fformat): Fix initialization of the array info.
20
212004-03-30 Kim F. Storm <storm@cua.dk>
22
23 * xterm.c (x_mouse_click_focus_ignore_position): New var.
24 (syms_of_xterm): DEFVAR_BOOL it.
25 (ignore_next_mouse_click_timeout): New var.
26 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
27 Use it to filter mouse clicks following focus event.
28
292004-03-29 David Ponce <david@dponce.com>
30
31 * callint.c (Fcall_interactively): Fix last change.
32
332004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * eval.c (Fcommandp): Simplify.
36
37 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
38 Extend to handle all kinds of functions.
39
40 * lisp.h (Finteractive_form): Declare.
41
42 * callint.c (Fcall_interactively): Use it.
43
12004-03-26 Kim F. Storm <storm@cua.dk> 442004-03-26 Kim F. Storm <storm@cua.dk>
2 45
3 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error 46 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
@@ -39,7 +82,7 @@
39 * image.c (Qcenter): Move to xdisp.c. 82 * image.c (Qcenter): Move to xdisp.c.
40 83
41 * xdisp.c (Qcenter): Declare here. 84 * xdisp.c (Qcenter): Declare here.
42 (syms_of_xdisp): intern and staticpro it. 85 (syms_of_xdisp): Intern and staticpro it.
43 (handle_single_display_prop): Allow space display property on all 86 (handle_single_display_prop): Allow space display property on all
44 platforms. 87 platforms.
45 (display_mode_line): Set mode_line_p before displaying line. 88 (display_mode_line): Set mode_line_p before displaying line.