bpt/emacs.git
18 years ago(enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
Kenichi Handa [Wed, 14 Jun 2006 00:42:04 +0000 (00:42 +0000)]
(enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
XLFD_XXX_INDEX.
(enum xlfd_field_mask): New enum.
(intern_font_field): Argument changed.  Caller changed.  If digits
are followed by non-digits, return a symbol.
(font_expand_wildcards): New function.
(font_parse_xlfd): Fix wildcard handling.
(Ffont_spec): If :name is specified, reflect the info in the other
properties.

18 years ago(ftfont_pattern_entity): Fix typo.
Kenichi Handa [Wed, 14 Jun 2006 00:38:48 +0000 (00:38 +0000)]
(ftfont_pattern_entity): Fix typo.
(ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of
locale.

18 years ago(make_fontset_for_ascii_face): Fix previous change.
Kenichi Handa [Fri, 9 Jun 2006 07:23:27 +0000 (07:23 +0000)]
(make_fontset_for_ascii_face): Fix previous change.

18 years ago(font_find_for_lface): Fix previous change.
Kenichi Handa [Fri, 9 Jun 2006 06:28:33 +0000 (06:28 +0000)]
(font_find_for_lface): Fix previous change.

18 years ago*** empty log message ***
Kenichi Handa [Fri, 9 Jun 2006 02:18:09 +0000 (02:18 +0000)]
*** empty log message ***

18 years ago(tar-extract): Sync with HEAD.
Kenichi Handa [Fri, 9 Jun 2006 02:18:00 +0000 (02:18 +0000)]
(tar-extract): Sync with HEAD.

18 years ago(x_new_fontset2): If an ASCII font couldn't be loaded,
Kenichi Handa [Fri, 9 Jun 2006 02:16:05 +0000 (02:16 +0000)]
(x_new_fontset2): If an ASCII font couldn't be loaded,
return Qnil.

18 years ago(set_lface_from_font_name): If a font doesn't have a
Kenichi Handa [Fri, 9 Jun 2006 02:15:49 +0000 (02:15 +0000)]
(set_lface_from_font_name): If a font doesn't have a
name, set LFACE_FONT (lface) to nil.

18 years ago(xfont_list): If script is specified for a font, return
Kenichi Handa [Fri, 9 Jun 2006 02:15:38 +0000 (02:15 +0000)]
(xfont_list): If script is specified for a font, return
null_vector.
(xfont_list_family): Declare argument type.

18 years ago(xftfont_open): Make the font name fontconfig's
Kenichi Handa [Fri, 9 Jun 2006 02:15:23 +0000 (02:15 +0000)]
(xftfont_open): Make the font name fontconfig's
style.  Add BLOCK_INPUT and UNBLOCK_INPUT.
(xftfont_close): Free font->font.name if not NULL.

18 years ago(Qiso8859_1, Qiso10646_1, Qunicode_bmp): Moved to
Kenichi Handa [Fri, 9 Jun 2006 02:15:05 +0000 (02:15 +0000)]
(Qiso8859_1, Qiso10646_1, Qunicode_bmp): Moved to
font.c.
(ftfont_pattern_entity): New function.
(ftfont_get_cache): Assume that freetype_font_cache is already
initialized.
(ftfont_list): Handle the case that a file is specified in font
name.  Use ftfont_pattern_entity to generate entities.
(ftfont_has_char): Check if the pattern contains FC_CHARSET.
(syms_of_ftfont): Initialize freetype_font_cache.

18 years ago(reorder_font_vector): Pay attention to the case that
Kenichi Handa [Fri, 9 Jun 2006 02:14:49 +0000 (02:14 +0000)]
(reorder_font_vector): Pay attention to the case that
the 3rd element of font_def is nil.
(fontset_font): For the default fontset, append one more fontset
elements for a script-based font specification.  Don't add script
attribute on finding a font.
(new_fontset_from_font): Unconditionally set FONTSET_ASCII to the
font name.
(fontset_ascii_font): If a font can't be opened, return nil.

18 years ago* font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Moved from
Kenichi Handa [Fri, 9 Jun 2006 02:14:31 +0000 (02:14 +0000)]
* font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Moved from
ftfont.c.
(font_unparse_xlfd): Fix argument type declaration.  Append "*" if
registry doesn't specify encoding part.
(font_find_for_lface): Pay attention to LFACE_FONT_INDEX.
(font_open_by_name): At first try parsing the name.
(syms_of_font): Declare Qiso8859_1, Qiso10646_1, and Qunicode_bmp
as Lisp symbols.

18 years ago(Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.
Kenichi Handa [Fri, 9 Jun 2006 02:14:15 +0000 (02:14 +0000)]
(Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.

18 years agoChanges from arch/CVS synchronization
Miles Bader [Thu, 8 Jun 2006 22:55:55 +0000 (22:55 +0000)]
Changes from arch/CVS synchronization

18 years ago(w32_initialize) Manually sync 2006-06-05 change from HEAD.
Jason Rumney [Thu, 8 Jun 2006 21:30:12 +0000 (21:30 +0000)]
(w32_initialize) Manually sync 2006-06-05 change from HEAD.

18 years ago(main): Check -enable-font-backend arg after the check
Kenichi Handa [Thu, 8 Jun 2006 07:10:01 +0000 (07:10 +0000)]
(main): Check -enable-font-backend arg after the check
of -nl.
(standard_args): Add "-enable-font-backend".

18 years ago(Fcall_process): Sync with HEAD.
Kenichi Handa [Thu, 8 Jun 2006 07:08:36 +0000 (07:08 +0000)]
(Fcall_process): Sync with HEAD.

18 years ago*** empty log message ***
Kenichi Handa [Thu, 8 Jun 2006 06:54:41 +0000 (06:54 +0000)]
*** empty log message ***

18 years ago(Ffind_operation_coding_system): Sync with HEAD.
Kenichi Handa [Thu, 8 Jun 2006 06:48:34 +0000 (06:48 +0000)]
(Ffind_operation_coding_system): Sync with HEAD.

18 years ago(CODING_REQUIRE_ENCODING): Comment sync with HEAD.
Kenichi Handa [Thu, 8 Jun 2006 06:48:23 +0000 (06:48 +0000)]
(CODING_REQUIRE_ENCODING): Comment sync with HEAD.

18 years agoMerge from emacs--devo--0
Miles Bader [Wed, 7 Jun 2006 19:47:17 +0000 (19:47 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 299)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-66

18 years agoMerge from emacs--devo--0
Miles Bader [Wed, 7 Jun 2006 19:42:49 +0000 (19:42 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 297-298)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-65

18 years agoMerge from emacs--devo--0
Miles Bader [Wed, 7 Jun 2006 18:05:10 +0000 (18:05 +0000)]
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 285-296)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: admin/FOR-RELEASE: Update refcard section.

 * gnus--rel--5.10  (patch 102-104)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-64

18 years ago*** empty log message ***
Eli Zaretskii [Wed, 7 Jun 2006 18:03:36 +0000 (18:03 +0000)]
*** empty log message ***

18 years ago(General Variables): Fix smtpmail xref.
Eli Zaretskii [Wed, 7 Jun 2006 18:02:30 +0000 (18:02 +0000)]
(General Variables): Fix smtpmail xref.

18 years ago(Coding Systems): Footnote xref "MS-DOS and MULE" in main manual for @ifnottex,
Eli Zaretskii [Wed, 7 Jun 2006 18:01:50 +0000 (18:01 +0000)]
(Coding Systems): Footnote xref "MS-DOS and MULE" in main manual for @ifnottex,
but in emacs-extra for @iftex.

18 years ago(Font Selection): Remove description of clear-face-cache.
Eli Zaretskii [Wed, 7 Jun 2006 17:57:08 +0000 (17:57 +0000)]
(Font Selection): Remove description of clear-face-cache.

18 years ago(Eval During Compile): Fix a typo. Add index entries for possible uses of
Eli Zaretskii [Wed, 7 Jun 2006 17:53:03 +0000 (17:53 +0000)]
(Eval During Compile): Fix a typo.  Add index entries for possible uses of
eval-when-compile.

18 years agoMerge from gnus--rel--5.10
Miles Bader [Wed, 7 Jun 2006 16:39:16 +0000 (16:39 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 103-104)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-295

18 years agoUpdate refcard section.
Reiner Steib [Wed, 7 Jun 2006 13:34:42 +0000 (13:34 +0000)]
Update refcard section.

18 years agoUpdate refcard section.
Reiner Steib [Wed, 7 Jun 2006 13:28:53 +0000 (13:28 +0000)]
Update refcard section.

18 years agoAdd arch tagline
Miles Bader [Wed, 7 Jun 2006 11:41:58 +0000 (11:41 +0000)]
Add arch tagline

18 years agoAdd an example for the previous change.
Kenichi Handa [Wed, 7 Jun 2006 11:04:22 +0000 (11:04 +0000)]
Add an example for the previous change.

18 years ago(xftfont_default_fid): Set fid_known to 1.
Kenichi Handa [Wed, 7 Jun 2006 06:37:23 +0000 (06:37 +0000)]
(xftfont_default_fid): Set fid_known to 1.
(struct xftdraw_list, xftdraw_list): Delete them.
(register_xftdraw, check_xftdraw): Delete them.
(xftfont_prepare_face): Don't call register_xftdraw.
(xftfont_done_face): Don't call check_xftdraw.
(xftfont_draw): Get backroudn color only when with_background is
nonzero.

18 years ago(xfont_encode_char): Fix calculation of char2b.
Kenichi Handa [Wed, 7 Jun 2006 06:35:31 +0000 (06:35 +0000)]
(xfont_encode_char): Fix calculation of char2b.

18 years ago*** empty log message ***
Kenichi Handa [Wed, 7 Jun 2006 01:21:12 +0000 (01:21 +0000)]
*** empty log message ***

18 years ago(hack-local-variables-prop-line)
Kenichi Handa [Wed, 7 Jun 2006 01:20:28 +0000 (01:20 +0000)]
(hack-local-variables-prop-line)
(hack-local-variables): Cancel the previous change.

18 years ago(find-auto-coding): Don't handle the short name `char-trans'.
Kenichi Handa [Wed, 7 Jun 2006 01:20:16 +0000 (01:20 +0000)]
(find-auto-coding): Don't handle the short name `char-trans'.

18 years agoMention how to disable character translation for a file.
Kenichi Handa [Wed, 7 Jun 2006 01:19:58 +0000 (01:19 +0000)]
Mention how to disable character translation for a file.

18 years ago(Watch Expressions): Move node to end.
Nick Roberts [Tue, 6 Jun 2006 23:16:32 +0000 (23:16 +0000)]
(Watch Expressions): Move node to end.
(GDB Graphical Interface): Move description of clicks in fringe...
(GDB commands in the Fringe): ...to here.  New node.

18 years ago*** empty log message ***
Nick Roberts [Tue, 6 Jun 2006 23:15:57 +0000 (23:15 +0000)]
*** empty log message ***

18 years ago(ediff-diff-mandatory-option): Protect against
Jesper Harder [Tue, 6 Jun 2006 18:45:21 +0000 (18:45 +0000)]
(ediff-diff-mandatory-option): Protect against
file-error.

18 years ago* diff-mode.el (diff-hunk-kill, diff-file-kill, diff-split-hunk)
Chong Yidong [Tue, 6 Jun 2006 14:17:31 +0000 (14:17 +0000)]
* diff-mode.el (diff-hunk-kill, diff-file-kill, diff-split-hunk)
(diff-refine-hunk): Set inhibit-read-only to t.

18 years ago* diff-mode.el (diff-mode): Set buffer-read-only to t when
Chong Yidong [Tue, 6 Jun 2006 14:06:13 +0000 (14:06 +0000)]
* diff-mode.el (diff-mode): Set buffer-read-only to t when
diff-default-read-only is non-nill.

* diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
modifying the *Diff* buffer.
(diff-process-filter): New filter function for diff process that
sets inhibit-read-only to t when modifying the *Diff* buffer.

18 years agoversion number change
Carsten Dominik [Tue, 6 Jun 2006 08:27:21 +0000 (08:27 +0000)]
version number change

18 years ago(ASCII export): Document indentation adaptation.
Carsten Dominik [Tue, 6 Jun 2006 08:26:54 +0000 (08:26 +0000)]
(ASCII export): Document indentation adaptation.
(Setting tags): Document mutually-exclusive tags.

18 years ago*** empty log message ***
Carsten Dominik [Tue, 6 Jun 2006 08:26:45 +0000 (08:26 +0000)]
*** empty log message ***

18 years ago(org-archive-subtree): Use end-of-subtree as insertion
Carsten Dominik [Tue, 6 Jun 2006 08:26:10 +0000 (08:26 +0000)]
(org-archive-subtree): Use end-of-subtree as insertion
point and control the number of empty lines.
(org-paste-subtree): Limit the number of empty lines at the end of
the inserted tree.
(org-agenda): Use buffer name of current file for narrowing.
(org-export-as-xml): Command removed.
(org-export-xml-type): Option removed.
(org-mode-map): Call `org-export-as-xoxo' directly.
(org-get-indentation): New optional argument LINE.
(org-fix-indentation, org-remove-tabs): New functions.
(org-export-as-ascii, org-ascii-level-start): Determine and apply
correct indentation for headlines that are converted it items.
(org-skip-comments): Remove table lines that contain narrowing
cookies but no other non-empty fields.
(org-set-tags): Allow groups of mutually exclusive tags.
(org-cmp-time): Sort 24:21 before items without time.
(org-get-time-of-day): Fixed the interpretation of 12pm and 12am.
(org-open-at-point): Require double colon also for numbers.

18 years agoCorrection for AUTHORS.
Kim F. Storm [Tue, 6 Jun 2006 07:46:25 +0000 (07:46 +0000)]
Correction for AUTHORS.

18 years ago*** empty log message ***
Kenichi Handa [Tue, 6 Jun 2006 03:57:22 +0000 (03:57 +0000)]
*** empty log message ***

18 years agoInclude "font.h".
Kenichi Handa [Tue, 6 Jun 2006 03:56:46 +0000 (03:56 +0000)]
Include "font.h".
(x_default_font_parameter) [USE_FONT_BACKEND]: New function.
(Fx_create_frame) [USE_FONT_BACKEND]: If enable_font_backend is
nonzero, register all available font drivers.  Call
x_default_font_parameter for deciding a font.
(x_create_tip_frame) [USE_FONT_BACKEND]: Likewise.

18 years ago(assoc_no_quit): Extern it.
Kenichi Handa [Tue, 6 Jun 2006 03:56:32 +0000 (03:56 +0000)]
(assoc_no_quit): Extern it.

18 years agoCharsets of Han character fixed.
Kenichi Handa [Tue, 6 Jun 2006 03:55:06 +0000 (03:55 +0000)]
Charsets of Han character fixed.

18 years ago(font-encoding-alist): Add koi8-4.
Kenichi Handa [Tue, 6 Jun 2006 03:54:18 +0000 (03:54 +0000)]
(font-encoding-alist): Add koi8-4.
(script-representative-chars): Set the default value.
(create-fontset-from-x-resource): Delete `message'.

18 years ago(font-weight-table, font-slant-table)
Kenichi Handa [Tue, 6 Jun 2006 03:53:59 +0000 (03:53 +0000)]
(font-weight-table, font-slant-table)
(font-swidth-table): New customizable variables.

18 years agoRe-generated.
Kenichi Handa [Tue, 6 Jun 2006 03:53:38 +0000 (03:53 +0000)]
Re-generated.

18 years agoNew args --enable-font-backend, --with-xft,
Kenichi Handa [Tue, 6 Jun 2006 03:53:23 +0000 (03:53 +0000)]
New args --enable-font-backend, --with-xft,
--with-freetyp.  New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
HAVE_FREETYPE, HAVE_LIBOTF.  New AC_SUBSTs XFT_LIBS,
FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.

18 years ago*** empty log message ***
Kenichi Handa [Tue, 6 Jun 2006 03:53:04 +0000 (03:53 +0000)]
*** empty log message ***

18 years agoInclude "font.h".
Kenichi Handa [Tue, 6 Jun 2006 03:52:51 +0000 (03:52 +0000)]
Include "font.h".
(x_set_mouse_face_gc, x_set_glyph_string_clipping)
(x_set_glyph_string_clipping_exactly)
(x_compute_glyph_string_overhangs)
(x_draw_glyph_string_foreground)
(x_draw_composite_glyph_string_foreground, x_draw_glyph_string)
(x_free_frame_resources) [USE_FONT_BACKEND]: If
enable_font_backend is nonzero, use font-backend mechanism.
(x_new_fontset2) [USE_FONT_BACKEND]: New function.

18 years agoInclude "font.h".
Kenichi Handa [Tue, 6 Jun 2006 03:52:38 +0000 (03:52 +0000)]
Include "font.h".
(set_lface_from_font_name)
(set_font_frame_param, free_realized_face)
(prepare_face_for_display, clear_face_gcs)
(Finternal_set_font_selection_order, realize_x_face)
[USE_FONT_BACKEND]: If enable_font_backend is nonzero, use
font-backend mechanism.
(clear_face_cache) [USE_FONT_BACKEND]: Don't call
clear_font_table.
(load_face_font) [USE_FONT_BACKEND]: Abort.
(face_symbolic_value, face_symbolic_weight, face_symbolic_slant)
(face_symbolic_swidth, face_for_font) [USE_FONT_BACKEND]: New
functions.

18 years agoIf USE_FONT_BACKEND is defined, include "font.h".
Kenichi Handa [Tue, 6 Jun 2006 03:52:26 +0000 (03:52 +0000)]
If USE_FONT_BACKEND is defined, include "font.h".
Through out the file, use FONT_INFO_FROM_FACE instead of
FONT_INFO_FROM_ID, use get_per_char_metric instead of
rif->per_char_metric.
(handle_composition_prop) [USE_FONT_BACKEND]: If the composition
method is COMPOSITION_WITH_GLYPH_STRING, just set it->c to ' '.
(get_glyph_face_and_encoding, fill_composite_glyph_string)
(get_char_face_and_encoding, BUILD_COMPOSITE_GLYPH_STRING)
(x_produce_glyphs) [USE_FONT_BACKEND]: If enable_font_backend is
nonzero, use font-backend mechanism.
(get_per_char_metric): New function.

18 years agoInclude "font.h".
Kenichi Handa [Tue, 6 Jun 2006 03:52:09 +0000 (03:52 +0000)]
Include "font.h".
(make_frame, x_set_font) [USE_FONT_BACKEND]: Use font-backend
mechanism.

18 years ago(struct frame): New members resx and resy.
Kenichi Handa [Tue, 6 Jun 2006 03:51:57 +0000 (03:51 +0000)]
(struct frame): New members resx and resy.
(struct frame) [USE_FONT_BACKEND]: New member font_driver_list.
(x_new_fontset2) [USE_FONT_BACKEND]: Extern it.

18 years agoInclude "font.h".
Kenichi Handa [Tue, 6 Jun 2006 03:51:41 +0000 (03:51 +0000)]
Include "font.h".
(fontset_font, fontset_ascii, face_for_char)
(make_fontset_for_ascii_face, Ffont_info)
(Finternal_char_font) [USE_FONT_BACKEND]: If enable_font_backend
is nonzero, use font-backend mechanism.
(find_font_encoding): Make it non-static.
(new_fontset_from_font, fontset_ascii_font) [USE_FONT_BACKEND]:
New functions.

18 years ago(FONT_INFO_FROM_FACE): New macro.
Kenichi Handa [Tue, 6 Jun 2006 03:51:27 +0000 (03:51 +0000)]
(FONT_INFO_FROM_FACE): New macro.
(face_for_font, new_fontset_from_font)
(fontset_ascii_font) [USE_FONT_BACKEND]: Extern them.

18 years ago(assoc_no_quit): New function.
Kenichi Handa [Tue, 6 Jun 2006 03:51:12 +0000 (03:51 +0000)]
(assoc_no_quit): New function.

18 years ago(main) [USE_FONT_BACKEND]: Handle arg
Kenichi Handa [Tue, 6 Jun 2006 03:50:58 +0000 (03:50 +0000)]
(main) [USE_FONT_BACKEND]: Handle arg
--enable-font-backend.  Call syms_of_font.

18 years ago(struct glyph_string) [USE_FONT_BACKEND]: New
Kenichi Handa [Tue, 6 Jun 2006 03:50:45 +0000 (03:50 +0000)]
(struct glyph_string) [USE_FONT_BACKEND]: New
members clip_x, clip_y, clip_width, and clip_height.
(struct face) [USE_FONT_BACKEND]: New members font_info and extra.

18 years ago(get_composition_id) [USE_FONT_BACKEND]: If
Kenichi Handa [Tue, 6 Jun 2006 03:49:53 +0000 (03:49 +0000)]
(get_composition_id) [USE_FONT_BACKEND]: If
enable_font_backend is nonzero, accept the composition method
COMPOSITION_WITH_GLYPH_STRING.

18 years ago(enum composition_method) [USE_FONT_BACKEND]: New
Kenichi Handa [Tue, 6 Jun 2006 03:48:41 +0000 (03:48 +0000)]
(enum composition_method) [USE_FONT_BACKEND]: New
enumeration COMPOSITION_WITH_GLYPH_STRING.

18 years ago(Vscript_representative_chars): New variable.
Kenichi Handa [Tue, 6 Jun 2006 03:48:03 +0000 (03:48 +0000)]
(Vscript_representative_chars): New variable.
(syms_of_character): Declare it as a Lisp variable.

18 years ago(Vscript_representative_chars): Extern it.
Kenichi Handa [Tue, 6 Jun 2006 03:47:49 +0000 (03:47 +0000)]
(Vscript_representative_chars): Extern it.

18 years ago(ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
Kenichi Handa [Tue, 6 Jun 2006 03:47:33 +0000 (03:47 +0000)]
(ALL_CFLAGS): Add @FREETYPE_CFLAGS@,
@FONTCONFIG_CFLAGS@, and @LIBOTF_CFLAGS@.
(LIB_X11_LIB): If HAVE_XFT is defined, set to @XFT_LIBS@.
(FONTSRC, FONTOBJ): New variables.
(obj): Add $(FONTOBJ).
(SOME_MACHINE_OBJECTS): Lib_X11_Lib.
(LIBES): Add @FREETYPE_LIBS@, @FONTCONFIG_LIBS@, and
@LIBOTF_LIBS@.
(font.o, ftfont.o, xfont.o, xftfont.o, ftxfont.o): New targets.
(fontset.o, xdisp.o, xfaces.o, xfns.o, xterm.o): Depends on
$(FONTSRC).

18 years agoNew file.
Kenichi Handa [Tue, 6 Jun 2006 03:47:13 +0000 (03:47 +0000)]
New file.

18 years ago[USE_MAC_TSM] (mac_handle_text_input_event): Exclude 0x7f from ASCII range.
YAMAMOTO Mitsuharu [Tue, 6 Jun 2006 03:27:33 +0000 (03:27 +0000)]
[USE_MAC_TSM] (mac_handle_text_input_event): Exclude 0x7f from ASCII range.

18 years ago(ido-default-file-method, ido-default-buffer-method):
Kim F. Storm [Mon, 5 Jun 2006 22:22:41 +0000 (22:22 +0000)]
(ido-default-file-method, ido-default-buffer-method):
Make choice values consistent with corresponding command names.
(ido-visit-buffer): Update accordingly.  Default to selected-window.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 5 Jun 2006 22:22:27 +0000 (22:22 +0000)]
*** empty log message ***

18 years ago(gud-running): Fix doc string.
Nick Roberts [Mon, 5 Jun 2006 21:31:24 +0000 (21:31 +0000)]
(gud-running): Fix doc string.
(gud-menu-map): Use :visible instead fo :enable for debugger test.
(gud-tooltip-modes): Add python-mode.
(gud-tooltip-print-command): Add pdb.  Remove perldb.

18 years ago*** empty log message ***
Nick Roberts [Mon, 5 Jun 2006 21:30:54 +0000 (21:30 +0000)]
*** empty log message ***

18 years ago(w32_set_scroll_bar_thumb, x_scroll_bar_create)
Jason Rumney [Mon, 5 Jun 2006 21:20:59 +0000 (21:20 +0000)]
(w32_set_scroll_bar_thumb, x_scroll_bar_create)
(w32_set_vertical_scroll_bar, w32_scroll_bar_handle_click)
(x_scroll_bar_report_motion): Remove workarounds for
versions of Windows NT < 3.51.
[!SIF_ALL]: Remove.
(pfnSetScrollInfo, pfnGetScrollInfo): Remove.
(w32_initialize): Don't dynamically load Get/SetScrollInfo.

18 years ago*** empty log message ***
Jason Rumney [Mon, 5 Jun 2006 21:20:22 +0000 (21:20 +0000)]
*** empty log message ***

18 years ago(bootstrap, $(lisp)/mh-e/mh-loaddefs.el): Quote $(EMACS).
Eli Zaretskii [Mon, 5 Jun 2006 19:47:51 +0000 (19:47 +0000)]
(bootstrap, $(lisp)/mh-e/mh-loaddefs.el): Quote $(EMACS).

18 years ago(defined-colors): Doc fix.
Richard M. Stallman [Mon, 5 Jun 2006 17:21:37 +0000 (17:21 +0000)]
(defined-colors): Doc fix.

18 years ago(vc-process-filter): Inhibit undo
Thien-Thi Nguyen [Mon, 5 Jun 2006 15:46:00 +0000 (15:46 +0000)]
(vc-process-filter): Inhibit undo
info collection around call to insert.
(vc-setup-buffer): Likewise for call to erase-buffer.
(vc-do-command): Likewise for call to process-file.

18 years agoFormatting fixes.
Romain Francoise [Mon, 5 Jun 2006 11:56:03 +0000 (11:56 +0000)]
Formatting fixes.

18 years ago(irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
Romain Francoise [Mon, 5 Jun 2006 11:55:28 +0000 (11:55 +0000)]
(irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
Fix typo.

18 years ago(Question 8.6): Update reference to the Gnus
Romain Francoise [Mon, 5 Jun 2006 11:50:40 +0000 (11:50 +0000)]
(Question 8.6): Update reference to the Gnus
channel (#gnus@irc.freenode.net).
Fix typos.  Update copyright notice.

18 years ago* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
Romain Francoise [Mon, 5 Jun 2006 11:44:42 +0000 (11:44 +0000)]
* cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
(Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
(Line-Up Functions, Custom Macros):
* ediff.texi (Window and Frame Configuration)
(Highlighting Difference Regions, Highlighting Difference Regions):
* emacs-mime.texi (Display Customization):
* erc.texi (History):
* eshell.texi (Known problems):
* eudc.texi (Overview, BBDB):
* gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
(The problem of spam, SpamOracle, Extending the Spam package)
(Conformity, Terminology):
* idlwave.texi (Routine Info, Routine Info)
(Class and Keyword Inheritance, Padding Operators)
(Breakpoints and Stepping, Electric Debug Mode)
(Examining Variables, Troubleshooting):
* org.texi (Creating timestamps):
* reftex.texi (Commands, Options, Changes):
* tramp.texi (Inline methods, Password caching)
(Auto-save and Backup, Issues):
* vip.texi (Files, Commands in Insert Mode):
* viper.texi (Emacs Preliminaries, States in Viper)
(Packages that Change Keymaps, Viper Specials, Groundwork):
* xresmini.texi (GTK resources):
Fix various typos.

18 years ago(GDB Graphical Interface): Update bindings.
Nick Roberts [Mon, 5 Jun 2006 10:14:49 +0000 (10:14 +0000)]
(GDB Graphical Interface): Update bindings.
(Commands of GUD): Add gud-print.  Remove gud-run.  Restate
availability more generally.

18 years ago*** empty log message ***
Nick Roberts [Mon, 5 Jun 2006 10:14:16 +0000 (10:14 +0000)]
*** empty log message ***

18 years ago(gud-menu-map): Use a conditional help echo for gud-go.
Nick Roberts [Mon, 5 Jun 2006 10:10:51 +0000 (10:10 +0000)]
(gud-menu-map): Use a conditional help echo for gud-go.
(gud-common-init): Other debuggers may trigger error.

18 years ago(find-auto-coding): Handle
Kenichi Handa [Mon, 5 Jun 2006 07:11:33 +0000 (07:11 +0000)]
(find-auto-coding): Handle
enable-character-translation in file header.

18 years ago*** empty log message ***
Kenichi Handa [Mon, 5 Jun 2006 07:11:13 +0000 (07:11 +0000)]
*** empty log message ***

18 years agoRegenerate.
Kim F. Storm [Sun, 4 Jun 2006 22:12:46 +0000 (22:12 +0000)]
Regenerate.

18 years ago(authors-aliases): Add mode aliases.
Kim F. Storm [Sun, 4 Jun 2006 22:01:24 +0000 (22:01 +0000)]
(authors-aliases): Add mode aliases.
(authors-fixed-entries): Fix spelling.
(authors-canonical-file-name): Don't report error for wildcards.

18 years agoCorrections for AUTHORS.
Kim F. Storm [Sun, 4 Jun 2006 22:00:54 +0000 (22:00 +0000)]
Corrections for AUTHORS.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 4 Jun 2006 19:21:51 +0000 (19:21 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
David Ponce [Sun, 4 Jun 2006 16:26:29 +0000 (16:26 +0000)]
*** empty log message ***

18 years agoMention `redisplay-dont-pause' in doc string of
David Kastrup [Sun, 4 Jun 2006 15:07:25 +0000 (15:07 +0000)]
Mention `redisplay-dont-pause' in doc string of
`sit-for'.