# HG changeset patch # User Kim F. Storm # Date 1149115580 0 # Node ID a85189d6eb4cbcef9dfdfcae471d060a7c763cf0 # Parent cc77c3208f2cc9f25149550af65afe2079a1faf0 *** empty log message *** diff -r cc77c3208f2c -r a85189d6eb4c lisp/ChangeLog --- a/lisp/ChangeLog Wed May 31 22:17:37 2006 +0000 +++ b/lisp/ChangeLog Wed May 31 22:46:20 2006 +0000 @@ -14,39 +14,40 @@ 2006-05-31 Masatake YAMATO - * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-called-line): - Don't put face on `-' lines in gcov file. - Suggested by Dan Nicolaescu. + * progmodes/compile.el: + (compilation-error-regexp-alist-alist::gcov-called-line): + Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu. 2006-05-31 Nick Roberts - * progmodes/gud.el (gud-query-cmdline, gud-common-init): Revert - inadvertant changes made with last commit. + * progmodes/gud.el (gud-query-cmdline, gud-common-init): + Revert inadvertant changes made with last commit. 2006-05-30 Reiner Steib - * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell): New - functions. + * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell): + New functions. * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell. 2006-05-30 Carsten Dominik * textmodes/org.el: (org-agenda-highlight-todo): Make sure regexp - does only match in the right place. + only matches in the right place. (org-upcoming-deadline): New face. (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'. - (org-export-ascii-underline): Renamed and made an option - (was constant `org-ascii-underline'). + (org-export-ascii-underline): Rename constant `org-ascii-underline' + and make it an option. (org-export-ascii-bullets): New option. (org-export-as-html): Many changes to emit valid XHTML. (org-par-open): New variable. - (org-open-par, org-close-par-maybe, org-close-li-maybe): New - functions. - (org-html-do-expand, org-section-number): Fixedcase in - `replace-match'. org-timeline): Pass - `org-timeline-show-empty-dates' to `org-get-all-dates'. Interpret - empty dates returned by `org-get-all-dates'. + (org-open-par, org-close-par-maybe, org-close-li-maybe): + New functions. + (org-html-do-expand, org-section-number): Fixed case in + `replace-match'. + (org-timeline): Pass `org-timeline-show-empty-dates' to + `org-get-all-dates'. + Interpret empty dates returned by `org-get-all-dates'. (org-get-all-dates): New argument EMPTY. Add dates without entries to the list, mark large ranges of empty dates. (org-point-in-group, org-context): New functions. @@ -63,16 +64,15 @@ * speedbar.el (speedbar-detach): Delete. (speedbar-easymenu-definition-trailer): Remove speedbar-detach as it breaks things. - (speedbar-reconfigure-keymaps): Always add extra items to pop up - menu. + (speedbar-reconfigure-keymaps): Always add extra items to pop up menu. 2006-05-30 Daniel Pfeiffer * files.el (auto-mode-alist): Add makepp suffix and optional mk on Makeppfile. - * progmodes/compile.el (compilation-error-regexp-alist-alist): Add - makepp diagnostic. + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Add makepp diagnostic. 2006-05-29 Richard Stallman @@ -863,8 +863,7 @@ Move `safe-local-variable' declarations to the respective files. * help-fns.el (describe-variable): Don't print safe-var if it is - byte-code. Improve wording as suggested by Luc Teirlinck - . + byte-code. Improve wording as suggested by Luc Teirlinck. 2006-05-11 Nick Roberts