aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6d52d790c0c..9604c9f4ec1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,26 @@
12000-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
12000-12-27 Gerd Moellmann <gerd@gnu.org> 242000-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.