]> code.delx.au - gnu-emacs/log
gnu-emacs
14 years ago* mac-fix-env.m: * Makefile.in (mac-fix-env): Remove.
Adrian Robert [Tue, 9 Jun 2009 01:55:02 +0000 (01:55 +0000)]
* mac-fix-env.m:  * Makefile.in (mac-fix-env): Remove.

14 years agoSynch with Gnus trunk:
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.

14 years ago* ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote
Michael Albinus [Mon, 8 Jun 2009 15:04:47 +0000 (15:04 +0000)]
* ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote
files correctly.

14 years agoDowncase "suomi".
Kenichi Handa [Mon, 8 Jun 2009 12:00:18 +0000 (12:00 +0000)]
Downcase "suomi".

14 years agokeyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
Adrian Robert [Mon, 8 Jun 2009 08:28:09 +0000 (08:28 +0000)]
keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.

14 years agoterm/ns-win.el (composition-function-table) (script-representative-chars): Don't...
Adrian Robert [Mon, 8 Jun 2009 04:42:55 +0000 (04:42 +0000)]
term/ns-win.el (composition-function-table)  (script-representative-chars): Don't alter.

14 years agonsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
Adrian Robert [Mon, 8 Jun 2009 04:40:17 +0000 (04:40 +0000)]
nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.

14 years agoterm/ns-win.el (composition-function-table) (script-representative-chars): Don't...
Adrian Robert [Mon, 8 Jun 2009 04:35:40 +0000 (04:35 +0000)]
term/ns-win.el (composition-function-table)  (script-representative-chars): Don't alter.

14 years ago2009-06-08 Adrian Robert <Adrian.B.Robert@gmail.com>
Adrian Robert [Mon, 8 Jun 2009 04:34:54 +0000 (04:34 +0000)]
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.

14 years agoChanges to support :script/:lang/:otf in NS font driver.
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.

14 years agofontset.c (fontset_from_font): Remove NS-specific code.
Adrian Robert [Mon, 8 Jun 2009 04:33:40 +0000 (04:33 +0000)]
fontset.c (fontset_from_font): Remove NS-specific code.

14 years agonsfns.m (Fns_popup_font_panel): Use shared font manager.
Adrian Robert [Mon, 8 Jun 2009 04:33:25 +0000 (04:33 +0000)]
nsfns.m (Fns_popup_font_panel): Use shared font manager.

14 years agonsterm.m (ns_draw_window_cursor): Respect cursor_type for nonactive windows. (ns_ini...
Adrian Robert [Mon, 8 Jun 2009 04:32:42 +0000 (04:32 +0000)]
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.

14 years agoDavid Reitter has checked the MacOS chapter.
David Reitter [Mon, 8 Jun 2009 04:05:30 +0000 (04:05 +0000)]
David Reitter has checked the MacOS chapter.

14 years agomacos.texi (Color panel, Font panel): Remove mention of Save Options,
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.

14 years agomacos.texi (Color panel, Font panel): Remove mention of Save Options,
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.

14 years ago* xdisp.c (move_it_in_display_line_to): On text-only terminals,
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).

14 years ago* minibuf.texi (Reading File Names): Fix introductory text.
Chong Yidong [Sun, 7 Jun 2009 20:45:49 +0000 (20:45 +0000)]
* minibuf.texi (Reading File Names): Fix introductory text.
Suggested by stan@derbycityprints.com.
(High-Level Completion): Fix typo.

14 years ago* net/tramp.el (tramp-do-copy-or-rename-file-directly): Make direct
Michael Albinus [Sun, 7 Jun 2009 16:17:03 +0000 (16:17 +0000)]
* net/tramp.el (tramp-do-copy-or-rename-file-directly): Make direct
copy more robust, especially when "chown" is not applicable.

14 years ago*** empty log message ***
Michael Albinus [Sun, 7 Jun 2009 07:35:55 +0000 (07:35 +0000)]
*** empty log message ***

14 years ago(lisp-mode-variables): Fix doc-string.
Martin Rudalics [Sun, 7 Jun 2009 07:21:23 +0000 (07:21 +0000)]
(lisp-mode-variables): Fix doc-string.

