summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Don't mess with *temp*.Stefan Monnier2011-01-201-28/+24
* Refill some copyright headers.Glenn Morris2011-01-1517-35/+38
* Nuke arch-tags.Glenn Morris2011-01-1551-51/+0
* Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-151-1/+1
* Merge from emacs-23 branch.Glenn Morris2011-01-151-4/+7
|\
* \ Merge from emacs-23Stefan Monnier2011-01-1480-104/+100
|\ \ | |/
| * * progmodes/python.el (python-mode): Don't impose font-lock.Stefan Monnier2011-01-021-1/+0
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-0283-83/+83
* | * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreachTassilo Horn2011-01-141-1/+1
* | * lisp/progmodes/prolog.el: Use syntax-propertize. Further code cleanup.Stefan Monnier2011-01-131-526/+499
* | * lisp/progmodes/prolog.el: Fix up coding conventions and such.Stefan Monnier2011-01-111-318/+239
* | * lisp/progmodes/prolog.el: Replace by a whole new file.Stefan Bruda2011-01-101-353/+4048
* | Make org-link and idlwave-help-link inherit from link face.Chong Yidong2011-01-091-3/+2
* | Tweaks to tool-bar for default, VC-dir, Compile, and Info.Chong Yidong2011-01-081-4/+6
* | * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist)Andreas Schwab2011-01-081-2/+2
* | Fixes: debbugs:7806Andreas Schwab2011-01-081-1/+3
* | Tidy up some js.el requires.Glenn Morris2010-12-141-4/+4
* | (c-forward-type): Before scanning a template arglist, check that theAlan Mackenzie2010-12-121-1/+2
* | Derive from prog-mode, use derived-mode-p, and fix up variousStefan Monnier2010-12-1046-1026/+605
* | In gdb, try to init comint history from gdbhist.Glenn Morris2010-12-071-2/+16
* | * lisp/progmodes/which-func.el (which-func-ff-hook): Log the error message.Stefan Monnier2010-12-031-25/+28
* | Small flymake changes.Glenn Morris2010-12-021-6/+26
* | Merge changes from emacs-23 branchChong Yidong2010-11-272-25/+35
|\ \ | |/
| * * progmodes/which-func.el (which-func-imenu-joiner-function):Stefan Monnier2010-11-231-4/+4
| * Backport fixes for Bug#5390 and Bug#5694 from trunk.Chong Yidong2010-11-211-24/+71
| * Make the sys.path remove in Python mode customizable (Bug#7454).Chong Yidong2010-11-211-17/+31
| * python.el comment.Glenn Morris2010-11-201-0/+1
* | Highlight top-level augmented assignments in Python (Bug#6445).Chong Yidong2010-11-211-1/+2
* | Merge from emacs-23Stefan Monnier2010-11-171-1/+1
|\ \ | |/
| * * lisp/progmodes/python.el (python-shell): Doc fix.Glenn Morris2010-11-091-2/+1
* | * lisp/progmodes/python.el (run-python): Explain why we remove the currentStefan Monnier2010-11-171-0/+5
* | * lisp/progmodes/grep.el (grep-regexp-alist): Tighten the regexp.Stefan Monnier2010-11-171-2/+6
* | * lisp/progmodes/octave-mod.el: Rely on elecric-*-modes.Stefan Monnier2010-11-161-64/+5
* | * lisp/progmodes/modula2.el: Use SMIE and skeleton.Stefan Monnier2010-11-111-273/+326
* | Silence idlw*.el compilation.Glenn Morris2010-11-104-47/+48
* | * 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