aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* * replace.el (match): Use yellow1 instead of yellow.Dan Nicolaescu2007-07-131-1/+1
* Add arch taglineMiles Bader2007-07-081-0/+1
* (gud-common-init): Call string->strings insteadNick Roberts2007-07-081-1/+1
* (auto-mode-alist): Match more valid gdb initDan Nicolaescu2007-07-031-1/+5
* vera-mode.el (vera-mode): Fix `commend-end-skip' setting.Dan Nicolaescu2007-06-211-63/+43
* Header changes: mark file as part of Emacs, update FSF address.Glenn Morris2007-06-211-3/+3
* progmodes/vera-mode.el: New file.Dan Nicolaescu2007-06-201-0/+1506
* (c-remove-any-local-eval-or-mode-variables): When removing lines, alsoAlan Mackenzie2007-06-201-4/+6
* (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
* (idlwave-routines): Fix typo in docstring.Juanma Barranquero2007-06-041-2/+2
* (compilation-find-file, compilation-handle-exit): Fix typos in docstrings.Juanma Barranquero2007-06-041-6/+6
* 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
* (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