summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Remove vc-header-alist, obsolete since 21.1.Glenn Morris2010-10-031-9/+8
* * lisp/subr.el (make-local-hook): Remove function obsolete since 21.1.Glenn Morris2010-10-022-7/+6
* Add more xz compression support.Ulrich Mueller2010-09-251-1/+3
* Fix typos.Juanma Barranquero2010-09-252-3/+3
* Move some autoloaded auto-mode-alist entries to files.el.Glenn Morris2010-09-233-14/+1
* Define ld-script auto-mode-alist entries in the standard place.Glenn Morris2010-09-231-17/+5
* * lisp/progmodes/pascal.el (pascal-mode): Use define-derived-mode.Stefan Monnier2010-09-201-63/+47
* * lisp/progmodes/prolog.el (prolog-smie-forward-token)Stefan Monnier2010-09-201-3/+36
* SQL Mode, Version 2.8 - sql-list-all and sql-list-table functions.Michael Mauger2010-09-181-145/+289
* Fix and improve last syntax-propertize patchStefan Monnier2010-09-182-31/+40
* (c-forward-<>-arglist-recur): Fix an infinite recursion.Alan Mackenzie2010-09-151-10/+8
* (c-forward-<>-arglist-recur): Correct the indentation.Alan Mackenzie2010-09-151-57/+57
* Merge changes from emacs-23 branch.Juanma Barranquero2010-09-141-1/+1
|\
| * Close bug#6976.Masatake YAMATO2010-09-071-1/+1
* | SQL Mode 2.7: Code cleanup and primatives for SQL redirectionMichael Mauger2010-09-131-51/+141
* | SQL Mode, Version 2.6Michael Mauger2010-09-101-190/+373
* | New syntax-propertize functionality.Stefan Monnier2010-09-1117-551/+665
* | Misc cleanups and simplifications.Stefan Monnier2010-09-084-360/+304
* | * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):Stefan Monnier2010-09-081-8/+25
* | Fix Ruby compilation error matching.Chong Yidong2010-09-041-11/+5
* | Use SMIE's blink-paren for octave-mode.Stefan Monnier2010-09-031-122/+77
* | merge changes in emacs-23 branchKenichi Handa2010-09-011-1/+1
|\ \ | |/
| * * progmodes/python.el (python-block-pairs): Allow use of "finally" with "else...Chris Foote2010-08-221-1/+1
* | Remove old indentation and navigation code on octave-mode.Stefan Monnier2010-08-311-307/+77
* | Use SMIE for octave-mode.Stefan Monnier2010-08-301-36/+157
* | Use `declare' in defmacros.Stefan Monnier2010-08-301-1/+1
* | Add "Version:" and "Package:" Lisp file headers.Chong Yidong2010-08-295-0/+5
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-2931-31/+42
* | * progmodes/js.el: Make indentation more customizable (Bug#6914).Nathan Weizenbaum2010-08-261-5/+36
* | Avoid using font-lock properties to indent in sh-get-indent-info.Daniel Colascione2010-08-261-3/+2
* | * progmodes/ruby-mode.el (ruby): Add defgroup.Kevin Ryde2010-08-241-0/+5
* | * lisp/progmodes/python.el: Add Ipython support (Bug#5390).Chong Yidong2010-08-241-24/+71
* | Merge changes from emacs-23 branch.Chong Yidong2010-08-222-3/+8
|\ \ | |/
| * * progmodes/make-mode.el (makefile-fill-paragraph): Account for theStefan Monnier2010-08-211-2/+6
| * * progmodes/flymake.el (flymake-start-syntax-check-process): UseMichael Albinus2010-08-181-1/+2
* | * lisp/progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.Stefan Monnier2010-08-181-3/+4
* | * lisp/progmodes/prolog.el (smie): Require.Stefan Monnier2010-08-181-1/+1
* | Font-lock '...' strings, plus various simplifications and fixes.Stefan Monnier2010-08-171-94/+59
* | Silence some cc-mode compiler warnings.Glenn Morris2010-08-162-13/+20
* | Give Ruby compilation rule a lower priority than Gnu (Bug#6778).Chong Yidong2010-08-141-4/+4
* | * lisp/progmodes/etags.el (tags-file-name): Mark safe if stringp (Bug#6733).Tom Tromey2010-08-141-0/+1
* | Introduce a new comment style "c" flag.Stefan Monnier2010-08-122-6/+5
* | Fix last change.Stefan Monnier2010-08-121-13/+13
* | Misc code cleanup of octave-mode.el.Stefan Monnier2010-08-121-140/+81
* | * lisp/progmodes/octave-mod.el (octave-mode-map): Use comment-dwim.Stefan Monnier2010-08-121-1/+1
* | Suppress continuation prompts in SQL interactive modeMichael Mauger2010-08-101-48/+139
* | Merge changes from emacs-23 branchChong Yidong2010-08-081-1/+3
|\ \ | |/
| * which-func.el (which-func-format): Split help-echo text into lines.Juanma Barranquero2010-08-031-1/+3
* | * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords): AddedMichael Mauger2010-08-071-2/+45
* | cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix for the case that aAlan Mackenzie2010-08-061-3/+16