comparison lisp/ChangeLog @ 30123:b235edbd96c8

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 09 Jul 2000 18:36:21 +0000
parents 88ffd1434bb2
children 97a26ae985ea
comparison
equal deleted inserted replaced
30122:76b25f049c1e 30123:b235edbd96c8
1 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
2
3 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
4
1 2000-07-07 Gerd Moellmann <gerd@gnu.org> 5 2000-07-07 Gerd Moellmann <gerd@gnu.org>
2 6
3 * bindings.el: Bind ´[delete]' to delete-char. 7 * bindings.el: Bind ´[delete]' to delete-char.
4 8
5 * dired.el (dired-find-alternate-file): New function. 9 * dired.el (dired-find-alternate-file): New function.
30 2000-07-01 Francesco Potorti` <pot@gnu.org> 34 2000-07-01 Francesco Potorti` <pot@gnu.org>
31 35
32 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as 36 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
33 exim can use "your message" instead of "the message". 37 exim can use "your message" instead of "the message".
34 38
39 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
40
41 * facemenu.el: Docstrings fixes.
42 (facemenu-get-face): Don't use internal-find-face.
43 (facemenu-iterate): Rename arg to match the docstring.
44
45 * newcomment.el (uncomment-region): Be more careful when skipping
46 backwards over `=' not to bump into BOBP.
47
35 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu> 48 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
36 49
37 * ediff-diff.el (ediff-wordify): Use syntax table. 50 * ediff-diff.el (ediff-wordify): Use syntax table.
38 * ediff-init.el (ediff-has-face-support-p): Use 51 * ediff-init.el (ediff-has-face-support-p): Use
39 ediff-color-display-p. 52 ediff-color-display-p.