aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* (which-function): UseThien-Thi Nguyen2004-12-051-9/+3
* (sh-indent-for-then): Change default.Richard M. Stallman2004-12-051-1/+1
* (awk-mode autoload): Supply t meaning interactive function.Richard M. Stallman2004-12-031-1/+1
* (python-font-lock-syntactic-keywords): Fix previous change.Richard M. Stallman2004-12-031-1/+1
* (prolog-mode-variables): Fix imenu-generic-expression.Juri Linkov2004-12-011-1/+1
* (tcl-omit-ws-regexp): Avoid the case where { or [ appears within a comment.Stefan Monnier2004-11-271-1/+1
* (tcl-omit-ws-regexp): Avoid the case where { or [ appears within a string.Stefan Monnier2004-11-271-1/+1
* Use (featurep 'xemacs).Kim F. Storm2004-11-261-63/+50
* (gud-display-line): Use display-bufferNick Roberts2004-11-261-3/+1
* (gdb-view-source, gdb-selected-view):Nick Roberts2004-11-261-96/+34
* (gdb-frame-parameters): Match height andNick Roberts2004-11-251-18/+19
* Reindent.Richard M. Stallman2004-11-251-1465/+1450
* Much whitespace and capitalization change.Richard M. Stallman2004-11-251-1201/+711
* *** empty log message ***Richard M. Stallman2004-11-251-0/+3
* (grep-regexp-alist): Don't match parens around line numbers.Richard M. Stallman2004-11-251-2/+5
* (cperl-indent-region, cperl-imenu--create-perl-index, cperl-xsub-scan):Richard M. Stallman2004-11-251-23/+1
* (compilation-mode-map): Don't inherit from compilation-minor-mode-map;Richard M. Stallman2004-11-251-3/+13
* (python-font-lock-syntactic-keywords): Check for escapes in the regexp.Richard M. Stallman2004-11-251-25/+26
* (gdb-breakpoints-mode-map)Nick Roberts2004-11-251-42/+41
* (f90-smart-end, f90-previous-statement, f90-beginning-of-block): Doc fix.Glenn Morris2004-11-251-25/+76
* (dedicated-switch-to-buffer): New function.Nick Roberts2004-11-241-32/+25
* (compilation-start): In cd command use substitute-env-vars -- not quite shell...Daniel Pfeiffer2004-11-221-10/+4
* (gdb-flush-pending-output): New variable.Nick Roberts2004-11-221-52/+58
* (gdb-resync): New function.Nick Roberts2004-11-221-71/+85
* (run-python): Don't hard code *Python*. Don't modify process-environment.Stefan Monnier2004-11-221-29/+21
* Don't alter debug-ignored-errors.Richard M. Stallman2004-11-201-2/+0
* (python-switch-to-python): If Python isn't running, start it.Richard M. Stallman2004-11-201-3/+7
* (cperl-indent-region): Don't mind imenu-scanning-message.Richard M. Stallman2004-11-201-1/+1
* eval-and-compileVinicius Jose Latorre2004-11-201-12/+11
* fix typosVinicius Jose Latorre2004-11-202-7/+7
* :version tagVinicius Jose Latorre2004-11-201-1/+70
* Re-applied diff 3.26->3.27, variable reorganization.J.D. Smith2004-11-181-17/+16
* Remove RCS keywordsMiles Bader2004-11-173-3/+0
* Restore arch taglinesMiles Bader2004-11-175-6/+10
* Initial checkin of HTML help support module.J.D. Smith2004-11-171-0/+1177
* Updated to IDLWAVE version 5.5. See idlwave.orgJ.D. Smith2004-11-174-3604/+5637
* (compilation-setup): Don't set buffer-read-only.Stefan Monnier2004-11-161-2/+1
* (compilation-move-to-column): New fun.Stefan Monnier2004-11-151-10/+13
* (compilation-internal-error-properties):Stefan Monnier2004-11-151-4/+4
* (c-basic-common-initc-font-lock-init, c-font-lock-init): Eliminate obsolete m...Daniel Pfeiffer2004-11-131-17/+7
* run-mode-hooks instead of run-hooksDaniel Pfeiffer2004-11-121-1/+1
* (gdb-current-stack-level): New variable.Nick Roberts2004-11-081-4/+8
* (compile): Don't overwrite last command in minibuffer historyJuri Linkov2004-11-081-5/+8
* (ada-gdb-application): Use goto-char instead of beginning-of-buffer.Richard M. Stallman2004-11-071-1/+1
* (cperl-info-on-command): Use goto-char instead of beginning-of-buffer.Richard M. Stallman2004-11-071-1/+1
* (idlwave-shell-examine-map): Move up before first use.Richard M. Stallman2004-11-071-17/+14
* Don't call define-fringe-bitmap if the display doesn't support images.Eli Zaretskii2004-11-061-2/+3
* (f90-end-of-block): Don't use interactive-p.Richard M. Stallman2004-11-041-3/+5
* (grep-default-command): Take empty stringThien-Thi Nguyen2004-11-031-4/+6
* (gdb-enable-debug-log)Nick Roberts2004-11-011-6/+12