* ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
[bpt/emacs.git] / lisp / ChangeLog
index cf64ad7..9316a03 100644 (file)
@@ -1,3 +1,207 @@
+2002-12-09  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
+       disable it buffer-locally.
+       (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
+       `eventpt' and point.
+
+       * ibuf-ext.el (ibuffer-remove-duplicates): New function.
+       (ibuffer-set-filter-groups-by-mode): Use it instead of
+       `delete-duplicates' so we don't require cl library at runtime.
+       (ibuffer-insert-filter-group-before): Don't use `position' so we
+       don't require cl library at runtime.
+
+       * chistory.el (command-history-mode): Add interactive spec.
+       Improve doc string.
+
+2002-12-09  Richard M. Stallman  <rms@gnu.org>
+
+       * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
+
+2002-12-09  Markus Rost  <rost@math.ohio-state.edu>
+
+       * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
+       customize type 'float is now defined.
+
+2002-12-09  Dave Love  <fx@gnu.org>
+
+       * international/code-pages.el (mik, pt154): New coding systems.
+
+       * international/ucs-tables.el: Fix properly.
+
+2002-12-09  Andreas Schwab  <schwab@suse.de>
+
+       * international/ucs-tables.el: Fix last change.
+
+2002-12-09  Kenichi Handa  <handa@m17n.org>
+
+       * international/titdic-cnv.el (titdic-convert): Process the
+       header part in multibyte mode.
+
+2002-12-08  Dave Love  <fx@gnu.org>
+
+       * international/code-pages.el (mule-diag): Move where it's
+       required.
+
+       * international/ucs-tables.el: Add latin-jisx0201 characters.  Fix
+       translation-table-for-input for lao, thai, tibetan.
+
+2002-12-08  Andreas Schwab  <schwab@suse.de>
+
+       * files.el (insert-directory): Insert free space only when
+       listing a full directory.
+
+2002-12-08  Nick Roberts  <nick@nick.uklinux.net>
+
+       * gdb-ui.el : Remove inappropriate key-bindings.
+       (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
+       Parse correctly when breakpoint has no line number.
+       (def-gdb-auto-update-handler, gdb-info-locals-handler),
+       (gdb-display-end): Avoid using insert-buffer.
+       (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
+
+2002-12-07  Richard M. Stallman  <rms@gnu.org>
+
+       * progmodes/compile.el (compilation-enter-directory-regexp-alist)
+       (compilation-leave-directory-regexp-alist): Match byte compiler output.
+
+       * emacs-lisp/cl-macs.el: Add local variable list
+       to turn off cl-function warnings.
+
+       * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
+       elements in load-history.
+       (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
+       and cl-struct-setf-expander.
+
+       * emacs-lisp/autoload.el (autoload-print-form-outbuf):
+       New variable.
+       (autoload-print-form): Use autoload-print-form-outbuf.
+       (generate-file-autoloads): Bind autoload-print-form-outbuf.
+
+       * calendar/calendar.el (calendar-day-name): Move defn down.
+
+       * speedbar.el (speedbar-directory-buttons-follow):
+       Don't use directory-sep-char.
+
+2002-12-06  Masatake YAMATO  <jet@gyve.org>  (tiny change)
+
+       * register.el (describe-register-1): Use window-width
+       to truncate string in a register.  Check whether the string
+       in a register is an empty string or a sequence of white spaces.
+
+2002-12-07  Andreas Schwab  <schwab@suse.de>
+
+       * faces.el (face-font-selection-order)
+       (face-font-family-alternatives, face-font-registry-alternatives):
+       Remove period from :tag value.
+
+       * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
+       to :inverse-video.
+
+2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
+
+       * wid-edit.el (define-widget number): Clarify doc and error
+       message.
+       (define-widget float): New widget.
+
+2002-12-07  Andreas Schwab  <schwab@suse.de>
+
+       * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
+
+       * files.el (find-file-read-args): Reenable wildcard processing
+       unconditionally.
+
+2002-12-06  Robert J. Chassell <bob@rattlesnake.com>
+
+       * textmodes/texinfmt.el (texinfo-format-scan): Handle new
+       functions for copyright notice and copying permissions.
+       (texinfo-copying, texinfo-insertcopying): New functions.
+
+2002-12-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * textmodes/texinfmt.el (texinfo-format-ifxml)
+       (texinfo-format-xml): New function.
+       (ifxml, ifnotxml): New aliases.
+
+2002-12-06  Dave Love  <fx@gnu.org>
+
+       * international/utf-8-subst.el: Revert last change.
+
+2002-12-06  Miles Bader  <miles@gnu.org>
+
+       * info.el (Info-insert-dir): Make dir-node-cache variables
+       buffer-local, so that killing the *info* buffer forces the
+       dir-node to be rebuilt.
+
+2002-12-06  Markus Rost  <rost@math.ohio-state.edu>
+
+       * finder.el (finder-compile-keywords): Don't insert a keyword to
+       the generated file.
+
+2002-12-05  Andreas Schwab  <schwab@suse.de>
+
+       * speedbar.el (speedbar-highlight-face): Fix face spec.
+
+2002-12-05  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
+       gdb-proc with gud-comint-buffer instead.
+       (gdb-proc): Remove.
+       (def-gdb-var): Simplify.
+       (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
+       Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
+       (gdb-goto-bp-this-line): Select the window while doing the goto-line.
+       (gdb-info-locals-handler): Avoid replace-regexp.
+
+       * calendar/calendar.el (facemenu-unlisted-faces): Only update
+       after facemenu is loaded.
+       (calendar-font-lock-keywords): Accept non-ASCII month names.
+       Use regexp-opt.
+
+       * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
+       (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
+       (gdba): Call `gdb' and then make modifications.
+       Always call gdb-clear-inferior-io rather than just "the first time".
+       (gud-break, gud-remove): Definitions moved to inside gdba.
+       (gdb-target-name): Remove.  Use gud-target-name instead.
+       (gdba-complete-filter, gdba-common-init): Remove.
+       The changes were integrated into the generic code.
+
+       * gud.el: Use match-string.
+       (gud-menu-map): Re-fix gdb-running to gud-running.
+       Activate up/down and finish for pdb.
+       (gud-def): Use backquotes.
+       (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
+       (gud-gdb-complete-in-progress, gud-gdb-complete-string)
+       (gud-gdb-complete-break, gud-gdb-complete-list):
+       Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
+       gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
+       (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
+       Add a `filter' argument and run it on `string'.
+       (gud-gdb-run-command-fetch-lines): Use it instead of
+       gud-gdb-speedbar-stack-filter.  Add a `skip' arg.
+       Return the fetched lines.
+       (gud-gdb-complete-command): Use it instead of cooking up
+       something by hand using gud-gdb-complete-filter.
+       (gud-gdb-get-stackframe): Use the new calling convention of
+       gud-gdb-run-command-fetch-lines.
+       (gud-gdb-fetched-stack-frame-list): Remove.
+       (gud-gdb-speedbar-stack-filter): Remove.
+       (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
+       (gud-bashdb-command-name): Add "--debugger" argument here.
+       (bashdb): Use default gud-find-file and don't bother with
+       a massage-args function now that --debugger is make explicit.
+       (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
+       (bashdb): Don't provide.
+       (gud-target-name): New var.
+       (gud-common-init): Set it.
+       Also reset gud-running and gud-last-last-frame.
+
+2002-12-05  Dave Love  <fx@gnu.org>
+
+       * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
+       mule-utf-16-le, mule-utf-16-be.
+
 2002-12-05  Richard M. Stallman  <rms@gnu.org>
 
        * textmodes/outline.el (outline-mode): Doc fix.
 
 2002-12-04  Richard M. Stallman  <rms@gnu.org>
 
-       * gud.el (gud-menu-map): Delete CVS conflict markers.
+       * gud.el (gud-menu-map): Update for bashdb.
+       (perldb): Change prompt regexp.
+       (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
+       (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
 
        * progmodes/cc-vars.el: Simply require wid-edit and custom
        in eval-when-compile.
 
 2002-12-02  Fran\e,Ag\e(Bois Pinard  <pinard@iro.umontreal.ca>
 
-       * (makefile-font-lock-keywords): Highlight more make keywords:
-       defined, endef, override, export, unexport and vpath.
+       * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
+       more make keywords:  defined, endef, override, export, unexport
+       and vpath.
 
 2002-12-02  Dave Love  <fx@gnu.org>
 
        * emacs-lisp/re-builder.el: Add provide call.
 
        * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
-       (feedmail-fiddle-plex-user-list):  Fix typo in group name.
+       (feedmail-fiddle-plex-user-list): Fix typo in group name.
 
        * progmodes/make-mode.el (makefile-space-face): Fix group name.
 
 
 2002-11-15  Markus Rost  <rost@math.ohio-state.edu>
 
-       * mail/rmailedit.el:  Add provide call.
+       * mail/rmailedit.el: Add provide call.
 
        * play/bruce.el: Add provide call.
 
        Declare with defvar, not with defcustom.
 
        * cus-dep.el: Don't require 'autoload.
-       (custom-make-dependencies):  Handle :version also for autoloaded
+       (custom-make-dependencies): Handle :version also for autoloaded
        options.
 
        * winner.el (defgroup winner): Arrange that definition starts at
 
 2002-10-28  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
 
-       * make-mode.el (makefile-warn-continuations):
+       * progmodes/make-mode.el (makefile-warn-continuations):
        Call re-search-forward with NOERROR t.
 
 2002-10-29  Kim F. Storm  <storm@cua.dk>
 
 2002-10-10  Markus Rost  <rost@math.ohio-state.edu>
 
-       * international/encoded-kb.el:  Add `provide' call.
+       * international/encoded-kb.el: Add `provide' call.
 
 2002-10-09  David Kastrup  <David.Kastrup@t-online.de>
 
 
 2002-10-03  Markus Rost  <rost@math.ohio-state.edu>
 
-       * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu):  Handle the
+       * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
        menu pseudo-keys generated by easymenu which are lowercase in
        Emacs 21.4.
 
 
 2002-09-24  Markus Rost  <rost@math.ohio-state.edu>
 
-       * simple.el (edit-and-eval-command):  Protect command-history.
-       (repeat-complex-command):  Protect command-history.
+       * simple.el (edit-and-eval-command): Protect command-history.
+       (repeat-complex-command): Protect command-history.
 
 2002-09-24  Juanma Barranquero  <lektu@terra.es>
 
        (tramp-completion-handle-file-name-all-completions):
        Apply `tramp-completion-run-real-handler'.
        (tramp-parse-rhosts)
-       (tramp-parse-shosts): Use `with-temp-buffer'. `result\e,B.\e(B renamed to
+       (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
        `res' (otherwise side effects in XEmacs).
 
 2002-08-24  Michael Albinus  <Michael.Albinus@alcatel.de>
 
 2002-09-21  Markus Rost  <rost@math.ohio-state.edu>
 
-       * mail/mailabbrev.el (mail-abbrev-make-syntax-table):  Give %!._-
+       * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
        word constituent syntax.
 
 2002-09-21  Richard M. Stallman  <rms@gnu.org>
        * comint.el (comint-mode): Add font-lock-defontify to
        change-major-mode-hook.
 
-       * info.el (Info-mode):  Add font-lock-defontify to
+       * info.el (Info-mode): Add font-lock-defontify to
        change-major-mode-hook.
 
        * replace.el (occur-mode): Add font-lock-defontify to
 
 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
 
-       * files.el (save-some-buffers-action-alist):  Use lower case for
+       * files.el (save-some-buffers-action-alist): Use lower case for
        help string of diff-buffer-with-file.
 
 2002-09-09  Richard M. Stallman  <rms@gnu.org>
 
        * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
        (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
-       (f90-font-lock-off, f90-font-lock-menu):  Delete.
+       (f90-font-lock-off, f90-font-lock-menu): Delete.
        Use easy-menu-define instead.
        (f90-mode): Use easy-menu-add.
        No longer (require 'imenu) when compiling.
 
 2002-07-23  Markus Rost  <rost@math.ohio-state.edu>
 
-       * add-log.el (add-log-current-defun):  Fix typo in documentation.
+       * add-log.el (add-log-current-defun): Fix typo in documentation.
 
 2002-07-22  Markus Rost  <rost@math.ohio-state.edu>
 
        (compilation-parse-errors): Use that, and for directories too.
        Don't check whether a directory really exists.
 
-
 2002-07-12  Juanma Barranquero  <lektu@terra.es>
 
        * help-fns.el (describe-variable): Remove useless "Documentation:"
 
 2002-07-02  Dave Love  <fx@gnu.org>
 
-       * emacs-lisp/bytecomp.el (byte-compile-warnings):  Add cl-func option.
+       * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
        (byte-compile-cl-warn): New function.
        (byte-compile-form): Use it, to warn about calling cl functions.
        (byte-compile-warning-types): Doc fix.
 
        * emulation/cua-base.el (cua--self-insert-char-p): New function.
 
-       * emulation/cua-gmrk.el (cua--init-global-mark):  Install default
+       * emulation/cua-gmrk.el (cua--init-global-mark): Install default
        binding in cua--global-mark-keymap using cua--self-insert-char-p
        to handle all global self inserting characters in gmark mode.
 
        * mail/sendmail.el (mail-recover-1): Remove (debug).
        (mail-signature): Fix :type.
        (mail-default-directory): New user option.
-       (mail, mail-recover):  Use that option.
+       (mail, mail-recover): Use that option.
 
 2002-05-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        Numeric keypad with decimal key; value is selected character.
        (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
        (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
-       (keypad-setup):  Arg list changed to support the new options.
+       (keypad-setup): Arg list changed to support the new options.
 
 2002-05-14  Richard M. Stallman  <rms@gnu.org>
 
 
 2002-05-09  Markus Rost  <rost@math.ohio-state.edu>
 
-       * woman.el (woman-menu):  Move symbol before the comment so that
+       * woman.el (woman-menu): Move symbol before the comment so that
        find-function-search-for-symbol finds it.
 
 2002-05-10  Miles Bader  <miles@gnu.org>
 
        * emacs-lisp/find-func.el (find-function-search-for-symbol):
        Add autoload cookie.
-       (find-function-regexp):  Include
+       (find-function-regexp): Include
        "\(quote " to match the defaliases in loaddefs.el.
 
        * filesets.el (filesets-conditional-sort): Use copy-sequence,
 2002-04-28  Markus Rost  <rost@math.ohio-state.edu>
 
        * net/ange-ftp.el (ange-ftp-passive-host-alist)
-       (ange-ftp-bs2000-additional-pubsets):  Fix custom type.
+       (ange-ftp-bs2000-additional-pubsets): Fix custom type.
 
        * files.el (small-temporary-file-directory): Fix custom type.
 
        * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
 
        * ibuffer.el (ibuffer-truncate-lines): New option.
-       (ibuffer-mode):  Use it.
+       (ibuffer-mode): Use it.
 
 2002-02-17  Kim F. Storm  <storm@cua.dk>
 
        (viper-check-minibuffer-overlay): Make sure
        viper-minibuffer-overlay is moved to cover the entire input field.
 
-       * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
+       * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
        (viper-read-key-sequence, viper-set-unread-command-events)
        (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.