Mercurial > emacs
comparison lisp/ChangeLog @ 73968:a4d58aeb9dd9
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Mon, 13 Nov 2006 08:40:12 +0000 |
parents | 6b530321bdb2 |
children | c7e2654270f7 |
comparison
equal
deleted
inserted
replaced
73967:8aa00b07ec99 | 73968:a4d58aeb9dd9 |
---|---|
1 2006-11-13 Carsten Dominik <dominik@science.uva.nl> | |
2 | |
3 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on | |
4 bullets. | |
5 (org-metaright): Call `org-indent-item' on bullets. | |
6 (org-timestamp-change): Set `org-last-changed-timestamp'. | |
7 (org-current-line): Make sure (bolp) returns correct result. | |
8 (org-agenda-change-all-lines): Make sure highlighting TODO always | |
9 works. | |
10 | |
1 2006-11-12 Richard Stallman <rms@gnu.org> | 11 2006-11-12 Richard Stallman <rms@gnu.org> |
2 | 12 |
3 * language/european.el (turkish-case-conversion-enable) | 13 * language/european.el (turkish-case-conversion-enable) |
4 (turkish-case-conversion-disable): New functions. | 14 (turkish-case-conversion-disable): New functions. |
5 ("Turkish" lang env): Use them. | 15 ("Turkish" lang env): Use them. |
140 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string | 150 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string |
141 with a capital. | 151 with a capital. |
142 | 152 |
143 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com> | 153 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com> |
144 | 154 |
155 <<<<<<< ChangeLog | |
156 * textmodes/org.el (org-show-hierarchy-above) | |
157 (org-show-following-heading): Fixed typo in default value. | |
158 | |
159 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com> | |
160 | |
161 * textmodes/org.el (org-scan-tags): Make the search | |
162 case-sensitive. | |
163 (org-tags-sparse-tree): Don't overrule | |
164 `org-show-following-heading' and `org-show-hierarchy-above'. | |
165 ======= | |
145 * textmodes/org.el (org-scan-tags): Make the search case-sensitive. | 166 * textmodes/org.el (org-scan-tags): Make the search case-sensitive. |
146 (org-tags-sparse-tree): Don't overrule `org-show-following-heading' | 167 (org-tags-sparse-tree): Don't overrule `org-show-following-heading' |
147 and `org-show-hierarchy-above'. | 168 and `org-show-hierarchy-above'. |
169 >>>>>>> 1.10303 | |
148 (org-reveal): New command. | 170 (org-reveal): New command. |
149 (org-show-context): Renamed from `org-show-hierarchy-above'. | 171 (org-show-context): Renamed from `org-show-hierarchy-above'. |
150 (org-fast-tag-selection-single-key): New option. | 172 (org-fast-tag-selection-single-key): New option. |
151 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions. | 173 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions. |
152 (org-tags-overlay): New variable. | 174 (org-tags-overlay): New variable. |