aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-12-27 17:08:35 +0000
committerEli Zaretskii2000-12-27 17:08:35 +0000
commitb202115bbc1fd8a96708341f54dc2fffced9e371 (patch)
tree057db2bc590a0150ab1283ad7b49046a99656e33
parent3f51f5a958e77fba2cddc1002d34fa31babae056 (diff)
downloademacs-b202115bbc1fd8a96708341f54dc2fffced9e371.tar.gz
emacs-b202115bbc1fd8a96708341f54dc2fffced9e371.zip
*** empty log message ***
-rw-r--r--ChangeLog8
-rw-r--r--lisp/ChangeLog23
2 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab15ef5e751..bb77a608cc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
12000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * INSTALL: Add basic installation procedure which assumes
4 `configure' does its job. Elaborate on image support libraries.
5 Add a pointer to Xaw3d library. Add advice about solving
6 configure-time problems by looking in config.log and setting
7 variables in the envoronment.
8
12000-12-27 Gerd Moellmann <gerd@gnu.org> 92000-12-27 Gerd Moellmann <gerd@gnu.org>
2 10
3 * Makefile.in (install-arch-indep): If tar fails, exit with 11 * Makefile.in (install-arch-indep): If tar fails, exit with
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.