Kenichi Handa
4bd4e5bcbe
(create-default-fontset): New function.
...
(create-fontset-from-x-resource): Use display-warning instead of
message.
2009-03-19 00:55:36 +00:00
Kenichi Handa
8458d4c169
(load_charset_map_from_file): When a mapfile can't be loaded, signal
...
an error.
2009-03-19 00:46:35 +00:00
Richard M. Stallman
b6de883825
(rmail-retry-ignored-headers): Add usual mime headers.
...
(rmail-retry-failure): Undo previous change.
2009-03-18 21:47:23 +00:00
Eli Zaretskii
78e7d1fe15
(Ffile_attributes): Make sure UID and GID are always positive, even
...
if the value is too large for a positive EMACS_INT. Doc fix.
2009-03-18 20:38:41 +00:00
Eli Zaretskii
7b1c38a4f2
(Fuser_login_name): Support float arguments. Doc fix.
2009-03-18 20:37:06 +00:00
Juanma Barranquero
0be8a34397
Add bug reference.
2009-03-18 09:14:56 +00:00
YAMAMOTO Mitsuharu
5da9fdfa16
(xdialog_show): Move Fredisplay call ...
...
(Fx_popup_dialog): ... here.
2009-03-18 08:37:56 +00:00
Kenichi Handa
37e3a2bff8
*** empty log message ***
2009-03-18 07:29:56 +00:00
Kenichi Handa
a04f3650f5
(after-insert-file-set-coding): Set
...
buffer-file-coding-system directly without calling
set-buffer-file-coding-system.
2009-03-18 07:24:52 +00:00
Chong Yidong
745c5f7bbb
(Top): Update node listing.
2009-03-18 04:01:15 +00:00
Chong Yidong
dc1ce9aa18
(Completion Styles): New node.
2009-03-18 04:01:05 +00:00
Chong Yidong
f639ba70f6
* minibuf.texi (Completion Styles): New node.
...
* elisp.texi (Top): Update node listing.
2009-03-18 04:00:42 +00:00
Stefan Monnier
7519c40d29
(file_name_completion): Disable the first optimization just
...
installed, since it is not implemented correctly.
2009-03-18 02:26:29 +00:00
Stefan Monnier
2cd298e2db
(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.
2009-03-17 19:05:40 +00:00
Juanma Barranquero
e597afcb8b
* emacs-lisp/benchmark.el (benchmark): Reflow docstring.
2009-03-17 10:32:20 +00:00
Juanma Barranquero
6fe45af317
Move comment to make clearer it's talking about buffer Vprin1_to_string_buffer.
2009-03-17 10:26:25 +00:00
Kenichi Handa
44ded02464
(cjk-char-width-table): Add cp932-2-byte.
2009-03-17 07:16:29 +00:00
Chong Yidong
b613b1dcc8
(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.
2009-03-17 04:54:14 +00:00
Chong Yidong
d897e8eefb
* 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.
2009-03-17 04:54:03 +00:00
Chong Yidong
90810a8ef0
(minibuffer-complete-and-exit): Doc fix.
2009-03-17 04:39:09 +00:00
Chong Yidong
761023b6db
* minibuffer.el (minibuffer-complete-and-exit): Doc fix.
2009-03-17 04:39:00 +00:00
Chong Yidong
e10c9c93df
Fix last changelog entry.
2009-03-17 04:38:03 +00:00
Chong Yidong
1b79e22467
(Vminibuffer_completion_confirm): Doc fix.
2009-03-17 04:37:41 +00:00
Chong Yidong
48d37adfdc
* minibuf.c (syms_of_minibuf): Doc fix.
2009-03-17 04:37:17 +00:00
David Reitter
e51fe00a18
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.
2009-03-16 20:46:59 +00:00
David Reitter
4b7a790199
*** empty log message ***
2009-03-16 20:46:21 +00:00
Richard M. Stallman
b79c90313e
Fix previous change.
2009-03-16 14:10:47 +00:00
Richard M. Stallman
0b9b4ab99a
(rmail-expunge): Show the message only once, and only if needed.
...
If the current message was current before, just re-swap.
2009-03-16 14:04:28 +00:00
Richard M. Stallman
a6cf3c4e36
(rmail-retry-failure): Discard rmail-ignored-headers.
2009-03-16 13:42:31 +00:00
Kenichi Handa
945acc7b3c
(ccl-compile-if): Signal an error for invalid operator.
2009-03-16 11:13:58 +00:00
Chong Yidong
846b6ebaae
(read-file-name): Doc fix.
2009-03-16 03:17:48 +00:00
Chong Yidong
87979de820
* minibuffer.el (read-file-name): Doc fix.
2009-03-16 03:17:38 +00:00
Chong Yidong
aea75a8702
Describe new completion rules more clearly.
2009-03-16 03:03:44 +00:00
Chong Yidong
9bec41decc
(tooltip-show-help-non-mode): Don't set tooltip-previous-message if
...
called with the same tooltip that is showing (Bug#2680).
2009-03-16 02:42:45 +00:00
Chong Yidong
17bc3e84b4
* tooltip.el (tooltip-show-help-non-mode): Don't set
...
tooltip-previous-message if called with the same tooltip that is
showing (Bug#2680).
2009-03-16 02:42:33 +00:00
Chong Yidong
abb3c752e2
(crm--choose-completion-string): New function.
...
(completing-read-multiple): Set and restore
choose-completion-string-functions (Bug#1080).
2009-03-16 00:44:02 +00:00
Chong Yidong
112b8d1773
* emacs-lisp/crm.el (crm--choose-completion-string): New function.
...
(completing-read-multiple): Set and restore
choose-completion-string-functions (Bug#1080).
2009-03-16 00:43:52 +00:00
Glenn Morris
7c310b24cf
Formatting fix.
2009-03-16 00:23:45 +00:00
Glenn Morris
565770ef29
Add missing entry.
2009-03-16 00:13:34 +00:00
Glenn Morris
1bfec0f38d
Fix previous change.
2009-03-15 22:57:59 +00:00
Glenn Morris
a20013c1bb
(cal-tex-preamble-extra): Add an example string value to help people
...
with the formatting.
2009-03-15 21:32:14 +00:00
Glenn Morris
64fc5f5a40
Sign-off on sending.texi.
2009-03-15 21:18:56 +00:00
Glenn Morris
2186d13f03
(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".
2009-03-15 21:16:52 +00:00
Glenn Morris
4ad1654a90
(rmail-font-lock-keywords): Treat "Mail-Reply-To" like "Reply-To".
2009-03-15 21:09:30 +00:00
Glenn Morris
e009b5967b
(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.
2009-03-15 21:07:39 +00:00
Chong Yidong
224fc3d108
(parse_menu_item): Don't display remappings as menu equivalent bindings (Bug#788).
2009-03-15 17:56:30 +00:00
Chong Yidong
9286b16a25
* keyboard.c (parse_menu_item): Don't display remappings as menu
...
equivalent bindings (Bug#788).
2009-03-15 17:56:14 +00:00
Jason Rumney
f7b146dc3b
* 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)
2009-03-15 14:53:53 +00:00
Chong Yidong
7fab235acc
Documented completion-styles.
2009-03-15 14:52:19 +00:00
Chong Yidong
71e454fcfd
(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.
2009-03-15 14:51:45 +00:00