summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Prefer UTF-8 when the encoding shouldn't matter and changes are small.Paul Eggert2013-03-055-20/+20
* Replace `last-command-event' by `last-command-char' in XEmacs.Alan Mackenzie2013-03-043-24/+31
* Update ps-mode.el from upstreamPeter Kleiweg2013-02-231-3/+3
* Add bug-gnu-emacs to some specialized bug report addressesGlenn Morris2013-02-232-2/+4
* Make simula.el special bug reporting obsoleteGlenn Morris2013-02-231-28/+6
* Doc fixes re set-variableGlenn Morris2013-02-212-4/+4
* Merge from emacs-24; up to 2012-12-21T07:35:02Z!ueno@gnu.orgGlenn Morris2013-02-211-32/+33
|\
| * * progmodes/python.el (python-info-current-defun): EnhanceFabián Ezequiel Gallina2013-02-201-35/+33
| * * progmodes/python.el (python-info-current-defun): Fix failedFabián Ezequiel Gallina2013-02-191-1/+4
* | Merge from emacs-24; up to 2012-12-20T16:09:05Z!dmantipov@yandex.ruGlenn Morris2013-02-181-13/+12
|\ \ | |/
| * * progmodes/python.el (python-indent-context): FixFabián Ezequiel Gallina2013-02-191-13/+12
* | Merge from emacs-24; up to 2012-12-19T13:01:16Z!michael.albinus@gmx.dePaul Eggert2013-02-141-53/+76
|\ \ | |/
| * * progmodes/python.el: Explain how to restore "cc-mode"-likeFabián Ezequiel Gallina2013-02-131-20/+22
| * * progmodes/python.el (python-info-current-defun): Fix currentFabián Ezequiel Gallina2013-02-131-33/+54
* | (ruby-add-log-current-method): Improve performance at the expenseDmitry Gutov2013-02-141-15/+26
* | * lisp/progmodes/ruby-mode.el (ruby-parse-partial): Don't increaseDmitry Gutov2013-02-141-9/+9
* | * lisp/progmodes/ruby-mode.el (ruby-move-to-block): ImproveDmitry Gutov2013-02-131-10/+21
* | Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.orgGlenn Morris2013-02-126-21/+21
|\ \ | |/
| * In doc, use standard American English style for e.g., etc., i.e.Paul Eggert2013-02-126-21/+21
* | lisp/progmodes/js.el: Silence byte-compiler warning.Juanma Barranquero2013-02-131-1/+1
* | Make S-SPC scroll in the opposite direction to SPCGlenn Morris2013-02-113-0/+3
* | Merge from emacs-24; up to 2012-12-14T15:22:24Z!monnier@iro.umontreal.caGlenn Morris2013-02-061-180/+137
|\ \ | |/
| * Fix bug in the state cache mechanism. Remove 'BOD "strategy". Refactor.Alan Mackenzie2013-02-021-180/+137
* | * lisp/progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning.Stefan Monnier2013-02-031-1/+1
* | * progmodes/compile.el (compilation-mode-hook)Christopher Schmidt2013-02-021-4/+5
* | * progmodes/compile.el (compilation-start-hook): Simplify docstring.Christopher Schmidt2013-02-021-6/+2
* | * progmodes/compile.el (compilation-error-regexp-alist-alist):Christopher Schmidt2013-02-021-1/+2
* | Spelling fixes.Paul Eggert2013-02-013-4/+5
* | Merge from emacs-24; up to 2012-12-13T09:45:54Z!lekktu@gmail.comGlenn Morris2013-02-011-0/+6
|\ \ | |/
| * * lisp/progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-tableStefan Monnier2013-01-301-0/+6
* | * lisp/progmodes/grep.el (grep-regexp-alist): Use variable grep-match-faceJuri Linkov2013-02-021-2/+2
* | * lisp/progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.Stefan Monnier2013-01-301-818/+745
* | * lisp/progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments.Stefan Monnier2013-01-301-0/+3
* | * lisp/progmodes/make-mode.el (makefile-backslash-region): Don't computeStefan Monnier2013-01-301-22/+19
* | Merge from emacs-24; up to 2012-12-13T00:52:17Z!yamaoka@jpl.orgGlenn Morris2013-01-301-9/+11
|\ \ | |/
| * * progmodes/python.elFabián Ezequiel Gallina2013-01-301-9/+11
* | Merge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka@jpl.orgGlenn Morris2013-01-301-1/+5
|\ \ | |/
| * * progmodes/python.el (python-shell-parse-command): FindFabián Ezequiel Gallina2013-01-281-1/+5
* | Amend to fontify /regexp/s in actions correctly.Alan Mackenzie2013-01-291-22/+48
* | * progmodes/ruby-mode.el (ruby-font-lock-keywords): HighlightDmitry Gutov2013-01-281-1/+1
* | * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybeDmitry Gutov2013-01-281-1/+1
* | * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<" insteadDmitry Gutov2013-01-281-4/+4
* | AWK Mode: Fix indentation bug at top level. Bug #12274.Alan Mackenzie2013-01-251-12/+12
* | Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.caGlenn Morris2013-01-242-49/+60
|\ \ | |/
| * * lisp/progmodes/python.el: Enhancements to header documentation aboutFabián Ezequiel Gallina2013-01-231-1/+4
| * Fix a bug in the state cache mechanism. Refactor this a bit.Alan Mackenzie2013-01-231-48/+56
* | Merge from emacs-24; up to 2012-12-11T09:51:12Z!dmantipov@yandex.ruGlenn Morris2013-01-191-6/+10
|\ \ | |/
| * etags.el fix for bug#13412Glenn Morris2013-01-161-6/+10
* | * lisp/progmodes/js.el: Tweak autoload cookie for alias.Leo Liu2013-01-191-2/+1
* | * lisp/progmodes/which-func.el (which-function): Silence imenu errors.Stefan Monnier2013-01-141-1/+1