aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2005-10-19 22:21:00 +0000
committerKim F. Storm2005-10-19 22:21:00 +0000
commite50165ec102505693cd792eae49d3464bd782e2e (patch)
tree7b2d6c699bb572f191783e4f960d3263cda41ef5 /src/ChangeLog
parentb5572755df7c226b454ac99ecbfa73f12d6dfd8a (diff)
downloademacs-e50165ec102505693cd792eae49d3464bd782e2e.tar.gz
emacs-e50165ec102505693cd792eae49d3464bd782e2e.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-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>