aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* * lisp/progmodes/octave-mod.el (octave-mark-block): Update for smie change.Glenn Morris2010-11-101-4/+3
* system-type related trivia.Glenn Morris2010-11-092-7/+8
* Merge from emacs-23Stefan Monnier2010-11-093-37/+34
|\
| * * lisp/progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.Glenn Morris2010-11-081-9/+1
| * * lisp/progmodes/python.el (python-font-lock-syntactic-keywords):Stefan Monnier2010-11-081-14/+5
| * * progmodes/verilog-mode.el (verilog-insert-one-definition)Wilson Snyder2010-11-061-13/+30
* | * lisp/progmodes/meta-mode.el: (meta-indent-line): Simplify.Glenn Morris2010-11-091-6/+5
* | * lisp/progmodes/meta-mode.el: Remove leading `*' from defcustom docs.Glenn Morris2010-11-081-13/+13
* | Replace still more end-of-line etc with line-end-position, etc.Glenn Morris2010-11-0811-65/+25
* | * lisp/emacs-lisp/smie.el: Simplify the smie-rules-function return values.Stefan Monnier2010-11-072-14/+19
* | Fix typo in previos flymake change.Glenn Morris2010-11-061-1/+1
* | Replace unneeded compatibility definitions with point-at-bol, point-at-eol.Glenn Morris2010-11-063-65/+27
* | Replace end-of-line, save-excursion etc with point-at-eol, point-at-bol.Glenn Morris2010-11-069-116/+68
* | Use line-end-position rather than end-of-line, etc.Glenn Morris2010-11-0611-41/+28
* | Minor idlwave change.Glenn Morris2010-11-061-14/+16
* | idlwave trivia.Glenn Morris2010-11-031-5/+4
* | * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function):Stefan Monnier2010-11-021-0/+5
* | * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.Glenn Morris2010-10-311-4/+5
* | * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords): Silence compiler.Glenn Morris2010-10-311-5/+5
* | 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
|\|