aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 75c9f9e3759..a5b3388efdc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12005-10-19 Kim F. Storm <storm@cua.dk>
2
3 * image.c (check_image_size): Handle integer Vmax_image_size value
4 directly as max pixel value. Use default frame size for null frame.
5 (syms_of_image) <max-image-size>: Describe integer value.
6
12005-10-19 Romain Francoise <romain@orebokech.com> 72005-10-19 Romain Francoise <romain@orebokech.com>
2 8
3 * emacs.c (main): Update copyright year. 9 * emacs.c (main): Update copyright year.
@@ -28,7 +34,7 @@
282005-10-16 Masatake YAMATO <jet@gyve.org> 342005-10-16 Masatake YAMATO <jet@gyve.org>
29 35
30 * minibuf.c (Fdisplay_completion_list): Add new optional 36 * minibuf.c (Fdisplay_completion_list): Add new optional
31 argument COMMON_SUBSTRING. Bind `completion-common-substring' 37 argument COMMON_SUBSTRING. Bind `completion-common-substring'
32 to the optional argument during running `completion-setup-hook'. 38 to the optional argument during running `completion-setup-hook'.
33 39
342005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 402005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>