Mercurial > emacs
comparison lisp/ChangeLog @ 84427:ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 10 Sep 2007 03:22:12 +0000 |
parents | a315dc8105bc |
children | 05009eb6121a |
comparison
equal
deleted
inserted
replaced
84426:74dfb3b7d8f2 | 84427:ec0a616d2629 |
---|---|
1 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * woman.el (woman-mode-map, woman-syntax-table): | |
4 Initialize in the declaration. | |
5 | |
1 2007-09-09 Tassilo Horn <tassilo@member.fsf.org> | 6 2007-09-09 Tassilo Horn <tassilo@member.fsf.org> |
2 | 7 |
3 * doc-view.el: New file. | 8 * doc-view.el: New file. |
4 | 9 |
5 2007-09-09 Juri Linkov <juri@jurta.org> | 10 2007-09-09 Juri Linkov <juri@jurta.org> |
96 | 101 |
97 * textmodes/org-publish.el: arch-tag restored. | 102 * textmodes/org-publish.el: arch-tag restored. |
98 | 103 |
99 2007-09-08 Masatake YAMATO <jet@gyve.org> | 104 2007-09-08 Masatake YAMATO <jet@gyve.org> |
100 | 105 |
101 * progmodes/which-func.el (which-func-modes): Added diff-mode. | 106 * progmodes/which-func.el (which-func-modes): Add diff-mode. |
102 | 107 |
103 * progmodes/cc-langs.el: Support new keywords added to | 108 * progmodes/cc-langs.el: Support new keywords added to |
104 objective-c frontend of gcc. | 109 objective-c frontend of gcc. |
105 (c-simple-stmt-kwds): Added @throw. | 110 (c-simple-stmt-kwds): Add @throw. |
106 (c-block-stmt-2-kwds): Added @synchronized. | 111 (c-block-stmt-2-kwds): Add @synchronized. |
107 (c-block-stmt-1-kwds): Added @finally and @try. | 112 (c-block-stmt-1-kwds): Add @finally and @try. |
108 | 113 |
109 2007-09-07 Carsten Dominik <dominik@science.uva.nl> | 114 2007-09-07 Carsten Dominik <dominik@science.uva.nl> |
110 | 115 |
111 * textmodes/org.el: (org-edit-timestamp-down-means-later): New | 116 * textmodes/org.el: (org-edit-timestamp-down-means-later): New option. |
112 option. | |
113 (org-agenda-after-show-hook): New variable. | 117 (org-agenda-after-show-hook): New variable. |
114 (org-columns-compile-format) | 118 (org-columns-compile-format) |
115 (org-columns-get-autowidth-alist, org-buffer-property-keys) | 119 (org-columns-get-autowidth-alist, org-buffer-property-keys) |
116 (org-entry-properties, org-at-property-p): Allow [:alnum:] in | 120 (org-entry-properties, org-at-property-p): Allow [:alnum:] in |
117 property names. | 121 property names. |