]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 24 May 2008 23:11:30 +0000 (23:11 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 24 May 2008 23:11:30 +0000 (23:11 +0000)
lisp/ChangeLog

index 96f7bfeaee7ffe4dd097844ca6e653c1a0539009..169a2a769d8a0536154fe931dd07f3d2093b08e1 100644 (file)
@@ -1,3 +1,22 @@
+2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
+       (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
+       (edebug-save-displayed-buffer-points, edebug-initial-mode)
+       (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
+       (edebug-print-length, edebug-print-level, edebug-print-circle)
+       (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
+       (edebug-global-break-condition, edebug-sit-for-seconds):
+       Remove spurious * from defcustom docstrings.
+       (edebug-unwrap*, edebug-signal, edebug-eval-display):
+       Improve argument/docstring consistency.
+       (edebug-test-coverage, edebug-gensym, edebug-read)
+       (edebug-top-level-nonstop, edebug-eval-result-list)
+       (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
+       (edebug-eval-defun, edebug-eval-top-level-form, edebug)
+       (edebug-display-freq-count): Reflow docstrings.
+       (edebug-restore-status): Doc fix.
+
 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * proced.el (proced-header-line): Use the :align-to 0 feature
@@ -7,7 +26,7 @@
 2008-05-24  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
-       if c-file-style is set to a non-string
+       if c-file-style is set to a non-string.
 
        (c-neutralize-CPP-line): Surround by `save-excursion'.
        (c-neutralize-syntax-in-CPP): Optimize for speed.
@@ -24,7 +43,7 @@
        (icalendar--datetime-to-diary-date): Doc fix.
        Use icalendar--date-style.
        (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
-       (icalendar--convert-yearly-to-ical):
+       (icalendar--convert-yearly-to-ical)
        (icalendar--convert-recurring-to-diary): Handle iso date style,
        use icalendar-date-style.
 
        ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
        ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
 
-       * international/mule-cmds.el (set-language-environment): Set
-       current-iso639-language
+       * international/mule-cmds.el (set-language-environment):
+       Set current-iso639-language.
 
        * international/fontset.el (setup-default-fontset): For kana, han,
        hangul, and cjk-misc, move an entry with font-spec at the end.
        * vc-dispatcher.el (vc-dispatcher-selection-set):
        Get rid of 4 special cases in fileset selection.  This involved
        changing the return value of (vc-deduce-fileset) so that it passes
-       back a deduced state as well as a deduced back end,
+       back a deduced state as well as a deduced back end.
 
 2008-05-08  Sam Steingold  <sds@gnu.org>
 
        * progmodes/compile.el (compilation-minor-mode-map)
-       (compilation-mode-map):  Bind "g" to recompile and "q" to
-       quit-window.
+       (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
        * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
        to `compilation-minor-mode-map' (instead of an explicit `cons').
 
        existing deadline or scheduled item.
        (org-agenda-compute-time-span): Make argument N optional.
        (org-agenda-format-date-aligned): Require `cal-iso'.
-       (org-agenda-list): Include week into into agenda heading, don't
+       (org-agenda-list): Include week into agenda heading, don't
        list it at each date (only on Mondays).
        (org-read-date-analyze): Define local variable `iso-date'.
        (org-agenda-format-date-aligned): Remove dependency on
        * international/quail.el (quail-build-decode-map): Avoid string-bytes.
 
        * textmodes/ispell.el (ispell-dictionary-alist-1)
-       (ispell-dictionary-alist-2, ispell-dictionary-alist-3):
-       (ispell-dictionary-alist-4, ispell-dictionary-alist-5):
+       (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
+       (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
        (ispell-dictionary-alist-6): Remove.
        (ispell-dictionary-base-alist): New var, merges the above.
        (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
        Previously gdb-create-define-alist wasn't always run and added to
        after-save-hook.
 
-       * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
+       * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
 
 2008-04-23  Kevin Ryde  <user42@zip.com.au>
 
        (gdb-get-selected-frame): Use MI command -stack-info-frame instead
        of "info frame" with Gdb 6.4+.
        (gdb-stack-list-frames-regexp): New regexp.
-       (gdb-frame-handler-1): Parse output of -stack-info-frame
+       (gdb-frame-handler-1): Parse output of -stack-info-frame.
 
 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
 
        * vc-hooks.el (vc-state): Add new state `conflict'.
        (vc-after-save): Use when not if.
        (vc-default-mode-line-string): Deal with the conflict state.
-       (vc-prefix-map):
-       (vc-menu-map): Bind vc-status instead of vc-directory.
+       (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
 
-       * vc.el (vc-editable-p):
-       (vc-default-status-printer):
+       * vc.el (vc-editable-p, vc-default-status-printer)
        (vc-next-action): Deal with the conflict state.
        (vc-mark-resolved): New function.
        (vc-status-mode): Fix mode name.
        (Todo): Add new entries, remove old ones.
 
        * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
-       (vc-cvs-parse-status):
-       (vc-cvs-after-dir-status):
+       (vc-cvs-parse-status, vc-cvs-after-dir-status):
        * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
        Detect the conflict state.
 
        * calendar/solar.el (solar-equinoxes-solstices):
        Reduce nesting of some lets.
 
-       * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
+       * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
        (calendar-goto-mayan-long-count-date): Simplify.
 
        * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
        obsolete alias.  Doc fix.  Move definition before use.
 
        * calendar/cal-x.el (diary-frame-parameters)
-       (calendar-frame-parameters, calendar-and-diary-frame-parameters):
+       (calendar-frame-parameters, calendar-and-diary-frame-parameters)
        (calendar-frame-1): Doc fixes.
        (make-fancy-diary-buffer): Remove declaration.
        (calendar-dedicate-diary): Replace call to deleted function
 
        * calendar/calendar.el (calendar-today-marker)
        (initial-calendar-window-hook, today-visible-calendar-hook)
-       (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
+       (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
        (calendar-star-date, calendar-mark-today): Doc fixes.
        (today-visible-calendar-hook): Add options.
        (calendar-in-read-only-buffer): New macro.
 
        * calendar/diary-lib.el (diary-face-attrs)
        (diary-glob-file-regexp-prefix, diary-selective-display)
-       (number-of-diary-entries, diary-list-entries, diary-goto-entry):
+       (number-of-diary-entries, diary-list-entries, diary-goto-entry)
        (list-sexp-diary-entries, diary-date, diary-block, diary-float)
        (diary-anniversary, diary-cyclic)
        (diary-fancy-font-lock-fontify-region-function): Doc fixes.
        (make-chinese-month-assoc-list): Use cadr, nth.
        (chinese-months): Remove un-needed let.
 
-       * calendar/cal-coptic.el (coptic-calendar-month-name-array):
+       * calendar/cal-coptic.el (coptic-calendar-month-name-array)
        (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
        (coptic-prompt-for-date): Move definition before use.
 
        * Makefile.in (LOADDEFS): New variable.
        (AUTOGENEL): Use $LOADDEFS.
        (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
-       ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
+       ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
        ($(lisp)/calendar/hol-loaddefs.el): New targets.
        * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
        * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
 
        * calendar/solar.el (solar-moment, solar-exact-local-noon)
        (solar-sunrise-sunset, solar-sunrise-sunset-string)
-       (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
+       (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
        (diary-sabbath-candles, solar-equinoxes/solstices)
        (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
        (solar-time-equation, solar-date-to-et): Simplify.
        * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
        (standard-mode-line-position): Add mouse-face.
 
-       * progmodes/compile.el (compilation-menu-map):
-       (compilation-mode-map):
+       * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
        * progmodes/grep.el (grep-mode-map): Add :help.
 
        * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and