Mercurial > emacs
comparison lisp/ChangeLog @ 71097:440be7e69f07
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Tue, 30 May 2006 16:31:11 +0000 |
parents | 3407291ee367 |
children | 83b8d9f95633 |
comparison
equal
deleted
inserted
replaced
71096:d26859871d39 | 71097:440be7e69f07 |
---|---|
1 2006-05-30 Carsten Dominik <dominik@science.uva.nl> | |
2 | |
3 * textmodes/org.el: (org-agenda-highlight-todo): Make sure regexp | |
4 does only match in the right place. | |
5 (org-upcoming-deadline): New face. | |
6 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'. | |
7 (org-export-ascii-underline): Renamed and made an option | |
8 (was constant `org-ascii-underline'). | |
9 (org-export-ascii-bullets): New option. | |
10 (org-export-as-html): Many changes to emit valid XHTML. | |
11 (org-par-open): New variable. | |
12 (org-open-par, org-close-par-maybe, org-close-li-maybe): New | |
13 functions. | |
14 (org-html-do-expand, org-section-number): Fixedcase in | |
15 `replace-match'. org-timeline): Pass | |
16 `org-timeline-show-empty-dates' to `org-get-all-dates'. Interpret | |
17 empty dates returned by `org-get-all-dates'. | |
18 (org-get-all-dates): New argument EMPTY. Add dates without | |
19 entries to the list, mark large ranges of empty dates. | |
20 (org-point-in-group, org-context): New functions. | |
21 | |
1 2006-05-30 Nick Roberts <nickrob@snap.net.nz> | 22 2006-05-30 Nick Roberts <nickrob@snap.net.nz> |
2 | 23 |
3 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers. | 24 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers. |
4 | 25 |
5 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to | 26 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to |