]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 4553732d4ec7a29c821259327d3236ba3d13ee13..4699f639d575d2e6678ef2797ee1367160b93d66 100644 (file)
@@ -1,3 +1,206 @@
+2005-01-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * wid-edit.el (widget-specify-button): If mouse pointer shape
+       cannot be changed, use mouse face instead.
+
+2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
+       (gdb-goto-breakpoint): Make breakpoint handling work on template
+       functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
+       (gdb-assembler-custom): Update to recognise breakpoint information
+       added on 2005-01-19.
+
+2005-01-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * descr-text.el: Add more keywords.
+
+2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * speedbar.el: Avoid unnecessary use of locate-library.
+
+       * international/mule-cmds.el (standard-display-european-internal):
+       Don't fiddle with latin-1 non-break space any more since it's now
+       special cased in the C code.
+       Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
+
+2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * cus-start.el (all): Add `undo-outer-limit'.
+
+2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * textmodes/bibtex.el (bibtex-format-entry):
+       Use `bibtex-empty-field-re' only on the text of fields, not on entire
+       field lines.
+       (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
+       not on part of a buffer.
+
+2005-01-25  Lute Kamstra  <lute@gnu.org>
+
+       * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
+       nonempty field text strings like "{letters\\macro{}more letters}".
+       Clarify docstring.
+       (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
+       (bibtex-entry-offset, bibtex-parse-association)
+       (bibtex-parse-field-name): Fix typos in docstrings.
+       (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
+
+2005-01-24  Carsten Dominik <dominik@science.uva.nl>
+
+       * textmodes/reftex-global.el (reftex-isearch-push-state-function)
+       (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
+       (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
+       (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
+
+       * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
+       isearch minor mode.
+
+2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
+
+2005-01-24  Lute Kamstra  <lute@gnu.org>
+
+       * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
+       CASECHARS and NOT-CASECHARS regular expressions of the
+       "nederlands" and "nederlands8" dictionaries to prevent a "Range
+       striding over charsets" error.
+
+2005-01-24  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
+       display variable name.
+
+2005-01-24  Kenichi Handa  <handa@m17n.org>
+
+       * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
+       Fix setting of the element of encoded-kbd-iso2022-invocations.
+
+2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
+       (gdb-threads-select): Change to also accept mouse events.
+       (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
+       (gdb-threads-mouse-select): Delete.
+
+2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * files.el (insert-directory): Take care of empty directory,
+       listed without -a switch.
+
+2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/refill.el (refill-post-command-function):
+       Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
+       to the list of functions that we should be careful not to undo.
+       (refill-late-fill-paragraph-function): Remove.
+       (refill-saved-state): New var.
+       (refill-mode): Use it to save fill-paragraph-function.
+       Save also the value of auto-fill-function.
+
+       * term/w32-win.el: Simplify code.
+
+2005-01-23  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (line-move): Adapt to new return value from
+       pos-visible-in-window-p.
+
+       * simple.el (line-move): Fix last change.  Check partial
+       visibility at point rather than at window-start.
+
+2005-01-22  Jason Rumney  <jasonr@gnu.org>
+
+       * term/w32-win.el (xw-defined-colors): Remove debug-message.
+
+2005-01-22  David Kastrup  <dak@gnu.org>
+
+       * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
+
+2005-01-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * type-break.el (type-break-mode): Add a test for
+       type-break-file-name being non-nil.
+
+2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
+
+       * net/eudc.el (top level): Call (message "") via progn, so that
+       eudc-options-file is loaded.
+
+2005-01-22  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (line-move-1): Rename from line-move.
+       (line-move): New function that adjusts vscroll for partially
+       visible rows, and calls line-move-1 otherwise.
+
+2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
+
+       * pcomplete.el: define pcomplete-read-event instead of read-event,
+       since it's not a complete read-event implementation
+
+2005-01-20  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
+       for called function.
+
+2005-01-20  Steven Tamm  <steventamm@mac.com>
+
+       * term/mac-win.el (process-connection-type): Remove.
+       Controlled now by s/darwin.h:PTY_ITERATION.
+
+2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * window.el (handle-select-window): Don't switch window when we're
+       in the minibuffer.
+
+2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
+
+       * subr.el (dotimes-with-progress-reporter): New macro.
+
+       * ses.el (ses-dotimes-msg): Remove macro.
+       Use `dotimes-with-progress-reporter' instead.
+
+2005-01-19  Steven Tamm  <steventamm@mac.com>
+
+       * term/mac-win.el (process-connection-type): Use new
+       operating-system-release variable to use ptys on Darwin 7 (OSX
+       10.3) when using carbon build.
+
+2005-01-19  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
+       flags if the last command was a tab or M-tab.
+
+       * calc/calc-prog.el (calc-user-define-edit): Put original formula
+       in formula editing buffer.
+
+2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
+       breakpoint image symbol in margin.
+
+2005-01-19  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-prog.el (calc-execute-kbd-macro):
+       Ignore calc-keep-arg-flag.
+
+2005-01-19  Kenichi Handa  <handa@m17n.org>
+
+       * textmodes/ispell.el (ispell-looking-at): New function.
+       (ispell-process-line): Use ispell-looking-at to compare the ispell
+       output and the buffer contents.
+
+2005-01-18  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc.el (calc-display-raw): Fix docstring.
+
+2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * simple.el (blink-matching-open): Strip extra info from syntax.
+
+       * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
+       funny chars in the end-of-here-doc marker.
+
 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
@@ -5,9 +208,9 @@
        fringe and on ttys.
        (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
        Add breakpoint information as text properties.
-       (gdb-mouse-toggle-breakpoint): 
+       (gdb-mouse-toggle-breakpoint):
        Rename to gdb-mouse-set-clear-breakpoint.
-       (gdb-mouse-toggle-breakpoint): New function. Enable/disable
+       (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
        breakpoints in the margin.
        (gdb-remove-strings): Simplify.
 
        * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
        so that it is more understanding of whitespace.
 
-       * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
-       form
+       * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
        (("ns" . "element") (attr-list) children) instead of
        ((:ns . "element") (attr-list) children) in order to reduce the
        number of symbols used.