comparison lisp/ChangeLog @ 57721:095db2c661af

*** empty log message ***
author Daniel Pfeiffer <occitan@esperanto.org>
date Tue, 26 Oct 2004 21:44:20 +0000
parents 156f101971e4
children e369cf644334 0fe073a08cef
comparison
equal deleted inserted replaced
57720:557213a7ca17 57721:095db2c661af
1 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
2
3 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
4 trivial variants to shorten the list.
5 (xml-based-modes): New var.
6 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
7 declaration higher priority than auto-mode-alist.
8
9 * find-file.el (cc-other-file-alist): Bring it in line with
10 cc-mode's auto-mode-alist entries and use \' instead of $.
11
12 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
13 and add "Id" and "Name" submenus to it.
14
15 * imenu.el (imenu--generic-function): Skip matches in comments.
16
1 2004-10-26 Jay Belanger <belanger@truman.edu> 17 2004-10-26 Jay Belanger <belanger@truman.edu>
2 18
3 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad) 19 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
4 (full-calc-keypad, calc-trail-display): Use an extra argument 20 (full-calc-keypad, calc-trail-display): Use an extra argument
5 instead of `interactive-p'. 21 instead of `interactive-p'.
6 22
7 * calc/calc-misc.el (calc-other-window): Use an extra argument 23 * calc/calc-misc.el (calc-other-window): Use an extra argument
8 instead of `interactive-p'. 24 instead of `interactive-p'.
9 25
10 * calc/calc-rewr.el (calc-match): Use an extra argument instead of 26 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
11 `interactive-p'. 27 `interactive-p'.
12 28
13 2004-10-26 Kim F. Storm <storm@cua.dk> 29 2004-10-26 Kim F. Storm <storm@cua.dk>
14 30
15 * help.el (describe-key): Describe both down-event and up-event 31 * help.el (describe-key): Describe both down-event and up-event
16 for a mouse click. 32 for a mouse click.