Files
emacs/src
Richard M. Stallman f5b8d5f263 (handle_fontified_prop): Do nothing if memory full.
(format_mode_line_unwind_data): New arg SAVE_PROPTRANS
controls whether to save and restore mode_line_proptrans_alist.
Callers changed.
(unwind_format_mode_line): Work with that feature.
(redisplay_internal): Don't call prepare_menu_bars if memory full.
(move_elt_to_front): New function.
(display_mode_element): Use move_elt_to_front.
Don't bother munging text props on a null string.
Delete obsolete elts from mode_line_proptrans_alist.
(decode_mode_spec): Test Vmemory_full, not spare_memory.
2005-10-29 19:44:25 +00:00
..
2005-09-24 10:27:46 +00:00
2005-10-23 17:26:53 +00:00
2005-07-04 16:49:24 +00:00
2005-07-04 16:49:24 +00:00
2005-07-04 16:49:24 +00:00
2005-10-24 08:03:17 +00:00
2005-10-24 08:04:01 +00:00
2003-09-01 15:45:59 +00:00
2005-08-07 12:33:19 +00:00
2005-08-07 12:33:19 +00:00
2005-08-07 12:33:19 +00:00
2005-07-02 15:46:32 +00:00
2005-08-07 12:33:19 +00:00
2005-10-19 16:53:31 +00:00
2005-10-20 15:03:10 +00:00
2005-09-08 22:30:08 +00:00
2005-10-29 19:40:49 +00:00
2005-10-08 02:27:47 +00:00
2005-10-25 08:13:44 +00:00
2005-10-16 02:23:09 +00:00
2005-09-27 18:48:59 +00:00
2005-08-07 12:33:19 +00:00
2005-08-07 12:33:19 +00:00
2005-10-24 16:22:16 +00:00
2005-08-07 12:33:19 +00:00
2005-08-07 12:33:19 +00:00
2005-08-07 12:33:19 +00:00
2005-08-07 12:33:19 +00:00
2005-10-29 16:05:41 +00:00
1999-10-01 11:44:30 +00:00
2005-08-07 12:33:19 +00:00
2005-08-07 12:33:19 +00:00
2003-09-01 15:45:59 +00:00
2005-08-07 12:33:19 +00:00
2005-10-28 16:28:43 +00:00
2005-08-07 12:33:19 +00:00
2005-08-07 12:33:19 +00:00
2005-10-24 14:59:42 +00:00
2005-09-27 18:48:59 +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.