diff options
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/ChangeLog | 23 |
2 files changed, 31 insertions, 0 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-12-27 Gerd Moellmann <gerd@gnu.org> | 9 | 2000-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 @@ | |||
| 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. |