log lisp/progmodes/etags.el @ 19358:33f430abc9ed

age author description
Fri, 15 Aug 1997 19:28:16 +0000 Richard M. Stallman (tags-verify-table): Obey revert-without-query.
Sat, 05 Jul 1997 00:54:32 +0000 Richard M. Stallman (next-file, tags-loop-scan): Fix error message.
Thu, 19 Jun 1997 02:47:38 +0000 Richard M. Stallman Delete M-TAB binding of complete-tag.
Sat, 07 Dec 1996 20:38:40 +0000 Richard M. Stallman (etags-file-of-tag): Expand the file name
Sun, 29 Sep 1996 22:58:23 +0000 Richard M. Stallman (etags-file-of-tag): Fix looking-at regexp.
Sun, 22 Sep 1996 21:13:49 +0000 Richard M. Stallman Comment change.
Tue, 23 Jul 1996 22:32:48 +0000 Erik Naggum (tag-exact-file-name-match-p): Fix previous change.
Tue, 23 Jul 1996 16:17:33 +0000 Roland McGrath (etags-goto-tag-location): New local variable LINE; use it.
Sat, 08 Jun 1996 14:24:21 +0000 Roland McGrath (etags-list-tags): When there is an explicit tag name, skip the \177 before
Fri, 07 Jun 1996 17:31:33 +0000 Roland McGrath Fri Jun 7 13:06:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Mon, 29 Jan 1996 23:14:52 +0000 Karl Heuer (visit-tags-table-buffer, tags-loop-scan, complete-tag): Fix error format
Sun, 14 Jan 1996 07:34:30 +0000 Erik Naggum Update FSF's address.
Thu, 14 Dec 1995 06:34:54 +0000 Roland McGrath Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Fri, 17 Nov 1995 22:27:47 +0000 Richard M. Stallman (next-file): Make interactive arg t if had any prefix arg.
Mon, 30 Oct 1995 19:25:04 +0000 Richard M. Stallman (select-tags-table): Don't modify the value of tags-table-list.
Mon, 09 Oct 1995 18:00:54 +0000 Roland McGrath (tags-table-check-computed-list): Map tags-expand-table-name over lists of
Fri, 25 Aug 1995 16:39:34 +0000 Roland McGrath (next-file): Advance next-file-list before finding the file named in its
Thu, 11 May 1995 03:30:10 +0000 Roland McGrath (tags-loop-continue): Doc fix.
Tue, 18 Apr 1995 18:29:05 +0000 Roland McGrath (tags-search, tags-query-replace): Put (quote ...) around args inserted
Sun, 09 Apr 1995 11:39:41 +0000 Richard M. Stallman (list-tags): Delete call to select-tags-matched-file.
Sun, 09 Apr 1995 03:21:37 +0000 Roland McGrath (next-file): Add paren missing from last change.
Sun, 09 Apr 1995 03:18:11 +0000 Roland McGrath (next-file): Handle empty list returned by (tags-table-files).
Tue, 07 Feb 1995 21:00:28 +0000 Richard M. Stallman (etags-file-of-tag): Handle file name used as tag.
Sun, 05 Feb 1995 00:25:16 +0000 Richard M. Stallman Changes to support filenames as tags too and provided
Wed, 18 Jan 1995 21:57:03 +0000 Roland McGrath (etags-file-of-tag): Use a regexp search to find the file name,
Sun, 15 Jan 1995 09:43:29 +0000 Roland McGrath (etags-tags-completion-table): Don't let match string contain a \177.
Thu, 12 Jan 1995 05:50:13 +0000 Richard M. Stallman (etags-goto-tag-location): Add 1 to char positions in TAGS.
Wed, 28 Dec 1994 08:12:25 +0000 Roland McGrath (find-tag-in-order): Don't set buffer-local value of tags-file-name.
Tue, 15 Nov 1994 21:03:22 +0000 Roland McGrath (tags-query-replace): Use query-replace-read-args in interactive spec.
Tue, 15 Nov 1994 02:38:03 +0000 Roland McGrath (tags-table-including): Don't gratuitously cons (what was I thinking?).
Thu, 20 Oct 1994 21:17:44 +0000 Roland McGrath (next-file): Initialize next-file-list all at once from all tables.
Tue, 18 Oct 1994 02:19:25 +0000 Richard M. Stallman (etags-tags-table-files, etags-tags-included-tables):
Fri, 14 Oct 1994 03:26:31 +0000 Roland McGrath (tags-reset-tags-tables): New function.
Tue, 27 Sep 1994 05:41:20 +0000 Roland McGrath (etags-tags-completion-table): Allow ? and : in guessed tag names.
Fri, 23 Sep 1994 17:44:56 +0000 Roland McGrath (tag-symbol-match-p): New function.
Fri, 23 Sep 1994 17:29:55 +0000 Roland McGrath (tags-table-check-computed-list): Call tags-verify-table on existing
Wed, 21 Sep 1994 18:37:00 +0000 Richard M. Stallman (find-tag-noselect): Simplify.
Thu, 25 Aug 1994 01:51:34 +0000 Roland McGrath (tags-table-extend-computed-list): In loop processing list of included
Wed, 10 Aug 1994 23:34:39 +0000 Roland McGrath (tags-table-including): Inside loop: if CORE-ONLY skip all consecutive
Fri, 05 Aug 1994 04:33:20 +0000 Richard M. Stallman (select-tags-table): Doc fix.
Wed, 20 Jul 1994 14:02:48 +0000 Roland McGrath (visit-tags-table-buffer): Bind a variable local-tags-file-name with the
Sun, 10 Jul 1994 21:33:55 +0000 Richard M. Stallman (find-tag-regexp): Bind to C-M-..
Sat, 02 Jul 1994 00:45:49 +0000 Richard M. Stallman (visit-tags-table-buffer): Move error call into scope of `file'.
Tue, 28 Jun 1994 20:24:38 +0000 Roland McGrath (tag-exact-match-p): Fix typo in last change.
Tue, 28 Jun 1994 20:21:43 +0000 Roland McGrath (tag-exact-match-p): Test for point sitting after the explicit tag name
Fri, 24 Jun 1994 08:07:57 +0000 Roland McGrath (visit-tags-table-buffer): Don't take car of return frmo
Thu, 23 Jun 1994 01:30:12 +0000 Roland McGrath Fix bits of last change lost in Emacs crash.
Thu, 23 Jun 1994 01:11:38 +0000 Roland McGrath (tags-table-including): Don't call tags-table-check-computed-list.
Fri, 17 Jun 1994 04:05:56 +0000 Roland McGrath (tags-table-computed-list, tags-table-computed-list-for): New variables.
Wed, 15 Jun 1994 04:37:26 +0000 Richard M. Stallman (find-tag-history): New variable.
Fri, 10 Jun 1994 23:01:10 +0000 Richard M. Stallman (complete-tag): Likewise.
Mon, 23 May 1994 05:07:27 +0000 Richard M. Stallman (select-tags-table-mode): New function, a major mode.
Tue, 03 May 1994 00:26:48 +0000 Roland McGrath (visit-tags-tbale-buffer): If CONT is stringp, use it for tags-file-name.
Mon, 02 May 1994 21:41:43 +0000 Roland McGrath (tags-find-table-in-list): Only recurse if (tags-included-tables) returns
Sat, 30 Apr 1994 00:51:52 +0000 Roland McGrath (tags-table-parent-pointer-list): Doc fix; elts are now 3-elt lists.
Tue, 26 Apr 1994 09:39:30 +0000 Richard M. Stallman (tags-add-tables): Doc fix.
Tue, 08 Mar 1994 05:58:50 +0000 Roland McGrath (etags-list-tags): Check for explicit tag names.
Tue, 08 Mar 1994 05:49:24 +0000 Roland McGrath (etags-tags-completion-table): Let the line number or char pos be empty.
Wed, 02 Mar 1994 05:24:33 +0000 Roland McGrath (tags-add-tables): Change default value to 'ask-user; update doc.
Fri, 11 Feb 1994 05:54:37 +0000 Roland McGrath (etags-goto-tag-location): First go directly to STARTPOS and see if PAT is