]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 677fd39b97eb410f202caab0066acf5c25e50d71..2debe943607d1380d25e6c97fb71c466010cb4dc 100644 (file)
@@ -1,3 +1,206 @@
+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  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): Moved 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.
        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.