aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-07-18 09:18:58 +0000
committerJuanma Barranquero2007-07-18 09:18:58 +0000
commitf0fe4395ad6f3f3983c9db2bc81a7bccb2689e1b (patch)
treeb887391bde82730e8e21dcaf9f87a154db8344c2
parent8cd3480b06e0af26f1da84d735689b35d94e6aa2 (diff)
downloademacs-f0fe4395ad6f3f3983c9db2bc81a7bccb2689e1b.tar.gz
emacs-f0fe4395ad6f3f3983c9db2bc81a7bccb2689e1b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog19
1 files changed, 14 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ba1fb92aaab..754de31b7a7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12007-07-18 Juanma Barranquero <lekktu@gmail.com>
2
3 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
4 (follow-delete-other-windows-and-split, follow-recenter)
5 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
6 (follow-redisplay, follow-estimate-first-window-start)
7 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
8 Fix typos in docstrings.
9
12007-07-18 Martin Rudalics <rudalics@gmx.at> 102007-07-18 Martin Rudalics <rudalics@gmx.at>
2 11
3 * add-log.el (change-log-mode): Use fill-nobreak-predicate to 12 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
@@ -5,7 +14,7 @@
5 14
6 * kmacro.el (kmacro-end-macro): When ignoring empty macro 15 * kmacro.el (kmacro-end-macro): When ignoring empty macro
7 avoid incorrect kmacro-ring-empty-p messages. 16 avoid incorrect kmacro-ring-empty-p messages.
8 Reported by Michael Schierl <schierlm@gmx.de> 17 Reported by Michael Schierl <schierlm@gmx.de>.
9 18
102007-07-17 Michael Albinus <michael.albinus@gmx.de> 192007-07-17 Michael Albinus <michael.albinus@gmx.de>
11 20
@@ -18,7 +27,7 @@
18 * progmodes/grep.el (grep-probe): Use `process-file'. 27 * progmodes/grep.el (grep-probe): Use `process-file'.
19 (grep-compute-defaults): Handle variables host specific. 28 (grep-compute-defaults): Handle variables host specific.
20 29
21 * net/ange-ftp.el: (ange-ftp-file-remote-p): Handle optional 30 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
22 parameter IDENTIFICATION. 31 parameter IDENTIFICATION.
23 32
24 * net/tramp.el (tramp-handle-file-remote-p): Handle optional 33 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
@@ -32,8 +41,8 @@
32 (tramp-convert-file-attributes): Add error handling when inode is 41 (tramp-convert-file-attributes): Add error handling when inode is
33 extraordinary big. 42 extraordinary big.
34 (tramp-get-inode): Change parameter from FILE to VEC. 43 (tramp-get-inode): Change parameter from FILE to VEC.
35 (tramp-handle-start-file-process ): Use (current-buffer) if BUFFER 44 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
36 is NIL. This is according to the specification. Goto (point-max) 45 is nil. This is according to the specification. Goto (point-max)
37 when ready. 46 when ready.
38 (tramp-handle-shell-command): Rewrite completely, using 47 (tramp-handle-shell-command): Rewrite completely, using
39 `process-file' and `start-file-process'. 48 `process-file' and `start-file-process'.
@@ -354,7 +363,7 @@
354 (org-columns-compile-format) 363 (org-columns-compile-format)
355 (org-fill-paragraph-experimental) 364 (org-fill-paragraph-experimental)
356 (org-string-to-number, org-property-action) 365 (org-string-to-number, org-property-action)
357 (org-columns-move-left, org-columns-new ) 366 (org-columns-move-left, org-columns-new)
358 (org-column-number-to-string) 367 (org-column-number-to-string)
359 (org-property-previous-allowed-value) 368 (org-property-previous-allowed-value)
360 (org-at-property-p, org-columns-delete) 369 (org-at-property-p, org-columns-delete)