14 years agoMakefile.in (mac-fix-env): Compile it using ALL_CFLAGS.
Adrian Robert [Sun, 7 Jun 2009 03:50:01 +0000 (03:50 +0000)]
Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS.

14 years ago* tramp.el (tramp-open-connection-setup-interactive-shell): Apply
Michael Albinus [Sat, 6 Jun 2009 23:25:56 +0000 (23:25 +0000)]
* tramp.el (tramp-open-connection-setup-interactive-shell): Apply
workaround for OpenSolaris bug.

14 years ago* gnus.texi (Security): Fix wording; add a link to epa.info.
Daiki Ueno [Sat, 6 Jun 2009 14:26:52 +0000 (14:26 +0000)]
* gnus.texi (Security): Fix wording; add a link to epa.info.

14 years agonsselect.m (Fx_own_selection_internal, Fx_selection_exists_p,
David Reitter [Fri, 5 Jun 2009 14:08:16 +0000 (14:08 +0000)]
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.

14 years agoFix bug where org-gnus-store-link used wrong subject when called in an article
Tassilo Horn [Fri, 5 Jun 2009 07:25:56 +0000 (07:25 +0000)]
Fix bug where org-gnus-store-link used wrong subject when called in an article
buffer.  Patch provided by fengli AT gmail DOT com.

14 years ago(epa-decrypt-region): Detect encoding if
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.

14 years ago* Cocoa/Emacs.xcodeproj/project.pbxproj: Drop deployment target and zerolink, remove...
Adrian Robert [Thu, 4 Jun 2009 23:21:22 +0000 (23:21 +0000)]
* Cocoa/Emacs.xcodeproj/project.pbxproj: Drop deployment target and zerolink, remove shell script dependencies (let makefiles handle), adjust paths.

14 years ago(Security): Fix wording.
Daiki Ueno [Thu, 4 Jun 2009 22:44:48 +0000 (22:44 +0000)]
(Security): Fix wording.

14 years ago(tar-header-block-tokenize): Obey @LongLink even for
Stefan Monnier [Thu, 4 Jun 2009 20:48:16 +0000 (20:48 +0000)]
(tar-header-block-tokenize): Obey @LongLink even for
POSIX tar archives (bug#3410).

14 years ago(vc-revision-other-window): Fix argument to backend function
Johan Bockgård [Thu, 4 Jun 2009 20:31:52 +0000 (20:31 +0000)]
(vc-revision-other-window): Fix argument to backend function
revision-completion-table; it expects a list.

14 years ago(delete-other-frames): Only delete frames on the
Stefan Monnier [Thu, 4 Jun 2009 14:46:23 +0000 (14:46 +0000)]
(delete-other-frames): Only delete frames on the
same terminal (bug#3442).

14 years ago(solar-n-hemi-seasons, solar-s-hemi-seasons):
Glenn Morris [Thu, 4 Jun 2009 06:40:13 +0000 (06:40 +0000)]
(solar-n-hemi-seasons, solar-s-hemi-seasons):
Make into defcustoms.  (Bug#3429)

14 years ago* custom.texi (Init Examples): Add example of changing load-path.
Chong Yidong [Thu, 4 Jun 2009 03:13:28 +0000 (03:13 +0000)]
* custom.texi (Init Examples): Add example of changing load-path.

14 years agoClarify last change.
Chong Yidong [Thu, 4 Jun 2009 03:07:17 +0000 (03:07 +0000)]
Clarify last change.

14 years ago* building.texi (Lisp Libraries): Add example of changing
Chong Yidong [Thu, 4 Jun 2009 03:06:17 +0000 (03:06 +0000)]
* building.texi (Lisp Libraries): Add example of changing
load-path (Bug#3446).

14 years ago*** empty log message ***
Kenichi Handa [Thu, 4 Jun 2009 02:45:14 +0000 (02:45 +0000)]
*** empty log message ***

14 years ago* international/README: New file.
Chong Yidong [Thu, 4 Jun 2009 01:51:47 +0000 (01:51 +0000)]
* 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).

14 years ago* message.texi (Header Commands): Fix descriptions to match
Chong Yidong [Thu, 4 Jun 2009 01:44:09 +0000 (01:44 +0000)]
* message.texi (Header Commands): Fix descriptions to match
keybindings.

14 years agoAdd commentary about where these code conversion rules came from (Bug#3428).
Chong Yidong [Thu, 4 Jun 2009 01:29:58 +0000 (01:29 +0000)]
Add commentary about where these code conversion rules came from (Bug#3428).

14 years agoAdd copyright header.
Chong Yidong [Thu, 4 Jun 2009 01:16:20 +0000 (01:16 +0000)]
Add copyright header.

14 years ago* international/README: New file.
Chong Yidong [Thu, 4 Jun 2009 01:15:35 +0000 (01:15 +0000)]
* 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).

14 years ago* textmodes/two-column.el (2C-split): Call move-to-column, to
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.

14 years ago* emulation/edt.el (edt-previous-line, edt-next-line): Don't use
Chong Yidong [Thu, 4 Jun 2009 01:09:02 +0000 (01:09 +0000)]
* emulation/edt.el (edt-previous-line, edt-next-line): Don't use
forward-line, undoing 2007-10-19 change (Bug#3188).

14 years ago* coding.c (get_translation_table): Check Venable_character_translation.
Chong Yidong [Thu, 4 Jun 2009 01:06:04 +0000 (01:06 +0000)]
* coding.c (get_translation_table): Check Venable_character_translation.

14 years ago(x_create_tip_frame): Use the uniscribe font backend if
Jason Rumney [Wed, 3 Jun 2009 23:04:51 +0000 (23:04 +0000)]
(x_create_tip_frame): Use the uniscribe font backend if
available.  (Bug#3379)

14 years ago(normal-no-mouse-startup-screen): Use F1 rather than C-h
Stefan Monnier [Fri, 29 May 2009 01:31:40 +0000 (01:31 +0000)]
(normal-no-mouse-startup-screen): Use F1 rather than C-h
if C-h is remapped to something else like DEL.

14 years ago* mark.texi (Mark): Further clarifications.
Chong Yidong [Thu, 28 May 2009 20:36:03 +0000 (20:36 +0000)]
* mark.texi (Mark): Further clarifications.
(Setting Mark): Emphasize that C-SPC activates the mark.

14 years ago* mark.texi (Mark): Mention disabling Transient Mark mode.
Chong Yidong [Thu, 28 May 2009 16:53:05 +0000 (16:53 +0000)]
* mark.texi (Mark): Mention disabling Transient Mark mode.

14 years ago* mark.texi (Mark): Clarify introduction.
Chong Yidong [Thu, 28 May 2009 16:48:05 +0000 (16:48 +0000)]
* mark.texi (Mark): Clarify introduction.
(Using Region, Persistent Mark): Use "active mark" instead of "active
region".

14 years ago* frames.texi (Text Terminal Colors): Multi-tty is already
Chong Yidong [Thu, 28 May 2009 13:30:46 +0000 (13:30 +0000)]
* frames.texi (Text Terminal Colors): Multi-tty is already
implemented, but tty-local colors are not.

14 years ago* hooks.texi (Standard Hooks): Remove mention of obsolete
Chong Yidong [Wed, 27 May 2009 22:08:29 +0000 (22:08 +0000)]
* hooks.texi (Standard Hooks): Remove mention of obsolete
redisplay-end-trigger-functions.

* internals.texi (Window Internals): Remove mention of obsolete
redisplay-end-trigger-functions.

15 years ago* edmacro.el (edmacro-parse-keys): Fix 2008-08-19 change (Bug#3387).
Chong Yidong [Tue, 26 May 2009 20:19:26 +0000 (20:19 +0000)]
* edmacro.el (edmacro-parse-keys): Fix 2008-08-19 change (Bug#3387).

15 years ago* view.el (view-window-size): Use window-line-height to find window height.
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).

15 years agoEnsure NS frames remain hidden when invisible
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.

15 years ago* view.el (view-recenter): Allow recenter to compute window height
Chong Yidong [Tue, 26 May 2009 14:37:51 +0000 (14:37 +0000)]
* view.el (view-recenter): Allow recenter to compute window height
normally.

15 years ago* textmodes/table.el (table--unibyte-char-to-multibyte): Function
Chong Yidong [Tue, 26 May 2009 03:32:02 +0000 (03:32 +0000)]
* textmodes/table.el (table--unibyte-char-to-multibyte): Function
deleted.
(*table--cell-self-insert-command, *table--cell-quoted-insert):
Don't call table--unibyte-char-to-multibyte (Bug#3372).

15 years agoTweak entry about Exceed X server (Bug#3383).
Chong Yidong [Tue, 26 May 2009 03:23:13 +0000 (03:23 +0000)]
Tweak entry about Exceed X server (Bug#3383).

15 years ago* newcomment.el (comment-region): Doc fix (Bug#3370).
Chong Yidong [Tue, 26 May 2009 03:16:31 +0000 (03:16 +0000)]
* newcomment.el (comment-region): Doc fix (Bug#3370).

15 years agoNote that comment-style now defaults to indent.
Chong Yidong [Tue, 26 May 2009 03:04:49 +0000 (03:04 +0000)]
Note that comment-style now defaults to indent.

15 years agowl checked de tutorial
Chong Yidong [Tue, 26 May 2009 02:59:07 +0000 (02:59 +0000)]
wl checked de tutorial

15 years ago* tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
Werner LEMBERG [Mon, 25 May 2009 10:11:15 +0000 (10:11 +0000)]
* tutorial/TUTORIAL.de: Updated; synchronize with TUTORIAL.
Use reformed Orthography.
Minor improvements.

15 years ago* mail/smtpmail.el: Indent code properly to make it more readable.
Roland Winkler [Mon, 25 May 2009 01:13:59 +0000 (01:13 +0000)]
* mail/smtpmail.el: Indent code properly to make it more readable.

15 years ago* textmodes/ispell.el (ispell-check-version): Handle dashes in
Chong Yidong [Sun, 24 May 2009 23:26:33 +0000 (23:26 +0000)]
* textmodes/ispell.el (ispell-check-version): Handle dashes in
version numbers.  Suggested by sdl.web@gmail.com (Bug#3369).

15 years agoMartin Rudalics has checked windows.texi.
Chong Yidong [Sun, 24 May 2009 20:09:51 +0000 (20:09 +0000)]
Martin Rudalics has checked windows.texi.

15 years agoEli has checked the msdog chapter.
Chong Yidong [Sun, 24 May 2009 20:08:12 +0000 (20:08 +0000)]
Eli has checked the msdog chapter.

15 years ago* info.el (Info-mode): Doc fix (Bug#3358).
Chong Yidong [Sat, 23 May 2009 23:31:49 +0000 (23:31 +0000)]
* info.el (Info-mode): Doc fix (Bug#3358).

15 years ago(ediff-vc-latest-version): Use property `vc-latest-revision' instead
Johan Bockgård [Sat, 23 May 2009 12:46:55 +0000 (12:46 +0000)]
(ediff-vc-latest-version): Use property `vc-latest-revision' instead
of `vc-latest-version'. (It was renamed in the big VC overhaul.)

15 years ago(Ffile_attributes): Doc fix.
Eli Zaretskii [Sat, 23 May 2009 09:10:42 +0000 (09:10 +0000)]
(Ffile_attributes): Doc fix.

15 years agoBump version to 23.0.94. emacs-pretest-23.0.94
Chong Yidong [Sat, 23 May 2009 03:13:49 +0000 (03:13 +0000)]
Bump version to 23.0.94.

15 years agoRegenerate.
Chong Yidong [Sat, 23 May 2009 03:12:49 +0000 (03:12 +0000)]
Regenerate.

15 years agoRegenerate.
Chong Yidong [Sat, 23 May 2009 02:53:58 +0000 (02:53 +0000)]
Regenerate.

15 years ago* progmodes/grep.el (grep-compute-defaults): Simplify how settings
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).

15 years ago* m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).
Chong Yidong [Fri, 22 May 2009 18:47:02 +0000 (18:47 +0000)]
* m/mips.h [GNU_LINUX]: Don't define DATA_START (Bug#2685).

15 years ago(xfont_list_pattern): Don't initialize xfont_scripts_cache
Stefan Monnier [Thu, 21 May 2009 16:36:29 +0000 (16:36 +0000)]
(xfont_list_pattern): Don't initialize xfont_scripts_cache
and xfont_scratch_props.
(syms_of_xfont): Do it here instead.
(xfont_find_ccl_program): Delete, unused.
(xfont_open): Delete unused var `i'.

15 years ago* abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
Martin Rudalics [Thu, 21 May 2009 15:31:31 +0000 (15:31 +0000)]
* abbrevs.texi (Abbrev Mode): abbrev-mode is an option.

* backups.texi (Making Backups): backup-directory-alist and
make-backup-file-name-function are options.
(Auto-Saving): auto-save-list-file-prefix is an option.

* buffers.texi (Killing Buffers): buffer-offer-save is an
option.

* display.texi (Refresh Screen): no-redraw-on-reenter is an
option.
(Echo Area Customization): echo-keystrokes is an option.
(Selective Display): selective-display-ellipses is an option.
(Temporary Displays): temp-buffer-show-function is an option.
(Face Attributes): underline-minimum-offset and x-bitmap-file-path
are options.
(Font Selection): face-font-family-alternatives,
face-font-selection-order, face-font-registry-alternatives, and
scalable-fonts-allowed are options.
(Fringe Indicators): indicate-buffer-boundaries is an option.
(Fringe Cursors): overflow-newline-into-fringe is an option.
(Scroll Bars): scroll-bar-mode is an option.

* eval.texi (Eval): max-lisp-eval-depth is an option.

* files.texi (Visiting Functions): find-file-hook is an option.
(Directory Names): directory-abbrev-alist is an option.
(Unique File Names): temporary-file-directory and
small-temporary-file-directory are options.

* frames.texi (Initial Parameters): initial-frame-alist,
minibuffer-frame-alist and default-frame-alist are options.
(Cursor Parameters): blink-cursor-alist and
cursor-in-non-selected-windows ar options.
(Window System Selections): selection-coding-system is an
option.
(Display Feature Testing): display-mm-dimensions-alist is an
option.

* help.texi (Help Functions): help-char and help-event-list are
options.

* keymaps.texi (Functions for Key Lookup): meta-prefix-char is
an option.

* minibuf.texi (Minibuffer History): history-length and
history-delete-duplicates are options.
(High-Level Completion): read-buffer-function and
read-buffer-completion-ignore-case are options.
(Reading File Names): read-file-name-completion-ignore-case is
an option.

* modes.texi (Mode Line Top): mode-line-format is an option.
(Mode Line Variables): mode-line-position and mode-line-modes
are options.

* nonascii.texi (Text Representations):
enable-multibyte-characters is an option.
(Default Coding Systems): auto-coding-regexp-alist,
file-coding-system-alist, auto-coding-alist and
auto-coding-functions are options.
(Specifying Coding Systems): inhibit-eol-conversion is an
option.

* os.texi (Init File): site-run-file is an option.
(System Environment): mail-host-address is an option.
(User Identification): user-mail-address is an option.
(Terminal Output): baud-rate is an option.

* positions.texi (Word Motion): words-include-escapes is an
option.

* searching.texi (Standard Regexps): page-delimiter,
paragraph-separate, paragraph-separate and sentence-end are
options.

* text.texi (Margins): left-margin and fill-nobreak-predicate
are options.

* variables.texi (Local Variables): max-specpdl-size is an
option.

* windows.texi (Choosing Window):
split-window-preferred-function, special-display-function and
display-buffer-function are options.

15 years ago(Qlatin): Don't make it static.
Kenichi Handa [Thu, 21 May 2009 11:24:19 +0000 (11:24 +0000)]
(Qlatin): Don't make it static.

15 years ago(xfont_chars_supported, xfont_supported_scripts): New
Kenichi Handa [Thu, 21 May 2009 11:23:41 +0000 (11:23 +0000)]
(xfont_chars_supported, xfont_supported_scripts): New
functions.
(xfont_scripts_cache, xfont_scratch_props): New variables.
(Qlatin, Vscalable_fonts_allowed): Extern it.
(xfont_list_pattern): Argument changed.  Callers changed.  Check
Vscalable_fonts_allowed.  Check the support of a script.
(xfont_list): Don't reject a font spec with :script property.
(xfont_has_char): Fix setting of encoding.
(syms_of_xfont): Staticpro and initialize xfont_scripts_cache and
xfont_scratch_props.

15 years ago(calendar-forward-day): Fix 2008-06-21 change -
Glenn Morris [Thu, 21 May 2009 04:40:08 +0000 (04:40 +0000)]
(calendar-forward-day): Fix 2008-06-21 change -
always move cursor to new date.  (Bug#3338)

15 years ago(tex-uptodate-p): Accept [1{/var/foo}] as a page number.
Stefan Monnier [Wed, 20 May 2009 15:14:20 +0000 (15:14 +0000)]
(tex-uptodate-p): Accept [1{/var/foo}] as a page number.

15 years agoUpdated for new pretest
Jason Rumney [Wed, 20 May 2009 12:57:47 +0000 (12:57 +0000)]
Updated for new pretest

15 years ago(locate-dominating-stop-dir-regexp): Add terminal
Jason Rumney [Wed, 20 May 2009 12:53:54 +0000 (12:53 +0000)]
(locate-dominating-stop-dir-regexp): Add terminal
directory separator to UNC path case (Bug#3252).

15 years agoNote that errors were spotted by rudalics.
Chong Yidong [Wed, 20 May 2009 02:57:15 +0000 (02:57 +0000)]
Note that errors were spotted by rudalics.

15 years ago* syntax.texi (Position Parse): Document rationale for ignored
Chong Yidong [Wed, 20 May 2009 02:56:33 +0000 (02:56 +0000)]
* syntax.texi (Position Parse): Document rationale for ignored
arguments to syntax-ppss-flush-cache.

* processes.texi (Input to Processes): Mark PROCESS arg to
process-running-child-p as optional.
(Network Options): Document NO-ERROR arg to
set-network-process-option.

* buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
command.

* searching.texi (POSIX Regexps): Mark posix-search-forward and
posix-search-backward as commands.

* os.texi (Killing Emacs): Mark kill-emacs as a command.
(Suspending Emacs): Mark suspend-emacs as a command.
(Processor Run Time): Mark emacs-uptime and emacs-init-time as
commands.
(Terminal Output): Remove obsolete function baud-rate.  Document
TERMINAL arg for send-string-to-terminal.

* nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
terminal-coding-system and set-terminal-coding-system.
(Explicit Encoding): Mark DESTINATION arg of decode-coding-region
as optional.
(Character Sets): Document RESTRICTION arg of char-charset.
(Character Codes): Mark POS argument to get-byte as optional.

* minibuf.texi (Minibuffer Misc): Document ARGS arg for
minibuffer-message.

* files.texi (Create/Delete Dirs): Mark make-directory and
delete-directory as commands.

* abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.

* text.texi (Base 64): Mark base64-decode-string and
base64-encode-string as commands.
(Columns): Mark move-to-column as a command.
(Mode-Specific Indent): Document RIGID arg to
indent-for-tab-command.
(Region Indent): Mark TO-COLUMN arg to indent-region as optional.
Mark indent-code-rigidly as a command.
(Substitution): Mark translate-region as a command.

* frames.texi (Size and Position): Remove obsolete functions
screen-height and screen-width.

15 years ago* indent.el (indent-for-tab-command): Fix typo in docstring.
Chong Yidong [Wed, 20 May 2009 02:35:45 +0000 (02:35 +0000)]
* indent.el (indent-for-tab-command): Fix typo in docstring.

15 years ago* international/encoded-kb.el (encoded-kbd-setup-display): Change
Chong Yidong [Wed, 20 May 2009 02:17:50 +0000 (02:17 +0000)]
* international/encoded-kb.el (encoded-kbd-setup-display): Change
DISPLAY arg to TERMINAL.

* international/mule.el (set-terminal-coding-system)
(set-keyboard-coding-system): Change DISPLAY arg to TERMINAL.

15 years agoRegenerate.
Chong Yidong [Wed, 20 May 2009 01:41:14 +0000 (01:41 +0000)]
Regenerate.

15 years agocc-mode.el (c-extend-and-neutralize-CPP-line): Renamed from
Alan Mackenzie [Tue, 19 May 2009 22:35:07 +0000 (22:35 +0000)]
cc-mode.el (c-extend-and-neutralize-CPP-line): Renamed from
c-neutralize-syntax-in-CPP.  Set the variables c-new-BEG and c-new-END,
thus extending the font-lock region.
(c-font-lock-init): Don't set obsolete variable font-lock-lines-before.

cc-langs.el (c-before-font-lock-function): Rename a value to
c-extend-and-neutralize-syntax-in-CPP.

15 years ago*** empty log message ***
Alan Mackenzie [Tue, 19 May 2009 22:31:26 +0000 (22:31 +0000)]
*** empty log message ***

15 years agofinish 5/17 check-in
Adrian Robert [Tue, 19 May 2009 17:31:02 +0000 (17:31 +0000)]
finish 5/17 check-in

15 years ago* windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
Chong Yidong [Tue, 19 May 2009 15:07:29 +0000 (15:07 +0000)]
* windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
(Displaying Buffers, Resizing Windows): Correct mistakes;
next-window, previous-window, and pop-to-buffer are not commands,
and fit-window-to-buffer" is a command.  (Pointed out by Martin
Rudalics.)

15 years ago(do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
Stefan Monnier [Tue, 19 May 2009 03:30:36 +0000 (03:30 +0000)]
(do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
(delete_frame) [NS_IMPL_COCOA]: Instead, do it here.

15 years ago(font_sort_entities): Renamed from font_sort_entites.
Kenichi Handa [Tue, 19 May 2009 02:05:52 +0000 (02:05 +0000)]
(font_sort_entities): Renamed from font_sort_entites.
Callers changed.

15 years ago* refcards/survival.tex: Add M-g M-g binding.
Chong Yidong [Tue, 19 May 2009 01:46:13 +0000 (01:46 +0000)]
* refcards/survival.tex: Add M-g M-g binding.
* refcards/survival.tex:
* refcards/sk-survival.tex:
* refcards/sk-refcard.tex:
* refcards/sk-dired-ref.tex:
* refcards/ru-refcard.tex:
* refcards/pt-br-refcard.tex:
* refcards/pl-refcard.tex:
* refcards/fr-survival.tex:
* refcards/fr-dired-ref.tex:
* refcards/dired-ref.tex:
* refcards/cs-survival.tex:
* refcards/cs-refcard.tex:
* refcards/cs-dired-ref.tex: Bump refcard version numbers to 23.

15 years ago(set-face-attribute): Fix handling of :family "FOUNDRY-FAMILY".
Kenichi Handa [Tue, 19 May 2009 01:28:54 +0000 (01:28 +0000)]
(set-face-attribute): Fix handling of :family "FOUNDRY-FAMILY".

15 years ago(x_delete_display): Don't call XrmDestroyDatabase here.
YAMAMOTO Mitsuharu [Tue, 19 May 2009 00:27:03 +0000 (00:27 +0000)]
(x_delete_display): Don't call XrmDestroyDatabase here.
(x_delete_terminal): Dissociate resource database from display and
then call XrmDestroyDatabase before closing display.

15 years ago* register.el (register-alist): Doc fix (Bug#3311).
Chong Yidong [Mon, 18 May 2009 17:08:19 +0000 (17:08 +0000)]
* register.el (register-alist): Doc fix (Bug#3311).

15 years ago* progmodes/compile.el (compilation-filter): If inserting at end
Richard M. Stallman [Mon, 18 May 2009 16:30:59 +0000 (16:30 +0000)]
* progmodes/compile.el (compilation-filter): If inserting at end
of accessible part of buffer, keep end of output visible.

15 years ago* mail/rmail.el (rmail-expunge-confirmed): Return nil if nothing to do.
Richard M. Stallman [Mon, 18 May 2009 16:26:57 +0000 (16:26 +0000)]
* mail/rmail.el (rmail-expunge-confirmed): Return nil if nothing to do.
Don't call rmail-modify-format here.
(rmail-expunge): Call it here after expunge is confirmed.
(rmail-confirm-expunge): Doc fix.  Mark as risky.
(rmail-convert-babyl-to-mbox): Call rmail-modify-format.
(rmail-set-attribute): Call rmail-dont-modify-format only for `unseen'.
For other attributes, call `rmail-modify-format',
and propagate the modified flag to rmail-buffer.

15 years ago(font_find_for_lface): Copy SPEC's FONT_TYPE too.
Kenichi Handa [Mon, 18 May 2009 12:14:14 +0000 (12:14 +0000)]
(font_find_for_lface): Copy SPEC's FONT_TYPE too.