bpt/emacs.git
15 years ago(Fsubstitute_in_file_name): Doc fix.
Glenn Morris [Thu, 19 Mar 2009 06:26:04 +0000 (06:26 +0000)]
(Fsubstitute_in_file_name): Doc fix.

15 years ago(rmail-retry-ignored-headers): Add :version tag.
Glenn Morris [Thu, 19 Mar 2009 06:20:27 +0000 (06:20 +0000)]
(rmail-retry-ignored-headers): Add :version tag.

15 years ago(sc-version): Doc fix.
Glenn Morris [Thu, 19 Mar 2009 06:19:24 +0000 (06:19 +0000)]
(sc-version): Doc fix.

15 years agoLeo <sdl.web at gmail.com> (tiny change)
Glenn Morris [Thu, 19 Mar 2009 06:12:58 +0000 (06:12 +0000)]
Leo  <sdl.web at gmail.com>  (tiny change)

(sc-version): Fix typo in interactive spec.

15 years ago(Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
Chong Yidong [Thu, 19 Mar 2009 02:58:21 +0000 (02:58 +0000)]
(Fvertical_motion): Undo 2005-01-19 change (Bug#2694).

15 years ago* indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
Chong Yidong [Thu, 19 Mar 2009 02:58:13 +0000 (02:58 +0000)]
* indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).

15 years agoChange the encoding to utf-8.
Kenichi Handa [Thu, 19 Mar 2009 01:01:43 +0000 (01:01 +0000)]
Change the encoding to utf-8.

15 years ago(quail-update-leim-list-file): Save leim-list.el in utf-8.
Kenichi Handa [Thu, 19 Mar 2009 01:00:11 +0000 (01:00 +0000)]
(quail-update-leim-list-file): Save leim-list.el in utf-8.

15 years ago(leim-list-header): Use utf-8 coding tag.
Kenichi Handa [Thu, 19 Mar 2009 00:59:21 +0000 (00:59 +0000)]
(leim-list-header): Use utf-8 coding tag.

15 years agoCall create-defualt-fontset, not
Kenichi Handa [Thu, 19 Mar 2009 00:58:19 +0000 (00:58 +0000)]
Call create-defualt-fontset, not
setup-default-fontset.  Call create-fontset-from-fontset-spec
within condition-case.

15 years ago(w32-initialize-window-system): Call
Kenichi Handa [Thu, 19 Mar 2009 00:57:20 +0000 (00:57 +0000)]
(w32-initialize-window-system): Call
create-defualt-fontset, not setup-default-fontset.  Call
create-fontset-from-fontset-spec within condition-case.

15 years ago(x-initialize-window-system): Call
Kenichi Handa [Thu, 19 Mar 2009 00:56:52 +0000 (00:56 +0000)]
(x-initialize-window-system): Call
create-defualt-fontset, not setup-default-fontset.  Call
create-fntset-from-fontset-spec within condition-case.

15 years ago(create-default-fontset): New function.
Kenichi Handa [Thu, 19 Mar 2009 00:55:36 +0000 (00:55 +0000)]
(create-default-fontset): New function.
(create-fontset-from-x-resource): Use display-warning instead of
message.

15 years ago(load_charset_map_from_file): When a mapfile can't be loaded, signal
Kenichi Handa [Thu, 19 Mar 2009 00:46:35 +0000 (00:46 +0000)]
(load_charset_map_from_file): When a mapfile can't be loaded, signal
an error.

15 years ago(rmail-retry-ignored-headers): Add usual mime headers.
Richard M. Stallman [Wed, 18 Mar 2009 21:47:23 +0000 (21:47 +0000)]
(rmail-retry-ignored-headers): Add usual mime headers.
(rmail-retry-failure): Undo previous change.

15 years ago(Ffile_attributes): Make sure UID and GID are always positive, even
Eli Zaretskii [Wed, 18 Mar 2009 20:38:41 +0000 (20:38 +0000)]
(Ffile_attributes): Make sure UID and GID are always positive, even
if the value is too large for a positive EMACS_INT.  Doc fix.

15 years ago(Fuser_login_name): Support float arguments. Doc fix.
Eli Zaretskii [Wed, 18 Mar 2009 20:37:06 +0000 (20:37 +0000)]
(Fuser_login_name): Support float arguments.  Doc fix.

15 years agoAdd bug reference.
Juanma Barranquero [Wed, 18 Mar 2009 09:14:56 +0000 (09:14 +0000)]
Add bug reference.

15 years ago(xdialog_show): Move Fredisplay call ...
YAMAMOTO Mitsuharu [Wed, 18 Mar 2009 08:37:56 +0000 (08:37 +0000)]
(xdialog_show): Move Fredisplay call ...
(Fx_popup_dialog): ... here.

15 years ago*** empty log message ***
Kenichi Handa [Wed, 18 Mar 2009 07:29:56 +0000 (07:29 +0000)]
*** empty log message ***

15 years ago(after-insert-file-set-coding): Set
Kenichi Handa [Wed, 18 Mar 2009 07:24:52 +0000 (07:24 +0000)]
(after-insert-file-set-coding): Set
buffer-file-coding-system directly without calling
set-buffer-file-coding-system.

15 years ago(Top): Update node listing.
Chong Yidong [Wed, 18 Mar 2009 04:01:15 +0000 (04:01 +0000)]
(Top): Update node listing.

15 years ago(Completion Styles): New node.
Chong Yidong [Wed, 18 Mar 2009 04:01:05 +0000 (04:01 +0000)]
(Completion Styles): New node.

15 years ago* minibuf.texi (Completion Styles): New node.
Chong Yidong [Wed, 18 Mar 2009 04:00:42 +0000 (04:00 +0000)]
* minibuf.texi (Completion Styles): New node.

* elisp.texi (Top): Update node listing.

15 years ago(file_name_completion): Disable the first optimization just
Stefan Monnier [Wed, 18 Mar 2009 02:26:29 +0000 (02:26 +0000)]
(file_name_completion): Disable the first optimization just
installed, since it is not implemented correctly.

15 years ago(file_name_completion): Check completion-ignored-extensions
Stefan Monnier [Tue, 17 Mar 2009 19:05:40 +0000 (19:05 +0000)]
(file_name_completion): Check completion-ignored-extensions
only if the entry can't affect bestmatch anyway.
Stop the search early, as Ftry_completion already does.

15 years ago* emacs-lisp/benchmark.el (benchmark): Reflow docstring.
Juanma Barranquero [Tue, 17 Mar 2009 10:32:20 +0000 (10:32 +0000)]
* emacs-lisp/benchmark.el (benchmark): Reflow docstring.

15 years agoMove comment to make clearer it's talking about buffer Vprin1_to_string_buffer.
Juanma Barranquero [Tue, 17 Mar 2009 10:26:25 +0000 (10:26 +0000)]
Move comment to make clearer it's talking about buffer Vprin1_to_string_buffer.

15 years ago(cjk-char-width-table): Add cp932-2-byte.
Kenichi Handa [Tue, 17 Mar 2009 07:16:29 +0000 (07:16 +0000)]
(cjk-char-width-table): Add cp932-2-byte.

15 years ago(Basic Completion): Note that read-file-name-completion-ignore-case
Chong Yidong [Tue, 17 Mar 2009 04:54:14 +0000 (04:54 +0000)]
(Basic Completion): Note that read-file-name-completion-ignore-case
and read-buffer-completion-ignore-case can override
completion-ignore-case.
(Minibuffer Completion): Document completing-read changes.
(Completion Commands): Avoid mentioning partial completion mode.
Document minibuffer-completion-confirm changes, and
minibuffer-confirm-exit-commands.
(High-Level Completion): Document new require-match behavior for
read-buffer.  Document read-buffer-completion-ignore-case.
(Reading File Names): Document new require-match behavior for
read-file-name.

15 years ago* minibuf.texi (Basic Completion): Note that
Chong Yidong [Tue, 17 Mar 2009 04:54:03 +0000 (04:54 +0000)]
* minibuf.texi (Basic Completion): Note that
read-file-name-completion-ignore-case and
read-buffer-completion-ignore-case can override
completion-ignore-case.
(Minibuffer Completion): Document completing-read changes.
(Completion Commands): Avoid mentioning partial completion mode.
Document minibuffer-completion-confirm changes, and
minibuffer-confirm-exit-commands.
(High-Level Completion): Document new require-match behavior for
read-buffer.  Document read-buffer-completion-ignore-case.
(Reading File Names): Document new require-match behavior for
read-file-name.

15 years ago(minibuffer-complete-and-exit): Doc fix.
Chong Yidong [Tue, 17 Mar 2009 04:39:09 +0000 (04:39 +0000)]
(minibuffer-complete-and-exit): Doc fix.

15 years ago* minibuffer.el (minibuffer-complete-and-exit): Doc fix.
Chong Yidong [Tue, 17 Mar 2009 04:39:00 +0000 (04:39 +0000)]
* minibuffer.el (minibuffer-complete-and-exit): Doc fix.

15 years agoFix last changelog entry.
Chong Yidong [Tue, 17 Mar 2009 04:38:03 +0000 (04:38 +0000)]
Fix last changelog entry.

15 years ago(Vminibuffer_completion_confirm): Doc fix.
Chong Yidong [Tue, 17 Mar 2009 04:37:41 +0000 (04:37 +0000)]
(Vminibuffer_completion_confirm): Doc fix.

15 years ago* minibuf.c (syms_of_minibuf): Doc fix.
Chong Yidong [Tue, 17 Mar 2009 04:37:17 +0000 (04:37 +0000)]
* minibuf.c (syms_of_minibuf): Doc fix.

15 years agoset-face-attributes-from-resources, face-set-after-frame-default:
David Reitter [Mon, 16 Mar 2009 20:46:59 +0000 (20:46 +0000)]
set-face-attributes-from-resources, face-set-after-frame-default:
Do not import X resources on NS because NS does not have system-wide X resources.

15 years ago*** empty log message ***
David Reitter [Mon, 16 Mar 2009 20:46:21 +0000 (20:46 +0000)]
*** empty log message ***

15 years agoFix previous change.
Richard M. Stallman [Mon, 16 Mar 2009 14:10:47 +0000 (14:10 +0000)]
Fix previous change.

15 years ago(rmail-expunge): Show the message only once, and only if needed.
Richard M. Stallman [Mon, 16 Mar 2009 14:04:28 +0000 (14:04 +0000)]
(rmail-expunge): Show the message only once, and only if needed.
If the current message was current before, just re-swap.

15 years ago(rmail-retry-failure): Discard rmail-ignored-headers.
Richard M. Stallman [Mon, 16 Mar 2009 13:42:31 +0000 (13:42 +0000)]
(rmail-retry-failure): Discard rmail-ignored-headers.

15 years ago(ccl-compile-if): Signal an error for invalid operator.
Kenichi Handa [Mon, 16 Mar 2009 11:13:58 +0000 (11:13 +0000)]
(ccl-compile-if): Signal an error for invalid operator.

15 years ago(read-file-name): Doc fix.
Chong Yidong [Mon, 16 Mar 2009 03:17:48 +0000 (03:17 +0000)]
(read-file-name): Doc fix.

15 years ago* minibuffer.el (read-file-name): Doc fix.
Chong Yidong [Mon, 16 Mar 2009 03:17:38 +0000 (03:17 +0000)]
* minibuffer.el (read-file-name): Doc fix.

15 years agoDescribe new completion rules more clearly.
Chong Yidong [Mon, 16 Mar 2009 03:03:44 +0000 (03:03 +0000)]
Describe new completion rules more clearly.

15 years ago(tooltip-show-help-non-mode): Don't set tooltip-previous-message if
Chong Yidong [Mon, 16 Mar 2009 02:42:45 +0000 (02:42 +0000)]
(tooltip-show-help-non-mode): Don't set tooltip-previous-message if
called with the same tooltip that is showing (Bug#2680).

15 years ago* tooltip.el (tooltip-show-help-non-mode): Don't set
Chong Yidong [Mon, 16 Mar 2009 02:42:33 +0000 (02:42 +0000)]
* tooltip.el (tooltip-show-help-non-mode): Don't set
tooltip-previous-message if called with the same tooltip that is
showing (Bug#2680).

15 years ago(crm--choose-completion-string): New function.
Chong Yidong [Mon, 16 Mar 2009 00:44:02 +0000 (00:44 +0000)]
(crm--choose-completion-string): New function.
(completing-read-multiple): Set and restore
choose-completion-string-functions (Bug#1080).

15 years ago* emacs-lisp/crm.el (crm--choose-completion-string): New function.
Chong Yidong [Mon, 16 Mar 2009 00:43:52 +0000 (00:43 +0000)]
* emacs-lisp/crm.el (crm--choose-completion-string): New function.
(completing-read-multiple): Set and restore
choose-completion-string-functions (Bug#1080).

15 years agoFormatting fix.
Glenn Morris [Mon, 16 Mar 2009 00:23:45 +0000 (00:23 +0000)]
Formatting fix.

15 years agoAdd missing entry.
Glenn Morris [Mon, 16 Mar 2009 00:13:34 +0000 (00:13 +0000)]
Add missing entry.

15 years agoFix previous change.
Glenn Morris [Sun, 15 Mar 2009 22:57:59 +0000 (22:57 +0000)]
Fix previous change.

15 years ago(cal-tex-preamble-extra): Add an example string value to help people
Glenn Morris [Sun, 15 Mar 2009 21:32:14 +0000 (21:32 +0000)]
(cal-tex-preamble-extra): Add an example string value to help people
with the formatting.

15 years agoSign-off on sending.texi.
Glenn Morris [Sun, 15 Mar 2009 21:18:56 +0000 (21:18 +0000)]
Sign-off on sending.texi.

15 years ago(Mail Format): Replace "Sender" with "Message-Id", since
Glenn Morris [Sun, 15 Mar 2009 21:16:52 +0000 (21:16 +0000)]
(Mail Format): Replace "Sender" with "Message-Id", since
the former is not always used.
(Mail Headers): Use active voice.  Add "Mail-reply-to".
Change case of "Id".  Avoid repeated "appropriate".
(Mail Aliases): Fix previous change - use an example with a ".", so it
does actually get quoted when expanded.
(Mail Sending): Mailclient is the default on some systems.
(Citing Mail): Mention mail-indentation-spaces.
(Mail Mode Misc): Add an @dfn for "mail signature".

15 years ago(rmail-font-lock-keywords): Treat "Mail-Reply-To" like "Reply-To".
Glenn Morris [Sun, 15 Mar 2009 21:09:30 +0000 (21:09 +0000)]
(rmail-font-lock-keywords): Treat "Mail-Reply-To" like "Reply-To".

15 years ago(mail-yank-prefix): Doc fix.
Glenn Morris [Sun, 15 Mar 2009 21:07:39 +0000 (21:07 +0000)]
(mail-yank-prefix): Doc fix.
(mail-mode-map): Only enable the "Cite Original" menu-item when
appropriate.  Standardize the text used for other headers re hyphens.

15 years ago(parse_menu_item): Don't display remappings as menu equivalent bindings (Bug#788).
Chong Yidong [Sun, 15 Mar 2009 17:56:30 +0000 (17:56 +0000)]
(parse_menu_item): Don't display remappings as menu equivalent bindings (Bug#788).

15 years ago* keyboard.c (parse_menu_item): Don't display remappings as menu
Chong Yidong [Sun, 15 Mar 2009 17:56:14 +0000 (17:56 +0000)]
* keyboard.c (parse_menu_item): Don't display remappings as menu
equivalent bindings (Bug#788).

15 years ago* w32term.h (WM_EMACS_PAINT): New message.
Jason Rumney [Sun, 15 Mar 2009 14:53:53 +0000 (14:53 +0000)]
* w32term.h (WM_EMACS_PAINT): New message.
* w32term.c (w32_read_socket): Use it instead of WM_PAINT.
* w32fns.c (w32_wnd_proc): Change WM_PAINT to WM_EMACS_PAINT
before passing to lisp thread.  (Bug#950)

15 years agoDocumented completion-styles.
Chong Yidong [Sun, 15 Mar 2009 14:52:19 +0000 (14:52 +0000)]
Documented completion-styles.

15 years ago(Completion Commands): Describe Emacs 23 completion rules.
Chong Yidong [Sun, 15 Mar 2009 14:51:45 +0000 (14:51 +0000)]
(Completion Commands): Describe Emacs 23 completion rules.
(Completion Options): Document read-file-name-completion-ignore-case,
read-buffer-completion-ignore-case, and completion-styles.  Remove
description of partial-completion-mode.

15 years ago* mini.texi (Completion Commands): Describe Emacs 23 completion rules.
Chong Yidong [Sun, 15 Mar 2009 14:51:36 +0000 (14:51 +0000)]
* mini.texi (Completion Commands): Describe Emacs 23 completion rules.
(Completion Options): Document read-file-name-completion-ignore-case,
read-buffer-completion-ignore-case, and completion-styles.  Remove
description of partial-completion-mode.

15 years agoDocumented read-file-name-completion-ignore-case and
Chong Yidong [Sun, 15 Mar 2009 14:36:41 +0000 (14:36 +0000)]
Documented read-file-name-completion-ignore-case and
read-buffer-completion-ignore-case.

15 years ago(completion-styles): Add emacs22 completion style as fallback.
Chong Yidong [Sun, 15 Mar 2009 14:29:12 +0000 (14:29 +0000)]
(completion-styles): Add emacs22 completion style as fallback.

15 years ago* minibuffer.el (completion-styles): Add emacs22 completion style
Chong Yidong [Sun, 15 Mar 2009 14:28:52 +0000 (14:28 +0000)]
* minibuffer.el (completion-styles): Add emacs22 completion style
as fallback.

15 years ago(vc-checkin): Add an extra argument for the VC backend,
Dan Nicolaescu [Sun, 15 Mar 2009 08:58:02 +0000 (08:58 +0000)]
(vc-checkin): Add an extra argument for the VC backend,
pass it down to vc-start-logentry.
(vc-next-action, vc-transfer-file): Pass the VC backend to
vc-checkin.
(vc-next-action): Do not assume that all backends in
vc-handled-backends are upper case.

15 years ago(vc-checkin): Add an extra argument for the VC backend,
Dan Nicolaescu [Sun, 15 Mar 2009 08:54:00 +0000 (08:54 +0000)]
(vc-checkin): Add an extra argument for the VC backend,
pass it down to vc-start-logentry.
(vc-next-action, vc-transfer-file): Pass the VC backend to
vc-checkin.

15 years agomini.texi needs to be rechecked.
Chong Yidong [Sun, 15 Mar 2009 02:48:26 +0000 (02:48 +0000)]
mini.texi needs to be rechecked.

15 years ago(get-free-disk-space): Ensure that default-directory is
Chong Yidong [Sun, 15 Mar 2009 02:31:45 +0000 (02:31 +0000)]
(get-free-disk-space): Ensure that default-directory is
usable before calling call-process.  Suggested by Kevin
Ryde (Bug#2631).

15 years ago* files.el (get-free-disk-space): Ensure that default-directory is
Chong Yidong [Sun, 15 Mar 2009 02:29:23 +0000 (02:29 +0000)]
* files.el (get-free-disk-space): Ensure that default-directory is
usable before calling call-process.  Suggested by Kevin
Ryde (Bug#2631).

15 years agoFix last change.
Chong Yidong [Sun, 15 Mar 2009 01:21:39 +0000 (01:21 +0000)]
Fix last change.

15 years ago(Mail Format): Fix typo. Add index entry for mail-header-separator.
Glenn Morris [Sat, 14 Mar 2009 22:30:53 +0000 (22:30 +0000)]
(Mail Format): Fix typo.  Add index entry for mail-header-separator.
(Mail Headers): Put info about initialization and changing in one place
at the start.  Update FCC section for mbox Rmail.  Clarify From
section, mention mail-setup-with-from.  Clarify Reply-to section.
Add Mail-followup-to and mail-mailing-lists.  Clarify References section.
(Mail Aliases): Update example, make less contentious.
Update for name change of mail-interactive-insert-alias.
(Mail Mode): Remove mention of `%' as a word separator.
(Mail Sending): Mention mail-send-hook.  Mention Mailclient.
(Header Editing): Add reply-to, mail-reply-to, and mail-followup-to commands.
Clarify FCC handling.  In mail-complete, add reference to
Mail Aliases section, and mention mail-complete-function.
(Citing Mail): Mention mail-yank-ignored-headers and mail-citation-hook.
(Mail Mode Misc): Clarify the mail-signature function.  Add basic
signature netiquette.  Explain how the mail hooks work when continuing
a composition.
(Mail Amusements): Internationalize the spook section a bit.
Remove the spook mail-setup-hook example, since it doesn't work well.
Mention fortune-file.
(Mail Methods): Mention read-mail-command.

15 years agoRemove preferences panel.
David Reitter [Sat, 14 Mar 2009 21:39:08 +0000 (21:39 +0000)]
Remove preferences panel.

15 years agoremove preferences panel.
David Reitter [Sat, 14 Mar 2009 21:37:49 +0000 (21:37 +0000)]
remove preferences panel.

15 years agomacos.texi (Mac / GNUstep Basics): remove references to Prefs panel
David Reitter [Sat, 14 Mar 2009 21:30:12 +0000 (21:30 +0000)]
macos.texi (Mac / GNUstep Basics): remove references to Prefs panel
and NS resources following recent changes.

15 years agoChecked streams.texi.
Chong Yidong [Sat, 14 Mar 2009 21:25:35 +0000 (21:25 +0000)]
Checked streams.texi.

15 years ago*** empty log message ***
Glenn Morris [Sat, 14 Mar 2009 21:22:30 +0000 (21:22 +0000)]
*** empty log message ***

15 years agoChecked debugging.texi.
Chong Yidong [Sat, 14 Mar 2009 21:22:04 +0000 (21:22 +0000)]
Checked debugging.texi.

15 years ago(Error Debugging): Don't mislead the reader into
Chong Yidong [Sat, 14 Mar 2009 21:21:41 +0000 (21:21 +0000)]
(Error Debugging): Don't mislead the reader into
thinking that debug-on-error enters debugger for C-f at EOB.
(Error Debugging): Setting debug-on-init within the init file
works, and has for some time.

15 years ago* debugging.texi (Error Debugging): Don't mislead the reader into
Chong Yidong [Sat, 14 Mar 2009 21:21:32 +0000 (21:21 +0000)]
* debugging.texi (Error Debugging): Don't mislead the reader into
thinking that debug-on-error enters debugger for C-f at EOB.
(Error Debugging): Setting debug-on-init within the init file
works, and has for some time.

15 years agoRemove leading `*' from defcustom docs.
Glenn Morris [Sat, 14 Mar 2009 21:20:47 +0000 (21:20 +0000)]
Remove leading `*' from defcustom docs.

15 years agoUnify shutdown handling under NS, via ns-power-off key event (where appropriate)...
David Reitter [Sat, 14 Mar 2009 21:19:56 +0000 (21:19 +0000)]
Unify shutdown handling under NS, via ns-power-off key event (where appropriate) and save-buffers-kill-emacs.

remove  NS-specific preferences window that used to show NS-specific preferences.
Integrate preferences in Lisp accessible customization system where possible.
Remove ns-expand-space, because it can be set only during fontloading (i.e. not at runtime),
and because of redundancy with line-spacing frame parameter.

Remove loading of most and saving of all NS resources (from org.gnu.Emacs.plist).

nsterm.m (ns_shutdown_properly, -terminate): remove global state variable as it was never reset
(ns_term_init): remove initialization of Lisp-settable defaults and ns_expand_space
(-setPanelFromDefaultValues): remove ns_expand_space.
(-showPreferencesWindow): send new KEY_NS_SHOW_PREFS key.

nsfont.m (nsfont_open): remove ns_expand_space, assume -0.5 i.e. no additional spacing, similar to Carbon port.

nsterm.h: define KEY_NS_SHOW_PREFS key.
nsfns.m (ns-popup-prefs-panel): remove.

term/ns-win.el (ns-expand-space): remove.
(ns-show-prefs event): run `customize'.
(ns-power-off): run `save-buffers-kill-emacs', but ask user whether to save files (as is standard)
(clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
(menu-bar-enable-clipboard): do not undefine these.
(ns-save-preferences,ns-save-options,ns-show-preferences-help): remove.

15 years ago(mail-mode-hook): Doc fix.
Glenn Morris [Sat, 14 Mar 2009 21:04:43 +0000 (21:04 +0000)]
(mail-mode-hook): Doc fix.

15 years agoMention some ChangeLog issues.
Glenn Morris [Sat, 14 Mar 2009 20:29:40 +0000 (20:29 +0000)]
Mention some ChangeLog issues.

15 years ago(mail-interactive): Doc fix.
Glenn Morris [Sat, 14 Mar 2009 20:25:06 +0000 (20:25 +0000)]
(mail-interactive): Doc fix.
(mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
(mail-setup): Use the function mail-signature.
(mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
(mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
(mail-signature): Check the signature file is readable.
With the argument ATPOINT, really insert at point.
Handle the case when the variable mail-signature is an expression.

15 years ago(undo-outer-limit-truncate): Mention that warning-suppress-types is
Chong Yidong [Sat, 14 Mar 2009 17:43:16 +0000 (17:43 +0000)]
(undo-outer-limit-truncate): Mention that warning-suppress-types is
defined in the warnings library (Bug#2668).

15 years ago* simple.el (undo-outer-limit-truncate): Mention that
Chong Yidong [Sat, 14 Mar 2009 17:42:18 +0000 (17:42 +0000)]
* simple.el (undo-outer-limit-truncate): Mention that
warning-suppress-types is defined in the warnings
library (Bug#2668).

15 years ago(vc-default-receive-file): The 'register method now
Dan Nicolaescu [Sat, 14 Mar 2009 16:37:09 +0000 (16:37 +0000)]
(vc-default-receive-file): The 'register method now
expects a list, pass a list.

15 years agoNote the vc-annotate key changes.
Dan Nicolaescu [Sat, 14 Mar 2009 16:29:37 +0000 (16:29 +0000)]
Note the vc-annotate key changes.

15 years ago(alsa_configure): Remove call do deprecated
Jan Djärv [Sat, 14 Mar 2009 15:19:04 +0000 (15:19 +0000)]
(alsa_configure): Remove call do deprecated
_pcm_sw_params_set_xfer_align.

15 years ago* gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
Jan Djärv [Sat, 14 Mar 2009 15:12:33 +0000 (15:12 +0000)]
* gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
after clicking in a detached tool bar.
(xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.

15 years agoFix entry (one moved to org/).
Glenn Morris [Sat, 14 Mar 2009 03:07:01 +0000 (03:07 +0000)]
Fix entry (one moved to org/).

15 years agoMove entry here from ../
Glenn Morris [Sat, 14 Mar 2009 03:04:22 +0000 (03:04 +0000)]
Move entry here from ../

15 years ago(tar-extract): Setup the buffer's name, undo-list, and
Stefan Monnier [Sat, 14 Mar 2009 03:03:25 +0000 (03:03 +0000)]
(tar-extract): Setup the buffer's name, undo-list, and
modified status before running the major-mode.

15 years ago(doc-view-sentinel): Strip trailing newline from event message.
Chong Yidong [Sat, 14 Mar 2009 02:12:06 +0000 (02:12 +0000)]
(doc-view-sentinel): Strip trailing newline from event message.

15 years ago* doc-view.el (doc-view-sentinel): Strip trailing newline from
Chong Yidong [Sat, 14 Mar 2009 02:11:20 +0000 (02:11 +0000)]
* doc-view.el (doc-view-sentinel): Strip trailing newline from
event message.

15 years ago(undo): Don't loop when encountering empty undo records.
Stefan Monnier [Sat, 14 Mar 2009 01:51:34 +0000 (01:51 +0000)]
(undo): Don't loop when encountering empty undo records.

15 years agoFix typos.
Juanma Barranquero [Sat, 14 Mar 2009 00:26:34 +0000 (00:26 +0000)]
Fix typos.

15 years ago(doc-view-mode-map): Bind RET to image-next-line.
Tassilo Horn [Fri, 13 Mar 2009 21:03:21 +0000 (21:03 +0000)]
(doc-view-mode-map): Bind RET to image-next-line.