Mercurial > emacs
comparison lisp/ChangeLog @ 65389:0c2fe60ac484
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 09 Sep 2005 04:58:15 +0000 |
parents | b08e4ec02015 |
children | 476c6d40ab50 |
comparison
equal
deleted
inserted
replaced
65388:45be648405bb | 65389:0c2fe60ac484 |
---|---|
14 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props. | 14 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props. |
15 | 15 |
16 * font-lock.el (font-lock-support-mode): Doc fix. | 16 * font-lock.el (font-lock-support-mode): Doc fix. |
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 | |
20 2005-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'. | |
19 | 28 |
20 2005-08-30 Richard M. Stallman <rms@gnu.org> | 29 2005-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 |
23 the string shown in echo area. Don't permanently set point. | 32 the string shown in echo area. Don't permanently set point. |
52 (recentf-open-files): Use it. | 61 (recentf-open-files): Use it. |
53 (recentf-open-file-with-key): New command. | 62 (recentf-open-file-with-key): New command. |
54 | 63 |
55 2005-09-07 Michael Albinus <michael.albinus@gmx.de> | 64 2005-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 |
62 formatting time only. | 70 formatting time only. |
63 | 71 |