(isearch-mode-map): Treat S-SPC like SPC.
[bpt/emacs.git] / lisp / ChangeLog
index ad51d10..3d3994c 100644 (file)
@@ -1,4 +1,800 @@
-2004-11-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
+2004-12-09  Richard M. Stallman  <rms@gnu.org>
+
+       * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
+
+2004-12-10  Nick Roberts  <nickrob@snap.net.nz>
+
+       * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
+       buffer with a display margin.
+
+2004-12-08  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
+       (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
+
+2004-12-08  Richard M. Stallman  <rms@gnu.org>
+
+       * faces.el: Delete code to set display table.
+       (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
+
+2004-12-08  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc.el: Add math-read-preprocess-string to autoloads.
+
+       * calc/calc-ext.el (math-read-replacement-list)
+       (math-read-superscripts, math-read-preprocess-string): Move to
+       calc-aent.el.
+
+       * calc/calc-aent.el (math-read-replacement-list)
+       (math-read-superscripts, math-read-preprocess-string): Move from
+       calc-ext.el.
+
+2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * isearch.el (isearch-quote-char): Fix up typo in last change.
+
+2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * mouse.el (mouse-set-font): Handle the case where the command was
+       not invoked using the mouse.
+
+       * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
+       (edmacro-finish-edit): Further update for keyboard macros that are
+       lambda forms.
+       (edmacro-sanitize-for-string): Correctly remove Meta modifier
+       (as suggested by Kim Storm).
+
+2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * font-lock.el (font-lock-unfontify-region): Save buffer state.
+       (font-lock-default-unfontify-region): Don't save buffer state any more.
+
+2004-12-07  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-help.el (calc-describe-key):
+       Set calc-summary-indentation even when Calc Summary buffer exists.
+
+2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * calendar/holidays.el (holiday-easter-etc): Make arguments
+       optional for backwards compatibility.  Doc fix.
+       Remove un-necessary local vars mandatory, output-list.
+       (holiday-advent):  Make arguments optional for backwards
+       compatibility.  Doc fix.
+
+2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * paren.el (show-paren-function): Fix last change (2004-12-02).
+
+       * international/mule-util.el (char-displayable-p): Return nil for
+       unibyte mode.
+
+       * subr.el (subregexp-context-p): New function.
+
+       * isearch.el (isearch-quote-char): Use it.
+
+       * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
+       (regexp-opt-not-groupie*-re): Remove.
+       (regexp-opt): Properly handle inputs with duplicate entries.
+
+2004-12-06  Richard M. Stallman  <rms@gnu.org>
+
+       * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
+
+       * cus-edit.el (custom-file): Doc fix.
+
+       * textmodes/org.el: New file.
+
+2004-12-06  Kenichi Handa  <handa@m17n.org>
+
+       * ldefs-boot.el: Update international/mule-util.el section.
+
+2004-12-05  Sam Steingold  <sds@gnu.org>
+
+       * net/tramp.el (tramp-handle-file-accessible-directory-p):
+       Fix `tramp-time-diff' comparison logic.
+
+2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
+
+       * progmodes/which-func.el (which-function):
+       Use `run-hook-with-args-until-success' instead of a custom loop.
+       Fixes bug with local hooks.
+
+2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
+       Use delete-dups when calculating the initial value.
+       (bibtex-autokey-get-title): Use <=.
+       (bibtex-goto-line): New function.
+       (bibtex-reposition-window): Use line numbers instead of point
+       positions.  Use window-body-height.
+       (bibtex-find-crossref): Use bibtex-reposition-window.
+       (bibtex-find-entry): Use bibtex-reposition-window.  Always return
+       position of entry if key is found or nil if not found.
+
+2004-12-05  Richard M. Stallman  <rms@gnu.org>
+
+       * cus-edit.el (custom-file): Doc fix.
+
+       * progmodes/sh-script.el (sh-indent-for-then): Change default.
+
+2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * simple.el (blink-matching-open):
+       * textmodes/tex-mode.el (tex-validate-region):
+       Obey syntax-table text properties.
+
+2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * wid-edit.el (widget-specify-field): Add `real-field' property to
+       boundary.
+       (widget-field-at): Use it.
+
+2004-12-02  Richard M. Stallman  <rms@gnu.org>
+
+       * progmodes/cc-mode.el (awk-mode autoload):
+       Supply t meaning interactive function.
+
+       * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
+       (isearch-mode-map): No special definition for space.
+       (isearch-whitespace-chars): Command deleted.
+       (isearch-forward-regexp): Doc fix.
+       (isearch-quote-char): When a space is not inside brackets,
+       use `[ ]' instead of just space.
+       (isearch-lazy-highlight-search): Bind search-spaces-regexp.
+
+       * imenu.el (imenu--generic-function): Delete code to exclude
+       matches in comments.
+
+       * man.el (Man-reverse-face): Change default to `highlight'.
+
+       * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
+       (occur-engine): Use `face' prop rather than `font-lock-face'
+       when specifying use of `match-face'.
+       (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
+
+       * emacs-lisp/elint.el (elint-standard-variables): Update list.
+
+       * add-log.el (add-log-current-defun): Handle the case where point
+       is in the header part of a DEFUN construct.
+
+2004-12-02  Dave Love  <fx@gnu.org>
+
+       * progmodes/python.el (python-font-lock-syntactic-keywords):
+       Fix previous change.
+
+2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
+
+       * paren.el (show-paren-function): Check for matching chars
+       specified by text props.
+
+2004-12-02  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc.el (calc-read-key-sequence): Leave the old message visible
+       when reading a new key sequence.
+
+2004-12-02  Kim F. Storm  <storm@cua.dk>
+
+       * faces.el (escape-glyph): Rename from glyph.
+       (standard-display-table): Set it here.  Add escape-glyph face to
+       extra slot characters.
+
+       * disp-table.el: Undo 2004-12-01 change.  Display table is now
+       setup in faces.el.
+
+2004-12-02  Mark A. Hershberger  <mah@everybody.org>
+
+       * xml.el (xml-parse-dtd): Don't show validity messages when
+       xml-validating-parser is nil.
+       (xml-substitute-special): Fix validity error messages to
+       actually show the unexpandable entity.  Added validity error if &
+       isn't followed by an entity.
+       (xml-parse-tag): Concatenate any string following the a
+       <![CDATA[]]> section to the parsed CDATA.
+       (xml-parse-dtd): Skip parameter entity declarations and use of
+       parameter entities.
+
+2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * kmacro.el (kmacro-default-counter-format): New var.
+       (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
+       (kmacro-display): Remove `nil' from `and' form.  Delete call to
+       `format' inside `message'.
+       (kmacro-start-macro): Use `kmacro-default-counter-format'.
+
+2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * pcvs.el (cvs-header-msg): New function.
+       (cvs-update-header): Use it.  Change calling convention.
+       Correctly handle the case of having simultaneous active processes.
+       (cvs-sentinel): Don't call cvs-update-header any more.
+       (cvs-mode-run): Update call and add cvs-update-header to postproc.
+
+2004-12-01  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
+       Change message.
+
+2004-12-01  Juri Linkov  <juri@jurta.org>
+
+       * progmodes/prolog.el (prolog-mode-variables):
+       Fix imenu-generic-expression.
+
+2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
+
+       * faces.el (glyph): New face.
+
+       * disp-table.el: Add an autoloaded table, that doesn't require
+       this library, with glyph face.
+
+       * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
+       (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
+       (conf-quote-normal): Allow normalizing only ' or ".
+       (conf-mode): Regexp-quote constructed comment-start and don't
+       match section {} where "name" contains braces.
+
+       * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
+       files.
+
+2004-12-01  Kenichi Handa  <handa@m17n.org>
+
+       * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
+       (x-select-text): Don't treat eight-bit-control/graphic chars
+       specially.  Store the encoded text in the X cut buffer.
+       (x-cut-buffer-or-selection-value): Compare the X cut buffer text
+       with x-last-selected-text-cut-encoded.
+
+2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
+
+2004-11-30  Markus Rost  <rost@ias.edu>
+
+       * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
+       AUCTeX.
+
+2004-11-30  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-arith.el (math-possible-signs): Made stronger checks
+       on signs of intervals.
+       (math-pow-of-zero): Strengthen checks for positive and negative
+       exponents.
+
+       * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
+       * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
+       * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
+       * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
+       * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
+       * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
+       * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
+       * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
+       * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
+       * 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
+       functions by require statements.
+       (math-defsimplify): Move to calc-alg.el, add to autoloads.
+
+       * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
+       (calc-gnuplot-print): Give them values.
+
+       * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
+       autoloads.
+       Add calc-do-embedded-activate to autoloads.
+       (calc-gnuplot-name, calc-gnuplot-plot-command)
+       (calc-gnuplot-print-command): Move them to calc-graph.el.
+
+2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * term/mac-win.el (ccl-encode-mac-roman-font)
+       (ccl-encode-mac-cyrillic-font)
+       (ccl-encode-mac-centraleuropean-font, encoder-list)
+       (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
+       Support Cyrillic, CentralEuropean, and Dingbat font display
+
+2004-11-30  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-hooks.el (vc-recompute-state): Move here from vc.el.
+
+       * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
+       still nil.
+
+2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
+       (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
+
+2004-11-29  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-arith.el (math-pow-of-zero): Take into account different
+       cases of the base and exponent.
+
+2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * simple.el (next-error-buffer-p): Allow for inclusive and
+       exclusive tests for finding a buffer.
+       (next-error-find-buffer): Pass the exclusive and inclusive tests
+       to next-error-buffer-p.
+
+       * replace.el (occur-next-error): Switch to the Occur buffer when
+       appropriate, use the exclusive filter to next-error-find-buffer to
+       do it.  Use the absolute value of the motion amount.
+
+2004-11-29  Kenichi Handa  <handa@m17n.org>
+
+       * startup.el (command-line): Decode all default-directory by
+       locale-coding-system.
+
+2004-11-29  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-aent.el: Remove unnecessary eval-when-compile.
+       (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
+       (math-read-expr-level, calc-check-user-syntax, math-read-factor):
+       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.
+
+       * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
+       (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
+       (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
+       Replace calc-extensions by appropriate require.
+       (calc-power): Replace calc-extensions-loaded by appropriate featurep.
+
+       * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
+       Replace calc-need-macros by appropriate require.
+
+       * calc/calc.el: Move require to end of file.
+       (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
+       Remove unnecessary variable.
+       (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
+       (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
+       (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
+       (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
+       (math-stack-value-offset, math-format-value, math-format-flat-expr)
+       (math-format-number, math-format-bignum, math-read-number)
+       (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
+       (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
+       by appropriate require.
+       (calc-check-defines): Replace calc-need-macros by appropriate require.
+
+2004-11-29  Kim F. Storm  <storm@cua.dk>
+
+       * macros.el (insert-kbd-macro): Handle kmacro functions.
+
+2004-11-28  Juri Linkov  <juri@jurta.org>
+
+       * compare-w.el (compare-windows-highlight): Attach each overlay
+       to its window to properly highlight differences while comparing
+       two windows of the same buffer.  Fix arguments.
+       (compare-windows-sync-default-function): Fix arguments of
+       `compare-windows-highlight'.
+
+       * emacs-lisp/edebug.el (edebug-set-global-break-condition):
+       Use `read-expression-history'.  Set initial contents only if
+       `edebug-global-break-condition' is non-nil.  Set histpos to 1
+       if initial contents is equal to the last history element.
+       (edebug-set-conditional-breakpoint): Instead of temporarily
+       prepending the current condition to the history, set initial
+       contents to the current condition.  Set histpos to 1 if initial
+       contents is equal to the last history element.
+
+       * info.el (Info-search-whitespace-regexp): Remove shy group.
+       (Info-search): Forward line if search is on the header line.
+       Use search-whitespace-regexp in two other places.
+
+2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
+       warning.  Delay real definition, which uses
+       `set-fringe-indicators-1' till after the definition of that function.
+
+2004-11-28  Kim F. Storm  <storm@cua.dk>
+
+       * fringe.el (fringe): New defgroup.
+       (fringe-mode): Move to fringe group.
+       (fringe-indicators): New defcustom.
+       (set-fringe-indicators-1): New defun.
+
+       * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
+       (menu-bar-showhide-fringe-ind-menu): New keymap.
+       (menu-bar-showhide-fringe-ind-empty)
+       (menu-bar-showhide-fringe-ind-mixed)
+       (menu-bar-showhide-fringe-ind-box)
+       (menu-bar-showhide-fringe-ind-right)
+       (menu-bar-showhide-fringe-ind-left)
+       (menu-bar-showhide-fringe-ind-none): New defuns.
+       (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
+
+2004-11-27  Richard M. Stallman  <rms@gnu.org>
+
+       * comint.el (comint-read-noecho): Add trivial compatibility definition.
+
+       * generic.el (define-generic-mode): Doc fix.
+
+       * menu-bar.el (menu-bar-options-save): For the options
+       that are toggled with menu-bar-make-mm-toggle, don't check
+       for customized-value prop.
+
+2004-11-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * mail/supercite.el (sc-cite-region): Handle the case where
+       sc-cite-frame-alist is a symbol.
+       (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
+       a symbol.
+       (sc-recite-region): Handle the case where sc-recite-frame-alist is
+       a symbol.
+
+2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
+
+       * wid-edit.el (widget-narrow-to-field): New function.
+       (widget-complete): Use it.
+
+2004-11-27  Jay Belanger  <belanger@truman.edu>
+
+       * 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.
+
+       * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
+       (calc-gnuplot-input, math-normalize-a, math-integral-cache):
+       Declare them.
+
+       * calc/calc-lang.el (math-expr-data, math-expr-token)
+       (math-exp-old-pos): Declare them.
+
+       * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
+       (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
+
+2004-11-27  Kim F. Storm  <storm@cua.dk>
+
+       * progmodes/flymake.el: Use (featurep 'xemacs).
+       (flymake-makehash): Change to defsubst.  Use fboundp.
+       (flymake-time-to-float): Remove.
+       (flymake-float-time): Merge code from flymake-time-to-float here.
+       (flymake-replace-regexp-in-string): Change to defsubst.
+       (flymake-split-string-remove-empty-edges):
+       Rename to flymake-split-string.
+       (flymake-split-string): Remove previous defalias.
+       (flymake-get-temp-dir): Change to defsubst.
+       (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
+       Define for xemacs only.
+       (flymake-master-file-count-limit): Change into compiler defvar only.
+       (flymake-find-possible-master-files): Let-bind it dynamically while
+       sorting files using flymake-master-file-compare.
+
+2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * font-lock.el (font-lock-compile-keywords): Don't complain if the end
+       of defun-prompt-regexp matches inside a comment/string but the
+       beginning is correctly outside everything.
+
+       * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
+       appears within a string or a comment.
+
+       * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
+       rather than make-symbol for symbols which are used in
+       a symbol-macrolet or equivalent.
+
+2004-11-26  Jay Belanger  <belanger@truman.edu>
+
+       * calc-misc.el (calc-last-why-command): Declare it.
+
+       * calc-vec.el (math-grade-vec): New variable.
+       (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
+       Replace variable grade-vec by declared variable.
+       (math-rb-close): New variable.
+       (math-read-brackets, math-read-vector): Replace variable close by
+       declared variable.
+
+       * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
+       (calc-one-window, calc-edit-handler, calc-restore-trail)
+       (calc-allow-ret): Declare them.
+
+       * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
+       (math-lud-cache, math-log2-cache, math-radix-digits-cache)
+       (math-radix-float-cache-tag, math-random-cache)
+       (math-max-digits-cache, math-integral-cache, math-units-table)
+       (math-format-date-cache, math-holidays-cache-tag): Declare them.
+       (math-moc-func): New variable.
+       (math-map-over-constants, math-map-over-constants-rec):
+       Replace variable func by declared variable.
+
+       * calc/calc-store.el (calc-given-value, calc-store-opers):
+       Declare them.
+       (calc-var-name-map): Move declaration to earlier in the file.
+       (calc-pv-pos): New variable.
+       (calc-permanent-variable, calc-insert-permanent-variable):
+       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
+       and arg by declared variables.
+       (calcFunc-reducer): Fix incorrect variable.
+       (math-inner-mul-func, math-inner-add-func): New variables.
+       (calcFunc-inner, math-inner-mats): Replace variables mul-func
+       and add-func by declared variables.
+
+       * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
+       (calc-digit-value): Declare them.
+
+       * calc/calc-help.el (Info-history): Declare it.
+       (calc-describe-key): Make calc-summary-indentation a local variable.
+       (calc-help-long-names): Move declaration to earlier in file.
+
+       * calc/calc-embed.el (calc-original-buffer): Declare it.
+       (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
+       (calc-embed-bot): New variables.
+       (calc-do-embedded, calc-embedded-mark-formula)
+       (calc-embedded-find-bounds, calc-embedded-duplicate)
+       (calc-embedded-new-formula, calc-embedded-make-info):
+       Replace vars outer-top, outer-bot, bot and top by declared variables.
+       (calc-embed-prev-modes): New variable.
+       (calc-embedded-set-modes, calc-embedded-update): Replace variable
+       prev-modes with declared variable.
+       (calc-embed-vars-used): New variable.
+       (calc-embedded-make-info, calc-embedded-evaluate-expr)
+       (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.
+
+       * calc/calcsel2.el (calc-keep-selection): Declare it.
+
+       * calc/calc-maint.el: Remove file.
+
+2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * textmodes/bibtex.el (bibtex-sort-entry-class)
+       (bibtex-comment-start): Use defcustom.
+       (bibtex-entry-field-alist): Use nil if initial content of the
+       field is undefined.  Fix docstring.
+       (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
+       (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
+       (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
+       (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
+       Fix docstring.
+       (bibtex-autokey-title-terminators): Use only one regexp.
+       (bibtex-string-maybe-empty-head): New variable.
+       (bibtex-remove-delimiters-string): New function.
+       (bibtex-text-in-field-bounds, bibtex-text-in-string):
+       Use bibtex-remove-delimiters-string.
+       (bibtex-progress-message, bibtex-field-left-delimiter)
+       (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
+       (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
+       (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
+       Simplify.
+       (bibtex-format-entry): Use save-excursion for inherited booktitle.
+       Use eq and bibtex-remove-delimiters-string.  For end markers use
+       insertion type so that marker stays after inserted text.
+       (bibtex-autokey-get-names): Return empty string if name is missing.
+       (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
+       calling bibtex-autokey-name-case-convert.
+       (bibtex-autokey-demangle-title):
+       Call bibtex-autokey-titleword-case-convert.  Remove call to
+       bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
+       (bibtex-global-key-alist, bibtex-read-string-key): New functions.
+       (bibtex-read-key): New optional arg global.
+       (bibtex-files-expand): New optional arg force.
+       (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
+       (bibtex-complete-crossref-cleanup): Rename from
+       bibtex-complete-key-cleanup.  Simplify code.
+       (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
+       Operate on current entry.
+       (bibtex-button): Add docstring.
+       (bibtex-entry): Simplify.
+       (bibtex-make-field): Replace optional arg called-by-yank with more
+       specific args move and interactive.
+       (bibtex-end-of-entry): Use forward-sexp.
+       (bibtex-find-entry-globally): Remove.
+       (bibtex-find-crossref): Allow for crossref key located in other buffer.
+       Bound to C-c C-x.
+       (bibtex-find-entry): New optional args global and display.
+       (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
+       (bibtex-validate): Use arg force of bibtex-files-expand.
+       (bibtex-clean-entry): Bugfix, clean string entries properly.
+       Always keep point at beginning of entry.
+       (bibtex-complete): Bugfix.  Handle string entries properly.
+       Call cleanup functions only if needed.
+       (bibtex-String): Use bibtex-read-string-key.
+       (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
+       case of replacement text.
+
+2004-11-26  Lars Hansen  <larsh@math.ku.dk>
+
+       * tramp.el (tramp-handle-directory-files-and-attributes): New function.
+       (tramp-perl-directory-files-and-attributes): New constant.
+       (tramp-file-name-handler-alist): Delete file-directory-files, add
+       directory-files-and-attributes.
+       (tramp-perl-file-attributes): Surround uid and gid by double
+       quotes. Change parameter id-format from nonnumeric.
+       (tramp-convert-file-attributes): New function.
+       (tramp-handle-file-attributes): Use it.
+       (tramp-maybe-send-perl-script): New function.
+       (tramp-handle-file-attributes-with-perl): Use it. Don't convert
+       file mode. Change parameter id-format from nonnumeric.
+       (tramp-handle-file-attributes-with-ls): Change parameter id-format
+       from nonnumeric.
+       (tramp-post-connection): Don't send tramp-perl-file-attributes
+       script. Reset connection property "perl-scripts".
+       (tramp-handle-insert-directory): Run real handler when ls-lisp is
+       in use.
+
+2004-11-26  Lars Hansen  <larsh@math.ku.dk>
+
+       * desktop.el (desktop-read): Replace mapcar with mapc.
+       (desktop-create-buffer): Replace mapcar with mapc.
+       Remove redundant piece of code.
+
+2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gud.el (gud-display-line): Use display-buffer
+       for GDB-UI as for GUD.
+
+       * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
+       Delete variables.
+       (gdb-ann3): Don't make GUD buffer dedicated.
+       (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
+       (gdb-display-source-buffer): Delete function.
+       (gdb-view-source-function, gdb-view-assembler): Delete functions.
+       (menu): Delete menu bindings for viewing source/assembler.
+       (gdb-setup-windows, gdb-restore-windows):
+       Don't dedicate GUD. No assembler now.
+       (gdb-reset): No need to undedicate source buffers now.
+       (gdb-source-info): No assembler now.
+
+2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
+       width to those for special frames.
+       (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
+       Use display-buffer.
+       (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
+       (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
+       (gdb-frame-assembler-buffer): Rework like
+       gdb-frame-breakpoints-buffer.
+
+2004-11-25  Richard M. Stallman  <rms@gnu.org>
+
+       * progmodes/flymake.el: Reindent.
+       (flymake-split-string): Turn into defalias.
+       (flymake-fix-file-name): Rename from flymake-fix-path-name.
+       (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
+       (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
+       (flymake-build-relative-filename): Rename from ...path.
+       Fix error message.
+
+2004-11-25  Cheng Gao  <chenggao@gmail.com>
+
+       * progmodes/flymake.el: Much whitespace and capitalization change.
+       Move `provide' to end.  Require `compile' only when compiling.
+
+2004-11-24  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-alg.el: Added comment.
+       (math-polynomial-base): Replace variable mpb-top-expr by
+       math-poly-base-top-expr.
+
+       * calc/calc-poly.el (math-poly-base-top-expr): New variable.
+       (math-polynomial-p1): Replace variable mpb-top-expr by declared
+       variable.
+       (math-poly-base-total-base): New variable.
+       (math-total-polynomial-base, math-polynomial-p1): Replace variable
+       mpb-total-base by declared variable.
+       (math-factored-vars, math-to-list): Declare it.
+       (math-fact-expr): New variable.
+       (calcFunc-factors, calcFunc-factor, math-factor-expr)
+       (math-factor-expr-try, math-factor-expr-part): Replace variable
+       expr by declared variable.
+       (math-fet-x): New variable.
+       (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
+       by declared variable.
+       (math-factor-poly-coefs): Make temp a local variable.
+
+       * calc/calc-units.el (calc-convert-units): Make units a local
+       variable.
+       (calc-num-units, calc-den-units): New variables.
+       (calc-explain-units, calc-explain-units-rec): Replace variables
+       num-units and den-units by declared variables.
+       (math-cu-unit-list): New variable.
+       (math-build-units-table, math-compare-unit-names)
+       (math-convert-units, math-convert-units-rec): Replace variable
+       unit-list by declared variable.
+       (math-fbu-base, math-fbu-entry): New variables.
+       (math-find-base-units, math-find-base-units-rec): Replace variables
+       base and entry by declared variables.
+       (math-which-standard): New variable.
+       (math-to-standard-units, math-to-standard-rec): Replace variable
+       which-standard by declared variable.
+       (math-fcu-u): New variable.
+       (math-find-compatible-unit, math-find-compatible-unit-rec):
+       Replace variable u by declared variable.
+       (math-cu-new-units, math-cu-pure): New variables.
+       (math-convert-units, math-convert-units-rec): Replace variables
+       new-units and pure by declared variables.
+       (math-try-cancel-units): New variable.
+       (math-simplify-units-quotient): Replace variable try-cancel-units by
+       declared variable.
+
+2004-11-24  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/ispell.el (ispell-check-version):
+       If default-directory is nonexistent, use home dir.
+
+       * progmodes/grep.el (grep-regexp-alist):
+       Don't match parens around line numbers.
+
+       * progmodes/cperl-mode.el (cperl-indent-region)
+       (cperl-imenu--create-perl-index, cperl-xsub-scan):
+       Don't print progress messages.
+
+       * progmodes/compile.el (compilation-mode-map):
+       Don't inherit from compilation-minor-mode-map;
+       copy its bindings instead.  But the menu bar Compile
+       entry now does inherit from compilation-menu-map.
+
+       * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
+       Use with-no-warnings around compiler-macroexpand.
+
+       * imenu.el: Don't always require newcomment.
+       (imenu--generic-function): Call comment-normalize-vars
+       if we have a comment syntax.
+       Exit the loop if REGEXP matches the null string.
+       Test comment-start as well as comment-start-skip
+       when deciding whether to check for comments.
+
+       * tooltip.el (tooltip-mode): Doc fix.
+
+       * term.el (term-escape-char, term-mode): Doc fixes.
+
+2004-11-24  Dave Love  <fx@gnu.org>
+
+       * progmodes/python.el (python-font-lock-syntactic-keywords):
+       Check for escapes in the regexp.
+       (python-quote-syntax): Don't do it here.
+
+2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
+       (gdb-frames-mode-map, gdb-threads-mode-map)
+       (gdb-registers-mode-map, gdb-locals-mode-map)
+       (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
+       (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
+
+       Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
+       (dedicated-switch-to-buffer): Rework.
+       (gdb-var-evaluate-expression-handler, gdb-put-string):
+       Remove unused variable bindings.
+       (gdb-setup-windows, gdb-display-buffer):
+       Simplify. Use pop-to-buffer.
+       (gdb-view-source-function): Simplify.
+       (gdb-frame-breakpoints-buffer):
+       Use pop-to-buffer, special-display-regexps.
+
+2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
        * progmodes/f90.el (f90-smart-end)
        (f90-previous-statement, f90-beginning-of-block): Doc fix.
        (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
        (math-sh-year): New variable.
        (math-setup-add-holidays, math-setup-holidays)
-       (math-setup-year-holiday): Replace variable `year' by declared
+       (math-setup-year-holidays): Replace variable `year' by declared
        variable.
 
        * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
        (math-nth-root-float, math-nth-root-float-iter): Replace variables
        n, nf and nfm1 by declared variables.
        (math-nri-n): New variable.
-       (math-nth-root-int, math-nth-root-int-iter): Replace variable n by
-       declared variable.
+       (math-nth-root-integer, math-nth-root-int-iter): Replace variable
+       n by declared variable.
        (calcFunc-log): Removed misplaced condition.
 
 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
        (math-stack-value-offset-fancy): Replace variables c, wid and off
        by declared variables.
        (math-comp-just, math-comp-comma-spc): New variables.
-       (math-compose-expr, math-compose-matrix): Replace variable `just'
-       by declared variable.
+       (math-compose-expr, math-compose-matrix): Replace variables `just'
+       and comma-spc by declared variable.
        (math-comp-vector-prec): New variable.
        (math-compose-expr, math-compose-matrix, math-compose-rows):
        Replace variable vector-prec by declared variable.
        current frame (in case of recursive calls).
        (gdb-show-changed-values): Add :version keyword.
 
+2004-11-09  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-cmds.el: Change coding: tag back to
+       iso-2022-7bit.
+
 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * international/mule-cmds.el: Change coding-system to utf-8.
        (compilation-forget-errors): Don't localize already local
        compilation-locs and remove FIXME about refontifying.
 
-2004-04-14  Kim F. Storm  <storm@cua.dk>
-
-       * 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.
-
-2004-04-13  Dave Love  <fx@gnu.org>
-
-       * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
-       (syntax): Don't require.
-       (python) <defgroup>: Add :version.
-       (python-quote-syntax): Re-written.
-       (inferior-python-mode): Move stuff here from run-python and add
-       some more.
-       (python-preoutput-continuation, python-preoutput-result)
-       (python-dotty-syntax-table): New.
-       (python-describe-symbol): Use them.
-       (run-python): Move stuff to inferior-python-mode.  Modify code
-       loaded into Python.
-       (python-send-region): Use python-proc, python-send-string.
-       (python-send-string): Send newlines too.  Callers changed.
-       (python-load-file): Re-written.
-       (python-eldoc-function): New.
-       (info-look): Don't require.
-       (python-after-info-look): New.  A modified version of former
-       top-level code for use with eval-after-load.
-       (python-maybe-jython, python-guess-indent): Use widened buffer.
-       (python-fill-paragraph): Re-written.
-       (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
-       eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
-
-2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
-       Set compilation-error-regexp-alist earlier.
-
-       * progmodes/compile.el (compilation-minor-mode-map)
-       (compilation-shell-minor-mode-map, compile-mouse-goto-error)
-       (compile-goto-error): Re-merge the mouse and non-mouse commands.
-
-2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * progmodes/compile.el (compile-goto-error): Select the buffer/window
-       corresponding to the event.
-
-2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
-
-       * loadup.el: Add cygwin to system-type list, for unexec() support.
-
-2004-04-12  John Paul Wallington  <jpw@gnu.org>
-
-       * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
-       (ibuffer-restore-window-config-on-quit): New variable to replace
-       `ibuffer-delete-window-on-quit'.  Update all references.
-       (ibuffer-prev-window-config): New variable.
-       (ibuffer-quit): Restore previous window configuration instead of
-       deleting window.
-       (ibuffer): Save window configuration before showing Ibuffer buffer.
-
-       * help.el (describe-mode): Doc fix.
-
-2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
-
-       * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
-       not to treat nil as a function.
-
-       * vc-arch.el (vc-arch-root): Be a bit more careful.
-       (vc-arch-register): Save the buffer if we modified it.
-       (vc-arch-delete-rej-if-obsolete): Save excursion.
-       (vc-arch-find-file-hook): Use the simpler after-save-hook.
-       (vc-arch-responsible-p, vc-arch-init-version): New functions.
-
-       * net/ldap.el (ldap-search): Use list*.
-
-2004-04-12  Juri Linkov  <juri@jurta.org>
-
-       * info.el (Info-follow-reference): Allow multiline reference name.
-
-2004-04-11  Dave Love  <fx@gnu.org>
-
-       * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
-
-       * progmodes/python.el: New file.
-
-2004-04-11  Andre Spiegel  <spiegel@gnu.org>
-
-       * vc-hooks.el (vc-arg-list): Function removed.
-       (vc-default-workfile-unchanged-p): Use condition-case to check for
-       backward compatibility.
-
-       * vc.el (vc-print-log): Use condition-case to check for backward
-       compatibility.
-
-2004-04-11  Juri Linkov  <juri@jurta.org>
-
-       * dired.el (dired-faces): New defgroup.
-       (dired-header, dired-mark, dired-marked, dired-flagged)
-       (dired-warning, dired-directory, dired-symlink, dired-ignored):
-       New faces.
-       (dired-header-face, dired-mark-face, dired-marked-face)
-       (dired-flagged-face, dired-warning-face, dired-directory-face)
-       (dired-symlink-face, dired-ignored-face): New face variables.
-       (dired-font-lock-keywords): Use them instead of font-lock faces.
+2004-04-14
        Split the rule for dired marks into 3 separate rules: for marks,
        marked file names and flagged file names.