diff options
| author | Stefan Monnier | 2008-12-08 16:30:43 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-12-08 16:30:43 +0000 |
| commit | bdaf166cdf3a5bcc00963fe5ca1a91fdd421f2d5 (patch) | |
| tree | 439c5982a54e008ebe78f14fdbd8e1dc60192ac8 /lisp/ChangeLog.12 | |
| parent | 7c19d3aedbc55c4458bd8911aaa614c0c7f2c316 (diff) | |
| download | emacs-bdaf166cdf3a5bcc00963fe5ca1a91fdd421f2d5.tar.gz emacs-bdaf166cdf3a5bcc00963fe5ca1a91fdd421f2d5.zip | |
(auto-insert): Use expand-file-name instead of concat.
Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
Diffstat (limited to 'lisp/ChangeLog.12')
| -rw-r--r-- | lisp/ChangeLog.12 | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index 959e77b4482..092b46b4f62 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -2109,13 +2109,13 @@ | |||
| 2109 | 2109 | ||
| 2110 | 2007-02-02 Ulf Jasper <ulf.jasper@web.de> | 2110 | 2007-02-02 Ulf Jasper <ulf.jasper@web.de> |
| 2111 | 2111 | ||
| 2112 | * net/newsticker.el (newsticker-version): Changed to "1.10". | 2112 | * net/newsticker.el (newsticker-version): Change to "1.10". |
| 2113 | (newsticker--set-customvar): Doc string. | 2113 | (newsticker--set-customvar): Doc string. |
| 2114 | (newsticker-new-item-face): Doc string. | 2114 | (newsticker-new-item-face): Doc string. |
| 2115 | (newsticker-mode): Initialize `invisibility-spec' with t. | 2115 | (newsticker-mode): Initialize `invisibility-spec' with t. |
| 2116 | (newsticker-mode-map): Added | 2116 | (newsticker-mode-map): |
| 2117 | `newsticker-mark-all-items-at-point-as-read'. | 2117 | Add `newsticker-mark-all-items-at-point-as-read'. |
| 2118 | (newsticker-menu): Added narrow-to-item and narrow-to-feed. | 2118 | (newsticker-menu): Add narrow-to-item and narrow-to-feed. |
| 2119 | (newsticker-w3m-show-inline-images): Do not call | 2119 | (newsticker-w3m-show-inline-images): Do not call |
| 2120 | `w3m-remove-image'. | 2120 | `w3m-remove-image'. |
| 2121 | (newsticker--buffer-after-w3m-insert-image): New advice for | 2121 | (newsticker--buffer-after-w3m-insert-image): New advice for |
| @@ -2130,8 +2130,7 @@ | |||
| 2130 | `newsticker-mark-item-at-point-as-read'. | 2130 | `newsticker-mark-item-at-point-as-read'. |
| 2131 | (newsticker-hide-entry): Use (t) instead of t for invisibility. | 2131 | (newsticker-hide-entry): Use (t) instead of t for invisibility. |
| 2132 | (newsticker--sentinel): Yet another xml-parser workaround. | 2132 | (newsticker--sentinel): Yet another xml-parser workaround. |
| 2133 | (newsticker--decode-iso8601-date): Bugfix for datestrings without | 2133 | (newsticker--decode-iso8601-date): Bugfix for datestrings without days. |
| 2134 | days. | ||
| 2135 | (newsticker--buffer-do-insert-text): Fix. | 2134 | (newsticker--buffer-do-insert-text): Fix. |
| 2136 | (newsticker--buffer-insert-enclosure): Fix. Length might be missing. | 2135 | (newsticker--buffer-insert-enclosure): Fix. Length might be missing. |
| 2137 | (newsticker--buffer-make-item-completely-visible): | 2136 | (newsticker--buffer-make-item-completely-visible): |
| @@ -2361,13 +2360,13 @@ | |||
| 2361 | 2360 | ||
| 2362 | 2007-01-27 Ben North <ben@redfrontdoor.org> | 2361 | 2007-01-27 Ben North <ben@redfrontdoor.org> |
| 2363 | 2362 | ||
| 2364 | * outline.el (outline-promote, outline-demote): Doc fix. Rename | 2363 | * outline.el (outline-promote, outline-demote): Doc fix. |
| 2365 | the arg CHILDREN -> WHICH. | 2364 | Rename the arg CHILDREN -> WHICH. |
| 2366 | 2365 | ||
| 2367 | 2007-01-27 Michael Albinus <michael.albinus@gmx.de> | 2366 | 2007-01-27 Michael Albinus <michael.albinus@gmx.de> |
| 2368 | 2367 | ||
| 2369 | * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set | 2368 | * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): |
| 2370 | default-directory to a sane value when calling start-process. | 2369 | Set default-directory to a sane value when calling start-process. |
| 2371 | 2370 | ||
| 2372 | 2007-01-27 Eli Zaretskii <eliz@gnu.org> | 2371 | 2007-01-27 Eli Zaretskii <eliz@gnu.org> |
| 2373 | 2372 | ||
| @@ -2532,13 +2531,12 @@ | |||
| 2532 | 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change) | 2531 | 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change) |
| 2533 | 2532 | ||
| 2534 | * progmodes/cperl-mode.el (cperl-electric-keywords): Document in | 2533 | * progmodes/cperl-mode.el (cperl-electric-keywords): Document in |
| 2535 | the doc string how to use personal abbrevs without electric | 2534 | the doc string how to use personal abbrevs without electric keywords. |
| 2536 | keywords. | ||
| 2537 | 2535 | ||
| 2538 | 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change) | 2536 | 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change) |
| 2539 | 2537 | ||
| 2540 | * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): | 2538 | * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): |
| 2541 | Fixed cursor position when toggle abbreviated display. | 2539 | Fix cursor position when toggle abbreviated display. |
| 2542 | 2540 | ||
| 2543 | 2007-01-20 Nick Roberts <nickrob@snap.net.nz> | 2541 | 2007-01-20 Nick Roberts <nickrob@snap.net.nz> |
| 2544 | 2542 | ||
| @@ -2567,8 +2565,7 @@ | |||
| 2567 | 2565 | ||
| 2568 | 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change) | 2566 | 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change) |
| 2569 | 2567 | ||
| 2570 | * info.el (Info-default-dirs): Change default info dir to | 2568 | * info.el (Info-default-dirs): Change default info dir to share/info. |
| 2571 | share/info. | ||
| 2572 | 2569 | ||
| 2573 | * paths.el (Info-default-directory-list): Ditto. | 2570 | * paths.el (Info-default-directory-list): Ditto. |
| 2574 | 2571 | ||