aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-05-06 19:32:42 +0000
committerJuanma Barranquero2005-05-06 19:32:42 +0000
commit19f26a89c5befe1ca568ff39eed041d6adf85bad (patch)
tree771d8e1abb942fc0e2fff88841f8bc9e6e2d148d
parent59d8fe2ed5efaeb059965e0cff0bc978c3d28b33 (diff)
downloademacs-19f26a89c5befe1ca568ff39eed041d6adf85bad.tar.gz
emacs-19f26a89c5befe1ca568ff39eed041d6adf85bad.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog31
1 files changed, 20 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b8d9e41a06d..2bee189cc71 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12005-05-06 Juanma Barranquero <lekktu@gmail.com>
2
3 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4 * net/webjump.el (webjump):
5 * progmodes/idlw-help.el (idlwave-do-context-help1)
6 (idlwave-highlight-linked-completions):
7 * textmodes/po.el (po-find-file-coding-system-guts): Replace
8 `assoc-ignore-case' by `assoc-string'.
9
12005-05-06 Eli Zaretskii <eliz@gnu.org> 102005-05-06 Eli Zaretskii <eliz@gnu.org>
2 11
3 * files.el (locate-file): Doc fix. 12 * files.el (locate-file): Doc fix.
@@ -88,7 +97,7 @@
88 97
89 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable. 98 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
90 (gdb-create-define-alist): Use it. 99 (gdb-create-define-alist): Use it.
91 (gdb-cpp-define-alist-program): Update for MS-DOS? 100 (gdb-cpp-define-alist-program): Update for MS-DOS.
92 101
932005-05-04 Nick Roberts <nickrob@snap.net.nz> 1022005-05-04 Nick Roberts <nickrob@snap.net.nz>
94 103
@@ -2222,7 +2231,7 @@
2222 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle. 2231 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
2223 (menu-bar-make-mm-toggle): Simplify. 2232 (menu-bar-make-mm-toggle): Simplify.
2224 2233
22252005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com> 22342005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
2226 2235
2227 * progmodes/perl-mode.el (perl-font-lock-keywords-2): 2236 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
2228 Accept qualified variable and function names. 2237 Accept qualified variable and function names.
@@ -2396,7 +2405,7 @@
2396 (recentf-cleanup): Use it to conditionally check availablity of 2405 (recentf-cleanup): Use it to conditionally check availablity of
2397 remote files. 2406 remote files.
2398 2407
23992005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change) 24082005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
2400 2409
2401 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in 2410 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
2402 function names. 2411 function names.
@@ -3971,7 +3980,7 @@
3971 (bibtex-parse-field-name): Fix typos in docstrings. 3980 (bibtex-parse-field-name): Fix typos in docstrings.
3972 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages. 3981 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
3973 3982
39742005-01-24 Carsten Dominik <dominik@science.uva.nl> 39832005-01-24 Carsten Dominik <dominik@science.uva.nl>
3975 3984
3976 * textmodes/reftex-global.el (reftex-isearch-push-state-function) 3985 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
3977 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search) 3986 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
@@ -5103,7 +5112,7 @@
5103 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars, 5112 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
5104 it can appear unencoded and has been seen from yahoo. 5113 it can appear unencoded and has been seen from yahoo.
5105 5114
51062004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change) 51152004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
5107 5116
5108 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5 5117 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
5109 in upper case. Reported by Wojciech Polak <polak@gnu.org>. 5118 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
@@ -6473,7 +6482,7 @@
6473 other frames. 6482 other frames.
6474 (gdb-reset): Remove dedicated property after debugging. 6483 (gdb-reset): Remove dedicated property after debugging.
6475 6484
64762004-11-24 Jay Belanger <belanger@truman.edu> 64852004-11-24 Jay Belanger <belanger@truman.edu>
6477 6486
6478 * calc/calc-sel.el: Add comment. 6487 * calc/calc-sel.el: Add comment.
6479 6488
@@ -7761,7 +7770,7 @@
7761 (gud-gdba-command-name, gdb-show-main, gdb-many-windows): 7770 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
7762 Add :version keyword. 7771 Add :version keyword.
7763 7772
77642004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com> 77732004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
7765 7774
7766 * progmodes/flymake.el (flymake-err-line-patterns): 7775 * progmodes/flymake.el (flymake-err-line-patterns):
7767 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert 7776 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
@@ -8170,7 +8179,7 @@
8170 Handle periods and underscores in a function name. 8179 Handle periods and underscores in a function name.
8171 Remove the address fontification. 8180 Remove the address fontification.
8172 8181
81732004-10-24 Masatake YAMATO <jet@gyve.org> 81822004-10-24 Masatake YAMATO <jet@gyve.org>
8174 8183
8175 * progmodes/asm-mode.el (asm-font-lock-keywords): 8184 * progmodes/asm-mode.el (asm-font-lock-keywords):
8176 Use font-lock-variable-name-face for registers. 8185 Use font-lock-variable-name-face for registers.
@@ -8312,7 +8321,7 @@
8312 8321
8313 * paths.el (news-path): Fix previous change. 8322 * paths.el (news-path): Fix previous change.
8314 8323
83152004-10-18 Jay Belanger <belanger@truman.edu> 83242004-10-18 Jay Belanger <belanger@truman.edu>
8316 8325
8317 * calc/calc-help.el (calc-describe-bindings): 8326 * calc/calc-help.el (calc-describe-bindings):
8318 Set `buffer-read-only' to nil while working in the keybindings buffer; 8327 Set `buffer-read-only' to nil while working in the keybindings buffer;
@@ -9452,7 +9461,7 @@
9452 9461
9453 * terminal.el (te-escape): Show `?' in prompt for help key. 9462 * terminal.el (te-escape): Show `?' in prompt for help key.
9454 9463
94552004-09-04 Emilio C. Lopes <eclig@gmx.net> 94642004-09-04 Emilio C. Lopes <eclig@gmx.net>
9456 9465
9457 * emacs-lisp/lisp.el (kill-backward-up-list): New function. 9466 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
9458 9467
@@ -9860,7 +9869,7 @@
9860 9869
9861 * imenu.el: Several doc fixes: don't say variables are buffer-local. 9870 * imenu.el: Several doc fixes: don't say variables are buffer-local.
9862 9871
98632004-08-16 Davis Herring <herring@lanl.gov> 98722004-08-16 Davis Herring <herring@lanl.gov>
9864 9873
9865 * isearch.el (isearch-string, isearch-message-string, isearch-point) 9874 * isearch.el (isearch-string, isearch-message-string, isearch-point)
9866 (isearch-success, isearch-forward-flag, isearch-other-end) 9875 (isearch-success, isearch-forward-flag, isearch-other-end)