aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2004-07-18 21:49:24 +0000
committerKaroly Lorentey2004-07-18 21:49:24 +0000
commit31d7e9bc5a474c2da8c40f4812ea3e09cd5fb82c (patch)
tree729a3c238e43ed5625290e994d9ef0d09c18241a /src/ChangeLog
parent4cb2afc64f004ba91ff0bd37cf8ca6669b228988 (diff)
parentcdfa3eccb179fe579a5e38949d0a2ad3d2757524 (diff)
downloademacs-31d7e9bc5a474c2da8c40f4812ea3e09cd5fb82c.tar.gz
emacs-31d7e9bc5a474c2da8c40f4812ea3e09cd5fb82c.zip
Merged in changes from CVS trunk.
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-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 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-457 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-458 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-459 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-460 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-219
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b3a9386da86..9765ec9403c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,45 @@
12004-07-17 Juanma Barranquero <lektu@terra.es>
2
3 * keyboard.c (not_single_kboard_state): Do nothing unless
4 MULTI_KBOARD is defined.
5
62004-07-17 Richard M. Stallman <rms@gnu.org>
7
8 * window.c (coordinates_in_window): Inside the window but outside
9 its box to the L or R, return ON_VERTICAL_BORDER.
10 (window_list_1): Rotate the list to start with WINDOW.
11
12 * print.c (print_preprocess): Test for print_depth at limit
13 before entering in being_printed.
14
15 * keyboard.c (not_single_kboard_state): New function.
16 (stuff_buffered_input): Now no-op only if no SIGTSTP.
17
18 * frame.c (Fdelete_frame): If we're in single_bboard_state on
19 this kboard, and we delete its last frame, go to any_kboard_state.
20
21 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
22
232004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
24
25 * w32fns.c (Fx_file_dialog): Encode strings in system coding
26 system before passing them to OS functions for display.
27
282004-07-15 David Kastrup <dak@gnu.org>
29
30 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
31 Apparently fixes an abort condition.
32
332004-07-14 Luc Teirlinck <teirllm@auburn.edu>
34
35 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
36 instead of a cons.
37
382004-07-14 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu>
39
40 * keyboard.c (echo_dash): Do nothing if there already is a dash
41 at the end of the echo string.
42
12004-07-12 Kim F. Storm <storm@cua.dk> 432004-07-12 Kim F. Storm <storm@cua.dk>
2 44
3 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value 45 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value