Mercurial > emacs
comparison lisp/ChangeLog @ 87867:0fe0f2600ea9
(ibuffer-mode): Fix last change.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 20 Jan 2008 20:23:46 +0000 |
parents | 1a3c90d4d8fa |
children | 42e52955b47c |
comparison
equal
deleted
inserted
replaced
87866:886827d2b42f | 87867:0fe0f2600ea9 |
---|---|
1 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * ibuffer.el (ibuffer-mode): Fix last change. | |
4 | |
1 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu> | 5 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 6 |
3 * vc-hg.el (vc-hg-registered): | 7 * vc-hg.el (vc-hg-registered): |
4 * vc-svn.el (vc-svn-registered): Make it work for non-existent | 8 * vc-svn.el (vc-svn-registered): Make it work for non-existent files. |
5 files. | |
6 | 9 |
7 2008-01-20 Martin Rudalics <rudalics@gmx.at> | 10 2008-01-20 Martin Rudalics <rudalics@gmx.at> |
8 | 11 |
9 * repeat.el (repeat-undo-count): New variable. | 12 * repeat.el (repeat-undo-count): New variable. |
10 (repeat): For self-insertions make undo boundary only after 20 | 13 (repeat): For self-insertions make undo boundary only after 20 |
31 | 34 |
32 * progmodes/python.el (python-imports): Default to "None". | 35 * progmodes/python.el (python-imports): Default to "None". |
33 | 36 |
34 2008-01-19 Tom Tromey <tromey@redhat.com> | 37 2008-01-19 Tom Tromey <tromey@redhat.com> |
35 | 38 |
36 * vc-svn.el (vc-svn-after-dir-status): New function. | 39 * vc-svn.el (vc-svn-after-dir-status): New function. |
37 (vc-svn-dir-status): Run svn asynchronously. | 40 (vc-svn-dir-status): Run svn asynchronously. |
38 | 41 |
39 2008-01-19 Martin Rudalics <rudalics@gmx.at> | 42 2008-01-19 Martin Rudalics <rudalics@gmx.at> |
40 | 43 |
41 * progmodes/hideif.el (hide-ifdef-shadow): New option. | 44 * progmodes/hideif.el (hide-ifdef-shadow): New option. |
42 (hide-ifdef-shadow): New face. | 45 (hide-ifdef-shadow): New face. |
43 (hide-ifdef-toggle-shadowing): New function to toggle between | 46 (hide-ifdef-toggle-shadowing): New function to toggle between |
44 shadowing and making code invisible. | 47 shadowing and making code invisible. |
45 (hide-ifdef-mode-submap): Add binding for | 48 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing. |
46 hide-ifdef-toggle-shadowing. | 49 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing. |
47 (hide-ifdef-mode-menu): Add entry for | |
48 hide-ifdef-toggle-shadowing. | |
49 (hide-ifdef-region-internal): Give new overlay hide-ifdef | 50 (hide-ifdef-region-internal): Give new overlay hide-ifdef |
50 property. Shadow text when hide-ifdef-shadow is non-nil. | 51 property. Shadow text when hide-ifdef-shadow is non-nil. |
51 (hif-show-ifdef-region): Remove overlays with hide-ifdef | 52 (hif-show-ifdef-region): Remove overlays with hide-ifdef |
52 property set. | 53 property set. |
53 (hif-hide-line): Use when instead of if. | 54 (hif-hide-line): Use when instead of if. |