(winner-mode-map): Move winner-undo and winner-redo to C-c <left> and C-c
[bpt/emacs.git] / lisp / ChangeLog
index c3ab8ad..c05df55 100644 (file)
@@ -1,3 +1,332 @@
+2004-05-04  Juanma Barranquero  <lektu@terra.es>
+
+       * winner.el (winner-mode-map): Move winner-undo and winner-redo to
+       C-c <left> and C-c <right>, respectively (the previous bindings
+       conflict with prev-buffer, next-buffer).
+
+       * ehelp.el (electric-help-command-loop, electric-help-undefined)
+       (electric-help-help): Check against unmapped commands.
+
+2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
+       (bibtex-entry-update): New command bound to C-c C-u.
+       (bibtex-text-in-string): Fix regexp.
+       (bibtex-assoc-of-regexp): Remove.
+       (bibtex-progress-message): Fix docstring.
+       (bibtex-inside-field): Use if.
+       (bibtex-assoc-regexp): New function.
+       (bibtex-format-entry): Make code more robust so that it formats
+       also old entries.
+       (bibtex-autokey-demangle-title): Merge with obsolete function
+       bibtex-assoc-of-regexp.
+       (bibtex-field-list): New function.
+       (bibtex-entry): Use bibtex-field-list.
+       (bibtex-parse-entry): Fix docstring.
+       (bibtex-print-help-message): Use bibtex-field-list.
+       (bibtex-make-field): Use bibtex-field-list.
+       (bibtex-entry-index): Bugfix. Return crossref key if required.
+       (bibtex-lessp): Fix docstring.
+
+2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * select.el (xselect-convert-to-string): Move comment to intended line.
+
+2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
+       cut/copy/paste in case menu-bar-enable-clipboard is in effect.
+
+2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * term/x-win.el (x-clipboard-yank): Don't exit on error from
+       x-get-selection.
+
+2004-05-03  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.nt: Remove.
+
+2004-05-03  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/cua-base.el (cua--update-indications): Fix last change.
+       (cua-mode): Deactivate mark when cua-mode is enabled.
+
+2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
+
+2004-05-03  Nick Roberts  <nickrob@gnu.org>
+
+       * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
+       (gdb-display-source-buffer, gdb-put-breakpoint-icon)
+       (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
+       window over visible frames.
+       (gdb-goto-breakpoint): Make buffer display file at breakpoint.
+
+2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-gcpro): New var.
+       (compilation-fake-loc): Use it.
+       (compilation-forget-errors): Reset it.
+
+2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * diff-mode.el (diff-header-face, diff-file-header-face):
+       Use min-colors.
+
+2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
+       (bibtex-clean-entry): Disentangle code.
+       (bibtex-realign): New function.
+       (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
+       bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
+       Remove undocumented optional arg called-by-convert-alien.
+       (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
+       for sorting instead of bibtex-sort-buffer.
+
+2004-05-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * progmodes/compile.el (compilation-start): In the
+       no-async-subprocesses branch, call sit-for to give redisplay a
+       chance to show the updated process status in the mode line, and
+       fontify the buffer explicitly after the process exits.
+
+2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/python.el (python-compilation-line-number): Remove.
+       (python-compilation-regexp-alist): Don't use it any more.
+       (python-orig-start, python-input-filter): Remove.
+       (inferior-python-mode): Don't set up comint-input-filter-functions.
+       (python-send-region): Use compilation-fake-loc.
+
+       * progmodes/compile.el (compilation-messages-start): New var.
+       (compilation-mode): Don't setup next-error-function here.
+       (compilation-setup): Set it up here instead (for minor modes as well).
+       Make compilation-messages-start buffer local.
+       (compilation-next-error-function): Use it.
+       (compilation-forget-errors): Set compilation-messages-start.
+
+2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * ielm.el (ielm-prompt-read-only): Update docstring.
+
+       * comint.el (comint-prompt-read-only): Update docstring.
+       (comint-update-fence, comint-kill-whole-line)
+       (comint-kill-region): New functions.
+
+       * simple.el (kill-whole-line): Use "p" instead of "P" in
+       interactive form.
+
+2004-05-01  Juanma Barranquero  <lektu@terra.es>
+
+       * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
+       format arglist so default values in CL-style argument lists are
+       correctly shown.
+
+2004-05-01  Jason Rumney  <jasonr@gnu.org>
+
+       * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
+
+2004-05-01  Kenichi Handa  <handa@m17n.org>
+
+       * international/titdic-cnv.el (miscdic-convert): Don't generate a
+       quail file if it is up to date.
+
+2004-04-30  Juri Linkov  <juri@jurta.org>
+
+       * cus-edit.el (custom-mode-map):
+       Add key binding `C-x C-s' to `Custom-save'.
+
+       * outline.el (outline-blank-line): New var.
+       (outline-next-preface, outline-show-heading)
+       (outline-end-of-subtree): Use it.
+
+       * dired-aux.el (dired-touch-initial): New fun.
+       (dired-do-chxxx): Call it for op-symbol `touch'.
+       (dired-diff): Use `dired-dwim-target-directory'
+       if current dired buffer has no buffer mark.
+
+       * bindings.el (propertized-buffer-identification):
+       Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
+       Add C-M-arrow keys for consistency.
+
+       * files.el (confirm-kill-emacs):
+       Change group from top-level `emacs' to `convenience'.
+
+       * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
+       Push mark on the first call of successive command calls.
+       (insert-pair): New fun created from `insert-parentheses' with
+       `open' and `close' arguments added.  Enclose active regions
+       in paired characters.  Compare adjacent characters syntax with
+       inserted characters syntax before inserting a space.
+       (insert-parentheses): Call `insert-pair' with ?\( ?\).
+
+       * delsel.el: Don't put `delete-selection' property
+       on `insert-parentheses' symbol to take advantage of
+       region handling in `insert-pair' function.
+       Suggested by Stephan Stahl <stahl@eos.franken.de>.
+
+2004-04-30  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/cua-base.el: Add support for changing cursor types;
+       based on patch from Michael Mauger.
+       (cua-normal-cursor-color, cua-read-only-cursor-color)
+       (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
+       Customization cursor type and/or cursor color.
+       (cua--update-indications): Handle cursor type changes.
+       (cua-mode): Update cursor indications if enabled.
+
+       * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
+
+       * mouse.el (mouse-drag-copy-region): New defcustom.
+       (mouse-set-region, mouse-drag-region-1): Use it.
+
+       * simple.el (kill-ring-save): If region face background color is
+       unspecified (if no highlighting), show extent of fully visible
+       region even if transient-mark-mode is enabled.
+
+       * emulation/cua-base.el (cua--standard-movement-commands):
+       Add cua-scroll-up and cua-scroll-down.
+       (cua-scroll-up, cua-scroll-down): New commands.
+       (cua--init-keymaps): Remap scroll-up and scroll-down.
+
+       * emulation/cua-rect.el (cua--convert-rectangle-as):
+       New defmacro.
+       (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
+       (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
+       New commands (suggested by Jordan Breeding).
+
+2004-04-30  Juanma Barranquero  <lektu@terra.es>
+
+       * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
+
+2004-04-30  Mario Lang  <mlang@delysid.org>
+
+       * diff.el (diff-switches): Fix typo in docstring.
+
+2004-04-30  Alex Schroeder  <alex@gnu.org>
+
+       * xml.el (xml-debug-print-internal): Don't add newline and
+       indentation to text nodes and write empty elements as empty tags
+       instead of opening and closing tags.
+       (xml-debug-print): Take optional indent-string argument.
+       (xml-print): Alias for xml-debug-print.
+
+2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
+       than duplicate call to `line-beginning-position'.
+
+       * progmodes/f90.el (f90-get-present-comment-type): Return
+       whitespace, as well as comment chars, for consistent filling
+       of comment blocks.  Use `match-string-no-properties'.
+       (f90-break-line): Do not leave trailing whitespace when filling
+       comments.
+
+2004-04-30  Dave Love  <fx@gnu.org>
+
+       * calendar/diary-lib.el (diary-outlook-formats): New variable.
+       (diary-from-outlook-internal, diary-from-outlook)
+       (diary-from-outlook-gnus, diary-from-outlook-rmail): New
+       functions to import diary entries from Outlook-format
+       appointments in mail messages.
+
+2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/python.el (python-send-command): New fun.
+       (python-send-region, python-load-file): Use it.
+
+       * progmodes/compile.el (compilation-last-buffer): Add var alias.
+
+       * help-fns.el (help-C-file-name): Use new subr-name.
+       Prepend `src/' to the file name.
+       (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
+       (describe-function-1, describe-variable): Only find a C source file
+       name if DOC is already loaded.
+
+       * help-mode.el (help-function-def, help-variable-def):
+       Use the new find-function-search-for-symbol functionality.
+       Allow FILE to be `C-source'.
+
+       * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
+       (find-function-C-source): New fun.
+       (find-function-search-for-symbol): Use it.
+
+2004-03-29  Michael Mauger  <mmaug@yahoo.com>
+
+       * progmodes/sql.el (sql-product-alist): Rename variable
+       `sql-product-support'.  Add Postgres login parameters.
+       (sql-set-product, sql-product-feature): Update with renamed
+       variable.
+       (sql-connect-postgres): Add username prompt.
+       (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
+       Make patterns less product specific.
+       (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants.
+       (sql-mode-abbrev-table): Modify initialization.
+       (sql-builtin-face): Add variable.
+       (sql-keywords-re): Add macro.
+       (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
+       (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
+       (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
+       (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
+       (sql-mode-linter-font-lock-keywords)
+       (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
+       (sql-mode-sybase-font-lock-keywords)
+       (sql-mode-informix-font-lock-keywords)
+       (sql-mode-interbase-font-lock-keywords)
+       (sql-mode-ingres-font-lock-keywords)
+       (sql-mode-solid-font-lock-keywords)
+       (sql-mode-sqlite-font-lock-keywords)
+       (sql-mode-db2-font-lock-keywords): Default to nil.
+       (sql-product-font-lock): Always highlight ANSI keywords.
+       (sql-add-product-keywords): Made similar to
+       `font-lock-add-keywords'.
+       (sql-send-string): Add function.
+
+2004-04-29  Dave Love <fx@gnu.org>
+
+       * progmodes/cfengine.el (cfengine-beginning-of-defun)
+       (cfengine-end-of-defun): Ensure progress through buffer.
+
+       * info-look.el (cfengine-mode): Accept a terminal ().
+
+2004-04-29  Juri Linkov  <juri@jurta.org>
+
+       * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
+       instead of isearch-yank-word-or-char.  Add new key bindings for
+       isearch-yank-char to \C-f, and isearch-del-char to \C-b.
+       (isearch-del-char): New fun.
+       (isearch-forward, isearch-edit-string): Update docstring.
+       (isearch-yank-char): Doc fix.
+       (isearch-other-meta-char): Restore point after scrolling.
+
+       * progmodes/compile.el (compilation-context-lines): Add nil option
+       to disable compilation output window scrolling.
+       (compilation-set-window): Use it.
+
+       * outline.el (outline-next-preface, outline-show-heading):
+       Don't leave unhidden blank line before heading.
+       (outline-end-of-subtree): Include last newline into subtree.
+       (hide-entry): Leave point at beginning of heading instead of end.
+       (outline-up-heading): Push mark for the first call of successive
+       command calls.
+
+2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * comint.el (comint-prompt-read-only): New variable.
+       (comint-output-filter): Implement it.
+
+       * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
+       (ielm-prompt-internal): New variable.
+       (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
+       (ielm-send-input): Delete unused variable `buf'.
+       (ielm-eval-input): Use `ielm-prompt-internal'.
+       (inferior-emacs-lisp-mode): Use new variables
+       `comint-prompt-read-only' and `ielm-prompt-internal'.
+       Get rid of obsolete variable `directory-sep-char'.
+       (ielm): Use `zerop'.
+
 2004-04-29  John Paul Wallington  <jpw@gnu.org>
 
        * thumbs.el (toplevel): Require cl at compile time.
 2004-04-28  Nick Roberts  <nickrob@gnu.org>
 
        * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
-       (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
+       (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
        (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
-       (gdb-frame-gdb-buffer, gdb-frame-assembler-buffer): Use
-       selected-window.
+       (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
 
        * progmodes/gud.el (gud-common-init): Throw an error if program is
        already running under gdb.
 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
 
        * simple.el (backward-word, forward-to-indentation)
-       (backward-to-indentation):  Argument changed to optional.
+       (backward-to-indentation): Argument changed to optional.
        (next-line, previous-line): Use `or' instead of `unless'.
 
 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
        behaviour of `calendar-day-name' and `calendar-month-name' functions.
        (diary-name-pattern): Use abbrev arrays, rather than fixing
        abbrevs at three chars.  Calling syntax change.
-       (mark-diary-entries):  Adapt for new behaviours of
+       (mark-diary-entries): Adapt for new behaviours of
        `diary-name-pattern' and `calendar-make-alist' functions.
        (fancy-diary-font-lock-keywords): Adapt for new behaviour of
        `diary-name-pattern' function.
 
 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
 
-       * subr.el (dolist, dotimes):  Doc fix.
+       * subr.el (dolist, dotimes): Doc fix.
 
 2003-07-08  Kim F. Storm  <storm@cua.dk>