summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (gdb-active-process): New variable.Nick Roberts2005-04-271-4/+18
| | | | | | | | (gdb-exited): New function. (gdb-annotation-rules): Use it. (gdb-starting): Set gdb-active-process to t. (gdb-stopping): Amend doc string. (gdb-reset): Set gdb-active-process to nil.
* (cc-create-define-alist): New function.Nick Roberts2005-04-271-0/+17
| | | | | (cc-define-alist): New variable. (c-mode): Make it local and set it.
* *** empty log message ***Nick Roberts2005-04-271-0/+16
|
* *** empty log message ***Stefan Monnier2005-04-271-2/+10
|
* (cperl-mode): Don't precompile the font-lock-fontify-syntactic-keywords.Stefan Monnier2005-04-271-5/+5
|
* (font-lock-default-fontify-region): Don't forceStefan Monnier2005-04-271-1/+2
| | | | parse-sexp-lookup-properties to nil.
* (man-mode-syntax-table): Set up `:' to have word-constituent syntax.Eli Zaretskii2005-04-272-0/+6
|
* (disable-command): Don't add spurious newlines to the init file.Lute Kamstra2005-04-272-4/+10
| | | | Reported by Dan Jacobson <jidanni@jidanni.org>.
* *** empty log message ***Jay Belanger2005-04-271-0/+5
|
* (calc-edit-finish): Make sure there is more than one window beforeJay Belanger2005-04-271-1/+1
| | | | deleting window.
* (inferior-emacs-lisp-mode): Set paragraph-separate buffer locally toLuc Teirlinck2005-04-262-1/+31
| | | | | "\\'". Replace obsolete `comint-use-prompt-regexp-instead-of-fields' with `comint-use-prompt-regexp'.
* (inferior-lisp-prompt): Doc fix.Luc Teirlinck2005-04-261-1/+1
|
* (shell-prompt-pattern): Doc fix.Luc Teirlinck2005-04-261-2/+4
| | | | (shell-mode): Set paragraph-separate buffer locally to "\\'".
* (nslookup-prompt-regexp, ftp-prompt-regexp, smbclient-prompt-regexp):Luc Teirlinck2005-04-261-3/+3
| | | | | comint-use-prompt-regexp-instead-of-fields has been renamed to comint-use-prompt-regexp.
* (try-expand-line, try-expand-line-all-buffers):Luc Teirlinck2005-04-261-3/+3
| | | | | `comint-use-prompt-regexp-instead-of-fields' has been renamed to `comint-use-prompt-regexp'.
* (comint-prompt-regexp, comint-get-old-input)Luc Teirlinck2005-04-261-33/+40
| | | | | | | | | | | | | (comint-use-prompt-regexp) (comint-use-prompt-regexp-instead-of-fields) (comint-replace-by-expanded-history, comint-send-input) (comint-output-filter, comint-get-old-input-default) (comint-line-beginning-position, comint-bol, comint-show-output) (comint-backward-matching-input, comint-forward-matching-input) (comint-next-prompt, comint-previous-prompt): Rename `comint-use-prompt-regexp-instead-of-fields' to `comint-use-prompt-regexp'. Keep old name as alias and declare obsolete. (comint-use-prompt-regexp): Shorten first line of doc string.
* (gdb-location-alist): Rename fromNick Roberts2005-04-261-23/+35
| | | | | gdb-location-list. Break lines that are over 80 characters wide.
* *** empty log message ***Nick Roberts2005-04-261-0/+6
|
* Rename "full-path" -> "full-name".Stefan Monnier2005-04-262-33/+44
|
* Rename "full-path" -> "full-name".Stefan Monnier2005-04-261-10/+14
| | | | | | | (cvs-fileinfo->full-path, cvs-display-full-path): New fun and var, to preserve compatibility. (cvs-fileinfo->backup-file): Don't pass the full file name to file-newer-than-file-p.
* *** empty log message ***Richard M. Stallman2005-04-261-0/+2
|
* (line-move-1): Avoid using vertical-motion in easy cases.Richard M. Stallman2005-04-261-9/+23
|
* (define-minor-mode): Fix docstring.Lute Kamstra2005-04-262-2/+7
|
* (font-lock-fontify-region-function): Fix docstring.Lute Kamstra2005-04-261-3/+3
| | | | (font-lock-comment-delimiter-face): Ditto.
* *** empty log message ***Richard M. Stallman2005-04-261-0/+11
|
* (hexl-mode): Use new name eldoc-documentation-function.Richard M. Stallman2005-04-261-1/+1
|
* (python-mode): Use new name eldoc-documentation-function.Richard M. Stallman2005-04-261-2/+2
|
* Fix previous change.Richard M. Stallman2005-04-261-1/+1
|
* (eldoc-mode): Doc fix.Richard M. Stallman2005-04-261-14/+8
| | | | | (eldoc-documentation-function): Renamed from eldoc-print-current-symbol-info-function. Calls changed.
* *** empty log message ***Nick Roberts2005-04-261-0/+4
|
* (define-obsolete-function-alias): New macro.Nick Roberts2005-04-261-0/+12
|
* * NEWS: Mention xterm key bindings.Dan Nicolaescu2005-04-262-16/+87
| | | | | | * term/xterm.el (function-key-map): Fix strings for {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind {C,S,A,C-S}-{f1-f12}.
* (select-safe-coding-system): FixKenichi Handa2005-04-262-1/+7
| | | | previous change.
* (calc-trail-mode): Don't set font-lock-defaults.Lute Kamstra2005-04-252-2/+4
|
* *** empty log message ***Jay Belanger2005-04-251-0/+5
|
* (calc-view-news): Let-bind inhibit-read-only to t, use help-mode.Jay Belanger2005-04-251-6/+8
|
* * e/eterm.ti: Add a comment.Dan Nicolaescu2005-04-252-3/+13
| | | | | | | | * e/eterm: Regenerate. * term.el (ansi-term-color-vector): Use the xterm colors. (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
* (font-lock-syntactic-face-function): Fix docstring.Lute Kamstra2005-04-252-1/+8
|
* (font-lock-defaults): Fix docstring.Lute Kamstra2005-04-251-6/+5
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-277Miles Bader2005-04-252-7/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 67) - Update from CVS 2005-04-24 Teodor Zlatanov <tzz@lifelogs.com> * lisp/gnus/spam-report.el (spam-report-unplug-agent) (spam-report-plug-agent, spam-report-deagentize) (spam-report-agentize, spam-report-url-ping-temp-agent-function): support for the Agent in spam-report: when unplugged, report to a file; when plugged, submit all the requests. [Added missing offline functionality from trunk.] 2005-04-24 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/spam-report.el (spam-report-url-to-file) (spam-report-requests-file): New function and variable for offline reporting. (spam-report-url-ping-function): Add `spam-report-url-to-file' and user defined function. (spam-report-process-queue): New function. Process requests from `spam-report-requests-file'. (spam-report-url-ping-mm-url): Autoload. [Added missing offline functionality from trunk.]
* (select-safe-coding-system): Don'tKenichi Handa2005-04-252-1/+9
| | | | | check consistency with coding: spec, etc if raw-text or no-conversion was found to be safe.
* *** empty log message ***Richard M. Stallman2005-04-241-0/+13
|
* (mail-font-lock-keywords): Match any number ofRichard M. Stallman2005-04-241-5/+4
| | | | citation markers at start of each line.
* (rmail-font-lock-keywords): Match any number ofRichard M. Stallman2005-04-241-5/+4
| | | | citation markers at start of each line.
* (font-lock-comment-delimiter-face): Doc fix.Richard M. Stallman2005-04-241-1/+1
|
* (mode-require-final-newline): Fix previous change.Richard M. Stallman2005-04-241-6/+7
| | | | (require-final-newline): Fix type label.
* (f90-calculate-indent): Fix treatment of first statement in bufferGlenn Morris2005-04-241-2/+8
| | | | (broken by 2004-11-24 change).
* *** empty log message ***Glenn Morris2005-04-241-0/+5
|
* (ido-everywhere): Save and restore old read-buffer-functionKim F. Storm2005-04-241-6/+15
| | | | | and read-file-name-function values. Don't overwrite existing non-nil values if ido-mode is enabled without ido-everywhere.
* *** empty log message ***Kim F. Storm2005-04-241-0/+6
|