aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from emacs-23 branchChong Yidong2010-10-311-2/+2
|\
| * * lisp/progmodes/sql.el: Remove comment link to defunct viewcvs url.Glenn Morris2010-10-301-2/+1
* | progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error. FixesAlan Mackenzie2010-10-311-11/+13
* | progmodes/cc-fonts.el (c-font-lock-enum-tail): New function whichAlan Mackenzie2010-10-301-3/+43
* | SMIE: change indent rules format, improve smie-setup.Stefan Monnier2010-10-292-48/+30
* | * lisp/progmodes/compile.el (compilation-mode-font-lock-keywords):Jes Bodi Klinke2010-10-271-1/+1
* | * lisp/electric.el (electric-indent-chars): Autoload.Stefan Monnier2010-10-272-10/+4
* | Merge changes from emacs-23Chong Yidong2010-10-242-708/+1455
|\|
| * verilog-mode.el updates.Wilson Snyder2010-10-231-853/+1669
| * Fix typos.Juanma Barranquero2010-10-231-1/+1
| * (gdb-mouse-toggle-breakpoint-margin)Nick Roberts2010-10-091-2/+2
* | progmodes/cc-fonts.el (c-font-lock-declarations): Cache the result ofAlan Mackenzie2010-10-241-11/+23
* | Bind "C-c ]" to block-closing commands in several modes.Chong Yidong2010-10-231-0/+1
* | cc-langs.el (c-type-decl-prefix-key): C++ bit: moveAlan Mackenzie2010-10-191-3/+3
* | cc-mode.el (c-before-change, c-after-change): Move the setting ofAlan Mackenzie2010-10-191-4/+4
* | Declare and define in one step various mode maps.Dan Nicolaescu2010-10-102-18/+14
* | Enhance fontification of declarators to take account of theAlan Mackenzie2010-10-093-150/+292
* | SMIE: Reliably distinguish openers/closers in smie-prec2-levelsStefan Monnier2010-10-071-4/+1
* | 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