diff options
| author | Kim F. Storm | 2006-05-31 22:46:20 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-05-31 22:46:20 +0000 |
| commit | 8ba7e5409ccbed8dd4fff03c8d2f0e337ad3d42e (patch) | |
| tree | 75fee67084176d11fef4f4ccfbcee13725a0a276 /lisp | |
| parent | 06e95e651654e89e5ba6cfc1e12603f23b8e568a (diff) | |
| download | emacs-8ba7e5409ccbed8dd4fff03c8d2f0e337ad3d42e.tar.gz emacs-8ba7e5409ccbed8dd4fff03c8d2f0e337ad3d42e.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 43 |
1 files changed, 21 insertions, 22 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2065e55b4a1..3af011ffd34 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -14,39 +14,40 @@ | |||
| 14 | 14 | ||
| 15 | 2006-05-31 Masatake YAMATO <jet@gyve.org> | 15 | 2006-05-31 Masatake YAMATO <jet@gyve.org> |
| 16 | 16 | ||
| 17 | * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-called-line): | 17 | * progmodes/compile.el: |
| 18 | Don't put face on `-' lines in gcov file. | 18 | (compilation-error-regexp-alist-alist::gcov-called-line): |
| 19 | Suggested by Dan Nicolaescu. | 19 | Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu. |
| 20 | 20 | ||
| 21 | 2006-05-31 Nick Roberts <nickrob@snap.net.nz> | 21 | 2006-05-31 Nick Roberts <nickrob@snap.net.nz> |
| 22 | 22 | ||
| 23 | * progmodes/gud.el (gud-query-cmdline, gud-common-init): Revert | 23 | * progmodes/gud.el (gud-query-cmdline, gud-common-init): |
| 24 | inadvertant changes made with last commit. | 24 | Revert inadvertant changes made with last commit. |
| 25 | 25 | ||
| 26 | 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de> | 26 | 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de> |
| 27 | 27 | ||
| 28 | * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell): New | 28 | * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell): |
| 29 | functions. | 29 | New functions. |
| 30 | 30 | ||
| 31 | * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell. | 31 | * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell. |
| 32 | 32 | ||
| 33 | 2006-05-30 Carsten Dominik <dominik@science.uva.nl> | 33 | 2006-05-30 Carsten Dominik <dominik@science.uva.nl> |
| 34 | 34 | ||
| 35 | * textmodes/org.el: (org-agenda-highlight-todo): Make sure regexp | 35 | * textmodes/org.el: (org-agenda-highlight-todo): Make sure regexp |
| 36 | does only match in the right place. | 36 | only matches in the right place. |
| 37 | (org-upcoming-deadline): New face. | 37 | (org-upcoming-deadline): New face. |
| 38 | (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'. | 38 | (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'. |
| 39 | (org-export-ascii-underline): Renamed and made an option | 39 | (org-export-ascii-underline): Rename constant `org-ascii-underline' |
| 40 | (was constant `org-ascii-underline'). | 40 | and make it an option. |
| 41 | (org-export-ascii-bullets): New option. | 41 | (org-export-ascii-bullets): New option. |
| 42 | (org-export-as-html): Many changes to emit valid XHTML. | 42 | (org-export-as-html): Many changes to emit valid XHTML. |
| 43 | (org-par-open): New variable. | 43 | (org-par-open): New variable. |
| 44 | (org-open-par, org-close-par-maybe, org-close-li-maybe): New | 44 | (org-open-par, org-close-par-maybe, org-close-li-maybe): |
| 45 | functions. | 45 | New functions. |
| 46 | (org-html-do-expand, org-section-number): Fixedcase in | 46 | (org-html-do-expand, org-section-number): Fixed case in |
| 47 | `replace-match'. org-timeline): Pass | 47 | `replace-match'. |
| 48 | `org-timeline-show-empty-dates' to `org-get-all-dates'. Interpret | 48 | (org-timeline): Pass `org-timeline-show-empty-dates' to |
| 49 | empty dates returned by `org-get-all-dates'. | 49 | `org-get-all-dates'. |
| 50 | Interpret empty dates returned by `org-get-all-dates'. | ||
| 50 | (org-get-all-dates): New argument EMPTY. Add dates without | 51 | (org-get-all-dates): New argument EMPTY. Add dates without |
| 51 | entries to the list, mark large ranges of empty dates. | 52 | entries to the list, mark large ranges of empty dates. |
| 52 | (org-point-in-group, org-context): New functions. | 53 | (org-point-in-group, org-context): New functions. |
| @@ -63,16 +64,15 @@ | |||
| 63 | * speedbar.el (speedbar-detach): Delete. | 64 | * speedbar.el (speedbar-detach): Delete. |
| 64 | (speedbar-easymenu-definition-trailer): Remove speedbar-detach as | 65 | (speedbar-easymenu-definition-trailer): Remove speedbar-detach as |
| 65 | it breaks things. | 66 | it breaks things. |
| 66 | (speedbar-reconfigure-keymaps): Always add extra items to pop up | 67 | (speedbar-reconfigure-keymaps): Always add extra items to pop up menu. |
| 67 | menu. | ||
| 68 | 68 | ||
| 69 | 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org> | 69 | 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org> |
| 70 | 70 | ||
| 71 | * files.el (auto-mode-alist): Add makepp suffix and optional mk on | 71 | * files.el (auto-mode-alist): Add makepp suffix and optional mk on |
| 72 | Makeppfile. | 72 | Makeppfile. |
| 73 | 73 | ||
| 74 | * progmodes/compile.el (compilation-error-regexp-alist-alist): Add | 74 | * progmodes/compile.el (compilation-error-regexp-alist-alist): |
| 75 | makepp diagnostic. | 75 | Add makepp diagnostic. |
| 76 | 76 | ||
| 77 | 2006-05-29 Richard Stallman <rms@gnu.org> | 77 | 2006-05-29 Richard Stallman <rms@gnu.org> |
| 78 | 78 | ||
| @@ -863,8 +863,7 @@ | |||
| 863 | Move `safe-local-variable' declarations to the respective files. | 863 | Move `safe-local-variable' declarations to the respective files. |
| 864 | 864 | ||
| 865 | * help-fns.el (describe-variable): Don't print safe-var if it is | 865 | * help-fns.el (describe-variable): Don't print safe-var if it is |
| 866 | byte-code. Improve wording as suggested by Luc Teirlinck | 866 | byte-code. Improve wording as suggested by Luc Teirlinck. |
| 867 | <teirllm@auburn.edu>. | ||
| 868 | 867 | ||
| 869 | 2006-05-11 Nick Roberts <nickrob@snap.net.nz> | 868 | 2006-05-11 Nick Roberts <nickrob@snap.net.nz> |
| 870 | 869 | ||