]> code.delx.au - gnu-emacs/log
gnu-emacs
20 years ago*** empty log message ***
Kenichi Handa [Fri, 24 Oct 2003 00:42:37 +0000 (00:42 +0000)]
*** empty log message ***

20 years ago(x_list_fonts): Fix excluding of auto-scaled fonts.
Kenichi Handa [Fri, 24 Oct 2003 00:40:10 +0000 (00:40 +0000)]
(x_list_fonts): Fix excluding of auto-scaled fonts.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 23 Oct 2003 08:42:54 +0000 (08:42 +0000)]
*** empty log message ***

20 years ago(Fnew_fontset): Check NAME more rigidly.
Kenichi Handa [Thu, 23 Oct 2003 08:42:39 +0000 (08:42 +0000)]
(Fnew_fontset): Check NAME more rigidly.

20 years ago*** empty log message ***
Kenichi Handa [Fri, 17 Oct 2003 07:11:54 +0000 (07:11 +0000)]
*** empty log message ***

20 years ago(Fgoto_char): Fix docstring.
Kenichi Handa [Fri, 17 Oct 2003 07:08:08 +0000 (07:08 +0000)]
(Fgoto_char): Fix docstring.

20 years agoFix category for Ethiopic.
Kenichi Handa [Fri, 17 Oct 2003 07:06:53 +0000 (07:06 +0000)]
Fix category for Ethiopic.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 16 Oct 2003 00:44:55 +0000 (00:44 +0000)]
*** empty log message ***

20 years ago(insert_from_gap): Adjust intervals correctly.
Kenichi Handa [Thu, 16 Oct 2003 00:44:43 +0000 (00:44 +0000)]
(insert_from_gap): Adjust intervals correctly.

20 years ago*** empty log message ***
Jason Rumney [Sun, 12 Oct 2003 23:00:15 +0000 (23:00 +0000)]
*** empty log message ***

20 years ago(w32-charset-info-alist): Accept more charset aliases.
Jason Rumney [Sun, 12 Oct 2003 22:58:53 +0000 (22:58 +0000)]
(w32-charset-info-alist): Accept more charset aliases.

20 years ago(GLYPHSET, WCRANGE): Define if system headers don't.
Jason Rumney [Sun, 12 Oct 2003 22:55:45 +0000 (22:55 +0000)]
(GLYPHSET, WCRANGE): Define if system headers don't.
(pfnGetFontUnicodeRanges): New dynamically loaded function.
(w32_initialize): Try to load it.
(x_get_font_repertory): Use it if available.
(w32_encode_char): Add shortcut for unicode output.

20 years ago(w32_load_system_font): Default charset to -1.
Jason Rumney [Sun, 12 Oct 2003 22:47:33 +0000 (22:47 +0000)]
(w32_load_system_font): Default charset to -1.
(x_to_w32_charset): Match all fonts for unicode.
(w32_to_x_charset): New parameter; matching. Don't return partial or
wildcard charsets.
(w32_to_all_x_charsets): Don't return partial or wildcard charsets.
(w32_codepage_for_font): Return CP_UNICODE for unicode.
(w32_to_x_font): Match supplied charset to a real charset.
(enum_font_cb2): Always list unicode versions.

20 years ago(temacs): Increase EMHEAP further to avoid startup message about low memory.
Jason Rumney [Sun, 12 Oct 2003 13:56:23 +0000 (13:56 +0000)]
(temacs): Increase EMHEAP further to avoid startup message about low memory.

20 years ago*** empty log message ***
Jason Rumney [Sat, 11 Oct 2003 23:28:58 +0000 (23:28 +0000)]
*** empty log message ***

20 years ago(DONTCOMPILE): Remove old languages. Add international/latin1-disp.el.
Jason Rumney [Sat, 11 Oct 2003 23:28:23 +0000 (23:28 +0000)]
(DONTCOMPILE): Remove old languages. Add international/latin1-disp.el.
(LC_ALL): Define as C.

20 years ago(temacs): Increase EMHEAP.
Jason Rumney [Sat, 11 Oct 2003 23:13:45 +0000 (23:13 +0000)]
(temacs): Increase EMHEAP.

20 years ago*** empty log message ***
Jason Rumney [Sat, 11 Oct 2003 23:04:57 +0000 (23:04 +0000)]
*** empty log message ***

