summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* * lisp/progmodes/ruby-mode.el (ruby-operator-re): Consider lineDmitry Gutov2013-09-161-1/+1
* * lisp/progmodes/gdb-mi.el (gud-cont, gud-step): Declare.Glenn Morris2013-09-121-0/+5
* Update some function declarationsGlenn Morris2013-09-111-1/+1
* * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.Glenn Morris2013-09-111-0/+1
* * lisp/progmodes/octave.el (help-button-action): Declare.Glenn Morris2013-09-111-0/+3
* Use with-demoted-errors now that it can format any error messagesGlenn Morris2013-09-111-10/+9
* Improve previous interpreter-mode-alist changeGlenn Morris2013-09-103-4/+8
* Comment formattingGlenn Morris2013-09-101-9/+9
* Tweak previous changeGlenn Morris2013-09-101-1/+1
* Treat interpreter-mode-alist as alist of regexps, not literalsGlenn Morris2013-09-105-22/+25
* * lisp/progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.Glenn Morris2013-09-101-4/+0
* Spelling fixes and tidy up a comment.Paul Eggert2013-09-091-1/+1
* Correctly fontify Java class constructors.Alan Mackenzie2013-09-072-26/+33
* * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ishDmitry Gutov2013-09-051-2/+2
* * lisp/subr.el (pop): Use `car-safe'.Stefan Monnier2013-09-041-15/+8
* * lisp/progmodes/cc-awk.el (c-forward-sws): Declare.Glenn Morris2013-09-041-0/+1
* * lisp/progmodes/ruby-mode.el (ruby-calculate-indent): ConsiderDmitry Gutov2013-09-031-0/+5
* Format code sent to Python shell for robustness.Fabián Ezequiel Gallina2013-09-021-14/+51
* * progmodes/python.el (python-nav-if-name-main): New command.Fabián Ezequiel Gallina2013-09-021-6/+29
* * progmodes/python.el (python-shell-completion-get-completions):Fabián Ezequiel Gallina2013-09-021-6/+10
* Misc changes to reduce use of `(lambda...); and other cleanups.Stefan Monnier2013-08-292-70/+71
* * lisp/progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formalStefan Monnier2013-08-291-5/+37
* * lisp/progmodes/cc-engine.el (c-pull-open-brace): Move definition before use.Glenn Morris2013-08-291-9/+9
* * lisp/progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.Glenn Morris2013-08-281-3/+5
* * lisp/progmodes/antlr-mode.el: No need to require cc-mode twice.Glenn Morris2013-08-281-4/+0
* * lisp/progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.Glenn Morris2013-08-281-1/+3
* * lisp/progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.Glenn Morris2013-08-281-1/+1
* * lisp/progmodes/cc-mode.el: Minor cleanup of var declarations.Stefan Monnier2013-08-281-107/+77
* * lisp/progmodes/python.el (python-font-lock-keywords): Don't return nilStefan Monnier2013-08-261-17/+12
* Fix broken customization in Flymake.Xue Fuqiao2013-08-261-1/+1
* Improve indentation of bracelists defined by macros (without "=").Alan Mackenzie2013-08-251-18/+34
* Parse C++ inher-intro when there's a template split over 2 lines.Alan Mackenzie2013-08-252-8/+7
* Handle "/"s more accurately in test for virtual semicolons (AWK Mode).Alan Mackenzie2013-08-252-29/+55
* Add rudimentary inferior shell interactionSam Steingold2013-08-201-0/+59
* Spelling fixes.Paul Eggert2013-08-151-6/+6
* * lisp/progmodes/python.el (python-imenu--build-tree)Fabián Ezequiel Gallina2013-08-131-82/+32
* Tweak some settings of compile-commandGlenn Morris2013-08-132-3/+7
* * lisp/subr.el (define-error): New function.Stefan Monnier2013-08-093-15/+10
* * lisp/progmodes/bat-mode.el (bat--syntax-propertize): New var.Stefan Monnier2013-08-071-2/+6
* * lisp/progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.Stefan Monnier2013-08-071-47/+37
* Minor fixes in lisp/progmodes/dos.el.Eli Zaretskii2013-08-071-13/+13
* * lisp/progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.Stefan Monnier2013-08-071-25/+33
* * lisp/progmodes/dos.el: New file.Arni Magnusson2013-08-071-0/+183
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-056-7/+6
* Do not call to `selected-frame' where it is assumed by default.Dmitry Antipov2013-08-052-2/+2
* Fontify a Java generic method as a function.Alan Mackenzie2013-07-271-1/+2
* Make Java try-with-resources statement parse properly.Alan Mackenzie2013-07-273-5/+23
* * progmodes/sql.el Version 3.3Michael Mauger2013-07-231-31/+60
* * lisp/progmodes/subword.el: Fix boundary case.Stefan Monnier2013-07-221-4/+8
* Tweak some message calls in gdb-mi.elGlenn Morris2013-07-201-6/+5