1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-23 13:02:00 -08:00
Commit graph

29054 commits

Author SHA1 Message Date
Kenichi Handa
bc10bcbd5d (select-safe-coding-system): Fix
previous change.
2005-04-26 05:51:19 +00:00
Lute Kamstra
ec1e11a9a4 (calc-trail-mode): Don't set font-lock-defaults. 2005-04-25 22:22:51 +00:00
Jay Belanger
2b2920a967 *** empty log message *** 2005-04-25 19:48:16 +00:00
Jay Belanger
d9bc5288da (calc-view-news): Let-bind inhibit-read-only to t, use help-mode. 2005-04-25 19:42:44 +00:00
Dan Nicolaescu
c9b630f7f2 * e/eterm.ti: Add a comment.
* 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.
2005-04-25 18:11:33 +00:00
Lute Kamstra
8ba81e936d (font-lock-syntactic-face-function): Fix docstring. 2005-04-25 11:12:33 +00:00
Lute Kamstra
77f5a70d86 (font-lock-defaults): Fix docstring. 2005-04-25 11:09:30 +00:00
Miles Bader
61b397cdc2 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-277
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.]
2005-04-25 04:36:12 +00:00
Kenichi Handa
901ae59714 (select-safe-coding-system): Don't
check consistency with coding: spec, etc if raw-text or
no-conversion was found to be safe.
2005-04-25 04:30:38 +00:00
Richard M. Stallman
a639047450 *** empty log message *** 2005-04-24 21:36:12 +00:00
Richard M. Stallman
d2f290154d (mail-font-lock-keywords): Match any number of
citation markers at start of each line.
2005-04-24 21:32:59 +00:00
Richard M. Stallman
fc2e9bcbf8 (rmail-font-lock-keywords): Match any number of
citation markers at start of each line.
2005-04-24 21:32:28 +00:00
Richard M. Stallman
4403a96955 (font-lock-comment-delimiter-face): Doc fix. 2005-04-24 21:31:37 +00:00
Richard M. Stallman
93d1963d73 (mode-require-final-newline): Fix previous change.
(require-final-newline): Fix type label.
2005-04-24 21:29:15 +00:00
Glenn Morris
b78cbdf785 (f90-calculate-indent): Fix treatment of first statement in buffer
(broken by 2004-11-24 change).
2005-04-24 19:42:28 +00:00
Glenn Morris
2538808fd8 *** empty log message *** 2005-04-24 19:41:45 +00:00
Kim F. Storm
bb7216f7eb (ido-everywhere): Save and restore old read-buffer-function
and read-file-name-function values.  Don't overwrite existing
non-nil values if ido-mode is enabled without ido-everywhere.
2005-04-24 19:09:13 +00:00
Kim F. Storm
456986fd3a *** empty log message *** 2005-04-24 19:08:56 +00:00
Luc Teirlinck
e5baf107e9 *** empty log message *** 2005-04-24 15:11:38 +00:00
Eli Zaretskii
f3714ab2d9 *** empty log message *** 2005-04-24 15:05:17 +00:00
Luc Teirlinck
576ceeb302 (mode-require-final-newline): Revert accidental change. 2005-04-24 14:50:42 +00:00
Eli Zaretskii
9d1ffd5a91 (syntax-after): Doc fix.
(syntax-class): If argument is nil, return nil.
2005-04-24 14:50:20 +00:00
Luc Teirlinck
993746115b (mode-require-final-newline): Minor doc fix. 2005-04-24 14:45:08 +00:00
Eli Zaretskii
1441edfef9 (mode-require-final-newline): Doc fix.
(backup-buffer-copy): Fix last change.
2005-04-24 12:07:15 +00:00
YAMAMOTO Mitsuharu
49ed33c7f5 *** empty log message *** 2005-04-24 06:07:40 +00:00
YAMAMOTO Mitsuharu
853065b67f Require select. Set selection-coding-system to
mac-system-coding-system.  Call menu-bar-enable-clipboard.
(x-last-selected-text-clipboard, x-last-selected-text-primary)
(x-select-enable-clipboard): New variables.
(x-select-text, x-get-selection, x-selection-value)
(x-get-selection-value, mac-select-convert-to-string)
(mac-services-open-file, mac-services-open-selection)
(mac-services-insert-text): New functions.
(CLIPBOARD, FIND): Put mac-scrap-name property.
(com.apple.traditional-mac-plain-text, public.utf16-plain-text)
(public.tiff): Put mac-ostype property.
(selection-converter-alist): Add entries for them.
(mac-application-menu-map): New keymap.
(interprogram-cut-function, interprogram-paste-function): Set to
x-select-text and x-get-selection-value, respectively.
(split-window-keep-point): Set to t.
2005-04-24 05:59:52 +00:00
Richard M. Stallman
469bc67986 *** empty log message *** 2005-04-23 16:57:31 +00:00
Richard M. Stallman
44dce0fb43 (read-directory-name): Always pass non-nil
DEFAULT-FILENAME arg to read-file-name.
(backup-buffer-copy, basic-save-buffer-2): Take care against
writing thru an unexpected existing symlink.
(revert-buffer): In indirect buffer, revert the base buffer.
(magic-mode-alist): Doc fix.
(buffer-stale-function): Doc fix.
(minibuffer-with-setup-hook): Avoid warning.
(mode-require-final-newline): Doc and custom fix.
2005-04-23 16:53:21 +00:00
Richard M. Stallman
2a4b921193 (follow-end-of-buffer): Use with-no-warnings. 2005-04-23 16:46:01 +00:00
Richard M. Stallman
9177dd93a4 (font-lock-comment-face): On terminals with few colors,
use the default appearance.
(font-lock-comment-delimiter-face): New face, new variable.
2005-04-23 16:45:21 +00:00
David Kastrup
1639cc2e92 (TeX-mode, plain-TeX-mode, LaTeX-mode):
Mention that the autoloaded aliases should be kept for AUCTeX.
2005-04-23 16:45:07 +00:00
Richard M. Stallman
1cade2b675 (imenu--generic-function): The official position of a
definition is the start of the line that BEG is in.
2005-04-23 16:43:30 +00:00
Richard M. Stallman
ed4761a927 (midnight-timer): Move defvar up. 2005-04-23 16:41:33 +00:00
Richard M. Stallman
7735d2e2f4 (mouse-drag-region-1): Delete some debugging code. 2005-04-23 16:40:55 +00:00
Richard M. Stallman
06e24ef705 (save-place-to-alist): Use with-no-warnings. 2005-04-23 16:40:24 +00:00
Richard M. Stallman
a99df87d8e (command-line): Use with-no-warnings. 2005-04-23 16:39:54 +00:00
Richard M. Stallman
64da8b20e2 (window-size-fixed): New defvar. 2005-04-23 16:38:41 +00:00
Richard M. Stallman
25e73e0cdb (easy-menu-do-define): Use defalias, not fset. 2005-04-23 16:38:03 +00:00
Richard M. Stallman
5aaf089934 (rmail-font-lock-keywords): Use font-lock-comment-delimiter-face. 2005-04-23 16:36:53 +00:00
Richard M. Stallman
7398a391be (mail-font-lock-keywords): Use font-lock-comment-delimiter-face. 2005-04-23 16:36:08 +00:00
Richard M. Stallman
0ea50e431b (next-error-highlight-timer): New defvar.
(compilation-mode-font-lock-keywords):
Specify t for LAXMATCH when matching directories.
Save match data around compilation-compat-error-properties form.
2005-04-23 16:35:19 +00:00
Andreas Schwab
d379c55889 . 2005-04-23 15:59:39 +00:00
Andreas Schwab
8bdf62a786 (isearch-forward): Doc fix. 2005-04-23 15:38:07 +00:00
Eli Zaretskii
4739237ddf (jit-lock-stealth-time): Change default value to 16.
(jit-lock-stealth-nice): Change default value to 0.5.
2005-04-23 12:41:24 +00:00
Eli Zaretskii
71baa28ffb (write-abbrev-file): Write table entries in alphabetical order
by table name.
2005-04-23 12:34:05 +00:00
Kim F. Storm
2a5095fba0 (ido-read-internal): Fix `list' completion. 2005-04-22 15:09:48 +00:00
Kim F. Storm
e271742d1f *** empty log message *** 2005-04-22 15:08:27 +00:00
Kenichi Handa
9a9c3a4b94 *** empty log message *** 2005-04-22 05:56:58 +00:00
Kenichi Handa
8dde0e95d4 (recentf-save-file-coding-system): New variable.
(recentf-save-list): Encode the file by
recentf-save-file-coding-system and add coding: tag.
2005-04-22 05:38:29 +00:00
Nick Roberts
230e1e8026 *** empty log message *** 2005-04-22 04:11:30 +00:00