1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00
emacs/src
Paul Eggert 52828e02c3 * alloc.c: Handle unusual debugging option combinations.
(GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
since the two debugging options are incompatible.
(GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
is defined.
(mem_init, mem_insert, mem_insert_fixup):
Define if GC_MARK_STACK || GC_MALLOC_CHECK.
(NEED_MEM_INSERT): Remove; no longer needed.
2012-04-22 00:41:30 -07:00
..
bitmaps Change bitmaps back to X11-compatible types. 2011-04-16 01:30:05 -07:00
m Improve ralloc.c interface checking. 2012-04-15 18:10:42 -07:00
s Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
.dbxinit
.gdbinit In GDB scripts, don't assume that EMACS_INT fits in long. 2012-02-20 16:07:53 -08:00
.gitignore
alloc.c * alloc.c: Handle unusual debugging option combinations. 2012-04-22 00:41:30 -07:00
atimer.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
atimer.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
autodeps.mk
bidi.c Fix bug #11073 with bidi-related crashes displaying some byte sequences. 2012-03-23 14:32:23 +02:00
blockinput.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
buffer.c Improve ralloc.c interface checking. 2012-04-15 18:10:42 -07:00
buffer.h Warning comments about subtleties of fetching characters from buffers/strings. 2012-04-06 16:10:30 +03:00
bytecode.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
callint.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
callproc.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
casefiddle.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
casetab.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
category.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
category.h * category.h (CATEGORY_SET_P): Remove unnecessary cast to EMACS_INT. 2011-06-17 01:17:29 -07:00
ccl.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ccl.h * ccl.h (check_ccl_update, Vccl_program_table): Remove decls. 2011-04-10 23:43:21 -07:00
ChangeLog * alloc.c: Handle unusual debugging option combinations. 2012-04-22 00:41:30 -07:00
ChangeLog.1 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.2 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.3 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.4 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.5 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.6 Fix ChangeLog typos. 2012-04-15 04:59:30 +02:00
ChangeLog.7 More ChangeLog fixes 2012-02-24 14:47:53 -05:00
ChangeLog.8 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.9 Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ChangeLog.10 Fix ChangeLog typos. 2012-04-15 04:59:30 +02:00
ChangeLog.11 Fix ChangeLog typos. 2012-04-15 04:59:30 +02:00
character.c Handle overflow when computing char display width (Bug#9496). 2012-02-03 11:24:22 -08:00
character.h Spelling fixes. 2012-04-13 22:10:55 -07:00
charset.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
charset.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
chartab.c Spelling fixes. 2011-11-19 01:18:31 -08:00
cm.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
cm.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
cmds.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
coding.c Merge from emacs-23; up to 2010-06-29T18:17:31Z!cyd@stupidchicken.com. 2012-02-08 23:48:22 -08:00
coding.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
commands.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
composite.c composite.c: use 'double' consistently 2012-04-08 23:52:40 -07:00
composite.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
COPYING
data.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
dbusbind.c * dbusbind.c (Fdbus_register_method): Mention the return value 2012-02-02 13:47:09 +01:00
deps.mk Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
dired.c * dired.c (Fsystem_groups): Remove unused local. 2012-04-17 15:56:06 -07:00
dispextern.h dispextern.h (struct glyph): Fix previous change. Change the bit length of glyphless.ch to 25 (Bug#11082). 2012-03-26 14:43:05 +09:00
dispnew.c Update doc to reflect new non-nil value of redisplay-dont-pause. 2012-03-20 16:52:11 +08:00
disptab.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
doc.c doc.c fix for bug#11036 2012-04-09 16:43:15 -04:00
doprnt.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
dosfns.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
dosfns.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
editfns.c * src/editfns.c (Fconstrain_to_field): Doc fix. 2012-03-12 00:27:36 +08:00
emacs-icon.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
emacs.c Support building on MS-Windows with libxml2. 2012-04-07 16:57:36 +03:00
emacsgtkfixed.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
emacsgtkfixed.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
epaths.in Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
eval.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
fileio.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
filelock.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
firstfile.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
floatfns.c Make second arg of copysign non-optional. 2012-01-21 23:52:46 +08:00
fns.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
font.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
font.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
fontset.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
fontset.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
frame.c * frame.c (other_visible_frames): Don't assume selected frame is visible. 2012-03-10 15:46:07 +08:00
frame.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
fringe.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
ftfont.c ftfont.c (ftfont_drive_otf): Mask bits of character code to make it fit in a valid range (Bug#11003). 2012-03-19 13:08:07 +09:00
ftfont.h
ftxfont.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
getpagesize.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
gmalloc.c Whitespace changes. 2011-09-09 03:06:52 +02:00
gnutls.c Merge 2012-04-09 GnuTLS fix from trunk 2012-04-10 16:00:43 +08:00
gnutls.h Merge 2012-04-09 GnuTLS fix from trunk 2012-04-10 16:00:43 +08:00
gtkutil.c * gtkutil.c (x_wm_set_size_hint): Use one row in call to 2012-03-08 19:49:13 +01:00
gtkutil.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
image.c Increase default image size limit; don't unlimit Gnus. 2012-02-14 22:40:08 -08:00
indent.c Fix typo in last commit. 2012-04-13 14:22:01 +08:00
indent.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
insdel.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
intervals.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
intervals.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
keyboard.c * keyboard.c (process_pending_signals): Define only if SYNC_INPUT. 2012-04-20 14:26:18 -07:00
keyboard.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
keymap.c * keymap.c (Fkey_description): Doc fix. 2012-03-12 01:08:10 +08:00
keymap.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
lastfile.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
lisp.h Improve ralloc.c interface checking. 2012-04-15 18:10:42 -07:00
lisp.mk * lisp.mk (lisp): Update. 2012-04-21 10:03:52 +02:00
lread.c Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.org 2012-04-13 18:46:06 -07:00
macros.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
macros.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
Makefile.in Merge from trunk. 2012-04-13 21:37:44 -07:00
makefile.w32-in src/makefile.w32-in ($(BLD)/xml.$(O)): Reorder entry. 2012-04-07 23:32:59 +02:00
marker.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
mem-limits.h Fix crash due to non-contiguous EMACS_INT (Bug#10780). 2012-02-20 15:09:58 -08:00
menu.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
menu.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
minibuf.c Remove defining user variables via * in docstring. 2012-04-09 20:36:01 +08:00
msdos.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
msdos.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ndir.h
ns.mk Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
nsfns.m Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
nsfont.m Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
nsgui.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
nsimage.m Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
nsmenu.m Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
nsselect.m Yet more syncing of xselect docs and argument specs 2012-02-11 19:13:13 -08:00
nsterm.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
nsterm.m * nsterm.m (constrainFrameRect): Always constrain when there is only 2012-04-09 12:01:04 +02:00
pre-crt0.c
print.c * src/print.c (print_preprocess): Only check print_depth if print-circle 2012-04-20 09:02:20 -04:00
process.c Merge from emacs-24 branch 2012-04-20 16:48:50 +08:00
process.h Merge 2012-04-09 GnuTLS fix from trunk 2012-04-10 16:00:43 +08:00
puresize.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
ralloc.c Fix minor ralloc.c problems found by static checking. 2012-04-15 18:18:13 -07:00
README Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
regex.c configure: new option --enable-gcc-warnings 2012-04-09 00:45:59 -07:00
regex.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
region-cache.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
region-cache.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
scroll.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
search.c Small doc and elisp manual fixes related to searching 2012-03-26 23:46:42 -07:00
sheap.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
sound.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
stamp-h.in
syntax.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
syntax.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
sysdep.c * src/sysdep.c (list_system_processes): Support Darwin. 2012-04-22 10:58:23 +08:00
sysselect.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
syssignal.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
systime.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
systty.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
syswait.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
term.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
termcap.c Whitespace changes. 2011-09-09 03:06:52 +02:00
termchar.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
termhooks.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
terminal.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
terminfo.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
termopts.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
textprop.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
tparam.c Adjust in response to jan.h.d's comments. 2011-08-04 19:15:35 -07:00
tparam.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
undo.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
unexaix.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
unexcoff.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
unexcw.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
unexec.h
unexelf.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
unexhp9k800.c Protoize 2011-07-10 10:20:10 +02:00
unexmacosx.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
unexsol.c
unexw32.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
vm-limit.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w16select.c Sync MS-DOS selection-related doc strings with X doc strings. 2012-02-11 11:38:41 +02:00
w32.c Record and display absolute path of DLLs loaded (bug#10424). 2012-04-10 16:16:05 +02:00
w32.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32console.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32fns.c Fix bug #9087 with crashes on MS-Windows under throw-on-input. 2012-01-14 22:15:01 +02:00
w32font.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32font.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32gui.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32heap.c Remove dead MSVC-specific code. 2012-03-25 20:30:50 +02:00
w32heap.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32inevt.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32inevt.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32menu.c Fix unsafe use of alloca reported in bug #11138. 2012-04-01 19:55:30 +03:00
w32proc.c Doc fixes in w32-specific primitives related to console codepage. 2012-03-20 20:49:18 +02:00
w32reg.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32select.c Fix bug #10783 with w32 doc string of x-selection-exists-p. 2012-02-11 11:50:27 +02:00
w32term.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
w32term.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32uniscribe.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
w32xfns.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
widget.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
widget.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
widgetprv.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
window.c * src/window.c (save_window_save): Obey window-point-insertion-type. 2012-04-10 22:36:04 -04:00
window.h Rename inhibit_window_configuration_change_hook to inhibit_lisp_code. 2012-03-12 14:34:32 +08:00
xdisp.c Merge from emacs-24 branch 2012-04-20 16:48:50 +08:00
xfaces.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
xfns.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
xfont.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xftfont.c Fix wrong font metrics for mouse highlight (backport 2011-12-15T02:12:08Z!handa@m17n.org from trunk) 2012-01-15 10:55:52 +08:00
xgselect.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xgselect.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xmenu.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xml.c src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable. 2012-04-07 22:54:50 +02:00
xrdb.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xselect.c Reduce x-selection-timeout to 5s, and add a message for clipboard manager saving. 2012-02-25 11:01:11 +08:00
xsettings.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
xsettings.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xsmfns.c Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08:00
xterm.c Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
xterm.h Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) 2012-01-10 23:52:35 -08: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-2012  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/>.