Mercurial > emacs
comparison lisp/ChangeLog @ 63830:73629b5f7093
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 29 Jun 2005 06:46:37 +0000 |
parents | 6daa07af6765 |
children | 98c693a81ce6 |
comparison
equal
deleted
inserted
replaced
63829:5448f90c05f7 | 63830:73629b5f7093 |
---|---|
1 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * newcomment.el (comment-indent-default): Don't get fooled by an early | |
4 end of buffer. | |
5 | |
1 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 6 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
2 | 7 |
3 * ps-print.el (ps-print-version): Fixed version number. | 8 * ps-print.el (ps-print-version): Fix version number. |
4 | 9 |
5 2005-06-28 Luc Teirlinck <teirllm@auburn.edu> | 10 2005-06-28 Luc Teirlinck <teirllm@auburn.edu> |
6 | 11 |
7 * textmodes/ispell.el (ispell-word): Remove stray parenthesis. | 12 * textmodes/ispell.el (ispell-word): Remove stray parenthesis. |
8 | 13 |
49 | 54 |
50 * facemenu.el (facemenu-unlisted-faces): Add foreground and | 55 * facemenu.el (facemenu-unlisted-faces): Add foreground and |
51 background color faces. | 56 background color faces. |
52 (facemenu-get-face): Delete function. | 57 (facemenu-get-face): Delete function. |
53 (facemenu-set-face-from-menu): Don't call facemenu-get-face. | 58 (facemenu-set-face-from-menu): Don't call facemenu-get-face. |
54 (facemenu-add-new-color): Make second argument mandatory. Create | 59 (facemenu-add-new-color): Make second argument mandatory. |
55 the approprate face and return it. Simplify. | 60 Create the approprate face and return it. Simplify. |
56 (facemenu-set-foreground, facemenu-set-background): Don't check if | 61 (facemenu-set-foreground, facemenu-set-background): Don't check if |
57 color is defined. Use return value of facemenu-add-new-color. | 62 color is defined. Use return value of facemenu-add-new-color. |
58 | 63 |
59 2005-06-26 Nick Roberts <nickrob@snap.net.nz> | 64 2005-06-26 Nick Roberts <nickrob@snap.net.nz> |
60 | 65 |