aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | * progmodes/sql.el: (sql-imenu-generic-expression):Michael Mauger2013-01-141-14/+44
* | * progmodes/sql.el (sql-output-to-send): Remove, unused.Michael Mauger2013-01-141-8/+2
* | Remove compilation-error-regexp-alist-alist (presumed) extraneous backslashGlenn Morris2013-01-131-1/+1
* | Fix interpretation of gnu line.col1-col2 error message formatGlenn Morris2013-01-131-2/+3
* | Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.eduGlenn Morris2013-01-131-2/+11
|\ \ | |/
| * * progmodes/python.el (python-nav-end-of-statement): FixFabián Ezequiel Gallina2013-01-101-2/+11
* | * lisp/progmodes/js.el: Fix multiline declarations's indentation.Felix H. Dahlke2013-01-111-1/+36
* | Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-114-15/+17
* | * lisp/progmodes/which-func.el (which-function): Understand Semantic's useFeng Li2013-01-101-1/+3
* | Merge from emacs-24Stefan Monnier2013-01-091-10/+32
|\ \ | |/
| * Fix bugs in the c-parse-state mechanism. Reuse some markers instead ofAlan Mackenzie2013-01-091-10/+32
* | Merge from emacs-24; up to 2012-12-08T12:11:29Z!eliz@gnu.orgGlenn Morris2013-01-091-1/+1
|\ \ | |/
| * * lisp/progmodes/compile.el (compilation-parse-errors): Fix typo.Glenn Morris2013-01-061-1/+1
* | * lisp/textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):Juri Linkov2013-01-091-2/+10
* | Merge from emacs-24; up to 2012-12-06T20:16:38Z!monnier@iro.umontreal.caGlenn Morris2013-01-041-7/+4
|\ \ | |/
| * etags.el fix for compressed filesGlenn Morris2013-01-021-7/+4
* | makefile-fill-paragraph tweakGlenn Morris2013-01-031-4/+6
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-0284-101/+121
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-0184-91/+100
| * * progmodes/python.el (python-nav-end-of-statement): Rewrite inFabián Ezequiel Gallina2012-12-311-9/+20
| * * progmodes/python.el: Bump defgroup :version to 24.3.Fabián Ezequiel Gallina2012-12-311-1/+1
| * Backported revisions 2012-12-29T12:33:33Z!fgallina@gnu.org and 2012-12-29T12:...Fabián Ezequiel Gallina2012-12-311-14/+28
* | * progmodes/python.el: Support other commands triggeringFabián Ezequiel Gallina2012-12-291-13/+20
* | * progmodes/python.el (python-shell-send-region): Add blank linesFabián Ezequiel Gallina2012-12-291-1/+8
* | * progmodes/python.el: Remove cl dependency.Fabián Ezequiel Gallina2012-12-291-8/+7
* | * lisp/progmodes/cperl-mode.el (cperl-calculate-indent): Do not staggerSam Steingold2012-12-271-2/+4
* | Merge from emacs-24; up to 2012-12-03T21:07:47Z!eggert@cs.ucla.eduGlenn Morris2012-12-272-4/+6
|\ \ | |/
| * * lisp/progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",Dmitry Gutov2012-12-261-2/+3
| * * lisp/progmodes/ruby-mode.el: Bump the version to 1.2.Dmitry Gutov2012-12-241-1/+1
| * Speed up fontification where there's large brace blocks.Alan Mackenzie2012-12-231-1/+2
* | * lisp/progmodes/ruby-mode.el (auto-mode-alist): `purecopy' theDmitry Gutov2012-12-261-1/+3
* | Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.orgGlenn Morris2012-12-211-1/+1
|\ \ | |/
| * Fix typos.Bastien Guerry2012-12-201-1/+1
* | * progmodes/grep.el (rgrep): Escape command line. Sometimes, itMichael Albinus2012-12-202-6/+13
* | Spelling fixes.Paul Eggert2012-12-141-1/+1
* | * progmodes/sql.el (sql-mode-postgres-font-lock-keywords): UpdateJulien Danjou2012-12-141-24/+30
* | * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):Dmitry Gutov2012-12-141-27/+41
* | * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):Dmitry Gutov2012-12-141-16/+22
* | Merge from emacs-24; up to 2012-11-30T04:44:52Z!cyd@gnu.orgGlenn Morris2012-12-122-10/+23
|\ \ | |/
| * Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.Alan Mackenzie2012-12-111-2/+15
| * * progmodes/python.el (python-skeleton-class)Fabián Ezequiel Gallina2012-12-111-8/+8
* | Fix for indentation of f90 preproc lines embedded in continuationsGlenn Morris2012-12-101-14/+19
* | * lisp/progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.Stefan Monnier2012-12-061-277/+279
* | Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.orgGlenn Morris2012-12-051-1/+4
|\ \ | |/
| * * lisp/progmodes/octave-mod.el (octave-mark-block): Move out of tokens andStefan Monnier2012-12-051-1/+4
* | Fix last change.Chong Yidong2012-12-013-7/+11