diff options
| author | Stefan Monnier | 2005-10-29 16:08:20 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-10-29 16:08:20 +0000 |
| commit | c390e28c877a06ff8165b7e7d8d15b2edadc1729 (patch) | |
| tree | f79298f193a22be1c119b324bc525e19f4243b1e | |
| parent | 0e6228bc0b37f297674f8b640077ba3615ea5876 (diff) | |
| download | emacs-c390e28c877a06ff8165b7e7d8d15b2edadc1729.tar.gz emacs-c390e28c877a06ff8165b7e7d8d15b2edadc1729.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 38 | ||||
| -rw-r--r-- | src/ChangeLog | 11 |
2 files changed, 31 insertions, 18 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2dcc50d873a..f48794a61f4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,12 +1,23 @@ | |||
| 1 | 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de> | ||
| 2 | |||
| 3 | * textmodes/conf-mode.el (conf-assignment-sign) | ||
| 4 | (conf-assignment-regexp): Fix docstrings. | ||
| 5 | (conf-mode-initialize): New function. | ||
| 6 | (conf-mode): Remove optional args. Use delay-mode-hooks to | ||
| 7 | recognize recursive calls. | ||
| 8 | (conf-unix-mode, conf-windows-mode, conf-javaprop-mode) | ||
| 9 | (conf-space-mode, conf-colon-mode, conf-ppd-mode) | ||
| 10 | (conf-xdefaults-mode): Use define-derived-mode and | ||
| 11 | conf-mode-initialize. | ||
| 12 | |||
| 1 | 2005-10-29 Romain Francoise <romain@orebokech.com> | 13 | 2005-10-29 Romain Francoise <romain@orebokech.com> |
| 2 | 14 | ||
| 3 | * help-fns.el (describe-simplify-lib-file-name): Fix regexp. | 15 | * help-fns.el (describe-simplify-lib-file-name): Fix regexp. |
| 4 | 16 | ||
| 5 | 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com> | 17 | 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com> |
| 6 | 18 | ||
| 7 | * pgg-gpg.el | 19 | * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right |
| 8 | (pgg-gpg-select-matching-key): Fixed: look at the right part of | 20 | part of the decoded armor to find the key-identifier. |
| 9 | the decoded armor to find the key-identifier. | ||
| 10 | (pgg-gpg-lookup-key-owner): New function to return the | 21 | (pgg-gpg-lookup-key-owner): New function to return the |
| 11 | human-readable identifier of a key owner. | 22 | human-readable identifier of a key owner. |
| 12 | (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the | 23 | (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the |
| @@ -20,22 +31,22 @@ | |||
| 20 | pgg-decrypt-region. | 31 | pgg-decrypt-region. |
| 21 | (pgg-pending-timers): A new hash for tracking the passphrase cache | 32 | (pgg-pending-timers): A new hash for tracking the passphrase cache |
| 22 | timers, so that new ones supercede old ones. | 33 | timers, so that new ones supercede old ones. |
| 23 | (pgg-add-passphrase-to-cache): Renamed from | 34 | (pgg-add-passphrase-to-cache): Rename from |
| 24 | `pgg-add-passphrase-cache' to reduce confusion (all callers | 35 | `pgg-add-passphrase-cache' to reduce confusion (all callers |
| 25 | changed). Modified to cancel old timers when new ones are added. | 36 | changed). Modified to cancel old timers when new ones are added. |
| 26 | (pgg-remove-passphrase-from-cache): Renamed from | 37 | (pgg-remove-passphrase-from-cache): Rename from |
| 27 | `pgg-remove-passphrase-cache' to reduce confusion (all callers | 38 | `pgg-remove-passphrase-cache' to reduce confusion (all callers |
| 28 | changed). Modified to cancel old timers when their keys are | 39 | changed). Modified to cancel old timers when their keys are |
| 29 | removed from the cache. | 40 | removed from the cache. |
| 30 | (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in | 41 | (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in |
| 31 | XEmacs, an indirection to delete-itimer. | 42 | XEmacs, an indirection to delete-itimer. |
| 32 | (pgg-read-passphrase-from-cache, pgg-read-passphrase): Extracted | 43 | (pgg-read-passphrase-from-cache, pgg-read-passphrase): |
| 33 | pgg-read-passphrase-from-cache from pgg-read-passphrase so users | 44 | Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so |
| 34 | can only check cache without risk of prompting. Corrected bug in | 45 | users can only check cache without risk of prompting. Correct bug in |
| 35 | notruncate behavior. | 46 | notruncate behavior. |
| 36 | (pgg-read-passphrase-from-cache, pgg-read-passphrase) | 47 | (pgg-read-passphrase-from-cache, pgg-read-passphrase) |
| 37 | (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Added | 48 | (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): |
| 38 | informative docstrings. | 49 | Add informative docstrings. |
| 39 | (pgg-decrypt): Convey provided passphrase in subordinate call to | 50 | (pgg-decrypt): Convey provided passphrase in subordinate call to |
| 40 | pgg-decrypt-region. | 51 | pgg-decrypt-region. |
| 41 | 52 | ||
| @@ -120,8 +131,8 @@ | |||
| 120 | 131 | ||
| 121 | 2005-10-28 Andreas Schwab <schwab@suse.de> | 132 | 2005-10-28 Andreas Schwab <schwab@suse.de> |
| 122 | 133 | ||
| 123 | * view.el (View-revert-buffer-scroll-page-forward): Use | 134 | * view.el (View-revert-buffer-scroll-page-forward): |
| 124 | view-page-size-default. | 135 | Use view-page-size-default. |
| 125 | 136 | ||
| 126 | 2005-10-28 Juri Linkov <juri@jurta.org> | 137 | 2005-10-28 Juri Linkov <juri@jurta.org> |
| 127 | 138 | ||
| @@ -215,8 +226,7 @@ | |||
| 215 | 226 | ||
| 216 | 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de> | 227 | 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de> |
| 217 | 228 | ||
| 218 | * net/browse-url.el (browse-url-of-buffer): Add ".html" to | 229 | * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename. |
| 219 | filename. | ||
| 220 | 230 | ||
| 221 | 2005-10-25 Masatake YAMATO <jet@gyve.org> | 231 | 2005-10-25 Masatake YAMATO <jet@gyve.org> |
| 222 | 232 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index d4af13219fc..5df0e83b364 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | 2005-10-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * syntax.c (Fparse_partial_sexp): Fix docstring. | ||
| 4 | |||
| 1 | 2005-10-28 Romain Francoise <romain@orebokech.com> | 5 | 2005-10-28 Romain Francoise <romain@orebokech.com> |
| 2 | 6 | ||
| 3 | * puresize.h (BASE_PURESIZE): Incremented to 1130000. | 7 | * puresize.h (BASE_PURESIZE): Increment to 1130000. |
| 4 | 8 | ||
| 5 | 2005-10-28 Richard M. Stallman <rms@gnu.org> | 9 | 2005-10-28 Richard M. Stallman <rms@gnu.org> |
| 6 | 10 | ||
| @@ -14,12 +18,11 @@ | |||
| 14 | * alloc.c (spare_memory): No longer static. | 18 | * alloc.c (spare_memory): No longer static. |
| 15 | (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve. | 19 | (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve. |
| 16 | 20 | ||
| 17 | * puresize.h (BASE_PURESIZE): Incremented to 1120000. | 21 | * puresize.h (BASE_PURESIZE): Increment to 1120000. |
| 18 | 22 | ||
| 19 | 2005-10-27 Chong Yidong <cyd@stupidchicken.com> | 23 | 2005-10-27 Chong Yidong <cyd@stupidchicken.com> |
| 20 | 24 | ||
| 21 | * data.c (Fmake_variable_frame_local): Add clarification to | 25 | * data.c (Fmake_variable_frame_local): Add clarification to docstring. |
| 22 | docstring. | ||
| 23 | 26 | ||
| 24 | * fringe.c (update_window_fringes): Handle case where buffer ends | 27 | * fringe.c (update_window_fringes): Handle case where buffer ends |
| 25 | with a newline. | 28 | with a newline. |