aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lispref/ChangeLog4
-rw-r--r--src/ChangeLog8
3 files changed, 20 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f532be2d596..56e49dd666a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12005-10-20 Kim F. Storm <storm@cua.dk>
2
3 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
4 (ido-set-current-directory): Don't add / after final @.
5 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
6 Explicitly handle ange-ftp completion oddities.
7 (ido-make-file-list): Don't rotate list at tramp root to avoid
8 triggering tramp file handler for expand-file-name via get-file-buffer.
9
12005-10-19 Jay Belanger <belanger@truman.edu> 102005-10-19 Jay Belanger <belanger@truman.edu>
2 11
3 * calc/calc-units.el (math-standard-units): Add units, adjust 12 * calc/calc-units.el (math-standard-units): Add units, adjust
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index c2d799cee95..9de9e90ea40 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12005-10-19 Kim F. Storm <storm@cua.dk>
2
3 * display.texi (Showing Images): Add max-image-size integer value.
4
12005-10-18 Chong Yidong <cyd@stupidchicken.com> 52005-10-18 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * display.texi (Showing Images): Document max-image-size. 7 * display.texi (Showing Images): Document max-image-size.
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>