Files
emacs/src
Kenichi Handa b4192550b1 (x_append_glyph): Setup members of struct glyph properly
for composition.
(x_append_composite_glyph): New function.
(VCENTER_BASELINE_OFFSET): New macro.
(x_produce_glyphs): If it->what == IT_COMPOSITION, setup members
of struct it for the composition.  Cache pixel offsets in the
struct composition.  Delete codes for a composite character.
Handle Vignore_relative_composition in composition code.
(struct glyph_string): Delete member cmpcharp, add new member cmp.
(x_set_cursor_gc): Check s->cmp, not s->cmpcharp.
(x_compute_glyph_string_overhangs): Likewise.
(x_get_glyph_overhangs): Delete codes for a composite character.
(x_right_overwritten): Check s->cmp, not s->cmpcharp.
(x_draw_glyph_string_background): Likewise.  Delete codes for
checking s->gidx for a composition.
(x_draw_glyph_string_foreground): Delete code for a composite
character.
(x_draw_composite_glyph_string_foreground): New function.
(x_draw_glyph_string_box): Check s->cmp, not s->cmpcharp.
(x_draw_glyph_string): Handle the case of COMPOSITE_GLYPH.
(struct work): Deleted.
(x_fill_composite_glyph_string): Argument changed.  Mostly
rewritten for that.
(x_fill_glyph_string): Don't check CHARSET_COMPOSITION.
(BUILD_CHAR_GLYPH_STRINGS): Don't handle composition here.
(BUILD_COMPOSITE_GLYPH_STRING): New macro.
(BUILD_GLYPH_STRINGS): For composition, call
BUILD_COMPOSITE_GLYPH_STRING.
(x_new_font): Initialize f->output_data.x->baseline_offset, not
f->output_data.x->font_baseline.
1999-12-15 00:27:21 +00:00
..
#
1999-09-29 16:37:29 +00:00
1999-10-01 11:44:30 +00:00
1998-05-10 01:13:11 +00:00
1999-10-08 11:52:13 +00:00
1999-12-15 00:02:33 +00:00
1998-04-14 12:25:56 +00:00
1999-12-14 10:46:48 +00:00
#
1999-09-29 16:37:29 +00:00
#
1999-09-29 16:37:29 +00:00
#
1999-09-29 16:37:29 +00:00
#
1999-09-29 16:37:29 +00:00
#
1999-09-29 16:37:29 +00:00
#
1999-09-29 16:37:29 +00:00
#
1999-10-04 16:40:11 +00:00
1999-09-27 16:42:19 +00:00
1999-12-15 00:06:45 +00:00
1999-12-15 00:08:01 +00:00
1999-12-15 00:08:01 +00:00
1999-11-28 20:12:41 +00:00
#
1999-10-17 09:55:57 +00:00
1999-10-01 11:44:30 +00:00
1999-11-16 18:24:17 +00:00
#
1999-10-01 12:43:57 +00:00
1999-12-15 00:10:49 +00:00
1999-10-01 11:44:30 +00:00
1999-12-15 00:13:13 +00:00
1999-07-21 21:43:52 +00:00
1999-12-15 00:14:19 +00:00
1999-09-11 20:42:47 +00:00
1999-12-13 03:50:00 +00:00
1998-04-17 01:49:33 +00:00
1998-04-14 12:25:56 +00:00
1999-12-15 00:17:54 +00:00
1999-10-01 11:44:30 +00:00
1998-04-15 10:32:29 +00:00
1999-07-21 21:43:52 +00:00
1999-11-22 08:19:51 +00:00
1999-11-22 08:19:51 +00:00
1999-11-28 20:14:03 +00:00
1999-10-01 11:44:30 +00:00
1998-08-18 20:58:45 +00:00
1999-08-18 13:17:06 +00:00
1999-11-11 11:45:06 +00:00
1998-06-29 22:54:28 +00:00
1999-11-17 20:58:06 +00:00
1999-10-01 11:44:30 +00:00
1998-04-17 05:07:51 +00:00
1999-06-13 17:49:12 +00:00
1999-03-17 22:03:43 +00:00
1999-01-22 19:58:10 +00:00
1999-06-24 22:05:46 +00:00
1999-12-15 00:25:34 +00:00
1999-09-16 20:20:10 +00:00

This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs (on Unix systems) or the Emacs
executable and map files (on VMS systems) are copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

Under GNU and Unix systems, the file `Makefile.in' is used as a
template by the script `../configure' to produce `Makefile.c'.  The
same script then uses `cpp' to produce the machine-dependent
`Makefile' from `Makefile.c'; `Makefile' is the file which actually
controls the compilation of Emacs.  Most of this should work
transparently to the user; you should only need to run `../configure',
and then type `make'.

See the file VMSBUILD in this directory for instructions on compiling,
linking and building Emacs on VMS.

The files `*.com' and `temacs.opt' are used on VMS only.
The files `vlimit.h', `ioclt.h' and `param.h' are stubs to
allow compilation on VMS with the minimum amount of #ifdefs.

`uaf.h' contains VMS uaf structure definitions.  This is only needed if
you define READ_SYSUAF.  This should only be done for single-user
systems where you are not overly concerned with security, since it
either requires that you install Emacs with SYSPRV or make SYSUAF.DAT
world readable.  Otherwise, Emacs can determine information about the
current user, but no one else.

`pwd.h' contains definitions for VMS to be able to correctly simulate
`getpwdnam' and `getpwduid'.