aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-155-18/+18
* Fix and improve GUD Tooltip mode.Eli Zaretskii2012-08-142-21/+32
* * progmodes/python.el (python-shell-send-string):Fabián Ezequiel Gallina2012-08-141-5/+3
* * lisp/progmodes/ruby-mode.el (ruby-syntax-methods-before-regexp): New const.Dmitry Gutov2012-08-141-19/+20
* * lisp/progmodes/ruby-mode.el: Improve percent literals.Dmitry Gutov2012-08-141-37/+48
* Use `completion-table-dynamic' for completion functions.Fabián Ezequiel Gallina2012-08-141-71/+72
* Merge from upstream ruby-mode.elNobuyoshi Nakada2012-08-121-7/+59
* Merge stuff from upsteam ruby-mode, part 1.Dmitry Gutov2012-08-101-9/+20
* Remove some unnecessary bindings of same-window-* variables.Chong Yidong2012-08-111-5/+1
* * progmodes/python.el (python-pdbtrack-tracked-buffer)Fabián Ezequiel Gallina2012-08-091-4/+5
* * progmodes/python.el: Enhancements to forward-sexp.Fabián Ezequiel Gallina2012-08-091-72/+167
* * progmodes/python.el Fixed defsubst warning.Fabián Ezequiel Gallina2012-08-071-73/+79
* * progmodes/autoconf.el (font-lock-syntactic-keywords): Don'tAndreas Schwab2012-08-071-2/+0
* Merge from emacs-24; up to 2012-05-02T07:12:52Z!rgm@gnu.org.Chong Yidong2012-08-071-1/+7
|\
| * * lisp/progmodes/cperl-mode.el (cperl-mode): Yet another fix forStefan Monnier2012-08-061-1/+7
* | Make internal shell process buffer names start with space.Fabián Ezequiel Gallina2012-08-061-15/+22
* | Small tweaks for autoconf modeGlenn Morris2012-08-011-4/+5
* | Shell processes: enhancements to startup and CEDET compatibility.Fabián Ezequiel Gallina2012-07-311-28/+41
* | * progmodes/python.el (run-python-internal): Disable font lock forFabián Ezequiel Gallina2012-07-311-5/+6
* | Merge from emacs-24 branch; up to 2012-05-01T18:47:23Z!rgm@gnu.orgChong Yidong2012-07-282-19/+18
|\ \ | |/
| * Fix bogus code in gdb-place-breakpoints.Chong Yidong2012-07-281-13/+16
| * Avoid leaving nil in the alist in cc-imenu-objc-functionLeo Liu2012-07-261-6/+2
* | Consistent completion in inferior python with emacs -nw.Fabián Ezequiel Gallina2012-07-271-3/+1
* | * lisp/progmodes/python.el (python-mode-map): Added keybinding forFabián Ezequiel Gallina2012-07-271-16/+19
* | Prefer typical American spelling for "acknowledgment".Paul Eggert2012-07-244-8/+8
* | Merge from emacs-24 branch; up to 2012-05-01T10:20:43Z!rgm@gnu.orgChong Yidong2012-07-214-10/+16
|\ \ | |/
| * Use match-string-no-properties instead in c-defun-nameLeo Liu2012-07-211-2/+2
| * * lisp/progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.Leo Liu2012-07-211-8/+10
| * Backport: Recognize Objective-C methods also in c-defun-nameJan Djärv2012-07-211-0/+9
| * * progmodes/cc-langs.el (c-symbol-start): Include char _.Leo Liu2012-07-201-1/+1
| * * lisp/userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.Stefan Monnier2012-07-181-0/+3
| * * lisp/progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at endStefan Monnier2012-07-181-1/+2
* | * lisp/progmodes/ruby-mode.el (ruby-parse-partial): No error when endDmitry Gutov2012-07-201-1/+1
* | Enhancements to ppss related code (thanks Stefan).Fabián Ezequiel Gallina2012-07-181-49/+24
* | progmodes/python.el: Set file local vars at end of file and clean tabs.Fabián Ezequiel Gallina2012-07-181-2/+8
* | * progmodes/python.el: Enhancements to eldoc support.Fabián Ezequiel Gallina2012-07-181-49/+54
* | * lisp/progmodes/sh-script.el (sh-imenu-generic-expression):Masatake YAMATO2012-07-181-2/+9
* | New utility functions + python-info-ppss-context fix.Fabián Ezequiel Gallina2012-07-171-1/+12
* | Final renames and doc fixes for movement commands.Fabián Ezequiel Gallina2012-07-171-34/+37
* | * progmodes/python.el (python-shell-send-string-no-output): AllowFabián Ezequiel Gallina2012-07-171-12/+17
* | Merge from emacs-24Stefan Monnier2012-07-171-4/+4
|\ \ | |/
| * * lisp/progmodes/sh-script.el (sh-syntax-propertize-function): Fix lastStefan Monnier2012-07-091-4/+4
* | * lisp/progmodes/cc-engine.el (c-forward-sws, c-backward-sws):Stefan Monnier2012-07-171-2/+4
* | * lisp/progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"Stefan Monnier2012-07-171-1/+1
* | * progmodes/python.el: Simplified imenu implementation.Fabián Ezequiel Gallina2012-07-161-178/+8
* | * progmodes/python.el: Enhancements to navigation commands.Fabián Ezequiel Gallina2012-07-161-25/+201
* | Add fringe bitmap indicators for flymakeLeo Liu2012-07-141-6/+40
* | *** empty log message ***Jan Djärv2012-07-141-0/+9
* | * progmodes/sql.el (sql-comint): Suppress the check for program onMichael Albinus2012-07-131-5/+7
* | More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-1111-894/+879