diff options
| author | Juanma Barranquero | 2006-06-29 03:21:40 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-06-29 03:21:40 +0000 |
| commit | 0625ded0f3137880d555d5cf48709b84821a296d (patch) | |
| tree | c37928b6ac827790d71c6da9c2ca6ab4bac78182 | |
| parent | a79d34741983e54de57c1b752dbdad4bfc3bc608 (diff) | |
| download | emacs-0625ded0f3137880d555d5cf48709b84821a296d.tar.gz emacs-0625ded0f3137880d555d5cf48709b84821a296d.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 39 |
1 files changed, 19 insertions, 20 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf50351e650..1da59c60c71 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -31,7 +31,6 @@ | |||
| 31 | (org-cdlatex-mode): Improved advice for `texmathp'. | 31 | (org-cdlatex-mode): Improved advice for `texmathp'. |
| 32 | (turn-on-org-cdlatex): New function. | 32 | (turn-on-org-cdlatex): New function. |
| 33 | 33 | ||
| 34 | |||
| 35 | 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 34 | 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 36 | 35 | ||
| 37 | * term/mac-win.el (mac-handle-font-selection): Change keys of | 36 | * term/mac-win.el (mac-handle-font-selection): Change keys of |
| @@ -58,7 +57,7 @@ | |||
| 58 | * international/fontset.el (setup-default-fontset): Fix a typo in | 57 | * international/fontset.el (setup-default-fontset): Fix a typo in |
| 59 | the "Oriya-Akruti" registry name. | 58 | the "Oriya-Akruti" registry name. |
| 60 | 59 | ||
| 61 | 2006-06-23 Lars Hansen <larsh@soem.dk> | 60 | 2006-06-23 Lars Hansen <larsh@soem.dk> |
| 62 | 61 | ||
| 63 | * desktop.el (desktop-full-file-name): New function. | 62 | * desktop.el (desktop-full-file-name): New function. |
| 64 | (desktop-kill, desktop-save, desktop-remove, desktop-read) | 63 | (desktop-kill, desktop-save, desktop-remove, desktop-read) |
| @@ -82,8 +81,8 @@ | |||
| 82 | (org-cycle-open-archived-trees) | 81 | (org-cycle-open-archived-trees) |
| 83 | (org-sparse-tree-open-archived-trees): New options. | 82 | (org-sparse-tree-open-archived-trees): New options. |
| 84 | (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees) | 83 | (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees) |
| 85 | (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip): New | 84 | (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip): |
| 86 | functions. | 85 | New functions. |
| 87 | (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands. | 86 | (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands. |
| 88 | (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'. | 87 | (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'. |
| 89 | (org-mode-map): Add binding for `org-toggle-archive-tag'. | 88 | (org-mode-map): Add binding for `org-toggle-archive-tag'. |
| @@ -199,7 +198,7 @@ | |||
| 199 | (org-update-all-dblocks, org-find-dblock): New functions. | 198 | (org-update-all-dblocks, org-find-dblock): New functions. |
| 200 | (org-collect-clock-time-entries): New function. | 199 | (org-collect-clock-time-entries): New function. |
| 201 | (org-html-handle-time-stamps): Never export CLOCK timeranges. | 200 | (org-html-handle-time-stamps): Never export CLOCK timeranges. |
| 202 | (org-fixup-indentation): Modified to deadl correctly with lines | 201 | (org-fixup-indentation): Modified to deal correctly with lines |
| 203 | starting with TAB. Only one argument DIFF now. | 202 | starting with TAB. Only one argument DIFF now. |
| 204 | (org-demote, org-promote): Call `org-fixup-indentation' with just | 203 | (org-demote, org-promote): Call `org-fixup-indentation' with just |
| 205 | one argument, DIFF. | 204 | one argument, DIFF. |
| @@ -332,7 +331,7 @@ | |||
| 332 | 331 | ||
| 333 | 2006-06-10 Carsten Dominik <dominik@science.uva.nl> | 332 | 2006-06-10 Carsten Dominik <dominik@science.uva.nl> |
| 334 | 333 | ||
| 335 | * textmodes/org.el: (org-agenda-mode-map): Add bindings for | 334 | * textmodes/org.el (org-agenda-mode-map): Add bindings for |
| 336 | clocking functions. | 335 | clocking functions. |
| 337 | 336 | ||
| 338 | (org-agenda-clock-in, org-check-running-clock) | 337 | (org-agenda-clock-in, org-check-running-clock) |
| @@ -420,7 +419,7 @@ | |||
| 420 | 419 | ||
| 421 | 2006-06-06 Carsten Dominik <dominik@science.uva.nl> | 420 | 2006-06-06 Carsten Dominik <dominik@science.uva.nl> |
| 422 | 421 | ||
| 423 | * textmodes/org.el: (org-archive-subtree): Use end-of-subtree as | 422 | * textmodes/org.el (org-archive-subtree): Use end-of-subtree as |
| 424 | insertion point and control the number of empty lines. | 423 | insertion point and control the number of empty lines. |
| 425 | (org-paste-subtree): Limit the number of empty lines at the end of | 424 | (org-paste-subtree): Limit the number of empty lines at the end of |
| 426 | the inserted tree. | 425 | the inserted tree. |
| @@ -562,7 +561,7 @@ | |||
| 562 | 2006-06-02 Masatake YAMATO <jet@gyve.org> | 561 | 2006-06-02 Masatake YAMATO <jet@gyve.org> |
| 563 | 562 | ||
| 564 | * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*): | 563 | * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*): |
| 565 | Almost rewrite. Underlines over all lines of gcov output are too | 564 | Almost rewrite. Underlines over all lines of gcov output are too |
| 566 | uncomfortable to read. Suggested by Dan Nicolaescu. | 565 | uncomfortable to read. Suggested by Dan Nicolaescu. |
| 567 | 566 | ||
| 568 | 2006-06-01 Luc Teirlinck <teirllm@auburn.edu> | 567 | 2006-06-01 Luc Teirlinck <teirllm@auburn.edu> |
| @@ -606,7 +605,7 @@ | |||
| 606 | 2006-05-31 Nick Roberts <nickrob@snap.net.nz> | 605 | 2006-05-31 Nick Roberts <nickrob@snap.net.nz> |
| 607 | 606 | ||
| 608 | * progmodes/gud.el (gud-query-cmdline, gud-common-init): | 607 | * progmodes/gud.el (gud-query-cmdline, gud-common-init): |
| 609 | Revert inadvertant changes made with last commit. | 608 | Revert inadvertent changes made with last commit. |
| 610 | 609 | ||
| 611 | 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de> | 610 | 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de> |
| 612 | 611 | ||
| @@ -617,7 +616,7 @@ | |||
| 617 | 616 | ||
| 618 | 2006-05-30 Carsten Dominik <dominik@science.uva.nl> | 617 | 2006-05-30 Carsten Dominik <dominik@science.uva.nl> |
| 619 | 618 | ||
| 620 | * textmodes/org.el: (org-agenda-highlight-todo): Make sure regexp | 619 | * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp |
| 621 | only matches in the right place. | 620 | only matches in the right place. |
| 622 | (org-upcoming-deadline): New face. | 621 | (org-upcoming-deadline): New face. |
| 623 | (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'. | 622 | (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'. |
| @@ -629,7 +628,8 @@ | |||
| 629 | (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions. | 628 | (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions. |
| 630 | (org-html-do-expand, org-section-number): Fixedcase in `replace-match'. | 629 | (org-html-do-expand, org-section-number): Fixedcase in `replace-match'. |
| 631 | (org-timeline): Pass `org-timeline-show-empty-dates' to | 630 | (org-timeline): Pass `org-timeline-show-empty-dates' to |
| 632 | `org-get-all-dates'. Interpret empty dates returned by `org-get-all-dates'. | 631 | `org-get-all-dates'. Interpret empty dates returned by |
| 632 | `org-get-all-dates'. | ||
| 633 | (org-get-all-dates): New argument EMPTY. Add dates without | 633 | (org-get-all-dates): New argument EMPTY. Add dates without |
| 634 | entries to the list, mark large ranges of empty dates. | 634 | entries to the list, mark large ranges of empty dates. |
| 635 | (org-point-in-group, org-context): New functions. | 635 | (org-point-in-group, org-context): New functions. |
| @@ -855,7 +855,7 @@ | |||
| 855 | 855 | ||
| 856 | 2006-05-26 Carsten Dominik <dominik@science.uva.nl> | 856 | 2006-05-26 Carsten Dominik <dominik@science.uva.nl> |
| 857 | 857 | ||
| 858 | * textmodes/org.el: (org-next-item, org-previous-item): Emit more | 858 | * textmodes/org.el (org-next-item, org-previous-item): Emit more |
| 859 | compact error message. | 859 | compact error message. |
| 860 | (org-tags-view): Refresh category table in each file. | 860 | (org-tags-view): Refresh category table in each file. |
| 861 | (org-table-justify-field-maybe): Remove superfluous arguments to | 861 | (org-table-justify-field-maybe): Remove superfluous arguments to |
| @@ -977,7 +977,7 @@ | |||
| 977 | 977 | ||
| 978 | 2006-05-24 Carsten Dominik <dominik@science.uva.nl> | 978 | 2006-05-24 Carsten Dominik <dominik@science.uva.nl> |
| 979 | 979 | ||
| 980 | * textmodes/org.el: (org-open-at-point): Use renamed variable | 980 | * textmodes/org.el (org-open-at-point): Use renamed variable |
| 981 | `org-confirm-shell-link-function'. | 981 | `org-confirm-shell-link-function'. |
| 982 | (org-confirm-shell-link-function): Rename from | 982 | (org-confirm-shell-link-function): Rename from |
| 983 | `org-confirm-shell-links'. | 983 | `org-confirm-shell-links'. |
| @@ -1053,7 +1053,6 @@ | |||
| 1053 | make command. | 1053 | make command. |
| 1054 | (org-shiftup, org-shiftdown): Accommodate the item-navigation commands. | 1054 | (org-shiftup, org-shiftdown): Accommodate the item-navigation commands. |
| 1055 | 1055 | ||
| 1056 | |||
| 1057 | 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org> | 1056 | 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org> |
| 1058 | 1057 | ||
| 1059 | * emacs-lisp/ewoc.el (ewoc-delete): New function. | 1058 | * emacs-lisp/ewoc.el (ewoc-delete): New function. |
| @@ -1380,7 +1379,7 @@ | |||
| 1380 | 1379 | ||
| 1381 | 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com> | 1380 | 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com> |
| 1382 | 1381 | ||
| 1383 | * allout.el: (allout-view-change-hook): Mark as being deprecated, | 1382 | * allout.el (allout-view-change-hook): Mark as being deprecated, |
| 1384 | to be replaced by `allout-exposure-change-hook'. | 1383 | to be replaced by `allout-exposure-change-hook'. |
| 1385 | (allout-exposure-change-hook): New, replacing | 1384 | (allout-exposure-change-hook): New, replacing |
| 1386 | `allout-view-change-hook'. | 1385 | `allout-view-change-hook'. |
| @@ -1656,7 +1655,7 @@ | |||
| 1656 | 1655 | ||
| 1657 | 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 1656 | 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 1658 | 1657 | ||
| 1659 | * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for | 1658 | * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for |
| 1660 | MacJapanese if text is ASCII-only. | 1659 | MacJapanese if text is ASCII-only. |
| 1661 | 1660 | ||
| 1662 | 2006-05-06 Nick Roberts <nickrob@snap.net.nz> | 1661 | 2006-05-06 Nick Roberts <nickrob@snap.net.nz> |
| @@ -1743,7 +1742,7 @@ | |||
| 1743 | 1742 | ||
| 1744 | * cus-start.el (all): Add mac-dnd-known-types. | 1743 | * cus-start.el (all): Add mac-dnd-known-types. |
| 1745 | 1744 | ||
| 1746 | * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt) | 1745 | * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt) |
| 1747 | (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string) | 1746 | (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string) |
| 1748 | (mac-TIFF-to-string): New functions. | 1747 | (mac-TIFF-to-string): New functions. |
| 1749 | (x-get-selection, x-selection-value) | 1748 | (x-get-selection, x-selection-value) |
| @@ -1788,7 +1787,7 @@ | |||
| 1788 | 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu> | 1787 | 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu> |
| 1789 | 1788 | ||
| 1790 | * isearch.el (isearch-update-ring): Take history-delete-duplicates | 1789 | * isearch.el (isearch-update-ring): Take history-delete-duplicates |
| 1791 | into consideration. Replace one arm ifs with whens. | 1790 | into consideration. Replace one arm ifs with whens. |
| 1792 | 1791 | ||
| 1793 | 2006-05-03 Nick Roberts <nickrob@snap.net.nz> | 1792 | 2006-05-03 Nick Roberts <nickrob@snap.net.nz> |
| 1794 | 1793 | ||
| @@ -1801,7 +1800,7 @@ | |||
| 1801 | 1800 | ||
| 1802 | 2006-05-02 Jay Belanger <belanger@truman.edu> | 1801 | 2006-05-02 Jay Belanger <belanger@truman.edu> |
| 1803 | 1802 | ||
| 1804 | * calc/calc-embed.el: (calc-override-minor-modes-map) | 1803 | * calc/calc-embed.el (calc-override-minor-modes-map) |
| 1805 | (calc-override-minor-modes): New variables. | 1804 | (calc-override-minor-modes): New variables. |
| 1806 | (calc-do-embedded): Make sure that Calc keystrokes aren't | 1805 | (calc-do-embedded): Make sure that Calc keystrokes aren't |
| 1807 | overwritten by minor modes. | 1806 | overwritten by minor modes. |
| @@ -2784,7 +2783,7 @@ | |||
| 2784 | (Man-abstract-xref-man-page): If Man-target-string is a function, | 2783 | (Man-abstract-xref-man-page): If Man-target-string is a function, |
| 2785 | call it. | 2784 | call it. |
| 2786 | (Man-highlight-references): Use Man-default-man-entry to get the | 2785 | (Man-highlight-references): Use Man-default-man-entry to get the |
| 2787 | target. Deal with xrefs too. | 2786 | target. Deal with xrefs too. |
| 2788 | (Man-highlight-references0): Don't call the target function. | 2787 | (Man-highlight-references0): Don't call the target function. |
| 2789 | 2788 | ||
| 2790 | * woman.el (WoMan-xref-man-page): Strip the section number, woman | 2789 | * woman.el (WoMan-xref-man-page): Strip the section number, woman |