aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* (python-complete-symbol): Remove redundant check.Juanma Barranquero2007-06-141-1/+1
* Remove unneeded * from docstrings. Use [:alpha:] & [:alnum:] where applicable.Stefan Monnier2007-06-131-108/+90
* (sh-font-lock-backslash-quote, sh-font-lock-flush-syntax-ppss-cache): New funs.Stefan Monnier2007-06-111-2/+19
* (mixal-operation-codes-alist): Fix typo in docstring.Juanma Barranquero2007-06-071-1/+1
* (ebrowse-draw-file-member-info): Doc fix.Juanma Barranquero2007-06-071-1/+1
* (idlwave-one-key-select): Fix typo in docstring.Juanma Barranquero2007-06-071-1/+1
* (ebrowse-member-table): Fix typo in docstring.Juanma Barranquero2007-06-071-1/+1
* (compilation-find-file, compilation-handle-exit): Fix typos in docstrings.Juanma Barranquero2007-06-041-7/+7
* Add TIMESTAMP to LOC to handle "incremental compilation", e.g.,Sam Steingold2007-06-031-9/+20
* (idlwave-routines): Fix typo in docstring.Juanma Barranquero2007-05-281-2/+2
* Nikolaj Schumacher <n_schumacher at web.de> (tiny change)Glenn Morris2007-05-231-3/+4
* (compilation-handle-exit): Quote first argument of `run-hook-with-args'.Juanma Barranquero2007-05-161-1/+1
* Merge from emacs--rel--22Miles Bader2007-05-111-4/+1
|\
| * (compilation-handle-exit):Richard M. Stallman2007-05-101-4/+1
* | (python-font-lock-keywords, python-open-block-statement-p, python-mode):Stefan Monnier2007-05-091-3/+3
* | (python-end-of-block): Revert last change.Stefan Monnier2007-05-091-10/+9
* | (compilation-find-file): Add a big comment.Stefan Monnier2007-05-081-1/+18
|/
* (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