summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Reword comment to avoid confusing authors.elGlenn Morris2012-02-221-1/+2
* Revert Change #107149.Alan Mackenzie2012-02-221-2/+1
* Small header fixesGlenn Morris2012-02-202-4/+4
* Fix a loop in c-set-fl-decl-start.Alan Mackenzie2012-02-131-6/+7
* Fix infinite loop with long macros.Alan Mackenzie2012-02-121-20/+21
* Add missing :version tags to new defgroups and defcustomsGlenn Morris2012-02-114-0/+51
* Add missing custom types to sql.elGlenn Morris2012-02-111-3/+8
* Small prolog.el defcustom fixesGlenn Morris2012-02-111-46/+49
* Fix infinite loop in python-end-of-statementLeo Liu2012-02-111-3/+4
* Add some custom :version tagsGlenn Morris2012-02-081-0/+2
* * lisp/progmodes/compile.el (compilation-filter-start): Doc fix.Glenn Morris2012-02-081-2/+2
* Doc fixes for compile.elGlenn Morris2012-02-081-2/+8
* Shorten SQL mode NEWS entry, moving more details to doc stringsGlenn Morris2012-02-071-19/+15
* Minor-mode doc fixes for ARG behaviorGlenn Morris2012-02-075-13/+26
* Fix spurious recognition of c-in-knr-argdecl.Alan Mackenzie2012-02-071-10/+14
* cc-engine.el (c-forward-objc-directive): Prevent looping in "#pragma markAlan Mackenzie2012-02-071-1/+3
* Allow calling C fontification while rendering MIME partsLars Ingebrigtsen2012-02-061-1/+2
* * progmodes/gud.el (gud-pv): Use pv instead of pv1.Andreas Schwab2012-02-052-4/+4
* Copy 2012-01-25 compilation-next-error-function change to another function.Glenn Morris2012-01-311-1/+5
* Fix previous change.Glenn Morris2012-01-311-1/+1
* Comment trivia.Glenn Morris2012-01-311-3/+3
* Fix an off by one error in c-guess-basic-syntax CASE 5B.1.Alan Mackenzie2012-01-311-1/+1
* lisp/progmodes/cwarn.el: Small fixes.Juanma Barranquero2012-01-311-29/+6
* Fix pdb path handling.Syver Enstad2012-01-292-4/+3
* Doc fix for lexical-binding being in line one.Glenn Morris2012-01-251-2/+1
* compile/grep fix for bug#10594Glenn Morris2012-01-242-1/+8
* Eliminate sluggishness and hangs in fontification of "semicolon deserts".Alan Mackenzie2012-01-182-23/+168
* Fix filling for when filladapt mode is enabled.Alan Mackenzie2012-01-132-5/+6
* Fix Emacs bug #10463 - put `widen's around the critical spots.Alan Mackenzie2012-01-111-8/+11
* Duplicate-word and spelling fixes.Paul Eggert2012-01-104-21/+21
* Spelling fixes.Paul Eggert2012-01-092-2/+2
* Optimise font locking in long enum definitions.Alan Mackenzie2012-01-083-1/+22
* lisp/progmodes/which-func.el (which-func-mode): Fix bug#10428.Juanma Barranquero2012-01-071-1/+3
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-0583-83/+83
* 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>Michael Mauger2012-01-041-5/+18
* Spelling fixes.Paul Eggert2011-12-305-8/+9
* Spelling fixes.Paul Eggert2011-12-294-9/+9
* Fix GDB mode line for gdb-create-source-file-list nil.Chong Yidong2011-12-281-4/+4
* Fix GDB/MI inline completion.Chong Yidong2011-12-252-153/+165
* Introduce a mechanism to widen the region used in context font locking.Alan Mackenzie2011-12-242-66/+164
* Fix unstable fontification inside templates.Alan Mackenzie2011-12-233-47/+80
* * progmodes/grep.el (rgrep): Fix docstring.Juri Linkov2011-12-231-1/+4
* * progmodes/cfengine.el: Add CFEngine 3.x syntax highlighting and support.Ted Zlatanov2011-12-211-59/+83
* Spelling fixes.Paul Eggert2011-12-211-1/+1
* Spelling fixes.Paul Eggert2011-12-182-2/+2
* Spelling fixes.Paul Eggert2011-12-163-13/+13
* Spelling fixes.Paul Eggert2011-12-152-6/+6
* Spelling fixes.Paul Eggert2011-12-143-9/+9
* Add the switch statement to AWK Mode.Alan Mackenzie2011-12-132-8/+8
* Large brace-block initialisation makes CC Mode slow: Fix.Alan Mackenzie2011-12-133-143/+94