aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* (compilation-error-regexp-alist-alist): Handle "omake -P" messages "file foo ...Sam Steingold2009-03-041-0/+5
* (compilation-move-to-column): Guard against negative col values.Sam Steingold2009-03-031-1/+1
* (grep-process-setup) [windows-nt msdos]: Use "--color=always".Eli Zaretskii2009-02-281-1/+5
* (c-style-variables-are-local-p): Mark as safe if boolean. (Bug#2197)Glenn Morris2009-02-261-0/+1
* (cperl-find-pods-heres): Don't globally bind `name'.Glenn Morris2009-02-241-1/+1
* Fix last change.Chong Yidong2009-02-211-1/+1
* (compilation-error-regexp-alist-alist): Tweak regexp (Bug#2173).Chong Yidong2009-02-211-1/+1
* cc-engine.el (c-beginning-of-statement-1): Enhance to parse case clausesAlan Mackenzie2009-02-212-17/+33
* (python-shift-left, python-shift-right):Martin Rudalics2009-02-201-6/+8
* (sh-font-lock-quoted-subshell): ' inside a "..." does not quote anything.Stefan Monnier2009-02-191-1/+3
* (compilation-error-regexp-alist-alist):Nick Roberts2009-02-191-4/+4
* Require comint at top level to fix the last patch.Sam Steingold2009-02-181-1/+2
* * progmodes/cc-menus.el (imenu-progress-message):Juanma Barranquero2009-02-181-5/+0
* (flymake): Add defgroup. (Bug#2356)Martin Rudalics2009-02-181-0/+5
* (compilation-filter): Call `comint-carriage-motion', just like `comint-output...Sam Steingold2009-02-171-1/+5
* * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.Juanma Barranquero2009-02-171-2/+2
* Ian Eure <ian at digg.com> (tiny change)Glenn Morris2009-02-141-7/+1
* (c-defun-name): Widen, to allow it to work in narrowed buffers.Alan Mackenzie2009-02-131-58/+60
* (python-use-skeletons): Re-add.Stefan Monnier2009-02-121-3/+11
* (c-emacs-features): Crash-fix: change `=' to `eq'.Alan Mackenzie2009-02-121-2/+2
* (verilog-mode): Avoid circular use of syntax-ppss.Stefan Monnier2009-02-121-2/+11
* (ps-run-tmp-dir): Doc fix.Chong Yidong2009-02-071-23/+4
* (c-emacs-features): Change a let to a let* to eliminate BC warnings.Alan Mackenzie2009-02-061-13/+13
* (c-emacs-features): Check the working of beginning/end-of-defun-functionAlan Mackenzie2009-02-051-8/+20
* Comment (python-mode is now separate from Python).Glenn Morris2009-02-031-8/+11
* (vhdl-prepare-search-1, vhdl-prepare-search-2): Properly cleanup on `quit'.Stefan Monnier2009-02-021-36/+15
* (vhdl-mode-abbrev-table-init):Stefan Monnier2009-02-021-138/+137
* Follow commenting conventions.Stefan Monnier2009-01-311-6/+6
* # Fix a typo.Alan Mackenzie2009-01-301-2/+2
* (perl-indent-line-command): Call indent-region if region is active.Chong Yidong2009-01-281-47/+54
* Minor doc fix.Chong Yidong2009-01-251-1/+1
* (grep-mode-map): Put grep-find before grep andJuri Linkov2009-01-251-3/+9
* Very minor doc fix.Chong Yidong2009-01-211-1/+1
* Autoload other interpreter names.Chong Yidong2009-01-191-5/+2
* (declare-function): Add compatibility stub.Glenn Morris2009-01-171-0/+10
* (bug-reference-fontify): Check forJuri Linkov2009-01-141-9/+8
* Fix comment typo, and some trailing whitespace.Glenn Morris2009-01-111-32/+32
* Comment (minor header format fixes).Glenn Morris2009-01-1110-10/+20
* Comment (add Marick as co-author, based on ack.texi and authors.el andGlenn Morris2009-01-101-1/+2
* Comments (minor fixes of some header conventions).Glenn Morris2009-01-102-3/+7
* Replace last-input-char with last-input-event.Glenn Morris2009-01-091-5/+5
* Replace last-command-char with last-command-event.Glenn Morris2009-01-0920-73/+74
* (c-setup-paragraph-variables): Ensure paragraph-\(start\|separate\) matchAlan Mackenzie2009-01-051-5/+12
* Add 2009 to copyright years.Glenn Morris2009-01-0582-89/+89
* * progmodes/ada-mode.el (ada-mode): Simplify doc string.Juanma Barranquero2009-01-041-45/+4
* (sh-ancestor-alist): Doc fix.Chong Yidong2009-01-041-2/+2
* (vhdl-current-line): Don't hardcode point-min==1.Stefan Monnier2009-01-031-1/+1
* Fix whitespace in copyright years.Glenn Morris2008-12-191-1/+1
* Header format fix.Glenn Morris2008-12-191-4/+5
* (c-defun-name): Handle DEFFOO(name,...),Sam Steingold2008-12-151-0/+5