summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
...
* New file.Juanma Barranquero2003-06-161-0/+1313
* Fix bug in "Options Loop" skeleton for ksh. Add newlines to a few skeletons,Juanma Barranquero2003-06-061-5/+5
* Moved from lisp/.Juanma Barranquero2003-06-051-0/+2970
* (tcl-mode): Set imenu-generic-expression to the value ofJuanma Barranquero2003-06-051-2/+2
* (compilation-next-error): When moving fwd,Richard M. Stallman2003-06-041-1/+12
* (ps-mode): Use autoload cookie in the standard way.Markus Rost2003-06-031-2/+1
* (sh-is-quoted-p): New fun.Stefan Monnier2003-06-011-35/+18
* (large-file-warning-threshold): Add type, groups.John Paul Wallington2003-05-311-2/+2
* Moved from lisp/.Juanma Barranquero2003-05-301-0/+256
* (sh-here-document-word): Document new treatment of leading "-".Glenn Morris2003-05-271-2/+11
* (perl-font-lock-syntactic-keywords): Match more cases of /.../ patterns.Stefan Monnier2003-05-231-4/+5
* (executable-set-magic): Remove unused vars `point' and `buffer-modified-p'.Stefan Monnier2003-05-181-30/+24
* (tcl-indent-exp): Remove dead code.Stefan Monnier2003-05-171-20/+4
* (perl-tab-always-indent): Default to tab-always-indent.Stefan Monnier2003-05-171-24/+15
* (cpp-make-overlay-hidden): Don't make intangible.Stefan Monnier2003-05-131-4/+1
* (compile-internal): Use with-current-buffer.Stefan Monnier2003-05-131-16/+9
* (ada-xref-update-project-menu): Use easymenu.Stefan Monnier2003-05-131-52/+41
* (c-lang-defvar-init-form-tail): This is actually not a constant.Stefan Monnier2003-05-131-1/+2
* (autoconf-current-defun-function): Copy the syntax table before modifying it.Stefan Monnier2003-05-131-2/+2
* (ada-in-comment-p, ada-in-string-p)Stefan Monnier2003-05-131-4/+4
* (c-lineup-argcont, c-lineup-gcc-asm-reg): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-2/+2
* (cperl-lineup): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-13/+13
* (cpp-edit-list): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-1/+1
* (idlwave-complete-special): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-4/+4
* (tcl-explain-indentation): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-2/+2
* (compile-internal): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-1/+1
* (ada-xemacs): Variable removed, since it's better to use (featurep 'xemacs).Juanma Barranquero2003-05-043-76/+80
* (uniquify-buffer-name-style, uniquify-after-kill-buffer-p)Juanma Barranquero2003-05-041-62/+66
* (cperl-nonoverridable-face): Doc fix.Richard M. Stallman2003-05-031-1/+1
* (ada-stmt-add-to-ada-menu): Moved to ada-mode.el.Juanma Barranquero2003-04-291-100/+3
* (ada-prj-add-keymap): Moved to ada-mode.el directly. Add dependency onJuanma Barranquero2003-04-291-56/+28
* (ada-gnatls-args): New variable. Add support for specifying arguments toJuanma Barranquero2003-04-291-304/+153
* (ada-search-directories): Take into account ADA_INCLUDE_PATH for betterJuanma Barranquero2003-04-291-163/+371
* (scheme-mode-syntax-table): Use prefix syntax for ', `, comma, @ and #.Richard M. Stallman2003-04-241-5/+5
* (dabbrev-case-fold-search): Add defvar for compiler.Glenn Morris2003-04-201-6/+11
* (f90-font-lock-keywords-2): Use override forGlenn Morris2003-04-201-16/+25
* (f90-looking-at-do, f90-find-breakpoint): Fix previous change.Glenn Morris2003-04-161-2/+2
* Comment changes.Glenn Morris2003-04-161-39/+36
* (f90-indent-to, f90-indent-line-no)Glenn Morris2003-04-161-103/+103
* Moved from lisp.Dave Love2003-04-161-0/+1232
* (fortran-tab-mode-minor-mode-string): Delete this variable,Glenn Morris2003-04-151-16/+4
* Whitespace changes, some re-ordering of code, trivial commentary change.Glenn Morris2003-04-151-529/+527
* Whitespace changes, trivial commentary changes.Glenn Morris2003-04-151-87/+100
* (fortran-previous-statement): Check for fortran-continuation-string.Glenn Morris2003-04-131-52/+69
* (f90-join-lines): Make it behave more like the standard functionGlenn Morris2003-04-121-25/+26
* (f90-abbrev-start): Only offer help if abbrev-mode is active.Glenn Morris2003-04-121-2/+2
* (fortran-abbrev-start): Only offer help if abbrev-mode is active.Glenn Morris2003-04-121-2/+3
* 2003-04-11 Masatake YAMATO <jet@gyve.org>Masatake YAMATO2003-04-111-12/+27
* (c-symbol-key): Use POSIX char classes to match symbols in Emacs 21.Martin Stjernholm2003-04-071-11/+9
* * progmodes/etags.el (tag-find-file-of-tag): Renamed fromMasatake YAMATO2003-04-051-7/+7