1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00
Commit Graph

90359 Commits

Author SHA1 Message Date
Kenichi Handa
b8321d8693 (compose-gstring-for-terminal): For zero-width
characters of Unicode category `Cf', simply replace it with SPC.
2009-06-10 00:35:08 +00:00
Chong Yidong
560bb6ea35 * org.texi (Workflow states, Agenda commands): Fix tags (Bug#3508). 2009-06-09 18:47:46 +00:00
Chong Yidong
223b43fa2a * org.texi (Org Plot): Fix tags (Bug#3507). 2009-06-09 18:42:39 +00:00
Chong Yidong
deab46e0d7 * ada-mode.texi (Installation, Compile commands)
(Project File Overview, No project files, Set compiler options)
(Use GNAT project file, Use multiple GNAT project files)
(Identifier completion): Use @samp for menu items, and @kbd for key
sequences.
2009-06-09 18:39:29 +00:00
Chong Yidong
0bcbaaaaa8 * process.c (status_message): Fix handling of multibyte signal
string (Bug#3499).
2009-06-09 18:26:36 +00:00
Chong Yidong
1f80c7e2bf Fix last changelog entry. 2009-06-09 17:56:48 +00:00
Agustín Martín
6f591cf421 fixit.texi (Spelling): Set default dictionary. Improve descriptions (Bug#2554) 2009-06-09 14:24:32 +00:00
Agustín Martín
820c1f5036 ispell.el: Make `ispell-dictionary' customizable () 2009-06-09 13:21:34 +00:00
Jim Meyering
40aa3f13c6 x-load-color-file: avoid array bounds error
x-load-color-file expects each line of input to be of the form
"R G B name".  But if "name" is missing, it would read name[-1],
and if that value is '\n', zero it.
* xfaces.c (Fx_load_color_file): Handle missing color name.
2009-06-09 05:57:35 +00:00
Kenichi Handa
8c9d5f9f86 Fix previous change. 2009-06-09 03:44:48 +00:00
Kenichi Handa
72d5128574 (Fmap_charset_chars): In docstring, state clear that
FROM-CODE and TO-CODE are codepoints of CHARSET.
2009-06-09 02:53:21 +00:00
Kenichi Handa
30781db666 (Character Sets): State clearly that FROM and TO
are codepoints of CHARSET.
2009-06-09 02:50:41 +00:00
Adrian Robert
fa44da6ea6 * mac-fix-env.m: * Makefile.in (mac-fix-env): Remove. 2009-06-09 01:55:02 +00:00
Katsumi Yamaoka
0cf681b6af Synch with Gnus trunk:
2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>

	* gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
	to deleted part.

