aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2004-04-18 01:40:02 +0000
committerKaroly Lorentey2004-04-18 01:40:02 +0000
commitf2e45864d10657552bbc5cda8f10a5dcf1bfe511 (patch)
tree21af8d850cc6b15905949f6b2bc13733bfa7d184 /src/ChangeLog
parent9002956fd888928dcca6ba30bbb90c739741377a (diff)
parent06e2fd488e846d50952025d07a5e12cc0cd4ff81 (diff)
downloademacs-f2e45864d10657552bbc5cda8f10a5dcf1bfe511.tar.gz
emacs-f2e45864d10657552bbc5cda8f10a5dcf1bfe511.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-220 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221 Restore deleted tagline in etc/TUTORIAL.ru * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-222 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-223 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-224 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-225 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-144
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c9cf12dc159..702f3be6046 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,39 @@
12004-04-16 Luc Teirlinck <teirllm@auburn.edu>
2
3 * buffer.c (Fbuffer_base_buffer): Doc fix.
4
52004-04-17 Kim F. Storm <storm@cua.dk>
6
7 * keymap.c (Fkey_description): Add optional PREFIX arg.
8 Combine prefix with KEYS to make up the full key sequence to describe.
9 Correlate meta_prefix_char and following (simple) key to describe
10 as meta modifier. All callers changed.
11 (describe_map): Rename arg `keys' to `prefix'. Remove local
12 `elt_prefix' var. Use Fkey_description with prefix instead of
13 elt_prefix combined with Fsingle_key_description.
14 (describe_vector): Declare static. Replace arg `elt_prefix' with
15 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
16 if !KEYMAP_P. Use Fkey_description with prefix instead of
17 Fsingle_key_description.
18
19 * keymap.h (Fkey_description): Fix prototype.
20 (describe_vector): Remove prototype.
21
22 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
23
24 * image.c (PNG_BG_COLOR_SHIFT): Remove.
25 (png_load): Fix calculation of transparent background color on X
26 and W32 platforms.
27
282004-04-16 Juanma Barranquero <lektu@terra.es>
29
30 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
31 not too large before computing how much to scroll.
32
332004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
36
12004-04-14 Luc Teirlinck <teirllm@auburn.edu> 372004-04-14 Luc Teirlinck <teirllm@auburn.edu>
2 38
3 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime): 39 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
@@ -30,6 +66,11 @@
30 centering_position = 0. 66 centering_position = 0.
31 Clear desired matrix before retrying with centering_position = 0. 67 Clear desired matrix before retrying with centering_position = 0.
32 68
692004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
70
71 * syntax.c (scan_lists): Simplify backward string scan.
72 Fix off-by-one boundary check for string and comment fences.
73
332004-04-13 Joe Buehler <jbuehler@hekimian.com> 742004-04-13 Joe Buehler <jbuehler@hekimian.com>
34 75
35 * sheap.c, unexcw.c: New files. 76 * sheap.c, unexcw.c: New files.