aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2002-05-21 23:23:08 +0000
committerStefan Monnier2002-05-21 23:23:08 +0000
commit76a98a5066c54897dca5a8d9c12153fa599d311f (patch)
treec9d0dbc8b7d690ab3159e6e8cc0b1f74e388cf57 /lisp/ChangeLog
parent544e5562dca591883197d29480768dcbfca8a407 (diff)
downloademacs-76a98a5066c54897dca5a8d9c12153fa599d311f.tar.gz
emacs-76a98a5066c54897dca5a8d9c12153fa599d311f.zip
(ange-ftp-allow-child-lookup): Re-enable since
the last patch works around the wu-ftpd misfeature that prompted the disabling of this optimization.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog27
1 files changed, 16 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 849b4477b59..91da468b6b6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12002-05-21 Stefan Monnier <monnier@cs.yale.edu>
2
3 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
4 the last patch works around the wu-ftpd misfeature that prompted
5 the disabling of this optimization.
6
12002-05-21 Colin Walters <walters@gnu.org> 72002-05-21 Colin Walters <walters@gnu.org>
2 8
3 * international/mule.el (make-coding-system): Doc fixes. 9 * international/mule.el (make-coding-system): Doc fixes.
@@ -7,11 +13,11 @@
7 (set-auto-coding): Update docs. 13 (set-auto-coding): Update docs.
8 (sgml-xml-auto-coding-function): New function. 14 (sgml-xml-auto-coding-function): New function.
9 15
10 * international/mule-util.el (truncate-string-to-width): New 16 * international/mule-util.el (truncate-string-to-width):
11 optional argument `ellipsis'. Add commented-out test suite, and 17 New optional argument `ellipsis'. Add commented-out test suite, and
12 change coding to iso-2022-7bit. 18 change coding to iso-2022-7bit.
13 19
142002-05-21 Colin Walters <walters@verbum.org> 202002-05-21 Colin Walters <walters@verbum.org>
15 21
16 * font-lock.el (font-lock-defaults, font-lock-defaults-alist) 22 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
17 (font-lock-multiline, font-lock-fontified, font-lock-mode) 23 (font-lock-multiline, font-lock-fontified, font-lock-mode)
@@ -22,8 +28,8 @@
22 * font-core.el: New file, with functions taken from font-lock.el. 28 * font-core.el: New file, with functions taken from font-lock.el.
23 (font-lock-category-alist): New variable. 29 (font-lock-category-alist): New variable.
24 (font-lock-mode): Use it. 30 (font-lock-mode): Use it.
25 (font-lock-set-defaults): Partially taken from font-lock.el. Only 31 (font-lock-set-defaults): Partially taken from font-lock.el.
26 load font-lock.el when necessary. 32 Only load font-lock.el when necessary.
27 33
28 * loadup.el: Add font-core.el. 34 * loadup.el: Add font-core.el.
29 35
@@ -35,7 +41,7 @@
35 (occur-engine): Use categories from `font-lock-category-alist'. 41 (occur-engine): Use categories from `font-lock-category-alist'.
36 42
37 * info.el (Info-fontify): Deleted. 43 * info.el (Info-fontify): Deleted.
38 (Info-select-node): Don't use it. 44 (Info-select-node): Don't use it.
39 (Info-mode-hook): New variable. 45 (Info-mode-hook): New variable.
40 (Info-mode): Set up categories. 46 (Info-mode): Set up categories.
41 (Info-fontify-menu-headers, Info-fontify-node): Use categories. 47 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
@@ -57,7 +63,7 @@
57 (ibuffer-insert-filter-group): Ditto. 63 (ibuffer-insert-filter-group): Ditto.
58 (ibuffer-mode): Set up category properties. 64 (ibuffer-mode): Set up category properties.
59 65
602002-05-21 Colin Walters <walters@debian.org> 662002-05-21 Colin Walters <walters@debian.org>
61 67
62 * replace.el (occur-engine): Increment globalcount all at once 68 * replace.el (occur-engine): Increment globalcount all at once
63 after searching a buffer. 69 after searching a buffer.
@@ -65,19 +71,18 @@
65 71
66 * ibuf-macs.el (define-ibuffer-column): Add third argument 72 * ibuf-macs.el (define-ibuffer-column): Add third argument
67 `ibuffer-buf'. 73 `ibuffer-buf'.
68 74
69 * ibuffer.el (toplevel): Require font-lock, to get the face 75 * ibuffer.el (toplevel): Require font-lock, to get the face
70 definitions. 76 definitions.
71 (ibuffer-use-fontification): Deleted. 77 (ibuffer-use-fontification): Deleted.
72 (column filename-and-process): New column. 78 (column filename-and-process): New column.
73 (ibuffer-formats): Use it by default. 79 (ibuffer-formats): Use it by default.
74 (ibuffer-name-map, ibuffer-mode-name-map) 80 (ibuffer-name-map, ibuffer-mode-name-map)
75 (ibuffer-filter-group-map): Don't set parent to 81 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
76 `ibuffer-mode-map'.
77 (ibuffer-do-save, ibuffer-do-toggle-modified) 82 (ibuffer-do-save, ibuffer-do-toggle-modified)
78 (ibuffer-do-toggle-read-only, ibuffer-do-delete) 83 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
79 (ibuffer-do-kill-on-deletion-marks): Include name in definition. 84 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
80 (ibuffer): New optional argument `formats'. 85 (ibuffer): New optional argument `formats'.
81 86
822002-05-21 Eli Zaretskii <eliz@is.elta.co.il> 872002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
83 88