diff options
| author | Juanma Barranquero | 2007-02-25 01:00:40 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-02-25 01:00:40 +0000 |
| commit | 483a1c2bf331a3a73241712f32cf7424b26089fe (patch) | |
| tree | b337f9c88023998a10d0b3576402ef34eaf19fa4 | |
| parent | add5890f205a8474d8e9efc1cfff75bae02fabe3 (diff) | |
| download | emacs-483a1c2bf331a3a73241712f32cf7424b26089fe.tar.gz emacs-483a1c2bf331a3a73241712f32cf7424b26089fe.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05edb5c711e..76da575db39 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5,8 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu> |
| 7 | 7 | ||
| 8 | * startup.el (command-line): Also check if the abbrev file is | 8 | * startup.el (command-line): Also check if the abbrev file is readable. |
| 9 | readable. | ||
| 10 | 9 | ||
| 11 | 2007-02-24 John Paul Wallington <jpw@pobox.com> | 10 | 2007-02-24 John Paul Wallington <jpw@pobox.com> |
| 12 | 11 | ||
| @@ -27,7 +26,7 @@ | |||
| 27 | * international/utf-8.el (utf-8-pre-write-conversion): Handle the | 26 | * international/utf-8.el (utf-8-pre-write-conversion): Handle the |
| 28 | case that BEG is a string. | 27 | case that BEG is a string. |
| 29 | 28 | ||
| 30 | 2007-02-24 Chris Moore <dooglus@gmail.com> | 29 | 2007-02-24 Chris Moore <dooglus@gmail.com> |
| 31 | 30 | ||
| 32 | * pgg-pgp5.el (pgg-pgp5-encrypt-region): | 31 | * pgg-pgp5.el (pgg-pgp5-encrypt-region): |
| 33 | * pgg-pgp.el (pgg-pgp-encrypt-region): | 32 | * pgg-pgp.el (pgg-pgp-encrypt-region): |
| @@ -46,7 +45,7 @@ | |||
| 46 | * comint.el (comint-read-input-ring): Use comint-input-ring-size | 45 | * comint.el (comint-read-input-ring): Use comint-input-ring-size |
| 47 | from the comint buffer instead of the temporary one. | 46 | from the comint buffer instead of the temporary one. |
| 48 | 47 | ||
| 49 | 2007-02-23 David Reitter <david.reitter@gmail.com> | 48 | 2007-02-23 David Reitter <david.reitter@gmail.com> |
| 50 | 49 | ||
| 51 | * cus-edit.el (custom-save-all): Canonicalize custom-file before | 50 | * cus-edit.el (custom-save-all): Canonicalize custom-file before |
| 52 | storing it in recentf-exclude. | 51 | storing it in recentf-exclude. |
| @@ -60,16 +59,14 @@ | |||
| 60 | 59 | ||
| 61 | * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending | 60 | * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending |
| 62 | commands, for restart. | 61 | commands, for restart. |
| 63 | (idlwave-shell-current-module): Fix handling of module name by | 62 | (idlwave-shell-current-module): Fix handling of module name by type. |
| 64 | type. | ||
| 65 | (idlwave-shell-break-in): Update type handling. | 63 | (idlwave-shell-break-in): Update type handling. |
| 66 | (idlwave-shell-bp-get): Encode type in BP structure. | 64 | (idlwave-shell-bp-get): Encode type in BP structure. |
| 67 | (idlwave-shell-set-bp): Fix setting condition/count on disabled | 65 | (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs. |
| 68 | BPs. | 66 | (idlwave-shell-module-source-query): Query routine info based on type. |
| 69 | (idlwave-shell-module-source-query): Query routine info based on | 67 | Fix path parsing for non-compiled files. |
| 70 | type. Fix path parsing for non-compiled files. | 68 | (idlwave-shell-module-source-filter): Don't signal error in filter |
| 71 | (idlwave-shell-module-source-filter): Don't signal error in | 69 | if no source found. |
| 72 | filter if no source found. | ||
| 73 | (idlwave-shell-set-bp-in-module): Use fallback source to prevent | 70 | (idlwave-shell-set-bp-in-module): Use fallback source to prevent |
| 74 | filter race. | 71 | filter race. |
| 75 | 72 | ||