Mercurial > emacs
comparison lisp/ChangeLog @ 34885:766c951092cc
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 27 Dec 2000 17:08:35 +0000 |
parents | b15875366527 |
children | 09222394e994 |
comparison
equal
deleted
inserted
replaced
34884:469d99929953 | 34885:766c951092cc |
---|---|
1 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il> | |
2 | |
3 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>: | |
4 | |
5 * ls-lisp.el: Better support for the Mac and MS-Windows. | |
6 (ls-lisp): New defgroup. | |
7 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first) | |
8 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program) | |
9 (ls-lisp-support-shell-wildcards): New defcustoms. | |
10 (ls-lisp-parse-symlink): New function. | |
11 (insert-directory): Code to convert switches to a list and set up | |
12 the wildcard argument copied from ls-lisp-insert-directory. | |
13 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support | |
14 for -C and -R switches. | |
15 (ls-lisp-column-format): New function. | |
16 (ls-lisp-delete-matching, ls-lisp-handle-switches) | |
17 (ls-lisp-format-time): Add doc strings. | |
18 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches. | |
19 Support ls-lisp-dirs-first. | |
20 (ls-lisp-classify, ls-lisp-extension): New functions. | |
21 (ls-lisp-format): Optionally support emulation of symlinks. | |
22 Support -i, -s, and -G switches. | |
23 | |
1 2000-12-27 Gerd Moellmann <gerd@gnu.org> | 24 2000-12-27 Gerd Moellmann <gerd@gnu.org> |
2 | 25 |
3 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70. | 26 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70. |
4 | 27 |
5 * version.el (emacs-version): Print X scroll bar information. | 28 * version.el (emacs-version): Print X scroll bar information. |