20 years ago(w32_encode_char): New charset parameter. font_info.encoding becomes
Jason Rumney [Sat, 11 Oct 2003 23:01:55 +0000 (23:01 +0000)]
(w32_encode_char): New charset parameter. font_info.encoding becomes
encoding_type.
(x_get_font_repertory): New function. Warning: stub only!
(x_new_font): Return quickly if font already set.
(x_new_fontset): fontsetname parameter is Lisp_Object. Use new
fs_query_fontset. Try new_fontset_from_font_name. Use fontset_name for
return value.

20 years agoDeclare x_get_font_repertory.
Jason Rumney [Sat, 11 Oct 2003 22:43:50 +0000 (22:43 +0000)]
Declare x_get_font_repertory.

20 years ago(Fw32_set_clipboard_data): Use string_x_string_p in place of
Jason Rumney [Sat, 11 Oct 2003 22:41:38 +0000 (22:41 +0000)]
(Fw32_set_clipboard_data): Use string_x_string_p in place of
find_charset_in_text. Use encode_coding_object in place of encode_coding.
(Fw32_get_clipboard_data): Use decode_coding_c_string in place of
decode_coding.

20 years ago(Fx_create_frame, x_create_tip_frame): Use new version of x_new_fontset.
Jason Rumney [Sat, 11 Oct 2003 22:35:25 +0000 (22:35 +0000)]
(Fx_create_frame, x_create_tip_frame): Use new version of x_new_fontset.
(w32_load_system_font): Initialize charset as unicode.
font_info.encoding becomes encoding_type.
(w32_to_x_font): Use decode_coding_c_string in place of decode_coding.
(x_to_w32_font): Use encode_coding_object in place of encode_coding.
(syms_of_w32fns): Set get_font_repertory_func.

20 years agoInclude character.h. Use terminal_encode_buffer from term.c.
Jason Rumney [Sat, 11 Oct 2003 22:24:47 +0000 (22:24 +0000)]
Include character.h. Use terminal_encode_buffer from term.c.
(write_glyphs): Use new version of encode_terminal_code. Use
encode_coding_object in place of encode_coding.

20 years ago(w32_load_bdf_font): Clear font_info before filling.
Jason Rumney [Sat, 11 Oct 2003 22:18:29 +0000 (22:18 +0000)]
(w32_load_bdf_font): Clear font_info before filling.
encoding becomes encoding_type.

20 years ago(terminal_encode_buffer): Make externally visible.
Jason Rumney [Sat, 11 Oct 2003 22:15:08 +0000 (22:15 +0000)]
(terminal_encode_buffer): Make externally visible.

20 years agoDon't set fontsets to use sjis.
Jason Rumney [Sat, 11 Oct 2003 22:05:10 +0000 (22:05 +0000)]
Don't set fontsets to use sjis.

20 years agoAdd character.h dependancies.
Jason Rumney [Sat, 11 Oct 2003 22:00:53 +0000 (22:00 +0000)]
Add character.h dependancies.
(character.o, chartab.o): New targets.

20 years ago(Finsert_file_contents) [DOS_NT]: Fix previous change.
Kenichi Handa [Thu, 9 Oct 2003 23:19:34 +0000 (23:19 +0000)]
(Finsert_file_contents) [DOS_NT]: Fix previous change.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 9 Oct 2003 23:08:38 +0000 (23:08 +0000)]
*** empty log message ***

20 years ago(Finsert_file_contents) [DOS_NT]: Use the macro CODING_ID_EOL_TYPE..
Kenichi Handa [Thu, 9 Oct 2003 23:08:14 +0000 (23:08 +0000)]
(Finsert_file_contents) [DOS_NT]: Use the macro CODING_ID_EOL_TYPE..

20 years ago*** empty log message ***
Andreas Schwab [Mon, 6 Oct 2003 22:30:44 +0000 (22:30 +0000)]
*** empty log message ***

20 years ago(produce_chars): Revert last change.
Andreas Schwab [Mon, 6 Oct 2003 22:30:26 +0000 (22:30 +0000)]
(produce_chars): Revert last change.

20 years ago*** empty log message ***
Kenichi Handa [Mon, 6 Oct 2003 11:24:18 +0000 (11:24 +0000)]
*** empty log message ***

