]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 21 Sep 2005 08:36:27 +0000 (08:36 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 21 Sep 2005 08:36:27 +0000 (08:36 +0000)
lisp/ChangeLog

index 7e385ba50789bf892d7b919ee93010dd83d0abc2..6666789fc2f1daf85aadf65bedac426ffdd24412 100644 (file)
@@ -1,10 +1,9 @@
 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * ediff-ptch.el (ediff-file-name-sans-prefix): Treat nil as an
-       empty string.
+       * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
+       (ediff-file-name-sans-prefix): Treat nil as an empty string.
        (ediff-fixup-patch-map): Better heuristic for intuiting the file
        names to patch.
-       (ediff-prompt-for-patch-file): More intuitive prompt.
 
        * ediff-util.el: Use insert-buffer-substring.
 
@@ -50,9 +49,8 @@
 
 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * font-lock.el (font-lock-default-fontify-region):
-       Don't unconditionally add a line, since the after-change-function
-       already did it.
+       * Font-lock.el (font-lock-default-fontify-region): Don't add a line
+       unconditionally, since the after-change-function already did it.
 
 2005-09-19  Miles Bader  <miles@gnu.org>
 
 
 2005-09-18  D Goel  <deego@gnufans.org>
 
-       * apropos.el (apropos-command): Fix `message' call: first arg
-       should be a format spec.  In this and all other cases that appear
-       below and elsewhere in the source code, I made a change only when
-       two conditions were satisfied: [1] I can think of a possibility
-       that the arguments would cause an error, for example, the code in
-       question relies on external variables such as filenames.  [2] I
-       was sure that the arg to `message' could not have been nil in the
-       code.
-
-       * textmodes/tildify.el (tildify-region): Ditto.
-
+       * apropos.el (apropos-command):
+       * textmodes/tildify.el (tildify-region):
        * textmodes/reftex-index.el (reftex-index-change-entry)
-       (reftex-index-phrase-selection-or-word)
-       (reftex-query-index-phrase): Ditto.
-
-       * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite): Ditto.
-
+       (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
+       * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
        * textmodes/org.el (org-complete, org-deadline, org-schedule)
-       (org-priority, org-table-sum): Ditto.
-
-       * textmodes/ispell.el (ispell-check-version)
-       (ispell-parse-output): Ditto.
-
-       * textmodes/flyspell.el (flyspell-mode-on)
-       (flyspell-notify-misspell, flyspell-word)
-       (flyspell-display-next-corrections): Ditto.
-
-       * textmodes/bibtex.el (bibtex-print-help-message): Ditto.
-
-       * textmodes/artist.el (artist-key-set-point-poly): Ditto.
-
-       * term/mac-win.el (mac-services-insert-text): Ditto.
-
+       (org-priority, org-table-sum):
+       * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
+       * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
+       (flyspell-word, flyspell-display-next-corrections):
+       * textmodes/bibtex.el (bibtex-print-help-message):
+       * textmodes/artist.el (artist-key-set-point-poly):
+       * term/mac-win.el (mac-services-insert-text):
        * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
        (vhdl-hooked-abbrev, vhdl-template-insert-fun)
        (vhdl-port-paste-testbench, vhdl-compose-new-component)
-       (vhdl-compose-configuration): Ditto.
-
+       (vhdl-compose-configuration):
        * progmodes/sh-script.el (sh-blink, sh-show-indent)
-       (sh-set-indent, sh-learn-line-indent): Ditto.
-
-       * progmodes/ps-mode.el (ps-mode-target-column): Ditto.
-
+       (sh-set-indent, sh-learn-line-indent):
+       * progmodes/ps-mode.el (ps-mode-target-column):
        * progmodes/idlwave.el (idlwave-make-tags)
-       (idlwave-scan-library-catalogs): Ditto.
-
-       * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display): Ditto.
-
-       * progmodes/gud.el (gud-jdb-analyze-source): Ditto.
-
-       * progmodes/flymake.el (flymake-log): Ditto.
-
-       * progmodes/ebnf2ps.el (ebnf-generate-region): Ditto.
-
-       * progmodes/cmacexp.el (c-macro-expansion): Ditto.
-
-       * progmodes/ada-xref.el (ada-treat-cmd-string): Ditto.
-
+       (idlwave-scan-library-catalogs):
+       * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
+       * progmodes/gud.el (gud-jdb-analyze-source):
+       * progmodes/flymake.el (flymake-log):
+       * progmodes/ebnf2ps.el (ebnf-generate-region):
+       * progmodes/cmacexp.el (c-macro-expansion):
+       * progmodes/ada-xref.el (ada-treat-cmd-string):
        * progmodes/ada-mode.el (ada-create-case-exception-substring)
-       (ada-justified-indent-current, ada-batch-reformat): Ditto.
-
-       * play/zone.el (zone): Ditto.
-
-       * play/landmark.el (lm-move): Ditto.
-
-       * play/decipher.el (decipher-show-alphabet): Ditto.
-
+       (ada-justified-indent-current, ada-batch-reformat):
+       * play/zone.el (zone):
+       * play/landmark.el (lm-move):
+       * play/decipher.el (decipher-show-alphabet):
        * net/newsticker.el (newsticker--display-jump)
