1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 10:11:05 -08:00
emacs/src
Martin Rudalics 764ec9e5f0 Improve window dividers code.
* faces.el (window-divider): New default value.  Rewrite
doc-string.
(window-divider-first-pixel, window-divider-last-pixel): New
faces.
* dispextern.h (face_id): Add WINDOW_DIVIDER_FIRST_PIXEL_FACE_ID
and WINDOW_DIVIDER_LAST_PIXEL_FACE_ID.
* w32term.c (w32_draw_window_divider): Handle first and last
pixels specially.
* w32term.h (w32_fill_area_abs): New function.
* xdisp.c (x_draw_right_divider): Don't draw over bottom
divider.
* xfaces.c (realize_basic_faces): Handle new face ids.
* xfns.c (Fx_create_frame): Call x_default_parameter for right
and bottom divider width.
* xterm.c (x_draw_window_divider): Handle first and last pixels
specially.
2014-02-04 08:36:58 +01:00
..
bitmaps
.dbxinit
.gdbinit Fix printing empty Lisp strings. 2014-01-29 20:17:20 +02:00
.gitignore
alloc.c Apply previous change even if valgrind is not in use, since it avoids undefined behavior. This is simpler. 2014-01-20 08:55:28 -08:00
atimer.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
atimer.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
autodeps.mk Simplify data_start configuration. 2013-02-24 21:55:37 -08:00
bidi.c Fix bug #16265 with buffer caches when modifying text in indirect buffers. 2014-01-01 19:44:48 +02:00
blockinput.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
buffer.c * buffer.c (Fkill_buffer): When killing an indirect buffer, 2014-01-21 06:28:57 +04:00
buffer.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
bytecode.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
callint.c Misc small fixes. 2014-01-31 11:41:54 +02:00
callproc.c Don't ignore SIGPROF in subprocesses 2014-01-30 18:22:30 +01:00
casefiddle.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
casetab.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
category.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
category.h Simplify and port recent bool vector changes. 2013-11-04 23:11:24 -08:00
ccl.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ccl.h Use bool for boolean, focusing on headers. 2013-12-14 13:36:44 -08:00
ChangeLog Improve window dividers code. 2014-02-04 08:36:58 +01:00
ChangeLog.1 ChangeLog fixes 2014-01-16 20:54:23 -05:00
ChangeLog.2 ChangeLog fixes 2014-01-16 20:54:23 -05:00
ChangeLog.3 Fix ChangeLog typos. 2014-01-26 01:47:40 +01:00
ChangeLog.4 ChangeLog fixes 2014-01-14 22:06:07 -05:00
ChangeLog.5 ChangeLog fixes 2014-01-14 22:06:07 -05:00
ChangeLog.6 ChangeLog fixes 2014-01-16 20:54:23 -05:00
ChangeLog.7 ChangeLog fixes 2014-01-14 22:06:07 -05:00
ChangeLog.8 Fix ChangeLog typos. 2014-01-26 01:47:40 +01:00
ChangeLog.9 Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ChangeLog.10 ChangeLog fixes 2014-01-14 22:06:07 -05:00
ChangeLog.11 Fix ChangeLog typos. 2014-01-26 01:47:40 +01:00
ChangeLog.12 ChangeLog fixes 2014-01-21 00:49:46 -08:00
character.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
character.h Use bool for boolean, focusing on headers. 2013-12-14 13:36:44 -08:00
charset.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
charset.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
chartab.c Spelling and punctuation fixes. 2013-12-01 14:33:13 -08:00
cm.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cm.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cmds.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
coding.c Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.edu to preserve the code detection behavior of 24.3. 2014-01-29 22:21:25 +09:00
coding.h Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.edu to preserve the code detection behavior of 24.3. 2014-01-29 22:21:25 +09:00
commands.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
composite.c composite.c (composition_update_it): Fix previous change. 2014-01-19 22:26:21 +09:00
composite.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
conf_post.h Apply previous change even if valgrind is not in use, since it avoids undefined behavior. This is simpler. 2014-01-20 08:55:28 -08:00
COPYING
cygw32.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cygw32.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
data.c Misc small fixes. 2014-01-31 11:41:54 +02:00
dbusbind.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
decompress.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
deps.mk Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
dired.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
dispextern.h Improve window dividers code. 2014-02-04 08:36:58 +01:00
dispnew.c Fix handling of internal borders (Bug#16348). 2014-01-11 10:31:09 +01:00
disptab.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
doc.c Remove the dynamic-docstring-function feature. 2014-01-03 13:37:58 +08:00
doprnt.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
dosfns.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
dosfns.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
editfns.c * editfns.c (Fconstrain_to_field): Fix typo in docstring. 2014-01-24 17:05:12 +01:00
emacs-icon.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
emacs.c Fix spelling of "GNUstep" 2014-01-20 14:44:56 -05:00
emacsgtkfixed.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
emacsgtkfixed.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
epaths.in Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
eval.c * eval.c (call_debugger): Grow specpdl if the debugger was 2014-02-03 13:37:43 +04:00
fileio.c Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.edu to preserve the code detection behavior of 24.3. 2014-01-29 22:21:25 +09:00
filelock.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
firstfile.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
floatfns.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
fns.c Port to C89. 2014-01-02 22:47:27 -08:00
font.c Spelling fixes. 2014-01-09 23:10:37 -08:00
font.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
fontset.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
fontset.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
frame.c Fix doc-string of frame_resize_pixelwise. 2014-01-11 11:01:01 +01:00
frame.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
fringe.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ftfont.c Fix two memory leaks discovered with Valgrind. 2014-01-23 16:18:08 +04:00
ftfont.h
ftxfont.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
getpagesize.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
gfilenotify.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
gmalloc.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
gnutls.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
gnutls.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
gtkutil.c Make GTK+ menus work correctly with Unity global menu 2014-01-12 17:40:35 -08:00
gtkutil.h Make GTK+ menus work correctly with Unity global menu 2014-01-12 17:40:35 -08:00
image.c Minor cleanup of previous change. 2014-01-23 09:27:37 -08:00
indent.c src/indent.c (current_column_1): Correct commentary. 2014-01-29 20:04:11 +02:00
indent.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
inotify.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
insdel.c Fix bug #16265 with buffer caches when modifying text in indirect buffers. 2014-01-01 19:44:48 +02:00
intervals.c * buffer.c (Fkill_buffer): When killing an indirect buffer, 2014-01-21 06:28:57 +04:00
intervals.h * buffer.c (Fkill_buffer): When killing an indirect buffer, 2014-01-21 06:28:57 +04:00
keyboard.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
keyboard.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
keymap.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
keymap.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
lastfile.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
lisp.h Port to C89. 2014-01-02 22:47:27 -08:00
lisp.mk Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
lread.c * lread.c (oblookup): Fix comment to match code. 2014-01-26 21:29:30 -08:00
macfont.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
macfont.m * macfont.m: Include termchar.h. 2014-01-13 11:32:48 +01:00
macros.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
macros.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
macuvs.h Forgot to add files. 2013-09-15 21:36:20 +02:00
Makefile.in Spelling fix. 2014-01-04 20:56:23 -08:00
makefile.w32-in Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
marker.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
menu.c Provisional fix for bug #16479 with client connecting while in a TTY menu. 2014-01-17 13:55:00 +02:00
menu.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
minibuf.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
msdos.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
msdos.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
nsfns.m Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
nsfont.m Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
nsgui.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
nsimage.m Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
nsmenu.m Fix spelling of "GNUstep" 2014-01-20 14:44:56 -05:00
nsselect.m Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
nsterm.h Fix spelling of "GNUstep" 2014-01-20 14:44:56 -05:00
nsterm.m Fix spelling of "GNUstep" 2014-01-20 14:44:56 -05:00
print.c * print.c (Fexternal_debugging_output): Add cast to pacify 2014-02-03 11:05:28 +04:00
process.c Don't ignore SIGPROF in subprocesses 2014-01-30 18:22:30 +01:00
process.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
profiler.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
puresize.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ralloc.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
README Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
regex.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
regex.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
region-cache.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
region-cache.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
scroll.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
search.c Fix bug #16265 with buffer caches when modifying text in indirect buffers. 2014-01-01 19:44:48 +02:00
sheap.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
sound.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
syntax.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
syntax.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
sysdep.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
sysselect.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
syssignal.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
sysstdio.h Use emacs_open more consistently when opening files. 2013-07-05 19:40:50 -07:00
systime.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
systty.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
syswait.h Spelling fixes. 2014-01-15 22:24:06 -08:00
term.c Fix bug #16479 with client connections while TTY menu is open. 2014-01-25 10:25:51 +02:00
termcap.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
termchar.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
termhooks.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
terminal.c * terminal.c (initial_free_frame_resources): New function. 2014-01-28 09:55:06 +04:00
terminfo.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
termopts.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
textprop.c Space before paren, updating recent change. 2014-01-14 09:59:19 -08:00
tparam.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
tparam.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
undo.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
unexaix.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
unexcoff.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
unexcw.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
unexec.h
unexelf.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
unexhp9k800.c Fix races with threads and file descriptors. 2013-07-11 19:03:47 -07:00
unexmacosx.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
unexsol.c Prefer list1 (X) to Fcons (X, Qnil) when building lists. 2013-07-15 23:39:49 -07:00
unexw32.c Fix minor build problems related to MinGW64. 2014-01-11 15:36:06 +02:00
vm-limit.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w16select.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32.c Fix file name handling on MS-Windows 9X. 2014-01-18 13:46:22 +02:00
w32.h Fix file name handling on MS-Windows 9X. 2014-01-18 13:46:22 +02:00
w32common.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32console.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32fns.c In Fx_create_frame of w32fns.c process frame alpha earlier. (Bug#16619) 2014-02-02 14:00:41 +01:00
w32font.c Fix Cygwin w32 build broken by last commit in w32font.c. 2014-01-19 17:42:48 +02:00
w32font.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32gui.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32heap.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32heap.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32inevt.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32inevt.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32menu.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32notify.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32proc.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32reg.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32select.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32select.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32term.c Improve window dividers code. 2014-02-04 08:36:58 +01:00
w32term.h Improve window dividers code. 2014-02-04 08:36:58 +01:00
w32uniscribe.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32xfns.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
widget.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
widget.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
widgetprv.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
window.c Fixes in window size functions around Bug#16430 and Bug#16470. 2014-01-22 11:29:23 +01:00
window.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xdisp.c Improve window dividers code. 2014-02-04 08:36:58 +01:00
xfaces.c Improve window dividers code. 2014-02-04 08:36:58 +01:00
xfns.c Improve window dividers code. 2014-02-04 08:36:58 +01:00
xfont.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xftfont.c Spelling fixes. 2014-01-05 22:25:30 -08:00
xgselect.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xgselect.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xmenu.c * xmenu.c (create_and_show_popup_menu): Port comment to C89. 2014-01-29 10:39:11 -08:00
xml.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xrdb.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xselect.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xsettings.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xsettings.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xsmfns.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xterm.c Improve window dividers code. 2014-02-04 08:36:58 +01:00
xterm.h Fix handling of internal borders (Bug#16348). 2014-01-11 10:31:09 +01:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2014 Free Software Foundation, Inc.
See the end of the file for license conditions.


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) is 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'.  This
is the file which actually controls the compilation of Emacs.
All of this should work transparently to the user; you should only
need to run `../configure', and then type `make'.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.