comparison lisp/ChangeLog @ 85031:a96e5919b08b

(copyright-update): Don't update if the file already uses a more recent copyright version than the "current" one.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 03 Oct 2007 23:42:06 +0000
parents 7b9d290575ed
children f758797cae00
comparison
equal deleted inserted replaced
85030:7b9d290575ed 85031:a96e5919b08b
1 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
4 already uses a more recent copyright version than the "current" one.
5
1 2007-10-03 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> 6 2007-10-03 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
2 7
3 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice) 8 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
4 (doc-view-insert-image): Minor aesthetical docstring changes. 9 (doc-view-insert-image): Minor aesthetical docstring changes.
5 10
10 (doc-view-search-internal): Docstring change. 15 (doc-view-search-internal): Docstring change.
11 16
12 2007-10-03 Michael Albinus <michael.albinus@gmx.de> 17 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
13 18
14 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'. 19 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
15 (tramp-file-name-handler-alist): Add 20 (tramp-file-name-handler-alist):
16 `tramp-handle-insert-file-contents-literally'. Neded for XEmacs. 21 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
17 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file', 22 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
18 used before, creates the file already, which is not desired. 23 used before, creates the file already, which is not desired.
19 (tramp-do-copy-or-rename-file-directly): Simplify handling of 24 (tramp-do-copy-or-rename-file-directly): Simplify handling of
20 temporary file. 25 temporary file.
21 (tramp-handle-insert-file-contents): Assign the result in the 26 (tramp-handle-insert-file-contents): Assign the result in the
22 short track case. 27 short track case.
30 appropriate timer package. 35 appropriate timer package.
31 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in 36 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
32 order to avoid autoloading problems. 37 order to avoid autoloading problems.
33 38
34 * net/tramp-fish.el: 39 * net/tramp-fish.el:
35 * net/tramp-smb.el: Move further compatibility code to 40 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
36 tramp-compat.el.
37 41
38 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case 42 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
39 where the second parameter of `copy-file' or `rename-file' is a 43 where the second parameter of `copy-file' or `rename-file' is a
40 remote file but not via ftp. 44 remote file but not via ftp.
41 45
69 check only for changed size. 73 check only for changed size.
70 (auto-revert-tail-handler): Get size from caller. If the file has 74 (auto-revert-tail-handler): Get size from caller. If the file has
71 shrunk, tail the whole file again (the file presumably has been 75 shrunk, tail the whole file again (the file presumably has been
72 rewritten). 76 rewritten).
73 77
74 * woman.el (woman-topic-all-completions, woman-mini-help): Fix 78 * woman.el (woman-topic-all-completions, woman-mini-help):
75 fallout from 2007-09-07 introduction of `dolist' when the list 79 Fix fallout from 2007-09-07 introduction of `dolist' when the list
76 actually was being manipulated in the loop. 80 actually was being manipulated in the loop.
77 (woman-Cyg-to-Win, woman-pre-process-region) 81 (woman-Cyg-to-Win, woman-pre-process-region)
78 (woman-horizontal-escapes, woman-if-body, woman-unescape) 82 (woman-horizontal-escapes, woman-if-body, woman-unescape)
79 (woman-strings, woman-special-characters, woman1-hc) 83 (woman-strings, woman-special-characters, woman1-hc)
80 (woman-change-fonts, woman-find-next-control-line): Use 84 (woman-change-fonts, woman-find-next-control-line):
81 `match-beginning' rather than `match-string' when the result is 85 Use `match-beginning' rather than `match-string' when the result is
82 just used as a flag. 86 just used as a flag.
83 87
84 2007-09-30 Michael Albinus <michael.albinus@gmx.de> 88 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
85 89
86 * net/tramp-compat.el: New file. 90 * net/tramp-compat.el: New file.