aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* (hide-ifdefs): Doc fix.Richard M. Stallman1994-07-291-1/+1
* (compilation-error-regexp-alist): Fix bug in BorlandRichard M. Stallman1994-07-271-3/+9
* Finish installing previous change.Richard M. Stallman1994-07-261-111/+114
* (compilation-next-error-locus): New arg SILENT.Richard M. Stallman1994-07-261-4/+5
* Emacs 18 changes from Carl Witty.Tom Tromey1994-07-261-10/+17
* (c++-mode-syntax-table): Give RET the same syntax as newline.Richard M. Stallman1994-07-251-1/+2
* (visit-tags-table-buffer): Bind a variable local-tags-file-name with theRoland McGrath1994-07-201-68/+75
* (compilation-error-regexp-alist): Allow `(' afterRichard M. Stallman1994-07-191-2/+4
* "Comment out" autoload cookies.Richard M. Stallman1994-07-151-4/+8
* Added ";;;###autoload" comments where appropriate.Tom Tromey1994-07-141-3/+9
* (compilation-next-error-locus): Don't callRichard M. Stallman1994-07-121-1/+7
* (prolog-mode-syntax-table): Make newline end comments.Richard M. Stallman1994-07-121-0/+1
* (compilation-window-height): Use defvar.Richard M. Stallman1994-07-111-3/+3
* (find-tag-regexp): Bind to C-M-..Richard M. Stallman1994-07-101-0/+1
* (sh-chmod-argument): Change default.Richard M. Stallman1994-07-021-2/+3
* (visit-tags-table-buffer): Move error call into scope of `file'.Richard M. Stallman1994-07-021-2/+2
* (sh-set-shell): Obey sh-query-for-magic in all cases.Richard M. Stallman1994-07-011-7/+11
* (minor-mode-map-alist): Add missing quote.Richard M. Stallman1994-06-301-1/+1
* (tag-exact-match-p): Fix typo in last change.Roland McGrath1994-06-281-1/+1
* (tag-exact-match-p): Test for point sitting after the explicit tag nameRoland McGrath1994-06-281-1/+4
* (visit-tags-table-buffer): Don't take car of return frmoRoland McGrath1994-06-241-10/+10
* Fix bits of last change lost in Emacs crash.Roland McGrath1994-06-231-3/+5
* (tags-table-including): Don't call tags-table-check-computed-list.Roland McGrath1994-06-231-9/+23
* (tags-table-computed-list, tags-table-computed-list-for): New variables.Roland McGrath1994-06-171-376/+309
* (find-tag-history): New variable.Richard M. Stallman1994-06-151-0/+3
* (fortran-blink-matching-do): When looking for do,Richard M. Stallman1994-06-141-2/+2
* Fix regexp in last change.Roland McGrath1994-06-141-2/+2
* (compilation-error-regexp-alist): Extend first regexp to handle Borland C++Roland McGrath1994-06-131-1/+5
* (complete-tag): Likewise.Richard M. Stallman1994-06-101-1/+1
* tcl-current-word does the right thing in inferior-tcl-mode.Tom Tromey1994-06-051-4/+8
* Another menu fix.Tom Tromey1994-06-031-6/+9
* Fixed menu bug.Tom Tromey1994-06-031-6/+9
* Fixed bug in bug-reporting code.Tom Tromey1994-06-031-4/+7
* (compilation-error-regexp-alist): Stricter Lucid regexp.Richard M. Stallman1994-06-021-1/+1
* (fortran-link-matching-do): Ignore DO statements with line numbers.Richard M. Stallman1994-05-261-2/+2
* Menu items now sensitive as appropriate.Tom Tromey1994-05-261-10/+26
* (c-fill-paragraph): Don't include part of commentRichard M. Stallman1994-05-251-0/+5
* (select-tags-table-mode): New function, a major mode.Richard M. Stallman1994-05-231-10/+22
* Doc fix.Richard M. Stallman1994-05-223-6/+6
* Added bug-report keybindings and menu entries.Tom Tromey1994-05-221-6/+15
* Even more compile stuff.Tom Tromey1994-05-221-5/+8
* Moved emacs version checking code to very beginning.Tom Tromey1994-05-221-16/+19
* Compile fixes.Tom Tromey1994-05-221-12/+16
* Fixed mark-defun for 19.23.Tom Tromey1994-05-221-24/+32
* Fixed bug with M-;.Tom Tromey1994-05-221-15/+61
* Fixes for imenu.Tom Tromey1994-05-221-3/+14
* Fixed menu support.Tom Tromey1994-05-221-78/+96
* (compilation-goto-locus): Handle case where *compilation*Richard M. Stallman1994-05-191-1/+4
* (asm-comment): Don't match newline.Karl Heuer1994-05-071-1/+1
* (hide-ifdef-syntax-table): New variable.Karl Heuer1994-05-071-54/+57