aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-06-29 03:21:40 +0000
committerJuanma Barranquero2006-06-29 03:21:40 +0000
commit0625ded0f3137880d555d5cf48709b84821a296d (patch)
treec37928b6ac827790d71c6da9c2ca6ab4bac78182
parenta79d34741983e54de57c1b752dbdad4bfc3bc608 (diff)
downloademacs-0625ded0f3137880d555d5cf48709b84821a296d.tar.gz
emacs-0625ded0f3137880d555d5cf48709b84821a296d.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog39
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
352006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 342006-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
612006-06-23 Lars Hansen <larsh@soem.dk> 602006-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
3332006-06-10 Carsten Dominik <dominik@science.uva.nl> 3322006-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
4212006-06-06 Carsten Dominik <dominik@science.uva.nl> 4202006-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 @@
5622006-06-02 Masatake YAMATO <jet@gyve.org> 5612006-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
5682006-06-01 Luc Teirlinck <teirllm@auburn.edu> 5672006-06-01 Luc Teirlinck <teirllm@auburn.edu>
@@ -606,7 +605,7 @@
6062006-05-31 Nick Roberts <nickrob@snap.net.nz> 6052006-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
6112006-05-30 Reiner Steib <Reiner.Steib@gmx.de> 6102006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
612 611
@@ -617,7 +616,7 @@
617 616
6182006-05-30 Carsten Dominik <dominik@science.uva.nl> 6172006-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
8562006-05-26 Carsten Dominik <dominik@science.uva.nl> 8562006-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
9782006-05-24 Carsten Dominik <dominik@science.uva.nl> 9782006-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
10572006-05-23 Thien-Thi Nguyen <ttn@gnu.org> 10562006-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
13812006-05-12 Ken Manheimer <ken.manheimer@gmail.com> 13802006-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
16572006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 16562006-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
16622006-05-06 Nick Roberts <nickrob@snap.net.nz> 16612006-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 @@
17882006-05-03 Dan Nicolaescu <dann@ics.uci.edu> 17872006-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
17932006-05-03 Nick Roberts <nickrob@snap.net.nz> 17922006-05-03 Nick Roberts <nickrob@snap.net.nz>
1794 1793
@@ -1801,7 +1800,7 @@
1801 1800
18022006-05-02 Jay Belanger <belanger@truman.edu> 18012006-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