(winner-mode-map): Move winner-undo and winner-redo to C-c <left> and C-c
[bpt/emacs.git] / lisp / ChangeLog
index 5390465..c05df55 100644 (file)
@@ -1,4 +1,505 @@
+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.
+       Remove conditional definitions of `ignore-errors' and `caddar'
+       because they occur at run time.
+
+2004-04-28  Nick Roberts  <nickrob@gnu.org>
+
+       * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
+       (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
+       (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
+       (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.
+
+2004-04-28  John Paul Wallington  <jpw@gnu.org>
+
+       * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
+       (thumbs-show-image-num): Move assignment of
+       `thumbs-current-image-filename' within scope of `i'.
+       (thumbs-emboss-image): Don't use `evenp'.
+
+2004-04-28  Richard M. Stallman  <rms@gnu.org>
+
+       * progmodes/compile.el (compilation-context-lines): Default now 0.
+
+2004-04-28  Juanma Barranquero  <lektu@terra.es>
+
+       Use `time-less-p' from calendar/time-date.el instead of defining
+       custom versions of it.
+
+       * pcomplete.el (pcomplete-time-less-p): Remove.
+
+       * thumbs.el (time-less-p): Remove.
+
+       * calendar/timeclock.el (timeclock-time-less-p): Remove.
+       (timeclock-generate-report): Use `time-less-p'.
+
+       * emacs-lisp/autoload.el (autoload-before-p): Remove.
+       (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
+
+2004-04-28  Masatake YAMATO  <jet@gyve.org>
+
+       * subr.el (remove-overlays): Make arguments optional.
+
+       * wid-edit.el (widget-specify-button): Put evaporate to the
+       overlay for sample.
+       (widget-specify-sample): Put evaporate to the overlay for sample.
+       (widget-specify-doc): Put evaporate to the overlay for documentation.
+
+2004-04-27  Jesper Harder  <harder@ifa.au.dk>
+
+       * info.el (info-apropos): Make it an index node.  Align node names
+       like makeinfo.
+
+2004-04-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * net/browse-url.el (browse-url-netscape-sentinel)
+       (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
+       (browse-url-epiphany-sentinel, browse-url-mosaic):
+       Use browse-url-*-program instead of a literal program name.
+
+2004-04-27  Kevin Ryde  <user42@zip.com.au>
+
+       * eshell/em-alias.el:
+       * eshell/em-dirs.el:
+       * eshell/em-hist.el:
+       * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
+       features when M-x customize-group loads modules before the main
+       eshell.el.
+
+2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
+
+       * subr.el (momentary-string-display): Support EXIT-CHAR that is
+       either a character representation of an event or an event
+       description list.
+
+       * type-break.el: Capitalise Emacs and Lisp.
+       (type-break-good-break-interval, type-break-demo-boring-stats)
+       (type-break-terse-messages, type-break-file-name): New defcustoms.
+       (type-break-post-command-hook)
+       (type-break-warning-countdown-string): Quote variable names in doc.
+       (type-break-interval-start, type-break-auto-save-file-name): New vars.
+       (type-break-mode): Document type-break-good-break-interval and the
+       "session" file.  Schedule break according to the session file.
+       Kill session file buffer on exit.  Organise for save-some-buffers
+       to always save the session file.
+       (type-break-mode-line-message-mode, type-break-query-mode):
+       Uppercase arguments.
+       (type-break-file-time, type-break-file-keystroke-count, timep)
+       (type-break-choose-file, type-break-get-previous-time)
+       (type-break-get-previous-count): New defuns.
+       (type-break): Avoid break querying after a completed break in the
+       case where the query was initiated during user invocation of the
+       break.  Optional terse messages.
+       Use type-break-good-break-interval if type-break-good-rest-interval is
+       nil.  File the break time.
+       (type-break-schedule): New optional args for overriding the use of
+       the current time.
+       (type-break-cancel-time-warning-schedule): Avoid leftover warnings
+       after a break.
+       (type-break-check): File the keystroke count.
+       (type-break-do-query): Prevent a second query when the break is
+       interrupted.  Optional terse message.
+       (type-break-keystroke-reset): Record the start of a typing interval.
+       (type-break-demo-boring): Optional terse messages.  Display word
+       per minute and keystroke counts according to
+       type-break-demo-boring-stats.
+
+2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
+
+       * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
+       directories, make sure they exist under archive-tmpdir.
+
+2004-04-27  Juri Linkov  <juri@jurta.org>
+
+       * help.el (view-emacs-news): With argument, display info for the
+       selected version by finding it among different NEWS files, and
+       narrowing the buffer to the selected version.
+
+       * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
+       same-window-buffer-names.
+       (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
+       non-numeric prefix argument, append the number to the buffer name
+       for numeric prefix argument.
+       (info-other-window): Bind same-window-regexps to nil.
+       (Info-reference-name): Rename to Info-point-loc.
+       (Info-find-node-2): Call forward-line for numeric Info-point-loc,
+       and Info-find-index-name for stringy Info-point-loc.
+       (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
+       without middle `.', but with final `.' and optional line number
+       for it.  Set Info-point-loc for index nodes.
+       (Info-index): Remove middle `.' from index entry regexp.
+       Modify line number regexp.
+       (Info-index-next): Decrement line number.
+       (info-apropos): Remove middle `.' from index entry regexp.
+       Add optional line number regexp at the end.  Add matched value
+       for line number to the result list and insert it to the buffer.
+       Replace match-string by match-string-no-properties.
+       Reorder result list.
+       (Info-fontify-node): Hide index line numbers.
+       (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
+       empty matches.
+       (Info-follow-reference): Use `str' instead of
+       Info-following-node-name-re.
+       (Info-toc): Use full file names.  Set Info-current-node to "Top".
+       (Info-fontify-node): Compare file names without directory name.
+       (Info-try-follow-nearest-node): Don't set Info-reference-name.
+       Set second arg of Info-extract-menu-node-name for index nodes.
+       (info-xref-visited): Use magenta3 instead of magenta4.
+       (Info-mode): Add info-apropos to docstring.
+
+       * log-view.el (log-view-diff): Replace interactive code "r"
+       by a list to allow to call it even if region is not active.
+
+       * paren.el (show-paren-highlight-openparen): New var.
+       (show-paren-function): Turn on openparen highlighting when
+       matching forward if show-paren-highlight-openparen is non-nil.
+
+       * simple.el (kill-ring-save): Use blink-matching-delay instead of
+       the constant value 1.
+       (completions-common-part): Expand docstring.
+
+       * textmodes/picture.el (picture-mode-map): Add arrow keys.
+
+2004-04-27  Kim F. Storm  <storm@cua.dk>
+
+       * image.el (insert-sliced-image): Use line-height instead of
+       line-spacing property on newline.
+
 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
+
        * desktop.el (desktop-buffer-misc-data-function): Rename to
        desktop-save-buffer and change docstring.
        (desktop-buffer-modes-to-save): Delete.
        (desktop-save): Rename desktop-buffer-misc-data-function to
        desktop-save-buffer and allow non-function value.
        (desktop-missing-file-warning): Correct docstring.
+
        * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
        to desktop-save-buffer.
+
        * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
        desktop-save-buffer.
+
        * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
+
        * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
 
+2004-04-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
+
 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
 
        * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
        Delete functions.
        (compilation-get-file-structure): New function inherits
        functionality of the two preceding ones.
-       (compilation-internal-error-properties, compilation-fake-loc): Use
-       it so that different paths to the same file share the same
+       (compilation-internal-error-properties, compilation-fake-loc):
+       Use it so that different paths to the same file share the same
        markers.  Also optimize finding adjacent marker slightly.
 
 2004-04-25  Kim F. Storm  <storm@cua.dk>
        (rmail-start-mail): Support rmail-mail-new-frame even on
        terminals that can display only one frame at a time.
 
+2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
+       (checkdoc-output-font-lock-keywords): Remove error regexp.
+       (checkdoc-output-mode-map): Remove.
+       (checkdoc-output-mode): Derive from compilation-mode.
+       (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
+
+       * dired.el (dired-mode-map): Add a menu entry for wdired.
+
+       * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
+       (rx-bracket, rx-check-any, rx-any): Clean up name space.
+
+       * wdired.el: (wdired-mode-map): Move init into declaration.
+       Fix `return' binding.
+       (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
+       Use force-mode-line-update.
+       (wdired-get-filename): Use `unless'.
+       (wdired-preprocess-files): Don't assume names have no \n and use / for
+       dir separator.
+       (wdired-normalize-filename): Use replace-regexp-in-string.
+       (wdired-load-hooks): Remove.
+       (wdired-mode-hooks): Rename to wdired-mode-hook.
+
+       * info-look.el: Add support for cfengine-mode.
+       (info-lookup-setup-mode): Use dolist.
+
+2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
+
+       * wdired.el: New file.
+
 2004-04-23  Juanma Barranquero  <lektu@terra.es>
 
        * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
 
        * vc.el (vc-print-log): Likewise.
 
+2004-04-20  Dave Love  <fx@gnu.org>
+
+       * emacs-lisp/rx.el: Doc fixes.
+       (rx-constituents): Add/extend many forms.
+       (rx-check): Check form is a list.
+       (bracket): Defvar.
+       (rx-check-any, rx-any, rx-check-not): Modify.
+       (rx-not): Simplify.
+       (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
+       (rx-kleene): Use rx-trans-forms.
+       (rx-quote-for-set): Delete.
+       (rx): Allow multiple args.
+
 2004-04-23  Kenichi Handa  <handa@m17n.org>
 
-       * international/mule-util.el (char-displayable-p): Simplified by
+       * international/mule-util.el (char-displayable-p): Simplify by
        using internal-char-font.
 
 2004-04-23  Juanma Barranquero  <lektu@terra.es>
 
 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
 
-       * dabbrev.el (dabbrev--substitute-expansion): Fix a bug which lost
-       the case of letters in case-insensitive expansions on certain
-       abbreviations.
+       * dabbrev.el (dabbrev--substitute-expansion): Don't lose
+       the case of letters in case-insensitive expansions when the
+       abbrev is preceded by characters with letter syntax.
 
 2004-04-21  Richard M. Stallman  <rms@gnu.org>
 
 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>