]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(next-error-find-buffer): Add a rule to return next-error capable buffer
[gnu-emacs] / lisp / ChangeLog
index c840ab6c22c5a3ec69e54f13fb73add81bdcd834..1533d3aae184b3a8523a7a5940d654c625d06943 100644 (file)
@@ -1,7 +1,225 @@
+2004-05-23  Juri Linkov  <juri@jurta.org>
+
+       * info.el (Info-index-nodes): New var and fun.
+       (Info-goto-index, Info-index, info-apropos)
+       (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
+       (Info-index): Fix docstring.  Store and restore Info-history-list.
+       (Info-complete-nodes): New var.
+       (Info-complete-menu-item): Use it.
+       (Info-index-node): New fun.
+       (Info-final-node, Info-forward-node, Info-backward-node)
+       (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
+       Use Info-index-node.
+       (Info-extract-menu-item, Info-extract-menu-counting): Set second
+       arg of `Info-extract-menu-node-name' to non-nil for index nodes.
+       (Info-find-node-2): If a node with period in its name not found,
+       try to find a node without the name part after period.
+       (Info-select-node): Call Info-fontify-node only if
+       Info-fontify-maximum-menu-size is not nil.
+       (info-apropos): Set Info-fontify-maximum-menu-size to nil.
+       (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
+       Preserve Info-history-list.
+       (Info-toc): Set Info-current-file.
+       (Info-build-toc): Move point to the beginning of the buffer.
+       Add main-file variable.
+       (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
+       Use backslashed representation of the control character ^_.
+
+       * textmodes/texinfmt.el (texinfo-print-index): Print index line
+       numbers in the new Texinfo 4.7 format.
+
+       * add-log.el (change-log-font-lock-keywords): Remove `:' from
+       regexps for function and variable names.
+
+       * descr-text.el (describe-property-list): Add [show] button for
+       `syntax-table' property with action to pp to a separate buffer.
+       (describe-char): Replace search-forward by re-search-forward with
+       whitespace regexp after "character:" to not fail in too narrow
+       windows.
+
+       * simple.el (next-error-find-buffer): Add a rule to return
+       next-error capable buffer if one window on the selected frame
+       displays such buffer.
+
+2004-05-23  Nick Roberts  <nickrob@gnu.org>
+
+       * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
+       (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
+       (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
+       (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
+       (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer): Handle
+       new value for gud-minor-mode (gdbmi).
+       (gdb-buffer-type, gdb-input-queue, gdb-prompting)
+       (gdb-output-sink, gdb-current-item, gdb-pending-triggers): Change
+       from local to global gdb variable set.
+       (gdb-ann3): Initialise above gdb variable set.
+       (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
+       (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
+       (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
+       (gdb-stopped, gdb-post-prompt, gdb-concat-output)
+       (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
+       (gdb-info-locals-handler, gdb-invalidate-assembler)
+       (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
+       set as global variables.
+       (gdb-get-create-buffer): Don't make gud-comint buffer-local.
+       Handle gdbmi.
+       (gdb-info-breakpoints-custom): Fix regexp.
+       (def-gdb-var): Delete.
+
+       * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
+       (gud-speedbar-buttons, gud-sentinel, gud-display-line)
+       (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
+       a new mode. The file (gdb-mi.el) for this mode will be included
+       with the GDB distribution (6.2 onwards) and will use GDB/MI as its
+       primary interface.
+
+2004-05-23  Jesper Harder  <harder@ifa.au.dk>
+
+       * progmodes/grep.el (grep-tree): Ensure that DIR argument is
+       interpreted as a directory.
+
+2004-05-22  Richard M. Stallman  <rms@gnu.org>
+
+       * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
+       as a close quote.
+
+       * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
+
+       * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
+       Use assoc-string, not assoc-ignore-case.
+
+       * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
+
+       * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
+       If moving back then fwd gets a defun that ends before point,
+       try again moving fwd then back.
+
+       * files.el (file-name-non-special): Allow t in file-arg-indices
+       to mean requote the return value.  Use `identity' as an element
+       rather than as the whole value.
+
+       * gs.el (gs-options): Add -dSAFER.  Mark it risky.
+
+2004-05-22  Juanma Barranquero  <lektu@terra.es>
+
+       * help-fns.el (help-add-fundoc-usage): Use %S only for output of
+       `help-make-usage'.
+       (help-highlight-arguments): Skip function name before searching
+       for arguments.
+
+2004-05-21  Juanma Barranquero  <lektu@terra.es>
+
+       * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
+       Don't mention in the docstring these arguments meant for
+       internal (recursive) use only.
+       (allout-char-spec): Comment out (it's not implemented).
+       (allout-old-expose-topic, allout-exposure): Fix docstring and add
+       obsolescence declaration.
+       (allout-flatten-exposed-to-buffer)
+       (allout-indented-exposed-to-buffer): Fix typos in docstring.
+       (my-mark-marker): Doc fix.
+       (produce-allout-mode-map, allout-sibling-index)
+       (allout-isearch-expose, allout-distinctive-bullet)
+       (allout-open-topic, allout-reindent-body)
+       (allout-rebullet-heading, allout-process-exposed)
+       (allout-insert-listified, allout-latex-verb-quote)
+       (allout-insert-latex-header, allout-insert-latex-trailer):
+       Make arguments match their use in docstring.
+       (allout-primary-bullet, allout-old-style-prefixes)
+       (allout-inhibit-protection, allout-init, allout-mode)
+       (allout-before-change-protect, allout-flag-region):
+       Use "Emacs" instead of "emacs" in docstrings.
+
+2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
+
+       * international/characters.el: Modify syntax of more characters.
+
+2004-05-21  Masatake YAMATO  <jet@gyve.org>
+
+       * progmodes/etags.el (tags-apropos, list-tags): Require
+       apropos.
+       (etags-tags-completion-table): Show parsing progress.
+
+2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * locate.el (locate-prompt-for-command): Shorten first line of
+       docstring.
+       (locate-mode): Expand docstring and include keymap summary.
+
+       * files.el (find-file-noselect-1): Limit the scope of the
+       `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
+       is, by default, nil during the execution of
+       `find-file-not-found-functions' and `find-file-hook'.
+
+2004-05-20  Michael Mauger  <mmaug@yahoo.com>
+
+       * facemenu.el (facemenu-color-name-equal): New function.
+       (list-colors-display): Use it to compare colors instead of
+       facemenu-color-equal.
+
+2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * compare-w.el (compare-windows-face): Use min-colors instead of
+       checking for tty or pc types.
+
+2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
+       (completion-setup-function): Use with-current-buffer.
+       Properly save excursion.  Simplify.
+       Don't assume there is necessarily a `mouse-face' property somewhere.
+
+       * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
+
+       * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
+
+       * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
+       (byte-compile-log-1): Don't call (byte-goto-log-buffer).
+       Use with-current-buffer.
+       (byte-goto-log-buffer): Delete.
+       (byte-compile-log-file): Call compilation-forget-errors.
+
+2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
+
+       * net/ldap.el (ldap-search-internal): Avoid mixing standard error
+       output messages into the search result.
+
+2004-05-19  Masatake YAMATO  <jet@gyve.org>
+
+       * wid-edit.el (widget-radio-button-notify): Revert my last
+       change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
+
+2004-05-19  Kenichi Handa  <handa@m17n.org>
+
+       * international/characters.el: Fix syntax (open/close) of CJK chars.
+
+2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
+
+       * help-mode.el (help-go-back): Don't depend on position of back button.
+
+2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
+       files files don't contain an accidental additional /.
+
+       * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
+       in source buffer.
+
+2004-05-18  Masatake YAMATO  <jet@gyve.org>
+
+       * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
+       to widget-apply.  :action method assumes 2 arguments, not 3.
+
+2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
+       New constants.
+       (hs-special-modes-alist): Add an f90-mode entry.
+
 2004-05-17  Sam Steingold  <sds@gnu.org>
 
-       * emacs-lisp/cl-indent.el (common-lisp-indent-function-1): Indent
-       "without-" forms just like "with-" and "do-".  Use regexp-opt.
+       * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
+       Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
 
 2004-05-16  Kim F. Storm  <storm@cua.dk>
 
 
 2004-05-15  John Wiegley  <johnw@newartisans.com>
 
-       * eshell/esh-io.el (eshell-get-target): whitespace changes.
+       * eshell/esh-io.el (eshell-get-target): Whitespace changes.
        (eshell-output-object-to-target): Improve output speed 20% by not
-       calling `eshell-stringify' if something is already known to be a
-       string.
+       calling `eshell-stringify' if something is already known to be a string.
 
 2004-05-15  Alex Ott  <ott@jet.msk.su>
 
-       * textmodes/ispell.el (ispell-local-dictionary-alist): Add
-       windows-1251 to the choice of coding systems.
+       * textmodes/ispell.el (ispell-local-dictionary-alist):
+       Add windows-1251 to the choice of coding systems.
        (ispell-dictionary-alist-6): Add support for "russianw.aff",
        encoded in cp1251.
 
 
 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
 
-       * language/european.el ("Brazilian Portuguese"): Added support for
+       * language/european.el ("Brazilian Portuguese"): Add support for
        Brazilian Portuguese.
 
 2004-05-13  John Wiegley  <johnw@newartisans.com>
        `recentf-mode' if this variable has been customized to t.
 
        * eshell/esh-test.el (eshell-test): Call the function
-       `emacs-version' rather than trying to build a custom version
-       string.
+       `emacs-version' rather than trying to build a custom version string.
 
 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        list of arguments in a string.
        (help-highlight-arguments): Highlight the function arguments and
        all uses of them in the docstring.
-       (describe-function-1): Use it. Do docstring output via `insert',
+       (describe-function-1): Use it.  Do docstring output via `insert',
        not 'princ', so text attributes are preserved.
 
        * winner.el (winner-mode-map): Move `winner-undo' and
        (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-entry-index): Bugfix.  Return crossref key if required.
        (bibtex-lessp): Fix docstring.
 
 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
        * 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
+       * 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.
+       (f90-break-line): Trim 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
+       (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/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-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-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-add-product-keywords): Made similar to `font-lock-add-keywords'.
        (sql-send-string): Add function.
 
 2004-04-29  Dave Love  <fx@gnu.org>
 
 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
 
-       * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
+       * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
        and vc-BACKEND-diff.
        (vc-print-log): If the print-log implementation supports it, use
        the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
@@ -7380,7 +7593,7 @@ See ChangeLog.10 for earlier changes.
 ;; coding: iso-2022-7bit
 ;; End:
 
-    Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+    Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.