Chong Yidong
b39d28c92a
* tutorial.el (help-with-tutorial): Use TUTORIAL.xx for the tutorial
...
buffer, since that is what the tutorial text assumes.
2009-05-12 16:42:20 +00:00
Chong Yidong
7951ca5346
* tutorial.el (help-with-tutorial): Don't use text mode, since the
...
tutorial text assume Fundamental mode.
2009-05-12 16:06:07 +00:00
Chong Yidong
6a8cd7e53f
Checked misc.texi.
2009-05-12 15:27:57 +00:00
Juanma Barranquero
ae232225a9
Update.
2009-05-12 12:28:40 +00:00
Chong Yidong
890800b148
Remove mention of obsolete president.
2009-05-12 04:16:56 +00:00
Chong Yidong
932fd020b3
* misc.texi (Interactive Shell, Saving Emacs Sessions)
...
(Shell History Copying, Terminal emulator): Copyedits.
2009-05-12 04:12:27 +00:00
Chong Yidong
ded5dab72e
Documented empty -a option for emacsclient.
2009-05-12 04:10:30 +00:00
Chong Yidong
0c1e3f0de3
Documented font-backend X resource and frame parameter.
2009-05-12 03:32:48 +00:00
Chong Yidong
80be4dd7b6
* frames.texi (Font and Color Parameters): Rename from Color
...
Parameters. Document font-backend parameter.
* vol2.texi (Top): Update node listing.
* vol1.texi (Top): Update node listing.
* elisp.texi (Top): Update node listing.
2009-05-12 03:31:58 +00:00
Chong Yidong
01d2a3f93c
Checked xresources.texi.
2009-05-12 03:19:05 +00:00
Chong Yidong
ac36a8f1e7
* xresources.texi (Resources): Simplify descriptions. Shorten
...
description of editres, which is not very useful these days.
(Table of Resources): Document fontBackend resource.
2009-05-12 03:18:03 +00:00
Chong Yidong
f7a0bea3b3
Checked trouble.texi.
2009-05-12 02:06:43 +00:00
Chong Yidong
b2a42eb75d
* trouble.texi (Quitting): Add other undo bindings to table.
...
(DEL Does Not Delete): Note that the erasure key is usually labelled
"Backspace". Remove discussion of obscure Xmodmap issue.
2009-05-12 02:05:55 +00:00
Stefan Monnier
a9e3ff690b
(completion-setup-function):
...
Only modify the default-directory in *Completions* (bug#3250).
Take partial-completion into account when setting default-directory.
2009-05-11 15:35:44 +00:00
YAMAMOTO Mitsuharu
9cb363dbda
(xftfont_open): Make sure that Xrender extension is added
...
before Xft one (Bug#1696).
2009-05-11 09:30:34 +00:00
Jan Djärv
47a6002f34
* gtkutil.c (xg_frame_set_char_size): Set frame pixel width/height to
...
what we expect to get in the next ConfigureNotify event.
2009-05-11 06:42:45 +00:00
Martin Rudalics
372a93ac39
(Choosing Window): Don't explicitly refer to
...
split-window-sensibly's window argument in descriptions of
split-height-threshold and split-width-threshold.
2009-05-11 06:15:14 +00:00
Chong Yidong
b912660955
* nsfns.m (Fx_display_planes): Compute bitplanes using
...
NSBitsPerPixelFromDepth (Bug#3207).
2009-05-10 22:21:17 +00:00
Chong Yidong
143770f236
* emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178).
2009-05-10 22:01:20 +00:00
Chong Yidong
27a69fd9b3
* editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
2009-05-10 21:48:11 +00:00
Kim F. Storm
5b54c385e9
Fix last change.
2009-05-10 21:23:26 +00:00
Kim F. Storm
11c238b380
Add proper support for confirm-nonexistent-file-or-buffer
...
values `confirm' and `confirm-after-completion'.
(ido-read-internal, ido-buffer-internal, ido-file-internal):
Setup and handle require-match arg according to c-n-f-o-b.
(ido-show-confirm-message): New dynamic variable.
(ido-exit-minibuffer): Request confirmation for non-existing file
or buffer according to confirm-nonexistent-file-or-buffer.
(ido-decorations): Add 11th element for "confirm" message.
(ido-completions): Show confirmation message when requested.
2009-05-10 21:22:00 +00:00
Thien-Thi Nguyen
00f37552b8
Make GCPROs and UNGCPRO no-ops also on SuperH.
...
* s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
2009-05-10 14:18:47 +00:00
Martin Rudalics
714c35417e
(Choosing Window): Fix rewrite of window splitting section.
2009-05-10 07:13:33 +00:00
Eli Zaretskii
0e90e7befb
(Default Coding Systems): Document find-auto-coding, set-auto-coding, and
...
auto-coding-alist. Add indexing.
(Lisp and Coding Systems): Add index entries.
2009-05-09 09:10:07 +00:00
Martin Rudalics
d3c0c321ba
(Choosing Window): Describe split-window-sensibly
...
and rewrite section on window splitting accordingly.
(Textual Scrolling): Replace `...' by @code{...}.
2009-05-09 07:19:47 +00:00
Martin Rudalics
abe8f3060b
Rewrite entry for display-buffer.
2009-05-08 06:26:05 +00:00
Kenichi Handa
398dbf2661
Cancel previous changes.
2009-05-08 06:22:40 +00:00
Kenichi Handa
777c6e6a7b
*** empty log message ***
2009-05-08 06:22:07 +00:00
Kenichi Handa
92f1928093
(xfont_check_char_support)
...
(xfont_check_registry_char_support): New functions.
(xfont_list_pattern): Delete unused arg FRAME, add arg CHARS.
Callers adjusted.
(xfont_list): Handle :script property.
2009-05-08 06:05:38 +00:00
Kenichi Handa
3909e3a332
(encoded-kbd-setup-keymap): Fix for big5.
2009-05-08 02:25:43 +00:00
Kenichi Handa
c451e59ebc
(describe-coding-system): Fix for big5.
2009-05-08 02:15:52 +00:00
Eli Zaretskii
11586e5a1e
(Choosing Window): Fix a typo.
2009-05-07 18:55:54 +00:00
David Reitter
85bd26158c
ns_dumpglyphs_stretch, ns_dumpglyphs_image: respect mouse face background.
2009-05-07 13:46:56 +00:00
David Reitter
2d82a920da
*** empty log message ***
2009-05-07 13:46:31 +00:00
Martin Rudalics
8b10a2d198
(split-window-sensibly): New function.
...
(split-height-threshold, split-width-threshold): State in
doc-string that these affect split-window-sensibly. Change
customization subtype from number to integer.
(window--splittable-p): Rename to window-splittable-p since it's
referred to in doc-string of split-window-sensibly. Update
doc-string.
(window--try-to-split-window): Unconditionally call
split-window-preferred-function and move splitting functionality
to split-window-sensibly (Bug#3142).
(split-window-preferred-function): Rewrite doc-string. Don't
allow nil as customization type.
2009-05-07 09:21:23 +00:00
David Reitter
4077e59253
mouse movement/highlight: bracket drawing operations in ns_update_begin and ns_update_end.
2009-05-07 03:22:09 +00:00
David Reitter
46b0d52db3
*** empty log message ***
2009-05-07 03:21:37 +00:00
Chong Yidong
6da27836f8
Checked help.texi.
2009-05-07 02:36:25 +00:00
Chong Yidong
1e7c65602f
Checked files.texi.
2009-05-07 02:18:59 +00:00
Chong Yidong
c6ea7fb874
* files.texi (Visiting): Copyedits.
2009-05-07 02:18:48 +00:00
Chong Yidong
8c61dd01c0
* faces.el (x-handle-named-frame-geometry): Ignore errors from
...
x-get-resource due to not yet opened X connection. This is a
temporary workaround for Bug#3194.
2009-05-07 00:03:42 +00:00
Adrian Robert
b8914ad2ce
* Cocoa/Emacs.base/Contents/Info.plist: Add editor role for .markdown, .mkdn.
2009-05-06 08:38:22 +00:00
Chong Yidong
d332af682d
Checked mule.texi.
2009-05-06 03:56:30 +00:00
Chong Yidong
a99c39bbfc
Update documentation status.
2009-05-06 03:56:01 +00:00
Chong Yidong
ad36c4224c
* basic.texi (Inserting Text): Document ucs-insert.
...
* mule.texi (International Chars): Define "multibyte". Note that
internal representation is unicode-based. Simplify definition of raw
bytes. Mention ucs-insert.
(Enabling Multibyte): Remove obsolete discussion. Copyedits.
(Language Environments): Add language environments new to Emacs 23.
(Multibyte Conversion): Node deleted.
(Coding Systems): Remove obsolete unify-8859-on-decoding-mode. Don't
mention obsolete emacs-mule coding system.
(Output Coding): Copyedits.
* emacs.texi (Top): Update node listing.
2009-05-06 03:55:12 +00:00
Stefan Monnier
5996e1b74c
(ns_get_screen): Rewrite.
...
Don't presume selected-frame is of type `ns'.
2009-05-06 03:09:11 +00:00
Stefan Monnier
ba98e3a0ff
(font_update_drivers): Sanity fallback to avoid disabling all drivers.
2009-05-06 02:57:47 +00:00
Stefan Monnier
834cf4368c
Don't define CANNOT_DUMP for GNUStep any more.
2009-05-06 02:51:52 +00:00
Stefan Monnier
ce1b23bb4e
(-windowDidResize:): Avoid inf-loop under GNUStep.
2009-05-06 02:49:35 +00:00