/[emacs]/emacs/lisp/ChangeLog
ViewVC logotype

Diff of /emacs/lisp/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8216 by lektu, Wed Sep 21 08:07:58 2005 UTC revision 1.8217 by kfstorm, Wed Sep 21 08:36:27 2005 UTC
# Line 1  Line 1 
1  2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>  2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
2    
3          * ediff-ptch.el (ediff-file-name-sans-prefix): Treat nil as an          * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
4          empty string.          (ediff-file-name-sans-prefix): Treat nil as an empty string.
5          (ediff-fixup-patch-map): Better heuristic for intuiting the file          (ediff-fixup-patch-map): Better heuristic for intuiting the file
6          names to patch.          names to patch.
         (ediff-prompt-for-patch-file): More intuitive prompt.  
7    
8          * ediff-util.el: Use insert-buffer-substring.          * ediff-util.el: Use insert-buffer-substring.
9    
# Line 50  Line 49 
49    
50  2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>  2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
51    
52          * font-lock.el (font-lock-default-fontify-region):          * Font-lock.el (font-lock-default-fontify-region): Don't add a line
53          Don't unconditionally add a line, since the after-change-function          unconditionally, since the after-change-function already did it.
         already did it.  
54    
55  2005-09-19  Miles Bader  <miles@gnu.org>  2005-09-19  Miles Bader  <miles@gnu.org>
56    
# Line 93  Line 91 
91    
92  2005-09-18  D Goel  <deego@gnufans.org>  2005-09-18  D Goel  <deego@gnufans.org>
93    
94          * apropos.el (apropos-command): Fix `message' call: first arg          * apropos.el (apropos-command):
95          should be a format spec.  In this and all other cases that appear          * textmodes/tildify.el (tildify-region):
         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.  
   
96          * textmodes/reftex-index.el (reftex-index-change-entry)          * textmodes/reftex-index.el (reftex-index-change-entry)
97          (reftex-index-phrase-selection-or-word)          (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
98          (reftex-query-index-phrase): Ditto.          * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
   
         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite): Ditto.  
   
99          * textmodes/org.el (org-complete, org-deadline, org-schedule)          * textmodes/org.el (org-complete, org-deadline, org-schedule)
100          (org-priority, org-table-sum): Ditto.          (org-priority, org-table-sum):
101            * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
102          * textmodes/ispell.el (ispell-check-version)          * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
103          (ispell-parse-output): Ditto.          (flyspell-word, flyspell-display-next-corrections):
104            * textmodes/bibtex.el (bibtex-print-help-message):
105          * textmodes/flyspell.el (flyspell-mode-on)          * textmodes/artist.el (artist-key-set-point-poly):
106          (flyspell-notify-misspell, flyspell-word)          * term/mac-win.el (mac-services-insert-text):
         (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.  
   
107          * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)          * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
108          (vhdl-hooked-abbrev, vhdl-template-insert-fun)          (vhdl-hooked-abbrev, vhdl-template-insert-fun)
109          (vhdl-port-paste-testbench, vhdl-compose-new-component)          (vhdl-port-paste-testbench, vhdl-compose-new-component)
110          (vhdl-compose-configuration): Ditto.          (vhdl-compose-configuration):
   
111          * progmodes/sh-script.el (sh-blink, sh-show-indent)          * progmodes/sh-script.el (sh-blink, sh-show-indent)
112          (sh-set-indent, sh-learn-line-indent): Ditto.          (sh-set-indent, sh-learn-line-indent):
113            * progmodes/ps-mode.el (ps-mode-target-column):
         * progmodes/ps-mode.el (ps-mode-target-column): Ditto.  
   
114          * progmodes/idlwave.el (idlwave-make-tags)          * progmodes/idlwave.el (idlwave-make-tags)
115          (idlwave-scan-library-catalogs): Ditto.          (idlwave-scan-library-catalogs):
116            * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
117          * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display): Ditto.          * progmodes/gud.el (gud-jdb-analyze-source):
118            * progmodes/flymake.el (flymake-log):
119          * progmodes/gud.el (gud-jdb-analyze-source): Ditto.          * progmodes/ebnf2ps.el (ebnf-generate-region):
120            * progmodes/cmacexp.el (c-macro-expansion):
121          * progmodes/flymake.el (flymake-log): Ditto.          * progmodes/ada-xref.el (ada-treat-cmd-string):
   
         * progmodes/ebnf2ps.el (ebnf-generate-region): Ditto.  
   
         * progmodes/cmacexp.el (c-macro-expansion): Ditto.  
   
         * progmodes/ada-xref.el (ada-treat-cmd-string): Ditto.  
   
122          * progmodes/ada-mode.el (ada-create-case-exception-substring)          * progmodes/ada-mode.el (ada-create-case-exception-substring)
123          (ada-justified-indent-current, ada-batch-reformat): Ditto.          (ada-justified-indent-current, ada-batch-reformat):
124            * play/zone.el (zone):
125          * play/zone.el (zone): Ditto.          * play/landmark.el (lm-move):
126            * play/decipher.el (decipher-show-alphabet):
         * play/landmark.el (lm-move): Ditto.  
   
         * play/decipher.el (decipher-show-alphabet): Ditto.  
   
127          * net/newsticker.el (newsticker--display-jump)          * net/newsticker.el (newsticker--display-jump)
128          (newsticker--display-scroll): Ditto.          (newsticker--display-scroll):
   
129          * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)          * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
130          (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list): Ditto.          (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
131            * mail/feedmail.el (feedmail-dump-message-to-queue):
132          * mail/feedmail.el (feedmail-dump-message-to-queue): Ditto.          * eshell/esh-proc.el (eshell-remove-process-entry):
133            * emulation/ws-mode.el (ws-last-error):
         * eshell/esh-proc.el (eshell-remove-process-entry): Ditto.  
   
         * emulation/ws-mode.el (ws-last-error): Ditto.  
   
134          * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)          * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
135          (viper-record-kbd-macro): Ditto.          (viper-record-kbd-macro):
136            * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
137          * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Ditto.          * emacs-lisp/lisp-mnt.el (lm-report-bug):
138            * emacs-lisp/find-func.el (find-function-noselect):
         * emacs-lisp/lisp-mnt.el (lm-report-bug): Ditto.  
   
         * emacs-lisp/find-func.el (find-function-noselect): Ditto.  
   
139          * calendar/timeclock.el (timeclock-status-string)          * calendar/timeclock.el (timeclock-status-string)
140          (timeclock-workday-remaining-string)          (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
141          (timeclock-workday-elapsed-string)          (timeclock-when-to-leave-string):
142          (timeclock-when-to-leave-string): Ditto.          * calendar/icalendar.el (icalendar--convert-ical-to-diary):
143            * calc/calc-units.el (calc-enter-units-table):
144          * calendar/icalendar.el (icalendar--convert-ical-to-diary): Ditto.          * calc/calc-mode.el (calc-mode-record-mode):
145            * woman.el (woman-mini-help):
146          * calc/calc-units.el (calc-enter-units-table): Ditto.          * wdired.el (wdired-change-to-wdired-mode):
147            * vc.el (vc-retrieve-snapshot):
148          * calc/calc-mode.el (calc-mode-record-mode): Ditto.          * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
149            * startup.el (display-startup-echo-area-message):
150          * woman.el (woman-mini-help): Ditto.          * simple.el (set-goal-column):
151            * ses.el (ses-command-hook, ses-recalculate-cell):
152          * wdired.el (wdired-change-to-wdired-mode): Ditto.          * server.el (server-process-filter):
   
         * 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.  
   
153          * printing.el (pr-interface-txt-print, pr-interface-printify)          * printing.el (pr-interface-txt-print, pr-interface-printify)
154          (pr-interface-ps): Ditto.          (pr-interface-ps):
155            * pcvs.el (cvs-help):
156          * pcvs.el (cvs-help): Ditto.          * log-edit.el (log-edit, log-edit-mode-help):
157            * iswitchb.el (iswitchb-possible-new-buffer):
158          * log-edit.el (log-edit, log-edit-mode-help): Ditto.          * isearch.el (isearch-edit-string):
159            * image-mode.el (image-mode, image-minor-mode):
160          * iswitchb.el (iswitchb-possible-new-buffer): Ditto.          * ibuf-macs.el (define-ibuffer-filter):
161            * hi-lock.el (hi-lock-find-patterns):
162          * isearch.el (isearch-edit-string): Ditto.          * files.el (toggle-read-only):
   
         * 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.  
   
163          * ediff-util.el (ediff-copy-diff)          * ediff-util.el (ediff-copy-diff)
164          (ediff-write-merge-buffer-and-maybe-kill): Ditto.          (ediff-write-merge-buffer-and-maybe-kill):
165            * echistory.el (Electric-history-undefined):
166          * echistory.el (Electric-history-undefined): Ditto.          * dnd.el (dnd-insert-text):
167            * dired-aux.el (dired-query):
168          * dnd.el (dnd-insert-text): Ditto.          * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
169            * bookmark.el (bookmark-bmenu-locate):
170          * dired-aux.el (dired-query): Ditto.          * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
171            Fix `message' calls to ensure first arg is a format string.
172          * desktop.el (desktop-restore-file-buffer)          The change was made only when these two conditions were satisfied:
173          (desktop-lazy-create-buffer): Ditto.          [1] when there is a possibility that the arguments would cause an error
174            for example, if the code in question relies on external variables
175          * bookmark.el (bookmark-bmenu-locate): Ditto.          such as filenames, and
176            [2] if the arg to `message' could not have been nil in the code.
         * obsolete/fast-lock.el (@top-level): Ditto in the macro  
         definition of `with-temp-message'.  
177    
178          * pcomplete.el (pcomplete--help): Fix `message' format spec.          * pcomplete.el (pcomplete--help): Fix `message' format spec.
179          Not having a %s would be weird, though not technically wrong.          Not having a %s would be weird, though not technically wrong.

Legend:
Removed from v.1.8216  
changed lines
  Added in v.1.8217

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26