diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-10-19 Romain Francoise <romain@orebokech.com> | 7 | 2005-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 @@ | |||
| 28 | 2005-10-16 Masatake YAMATO <jet@gyve.org> | 34 | 2005-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 | ||
| 34 | 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 40 | 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |