aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-02-25 01:00:40 +0000
committerJuanma Barranquero2007-02-25 01:00:40 +0000
commit483a1c2bf331a3a73241712f32cf7424b26089fe (patch)
treeb337f9c88023998a10d0b3576402ef34eaf19fa4
parentadd5890f205a8474d8e9efc1cfff75bae02fabe3 (diff)
downloademacs-483a1c2bf331a3a73241712f32cf7424b26089fe.tar.gz
emacs-483a1c2bf331a3a73241712f32cf7424b26089fe.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog21
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
62007-02-24 Dan Nicolaescu <dann@ics.uci.edu> 62007-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
112007-02-24 John Paul Wallington <jpw@pobox.com> 102007-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
302007-02-24 Chris Moore <dooglus@gmail.com> 292007-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
492007-02-23 David Reitter <david.reitter@gmail.com> 482007-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