annotate lwlib/README @ 46471:028a5b2de9e4
(chars_in_text, multibyte_chars_in_text, copy_text):
(count_size_as_multibyte, count_combining_before):
(count_combining_after, insert_1, insert_1_both, message_dolog):
(insert, insert_and_inherit, insert_before_markers)
(insert_before_markers_and_inherit, set_message, message2):
(message2_dolog, build_string, make_string, make_unibyte_string):
(make_multibyte_string, intern, oblookup, report_file_error):
(fast_c_string_match_ignore_case, temp_echo_area_glyphs):
(emacs_open, xstrdup): Declarations updated.
author |
Ken Raeburn <raeburn@raeburn.org> |
date |
Tue, 16 Jul 2002 19:48:42 +0000 |
parents |
648d04be6a9c |
children |
94ef9897d110 |
rev |
line source |
25842
|
1 This subdirectory contains the lwlib library which provides a uniform
|
|
2 interface to a few different X toolkits. The library was written by Lucid.
|
|
3 This version has changes in the makefile to fit in with Emacs's configure
|
|
4 script, and some source files have been renamed to fit in 14 characters.
|
|
5
|