]> code.delx.au - gnu-emacs/history - lisp/progmodes
(mouse-drag-region): Delete the overlay before
[gnu-emacs] / lisp / progmodes /
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 `!...
1994-10-12 Simon Marshall* compile.el: (compilation-mode): Set font-lock-defaults.
1994-10-12 Simon Marshall* asm-mode.el: (asm-mode): Set font-lock-defaults.
1994-10-12 Richard M. Stallman(c-mode-map): Capitalize Mode in C Mode menu bar item.
1994-10-11 Richard M. Stallman(makefile-mode-name): Removed.
1994-10-11 Richard M. Stallman(c-mode-map): Use "C mode" for the menu bar item name.
1994-10-11 Tom Tromey(tcl-mode): imenu-create-index-function made buffer...
1994-10-07 Richard M. Stallman(pascal-font-lock-keywords): New variable.
1994-10-07 Richard M. Stallman(perl-font-lock-keywords): New variable.
1994-10-07 Richard M. Stallman(asm-font-lock-keywords): New variable.
1994-10-07 Richard M. Stallman(compilation-mode-font-lock-keywords): New variable.
1994-10-07 Richard M. Stallman(sh-font-lock-keywords): Default to nil.
1994-10-02 Richard M. Stallman(indent-c++-exp): For public/private/protected,
1994-09-29 Richard M. Stallman(scheme-mode-variables): Make parse-sexp-ignore-comments t.
1994-09-27 Roland McGrath(etags-tags-completion-table): Allow ? and : in guessed...
1994-09-24 Richard M. StallmanComment change.
1994-09-24 Richard M. Stallman(auto-mode-alist): Use \' in auto-mode-alist regexps.
1994-09-24 Richard M. Stallman(icon-mode): Add autoload cookie.
1994-09-23 Roland McGrath(tag-symbol-match-p): New function.
1994-09-23 Roland McGrath(tags-table-check-computed-list): Call tags-verify...
1994-09-21 Richard M. StallmanFix indentation.
1994-09-21 Richard M. Stallman(find-tag-noselect): Simplify.
1994-09-19 Richard M. StallmanHandle ==, !=, + and -.
1994-09-16 Richard M. Stallman(compile-internal): Set EMACS=t in process-environment.
1994-09-16 Karl Heuer(compilation-sentinel): Include exit status in modeline.
1994-09-14 Richard M. Stallman(c-mode-map): Add "Highlight Conditionals" menu item.
1994-09-14 Richard M. Stallmanentered into RCS
1994-09-14 Richard M. Stallman*** empty log message ***
1994-09-14 Richard M. Stallman*** empty log message ***
1994-09-14 Richard M. StallmanInitial revision
1994-09-05 Richard M. Stallman(c-macro-prompt-flag): Set default back to nil.
1994-09-03 Richard M. Stallman(pascal-auto-lineup): New variable.
1994-09-01 Richard M. Stallman(grep-command): Doc fix.
1994-09-01 Tom TromeyAdded filename completion in inferior tcl mode
1994-09-01 Francesco Potortì* cmacexp.el (c-macro-prompt-flag): set default to t.
1994-08-25 Roland McGrath(tags-table-extend-computed-list): In loop processing...
1994-08-22 Tom Tromeytcl-load-file default to current buffer.
1994-08-21 Tom TromeyFixed bug in tcl-guess-application.
1994-08-21 Tom TromeyKeybindings don't overshadown comint bindings.
1994-08-17 Richard M. Stallman(perl-indent-command): Fix backwards conditional.
1994-08-13 Richard M. Stallman(c-macro-expansion): If the CPP output is empty, just...
1994-08-11 Richard M. Stallman(compilation-set-window-height): Add save-excursion.
1994-08-10 Roland McGrath(tags-table-including): Inside loop: if CORE-ONLY skip...
1994-08-08 Richard M. Stallman(compilation-set-window-height): New function,
1994-08-07 Richard M. StallmanDoc fixes.
1994-08-06 Richard M. Stallman(indent-c-exp): Preserve point when handling comments.
1994-08-05 Richard M. Stallman(select-tags-table): Doc fix.
1994-08-03 Karl Heuer(auto-mode-alist): Fix typos in comments.
1994-08-02 Richard M. StallmanSet up a "Compile" menubar item.
1994-08-01 Richard M. Stallman(compilation-error-regexp-alist): Fix previous change.
1994-07-31 Richard M. Stallman(compilation-error-regexp-alist): Make separate
1994-07-29 Richard M. Stallman(hide-ifdefs): Doc fix.
1994-07-27 Richard M. Stallman(compilation-error-regexp-alist): Fix bug in Borland
1994-07-26 Richard M. StallmanFinish installing previous change.
1994-07-26 Richard M. Stallman(compilation-next-error-locus): New arg SILENT.
1994-07-26 Tom TromeyEmacs 18 changes from Carl Witty.
1994-07-25 Richard M. Stallman(c++-mode-syntax-table): Give RET the same syntax as...
1994-07-20 Roland McGrath(visit-tags-table-buffer): Bind a variable local-tags...
1994-07-19 Richard M. Stallman(compilation-error-regexp-alist): Allow `(' after
next