summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* (compilation-handle-exit): Quote first argument of `run-hook-with-args'.Juanma Barranquero2007-05-161-1/+1
* (python-font-lock-keywords, python-open-block-statement-p, python-mode):Stefan Monnier2007-05-101-3/+3
* (compilation-handle-exit):Richard M. Stallman2007-05-101-4/+1
* (python-guess-indent): Check non-nullness before comparing indent againstStefan Monnier2007-05-081-1/+1
* (gud-menu-map): Pdb can't handle SIGINT soNick Roberts2007-04-301-1/+1
* Stefan Monnier <monnier at iro.umontreal.ca>Glenn Morris2007-04-281-1/+1
* (sh-mode): Recognize .profile as sh style.Richard M. Stallman2007-04-281-0/+2
* Restore file pending consideration of legal issues.Glenn Morris2007-04-261-0/+2307
* Merged in trunk change 3.61.J.D. Smith2007-04-261-7/+9
* Remove python.el due to unclear legal issues.Chong Yidong2007-04-241-2307/+0
* (idlwave-shell-clear-all-bp): Don't re-query for each cleared BP.J.D. Smith2007-04-241-8/+15
* Whitespace change.Richard M. Stallman2007-04-221-1/+1
* (c-remove-any-local-eval-or-mode-variables): Use delete-regionMartin Rudalics2007-04-211-3/+2
* (perl-indent-command): Use delete-region instead of kill-region.Chong Yidong2007-04-211-2/+2
* (c-electric-slash): Replace wrong use of `kill-region' byAlan Mackenzie2007-04-211-1/+1
* (mantemp-make-mantemps-region)Chong Yidong2007-04-211-9/+9
* (vhdl-template-type)Chong Yidong2007-04-211-10/+12
* (c-in-function-trailer-p): Fix this: when a function return type containsAlan Mackenzie2007-04-191-4/+18
* (c-beginning-of-defun): With -ve arg and point too close to EOB, leaveAlan Mackenzie2007-04-171-1/+1
* (python-end-of-block): Avoid looping forever if python-next-statementChong Yidong2007-04-161-2/+6
* * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.Dan Nicolaescu2007-04-162-0/+2
* Revert 2007-03-25 change.Chong Yidong2007-04-131-1/+1
* (ebnf-insert-style, ebnf-merge-style): Fix typos in error messages.Juanma Barranquero2007-04-131-2/+2
* (jdb): Add gud-print.Nick Roberts2007-04-121-1/+5
* (gud-minor-mode-map): Make go button sameNick Roberts2007-04-121-1/+1
* (cperl-mode): Remove unnecessary call to obsolete functionGlenn Morris2007-04-101-3/+1
* (top-level): Move (require 'tempo) to start to quieten byte-compiler.Glenn Morris2007-04-101-2/+3
* (c-capitalize-subword): ImplementMasatake YAMATO2007-04-091-7/+12
* Install a patch from Paul Curry.Masatake YAMATO2007-04-091-13/+22
* Changes to make `narrow-to-defun' and `mark-defun' work properly in CCAlan Mackenzie2007-04-094-15/+35
* (gdb): Restore existing session if userNick Roberts2007-04-091-4/+3
* (c-end-of-defun): Tidy up, to eliminate byte-compiler warning "valueAlan Mackenzie2007-04-081-4/+2
* (c-electric-paren): clean-up space-before-funcall: only insert space when onAlan Mackenzie2007-04-071-5/+5
* (grep-find-use-xargs): Rewrite docstring.Chong Yidong2007-04-071-4/+4
* Fix fontification of labels, and other things with ":".Alan Mackenzie2007-04-062-86/+135
* (grep-program): Remove commentary about zgrep.Kim F. Storm2007-04-061-11/+1
* (breakpoint-disabled): Tweak face (again)Nick Roberts2007-04-051-4/+9
* * (c-special-indent-hook): Amend doc-string to mentionAlan Mackenzie2007-04-041-1/+2
* (gud-minor-mode-map): Simplify.Nick Roberts2007-04-031-4/+3
* (gud-menu-map): Simplify.Nick Roberts2007-04-031-3/+41
* (idlwave-auto-fill): Revert paragraph-separate change.J.D. Smith2007-04-011-0/+1
* (idlwave-shell-break-in): Simplify module calc.J.D. Smith2007-04-011-9/+10
* (turn-off-hideshow): Tweak docstring.Chong Yidong2007-03-311-1/+1
* (turn-off-hideshow): New function.Chong Yidong2007-03-311-2/+6
* (flymake-err-line-patterns): Doc fix.Eli Zaretskii2007-03-311-2/+2
* (c-forward-to-nth-EOF-}): Fix EOB bug.Alan Mackenzie2007-03-301-14/+8
* (python-mode): Skip comments when parsing.Stefan Monnier2007-03-281-0/+1
* Change help-echo (again). `Entering directory DIR' visits DIRNick Roberts2007-03-261-1/+1
* (compilation-start): Save compilation-directory rather thanChong Yidong2007-03-251-1/+2
* Fix typo.Alan Mackenzie2007-03-251-3/+2