aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* * progmodes/python.el (inferior-python-mode): Fix hang inFabián Ezequiel Gallina2012-11-031-11/+18
* * lisp/progmodes/sh-script.el (sh--inside-noncommand-expression):Stefan Monnier2012-10-301-5/+7
* * lisp/progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.Stefan Monnier2012-10-301-1/+11
* * lisp/progmodes/sh-script.el (sh-font-lock-paren): Also put punctuationStefan Monnier2012-10-281-45/+54
* * lisp/progmodes/compile.el (compilation-start): Try to handle commonStefan Monnier2012-10-231-6/+14
* * gud.el (gud-menu-map): Check gdb-active-process is bound. (Bug#12358)Glenn Morris2012-10-231-2/+3
* Cleanup uses of "-hooks".Stefan Monnier2012-10-231-2/+4
* * lisp/progmodes/which-func.el (which-func-current): The hash-table may haveTakafumi Arakaki2012-10-221-1/+2
* * progmodes/flymake.el (flymake-create-temp-inplace): Use file-truename.Arne Jørgensen2012-10-201-4/+5
* Fix how gdb-mi calls display-buffer to avoid switching frames.Chong Yidong2012-10-192-42/+42
* Adapt compile.el to changes in MSVC diagnostics format.Eli Zaretskii2012-10-141-0/+9
* * progmodes/python.el (python-mode-map): ReplaceFabián Ezequiel Gallina2012-10-111-10/+4
* * lisp/progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.Stefan Monnier2012-10-092-34/+0
* Implemented `backward-up-list'-like navigation.Fabián Ezequiel Gallina2012-10-081-0/+64
* * progmodes/python.el (python-fill-paragraph): Rename fromFabián Ezequiel Gallina2012-10-081-12/+11
* * progmodes/python.el (python-shell-output-filter): Handle extraFabián Ezequiel Gallina2012-10-081-1/+3
* Fix shell handling of unbalanced quotes and parens in output.Fabián Ezequiel Gallina2012-10-081-24/+48
* Enhancements on forward-sexp movement.Fabián Ezequiel Gallina2012-10-081-145/+131
* * progmodes/python.el (inferior-python-mode)Fabián Ezequiel Gallina2012-10-071-7/+10
* Enhancements to indentation.Fabián Ezequiel Gallina2012-10-071-5/+14
* Fix shell output retrieval and comint-prompt-regexp init.Fabián Ezequiel Gallina2012-10-071-31/+46
* * progmodes/sh-script.el (sh-indent-after-continuation): Add explicit :group.Glenn Morris2012-10-061-1/+2
* Add missing :version tagsGlenn Morris2012-10-065-0/+11
* Enhancements to docstring formatting when filling paragraphs.Fabián Ezequiel Gallina2012-10-051-14/+32
* Spelling fixes.Paul Eggert2012-10-042-3/+3
* Allow user to set docstring style for fill-paragraph.Fabián Ezequiel Gallina2012-10-041-48/+128
* Fix cornercase for string syntax.Fabián Ezequiel Gallina2012-10-031-16/+10
* Incorporate Semantic's hideif components into hideif.el (replacing advice)Chong Yidong2012-10-021-6/+13
* Shell output catching a la gud-gdb.Fabián Ezequiel Gallina2012-09-301-18/+32
* Enhancements for triple-quote string syntax.Fabián Ezequiel Gallina2012-09-301-12/+13
* Remove purecopy's that are no longer needed following previous changeGlenn Morris2012-09-291-4/+4
* Do not autoload defcustoms in inf-lisp.elGlenn Morris2012-09-291-5/+0
* Do not autoload defcustoms in hippie-exp.elGlenn Morris2012-09-291-0/+1
* * verilog-mode.el (verilog-auto-inst-interfaced-ports): Add :version tag.Chong Yidong2012-09-281-1/+2
* Remove unnecessary require when compiling tcl.elGlenn Morris2012-09-271-1/+3
* Fix last change in verilog-mode.el.Chong Yidong2012-09-271-1/+1
* Synch verilog-mode.el to latest upstream version.Wilson Snyder2012-09-261-92/+611
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-254-18/+3
* * progmodes/python.el:Fabián Ezequiel Gallina2012-09-241-10/+9
* Enhancements for triple-quote string syntax.Fabián Ezequiel Gallina2012-09-241-45/+61
* Remove several obsolete vars and functions unlikely to be still in use.Chong Yidong2012-09-241-22/+2
* Fix uses of long-obsolete font-lock-reference face.Chong Yidong2012-09-245-12/+12
* * progmodes/python.el (python-indent-line): More consistent cursorFabián Ezequiel Gallina2012-09-231-10/+21
* Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.deChong Yidong2012-09-211-1/+1
|\
| * * idlw-shell.el (idlwave-shell-complete-filename): Fix 2011-05-17 change.Jose Marino2012-09-121-1/+1
| * Backport: AWK Mode: make auto-newline work when there's "==" in theAlan Mackenzie2012-09-092-9/+12
* | * lisp/replace.el (query-replace-read-from): Use `read-regexp' insteadJuri Linkov2012-09-211-2/+2
* | * lisp/progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extraDmitry Gutov2012-09-191-12/+32
* | * lisp/progmodes/compile.el (compilation-start): Use compilation-always-killMartin Blais2012-09-181-22/+29
* | Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-1716-39/+31