1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00
emacs/src
2010-11-04 15:53:28 -04:00
..
bitmaps
m Fix for Bug#5655, backported from trunk. 2010-11-03 14:55:19 -04:00
s * src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225). 2010-10-18 08:23:41 -04:00
.arch-inventory
.dbxinit
.gdbinit (pitx) Fix last change. 2009-12-26 15:56:43 +00:00
.gitignore * .cvsignore, .gitignore: Ignore buildobj.h. 2009-08-28 02:40:13 +00:00
alloc.c * alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517). 2010-06-26 20:47:35 +02:00
atimer.c Fix typos. 2010-10-23 01:38:34 +02:00
atimer.h Fix typos in comments. 2010-01-17 03:24:22 +01:00
blockinput.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
buffer.c Doc fix. 2010-10-02 18:23:50 -07:00
buffer.h Try to fix bug#5314. This is probably not the final word, tho. 2010-01-12 23:33:42 -05:00
bytecode.c Make it possible to C-g in a tight bytecode loop again (bug#5680). 2010-03-05 18:08:18 -05:00
callint.c * callint.c (Finteractive): Doc fix. 2010-02-17 22:35:21 -08:00
callproc.c Complement a coding system for encoding arguments and input to a process. 2010-09-30 13:28:34 +09:00
casefiddle.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
casetab.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
category.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
category.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ccl.c Fix typos in docstrings, comments and ChangeLogs. 2010-10-12 17:16:57 +02:00
ccl.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ChangeLog Backport 2010-03-25T08:48:52Z!mituharu@math.s.chiba-u.ac.jp from trunk 2010-11-04 15:53:28 -04:00
ChangeLog.1 Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ChangeLog.2 Fix typos in docstrings, comments and ChangeLogs. 2010-10-13 01:25:19 +02:00
ChangeLog.3 Fix typos in docstrings, comments and ChangeLogs. 2010-10-13 01:25:19 +02:00
ChangeLog.4 Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ChangeLog.5 Fix typos in docstrings, comments and ChangeLogs. 2010-10-13 01:25:19 +02:00
ChangeLog.6 Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ChangeLog.7 Fix typos in docstrings, comments and ChangeLogs. 2010-10-13 01:25:19 +02:00
ChangeLog.8 Fix typos in docstrings, comments and ChangeLogs. 2010-10-13 01:25:19 +02:00
ChangeLog.9 Fix typos in docstrings, comments and ChangeLogs. 2010-10-13 01:25:19 +02:00
ChangeLog.10 Fix typos in ChangeLogs. 2010-04-02 04:22:17 +02:00
character.c * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to 2010-05-18 14:01:10 -04:00
character.h Fix typos. 2010-06-03 17:34:35 +02:00
charset.c Improve the encoding by compound-text-with-extensions. 2010-08-06 17:11:19 +09:00
charset.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
chartab.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
cm.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
cm.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
cmds.c * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions): 2010-05-24 17:01:10 -04:00
coding.c Fix typos in comments 2010-10-12 21:52:05 +09:00
coding.h Complement a coding system for encoding arguments and input to a process. 2010-09-30 13:28:34 +09:00
commands.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
composite.c Fix for Bug#5984. 2010-04-30 12:00:48 -04:00
composite.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
config.in * dbusbind.c (xd_append_arg): Don't "make-unibyte" the string. 2010-06-09 10:31:12 -04:00
COPYING
data.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
dbusbind.c * dbusbind.c (Fdbus_call_method_asynchronously) 2010-10-25 13:46:21 +02:00
dired.c * dired.c (DIRENTRY_NONEMPTY) [cygwin]: Use d_ino instead of the MSDOS definition. 2010-07-27 07:10:48 -04:00
dispextern.h Backport 2010-04-10T10:52:30Z!mituharu@math.s.chiba-u.ac.jp from trunk 2010-11-04 15:35:32 -04:00
dispnew.c Document values of window-system and deprecate its use as predicate. 2010-10-22 12:35:31 +02:00
disptab.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
doc.c * doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S. 2010-08-14 08:42:09 +02:00
doprnt.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
dosfns.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
dosfns.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ecrt0.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
editfns.c Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler. 2010-06-14 23:16:19 -07:00
emacs-icon.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
emacs.c Command line arg processing fix (Bug#5392) 2010-01-16 14:28:59 -05:00
epaths.in Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
eval.c * eval.c (Flet, Feval, Fapply, apply_lambda): Use SAFE_ALLOCA_LISP 2010-08-17 23:07:50 +02:00
fileio.c Fix for Bug#5984. 2010-04-30 12:00:48 -04:00
filelock.c Account for utmp.h availability. 2010-01-23 17:15:22 -05:00
filemode.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
firstfile.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
floatfns.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
fns.c fns.c: Doc fixes. 2010-07-30 02:54:53 +02:00
font.c Backport 2010-05-27T04:24:30Z!handa@etlken from trunk 2010-11-04 15:46:30 -04:00
font.h Fix handling of font properties on Windows (bug#6303). 2010-10-13 16:07:28 +02:00
fontset.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
fontset.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
frame.c src/frame.c: Fix previous change. 2010-10-22 12:52:08 +02:00
frame.h Fix typos in docstrings, comments and ChangeLogs. 2010-10-13 01:25:19 +02:00
fringe.c Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325). 2010-07-05 18:58:31 +09:00
ftfont.c Fix handling of font properties on Windows (bug#6303). 2010-10-13 16:07:28 +02:00
ftfont.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ftxfont.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
getloadavg.c Revert copyright year changes for files that are not part of Emacs. 2009-01-08 03:52:24 +00:00
getpagesize.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
gmalloc.c * gmalloc.c (__sbrk): Also define for uClibc. 2008-10-02 02:58:01 +00:00
gtkutil.c Make sure detached tool bar menu isn't blank. 2010-09-17 11:58:44 +02:00
gtkutil.h Fix menus as per bug 6499 and 6608. 2010-07-14 12:05:53 +02:00
image.c * image.c (free_image): Mark frame as garbaged (Bug#6426). 2010-06-19 15:43:47 -04:00
indent.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
indent.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
insdel.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
intervals.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
intervals.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
keyboard.c Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts. 2010-11-01 12:30:33 +01:00
keyboard.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
keymap.c * keymap.c (Fdefine_key): Doc fix (Bug#6460). 2010-06-19 14:02:41 -04:00
keymap.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lastfile.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lisp.h Fix typos. 2010-06-03 17:34:35 +02:00
lread.c * lread.c (read1): Signal error if #s is not followed by paren. 2010-06-23 10:22:36 +02:00
macros.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
macros.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
Makefile.in Fix for Bug#5655, backported from trunk. 2010-11-03 14:55:19 -04:00
makefile.w32-in Backport from trunk: Fix bug #6126. 2010-05-11 20:23:52 +03:00
marker.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
md5.c
md5.h
mem-limits.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
menu.c * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930). 2010-03-30 19:26:38 -04:00
menu.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
minibuf.c Document arguments passed to `read-buffer-function' (bug#5625). 2010-07-28 02:15:49 +02:00
mktime.c
msdos.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
msdos.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ndir.h
nsfns.m Fix last set of Nextstep changes. 2010-03-31 10:27:50 -04:00
nsfont.m * nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736). 2010-02-25 19:48:53 -05:00
nsgui.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
nsimage.m Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
nsmenu.m * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811). 2010-04-13 09:01:46 +03:00
nsselect.m Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
nsterm.h Fix last set of Nextstep changes. 2010-03-31 10:27:50 -04:00
nsterm.m Fix typos in docstrings, comments and ChangeLogs. 2010-10-13 01:25:19 +02:00
point.h
pre-crt0.c
prefix-args.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
print.c Fix typos in docstrings, comments and ChangeLogs. 2010-10-12 17:16:57 +02:00
process.c Backport 2010-03-25T08:48:52Z!mituharu@math.s.chiba-u.ac.jp from trunk 2010-11-04 15:53:28 -04:00
process.h Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts. 2010-11-01 12:30:33 +01:00
puresize.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ralloc.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
README Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
regex.c Fix typos in docstrings, comments and ChangeLogs. 2010-10-12 17:16:57 +02:00
regex.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
region-cache.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
region-cache.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
scroll.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
search.c Fix typos. 2010-06-03 17:34:35 +02:00
sheap.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
sound.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
stamp-h.in
strftime.c
syntax.c * src/syntax.c (back_comment): Detect the case where a 1-char comment 2010-09-21 17:52:13 +02:00
syntax.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
sysdep.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
sysselect.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
syssignal.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
systime.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
systty.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
syswait.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
term.c * src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002). 2010-09-11 14:53:21 +02:00
termcap.c * process.c (ifflag_def): Make flag_sym constant. 2009-11-11 20:11:51 +00:00
termchar.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
termhooks.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
terminal.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
terminfo.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
termopts.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
textprop.c Suppress spurious second invocation of before-change-functions 2010-01-19 13:16:01 +00:00
tparam.c * alloc.c: Do not define struct catchtag. 2009-10-19 04:27:09 +00:00
undo.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
unexaix.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
unexalpha.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
unexcw.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
unexec.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
unexelf.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
unexhp9k800.c
unexmacosx.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
unexsol.c * alloc.c: Do not define struct catchtag. 2009-10-19 04:27:09 +00:00
unexw32.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
vm-limit.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
w16select.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
w32.c src/w32*.c: Whitespace fixes and typos. 2010-10-14 14:25:35 +02:00
w32.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
w32console.c src/w32*.c: Whitespace fixes and typos. 2010-10-14 14:25:35 +02:00
w32fns.c src/w32*.c: Whitespace fixes and typos. 2010-10-14 14:25:35 +02:00
w32font.c src/w32*.c: Whitespace fixes and typos. 2010-10-14 14:25:35 +02:00
w32font.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
w32gui.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
w32heap.c src/w32*.c: Whitespace fixes and typos. 2010-10-14 14:25:35 +02:00
w32heap.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
w32inevt.c src/w32*.c: Whitespace fixes and typos. 2010-10-14 14:25:35 +02:00
w32inevt.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
w32menu.c src/w32*.c: Whitespace fixes and typos. 2010-10-14 14:25:35 +02:00
w32proc.c src/w32*.c: Whitespace fixes and typos. 2010-10-14 14:25:35 +02:00
w32reg.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
w32select.c src/w32*.c: Whitespace fixes and typos. 2010-10-14 14:25:35 +02:00
w32term.c src/w32*.c: Whitespace fixes and typos. 2010-10-14 14:25:35 +02:00
w32term.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
w32uniscribe.c src/w32*.c: Whitespace fixes and typos. 2010-10-14 14:25:35 +02:00
w32xfns.c src/w32*.c: Whitespace fixes and typos. 2010-10-14 14:25:35 +02:00
widget.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
widget.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
widgetprv.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
window.c * window.c (Fwindow_height): Doc fix (bug#6518). 2010-07-23 01:57:23 +02:00
window.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
xdisp.c Backport 2010-04-10T10:52:30Z!mituharu@math.s.chiba-u.ac.jp from trunk 2010-11-04 15:35:32 -04:00
xfaces.c * xfaces.c (realize_face): Garbage the frame if a face is removed 2010-07-10 13:58:29 -04:00
xfns.c Backport 2010-04-10T10:52:30Z!mituharu@math.s.chiba-u.ac.jp from trunk 2010-11-04 15:35:32 -04:00
xfont.c xfont.c (xfont_open): Fix setting of font->average_width from :avgwidth property (Bug#7123). 2010-09-29 09:52:03 +09:00
xftfont.c Fix incorrect font metrics when the same font is opened with different pixelsizes. 2010-10-15 16:49:11 +09:00
xgselect.c * xgselect.c (xg_select): Clear file descriptors not set from rfds and wfds. 2010-09-26 17:39:10 +02:00
xgselect.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
xmenu.c Fix menus as per bug 6499 and 6608. 2010-07-14 12:05:53 +02:00
xrdb.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
xselect.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
xsettings.c Store settings in xft-settings for debug purposes. 2010-01-19 15:54:13 +01:00
xsettings.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
xsmfns.c Fix for bug#5512, don't rely on SIGIO alone. 2010-02-10 10:29:28 +01:00
xterm.c Get window position by reading _NET_FRAME_EXTENTS (Bug#5721). 2010-11-04 09:41:25 +01:00
xterm.h Get window position by reading _NET_FRAME_EXTENTS (Bug#5721). 2010-11-04 09:41:25 +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, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
  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.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'.


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/>.