20 years ago(x_get_font_repertory): Handle the case that the
Kenichi Handa [Mon, 6 Oct 2003 11:23:25 +0000 (11:23 +0000)]
(x_get_font_repertory): Handle the case that the
encoding of font is other than Unicode.

20 years ago(load_font_get_repertory): Pay attention to the case
Kenichi Handa [Mon, 6 Oct 2003 11:22:42 +0000 (11:22 +0000)]
(load_font_get_repertory): Pay attention to the case
that ENCODING of a font is specified by a char-table.

20 years ago(Fdefine_coding_system_alias): Update Vcoding_system_list.
Kenichi Handa [Mon, 6 Oct 2003 11:21:31 +0000 (11:21 +0000)]
(Fdefine_coding_system_alias): Update Vcoding_system_list.

20 years ago(char_table_translate): Use CHARACTERP, not INETEGERP.
Kenichi Handa [Mon, 6 Oct 2003 11:20:45 +0000 (11:20 +0000)]
(char_table_translate): Use CHARACTERP, not INETEGERP.

20 years ago(charset_unicode): Extern it.
Kenichi Handa [Mon, 6 Oct 2003 11:20:06 +0000 (11:20 +0000)]
(charset_unicode): Extern it.

20 years ago(string_xstring_p): Check by (C >= 0x100).
Kenichi Handa [Mon, 6 Oct 2003 11:19:39 +0000 (11:19 +0000)]
(string_xstring_p): Check by (C >= 0x100).
(find_charsets_in_text): Format of the arc CHARSETS changed.  New
arg MULTIBYTE.
(Ffind_charset_region, Ffind_charset_string): Adjusted for the
change of find_charsets_in_text.
(Fsplit_char): Fix doc.  Never return unknown.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 2 Oct 2003 12:40:04 +0000 (12:40 +0000)]
*** empty log message ***