2009-05-30  David Engster  <dengste@eml.cc>

	* nnmairix.el: Remove old documentation in the commentary block.
	(nnmairix-request-group): Do not update active file for nnml back ends.
	(nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
	end so that overview files are ignored.
	(nnmairix-update-groups): Make updating the groups more robust by using
	marks.
	(nnmairix-determine-original-group-from-path): Circumvent mairix bug
	with dollar characters in message-id.
2009-06-08 22:47:11 +00:00
Michael Albinus
4fd536b603 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote
files correctly.
2009-06-08 15:04:47 +00:00
Kenichi Handa
a22fb0fa44 Downcase "suomi". 2009-06-08 12:00:18 +00:00
Adrian Robert
5acf9d90c9 keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu. 2009-06-08 08:28:09 +00:00
Adrian Robert
521e469fe3 term/ns-win.el (composition-function-table) (script-representative-chars): Don't alter. 2009-06-08 04:42:55 +00:00
Adrian Robert
c7eb9816c8 nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring. 2009-06-08 04:40:17 +00:00
Adrian Robert
c3c122b762 term/ns-win.el (composition-function-table) (script-representative-chars): Don't alter. 2009-06-08 04:35:40 +00:00
Adrian Robert
c1d04d8457 2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
* nsterm.m (ns_use_system_highlight_color): Drop, unused.

2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>

	Changes to support :script/:lang/:otf in NS font driver.
	* nsfont.m (nsfont_escape_name, nsfont_unescape_name)
	(nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
	indicate not part of font driver interface, and change callers.
	(ns_get_family): Remove pointless null check.
	(nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
	ns_spec_to_descriptor, ns_descriptor_to_entity.
	(nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
	(ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
	(ns_spec_to_descriptor, ns_descriptor_to_entity)
	(ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
	(ns_get_req_script, ns_accumulate_script_ranges)
	(ns_script_to_charset, ns_get_covering_families, ns_findfonts):
	New functions.
	(nsfont_list, nsfont_match): Use ns_findfonts.
	(nsfont_open): Use font descriptor instead of traits.
	(nsfont_draw): Handle "automatic" (lookup-table) compositions.
	(dump_glyphstring): Rename to ns_dump_glyphstring.

	* nsfns.m (Fns_popup_font_panel): Use shared font manager.

	* fontset.c (fontset_from_font): Remove NS-specific code.

2009-06-08  Peter Jones <pjones@pmade.com>  (tiny change)

	* nsterm.m (ns_draw_window_cursor): Respect cursor_type for
	nonactive windows.

2009-06-08 Felix Mueller  <felix@enqueue.eu>  (tiny change)

	* nsterm.m (ns_init_paths): Append path separator to INFOPATH
	variable.
2009-06-08 04:34:54 +00:00
Adrian Robert
8840261a51 Changes to support :script/:lang/:otf in NS font driver.
* nsfont.m (nsfont_escape_name, nsfont_unescape_name)
	(nsfont_get_family, nsfont_char_width): Rename to ns_ prefix to
	indicate not part of font driver interface, and change callers.
	(ns_get_family): Remove pointless null check.
	(nsfont_spec_to_traits, nsfont_fmember_to_entity): Replace with
	ns_spec_to_descriptor, ns_descriptor_to_entity.
	(nsfont_trait_distance, nsfont_make_fontset_for_font): Remove.
	(ns_attribute_value, ns_attribute_fvalue, ns_has_attribute)
	(ns_spec_to_descriptor, ns_descriptor_to_entity)
	(ns_charset_covers, ns_lang_to_script, ns_otf_to_script)
	(ns_get_req_script, ns_accumulate_script_ranges)
	(ns_script_to_charset, ns_get_covering_families, ns_findfonts):
	New functions.
	(nsfont_list, nsfont_match): Use ns_findfonts.
	(nsfont_open): Use font descriptor instead of traits.
	(nsfont_draw): Handle "automatic" (lookup-table) compositions.
	(dump_glyphstring): Rename to ns_dump_glyphstring.
2009-06-08 04:33:56 +00:00
Adrian Robert
8f1362ef39 fontset.c (fontset_from_font): Remove NS-specific code. 2009-06-08 04:33:40 +00:00
Adrian Robert
320e80c0c0 nsfns.m (Fns_popup_font_panel): Use shared font manager. 2009-06-08 04:33:25 +00:00
Adrian Robert
8b3ce9a947 nsterm.m (ns_draw_window_cursor): Respect cursor_type for nonactive windows. (ns_init_paths): Append path separator to INFOPATH variable. (ns_use_system_highlight_color): Drop, unused. 2009-06-08 04:32:42 +00:00
David Reitter
54f00c652d David Reitter has checked the MacOS chapter. 2009-06-08 04:05:30 +00:00
David Reitter
a00c191ccd macos.texi (Color panel, Font panel): Remove mention of Save Options,
since saving colors and faces set this way is not implemented.
 (Environment variables): Remove mention of mac-fix-env, which is
 scheduled to be removed.
2009-06-08 04:02:07 +00:00
David Reitter
53483c76ef macos.texi (Color panel, Font panel): Remove mention of Save Options,
since saving colors and faces set this way is not implemented.
(Environment variables): Remove mention of mac-fix-env, which is
scheduled to be removed.
2009-06-08 04:01:48 +00:00
Chong Yidong
6756cd1d7c * xdisp.c (move_it_in_display_line_to): On text-only terminals,
account for the overflowing of newlines into the last glyph on the
display line (Bug#3482).
2009-06-07 21:37:10 +00:00
Chong Yidong
62e8099cd3 * minibuf.texi (Reading File Names): Fix introductory text.
Suggested by stan@derbycityprints.com.
(High-Level Completion): Fix typo.
2009-06-07 20:45:49 +00:00
Michael Albinus
917b89a691 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Make direct
copy more robust, especially when "chown" is not applicable.
2009-06-07 16:17:03 +00:00
Michael Albinus
630100ea9f *** empty log message *** 2009-06-07 07:35:55 +00:00
Martin Rudalics
5249a62d0b (lisp-mode-variables): Fix doc-string. 2009-06-07 07:21:23 +00:00
Adrian Robert
a7f2b0b17e Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS. 2009-06-07 03:50:01 +00:00
Michael Albinus
661aaece10 * tramp.el (tramp-open-connection-setup-interactive-shell): Apply
workaround for OpenSolaris bug.
2009-06-06 23:25:56 +00:00
Daiki Ueno
8c9bb6f5d8 * gnus.texi (Security): Fix wording; add a link to epa.info. 2009-06-06 14:26:52 +00:00
David Reitter
28bf482a7d nsselect.m (Fx_own_selection_internal, Fx_selection_exists_p,
Fx_selection_owner_p): rename from Fns_own_selection_internal,
Fns_selection_exists_p, Fns_selection_owner_p.
2009-06-05 14:08:16 +00:00
Tassilo Horn
a5a79894f6 Fix bug where org-gnus-store-link used wrong subject when called in an article
buffer.  Patch provided by fengli AT gmail DOT com.
2009-06-05 07:25:56 +00:00
Daiki Ueno
42481bde61 (epa-decrypt-region): Detect encoding if
coding-system-for-read is not specified.
<http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=17018>
(epa-verify-region): Ditto.
2009-06-05 01:58:53 +00:00
Adrian Robert
74830ab74d * Cocoa/Emacs.xcodeproj/project.pbxproj: Drop deployment target and zerolink, remove shell script dependencies (let makefiles handle), adjust paths. 2009-06-04 23:21:22 +00:00
Daiki Ueno
71fbd643c2 (Security): Fix wording. 2009-06-04 22:44:48 +00:00
Stefan Monnier
e66f4dfb75 (tar-header-block-tokenize): Obey @LongLink even for
POSIX tar archives (bug#3410).
2009-06-04 20:48:16 +00:00
Johan Bockgård
bea2e9691d (vc-revision-other-window): Fix argument to backend function
revision-completion-table; it expects a list.
2009-06-04 20:31:52 +00:00
Stefan Monnier
5e5ae184f4 (delete-other-frames): Only delete frames on the
same terminal (bug#3442).
2009-06-04 14:46:23 +00:00
Glenn Morris
8682defdaa (solar-n-hemi-seasons, solar-s-hemi-seasons):
Make into defcustoms.  (Bug#3429)
2009-06-04 06:40:13 +00:00
Chong Yidong
910565284a * custom.texi (Init Examples): Add example of changing load-path. 2009-06-04 03:13:28 +00:00
Chong Yidong
f3ed4f26ef Clarify last change. 2009-06-04 03:07:17 +00:00
Chong Yidong
1557ef4f92 * building.texi (Lisp Libraries): Add example of changing
load-path (Bug#3446).
2009-06-04 03:06:17 +00:00
Kenichi Handa
05129fbeb4 *** empty log message *** 2009-06-04 02:45:14 +00:00
Chong Yidong
01a39864f4 * international/README: New file.
* international/charprop.el:
* international/uni-bidi.el:
* international/uni-category.el:
* international/uni-combining.el:
* international/uni-comment.el:
* international/uni-decimal.el:
* international/uni-decomposition.el:
* international/uni-digit.el:
* international/uni-lowercase.el:
* international/uni-mirrored.el:
* international/uni-name.el:
* international/uni-numeric.el:
* international/uni-old-name.el:
* international/uni-titlecase.el:
* international/uni-uppercase.el: Add copyright notice (Bug#3428).
2009-06-04 01:51:47 +00:00