]> 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 f67ffcd8875496f86e87a86253121af5a2a72083..1533d3aae184b3a8523a7a5940d654c625d06943 100644 (file)
@@ -1,3 +1,184 @@
+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
@@ -5,8 +186,8 @@
 
 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>.
+       * 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>
 
        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>
 
 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*.
@@ -7412,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.