comparison src/ChangeLog @ 89954:97905c4f1a42

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
author Miles Bader <miles@gnu.org>
date Sat, 17 Jul 2004 02:46:48 +0000
parents 029a652ac817 a11286d6cf94
children b9eee0a7bef5
comparison
equal deleted inserted replaced
89953:029a652ac817 89954:97905c4f1a42
1 2004-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
6 2004-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
11 2004-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
16 2004-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
21 2004-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
1 2004-07-10 Luc Teirlinck <teirllm@auburn.edu> 26 2004-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.
4 29
5 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window) 30 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)