comparison lisp/ChangeLog @ 81946:dee75747ad29

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 18 Jul 2007 09:18:58 +0000
parents 1d6b018f8909
children 429f67c3e26d
comparison
equal deleted inserted replaced
81945:1157f29dfd7b 81946:dee75747ad29
1 2007-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
1 2007-07-18 Martin Rudalics <rudalics@gmx.at> 10 2007-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
4 avoid that filling introduces lines with a single asterisk. 13 avoid that filling introduces lines with a single asterisk.
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
10 2007-07-17 Michael Albinus <michael.albinus@gmx.de> 19 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
11 20
12 * files.el (file-remote-p): Introduce optional parameter 21 * files.el (file-remote-p): Introduce optional parameter
13 IDENTIFICATION. 22 IDENTIFICATION.
16 `file-remote-p'. 25 `file-remote-p'.
17 26
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
25 parameter IDENTIFICATION. 34 parameter IDENTIFICATION.
26 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'. 35 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
30 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'. 39 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
31 (tramp-handle-unhandled-file-name-directory): Rewrite. 40 (tramp-handle-unhandled-file-name-directory): Rewrite.
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'.
40 (tramp-methods, tramp-find-shell) 49 (tramp-methods, tramp-find-shell)
41 (tramp-open-connection-setup-interactive-shell) 50 (tramp-open-connection-setup-interactive-shell)
352 (org-columns-not-in-agenda, org-columns-compute-all) 361 (org-columns-not-in-agenda, org-columns-compute-all)
353 (org-property-next-allowed-value) 362 (org-property-next-allowed-value)
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)
361 (org-columns-previous-allowed-value) 370 (org-columns-previous-allowed-value)
362 (org-columns-move-right, org-columns-narrow) 371 (org-columns-move-right, org-columns-narrow)