1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

90198 Commits

Author SHA1 Message Date
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
YAMAMOTO Mitsuharu
bcda200f6a (unexec): Consider a section to precede the .bss section
if its addresses overlap that of .bss.
(unexec) [NS_IMPL_GNUSTEP]: Copy ObjC-related data from old file
instead of dumping process.
2009-05-06 02:27:51 +00:00
YAMAMOTO Mitsuharu
d01179d907 (add_user_signal): Remove extern. 2009-05-06 02:26:52 +00:00
YAMAMOTO Mitsuharu
9719d4f782 (add_user_signal): Fix typo in extern. 2009-05-06 02:26:42 +00:00
Stefan Monnier
864660a2ca (syms_of_keyboard): Staticpro pending_funcalls. 2009-05-06 01:30:13 +00:00
Stefan Monnier
e6c01f094d (vc-svn-parse-status): Accept ?D for removed files (bug#3213). 2009-05-05 04:17:27 +00:00
Stefan Monnier
97355c3832 (vc-delete-file): Add autoload cookie (bug#3209). 2009-05-05 04:02:45 +00:00
Chong Yidong
a6e754b68e * BUGS: Use new binding of view-emacs-problems. 2009-05-05 01:23:41 +00:00
Chong Yidong
d4ad7b96a4 * trouble.texi (Lossage): Use new binding of view-emacs-problems. 2009-05-05 01:17:22 +00:00
Chong Yidong
a62d14d4ca Checked internals.texi, hooks.texi, and locals.texi. 2009-05-04 23:26:08 +00:00
Chong Yidong
ee2d5b5e1d * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
Remove obsoleted pre-abbrev-expand-hook.

* locals.texi (Standard Buffer-Local Variables): Consolidate table
entries.

* internals.texi (Window Internals): Synch field names to window.h.
(Process Internals): Synch field names to process.h.
2009-05-04 23:25:38 +00:00
Stefan Monnier
c15dfb2982 (frame-list): Clarify which frames are returned. 2009-05-04 19:43:22 +00:00
Stefan Monnier
47f2429031 Add index entry for ?(: 2009-05-04 19:33:10 +00:00
Stefan Monnier
50da4e5637 (ctagsfiles1, ctagsfiles2): Include ObjC files in TAGS. 2009-05-04 15:19:43 +00:00
Chong Yidong
c773345a18 * internals.texi (Object Internals): Don't assume 32-bit machines
are the norm.
(Buffer Internals): Consolidate table entries for readability.
2009-05-04 04:07:28 +00:00
Daiki Ueno
2a268ee2c5 (epg-wait-for-completion): Add a comment explaining the reason of the
previous change.
2009-05-04 01:33:32 +00:00
Chong Yidong
22d47d5e2b * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string
directly (Bug#2878).
2009-05-04 01:18:11 +00:00
Chong Yidong
734dabe0ec * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
for Solaris compatibility.
* leim/Makefile.in (install): Avoid using $$(..) construct, for Solaris
compatibility.
2009-05-04 01:13:20 +00:00
Juanma Barranquero
2b4e72e1d5 * term/ns-win.el (ns-alternatives-map, ns-insert-working-text)
(ns-echo-working-text, ns-utf8-nfd-post-read-conversion)
(ns-insert-text, ns-insert-file, ns-find-file, generate-fontset-menu)
(mouse-set-font, ns-respond-to-change-font, ns-standard-fontset-spec)
(ns-set-background-alpha, ns-set-foreground-at-mouse)
(ns-set-background-at-mouse): Fix typos in docstrings.
2009-05-03 23:19:35 +00:00
Daiki Ueno
de22b81de3 Fix timing problem of Bug#2412.
(epg-wait-for-completion): Sleep after the process
exits, to allow process-filter to run (Bug#2412).
2009-05-03 22:27:40 +00:00
Daiki Ueno
50f13b3e55 (epa--read-signature-type): Fix typo. 2009-05-03 05:46:08 +00:00
Glenn Morris
1d3c7fd69d (widget-specify-field, widget-field-value-get, character):
Revert 2009-03-24 change, since it causes a more serious problem than
the one it solves.  (Closes Bug#3136, reopens Bug#2689.)
2009-05-02 23:44:00 +00:00