aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-05-24 23:11:30 +0000
committerJuanma Barranquero2008-05-24 23:11:30 +0000
commit87b69e9d3e1c8a045438616719040a3ea8f8a2f2 (patch)
treed0001630e3db6dcec7a2e12161b07ea96ad4a5bf
parent242b1f684a2989f49a7c5441a9d6f074796c7916 (diff)
downloademacs-87b69e9d3e1c8a045438616719040a3ea8f8a2f2.tar.gz
emacs-87b69e9d3e1c8a045438616719040a3ea8f8a2f2.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog68
1 files changed, 41 insertions, 27 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 96f7bfeaee7..169a2a769d8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12008-05-24 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
4 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
5 (edebug-save-displayed-buffer-points, edebug-initial-mode)
6 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
7 (edebug-print-length, edebug-print-level, edebug-print-circle)
8 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
9 (edebug-global-break-condition, edebug-sit-for-seconds):
10 Remove spurious * from defcustom docstrings.
11 (edebug-unwrap*, edebug-signal, edebug-eval-display):
12 Improve argument/docstring consistency.
13 (edebug-test-coverage, edebug-gensym, edebug-read)
14 (edebug-top-level-nonstop, edebug-eval-result-list)
15 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
16 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
17 (edebug-display-freq-count): Reflow docstrings.
18 (edebug-restore-status): Doc fix.
19
12008-05-24 Stefan Monnier <monnier@iro.umontreal.ca> 202008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2 21
3 * proced.el (proced-header-line): Use the :align-to 0 feature 22 * proced.el (proced-header-line): Use the :align-to 0 feature
@@ -7,7 +26,7 @@
72008-05-24 Alan Mackenzie <acm@muc.de> 262008-05-24 Alan Mackenzie <acm@muc.de>
8 27
9 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error 28 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
10 if c-file-style is set to a non-string 29 if c-file-style is set to a non-string.
11 30
12 (c-neutralize-CPP-line): Surround by `save-excursion'. 31 (c-neutralize-CPP-line): Surround by `save-excursion'.
13 (c-neutralize-syntax-in-CPP): Optimize for speed. 32 (c-neutralize-syntax-in-CPP): Optimize for speed.
@@ -24,7 +43,7 @@
24 (icalendar--datetime-to-diary-date): Doc fix. 43 (icalendar--datetime-to-diary-date): Doc fix.
25 Use icalendar--date-style. 44 Use icalendar--date-style.
26 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style. 45 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
27 (icalendar--convert-yearly-to-ical): 46 (icalendar--convert-yearly-to-ical)
28 (icalendar--convert-recurring-to-diary): Handle iso date style, 47 (icalendar--convert-recurring-to-diary): Handle iso date style,
29 use icalendar-date-style. 48 use icalendar-date-style.
30 49
@@ -494,8 +513,8 @@
494 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK") 513 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
495 ("Chinese-GB18030"): Set `iso639-language' property to `zh'. 514 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
496 515
497 * international/mule-cmds.el (set-language-environment): Set 516 * international/mule-cmds.el (set-language-environment):
498 current-iso639-language 517 Set current-iso639-language.
499 518
500 * international/fontset.el (setup-default-fontset): For kana, han, 519 * international/fontset.el (setup-default-fontset): For kana, han,
501 hangul, and cjk-misc, move an entry with font-spec at the end. 520 hangul, and cjk-misc, move an entry with font-spec at the end.
@@ -734,13 +753,12 @@
734 * vc-dispatcher.el (vc-dispatcher-selection-set): 753 * vc-dispatcher.el (vc-dispatcher-selection-set):
735 Get rid of 4 special cases in fileset selection. This involved 754 Get rid of 4 special cases in fileset selection. This involved
736 changing the return value of (vc-deduce-fileset) so that it passes 755 changing the return value of (vc-deduce-fileset) so that it passes
737 back a deduced state as well as a deduced back end, 756 back a deduced state as well as a deduced back end.
738 757
7392008-05-08 Sam Steingold <sds@gnu.org> 7582008-05-08 Sam Steingold <sds@gnu.org>
740 759
741 * progmodes/compile.el (compilation-minor-mode-map) 760 * progmodes/compile.el (compilation-minor-mode-map)
742 (compilation-mode-map): Bind "g" to recompile and "q" to 761 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
743 quit-window.
744 * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it 762 * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
745 to `compilation-minor-mode-map' (instead of an explicit `cons'). 763 to `compilation-minor-mode-map' (instead of an explicit `cons').
746 764
@@ -1429,7 +1447,7 @@
1429 existing deadline or scheduled item. 1447 existing deadline or scheduled item.
1430 (org-agenda-compute-time-span): Make argument N optional. 1448 (org-agenda-compute-time-span): Make argument N optional.
1431 (org-agenda-format-date-aligned): Require `cal-iso'. 1449 (org-agenda-format-date-aligned): Require `cal-iso'.
1432 (org-agenda-list): Include week into into agenda heading, don't 1450 (org-agenda-list): Include week into agenda heading, don't
1433 list it at each date (only on Mondays). 1451 list it at each date (only on Mondays).
1434 (org-read-date-analyze): Define local variable `iso-date'. 1452 (org-read-date-analyze): Define local variable `iso-date'.
1435 (org-agenda-format-date-aligned): Remove dependency on 1453 (org-agenda-format-date-aligned): Remove dependency on
@@ -1902,8 +1920,8 @@
1902 * international/quail.el (quail-build-decode-map): Avoid string-bytes. 1920 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
1903 1921
1904 * textmodes/ispell.el (ispell-dictionary-alist-1) 1922 * textmodes/ispell.el (ispell-dictionary-alist-1)
1905 (ispell-dictionary-alist-2, ispell-dictionary-alist-3): 1923 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
1906 (ispell-dictionary-alist-4, ispell-dictionary-alist-5): 1924 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
1907 (ispell-dictionary-alist-6): Remove. 1925 (ispell-dictionary-alist-6): Remove.
1908 (ispell-dictionary-base-alist): New var, merges the above. 1926 (ispell-dictionary-base-alist): New var, merges the above.
1909 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params): 1927 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
@@ -2023,7 +2041,7 @@
2023 Previously gdb-create-define-alist wasn't always run and added to 2041 Previously gdb-create-define-alist wasn't always run and added to
2024 after-save-hook. 2042 after-save-hook.
2025 2043
2026 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer 2044 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
2027 2045
20282008-04-23 Kevin Ryde <user42@zip.com.au> 20462008-04-23 Kevin Ryde <user42@zip.com.au>
2029 2047
@@ -2115,7 +2133,7 @@
2115 (gdb-get-selected-frame): Use MI command -stack-info-frame instead 2133 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
2116 of "info frame" with Gdb 6.4+. 2134 of "info frame" with Gdb 6.4+.
2117 (gdb-stack-list-frames-regexp): New regexp. 2135 (gdb-stack-list-frames-regexp): New regexp.
2118 (gdb-frame-handler-1): Parse output of -stack-info-frame 2136 (gdb-frame-handler-1): Parse output of -stack-info-frame.
2119 2137
21202008-04-22 David Glasser <glasser@davidglasser.net> (tiny change) 21382008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
2121 2139
@@ -2969,11 +2987,9 @@
2969 * vc-hooks.el (vc-state): Add new state `conflict'. 2987 * vc-hooks.el (vc-state): Add new state `conflict'.
2970 (vc-after-save): Use when not if. 2988 (vc-after-save): Use when not if.
2971 (vc-default-mode-line-string): Deal with the conflict state. 2989 (vc-default-mode-line-string): Deal with the conflict state.
2972 (vc-prefix-map): 2990 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
2973 (vc-menu-map): Bind vc-status instead of vc-directory.
2974 2991
2975 * vc.el (vc-editable-p): 2992 * vc.el (vc-editable-p, vc-default-status-printer)
2976 (vc-default-status-printer):
2977 (vc-next-action): Deal with the conflict state. 2993 (vc-next-action): Deal with the conflict state.
2978 (vc-mark-resolved): New function. 2994 (vc-mark-resolved): New function.
2979 (vc-status-mode): Fix mode name. 2995 (vc-status-mode): Fix mode name.
@@ -2981,8 +2997,7 @@
2981 (Todo): Add new entries, remove old ones. 2997 (Todo): Add new entries, remove old ones.
2982 2998
2983 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state. 2999 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
2984 (vc-cvs-parse-status): 3000 (vc-cvs-parse-status, vc-cvs-after-dir-status):
2985 (vc-cvs-after-dir-status):
2986 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status): 3001 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2987 Detect the conflict state. 3002 Detect the conflict state.
2988 3003
@@ -4388,7 +4403,7 @@
4388 * calendar/solar.el (solar-equinoxes-solstices): 4403 * calendar/solar.el (solar-equinoxes-solstices):
4389 Reduce nesting of some lets. 4404 Reduce nesting of some lets.
4390 4405
4391 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count): 4406 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
4392 (calendar-goto-mayan-long-count-date): Simplify. 4407 (calendar-goto-mayan-long-count-date): Simplify.
4393 4408
4394 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc): 4409 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
@@ -4966,7 +4981,7 @@
4966 obsolete alias. Doc fix. Move definition before use. 4981 obsolete alias. Doc fix. Move definition before use.
4967 4982
4968 * calendar/cal-x.el (diary-frame-parameters) 4983 * calendar/cal-x.el (diary-frame-parameters)
4969 (calendar-frame-parameters, calendar-and-diary-frame-parameters): 4984 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
4970 (calendar-frame-1): Doc fixes. 4985 (calendar-frame-1): Doc fixes.
4971 (make-fancy-diary-buffer): Remove declaration. 4986 (make-fancy-diary-buffer): Remove declaration.
4972 (calendar-dedicate-diary): Replace call to deleted function 4987 (calendar-dedicate-diary): Replace call to deleted function
@@ -5457,7 +5472,7 @@
5457 5472
5458 * calendar/calendar.el (calendar-today-marker) 5473 * calendar/calendar.el (calendar-today-marker)
5459 (initial-calendar-window-hook, today-visible-calendar-hook) 5474 (initial-calendar-window-hook, today-visible-calendar-hook)
5460 (today-invisible-calendar-hook, diary-file, calendar-basic-setup): 5475 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
5461 (calendar-star-date, calendar-mark-today): Doc fixes. 5476 (calendar-star-date, calendar-mark-today): Doc fixes.
5462 (today-visible-calendar-hook): Add options. 5477 (today-visible-calendar-hook): Add options.
5463 (calendar-in-read-only-buffer): New macro. 5478 (calendar-in-read-only-buffer): New macro.
@@ -5672,7 +5687,7 @@
5672 5687
5673 * calendar/diary-lib.el (diary-face-attrs) 5688 * calendar/diary-lib.el (diary-face-attrs)
5674 (diary-glob-file-regexp-prefix, diary-selective-display) 5689 (diary-glob-file-regexp-prefix, diary-selective-display)
5675 (number-of-diary-entries, diary-list-entries, diary-goto-entry): 5690 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
5676 (list-sexp-diary-entries, diary-date, diary-block, diary-float) 5691 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
5677 (diary-anniversary, diary-cyclic) 5692 (diary-anniversary, diary-cyclic)
5678 (diary-fancy-font-lock-fontify-region-function): Doc fixes. 5693 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
@@ -5801,7 +5816,7 @@
5801 (make-chinese-month-assoc-list): Use cadr, nth. 5816 (make-chinese-month-assoc-list): Use cadr, nth.
5802 (chinese-months): Remove un-needed let. 5817 (chinese-months): Remove un-needed let.
5803 5818
5804 * calendar/cal-coptic.el (coptic-calendar-month-name-array): 5819 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
5805 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings. 5820 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
5806 (coptic-prompt-for-date): Move definition before use. 5821 (coptic-prompt-for-date): Move definition before use.
5807 5822
@@ -6116,7 +6131,7 @@
6116 * Makefile.in (LOADDEFS): New variable. 6131 * Makefile.in (LOADDEFS): New variable.
6117 (AUTOGENEL): Use $LOADDEFS. 6132 (AUTOGENEL): Use $LOADDEFS.
6118 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS. 6133 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
6119 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el): 6134 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
6120 ($(lisp)/calendar/hol-loaddefs.el): New targets. 6135 ($(lisp)/calendar/hol-loaddefs.el): New targets.
6121 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el: 6136 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6122 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el: 6137 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
@@ -6168,7 +6183,7 @@
6168 6183
6169 * calendar/solar.el (solar-moment, solar-exact-local-noon) 6184 * calendar/solar.el (solar-moment, solar-exact-local-noon)
6170 (solar-sunrise-sunset, solar-sunrise-sunset-string) 6185 (solar-sunrise-sunset, solar-sunrise-sunset-string)
6171 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time): 6186 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
6172 (diary-sabbath-candles, solar-equinoxes/solstices) 6187 (diary-sabbath-candles, solar-equinoxes/solstices)
6173 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop. 6188 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
6174 (solar-time-equation, solar-date-to-et): Simplify. 6189 (solar-time-equation, solar-date-to-et): Simplify.
@@ -6925,8 +6940,7 @@
6925 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip. 6940 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
6926 (standard-mode-line-position): Add mouse-face. 6941 (standard-mode-line-position): Add mouse-face.
6927 6942
6928 * progmodes/compile.el (compilation-menu-map): 6943 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
6929 (compilation-mode-map):
6930 * progmodes/grep.el (grep-mode-map): Add :help. 6944 * progmodes/grep.el (grep-mode-map): Add :help.
6931 6945
6932 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and 6946 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and