emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 15 Aug 2005 16:16:05 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8071 emacs/lisp/ChangeLog:1.8072
*** emacs/lisp/ChangeLog:1.8071 Mon Aug 15 17:23:50 2005
--- emacs/lisp/ChangeLog        Mon Aug 15 20:16:05 2005
***************
*** 56,75 ****
        (rmail-clear-headers): Use it.
        (rmail-reply): Better handling of mail-followup-to header.
  
!       * progmodes/sh-script.el (sh-font-lock-keywords-var):
!       Variable renamed from sh-font-lock-keywords.
!       In the `shell' entry, don't try to refer to 
executable-font-lock-keywords.
!       (sh-font-lock-keywords-var-1): Renamed from sh-font-lock-keywords-1.
!       (sh-font-lock-keywords-var-2): Renamed from sh-font-lock-keywords-2.
!       (sh-font-lock-keywords): Append executable-font-lock-keywords here.
!       (sh-mode): Set comment-start-skip, local-abbrev-table, 
imenu-case-fold-search.
        (sh-set-shell): Don't set them here.
        (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
!       Don't cache the results in the original alist; don't ever modify that 
alist.
  
        * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
  
!       * textmodes/ispell.el (lookup-words): Cope with case where ARGS is 
empty.
  
  2005-08-15  Andreas Schwab  <address@hidden>
  
--- 56,81 ----
        (rmail-clear-headers): Use it.
        (rmail-reply): Better handling of mail-followup-to header.
  
!       * progmodes/sh-script.el (sh-font-lock-keywords-var): Variable
!       renamed from sh-font-lock-keywords.  In the `shell' entry, don't
!       try to refer to executable-font-lock-keywords.
!       (sh-font-lock-keywords-var-1): Renamed from
!       sh-font-lock-keywords-1.
!       (sh-font-lock-keywords-var-2): Renamed from
!       sh-font-lock-keywords-2.
!       (sh-font-lock-keywords): Append executable-font-lock-keywords
!       here.
!       (sh-mode): Set comment-start-skip, local-abbrev-table,
!       imenu-case-fold-search.
        (sh-set-shell): Don't set them here.
        (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
!       Don't cache the results in the original alist; don't ever modify
!       that alist.
  
        * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
  
!       * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
!       empty.
  
  2005-08-15  Andreas Schwab  <address@hidden>
  
***************
*** 239,251 ****
        (compilation-info-text-face): Delete face variables.
        (compilation-text-face): Delete function.
  
!       * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
        (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
        (grep-error-face): Set to `compilation-error' instead of
        `compilation-error-face' (which is redefined to `grep-hit-face' in
        grep buffers).
!       (grep-mode-font-lock-keywords): Remove `-text' from face
!       variable names.  Use `grep-error-face' instead of
        `compilation-error-text-face'.
  
        * dired-aux.el (dired-do-query-replace-regexp):
--- 245,258 ----
        (compilation-info-text-face): Delete face variables.
        (compilation-text-face): Delete function.
  
!       * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of
!       `[^:\n]+'.
        (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
        (grep-error-face): Set to `compilation-error' instead of
        `compilation-error-face' (which is redefined to `grep-hit-face' in
        grep buffers).
!       (grep-mode-font-lock-keywords): Remove `-text' from face variable
!       names.  Use `grep-error-face' instead of
        `compilation-error-text-face'.
  
        * dired-aux.el (dired-do-query-replace-regexp):
***************
*** 577,589 ****
        (compilation-leave-directory-face): Doc fix.
        (compilation-text-face): New function.
  
!       * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to
!       0 instead of 1 to display binary file names as info file links.
        (grep-error-face): Use `compilation-error-face' instead of
        `font-lock-keyword-face'.
        (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
!       and `compilation-warning-text-face' instead of `font-lock-keyword-face'.
!       Use `compilation-error-text-face' instead of `grep-error-face'.
  
  2005-08-05  Kenichi Handa  <address@hidden>
  
--- 584,597 ----
        (compilation-leave-directory-face): Doc fix.
        (compilation-text-face): New function.
  
!       * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
!       instead of 1 to display binary file names as info file links.
        (grep-error-face): Use `compilation-error-face' instead of
        `font-lock-keyword-face'.
        (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
!       and `compilation-warning-text-face' instead of
!       `font-lock-keyword-face'.  Use `compilation-error-text-face'
!       instead of `grep-error-face'.
  
  2005-08-05  Kenichi Handa  <address@hidden>
  
***************
*** 1245,1253 ****
        (isearch-fallback): Refill docstring.
  
        * international/isearch-x.el
!       (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
!       Add intermediate values to `junk-hist' instead of `minibuffer-history'.
!       Test the length of `str'.
  
  2005-07-18  Juanma Barranquero  <address@hidden>
  
--- 1253,1261 ----
        (isearch-fallback): Refill docstring.
  
        * international/isearch-x.el
!       (isearch-process-search-multibyte-characters): Remove unneeded
!       `concat'.  Add intermediate values to `junk-hist' instead of
!       `minibuffer-history'.  Test the length of `str'.
  
  2005-07-18  Juanma Barranquero  <address@hidden>
  
***************
*** 2842,2850 ****
        New backward-compatibility aliases for renamed faces.
        (eshell-run-test): Use renamed eshell-test faces.
  
!       * eshell/em-prompt.el (eshell-prompt):
!       Remove "-face" suffix from face name.
!       (eshell-prompt-face): New backward-compatibility alias for renamed face.
        (eshell-emit-prompt): Use renamed eshell-prompt face.
  
        * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
--- 2850,2859 ----
        New backward-compatibility aliases for renamed faces.
        (eshell-run-test): Use renamed eshell-test faces.
  
!       * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
!       face name.
!       (eshell-prompt-face): New backward-compatibility alias for renamed
!       face.
        (eshell-emit-prompt): Use renamed eshell-prompt face.
  
        * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
***************
*** 3111,3130 ****
        (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
        (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
  
!       * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
        (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
!       (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
        (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
        (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
        (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
!       (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
!       New backward-compatibility aliases for renamed faces.
        (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
        (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
!       (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
!       "font-lock-".  Use renamed antlr-mode faces.
!       (antlr-font-lock-additional-keywords): Use renamed faces.
!       Replace literal face-names with face variable references.
  
        * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
        face name.
--- 3120,3141 ----
        (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
        (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
  
!       * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
!       antlr-syntax)
        (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
!       (antlr-literal): Remove "-face" suffix and "font-lock-" from face
!       names.
        (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
        (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
        (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
!       (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
!       backward-compatibility aliases for renamed faces.
        (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
        (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
!       (antlr-tokenref-face, antlr-literal-face): Variables renamed to
!       remove "font-lock-".  Use renamed antlr-mode faces.
!       (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
!       literal face-names with face variable references.
  
        * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
        face name.
***************
*** 3468,3474 ****
        (pc-selection-mode):
        * emulation/vip.el (vip-find-char-forward):
        * emulation/viper-cmd.el (viper-find-char-forward):
!       * international/mule-cmds.el 
(select-safe-coding-system-accept-default-p)
        (input-method-exit-on-invalid-key):
        * international/mule-diag.el (describe-coding-system):
        * international/ucs-tables.el (unify-8859-on-encoding-mode):
--- 3479,3486 ----
        (pc-selection-mode):
        * emulation/vip.el (vip-find-char-forward):
        * emulation/viper-cmd.el (viper-find-char-forward):
!       * international/mule-cmds.el
!       (select-safe-coding-system-accept-default-p)
        (input-method-exit-on-invalid-key):
        * international/mule-diag.el (describe-coding-system):
        * international/ucs-tables.el (unify-8859-on-encoding-mode):
***************
*** 3642,3652 ****
        (smerge-mine-face, smerge-other-face, smerge-base-face)
        (smerge-markers-face): Use renamed smerge faces.
  
!       * log-view.el (log-view-file, log-view-message):
!       Remove "-face" suffix from face names.
!       (log-view-file-face, log-view-message-face):
!       New backward-compatibility aliases for renamed faces.
!       (log-view-file-face, log-view-message-face): Use renamed log-view faces.
  
        * paren.el (show-paren-match, show-paren-mismatch):
        Remove "-face" suffix from face names.
--- 3654,3665 ----
        (smerge-mine-face, smerge-other-face, smerge-base-face)
        (smerge-markers-face): Use renamed smerge faces.
  
!       * log-view.el (log-view-file, log-view-message): Remove "-face"
!       suffix from face names.
!       (log-view-file-face, log-view-message-face): New
!       backward-compatibility aliases for renamed faces.
!       (log-view-file-face, log-view-message-face): Use renamed log-view
!       faces.
  
        * paren.el (show-paren-match, show-paren-mismatch):
        Remove "-face" suffix from face names.
***************
*** 3658,3676 ****
        (ruler-mode-margins, ruler-mode-fringes)
        (ruler-mode-column-number, ruler-mode-fill-column)
        (ruler-mode-comment-column, ruler-mode-goal-column)
!       (ruler-mode-tab-stop, ruler-mode-current-column):
!       Remove "-face" suffix from face names.
        (ruler-mode-default-face, ruler-mode-pad-face)
        (ruler-mode-margins-face, ruler-mode-fringes-face)
        (ruler-mode-column-number-face, ruler-mode-fill-column-face)
        (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
!       (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
!       New backward-compatibility aliases for renamed faces.
        (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
        (ruler-mode-column-number, ruler-mode-fill-column)
        (ruler-mode-comment-column, ruler-mode-goal-column)
        (ruler-mode-tab-stop, ruler-mode-current-column)
!       (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
  
        * whitespace.el (whitespace-highlight): Remove "-face" suffix from
        face name.
--- 3671,3690 ----
        (ruler-mode-margins, ruler-mode-fringes)
        (ruler-mode-column-number, ruler-mode-fill-column)
        (ruler-mode-comment-column, ruler-mode-goal-column)
!       (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
!       suffix from face names.
        (ruler-mode-default-face, ruler-mode-pad-face)
        (ruler-mode-margins-face, ruler-mode-fringes-face)
        (ruler-mode-column-number-face, ruler-mode-fill-column-face)
        (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
!       (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
!       backward-compatibility aliases for renamed faces.
        (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
        (ruler-mode-column-number, ruler-mode-fill-column)
        (ruler-mode-comment-column, ruler-mode-goal-column)
        (ruler-mode-tab-stop, ruler-mode-current-column)
!       (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
!       faces.
  
        * whitespace.el (whitespace-highlight): Remove "-face" suffix from
        face name.
***************
*** 3905,3914 ****
        XEmacs code.
        (flyspell-word): Minor simplification.
        (flyspell-math-tex-command-p): Quieten the byte-compiler.
!       (flyspell-external-point-words): Remove unused vars `size' and `start'.
!       (flyspell-do-correct): Rename from flyspell-xemacs-correct.
!       Merge the corresponding Emacs code.
!       (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
  
        * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
        a dedicated window.
--- 3919,3930 ----
        XEmacs code.
        (flyspell-word): Minor simplification.
        (flyspell-math-tex-command-p): Quieten the byte-compiler.
!       (flyspell-external-point-words): Remove unused vars `size' and
!       `start'.
!       (flyspell-do-correct): Rename from flyspell-xemacs-correct.  Merge
!       the corresponding Emacs code.
!       (flyspell-correct-word, flyspell-xemacs-popup): Use
!       flyspell-do-correct.
  
        * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
        a dedicated window.
***************
*** 4577,4583 ****
  
  2005-05-26  Mark A. Hershberger  <address@hidden>
  
!       * xml.el (xml-substitute-special): Don't die for undefined xml entities.
  
  2005-05-26  Jay Belanger  <address@hidden>
  
--- 4593,4600 ----
  
  2005-05-26  Mark A. Hershberger  <address@hidden>
  
!       * xml.el (xml-substitute-special): Don't die for undefined xml
!       entities.
  
  2005-05-26  Jay Belanger  <address@hidden>
  
***************
*** 5012,5019 ****
  
        * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
  
!       * emacs-lisp/bytecomp.el 
(byte-compile-file-form-custom-declare-variable):
!       Call byte-compile-nogroup-warn if appropriate.
  
        * progmodes/compile.el (compilation-finish-function): Mark obsolete.
        (compilation-set-window): Don't call left-fringe-p; do it directly.
--- 5029,5037 ----
  
        * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
  
!       * emacs-lisp/bytecomp.el
!       (byte-compile-file-form-custom-declare-variable): Call
!       byte-compile-nogroup-warn if appropriate.
  
        * progmodes/compile.el (compilation-finish-function): Mark obsolete.
        (compilation-set-window): Don't call left-fringe-p; do it directly.
***************
*** 5100,5107 ****
        (reftex-access-search-path): Use `reftex-uniquify' instead of
        `reftex-uniq'
  
!       * textmodes/reftex-sel.el (reftex-select-unmark):
!       Overlay `before-string' property modification enables for Emacs as well.
        (reftex-select-item): Use `reftex-delete-overlay'.
        (reftex-select-mark): Use `reftex-make-overlay' and
        `reftex-overlay-put'.
--- 5118,5125 ----
        (reftex-access-search-path): Use `reftex-uniquify' instead of
        `reftex-uniq'
  
!       * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
!       `before-string' property modification enables for Emacs as well.
        (reftex-select-item): Use `reftex-delete-overlay'.
        (reftex-select-mark): Use `reftex-make-overlay' and
        `reftex-overlay-put'.
***************
*** 5588,5594 ****
  
  2005-05-11  Stefan Monnier  <address@hidden>
  
!       * files.el (executable-find): Move from executable.el.  Use locate-file.
        * progmodes/executable.el (executable-find): Move to files.el.
  
        * font-lock.el (font-lock-fontify-keywords-region): Use a marker
--- 5606,5613 ----
  
  2005-05-11  Stefan Monnier  <address@hidden>
  
!       * files.el (executable-find): Move from executable.el.  Use
!       locate-file.
        * progmodes/executable.el (executable-find): Move to files.el.
  
        * font-lock.el (font-lock-fontify-keywords-region): Use a marker
***************
*** 5817,5824 ****
  
        * term/mac-win.el: Don't define or bind scroll bar functions if
        x-toolkit-scroll-bars is t.
!       (x-select-text, x-get-selection-value):
!       Clear x-last-selected-text-clipboard if x-select-enable-clipboard is 
nil.
        (PRIMARY): Put mac-scrap-name property.
        (mac-select-convert-to-file-url): New function.
        (public.file-url): New selection target type.  Add to
--- 5836,5844 ----
  
        * term/mac-win.el: Don't define or bind scroll bar functions if
        x-toolkit-scroll-bars is t.
!       (x-select-text, x-get-selection-value): Clear
!       x-last-selected-text-clipboard if x-select-enable-clipboard is
!       nil.
        (PRIMARY): Put mac-scrap-name property.
        (mac-select-convert-to-file-url): New function.
        (public.file-url): New selection target type.  Add to
***************
*** 7698,7704 ****
        minibuffer-with-setup-hook (which breaks turning on/off
        file-name-shadow-mode while in the prompt).
  
!       * complete.el (PC-read-include-file-name-internal): Use test-completion.
  
  2005-03-28  Luc Teirlinck  <address@hidden>
  
--- 7718,7725 ----
        minibuffer-with-setup-hook (which breaks turning on/off
        file-name-shadow-mode while in the prompt).
  
!       * complete.el (PC-read-include-file-name-internal): Use
!       test-completion.
  
  2005-03-28  Luc Teirlinck  <address@hidden>
  
***************
*** 7883,7889 ****
        * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
        * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
        * emulation/vip.el: Replace `illegal' with `invalid'.
!       * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
        * mail/supercite.el: Replace `illegal' with `invalid'.
        * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
        * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
--- 7904,7911 ----
        * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
        * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
        * emulation/vip.el: Replace `illegal' with `invalid'.
!       * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
!       `invalid'.
        * mail/supercite.el: Replace `illegal' with `invalid'.
        * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
        * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
***************
*** 8105,8111 ****
  
  2005-03-21  Lute Kamstra  <address@hidden>
  
!       * generic.el: Fix commentary section.  Don't require cl for compilation.
        (generic-mode-list): Add autoload cookie.
        (generic-use-find-file-hook, generic-lines-to-scan)
        (generic-find-file-regexp, generic-ignore-files-regexp)
--- 8127,8134 ----
  
  2005-03-21  Lute Kamstra  <address@hidden>
  
!       * generic.el: Fix commentary section.  Don't require cl for
!       compilation.
        (generic-mode-list): Add autoload cookie.
        (generic-use-find-file-hook, generic-lines-to-scan)
        (generic-find-file-regexp, generic-ignore-files-regexp)
***************
*** 8744,8753 ****
  
        * simple.el (normal-erase-is-backspace): Define default value.
  
!       * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
!       (custom-reevaluate-setting): Simple function to handle
!       variables that are defined before their default value can really
!       be computed.
  
        * startup.el (command-line): Use it for temporary-file-directory,
        small-emporary-file-directory, auto-save-file-name-transforms,
--- 8767,8777 ----
  
        * simple.el (normal-erase-is-backspace): Define default value.
  
!       * custom.el (custom-theme-set-variables): Remove unused var
!       `immediate'.
!       (custom-reevaluate-setting): Simple function to handle variables
!       that are defined before their default value can really be
!       computed.
  
        * startup.el (command-line): Use it for temporary-file-directory,
        small-emporary-file-directory, auto-save-file-name-transforms,
***************
*** 10660,10666 ****
        * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
        * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
        * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
!       * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
        * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
        * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
        * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
--- 10684,10691 ----
        * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
        * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
        * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
!       * progmodes/cfengine.el (cfengine-mode): Use
!       mode-require-final-newline.
        * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
        * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
        * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
***************
*** 11028,11035 ****
  
  2004-12-19  Jay Belanger  <address@hidden>
  
!       * calc/calc-aent.el (calcAlg-blank-matching-open):
!       Temporarily adjust the syntax of both delimiters of half-open intervals.
  
  2004-12-19  Kim F. Storm  <address@hidden>
  
--- 11053,11060 ----
  
  2004-12-19  Jay Belanger  <address@hidden>
  
!       * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
!       adjust the syntax of both delimiters of half-open intervals.
  
  2004-12-19  Kim F. Storm  <address@hidden>
  
***************
*** 11294,11300 ****
        Reported by Ville Skytt,Ad(B <address@hidden>.
        (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
        (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
!       (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
  
  2004-12-12  Juri Linkov  <address@hidden>
  
--- 11319,11326 ----
        Reported by Ville Skytt,Ad(B <address@hidden>.
        (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
        (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
!       (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
!       annotate.
  
  2004-12-12  Juri Linkov  <address@hidden>
  
***************
*** 11385,11391 ****
  2004-12-11  Stefan Monnier  <address@hidden>
  
        * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
!       (checkdoc-message-text, checkdoc-defun): Fix format messages for 
`error'.
  
        * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
        case of \end{verbatim}.
--- 11411,11418 ----
  2004-12-11  Stefan Monnier  <address@hidden>
  
        * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
!       (checkdoc-message-text, checkdoc-defun): Fix format messages for
!       `error'.
  
        * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
        case of \end{verbatim}.
***************
*** 11683,11694 ****
        * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
        * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
        * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
!       * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
!       with provide statements.
  
        * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
  
!       * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
  
        * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
        (calc-load-everything, math-defsimplify): Replace dummy autoloading
--- 11710,11722 ----
        * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
        * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
        * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
!       * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
!       functions with provide statements.
  
        * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
  
!       * calc/calc-embed.el (calc-do-embedded-activate): Remove from
!       autoloads.
  
        * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
        (calc-load-everything, math-defsimplify): Replace dummy autoloading
***************
*** 11753,11763 ****
        Replace calls to calc-extensions by appropriate require, replace
        calc-extensions-loaded by appropriate featurep.
  
!       * calc/calc-ext.el: Move require to end of file.
!       Remove redundant loading of calc.el.
        (calc-extensions-loaded): Remove unnecessary variable.
        (calc-extensions): Remove unnecessary function.
!       (calc-load-everything): Replace calc-need-macros by appropriate require.
  
        * calc/calc-macs.el: Move provide to end of file.
        (calc-need-macros): Remove unnecessary function.
--- 11781,11792 ----
        Replace calls to calc-extensions by appropriate require, replace
        calc-extensions-loaded by appropriate featurep.
  
!       * calc/calc-ext.el: Move require to end of file.  Remove redundant
!       loading of calc.el.
        (calc-extensions-loaded): Remove unnecessary variable.
        (calc-extensions): Remove unnecessary function.
!       (calc-load-everything): Replace calc-need-macros by appropriate
!       require.
  
        * calc/calc-macs.el: Move provide to end of file.
        (calc-need-macros): Remove unnecessary function.
***************
*** 11861,11867 ****
  
        * calc/calc-aent.el (calc-eval-error): Declare and initialize the
        variable.
!       (calc-eval-error): Don't check if the variable calc-eval-error is bound.
        (calc-buffer, calc-digit-value, math-expr-data): Declare them.
        (math-alg-inequalities): Move declaration to earlier in the file.
  
--- 11890,11897 ----
  
        * calc/calc-aent.el (calc-eval-error): Declare and initialize the
        variable.
!       (calc-eval-error): Don't check if the variable calc-eval-error is
!       bound.
        (calc-buffer, calc-digit-value, math-expr-data): Declare them.
        (math-alg-inequalities): Move declaration to earlier in the file.
  
***************
*** 11937,11943 ****
        Replace variable pos by declared variable.
  
        * calc/calc-mtx.el (calc-det-lu): New variable.
!       (math-det-raw, math-det-step): Replace variable lu by declared variable.
  
        * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
        (math-multi-subst, math-multi-subst-rec): Replace variables temp
--- 11967,11974 ----
        Replace variable pos by declared variable.
  
        * calc/calc-mtx.el (calc-det-lu): New variable.
!       (math-det-raw, math-det-step): Replace variable lu by declared
!       variable.
  
        * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
        (math-multi-subst, math-multi-subst-rec): Replace variables temp
***************
*** 11969,11975 ****
        (calc-embedded-update, calc-embedded-find-vars): Replace variable
        vars-used by declared variable.
  
!       * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
        (math-format-radix-float): Remove unnecessary setq.
        (math-radix-float-cache): Declare it.
  
--- 12000,12007 ----
        (calc-embedded-update, calc-embedded-find-vars): Replace variable
        vars-used by declared variable.
  
!       * calc/calc-bin.el (math-format-radix-float): Make pos a local
!       variable.
        (math-format-radix-float): Remove unnecessary setq.
        (math-radix-float-cache): Declare it.
  
***************
*** 13637,13643 ****
        * play/fortune.el (fortune-to-signature): Don't use interactive-p.
        (fortune-in-buffer): Doc fix.
  
!       * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
  
        * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
        don't select the temporary buffer.
--- 13669,13676 ----
        * play/fortune.el (fortune-to-signature): Don't use interactive-p.
        (fortune-in-buffer): Doc fix.
  
!       * play/5x5.el (5x5-new-game): Set up the buffer even if not
!       interactive.
  
        * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
        don't select the temporary buffer.
***************
*** 14215,14221 ****
  
  2004-10-17  Kim F. Storm  <address@hidden>
  
!       * language/indian.el (indian-script-language-alist): Swap value and doc.
        (indian-font-char-index-table): Doc fix.
  
  2004-10-16  Stefan Monnier  <address@hidden>
--- 14248,14255 ----
  
  2004-10-17  Kim F. Storm  <address@hidden>
  
!       * language/indian.el (indian-script-language-alist): Swap value
!       and doc.
        (indian-font-char-index-table): Doc fix.
  
  2004-10-16  Stefan Monnier  <address@hidden>
***************
*** 15879,15885 ****
  
  2004-08-08  Lars Hansen  <address@hidden>
  
!       * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
  
  2004-08-08  Luc Teirlinck  <address@hidden>
  
--- 15913,15920 ----
  
  2004-08-08  Lars Hansen  <address@hidden>
  
!       * wid-edit.el (widget-sexp-validate): Allow whitespace after
!       expression.
  
  2004-08-08  Luc Teirlinck  <address@hidden>
  
***************
*** 16735,16743 ****
  2004-06-11  Luc Teirlinck  <address@hidden>
  
        * dired.el (dired-revert): If buffer is marked unmodified before
!       reverting, keep it marked unmodified.
!       Adapt to new conventions for commenting out code.
!       (dired-make-relative): Adapt to new conventions for commenting out code.
  
  2004-06-10  Miles Bader  <address@hidden>
  
--- 16770,16779 ----
  2004-06-11  Luc Teirlinck  <address@hidden>
  
        * dired.el (dired-revert): If buffer is marked unmodified before
!       reverting, keep it marked unmodified.  Adapt to new conventions
!       for commenting out code.
!       (dired-make-relative): Adapt to new conventions for commenting out
!       code.
  
  2004-06-10  Miles Bader  <address@hidden>
  
***************
*** 16832,16839 ****
  
  2004-06-08  Daniel Pfeiffer  <address@hidden>
  
!       * progmodes/compile.el (compilation-set-window-height):
!       Rearrange the save-* functions because a buffer can have several current
        point in different windows.
        (compilation-error-regexp-alist-alist): Recognize {standard input}
        GNU messages (for gcc --pipe) and more kinds of Oracle messages.
--- 16868,16875 ----
  
  2004-06-08  Daniel Pfeiffer  <address@hidden>
  
!       * progmodes/compile.el (compilation-set-window-height): Rearrange
!       the save-* functions because a buffer can have several current
        point in different windows.
        (compilation-error-regexp-alist-alist): Recognize {standard input}
        GNU messages (for gcc --pipe) and more kinds of Oracle messages.
***************
*** 17295,17301 ****
  
  2004-05-28  Stefan Monnier  <address@hidden>
  
!       * subr.el (with-selected-window): Only save/restore the selected window.
  
        * progmodes/compile.el (compilation-error-regexp-alist):
        Use expand-file-name and data-directory.
--- 17331,17338 ----
  
  2004-05-28  Stefan Monnier  <address@hidden>
  
!       * subr.el (with-selected-window): Only save/restore the selected
!       window.
  
        * progmodes/compile.el (compilation-error-regexp-alist):
        Use expand-file-name and data-directory.
***************
*** 17639,17645 ****
  
        * eshell/esh-io.el (eshell-get-target): Whitespace changes.
        (eshell-output-object-to-target): Improve output speed 20% by not
!       calling `eshell-stringify' if something is already known to be a string.
  
  2004-05-15  Alex Ott  <address@hidden>
  
--- 17676,17683 ----
  
        * eshell/esh-io.el (eshell-get-target): Whitespace changes.
        (eshell-output-object-to-target): Improve output speed 20% by not
!       calling `eshell-stringify' if something is already known to be a
!       string.
  
  2004-05-15  Alex Ott  <address@hidden>
  
***************
*** 18993,19002 ****
  
  2004-04-20  Stefan Monnier  <address@hidden>
  
!       * progmodes/compile.el (compilation-error-properties):
!       Split into two.
        (compilation-internal-error-properties): New one.
!       (compilation-compat-error-properties): Use it.  Fix the non-marker case.
  
  2004-04-20  Richard M. Stallman  <address@hidden>
  
--- 19031,19041 ----
  
  2004-04-20  Stefan Monnier  <address@hidden>
  
!       * progmodes/compile.el (compilation-error-properties): Split into
!       two.
        (compilation-internal-error-properties): New one.
!       (compilation-compat-error-properties): Use it.  Fix the non-marker
!       case.
  
  2004-04-20  Richard M. Stallman  <address@hidden>
  
***************
*** 19153,19159 ****
  
  2004-04-16  Dave Love  <address@hidden>
  
!       * progmodes/python.el (python-compilation-line-number): Fix braindamage.
        (python-load-file): Fix python-orig-start setting.
  
        * progmodes/compile.el: Doc fixes.
--- 19192,19199 ----
  
  2004-04-16  Dave Love  <address@hidden>
  
!       * progmodes/python.el (python-compilation-line-number): Fix
!       braindamage.
        (python-load-file): Fix python-orig-start setting.
  
        * progmodes/compile.el: Doc fixes.
***************
*** 19187,19196 ****
  
  2004-04-16  Masatake YAMATO  <address@hidden>
  
!       * simple.el (completion-setup-function): Set an initial value
!       to `element-common-end' before entering loop.  Set a value
!       to `element-common-end' at the end of loop.
!       The bug is reported by Juri Linkov <address@hidden> in emacs-devel list.
        (completions-common-part): Rename from completion-de-emphasis.
        (completions-first-difference): Rename from completion-emphasis.
        Suggested by RMS.
--- 19227,19236 ----
  
  2004-04-16  Masatake YAMATO  <address@hidden>
  
!       * simple.el (completion-setup-function): Set an initial value to
!       `element-common-end' before entering loop.  Set a value to
!       `element-common-end' at the end of loop.  The bug is reported by
!       Juri Linkov <address@hidden> in emacs-devel list.
        (completions-common-part): Rename from completion-de-emphasis.
        (completions-first-difference): Rename from completion-emphasis.
        Suggested by RMS.
***************
*** 19257,19263 ****
        parsing of both attribute and element names.
        (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
        (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
!       (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
        (xml-parse-attlist): Make it do its own namespace parsing.
  
  2004-04-14  Dave Love  <address@hidden>
--- 19297,19304 ----
        parsing of both attribute and element names.
        (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
        (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
!       (xml-parse-tag): Update assumed namespaces.  Clean up namespace
!       parsing.
        (xml-parse-attlist): Make it do its own namespace parsing.
  
  2004-04-14  Dave Love  <address@hidden>
***************
*** 19301,19311 ****
  2004-04-14  Kim F. Storm  <address@hidden>
  
        * startup.el (emacs-quick-startup): New defvar (set by -Q).
!       (command-line): New option -Q.  Like -q --no-site-file, but
!       in addition it also disables menu-bar, tool-bar, scroll-bars,
        tool-tips, and the blinking cursor.
        (command-line-1): Skip startup screen if -Q.
!       (fancy-splash-head): Use ":align-to center" prop to center splash image.
  
        * emulation/cua-base.el (cua-read-only-cursor-color)
        (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
--- 19342,19353 ----
  2004-04-14  Kim F. Storm  <address@hidden>
  
        * startup.el (emacs-quick-startup): New defvar (set by -Q).
!       (command-line): New option -Q.  Like -q --no-site-file, but in
!       addition it also disables menu-bar, tool-bar, scroll-bars,
        tool-tips, and the blinking cursor.
        (command-line-1): Skip startup screen if -Q.
!       (fancy-splash-head): Use ":align-to center" prop to center splash
!       image.
  
        * emulation/cua-base.el (cua-read-only-cursor-color)
        (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
***************
*** 20100,20106 ****
  
  2004-03-22  Luc Teirlinck  <address@hidden>
  
!       * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
        (buffer-stale-function): New variable.
        (auto-revert-list-diff, auto-revert-dired-file-list)
        (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
--- 20142,20149 ----
  
  2004-03-22  Luc Teirlinck  <address@hidden>
  
!       * autorevert.el (global-auto-revert-non-file-buffers): Expand
!       docstring.
        (buffer-stale-function): New variable.
        (auto-revert-list-diff, auto-revert-dired-file-list)
        (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
***************
*** 21321,21327 ****
  
        * net/webjump.el (webjump-builtin): Add missing format string argument.
  
!       * midnight.el (midnight-delay-set): Remove extra format string argument.
  
        * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
  
--- 21364,21371 ----
  
        * net/webjump.el (webjump-builtin): Add missing format string argument.
  
!       * midnight.el (midnight-delay-set): Remove extra format string
!       argument.
  
        * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
  
***************
*** 22382,22388 ****
        * subr.el (noreturn, 1value): New macros for test coverage.
        See `testcover.el'.
  
!       * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
  
        * emacs-lisp/testcover.el (testcover-reinstrument): Special case
        for macro `1value'.
--- 22426,22433 ----
        * subr.el (noreturn, 1value): New macros for test coverage.
        See `testcover.el'.
  
!       * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
!       `1value'.
  
        * emacs-lisp/testcover.el (testcover-reinstrument): Special case
        for macro `1value'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]