Mercurial > emacs
comparison lisp/ChangeLog @ 59994:3e0903b0d56d
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 08 Feb 2005 23:50:46 +0000 |
parents | a518aec8f272 |
children | aac0a33f5772 |
comparison
equal
deleted
inserted
replaced
59993:22a410b2373b | 59994:3e0903b0d56d |
---|---|
1 2005-02-09 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * ido.el (ido-file-extensions-order): New defcustom. | |
4 (ido-file-extension-lessp, ido-file-extension-aux) | |
5 (ido-file-extension-order): New advanced file ordering. | |
6 (ido-file-lessp): New simple file ordering. | |
7 (ido-sort-list): Remove. | |
8 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp. | |
9 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp. | |
10 | |
1 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu> | 11 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 12 |
3 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K | 13 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K |
4 that some versions of grep produce. | 14 that some versions of grep produce. |
5 (grep-mode-font-lock-keywords): Likewise. | 15 (grep-mode-font-lock-keywords): Likewise. |