Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (tooltip-gud-tips): Show the associated #define | Nick Roberts | 2005-04-27 | 1 | -13/+30 | |
| | | | | directives when a C program under GDB is not executing. | |||||
* | (gdb-active-process): New variable. | Nick Roberts | 2005-04-27 | 1 | -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 Roberts | 2005-04-27 | 1 | -0/+17 | |
| | | | | | (cc-define-alist): New variable. (c-mode): Make it local and set it. | |||||
* | *** empty log message *** | Nick Roberts | 2005-04-27 | 1 | -0/+16 | |
| | ||||||
* | *** empty log message *** | Stefan Monnier | 2005-04-27 | 1 | -2/+10 | |
| | ||||||
* | (cperl-mode): Don't precompile the font-lock-fontify-syntactic-keywords. | Stefan Monnier | 2005-04-27 | 1 | -5/+5 | |
| | ||||||
* | (font-lock-default-fontify-region): Don't force | Stefan Monnier | 2005-04-27 | 1 | -1/+2 | |
| | | | | parse-sexp-lookup-properties to nil. | |||||
* | (man-mode-syntax-table): Set up `:' to have word-constituent syntax. | Eli Zaretskii | 2005-04-27 | 2 | -0/+6 | |
| | ||||||
* | (disable-command): Don't add spurious newlines to the init file. | Lute Kamstra | 2005-04-27 | 2 | -4/+10 | |
| | | | | Reported by Dan Jacobson <jidanni@jidanni.org>. | |||||
* | *** empty log message *** | Jay Belanger | 2005-04-27 | 1 | -0/+5 | |
| | ||||||
* | (calc-edit-finish): Make sure there is more than one window before | Jay Belanger | 2005-04-27 | 1 | -1/+1 | |
| | | | | deleting window. | |||||
* | (inferior-emacs-lisp-mode): Set paragraph-separate buffer locally to | Luc Teirlinck | 2005-04-26 | 2 | -1/+31 | |
| | | | | | "\\'". Replace obsolete `comint-use-prompt-regexp-instead-of-fields' with `comint-use-prompt-regexp'. | |||||
* | (inferior-lisp-prompt): Doc fix. | Luc Teirlinck | 2005-04-26 | 1 | -1/+1 | |
| | ||||||
* | (shell-prompt-pattern): Doc fix. | Luc Teirlinck | 2005-04-26 | 1 | -2/+4 | |
| | | | | (shell-mode): Set paragraph-separate buffer locally to "\\'". | |||||
* | (nslookup-prompt-regexp, ftp-prompt-regexp, smbclient-prompt-regexp): | Luc Teirlinck | 2005-04-26 | 1 | -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 Teirlinck | 2005-04-26 | 1 | -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 Teirlinck | 2005-04-26 | 1 | -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 from | Nick Roberts | 2005-04-26 | 1 | -23/+35 | |
| | | | | | gdb-location-list. Break lines that are over 80 characters wide. | |||||
* | *** empty log message *** | Nick Roberts | 2005-04-26 | 1 | -0/+6 | |
| | ||||||
* | Rename "full-path" -> "full-name". | Stefan Monnier | 2005-04-26 | 2 | -33/+44 | |
| | ||||||
* | Rename "full-path" -> "full-name". | Stefan Monnier | 2005-04-26 | 1 | -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. Stallman | 2005-04-26 | 1 | -0/+2 | |
| | ||||||
* | (line-move-1): Avoid using vertical-motion in easy cases. | Richard M. Stallman | 2005-04-26 | 1 | -9/+23 | |
| | ||||||
* | (define-minor-mode): Fix docstring. | Lute Kamstra | 2005-04-26 | 2 | -2/+7 | |
| | ||||||
* | (font-lock-fontify-region-function): Fix docstring. | Lute Kamstra | 2005-04-26 | 1 | -3/+3 | |
| | | | | (font-lock-comment-delimiter-face): Ditto. | |||||
* | *** empty log message *** | Richard M. Stallman | 2005-04-26 | 1 | -0/+11 | |
| | ||||||
* | (hexl-mode): Use new name eldoc-documentation-function. | Richard M. Stallman | 2005-04-26 | 1 | -1/+1 | |
| | ||||||
* | (python-mode): Use new name eldoc-documentation-function. | Richard M. Stallman | 2005-04-26 | 1 | -2/+2 | |
| | ||||||
* | Fix previous change. | Richard M. Stallman | 2005-04-26 | 1 | -1/+1 | |
| | ||||||
* | (eldoc-mode): Doc fix. | Richard M. Stallman | 2005-04-26 | 1 | -14/+8 | |
| | | | | | (eldoc-documentation-function): Renamed from eldoc-print-current-symbol-info-function. Calls changed. | |||||
* | *** empty log message *** | Nick Roberts | 2005-04-26 | 1 | -0/+4 | |
| | ||||||
* | (define-obsolete-function-alias): New macro. | Nick Roberts | 2005-04-26 | 1 | -0/+12 | |
| | ||||||
* | * NEWS: Mention xterm key bindings. | Dan Nicolaescu | 2005-04-26 | 2 | -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): Fix | Kenichi Handa | 2005-04-26 | 2 | -1/+7 | |
| | | | | previous change. | |||||
* | (calc-trail-mode): Don't set font-lock-defaults. | Lute Kamstra | 2005-04-25 | 2 | -2/+4 | |
| | ||||||
* | *** empty log message *** | Jay Belanger | 2005-04-25 | 1 | -0/+5 | |
| | ||||||
* | (calc-view-news): Let-bind inhibit-read-only to t, use help-mode. | Jay Belanger | 2005-04-25 | 1 | -6/+8 | |
| | ||||||
* | * e/eterm.ti: Add a comment. | Dan Nicolaescu | 2005-04-25 | 2 | -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 Kamstra | 2005-04-25 | 2 | -1/+8 | |
| | ||||||
* | (font-lock-defaults): Fix docstring. | Lute Kamstra | 2005-04-25 | 1 | -6/+5 | |
| | ||||||
* | Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-277 | Miles Bader | 2005-04-25 | 2 | -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't | Kenichi Handa | 2005-04-25 | 2 | -1/+9 | |
| | | | | | check consistency with coding: spec, etc if raw-text or no-conversion was found to be safe. | |||||
* | *** empty log message *** | Richard M. Stallman | 2005-04-24 | 1 | -0/+13 | |
| | ||||||
* | (mail-font-lock-keywords): Match any number of | Richard M. Stallman | 2005-04-24 | 1 | -5/+4 | |
| | | | | citation markers at start of each line. | |||||
* | (rmail-font-lock-keywords): Match any number of | Richard M. Stallman | 2005-04-24 | 1 | -5/+4 | |
| | | | | citation markers at start of each line. | |||||
* | (font-lock-comment-delimiter-face): Doc fix. | Richard M. Stallman | 2005-04-24 | 1 | -1/+1 | |
| | ||||||
* | (mode-require-final-newline): Fix previous change. | Richard M. Stallman | 2005-04-24 | 1 | -6/+7 | |
| | | | | (require-final-newline): Fix type label. | |||||
* | (f90-calculate-indent): Fix treatment of first statement in buffer | Glenn Morris | 2005-04-24 | 1 | -2/+8 | |
| | | | | (broken by 2004-11-24 change). | |||||
* | *** empty log message *** | Glenn Morris | 2005-04-24 | 1 | -0/+5 | |
| | ||||||
* | (ido-everywhere): Save and restore old read-buffer-function | Kim F. Storm | 2005-04-24 | 1 | -6/+15 | |
| | | | | | and read-file-name-function values. Don't overwrite existing non-nil values if ido-mode is enabled without ido-everywhere. |