aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2004-07-17 02:46:48 +0000
committerMiles Bader2004-07-17 02:46:48 +0000
commit21d1ca18bfb71eb82b574fd55339bc7441e6a449 (patch)
tree454ad66687571c05feba856074dca94209292a4a /src/ChangeLog
parent89f3c0c9fda25756ee311a6d0467a97bac203eb5 (diff)
parentdd0a3ea36a52518f4fcd2dea97859cfba63158f8 (diff)
downloademacs-21d1ca18bfb71eb82b574fd55339bc7441e6a449.tar.gz
emacs-21d1ca18bfb71eb82b574fd55339bc7441e6a449.zip
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-24
Merge from lorentey@elte.hu--2004/emacs--hacks--0, emacs--cvs-trunk--0 Patches applied: * lorentey@elte.hu--2004/emacs--hacks--0--patch-2 Prevent special events from appending dashes to the echo string. * lorentey@elte.hu--2004/emacs--hacks--0--patch-4 Added ChangeLog entry. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-451 Update from CVS: lisp/subr.el (get-buffer-window-list): Doc fix. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-452 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-454 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-455 Bash the dashes * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-456 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-458 Update from CVS
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3d70d69cd69..1dfaa3f9ce4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,28 @@
12004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
2
3 * w32fns.c (Fx_file_dialog): Encode strings in system coding
4 system before passing them to OS functions for display.
5
62004-07-15 David Kastrup <dak@gnu.org>
7
8 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
9 Apparently fixes an abort condition.
10
112004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12
13 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
14 instead of a cons.
15
162004-07-14 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu>
17
18 * keyboard.c (echo_dash): Do nothing if there already is a dash
19 at the end of the echo string.
20
212004-07-12 Kim F. Storm <storm@cua.dk>
22
23 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
24 if GC_MARK_STACK.
25
12004-07-10 Luc Teirlinck <teirllm@auburn.edu> 262004-07-10 Luc Teirlinck <teirllm@auburn.edu>
2 27
3 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes. 28 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.