Bug fix in menu code for XEmacs.
[bpt/emacs.git] / lisp / progmodes /
1995-05-10 Tom TromeyBug fix in menu code for XEmacs.
1995-05-09 Tom TromeyChanged "Lucid Emacs" to "XEmacs".
1995-05-02 Richard M. Stallman(hide-ifdef-mode-prefix-key): Change to C-c @.
1995-05-01 Richard M. Stallman(makefile-mode): Set dabbrev-abbrev-skip-leading-regexp.
1995-04-29 Richard M. Stallman(compile-internal): Disable undo before erasing
1995-04-25 Karl Heuer(fortran-auto-fill-mode): Use force-mode-line-update.
1995-04-25 Karl Heuer(hide-ifdef-toggle-read-only): Use force-mode-line...
1995-04-25 Karl Heuer(f90-auto-fill-mode): Use force-mode-line-update.
1995-04-24 Simon MarshallUse new fortran-match-!-comment to do !-style fontifica...
1995-04-20 Karl Heuer(f90-keywords): "only" added to keyword list.
1995-04-19 Richard M. Stallman(cpp-edit-reset): Fix typo.
1995-04-18 Roland McGrath(tags-search, tags-query-replace): Put (quote ...)...
1995-04-18 Richard M. Stallman(cpp-edit-list): Move definition toward start of file.
1995-04-15 Richard M. Stallman(cpp-parse-open): Delete comments that go past end...
1995-04-14 Richard M. StallmanComment change.
1995-04-11 Richard M. Stallman(perl-comment-indent): Make extra space only when
1995-04-10 Roland McGrath(compilation-error-regexp-alist): Remove superfluous...
1995-04-09 Richard M. Stallman(list-tags): Delete call to select-tags-matched-file.
1995-04-09 Roland McGrath(next-file): Add paren missing from last change.
1995-04-09 Roland McGrath(next-file): Handle empty list returned by (tags-table...
1995-04-08 Roland McGrath(compilation-error-regexp-alist): Extend Ultrix 3.0...
1995-04-08 Tom Tromey(tcl-outline-level): New function
1995-04-07 Karl HeuerUpdate copyright.
1995-04-07 Karl HeuerUpdate copyright.
1995-04-07 Karl HeuerUpdate copyright.
1995-04-04 Karl HeuerFix comments.
1995-03-31 Richard M. Stallman(scheme-indent-sexp): Don't fail when
1995-03-27 Richard M. Stallman(calculate-c++-indent): Copy colon-line-end code from...
1995-03-24 Karl Heuer(c-style-alist): Set c-continued-brace-offset and
1995-03-24 Karl Heuer(compilation-sentinel): Use `format'; `concat' doesn't
1995-03-23 Richard M. Stallman(asm-mode): Make a per-buffer child keymap here.
1995-03-23 Richard M. Stallman(pascal-mode-syntax-table): Give \ punctuation syntax.
1995-03-22 Richard M. StallmanDoc fixes.
1995-03-20 Richard M. Stallman(c-mode-map): Use "C-mode", not "C mode".
1995-03-15 Richard M. Stallman(c-style-alist): For BSD, set c-continued-brace-offset
1995-03-14 Thien-Thi Nguyen`emacs-version' checking now handles Lucid's version...
1995-03-13 Richard M. Stallman(c-mode): Make comment-multi-line t locally.
1995-03-08 Richard M. Stallman(calculate-perl-indent): When backing up over continuat...
1995-03-07 Francesco Potortì* cmacexp.el (c-macro-expansion): put the unique string...
1995-03-06 Roland McGrath(compilation-buffer-p): Fix braino in last change:...
1995-03-02 Boris Goldowsky(simula-mode): Remove ^ from paragraph-start & paragrap...
1995-03-02 Boris Goldowsky(scheme-mode-variables): Remove ^ from paragraph-start...
1995-03-02 Boris Goldowsky(prolog-mode-variables): Remove ^ from paragraph-start...
1995-03-02 Boris Goldowsky(perl-mode): Remove ^ from paragraph-start & paragraph...
1995-03-02 Boris Goldowsky(modula-2-mode): Remove ^ from paragraph-start & paragr...
1995-03-02 Simon MarshallUse font-lock-maximum-decoration when setting fortran...
1995-03-02 Simon MarshallUse font-lock-maximum-decoration when setting f90-font...
1995-03-02 Simon MarshallUse font-lock-maximum-decoration when setting ada-font...
1995-03-01 Boris Goldowsky(icon-mode): Remove ^ from paragraph-start & paragraph...
1995-03-01 Boris Goldowsky(c++-mode): Remove ^ from paragraph-start & paragraph...
1995-03-01 Boris Goldowsky(c-mode, c-fill-paragraph): Remove ^ from paragraph...
1995-03-01 Boris Goldowsky(awk-mode): Remove ^ from paragraph-start & paragraph...
1995-02-26 Roland McGrath(compilation-buffer-p): Check for compilation-minor...
1995-02-26 Thien-Thi NguyenClean up doc strings.
1995-02-25 Richard M. Stallman(c++-backward-to-noncomment): Don't loop forever
1995-02-23 Richard M. Stallman(perl-tab-to-comment): Default is nil.
1995-02-20 Simon MarshallTurn of syntax fontification by default.
1995-02-13 Richard M. Stallman(c-switch-label-regexp): Insist on colon after `default'.
1995-02-09 Richard M. StallmanAdd autoload cookie.
1995-02-09 Richard M. StallmanInitial revision
1995-02-07 Richard M. Stallman(etags-file-of-tag): Handle file name used as tag.
1995-02-05 Richard M. StallmanChanges to support filenames as tags too and provided
1995-02-03 Richard M. Stallman(f90-mode-version): Variable deleted.
1995-02-02 Richard M. Stallman(c-mode-map): No binding for c-fill-paragraph
1995-01-31 Richard M. StallmanComment changes.
1995-01-31 Richard M. StallmanInitial revision
1995-01-25 Richard M. Stallman(c-forward-conditional):
1995-01-24 Richard M. Stallman(pascal-*-completion, pascal-comp-defun)
1995-01-20 Richard M. Stallman(compile-internal): Force redisplay on compilation
1995-01-20 Karl Heuer(set-c-style): Ignore case in completion.
1995-01-18 Roland McGrath(etags-file-of-tag): Use a regexp search to find the...
1995-01-17 Richard M. Stallman(pascal-mode-map, pascal-outline-map):
1995-01-15 Roland McGrath(etags-tags-completion-table): Don't let match string...
1995-01-12 Richard M. Stallman(indent-c-exp): Handle `{ if (x)\n foo;\n bar;' case.
1995-01-12 Richard M. Stallman(indent-c++-exp): Handle `{ if (x)\n foo;\n bar;...
1995-01-12 Richard M. Stallman(etags-goto-tag-location): Add 1 to char positions...
1994-12-28 Roland McGrath(find-tag-in-order): Don't set buffer-local value of...
1994-12-27 Thien-Thi NguyenInitial revision
1994-12-27 Richard M. Stallman(compilation-minor-mode-map): Bind C-m to compilation...
1994-12-18 Richard M. Stallman(fortran-end-if, fortran-end-do,
1994-12-17 Richard M. Stallman(indent-c-exp): Don't be fooled by else_ or while_.
1994-11-30 Roland McGrath(compilation-next-error-locus): Finish last change.
1994-11-30 Roland McGrath(compilation-next-error-locus): Parsed column numbers...
1994-11-28 Richard M. Stallman(calculate-c-indent): Handle a top-level decl with...
1994-11-15 Roland McGrath(tags-query-replace): Use query-replace-read-args in...
1994-11-15 Roland McGrath(tags-table-including): Don't gratuitously cons (what...
1994-11-14 Karl Heuer(scheme-mode-variables): Set parse-sexp-ignore-comments...
1994-11-10 Roland McGrath(compile): With prefix arg, prompt even if (not compila...
1994-11-09 Richard M. Stallman(compilation-error-regexp-alist): Add an element for...
1994-10-30 Richard M. StallmanChanged almost every doc string.
1994-10-20 Roland McGrath(next-file): Initialize next-file-list all at once...
1994-10-18 Richard M. Stallman(etags-tags-table-files, etags-tags-included-tables):
1994-10-14 Roland McGrath(tags-reset-tags-tables): New function.
1994-10-13 Richard M. Stallman(compilation-filter): Do nothing if buffer is dead.
1994-10-12 Simon MarshallRemoved setting of font-lock-keywords inadvertently...
1994-10-12 Simon Marshall* sh-script.el: (sh-set-shell): Set font-lock-defaults.
1994-10-12 Simon Marshall* perl-mode.el: (perl-mode): Set font-lock-defaults.
1994-10-12 Simon Marshall* pascal.el: (pascal-mode): Set font-lock-defaults.
1994-10-12 Simon Marshall* makefile.el: (makefile-mode-syntax-table): Made ...
1994-10-12 Simon Marshall* fortran.el: (fortran-mode-syntax-table): Made `!...
next