Miles Bader
fa9a04e10b
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-187
...
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 39-44)
- Merge from emacs--cvs-trunk--0
- Update from CVS
2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/nnimap.el (nnimap-open-connection): Print which authinfo file is
used.
* lisp/gnus/nneething.el (nneething-map-file-directory): Derive from
`gnus-directory'.
* lisp/gnus/gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
the To/Cc button.
2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/nnmaildir.el (nnmaildir-request-accept-article): Use
`nnheader-cancel-timer' for compatibility with current XEmacs.
2005-03-13 Steve Youngs <steve@sxemacs.org>
* lisp/gnus/gnus.el: Don't try and mark `gnus-agent-save-groups' as an
autoloaded function.
From: Andrey Slusar <anrays@gmail.com>.
2005-03-13 Steve Youngs <steve@sxemacs.org>
* lisp/gnus/mm-url.el: Require timer-funcs at compile time when in XEmacs
for `with-timeout'.
* lisp/gnus/mail-source.el: Require timer-funcs at compile time when in
XEmacs for `run-with-idle-timer'.
* lisp/gnus/gnus-async.el: Ditto.
* lisp/gnus/dgnushack.el: No need to ignore `run-with-idle-timer', XEmacs
has this function now.
2005-03-18 02:49:57 +00:00
Stefan Monnier
968a667962
(xic_create_fontsetname): Add a final catch-all font pattern.
2005-03-18 02:25:13 +00:00
Richard M. Stallman
c7bd5d5712
*** empty log message ***
2005-03-18 00:15:23 +00:00
Richard M. Stallman
8eac6e91e4
(perl-mode-hook): Defvar it.
...
(perl-mode): Use run-mode-hooks.
2005-03-18 00:13:40 +00:00
Richard M. Stallman
8510cb9473
(rmail-movemail-program, rmail-pop-password)
...
(rmail-pop-password-required, rmail-remote-password): Doc fixes.
(rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
(rmail-unknown-mail-followup-to): New function.
(rmail-show-message): Use rmail-unknown-mail-followup-to.
(rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
2005-03-18 00:12:08 +00:00
Richard M. Stallman
3ca0be33c2
(sendmail-send-it): Reenaable the code
...
to compute resend-to-address and use it.
(mail-yank-ignored-headers)
(mail-font-lock-keywords, mail-mode-fill-paragraph):
Add Mail-Followup-To and Mail-Reply-To headers.
(mail-citation-hook): Add autoload cookie.
(mail-mode): Doc fix.
(mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
(mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
(mail-mode-fill-paragraph): Handle those headers.
(mail-mailing-lists): New variable.
(mail-mail-reply-to, mail-mail-followup-to): New functions.
2005-03-18 00:08:24 +00:00
Richard M. Stallman
65363a4e3d
Comment change.
2005-03-17 23:59:31 +00:00
Richard M. Stallman
03b0079599
(tar-mode): Turn off undo unconditionally.
2005-03-17 23:58:09 +00:00
Richard M. Stallman
f22c36d3a0
(insert-sliced-image): Add autoload cookie.
2005-03-17 23:56:15 +00:00
Richard M. Stallman
2abded2ea0
(Undo): Document extensible undo entries.
2005-03-17 23:51:04 +00:00
Richard M. Stallman
f9d0b1eda1
(font-lock-lines-before): New user option.
...
(font-lock-after-change-function): Obey it.
2005-03-17 23:44:19 +00:00
Richard M. Stallman
231717ee73
(esc-map): Make M-g a prefix. Bind M-g g and M-g M-g to goto-line.
2005-03-17 23:43:17 +00:00
Richard M. Stallman
fe8b8401e7
(mirror_line_dance): Set W2 according to FRAME_FROM.
2005-03-17 23:39:12 +00:00
Richard M. Stallman
e1688f54df
(buffer_lisp_local_variables): New function,
...
broken out from Fbuffer_local_variables.
(clone_per_buffer_values): Use buffer_lisp_local_variables.
2005-03-17 23:37:39 +00:00
Richard M. Stallman
7c0f6118c3
(Fcopy_file, Frename_file, Fadd_name_to_file)
...
(Fmake_symbolic_link): Use G to read the new file name.
2005-03-17 23:36:03 +00:00
Richard M. Stallman
75f9fbe87e
(Finteractive): Document G option.
...
(Fcall_interactively): Implement G option.
2005-03-17 23:33:07 +00:00
Richard M. Stallman
d69ea7ab79
(Filling): Add sentence-end-without-period and sentence-end-without-space.
...
(Changing Properties): Minor fix.
2005-03-17 23:30:49 +00:00
Richard M. Stallman
5bb8ca2a90
(String Search, Regexp Search, Regexp Search): Cleanups.
2005-03-17 23:28:42 +00:00
Richard M. Stallman
0a58afcd5a
(Character Codes): Minor fix.
2005-03-17 23:24:51 +00:00
Richard M. Stallman
4db6da64fb
(Display Property): Explain the significance
...
of having text properties that are eq.
(Other Display Specs): Explain string as display spec.
2005-03-17 23:19:40 +00:00
Richard M. Stallman
9644814c81
(Interactive Codes): Document G option.
2005-03-17 23:17:22 +00:00
Richard M. Stallman
4b87835445
Rewritten for Emacs 22->21.
2005-03-17 23:16:11 +00:00
Juri Linkov
5a1f9fcfea
(isearch-fallback): Check for `(car previous)'
...
before calling `isearch-other-end-state'.
2005-03-17 19:22:55 +00:00
Stefan Monnier
3c916d6555
(xm_update_label, xm_update_list): Use the recommended
...
XmStringCreateLocalized function. Add missing copyright.
2005-03-17 19:03:16 +00:00
Stefan Monnier
2defe37faf
(x_update_menu_appearance) [USE_MOTIF]:
...
Use xic_create_fontsetname to create a fontset so utf-8 locales work.
(dump_realized_face): Fix warning.
2005-03-17 18:43:47 +00:00
Stefan Monnier
c28e7ae824
(xic_create_fontsetname): Add `motif' argument.
...
Always return a freshly allocated string.
(xic_create_xfontset): Adjust call.
2005-03-17 18:32:33 +00:00
Stefan Monnier
9f9e527507
*** empty log message ***
2005-03-17 17:17:57 +00:00
Stefan Monnier
21a03b6823
Add missing copyright and license notice.
2005-03-17 17:16:33 +00:00
Stefan Monnier
f1145b54d8
(Fkill_emacs): YAILOM.
2005-03-17 17:11:50 +00:00
Kim F. Storm
bfb1a447d2
(move-beginning-of-line): Move to beginning of buffer
...
line, as well as beginning of screen line.
2005-03-17 15:33:56 +00:00
Kim F. Storm
0b6ec58d7c
*** empty log message ***
2005-03-17 15:33:37 +00:00
Stefan Monnier
888953f1ca
(Fignore_event): Fix ancient obscure C-u handling bug.
2005-03-17 13:39:39 +00:00
YAMAMOTO Mitsuharu
48502d68e6
(HASHKEY_TERMINAL): Remove.
...
(HASHKEY_MAX_NID): New macro.
(xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra
argument.
(xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
(xrm_create_database, xrm_q_put_resource)
(xrm_merge_string_database, xrm_q_get_resource_1)
(xrm_q_get_resource): Change resource database representation so that
it may not use multiple hash tables for a single database.
[TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
2005-03-17 08:02:53 +00:00
Stefan Monnier
11a646cddd
*** empty log message ***
2005-03-17 02:01:23 +00:00
Stefan Monnier
b64b78ccfc
(ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
2005-03-17 01:37:31 +00:00
Stefan Monnier
53eda4818f
(ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
...
locale-coding-system, as was already done for WINDOWSNT.
2005-03-17 00:37:35 +00:00
Lute Kamstra
bf68d4e635
(message-make-date): Require parse-time.
2005-03-16 22:55:07 +00:00
Stefan Monnier
4693dbc99d
Don't let a special LessTif/Motif1.2 install
...
shadow the main Lesstif/Motif-2.1 libs and includes.
2005-03-16 22:21:31 +00:00
Stefan Monnier
d5161e8c9b
(read_char): Only do the 7-bit-meta -> 27-bit-meta
...
translation for chars in the 0-255 range.
2005-03-16 21:39:49 +00:00
Lute Kamstra
568b6e41dd
(Ffloor): Doc fix.
2005-03-16 15:01:22 +00:00
Glenn Morris
81eb8a4a73
(mark-diary-entries): Use new optional argument REDRAW rather than
...
calendar-redrawing variable.
From Matt Hodges <MPHodges@member.fsf.org>:
(diary-redraw-calendar): Preserve point in diary-file buffer.
2005-03-16 13:23:55 +00:00
Glenn Morris
7a099c439d
(calendar-redrawing): Delete.
...
(redraw-calendar): Do not bind calendar-redrawing.
2005-03-16 13:23:09 +00:00
Glenn Morris
eae4ba2ac7
*** empty log message ***
2005-03-16 13:21:20 +00:00
Stefan Monnier
b3e484d7c4
(add-minor-mode): Use the new :minor-mode-function property.
2005-03-16 13:12:47 +00:00
Stefan Monnier
c75505b4b7
(auto-fill-function): Use the new :minor-mode-function property.
2005-03-16 13:11:34 +00:00
Stefan Monnier
af5f448385
(describe-mode): Allow minor mode toggles to use a different
...
symbol than the minor mode variable.
2005-03-16 13:08:15 +00:00
Kenichi Handa
7bf880c67e
(sera-being-called-by-w3): New variable.
...
(ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
(ethio-fidel-to-sera-buffer): Likewise.
2005-03-16 11:34:41 +00:00
YAMAMOTO Mitsuharu
3d4543401a
Fix typo.
2005-03-16 08:25:31 +00:00
YAMAMOTO Mitsuharu
a390126445
Fix typo (skip_while_space -> skip_white_space).
2005-03-16 08:24:47 +00:00
YAMAMOTO Mitsuharu
469fb3cf8c
*** empty log message ***
2005-03-16 08:10:47 +00:00