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

Diff of /emacs/lisp/ChangeLog

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

revision 1.8071 by dann, Mon Aug 15 17:23:50 2005 UTC revision 1.8072 by schwab, Mon Aug 15 20:16:05 2005 UTC
# Line 56  Line 56 
56          (rmail-clear-headers): Use it.          (rmail-clear-headers): Use it.
57          (rmail-reply): Better handling of mail-followup-to header.          (rmail-reply): Better handling of mail-followup-to header.
58    
59          * progmodes/sh-script.el (sh-font-lock-keywords-var):          * progmodes/sh-script.el (sh-font-lock-keywords-var): Variable
60          Variable renamed from sh-font-lock-keywords.          renamed from sh-font-lock-keywords.  In the `shell' entry, don't
61          In the `shell' entry, don't try to refer to executable-font-lock-keywords.          try to refer to executable-font-lock-keywords.
62          (sh-font-lock-keywords-var-1): Renamed from sh-font-lock-keywords-1.          (sh-font-lock-keywords-var-1): Renamed from
63          (sh-font-lock-keywords-var-2): Renamed from sh-font-lock-keywords-2.          sh-font-lock-keywords-1.
64          (sh-font-lock-keywords): Append executable-font-lock-keywords here.          (sh-font-lock-keywords-var-2): Renamed from
65          (sh-mode): Set comment-start-skip, local-abbrev-table, imenu-case-fold-search.          sh-font-lock-keywords-2.
66            (sh-font-lock-keywords): Append executable-font-lock-keywords
67            here.
68            (sh-mode): Set comment-start-skip, local-abbrev-table,
69            imenu-case-fold-search.
70          (sh-set-shell): Don't set them here.          (sh-set-shell): Don't set them here.
71          (sh-feature): Simplify.  Get rid of the eval-a-variable feature.          (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
72          Don't cache the results in the original alist; don't ever modify that alist.          Don't cache the results in the original alist; don't ever modify
73            that alist.
74    
75          * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.          * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
76    
77          * textmodes/ispell.el (lookup-words): Cope with case where ARGS is empty.          * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
78            empty.
79    
80  2005-08-15  Andreas Schwab  <schwab@suse.de>  2005-08-15  Andreas Schwab  <schwab@suse.de>
81    
# Line 239  Line 245 
245          (compilation-info-text-face): Delete face variables.          (compilation-info-text-face): Delete face variables.
246          (compilation-text-face): Delete function.          (compilation-text-face): Delete function.
247    
248          * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.          * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of
249            `[^:\n]+'.
250          (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.          (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
251          (grep-error-face): Set to `compilation-error' instead of          (grep-error-face): Set to `compilation-error' instead of
252          `compilation-error-face' (which is redefined to `grep-hit-face' in          `compilation-error-face' (which is redefined to `grep-hit-face' in
253          grep buffers).          grep buffers).
254          (grep-mode-font-lock-keywords): Remove `-text' from face          (grep-mode-font-lock-keywords): Remove `-text' from face variable
255          variable names.  Use `grep-error-face' instead of          names.  Use `grep-error-face' instead of
256          `compilation-error-text-face'.          `compilation-error-text-face'.
257    
258          * dired-aux.el (dired-do-query-replace-regexp):          * dired-aux.el (dired-do-query-replace-regexp):
# Line 577  Line 584 
584          (compilation-leave-directory-face): Doc fix.          (compilation-leave-directory-face): Doc fix.
585          (compilation-text-face): New function.          (compilation-text-face): New function.
586    
587          * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to          * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
588          0 instead of 1 to display binary file names as info file links.          instead of 1 to display binary file names as info file links.
589          (grep-error-face): Use `compilation-error-face' instead of          (grep-error-face): Use `compilation-error-face' instead of
590          `font-lock-keyword-face'.          `font-lock-keyword-face'.
591          (grep-mode-font-lock-keywords): Use `compilation-info-text-face'          (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
592          and `compilation-warning-text-face' instead of `font-lock-keyword-face'.          and `compilation-warning-text-face' instead of
593          Use `compilation-error-text-face' instead of `grep-error-face'.          `font-lock-keyword-face'.  Use `compilation-error-text-face'
594            instead of `grep-error-face'.
595    
596  2005-08-05  Kenichi Handa  <handa@m17n.org>  2005-08-05  Kenichi Handa  <handa@m17n.org>
597    
# Line 1245  Line 1253 
1253          (isearch-fallback): Refill docstring.          (isearch-fallback): Refill docstring.
1254    
1255          * international/isearch-x.el          * international/isearch-x.el
1256          (isearch-process-search-multibyte-characters): Remove unneeded `concat'.          (isearch-process-search-multibyte-characters): Remove unneeded
1257          Add intermediate values to `junk-hist' instead of `minibuffer-history'.          `concat'.  Add intermediate values to `junk-hist' instead of
1258          Test the length of `str'.          `minibuffer-history'.  Test the length of `str'.
1259    
1260  2005-07-18  Juanma Barranquero  <lekktu@gmail.com>  2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
1261    
# Line 2842  Line 2850 
2850          New backward-compatibility aliases for renamed faces.          New backward-compatibility aliases for renamed faces.
2851          (eshell-run-test): Use renamed eshell-test faces.          (eshell-run-test): Use renamed eshell-test faces.
2852    
2853          * eshell/em-prompt.el (eshell-prompt):          * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
2854          Remove "-face" suffix from face name.          face name.
2855          (eshell-prompt-face): New backward-compatibility alias for renamed face.          (eshell-prompt-face): New backward-compatibility alias for renamed
2856            face.
2857          (eshell-emit-prompt): Use renamed eshell-prompt face.          (eshell-emit-prompt): Use renamed eshell-prompt face.
2858    
2859          * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)          * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
# Line 3111  Line 3120 
3120          (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)          (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
3121          (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.          (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
3122    
3123          * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)          * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
3124            antlr-syntax)
3125          (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)          (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
3126          (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.          (antlr-literal): Remove "-face" suffix and "font-lock-" from face
3127            names.
3128          (antlr-font-lock-default-face, antlr-font-lock-keyword-face)          (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
3129          (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)          (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
3130          (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)          (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
3131          (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):          (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
3132          New backward-compatibility aliases for renamed faces.          backward-compatibility aliases for renamed faces.
3133          (antlr-default-face, antlr-keyword-face, antlr-syntax-face)          (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
3134          (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)          (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
3135          (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove          (antlr-tokenref-face, antlr-literal-face): Variables renamed to
3136          "font-lock-".  Use renamed antlr-mode faces.          remove "font-lock-".  Use renamed antlr-mode faces.
3137          (antlr-font-lock-additional-keywords): Use renamed faces.          (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
3138          Replace literal face-names with face variable references.          literal face-names with face variable references.
3139    
3140          * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from          * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
3141          face name.          face name.
# Line 3468  Line 3479 
3479          (pc-selection-mode):          (pc-selection-mode):
3480          * emulation/vip.el (vip-find-char-forward):          * emulation/vip.el (vip-find-char-forward):
3481          * emulation/viper-cmd.el (viper-find-char-forward):          * emulation/viper-cmd.el (viper-find-char-forward):
3482          * international/mule-cmds.el (select-safe-coding-system-accept-default-p)          * international/mule-cmds.el
3483            (select-safe-coding-system-accept-default-p)
3484          (input-method-exit-on-invalid-key):          (input-method-exit-on-invalid-key):
3485          * international/mule-diag.el (describe-coding-system):          * international/mule-diag.el (describe-coding-system):
3486          * international/ucs-tables.el (unify-8859-on-encoding-mode):          * international/ucs-tables.el (unify-8859-on-encoding-mode):
# Line 3642  Line 3654 
3654          (smerge-mine-face, smerge-other-face, smerge-base-face)          (smerge-mine-face, smerge-other-face, smerge-base-face)
3655          (smerge-markers-face): Use renamed smerge faces.          (smerge-markers-face): Use renamed smerge faces.
3656    
3657          * log-view.el (log-view-file, log-view-message):          * log-view.el (log-view-file, log-view-message): Remove "-face"
3658          Remove "-face" suffix from face names.          suffix from face names.
3659          (log-view-file-face, log-view-message-face):          (log-view-file-face, log-view-message-face): New
3660          New backward-compatibility aliases for renamed faces.          backward-compatibility aliases for renamed faces.
3661          (log-view-file-face, log-view-message-face): Use renamed log-view faces.          (log-view-file-face, log-view-message-face): Use renamed log-view
3662            faces.
3663    
3664          * paren.el (show-paren-match, show-paren-mismatch):          * paren.el (show-paren-match, show-paren-mismatch):
3665          Remove "-face" suffix from face names.          Remove "-face" suffix from face names.
# Line 3658  Line 3671 
3671          (ruler-mode-margins, ruler-mode-fringes)          (ruler-mode-margins, ruler-mode-fringes)
3672          (ruler-mode-column-number, ruler-mode-fill-column)          (ruler-mode-column-number, ruler-mode-fill-column)
3673          (ruler-mode-comment-column, ruler-mode-goal-column)          (ruler-mode-comment-column, ruler-mode-goal-column)
3674          (ruler-mode-tab-stop, ruler-mode-current-column):          (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
3675          Remove "-face" suffix from face names.          suffix from face names.
3676          (ruler-mode-default-face, ruler-mode-pad-face)          (ruler-mode-default-face, ruler-mode-pad-face)
3677          (ruler-mode-margins-face, ruler-mode-fringes-face)          (ruler-mode-margins-face, ruler-mode-fringes-face)
3678          (ruler-mode-column-number-face, ruler-mode-fill-column-face)          (ruler-mode-column-number-face, ruler-mode-fill-column-face)
3679          (ruler-mode-comment-column-face, ruler-mode-goal-column-face)          (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
3680          (ruler-mode-tab-stop-face, ruler-mode-current-column-face):          (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
3681          New backward-compatibility aliases for renamed faces.          backward-compatibility aliases for renamed faces.
3682          (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)          (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
3683          (ruler-mode-column-number, ruler-mode-fill-column)          (ruler-mode-column-number, ruler-mode-fill-column)
3684          (ruler-mode-comment-column, ruler-mode-goal-column)          (ruler-mode-comment-column, ruler-mode-goal-column)
3685          (ruler-mode-tab-stop, ruler-mode-current-column)          (ruler-mode-tab-stop, ruler-mode-current-column)
3686          (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.          (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
3687            faces.
3688    
3689          * whitespace.el (whitespace-highlight): Remove "-face" suffix from          * whitespace.el (whitespace-highlight): Remove "-face" suffix from
3690          face name.          face name.
# Line 3905  Line 3919 
3919          XEmacs code.          XEmacs code.
3920          (flyspell-word): Minor simplification.          (flyspell-word): Minor simplification.
3921          (flyspell-math-tex-command-p): Quieten the byte-compiler.          (flyspell-math-tex-command-p): Quieten the byte-compiler.
3922          (flyspell-external-point-words): Remove unused vars `size' and `start'.          (flyspell-external-point-words): Remove unused vars `size' and
3923          (flyspell-do-correct): Rename from flyspell-xemacs-correct.          `start'.
3924          Merge the corresponding Emacs code.          (flyspell-do-correct): Rename from flyspell-xemacs-correct.  Merge
3925          (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.          the corresponding Emacs code.
3926            (flyspell-correct-word, flyspell-xemacs-popup): Use
3927            flyspell-do-correct.
3928    
3929          * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in          * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
3930          a dedicated window.          a dedicated window.
# Line 4577  Line 4593 
4593    
4594  2005-05-26  Mark A. Hershberger  <mah@everybody.org>  2005-05-26  Mark A. Hershberger  <mah@everybody.org>
4595    
4596          * xml.el (xml-substitute-special): Don't die for undefined xml entities.          * xml.el (xml-substitute-special): Don't die for undefined xml
4597            entities.
4598    
4599  2005-05-26  Jay Belanger  <belanger@truman.edu>  2005-05-26  Jay Belanger  <belanger@truman.edu>
4600    
# Line 5012  Line 5029 
5029    
5030          * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.          * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
5031    
5032          * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):          * emacs-lisp/bytecomp.el
5033          Call byte-compile-nogroup-warn if appropriate.          (byte-compile-file-form-custom-declare-variable): Call
5034            byte-compile-nogroup-warn if appropriate.
5035    
5036          * progmodes/compile.el (compilation-finish-function): Mark obsolete.          * progmodes/compile.el (compilation-finish-function): Mark obsolete.
5037          (compilation-set-window): Don't call left-fringe-p; do it directly.          (compilation-set-window): Don't call left-fringe-p; do it directly.
# Line 5100  Line 5118 
5118          (reftex-access-search-path): Use `reftex-uniquify' instead of          (reftex-access-search-path): Use `reftex-uniquify' instead of
5119          `reftex-uniq'          `reftex-uniq'
5120    
5121          * textmodes/reftex-sel.el (reftex-select-unmark):          * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
5122          Overlay `before-string' property modification enables for Emacs as well.          `before-string' property modification enables for Emacs as well.
5123          (reftex-select-item): Use `reftex-delete-overlay'.          (reftex-select-item): Use `reftex-delete-overlay'.
5124          (reftex-select-mark): Use `reftex-make-overlay' and          (reftex-select-mark): Use `reftex-make-overlay' and
5125          `reftex-overlay-put'.          `reftex-overlay-put'.
# Line 5588  Line 5606 
5606    
5607  2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>  2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5608    
5609          * files.el (executable-find): Move from executable.el.  Use locate-file.          * files.el (executable-find): Move from executable.el.  Use
5610            locate-file.
5611          * progmodes/executable.el (executable-find): Move to files.el.          * progmodes/executable.el (executable-find): Move to files.el.
5612    
5613          * font-lock.el (font-lock-fontify-keywords-region): Use a marker          * font-lock.el (font-lock-fontify-keywords-region): Use a marker
# Line 5817  Line 5836 
5836    
5837          * term/mac-win.el: Don't define or bind scroll bar functions if          * term/mac-win.el: Don't define or bind scroll bar functions if
5838          x-toolkit-scroll-bars is t.          x-toolkit-scroll-bars is t.
5839          (x-select-text, x-get-selection-value):          (x-select-text, x-get-selection-value): Clear
5840          Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.          x-last-selected-text-clipboard if x-select-enable-clipboard is
5841            nil.
5842          (PRIMARY): Put mac-scrap-name property.          (PRIMARY): Put mac-scrap-name property.
5843          (mac-select-convert-to-file-url): New function.          (mac-select-convert-to-file-url): New function.
5844          (public.file-url): New selection target type.  Add to          (public.file-url): New selection target type.  Add to
# Line 7698  Line 7718 
7718          minibuffer-with-setup-hook (which breaks turning on/off          minibuffer-with-setup-hook (which breaks turning on/off
7719          file-name-shadow-mode while in the prompt).          file-name-shadow-mode while in the prompt).
7720    
7721          * complete.el (PC-read-include-file-name-internal): Use test-completion.          * complete.el (PC-read-include-file-name-internal): Use
7722            test-completion.
7723    
7724  2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>  2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
7725    
# Line 7883  Line 7904 
7904          * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.          * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
7905          * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.          * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
7906          * emulation/vip.el: Replace `illegal' with `invalid'.          * emulation/vip.el: Replace `illegal' with `invalid'.
7907          * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.          * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
7908            `invalid'.
7909          * mail/supercite.el: Replace `illegal' with `invalid'.          * mail/supercite.el: Replace `illegal' with `invalid'.
7910          * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el          * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
7911          * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el          * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
# Line 8105  Line 8127 
8127    
8128  2005-03-21  Lute Kamstra  <lute@gnu.org>  2005-03-21  Lute Kamstra  <lute@gnu.org>
8129    
8130          * generic.el: Fix commentary section.  Don't require cl for compilation.          * generic.el: Fix commentary section.  Don't require cl for
8131            compilation.
8132          (generic-mode-list): Add autoload cookie.          (generic-mode-list): Add autoload cookie.
8133          (generic-use-find-file-hook, generic-lines-to-scan)          (generic-use-find-file-hook, generic-lines-to-scan)
8134          (generic-find-file-regexp, generic-ignore-files-regexp)          (generic-find-file-regexp, generic-ignore-files-regexp)
# Line 8744  Line 8767 
8767    
8768          * simple.el (normal-erase-is-backspace): Define default value.          * simple.el (normal-erase-is-backspace): Define default value.
8769    
8770          * custom.el (custom-theme-set-variables): Remove unused var `immediate'.          * custom.el (custom-theme-set-variables): Remove unused var
8771          (custom-reevaluate-setting): Simple function to handle          `immediate'.
8772          variables that are defined before their default value can really          (custom-reevaluate-setting): Simple function to handle variables
8773          be computed.          that are defined before their default value can really be
8774            computed.
8775    
8776          * startup.el (command-line): Use it for temporary-file-directory,          * startup.el (command-line): Use it for temporary-file-directory,
8777          small-emporary-file-directory, auto-save-file-name-transforms,          small-emporary-file-directory, auto-save-file-name-transforms,
# Line 10660  Line 10684 
10684          * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.          * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
10685          * progmodes/f90.el (f90-mode): Use mode-require-final-newline.          * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
10686          * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.          * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
10687          * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.          * progmodes/cfengine.el (cfengine-mode): Use
10688            mode-require-final-newline.
10689          * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.          * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
10690          * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.          * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
10691          * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.          * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
# Line 11028  Line 11053 
11053    
11054  2004-12-19  Jay Belanger  <belanger@truman.edu>  2004-12-19  Jay Belanger  <belanger@truman.edu>
11055    
11056          * calc/calc-aent.el (calcAlg-blank-matching-open):          * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
11057          Temporarily adjust the syntax of both delimiters of half-open intervals.          adjust the syntax of both delimiters of half-open intervals.
11058    
11059  2004-12-19  Kim F. Storm  <storm@cua.dk>  2004-12-19  Kim F. Storm  <storm@cua.dk>
11060    
# Line 11294  Line 11319 
11319          Reported by Ville Skytt,Ad(B <scop@xemacs.org>.          Reported by Ville Skytt,Ad(B <scop@xemacs.org>.
11320          (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)          (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
11321          (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)          (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
11322          (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.          (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
11323            annotate.
11324    
11325  2004-12-12  Juri Linkov  <juri@jurta.org>  2004-12-12  Juri Linkov  <juri@jurta.org>
11326    
# Line 11385  Line 11411 
11411  2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>  2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11412    
11413          * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)          * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11414          (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.          (checkdoc-message-text, checkdoc-defun): Fix format messages for
11415            `error'.
11416    
11417          * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special          * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
11418          case of \end{verbatim}.          case of \end{verbatim}.
# Line 11683  Line 11710 
11710          * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el          * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
11711          * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el          * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
11712          * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el          * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
11713          * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions          * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
11714          with provide statements.          functions with provide statements.
11715    
11716          * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.          * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
11717    
11718          * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.          * calc/calc-embed.el (calc-do-embedded-activate): Remove from
11719            autoloads.
11720    
11721          * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.          * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
11722          (calc-load-everything, math-defsimplify): Replace dummy autoloading          (calc-load-everything, math-defsimplify): Replace dummy autoloading
# Line 11753  Line 11781 
11781          Replace calls to calc-extensions by appropriate require, replace          Replace calls to calc-extensions by appropriate require, replace
11782          calc-extensions-loaded by appropriate featurep.          calc-extensions-loaded by appropriate featurep.
11783    
11784          * calc/calc-ext.el: Move require to end of file.          * calc/calc-ext.el: Move require to end of file.  Remove redundant
11785          Remove redundant loading of calc.el.          loading of calc.el.
11786          (calc-extensions-loaded): Remove unnecessary variable.          (calc-extensions-loaded): Remove unnecessary variable.
11787          (calc-extensions): Remove unnecessary function.          (calc-extensions): Remove unnecessary function.
11788          (calc-load-everything): Replace calc-need-macros by appropriate require.          (calc-load-everything): Replace calc-need-macros by appropriate
11789            require.
11790    
11791          * calc/calc-macs.el: Move provide to end of file.          * calc/calc-macs.el: Move provide to end of file.
11792          (calc-need-macros): Remove unnecessary function.          (calc-need-macros): Remove unnecessary function.
# Line 11861  Line 11890 
11890    
11891          * calc/calc-aent.el (calc-eval-error): Declare and initialize the          * calc/calc-aent.el (calc-eval-error): Declare and initialize the
11892          variable.          variable.
11893          (calc-eval-error): Don't check if the variable calc-eval-error is bound.          (calc-eval-error): Don't check if the variable calc-eval-error is
11894            bound.
11895          (calc-buffer, calc-digit-value, math-expr-data): Declare them.          (calc-buffer, calc-digit-value, math-expr-data): Declare them.
11896          (math-alg-inequalities): Move declaration to earlier in the file.          (math-alg-inequalities): Move declaration to earlier in the file.
11897    
# Line 11937  Line 11967 
11967          Replace variable pos by declared variable.          Replace variable pos by declared variable.
11968    
11969          * calc/calc-mtx.el (calc-det-lu): New variable.          * calc/calc-mtx.el (calc-det-lu): New variable.
11970          (math-det-raw, math-det-step): Replace variable lu by declared variable.          (math-det-raw, math-det-step): Replace variable lu by declared
11971            variable.
11972    
11973          * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.          * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
11974          (math-multi-subst, math-multi-subst-rec): Replace variables temp          (math-multi-subst, math-multi-subst-rec): Replace variables temp
# Line 11969  Line 12000 
12000          (calc-embedded-update, calc-embedded-find-vars): Replace variable          (calc-embedded-update, calc-embedded-find-vars): Replace variable
12001          vars-used by declared variable.          vars-used by declared variable.
12002    
12003          * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.          * calc/calc-bin.el (math-format-radix-float): Make pos a local
12004            variable.
12005          (math-format-radix-float): Remove unnecessary setq.          (math-format-radix-float): Remove unnecessary setq.
12006          (math-radix-float-cache): Declare it.          (math-radix-float-cache): Declare it.
12007    
# Line 13637  Line 13669 
13669          * play/fortune.el (fortune-to-signature): Don't use interactive-p.          * play/fortune.el (fortune-to-signature): Don't use interactive-p.
13670          (fortune-in-buffer): Doc fix.          (fortune-in-buffer): Doc fix.
13671    
13672          * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.          * play/5x5.el (5x5-new-game): Set up the buffer even if not
13673            interactive.
13674    
13675          * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;          * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
13676          don't select the temporary buffer.          don't select the temporary buffer.
# Line 14215  Line 14248 
14248    
14249  2004-10-17  Kim F. Storm  <storm@cua.dk>  2004-10-17  Kim F. Storm  <storm@cua.dk>
14250    
14251          * language/indian.el (indian-script-language-alist): Swap value and doc.          * language/indian.el (indian-script-language-alist): Swap value
14252            and doc.
14253          (indian-font-char-index-table): Doc fix.          (indian-font-char-index-table): Doc fix.
14254    
14255  2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>  2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
# Line 15879  Line 15913 
15913    
15914  2004-08-08  Lars Hansen  <larsh@math.ku.dk>  2004-08-08  Lars Hansen  <larsh@math.ku.dk>
15915    
15916          * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.          * wid-edit.el (widget-sexp-validate): Allow whitespace after
15917            expression.
15918    
15919  2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>  2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
15920    
# Line 16735  Line 16770 
16770  2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>  2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
16771    
16772          * dired.el (dired-revert): If buffer is marked unmodified before          * dired.el (dired-revert): If buffer is marked unmodified before
16773          reverting, keep it marked unmodified.          reverting, keep it marked unmodified.  Adapt to new conventions
16774          Adapt to new conventions for commenting out code.          for commenting out code.
16775          (dired-make-relative): Adapt to new conventions for commenting out code.          (dired-make-relative): Adapt to new conventions for commenting out
16776            code.
16777    
16778  2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>  2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
16779    
# Line 16832  Line 16868 
16868    
16869  2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>  2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
16870    
16871          * progmodes/compile.el (compilation-set-window-height):          * progmodes/compile.el (compilation-set-window-height): Rearrange
16872          Rearrange the save-* functions because a buffer can have several current          the save-* functions because a buffer can have several current
16873          point in different windows.          point in different windows.
16874          (compilation-error-regexp-alist-alist): Recognize {standard input}          (compilation-error-regexp-alist-alist): Recognize {standard input}
16875          GNU messages (for gcc --pipe) and more kinds of Oracle messages.          GNU messages (for gcc --pipe) and more kinds of Oracle messages.
# Line 17295  Line 17331 
17331    
17332  2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>  2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17333    
17334          * subr.el (with-selected-window): Only save/restore the selected window.          * subr.el (with-selected-window): Only save/restore the selected
17335            window.
17336    
17337          * progmodes/compile.el (compilation-error-regexp-alist):          * progmodes/compile.el (compilation-error-regexp-alist):
17338          Use expand-file-name and data-directory.          Use expand-file-name and data-directory.
# Line 17639  Line 17676 
17676    
17677          * eshell/esh-io.el (eshell-get-target): Whitespace changes.          * eshell/esh-io.el (eshell-get-target): Whitespace changes.
17678          (eshell-output-object-to-target): Improve output speed 20% by not          (eshell-output-object-to-target): Improve output speed 20% by not
17679          calling `eshell-stringify' if something is already known to be a string.          calling `eshell-stringify' if something is already known to be a
17680            string.
17681    
17682  2004-05-15  Alex Ott  <ott@jet.msk.su>  2004-05-15  Alex Ott  <ott@jet.msk.su>
17683    
# Line 18993  Line 19031 
19031    
19032  2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>  2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19033    
19034          * progmodes/compile.el (compilation-error-properties):          * progmodes/compile.el (compilation-error-properties): Split into
19035          Split into two.          two.
19036          (compilation-internal-error-properties): New one.          (compilation-internal-error-properties): New one.
19037          (compilation-compat-error-properties): Use it.  Fix the non-marker case.          (compilation-compat-error-properties): Use it.  Fix the non-marker
19038            case.
19039    
19040  2004-04-20  Richard M. Stallman  <rms@gnu.org>  2004-04-20  Richard M. Stallman  <rms@gnu.org>
19041    
# Line 19153  Line 19192 
19192    
19193  2004-04-16  Dave Love  <fx@gnu.org>  2004-04-16  Dave Love  <fx@gnu.org>
19194    
19195          * progmodes/python.el (python-compilation-line-number): Fix braindamage.          * progmodes/python.el (python-compilation-line-number): Fix
19196            braindamage.
19197          (python-load-file): Fix python-orig-start setting.          (python-load-file): Fix python-orig-start setting.
19198    
19199          * progmodes/compile.el: Doc fixes.          * progmodes/compile.el: Doc fixes.
# Line 19187  Line 19227 
19227    
19228  2004-04-16  Masatake YAMATO  <jet@gyve.org>  2004-04-16  Masatake YAMATO  <jet@gyve.org>
19229    
19230          * simple.el (completion-setup-function): Set an initial value          * simple.el (completion-setup-function): Set an initial value to
19231          to `element-common-end' before entering loop.  Set a value          `element-common-end' before entering loop.  Set a value to
19232          to `element-common-end' at the end of loop.          `element-common-end' at the end of loop.  The bug is reported by
19233          The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.          Juri Linkov <juri@jurta.org> in emacs-devel list.
19234          (completions-common-part): Rename from completion-de-emphasis.          (completions-common-part): Rename from completion-de-emphasis.
19235          (completions-first-difference): Rename from completion-emphasis.          (completions-first-difference): Rename from completion-emphasis.
19236          Suggested by RMS.          Suggested by RMS.
# Line 19257  Line 19297 
19297          parsing of both attribute and element names.          parsing of both attribute and element names.
19298          (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)          (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
19299          (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.          (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
19300          (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.          (xml-parse-tag): Update assumed namespaces.  Clean up namespace
19301            parsing.
19302          (xml-parse-attlist): Make it do its own namespace parsing.          (xml-parse-attlist): Make it do its own namespace parsing.
19303    
19304  2004-04-14  Dave Love  <fx@gnu.org>  2004-04-14  Dave Love  <fx@gnu.org>
# Line 19301  Line 19342 
19342  2004-04-14  Kim F. Storm  <storm@cua.dk>  2004-04-14  Kim F. Storm  <storm@cua.dk>
19343    
19344          * startup.el (emacs-quick-startup): New defvar (set by -Q).          * startup.el (emacs-quick-startup): New defvar (set by -Q).
19345          (command-line): New option -Q.  Like -q --no-site-file, but          (command-line): New option -Q.  Like -q --no-site-file, but in
19346          in addition it also disables menu-bar, tool-bar, scroll-bars,          addition it also disables menu-bar, tool-bar, scroll-bars,
19347          tool-tips, and the blinking cursor.          tool-tips, and the blinking cursor.
19348          (command-line-1): Skip startup screen if -Q.          (command-line-1): Skip startup screen if -Q.
19349          (fancy-splash-head): Use ":align-to center" prop to center splash image.          (fancy-splash-head): Use ":align-to center" prop to center splash
19350            image.
19351    
19352          * emulation/cua-base.el (cua-read-only-cursor-color)          * emulation/cua-base.el (cua-read-only-cursor-color)
19353          (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.          (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
# Line 20100  Line 20142 
20142    
20143  2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>  2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
20144    
20145          * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.          * autorevert.el (global-auto-revert-non-file-buffers): Expand
20146            docstring.
20147          (buffer-stale-function): New variable.          (buffer-stale-function): New variable.
20148          (auto-revert-list-diff, auto-revert-dired-file-list)          (auto-revert-list-diff, auto-revert-dired-file-list)
20149          (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.          (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
# Line 21321  Line 21364 
21364    
21365          * net/webjump.el (webjump-builtin): Add missing format string argument.          * net/webjump.el (webjump-builtin): Add missing format string argument.
21366    
21367          * midnight.el (midnight-delay-set): Remove extra format string argument.          * midnight.el (midnight-delay-set): Remove extra format string
21368            argument.
21369    
21370          * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.          * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
21371    
# Line 22382  Line 22426 
22426          * subr.el (noreturn, 1value): New macros for test coverage.          * subr.el (noreturn, 1value): New macros for test coverage.
22427          See `testcover.el'.          See `testcover.el'.
22428    
22429          * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.          * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
22430            `1value'.
22431    
22432          * emacs-lisp/testcover.el (testcover-reinstrument): Special case          * emacs-lisp/testcover.el (testcover-reinstrument): Special case
22433          for macro `1value'.          for macro `1value'.

Legend:
Removed from v.1.8071  
changed lines
  Added in v.1.8072

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