20 years ago(encode_terminal_code): Don't handle glyph-table. Check
Kenichi Handa [Thu, 2 Oct 2003 12:39:47 +0000 (12:39 +0000)]
(encode_terminal_code): Don't handle glyph-table.  Check
if a character is encodable by the terminal coding system.  If
not, produces proper number of `?'s.  Update
terminal_encode_buffer and terminal_encode_buf_size if necessary.
(produce_glyphs): Check by CHAR_BYTE8_P, not SINGLE_BYTE_CHAR_P.

20 years ago*** empty log message ***
Kenichi Handa [Wed, 1 Oct 2003 04:48:18 +0000 (04:48 +0000)]
*** empty log message ***

20 years ago(iso-2022-jp, iso-2022-jp-2, japanese-iso-8bit): Fix the order of
Kenichi Handa [Wed, 1 Oct 2003 04:48:03 +0000 (04:48 +0000)]
(iso-2022-jp, iso-2022-jp-2, japanese-iso-8bit): Fix the order of
charsets in :charset-list.

20 years ago(terminal_encode_buffer, terminal_encode_buf_size): New
Kenichi Handa [Wed, 1 Oct 2003 04:43:53 +0000 (04:43 +0000)]
(terminal_encode_buffer, terminal_encode_buf_size): New
variables.
(encode_terminal_code): Argument changed.  Encode multiple
characters at once.  Store the result of encoding in
terminal_encode_buffer.
(write_glyphs): Adjusted for the change of encode_terminal_code.
(insert_glyphs): Likewise.
(term_init): Initialize terminal_encode_buffer and
terminal_encode_buf_size.

20 years ago(consume_chars): If coding->src_object is nil, don't check annotation.
Kenichi Handa [Wed, 1 Oct 2003 04:40:19 +0000 (04:40 +0000)]
(consume_chars): If coding->src_object is nil, don't check annotation.

20 years ago*** empty log message ***
Kenichi Handa [Tue, 30 Sep 2003 23:28:01 +0000 (23:28 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Kenichi Handa [Tue, 30 Sep 2003 11:34:13 +0000 (11:34 +0000)]
*** empty log message ***

20 years ago(auto-composition-chunk-size): Variable deleted.
Kenichi Handa [Tue, 30 Sep 2003 11:09:29 +0000 (11:09 +0000)]
(auto-composition-chunk-size): Variable deleted.
(auto-compose-chars): Always stop after processing a newline.

20 years ago(handle_auto_composed_prop): Check if the last
Kenichi Handa [Tue, 30 Sep 2003 11:07:55 +0000 (11:07 +0000)]
(handle_auto_composed_prop): Check if the last
characters of auto-composed region is newly composed with the
following characters.
(handle_composition_prop): Fix checking of point being inside
composition.

20 years ago*** empty log message ***
Dave Love [Mon, 29 Sep 2003 18:18:04 +0000 (18:18 +0000)]
*** empty log message ***

20 years ago(find_and_call_menu_selection): Make menu_bar_items_used
Dave Love [Mon, 29 Sep 2003 18:17:35 +0000 (18:17 +0000)]
(find_and_call_menu_selection): Make menu_bar_items_used
EMACS_INT.

20 years ago(DefaultDepthOfScreen, x_encode_text): Remove unused vars.
Dave Love [Mon, 29 Sep 2003 18:16:30 +0000 (18:16 +0000)]
(DefaultDepthOfScreen, x_encode_text): Remove unused vars.

20 years ago(face_numeric_value): Declare dim size_t.
Dave Love [Mon, 29 Sep 2003 18:15:16 +0000 (18:15 +0000)]
(face_numeric_value): Declare dim size_t.
(Finternal_lisp_face_equal_p): Remove unused f.

20 years ago(regex_compile): Remove unused var.
Dave Love [Mon, 29 Sep 2003 18:08:13 +0000 (18:08 +0000)]
(regex_compile): Remove unused var.

20 years ago(Fminibuffer_complete_word): Remove unused var.
Dave Love [Mon, 29 Sep 2003 18:07:03 +0000 (18:07 +0000)]
(Fminibuffer_complete_word): Remove unused var.

20 years ago(Fset_keymap_parent, map_keymap, Fcopy_keymap)
Dave Love [Mon, 29 Sep 2003 18:06:24 +0000 (18:06 +0000)]
(Fset_keymap_parent, map_keymap, Fcopy_keymap)
(Faccessible_keymaps, where_is_internal): Remove unused vars.

20 years ago(cancel_hourglass_unwind): Return Qnil.
Dave Love [Mon, 29 Sep 2003 18:04:28 +0000 (18:04 +0000)]
(cancel_hourglass_unwind): Return Qnil.

20 years ago(frame_name_fnn_p): Make len EMACS_INT.
Dave Love [Mon, 29 Sep 2003 18:03:38 +0000 (18:03 +0000)]
(frame_name_fnn_p): Make len EMACS_INT.

20 years ago(Fwrite_region): Remove unused var.
Dave Love [Mon, 29 Sep 2003 18:02:39 +0000 (18:02 +0000)]
(Fwrite_region): Remove unused var.

20 years ago(adjust_frame_glyphs_for_frame_redisplay)
Dave Love [Mon, 29 Sep 2003 18:01:37 +0000 (18:01 +0000)]
(adjust_frame_glyphs_for_frame_redisplay)
(adjust_frame_glyphs_for_window_redisplay): Remove unused ch_dim.

20 years ago(Fremove_list_of_text_properties): Declare.
Dave Love [Mon, 29 Sep 2003 18:00:28 +0000 (18:00 +0000)]
(Fremove_list_of_text_properties): Declare.

20 years ago(inhibit_pre_post_conversion): Removed (unused).
Dave Love [Mon, 29 Sep 2003 17:59:52 +0000 (17:59 +0000)]
(inhibit_pre_post_conversion): Removed (unused).
(alloc_destination, produce_chars): Use EMACS_INT for byte/char
counts.
(coding_inherit_eol_type): Remove unused attrs.
(detect_coding): Cast arg of detect_eol.

20 years ago(syms_of_charset): Remove unused var p.
Dave Love [Mon, 29 Sep 2003 17:58:09 +0000 (17:58 +0000)]
(syms_of_charset): Remove unused var p.
(find_charsets_in_text, Ffind_charset_region): Use EMACS_INT for
byte/char counts.

20 years ago(set_case_table): Remove unused var.
Dave Love [Mon, 29 Sep 2003 17:55:29 +0000 (17:55 +0000)]
(set_case_table): Remove unused var.

20 years ago(Fdisplay_buffer, Fframe_selected_window): Remove
Dave Love [Mon, 29 Sep 2003 17:55:05 +0000 (17:55 +0000)]
(Fdisplay_buffer, Fframe_selected_window): Remove
unsued vars.

20 years agoMerge from HEAD.
Dave Love [Mon, 29 Sep 2003 17:50:08 +0000 (17:50 +0000)]
Merge from HEAD.

20 years ago*** empty log message ***
Kenichi Handa [Sun, 28 Sep 2003 23:57:00 +0000 (23:57 +0000)]
*** empty log message ***

20 years ago(define-coding-system): Fix attribute name :for-unibyte.
Kenichi Handa [Sun, 28 Sep 2003 23:56:11 +0000 (23:56 +0000)]
(define-coding-system): Fix attribute name :for-unibyte.

20 years ago(char_string): Use ASCII_CHAR_P instead of SINGLE_BYTE_CHAR_P.
Kenichi Handa [Sun, 28 Sep 2003 23:54:27 +0000 (23:54 +0000)]
(char_string): Use ASCII_CHAR_P instead of SINGLE_BYTE_CHAR_P.

20 years ago#
Dave Love [Fri, 26 Sep 2003 17:48:40 +0000 (17:48 +0000)]
#

20 years ago*** empty log message ***
Dave Love [Fri, 26 Sep 2003 17:36:12 +0000 (17:36 +0000)]
*** empty log message ***

20 years ago(x_bitmap_mask): Declare.
Dave Love [Fri, 26 Sep 2003 17:28:30 +0000 (17:28 +0000)]
(x_bitmap_mask): Declare.

20 years ago*** empty log message ***
Kenichi Handa [Fri, 26 Sep 2003 13:00:44 +0000 (13:00 +0000)]
*** empty log message ***

20 years ago(ps-mule-begin-job): Fix previous change.
Kenichi Handa [Fri, 26 Sep 2003 12:47:23 +0000 (12:47 +0000)]
(ps-mule-begin-job): Fix previous change.

20 years ago*** empty log message ***
Kenichi Handa [Fri, 26 Sep 2003 12:01:49 +0000 (12:01 +0000)]
*** empty log message ***

20 years ago(ps-generate-string-list): Function deleted.
Kenichi Handa [Fri, 26 Sep 2003 11:59:31 +0000 (11:59 +0000)]
(ps-generate-string-list): Function deleted.
(ps-rh-cache, ps-lf-cache, ps-rf-cache): Variables deleted.
(ps-header-footer-string): Function deleted.
(ps-encode-header-string-function): New variable
(ps-generate-header-line): Call ps-encode-header-string-function.
(ps-basic-plot-string-function): New variable
(ps-begin-job): Set ps-basic-plot-string-function and
ps-encode-header-string-function.  For setting up headers and
footers, don't use caches such as ps-rh-cache.  Don't call
ps-mule-begin-page.
(ps-basic-plot-str): Don't call ps-mule-prepare-ascii-font.
(ps-basic-plot-string): Likewise.
(ps-control-character): Likewise.
(ps-plot-region): Don't pay attention to composition and
non-ASCII characters.
(ps-generate): Call ps-mule-end-job.
(ps-mule-prepare-ascii-font): Delete autoload.
(ps-mule-set-ascii-font): Likewise.
(ps-mule-plot-string): Likewise.
(ps-mule-begin-page): Likewise.
(ps-mule-end-job): Declare autoload.

20 years agoMostly re-written.
Kenichi Handa [Fri, 26 Sep 2003 11:42:33 +0000 (11:42 +0000)]
Mostly re-written.

20 years ago(HeaderOrFooterTextLines): Handle multiple strings in a line.
Kenichi Handa [Fri, 26 Sep 2003 11:28:16 +0000 (11:28 +0000)]
(HeaderOrFooterTextLines): Handle multiple strings in a line.

20 years ago(auto-compose-region): New function.
Kenichi Handa [Fri, 26 Sep 2003 11:24:10 +0000 (11:24 +0000)]
(auto-compose-region): New function.

20 years ago(concat): Don't change multibyteness of the result by
Kenichi Handa [Fri, 26 Sep 2003 11:21:21 +0000 (11:21 +0000)]
(concat): Don't change multibyteness of the result by
concatenating an 8-bit character.

20 years ago(Faset): Check newelt by CHECK_CHARACTER. Don't change
Kenichi Handa [Fri, 26 Sep 2003 11:20:13 +0000 (11:20 +0000)]
(Faset): Check newelt by CHECK_CHARACTER.  Don't change
multibyteness of the result when newelt is an 8-bit character.

20 years ago*** empty log message ***
Dave Love [Thu, 18 Sep 2003 19:43:25 +0000 (19:43 +0000)]
*** empty log message ***

20 years agoZap mule-ucs.
Dave Love [Thu, 18 Sep 2003 19:42:57 +0000 (19:42 +0000)]
Zap mule-ucs.

20 years ago*** empty log message ***
Dave Love [Wed, 17 Sep 2003 19:29:34 +0000 (19:29 +0000)]
*** empty log message ***

20 years ago(ccl_driver): Fix arg of CHARACTERP.
Dave Love [Wed, 17 Sep 2003 19:26:25 +0000 (19:26 +0000)]
(ccl_driver): Fix arg of CHARACTERP.

20 years ago(x_term_init): Fix type error.
Dave Love [Wed, 17 Sep 2003 19:23:44 +0000 (19:23 +0000)]
(x_term_init): Fix type error.

20 years agoAdd Funibyte_char_to_multibyte.
Dave Love [Wed, 17 Sep 2003 19:23:19 +0000 (19:23 +0000)]
Add Funibyte_char_to_multibyte.

20 years ago(Fread_coding_system): Fix arg of XSETSTRING.
Dave Love [Wed, 17 Sep 2003 19:21:10 +0000 (19:21 +0000)]
(Fread_coding_system): Fix arg of XSETSTRING.
(Fset_coding_system_priority): Doc fix.

20 years agoSync with HEAD version.
Dave Love [Wed, 17 Sep 2003 19:16:27 +0000 (19:16 +0000)]
Sync with HEAD version.

20 years agoDon't include varargs.h.
Dave Love [Wed, 17 Sep 2003 19:12:26 +0000 (19:12 +0000)]
Don't include varargs.h.

20 years ago*** empty log message ***
Dave Love [Wed, 17 Sep 2003 13:54:36 +0000 (13:54 +0000)]
*** empty log message ***

20 years ago(get_property_and_range): Make start and end EMACS_INT.
Dave Love [Wed, 17 Sep 2003 13:53:56 +0000 (13:53 +0000)]
(get_property_and_range): Make start and end EMACS_INT.

20 years ago(adjust_point_for_property): Make beg and end
Dave Love [Wed, 17 Sep 2003 13:53:03 +0000 (13:53 +0000)]
(adjust_point_for_property): Make beg and end
EMACS_INT.

20 years ago(find_composition, update_compositions): Make
Dave Love [Wed, 17 Sep 2003 13:52:42 +0000 (13:52 +0000)]
(find_composition, update_compositions): Make
position args EMACS_INT.

20 years ago(handle_composition_prop, check_point_in_composition):
Dave Love [Wed, 17 Sep 2003 13:52:05 +0000 (13:52 +0000)]
(handle_composition_prop, check_point_in_composition):
Make buffer positions EMACS_INT.

20 years ago(lisp_string_width): Make ignore and end EMACS_INT.
Dave Love [Wed, 17 Sep 2003 13:51:40 +0000 (13:51 +0000)]
(lisp_string_width): Make ignore and end EMACS_INT.

20 years ago(check_composition): Make start and end EMACS_INT.
Dave Love [Wed, 17 Sep 2003 13:51:20 +0000 (13:51 +0000)]
(check_composition): Make start and end EMACS_INT.

20 years ago(find_composition, run_composition_function)
Dave Love [Wed, 17 Sep 2003 13:50:54 +0000 (13:50 +0000)]
(find_composition, run_composition_function)
(update_compositions, Ffind_composition_internal): Make buffer
positions EMACS_INT.

20 years ago*** empty log message ***
Dave Love [Tue, 16 Sep 2003 17:34:00 +0000 (17:34 +0000)]
*** empty log message ***

20 years ago(gtkutil.o): Depend on coding.h.
Dave Love [Tue, 16 Sep 2003 17:31:26 +0000 (17:31 +0000)]
(gtkutil.o): Depend on coding.h.