-       (newsticker--display-scroll): Ditto.
-
+       (newsticker--display-scroll):
        * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
-       (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list): Ditto.
-
-       * mail/feedmail.el (feedmail-dump-message-to-queue): Ditto.
-
-       * eshell/esh-proc.el (eshell-remove-process-entry): Ditto.
-
-       * emulation/ws-mode.el (ws-last-error): Ditto.
-
+       (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
+       * mail/feedmail.el (feedmail-dump-message-to-queue):
+       * eshell/esh-proc.el (eshell-remove-process-entry):
+       * emulation/ws-mode.el (ws-last-error):
        * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
-       (viper-record-kbd-macro): Ditto.
-
-       * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Ditto.
-
-       * emacs-lisp/lisp-mnt.el (lm-report-bug): Ditto.
-
-       * emacs-lisp/find-func.el (find-function-noselect): Ditto.
-
+       (viper-record-kbd-macro):
+       * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
+       * emacs-lisp/lisp-mnt.el (lm-report-bug):
+       * emacs-lisp/find-func.el (find-function-noselect):
        * calendar/timeclock.el (timeclock-status-string)
-       (timeclock-workday-remaining-string)
-       (timeclock-workday-elapsed-string)
-       (timeclock-when-to-leave-string): Ditto.
-
-       * calendar/icalendar.el (icalendar--convert-ical-to-diary): Ditto.
-
-       * calc/calc-units.el (calc-enter-units-table): Ditto.
-
-       * calc/calc-mode.el (calc-mode-record-mode): Ditto.
-
-       * woman.el (woman-mini-help): Ditto.
-
-       * wdired.el (wdired-change-to-wdired-mode): Ditto.
-
-       * vc.el (vc-retrieve-snapshot): Ditto.
-
-       * strokes.el (strokes-read-stroke, strokes-read-complex-stroke): Ditto.
-
-       * startup.el (display-startup-echo-area-message): Ditto.
-
-       * simple.el (set-goal-column): Ditto.
-
-       * ses.el (ses-command-hook, ses-recalculate-cell): Ditto.
-
-       * server.el (server-process-filter): Ditto.
-
+       (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
+       (timeclock-when-to-leave-string):
+       * calendar/icalendar.el (icalendar--convert-ical-to-diary):
+       * calc/calc-units.el (calc-enter-units-table):
+       * calc/calc-mode.el (calc-mode-record-mode):
+       * woman.el (woman-mini-help):
+       * wdired.el (wdired-change-to-wdired-mode):
+       * vc.el (vc-retrieve-snapshot):
+       * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
+       * startup.el (display-startup-echo-area-message):
+       * simple.el (set-goal-column):
+       * ses.el (ses-command-hook, ses-recalculate-cell):
+       * server.el (server-process-filter):
        * printing.el (pr-interface-txt-print, pr-interface-printify)
-       (pr-interface-ps): Ditto.
-
-       * pcvs.el (cvs-help): Ditto.
-
-       * log-edit.el (log-edit, log-edit-mode-help): Ditto.
-
-       * iswitchb.el (iswitchb-possible-new-buffer): Ditto.
-
-       * isearch.el (isearch-edit-string): Ditto.
-
-       * image-mode.el (image-mode, image-minor-mode): Ditto.
-
-       * ibuf-macs.el (define-ibuffer-filter): Ditto.
-
-       * hi-lock.el (hi-lock-find-patterns): Ditto.
-
-       * files.el (toggle-read-only): Ditto.
-
+       (pr-interface-ps):
+       * pcvs.el (cvs-help):
+       * log-edit.el (log-edit, log-edit-mode-help):
+       * iswitchb.el (iswitchb-possible-new-buffer):
+       * isearch.el (isearch-edit-string):
+       * image-mode.el (image-mode, image-minor-mode):
+       * ibuf-macs.el (define-ibuffer-filter):
+       * hi-lock.el (hi-lock-find-patterns):
+       * files.el (toggle-read-only):
        * ediff-util.el (ediff-copy-diff)
-       (ediff-write-merge-buffer-and-maybe-kill): Ditto.
-
-       * echistory.el (Electric-history-undefined): Ditto.
-
-       * dnd.el (dnd-insert-text): Ditto.
-
-       * dired-aux.el (dired-query): Ditto.
-
-       * desktop.el (desktop-restore-file-buffer)
-       (desktop-lazy-create-buffer): Ditto.
-
-       * bookmark.el (bookmark-bmenu-locate): Ditto.
-
-       * obsolete/fast-lock.el (@top-level): Ditto in the macro
-       definition of `with-temp-message'.
+       (ediff-write-merge-buffer-and-maybe-kill):
+       * echistory.el (Electric-history-undefined):
+       * dnd.el (dnd-insert-text):
+       * dired-aux.el (dired-query):
+       * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
+       * bookmark.el (bookmark-bmenu-locate):
+       * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
+       Fix `message' calls to ensure first arg is a format string.
+       The change was made only when these two conditions were satisfied:
+       [1] when there is a possibility that the arguments would cause an error
+       for example, if the code in question relies on external variables
+       such as filenames, and
+       [2] if the arg to `message' could not have been nil in the code.
 
        * pcomplete.el (pcomplete--help): Fix `message' format spec.
        Not having a %s would be weird, though not technically wrong.