]> git.eshelyaron.com Git - emacs.git/commitdiff
etags implicit tag names.
authorFrancesco Potortì <pot@gnu.org>
Thu, 20 Jun 2002 11:26:02 +0000 (11:26 +0000)
committerFrancesco Potortì <pot@gnu.org>
Thu, 20 Jun 2002 11:26:02 +0000 (11:26 +0000)
lisp/ChangeLog

index ae5a8eca6173ee07887176429fcdda58f19d15cc..1d6a8615d1fb128919a3c50d2013f102705ab478 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-20  Francesco Potorti`  <pot@gnu.org>
+
+       * progmodes/etags.el (tag-implicit-name-match-p): New function.
+       (etags-recognize-tags-table): Use it for implicit tag names.
+
 2002-06-20  Miles Bader  <miles@gnu.org>
 
        * comint.el (comint-get-old-input-default): Strip text properties
@@ -43,7 +48,7 @@
        (describe-text-properties-1):
        New subroutine, broken out from describe-text-properties.
        Output a newline before each section of the output.
-       
+
        * international/mule-diag.el (describe-char-after):
        Moved to descr-text.el.
 
@@ -77,7 +82,7 @@
        (batch-byte-recompile-directory): Undo previous change.
 
        * comint.el (comint-skip-input): New function.
-       (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob) 
+       (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
        (comint-stop-subjob): Use comint-skip-input.
 
        * ielm.el (ielm-eval-input): Use error-message-string.
 
        * play/zone.el (zone-timer): New variable holds the idle timer.
        (zone): Don't fiddle with the idle timer at all.
-       (zone-when-idle): Put the idle timer in zone-timer. 
+       (zone-when-idle): Put the idle timer in zone-timer.
        If one is already set up, cancel it and make a new one.
        (zone-leave-me-alone): Likewise.
 
        if node has no next, previous or up links.
        Hide the part of the first line that is used in the header.
        Use Info-next-link-keymap, etc.
-       (Info-next-link-keymap, Info-prev-link-keymap) 
+       (Info-next-link-keymap, Info-prev-link-keymap)
        (Info-up-link-keymap): New variables.
 
        * international/mule-diag.el (describe-char-after): Doc fix.
        (calc-refresh): Ditto.
 
 2002-06-12  Colin Walters  <walters@debian.org>
-       
+
        * font-core.el (font-lock-core-only): Variable deleted.  All uses
        removed.
        (font-lock-set-defaults): Variable alist settings moved back into
        font-lock-set-defaults-1.
        (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
        is specifically excluded by the user.
-       
+
        * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
-       
+
        * help-mode.el (help-mode): Don't set `font-lock-defaults'.
-       
+
        * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
-       
+
        * info.el (Info-mode): Don't set `font-lock-defaults'.
-       
+
        * replace.el (occur-mode): Don't set `font-lock-defaults'.
 
        * help-mode.el (help-highlight-p, help-highlight-face): Variable
        properties as well as overlays
        (comint-snapshot-last-prompt): Snapshot using text properties.
        (comint-get-old-input-default, comint-extract-string): Don't copy
-       text properties. 
+       text properties.
 
        * simple.el (line-move-finish): Inhibit field motion when
        computing `line-end'.
        highlight-enabling variables anymore.
        (comint-highlight-input, comint-highlight-prompt): Variables
        removed.
-       
+
        * faces.el (display-supports-face-attributes-p): New function.
        (face-spec-set-match-display): Support `supports' predicate.
        (italic): Try underlining for displays that don't support real italics.
 
        * subr.el (copy-list): Moved here from cl.el.
        (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
-       
+
        * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
        subr.el.  Add a defalias with the old name.
-       
+
        * emacs-lisp/cl.el (copy-list): Moved to subr.el.
 
        * replace.el (occur-mode): Don't set up categories.  Do set
        `font-lock-defaults', and be sure to set `font-lock-core-only'.
        (ibuffer-compile-format): Don't pass third argument
        to column functions.
-       (filename-and-process): Ditto.  
-       
+       (filename-and-process): Ditto.
+
        * ibuf-macs.el (define-ibuffer-column): Don't create a third
        argument for the generated function.