Glenn Morris [Fri, 12 Jun 2009 02:47:25 +0000 (02:47 +0000)]
(Viewing Info files outside of Emacs): Xinfo is no more.
(Help installing Emacs): Remove reference to deleted X11 node.
(Associating modes with files): Interpreter-mode-alist is no longer
subservient to auto-mode-alist.
(Installing Emacs): Change future Emacs version.
(Linking with -lX11 fails): Remove old section.
(Packages that do not come with Emacs): Update ELL location.
Emacs Lisp archive is dead.
(Emacs for Windows): Remove reference to old CE port.
(Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga ):
Remove old ports.
(Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
(Removing flashing messages): Remove section about non-existent Gnus option.
Glenn Morris [Thu, 11 Jun 2009 07:40:19 +0000 (07:40 +0000)]
(Common acronyms): Remove no-longer-existing OSF.
(The LPF): Make the updated URL the sole reference point.
(Learning how to do something): Update refcard price and format.
(Getting a printed manual): Sources in doc/emacs/, not man/.
Also available in PDF format. Since the page count varies, be less precise.
(Informational files for Emacs): Remove references to deleted files
LPF and SUN-SUPPORT, and to UUCP.
(Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
Remove many obsolete ways to get the FAQ, which now seems only to be
distributed with Emacs.
(Mail and news): Remove sections about Rmail Babyl that no longer apply.
Chong Yidong [Tue, 9 Jun 2009 18:39:29 +0000 (18:39 +0000)]
* 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.
Jim Meyering [Tue, 9 Jun 2009 05:57:35 +0000 (05:57 +0000)]
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.
Katsumi Yamaoka [Mon, 8 Jun 2009 22:47:11 +0000 (22:47 +0000)]
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 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.
Adrian Robert [Mon, 8 Jun 2009 04:33:56 +0000 (04:33 +0000)]
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.
David Reitter [Mon, 8 Jun 2009 04:02:07 +0000 (04:02 +0000)]
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.
David Reitter [Mon, 8 Jun 2009 04:01:48 +0000 (04:01 +0000)]
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.
Chong Yidong [Sun, 7 Jun 2009 21:37:10 +0000 (21:37 +0000)]
* 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).
Daiki Ueno [Fri, 5 Jun 2009 01:58:53 +0000 (01:58 +0000)]
(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.
Chong Yidong [Thu, 4 Jun 2009 01:11:06 +0000 (01:11 +0000)]
* textmodes/two-column.el (2C-split): Call move-to-column, to
compensate for the 2007-10-19 change from next-line to
forward-line (Bug#3435). Account for fringe and scroll-bar when
setting 2C-window-width.
Chong Yidong [Tue, 26 May 2009 18:19:27 +0000 (18:19 +0000)]
* view.el (view-window-size): Use window-line-height to find window height.
(view-page-size-default): Return nil if LINES is nil, 0, or larger
than the window height.
(view-scroll-lines): Handle nil value for DEFAULT arg (Bug#3361).
David Reitter [Tue, 26 May 2009 18:14:14 +0000 (18:14 +0000)]
Ensure NS frames remain hidden when invisible
* nsterm.m (ns_raise_frame): only raise frame if visible.
(x_make_frame_visible): move frame to front rather than calling
ns_raise_frame().
(keyDown:) do not swallow events that aren't re-sent if frame
isn't key window.
(drawRect:) do not set visibility/iconified flags because
drawRect may be called by NSView even if the frame is hidden.
* nsfns.m (Fx_create_frame): follow other ports in
determining visibility; default to t. Ensure async_visible is set.
Chong Yidong [Sat, 23 May 2009 00:11:53 +0000 (00:11 +0000)]
* progmodes/grep.el (grep-compute-defaults): Simplify how settings
are looked up.
(grep-apply-setting): New function.
(grep-highlight-matches, grep-command, grep-template)
(grep-use-null-device, grep-find-command, grep-find-template):
Clarify role of grep-compute-defaults in docstrings. Use
grep-apply-setting to apply changes (Bug#3343).