comparison lisp/ChangeLog @ 69275:09b58f24f398

*** empty log message ***
author John Paul Wallington <jpw@pobox.com>
date Fri, 03 Mar 2006 23:55:18 +0000
parents dd15fb0b9b1b
children ffbb561abb59
comparison
equal deleted inserted replaced
69274:ecf5c4f0cb3a 69275:09b58f24f398
1 2006-03-03 John Paul Wallington <jpw@pobox.com>
2
3 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4 escape parentheses at beginning of line.
5 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
6 (t-mouse-mode): Remove period from end of error message.
7
1 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es> 8 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
2 9
3 textmodes/flyspell.el (flyspell-process-localwords): Be 10 * textmodes/flyspell.el (flyspell-process-localwords): Be
4 case-sensitive. 11 case-sensitive.
5 12
6 2006-03-03 Martin Rudalics <rudalics@gmx.at> 13 2006-03-03 Martin Rudalics <rudalics@gmx.at>
7 14
8 * cus-edit.el (custom-quote): Remove function, since it has been 15 * cus-edit.el (custom-quote): Remove function, since it has been
31 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts 38 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
32 with "www". 39 with "www".
33 40
34 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com> 41 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
35 42
36 allout.el: Restablished intermediate missing comment header to 43 * allout.el: Restablished intermediate missing comment header to
37 preserve outline structure. 44 preserve outline structure.
38 (allout-beginning-of-current-entry): Wasn't skipping invisible 45 (allout-beginning-of-current-entry): Wasn't skipping invisible
39 text - fixed. 46 text - fixed.
40 (allout-open-topic): Was failing when opening a topic at 47 (allout-open-topic): Was failing when opening a topic at
41 end-of-buffer - fixed. 48 end-of-buffer - fixed.