aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* (ebrowse-draw-tree-fn): Use copy-sequence.Richard M. Stallman2002-06-101-7/+2
* (c-set-style, c-set-style-1): Added another state for theMartin Stjernholm2002-06-081-26/+39
* (c-postprocess-file-styles): Do nothing except in CC modes.Richard M. Stallman2002-06-031-11/+12
* (prolog-mode-syntax-table): Add flags to ?/ and ?* entriesThien-Thi Nguyen2002-06-011-4/+18
* (grep-tree-command, grep-tree-files-aliases)Kim F. Storm2002-05-301-1/+119
* Modified doc string to say that the kill-compilation function alsoRobert J. Chassell2002-05-301-2/+2
* (f90-previous-block, f90-next-block): New names (and slightly changedGlenn Morris2002-05-261-43/+37
* (c-add-stmt-syntax): Fixed some cases of wrong anchoring, e.g. forMartin Stjernholm2002-05-251-39/+50
* (f90-end-of-subprogram): Remove the final (forward-line 1).Glenn Morris2002-05-241-1/+144
* (f90-looking-at-where-or-forall): Oops, defsubst, not defun.Glenn Morris2002-05-201-1/+1
* (cpp-choose-symbol): Don't cons unnecessarily.Stefan Monnier2002-05-201-1/+1
* (tags-complete-tags-table-file): Don't cons unnecessarily.Stefan Monnier2002-05-201-4/+2
* (f90-change-keywords): Doc fix.Glenn Morris2002-05-191-1/+1
* (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)Glenn Morris2002-05-191-31/+24
* (f90-get-present-comment-type): Fix bug introduced in version 1.46.Glenn Morris2002-05-191-15/+12
* (f90-match-end): Simplify it a bit.Glenn Morris2002-05-191-16/+5
* (f90-mode-abbrev-table): Initialize in the defvar.Glenn Morris2002-05-181-58/+58
* (f90-mode-abbrev-table): Initialize with define-abbrev-table, if needed.Glenn Morris2002-05-181-58/+58
* (f90-mode-syntax-table, f90-mode-map): Do the initialization in the defvar.Glenn Morris2002-05-181-106/+112
* Update maintainer.Glenn Morris2002-05-181-1/+1
* (hs-adjust-block-beginning): Fix typo.Juanma Barranquero2002-05-161-1/+1
* Fix typo.Juanma Barranquero2002-05-162-6/+6
* (fortran-directive-re): New name for fortran-preprocessor-re. All usageGlenn Morris2002-05-141-10/+13
* Change all post-21.1 :version attributes to 21.4.Eli Zaretskii2002-05-121-1/+1
* (fortran-preprocessor-re): New variable. Use it for font-locking.Glenn Morris2002-05-121-6/+19
* (compilation-error-regexp-alist):Richard M. Stallman2002-05-101-0/+4
* Again with the whitespace.Glenn Morris2002-05-011-193/+184
* (fortran-strip-sequence-nos): Rename from typo `fortran-strip-sqeuence-nos'.Glenn Morris2002-05-011-1/+1
* Yet more doc string, commment and whitespace changes.Glenn Morris2002-05-011-175/+203
* (c-beginning-of-decl-1): Better way to handle protection labels, oneMartin Stjernholm2002-04-301-11/+29
* Whitespace changes.Glenn Morris2002-04-291-129/+121
* Add/change doc strings for many in-line functions.Glenn Morris2002-04-291-45/+67
* (f90-font-lock-keywords-1, f90-font-lock-keywords-2): Fix highlighting ofGlenn Morris2002-04-281-3/+3
* Minor reorganization of some code.Glenn Morris2002-04-281-109/+104
* (f90-mark-subprogram-overlay): New internal variable.Glenn Morris2002-04-281-3/+15
* (f90-xemacs-flag): New variable to put the test for Emacs flavor in oneGlenn Morris2002-04-281-26/+23
* Comment change.Richard M. Stallman2002-04-281-3/+3
* (ada-add-ada-menu): Menu pseudo-keys generated by easymenu are now lowercase.Richard M. Stallman2002-04-281-6/+6
* General tidy-up of commentary and some doc strings.Glenn Morris2002-04-251-78/+94
* (f90-startup-message): Obsolete variable removed.Glenn Morris2002-04-241-10/+1
* (f90-get-beg-of-line): Removed and replaced with line-beginning-position.Glenn Morris2002-04-241-40/+29
* (c-mask-comment): A better way to ensure point doesn't move aroundMartin Stjernholm2002-04-241-23/+25
* (c-mask-comment): More fixes when used from `c-do-auto-fill' and pointMartin Stjernholm2002-04-241-11/+14
* (c-mask-comment): Fixed bug where point was moved to the following line whenMartin Stjernholm2002-04-221-1/+2
* CC Mode update to version 5.29. This is for testing; it's not a releasedMartin Stjernholm2002-04-2211-3151/+5592
* (fortran-beginning-do): Make regexp match a DO statement irrespective ofGlenn Morris2002-04-211-1/+1
* Update maintainer.Eli Zaretskii2002-04-191-2/+4
* (c-backward-to-start-of-if): Don't assume point-min == 1.Stefan Monnier2002-04-121-1/+1
* (etags-verify-tags-table, etags-snarf-tag, etags-list-tags)Stefan Monnier2002-04-121-5/+5
* Add support for the new project file fields:Stefan Monnier2002-04-091-88/+135