1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00
Commit graph

89595 commits

Author SHA1 Message Date
Jason Rumney
86dca3e8ba * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
* msdog.texi (Windows Misc): Remove doc for obsolete variable.  Modify
w32-use-visible-system-caret doc to indicate that it should get set
automatically.
(Windows Fonts): Add doc for the uniscribe backend.
2009-03-10 15:57:34 +00:00
Stefan Monnier
ba528748a1 * server.el (server-process-filter): Use expand-file-name rather than
command-line-normalize-file-name so as to use the `dir' when provided.
* emacsclient.c (main): Always pass cwd via "-dir".  Pass the file
names without prepending cwd to them, so Emacs uses its customary
rules to determine how to interpret the file name.
2009-03-10 14:08:52 +00:00
Stefan Monnier
bba79a9ce4 (doc-view-convert-current-doc): Fix last change. 2009-03-10 13:33:23 +00:00
Glenn Morris
0462d01962 (mail-archive-file-name, mail-default-headers): Doc fixes.
(mail-mailing-lists): Remove leading `*' from defcustom doc.
2009-03-10 07:20:32 +00:00
Adrian Robert
0a375797a2 * nsfns.m (syms_of_nsfns): Remove Qbuffered. 2009-03-10 07:20:16 +00:00
Glenn Morris
9dda5b0e58 (compose-mail): Doc fix. 2009-03-10 05:01:43 +00:00
Stefan Monnier
61313fa38c (Fswitch_to_buffer): Revert part of 2008-10-21's change. 2009-03-10 03:35:27 +00:00
Chong Yidong
72097cd9ef (Feval_buffer): Doc fix. 2009-03-10 01:05:39 +00:00
Chong Yidong
b55103fb51 * lread.c (Feval_buffer): Doc fix. 2009-03-10 01:05:31 +00:00
Chong Yidong
972bf25aaa (vc-annotate): Use widened line number (Bug#2612). 2009-03-10 00:59:09 +00:00
Chong Yidong
eb91611383 * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612). 2009-03-10 00:59:00 +00:00
Chong Yidong
c27fa40ad1 Checked macros.texi. 2009-03-10 00:43:40 +00:00
Chong Yidong
ebfbce6793 (Compiling Macros): Omit misleading sentence, which implied that
macros can only be used in the same file they are defined.
(Backquote): Remove obsolete information about Emacs 19.
2009-03-10 00:43:20 +00:00
Chong Yidong
955964d7e9 * macros.texi (Compiling Macros): Omit misleading sentence, which
implied that macros can only be used in the same file they are
defined.
(Backquote): Remove obsolete information about Emacs 19.
2009-03-10 00:43:07 +00:00
Chong Yidong
36a343d6bd No need to document pp commands in Emacs or Emacs Lisp manuals. 2009-03-10 00:24:37 +00:00
Chong Yidong
70df53cc3d Checked functions.texi, 2009-03-10 00:19:32 +00:00
Jason Rumney
6462af0dee (read-file-name): Only split dir name when
default filename is missing.  (Bug#2585)
2009-03-09 13:31:23 +00:00
Juanma Barranquero
18a10a2115 Fix typos in comment. 2009-03-09 08:36:54 +00:00
Kenichi Handa
dde2559c43 (Qfile_name_handler_alist): Extern it.
(load_charset_map_from_file): Temporarily bind
`file-name-handler-alist' to nil while calling openp.
2009-03-09 01:12:39 +00:00
Chong Yidong
5ec9c7a408 (finder-commentary): Don't delete other windows (Bug#2291). 2009-03-08 19:54:32 +00:00
Chong Yidong
7aad1c6236 * finder.el (finder-commentary): Don't delete other windows
(Bug#2291).
2009-03-08 19:54:22 +00:00
Chong Yidong
212bb1a81a (term-send-raw-meta): Deactivate the mark first (Bug#2449). 2009-03-08 19:37:00 +00:00
Chong Yidong
b2553838e4 * term.el (term-send-raw-meta): Deactivate the mark first (Bug#2449). 2009-03-08 19:36:41 +00:00
Chong Yidong
c5f894821d (term-send-raw): Deactivate the mark first (Bug#2449). 2009-03-08 19:33:06 +00:00
Chong Yidong
5bde11146d * term.el (term-send-raw): Deactivate the mark first (Bug#2449). 2009-03-08 19:32:55 +00:00
Dan Nicolaescu
042fe98f1b (VC Directory Commands): Fix doc for the x key in
vc-dir.  (Bug#2598)
2009-03-08 18:42:18 +00:00
Andreas Schwab
72e0a95bff (ange-ftp-multi-msgs): Add 150-. 2009-03-08 16:45:31 +00:00
Eli Zaretskii
1efaf74bf4 (woman-mode): Restore tab-width value after the call to Man-mode, since
Man-mode resets it to the default, and that makes right	margin extend
beyond woman-fill-column.
2009-03-07 15:30:05 +00:00
Eli Zaretskii
00460cfd96 (woman-parse-colon-path): Return a list even if there's only one directory
in PATHS.
2009-03-07 14:36:36 +00:00
Eli Zaretskii
1bf0da029a (Man-init-defvars) [windows-nt]: Use a special command list. Don't invoke Awk. 2009-03-07 13:31:35 +00:00
Glenn Morris
47f588bbf8 Fix entry. 2009-03-07 03:47:46 +00:00
Adrian Robert
4c9bdfc254 * nsmenu.m: (EmacsMenu-addItemWithWidgetValue:): Don't add accelerator in parens under GNUstep.; * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown. 2009-03-06 19:07:30 +00:00
Adrian Robert
e863926a7b Include <signal.h> for SIGTERM used in ns_term_shutdown. 2009-03-06 19:07:00 +00:00
Adrian Robert
84ee8aba37 (EmacsMenu-addItemWithWidgetValue:): Don't add accelerator in parens under GNUstep. 2009-03-06 19:06:45 +00:00
Adrian Robert
fe41ae9e00 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro. 2009-03-06 15:36:16 +00:00
Adrian Robert
13cd8a29cb (ns_appkit_version_int): Fix typo in the version macro. 2009-03-06 15:34:51 +00:00
Adrian Robert
340e08a4ab (ns_draw_vertical_window_border): Draw 1 pixel wide, not two, and
use NSRectFill instead of NSDrawGroove.
2009-03-06 15:30:04 +00:00
Adrian Robert
4ddf94bd81 * nsterm.m (x_set_window_size): Change back to calculated method
of setting toolbar height under Cocoa.  (Bug#2546)
	(EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
	(EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
2009-03-06 14:53:02 +00:00
Kenichi Handa
f3b3be74de *** empty log message *** 2009-03-06 11:08:32 +00:00
Dan Nicolaescu
1e44723285 (rs6000-ibm-aix6*): Fix typo. 2009-03-06 08:09:13 +00:00
Kenichi Handa
825d087587 Include "composite.h".
(enum compisition_state): New enum.
(struct compisition_status): New struct.
(struct iso_2022_spec): New member cmp_status.
(struct emacs_mule_spec): New struct.
(struct coding_system): New members ctext_extended_segment_len and
embedded_utf_8.  Change the union member
spec.emacs_mule_full_support to spec.emacs_mule.
2009-03-06 07:52:40 +00:00
Kenichi Handa
e951386e38 (CODING_ISO_CMP_STATUS): New macro.
(CODING_ISO_EXTSEGMENT_LEN, CODING_ISO_EMBEDDED_UTF_8): New macros.
(MAX_ANNOTATION_LENGTH): Defined to 5.
(ADD_COMPOSITION_DATA): New arg nbytes.
(emacs_mule_char): New arg cmp_status.
(DECODE_EMACS_MULE_COMPOSITION_CHAR): Delete it.
(DECODE_EMACS_MULE_COMPOSITION_RULE_20): New arg c.
(DECODE_EMACS_MULE_COMPOSITION_RULE_21): New arg c.
(DECODE_EMACS_MULE_21_COMPOSITION): Delete the arg c.
(DECODE_EMACS_MULE_20_RELATIVE_COMPOSITION): Likewise.
(DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
(DECODE_EMACS_MULE_COMPOSITION_START): New macro.
(EMACS_MULE_COMPOSITION_END): New macro.
(emacs_mule_finish_composition): New function.
(EMACS_MULE_MAYBE_FINISH_COMPOSITION): New macro.
(decode_coding_emacs_mule): Avoid long looking ahead while
handling composition.
(DECODE_COMPOSITION_RULE): Argument changed to rule and nbytes.
(ENCODE_COMPOSITION_RULE): New macro.
(finish_composition): New function.
(MAYBE_FINISH_COMPOSITION): Call finish_composition.
(DECODE_COMPOSITION_START): New implementation.
(DECODE_COMPOSITION_END): Likewise.
(STORE_COMPOSITION_RULE): New macro.
(decode_coding_iso_2022): Avoid long looking ahead while handling
composition, CTEXT extended segment, and embedded UTF-8.
(setup_coding_system): For a coding of type iso-2022, reset
CODING_ISO_EXTSEGMENT_LEN (coding) and
CODING_ISO_EMBEDDED_UTF_8 (coding).
(get_translation): Delete arguments last_block, from_nchars,
to_nchars.  Callers changed.
(produce_chars): Don't modify charbuf.  Adjusted for the change of
get_translation.
(produce_composition): Adjusted for the new annotation sequence.
(handle_composition_annotation): Likewise.
(consume_chars): Adjusted for the change of get_translation.
2009-03-06 07:51:52 +00:00
Glenn Morris
c8644de0d4 (rmail-mime-media-type-handlers-alist): Fix doc and custom type. 2009-03-06 03:46:28 +00:00
Glenn Morris
2e538385c6 Rmail trivia, plus whitespace. 2009-03-06 03:45:17 +00:00
Reiner Steib
7f8dba73a1 (Spelling): Add turn-on-flyspell. (Bug#2517) 2009-03-05 20:52:44 +00:00
Adrian Robert
ccbc445286 * nsterm.m (ns_select): Shortcircuit if reentrant call. 2009-03-05 16:34:59 +00:00
Kenichi Handa
69a8e4848d (fontset_find_font): Fix previous change. 2009-03-05 12:40:18 +00:00
Kenichi Handa
988a7ddb0c (font_select_entity): New function.
(font_find_for_lface): Use font_select_entity to select a font.
2009-03-05 12:27:04 +00:00
Kenichi Handa
162f54589e (fontset_find_font): If a font found without
restricting the characters C doen't support C, try to find a font
with C restriction.
2009-03-05 12:21:41 +00:00
Tassilo Horn
cde4c3f133 (doc-view-convert-current-doc): Save the current
resolution in the cache directory.
(doc-view-initiate-display): Restore the saved resolution when
using cached image files.
2009-03-05 08:24:26 +00:00