1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00
Commit Graph

87730 Commits

Author SHA1 Message Date
Chong Yidong
03a2708158 * complete.el (PC-do-complete-and-exit): Use
minibuffer-confirm-exit-commands.

* minibuffer.el (minibuffer-confirm-exit-commands): Add
PC-complete and PC-complete-word to the list.
2008-11-29 21:40:51 +00:00
Juanma Barranquero
76e7a7f0b4 * files.el (break-hardlink-on-save): Fix typo in docstring. Add :version tag. 2008-11-29 21:32:39 +00:00
Juanma Barranquero
febf3e6f34 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
(reb-mode): Define with `define-derived-mode'.
2008-11-29 20:25:54 +00:00
Juanma Barranquero
3b7046cb1f Fix typo. 2008-11-29 20:05:32 +00:00
Karl Fogel
1d367309a1 * emacs-cvs/lisp/files.el
(break-hardlink-on-save): New variable.
  (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
  (file-precious-flag): Mention it in doc string.
2008-11-29 19:04:14 +00:00
Juanma Barranquero
b23077df66 * w32proc.c: Include "coding.h".
(Fw32_short_file_name): Encode filename passed to Windows API.
  (Fw32_long_file_name): Encode filename passed to Windows API and
  decode back the result.  (Bug#1433)
2008-11-29 18:35:33 +00:00
Miles Bader
d182658510 Add and use minibuffer-confirm-exit-commands variable
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1483
2008-11-29 18:07:15 +00:00
Eli Zaretskii
98d059989a (Top): Add a @detailmenu entry for "Character Properties". 2008-11-29 17:06:11 +00:00
Eli Zaretskii
91211f0717 (Character Properties): New Section.
(Specifying Coding Systems): Document `coding-system-priority-list',
`set-coding-system-priority', and `with-coding-priority'.
(Lisp and Coding Systems): Document `check-coding-systems-region' and
`coding-system-charset-list'.
(Coding System Basics): Document `coding-system-aliases'.
2008-11-29 17:03:54 +00:00
Reiner Steib
9255ec865f (nnimap-demule-use-string-to-multibyte): New temporary
variable for debugging bug#464 and bug#1174.
(nnimap-demule): Use it.
2008-11-29 15:26:49 +00:00
Kenichi Handa
8cc53f96e5 (CHAR_CHARSET_P): Check if the encoder is loaded or
not before accessing it.
2008-11-29 13:47:31 +00:00
Martin Rudalics
9c6361c98b (Line Truncation): Add reference to Continuation Lines. 2008-11-29 13:36:10 +00:00
Martin Rudalics
6cb2ca7070 (Split Window): Add reference to Continuation Lines. 2008-11-29 13:35:07 +00:00
Martin Rudalics
2a472ee428 (Pop Up Window): Mention split-height-threshold
and split-width-threshold.
2008-11-29 13:15:52 +00:00
Eli Zaretskii
983ab7baf8 Add notes about Antinews. 2008-11-29 12:28:54 +00:00
Eli Zaretskii
47dbc0440f (Character Type): Correct the range of Emacs characters. Add an @xref
to "Character Codes".
2008-11-29 12:20:25 +00:00
Eli Zaretskii
b517357487 (String Basics): Add an @xref to "Character Codes". 2008-11-29 12:19:22 +00:00
Eli Zaretskii
57e2db6dec (Integer Basics): Add an @xref to `max-char'. 2008-11-29 12:18:44 +00:00
Eli Zaretskii
800702607a (Explicit Encoding): Update for Emacs 23.
(Character Codes): Document `max-char'.
2008-11-29 12:18:14 +00:00
Chong Yidong
2543eb396b (x-gtk-stock-cache): New hash table.
(x-gtk-map-stock): Perform caching to prevent excess consing during
2008-11-29 06:52:31 +00:00
Chong Yidong
f47b9de185 * term/x-win.el (x-gtk-stock-cache): New hash table.
(x-gtk-map-stock): Perform caching to prevent excess consing during
2008-11-29 06:51:18 +00:00
Stefan Monnier
a231a45f50 (completion--try-word-completion): Don't ignore
partial-completion if it's the only style.
2008-11-29 02:39:19 +00:00
Adrian Robert
e93bc1426f * macos.texi: Change references to 'Mac' to 'Mac / GNUstep'. (GNUstep Support): New node. * anti.texi: * emacs.texi: * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep. 2008-11-29 02:00:07 +00:00
Kenichi Handa
b8ebe9dd7f (Fdefine_charset_internal): After calculating
min_char, max_char, and fastmap, copy the charset structure again.
(encode_char): Fix the previous change.
2008-11-29 01:46:07 +00:00
Juanma Barranquero
2644eb3f38 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
(re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
  (reb-initialize-buffer): Update matches, in case we're reentering
  RE Builder mode.
2008-11-28 23:54:23 +00:00
Romain Francoise
3c00847f06 2008-11-28 Ulrich Mueller <ulm@gentoo.org>
* configure.in: Fix last change.
2008-11-28 22:39:06 +00:00
Chong Yidong
f8d106b0f8 (PC-do-complete-and-exit): Synch to 2008-11-24 change to
minibuffer.el; recognize `confirm' and `confirm-after-completion'
values for minibuffer-completion-confirm.
2008-11-28 19:11:58 +00:00
Chong Yidong
8ce9231f25 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24
change to minibuffer.el; recognize `confirm' and
`confirm-after-completion' values for
minibuffer-completion-confirm.
2008-11-28 19:10:40 +00:00
Richard M. Stallman
43b978db78 (Dissociated Press): Minor cleanups. 2008-11-28 15:42:37 +00:00
Richard M. Stallman
39e269064e (Image-Dired): Avoid passive. 2008-11-28 15:40:38 +00:00
Richard M. Stallman
6a7447b343 (mips64-*-linux-gnu*, mips64el-*-linux-gnu*): New configurations. 2008-11-28 15:39:58 +00:00
Richard M. Stallman
ac134f2fc7 (Receiving Method Calls): Clean up previous change. 2008-11-28 14:48:05 +00:00
Eli Zaretskii
8b80cdf500 (Text Representations, Converting Representations, Character Sets,
Scanning Charsets, Translation of Characters): Make text more accurate.
2008-11-28 13:26:43 +00:00
Eli Zaretskii
e8e2bd9310 (Antinews): Add stuff about Unicode vs emacs-mule representation. 2008-11-28 12:01:44 +00:00
Martin Rudalics
4d1243c826 (eldoc-docstring-first-line): Don't match
any but the first "*" in a doc-string.
2008-11-28 10:23:21 +00:00
Seiji Zenitani
59bc82c0b9 * frame.c (x_set_alpha) [NS_IMPL_COCOA]: Call x_set_frame_alpha.
* nsfns.m (ns_frame_parm_handlers): Set alpha handler.
* nsterm.m (x_set_frame_alpha): New function.
2008-11-28 05:40:36 +00:00
Glenn Morris
a99dceba92 (Format Conversion Round-Trip): Improve previous change. 2008-11-28 03:32:15 +00:00
Glenn Morris
08d55d13a7 (format-write-file): Improve previous doc fix. 2008-11-28 03:31:30 +00:00
Eli Zaretskii
32247e3db3 (Fx_font_family_list, syms_of_xfaces): Fix last change. 2008-11-27 20:18:34 +00:00
Chong Yidong
71b605b87e Explain why region-active-p is often not the best function to use. 2008-11-27 17:08:44 +00:00
Chong Yidong
58b356e9b5 Tweak the previous doc fixes. 2008-11-27 17:07:25 +00:00
Chong Yidong
6a9127b65f (use-empty-active-region, use-region-p, region-active-p): Doc fix. 2008-11-27 17:01:50 +00:00
Dan Nicolaescu
fba1d2bef1 Mention -nw and -c. Fix the character for --help.
Swap the order of -e and -n to follow the order displayed by --help.
2008-11-27 16:56:33 +00:00
Chong Yidong
cab8a1afac * simple.el (use-empty-active-region, use-region-p, region-active-p):
Doc fix.
2008-11-27 16:53:19 +00:00
Juanma Barranquero
b003e5ff45 * w32font.c (add_font_entity_to_list): Pass the right LOGFONT
pointer to check_face_name.
2008-11-27 15:19:40 +00:00
Martin Rudalics
a9d451f034 (display-buffer): Fix handling of not-this-window
argument.  (Bug#1415)
2008-11-27 13:20:15 +00:00
Juanma Barranquero
0956be4f1a * NEWS: Fix typo. (Bug#1439) 2008-11-27 09:14:14 +00:00
Kenichi Handa
6abbce6457 Set category 'C' to characters #x20000..#x2AFFF, #x2F800..#x2FFFF. 2008-11-27 08:03:03 +00:00
Kenichi Handa
8c766df1aa Set inhibit-load-charset-map to t while preloading
files.
2008-11-27 08:02:28 +00:00
Kenichi Handa
f10fdbfd42 (print_object): For bool-vector, delete unnecessary
check of ASCII_BYTE_P.
2008-11-27 08:02:15 +00:00