aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2005-09-09 04:58:15 +0000
committerStefan Monnier2005-09-09 04:58:15 +0000
commit29499b827c0f684d542d018c2ff7988df7c6d00e (patch)
tree2a68a0575cc5b064f585d8c5822e59c11418efa8
parentd752cf539f3dd6139db8570aa256c0b75235225a (diff)
downloademacs-29499b827c0f684d542d018c2ff7988df7c6d00e.tar.gz
emacs-29499b827c0f684d542d018c2ff7988df7c6d00e.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 784e665acfa..b79f2fddda4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -17,6 +17,15 @@
17 17
18 * descr-text.el (describe-property-list): Handle non-symbol prop names. 18 * descr-text.el (describe-property-list): Handle non-symbol prop names.
19 19
202005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23 Use with-current-buffer.
24 (ange-ftp-gwp-start): Remove unused var `gw-user'.
25 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
26 (ange-ftp-insert-directory): Remove unused var `short'.
27 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
28
202005-08-30 Richard M. Stallman <rms@gnu.org> 292005-08-30 Richard M. Stallman <rms@gnu.org>
21 30
22 * simple.el (blink-matching-open): Get rid of text props from 31 * simple.el (blink-matching-open): Get rid of text props from
@@ -54,8 +63,7 @@
54 63
552005-09-07 Michael Albinus <michael.albinus@gmx.de> 642005-09-07 Michael Albinus <michael.albinus@gmx.de>
56 65
57 * woman.el (top): Remap `man' command by `woman' in 66 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
58 `woman-mode-map'.
59 (Man-getpage-in-background-advice): Remove defadvice; it isn't 67 (Man-getpage-in-background-advice): Remove defadvice; it isn't
60 necessary any longer with the remapped command. 68 necessary any longer with the remapped command.
61 (Man-bgproc-sentinel-advice): Remove defadvice which counts 69 (Man-bgproc-sentinel-advice): Remove defadvice which counts