1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00
emacs/src
Chong Yidong 91fd0b7281 Fix error in last merge from branch.
Remove 2010-10-25 commit by Michael Albinus to dbusbind.c, which is
not intended for trunk.
2010-11-01 11:18:42 -04:00
..
bitmaps
m Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition. 2010-08-09 21:25:41 +02:00
s Merge changes from emacs-23 branch. 2010-10-19 13:44:07 +02:00
.dbxinit
.gdbinit Fix redisplay bugs due to uninitialized glyphs in frame glyph pool. 2010-08-06 17:54:06 +03:00
.gitignore
alloc.c Remove O_RDONLY, O_WRONLY definitions, not needed. 2010-10-04 10:22:57 -07:00
atimer.c Merge changes from emacs-23 2010-10-24 17:36:09 -04:00
atimer.h Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
autodeps.mk Remove src/prefix-args.c. 2010-07-07 20:31:04 -07:00
bidi.c Do not include stdlib.h and string.h, config.h does it. 2010-10-01 06:56:33 -07:00
bidimirror.h Use BidiMirroring.txt for mirroring characters in bidi context. 2010-06-12 18:52:43 +03:00
biditype.h Update to latest Unicode 6.0 beta data files. 2010-09-05 04:06:39 +02:00
blockinput.h * blockinput.h: Remove obsolete comment. 2010-07-11 21:51:46 +02:00
buffer.c Remove duplicate Lisp definitions of define-minor-mode variables defined in C. 2010-10-28 20:29:29 -07:00
buffer.h Fix int/EMACS_INT in eval.c and indent.c, correct previous changes. 2010-09-24 15:30:13 -04:00
bytecode.c Convert DEFUNs to standard C. 2010-07-08 14:25:08 -07:00
callint.c Use const for some arrays and functions. 2010-08-06 11:41:15 -07:00
callproc.c Merge changes from emacs-23 branch. 2010-10-08 12:14:47 +02:00
casefiddle.c Fix int/EMACS_INT use in casefiddle.c and syntax.c. 2010-09-24 11:24:47 -04:00
casetab.c Convert DEFUNs to standard C. 2010-07-08 14:25:08 -07:00
category.c Convert DEFUNs to standard C. 2010-07-08 14:25:08 -07:00
category.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
ccl.c Merge changes from emacs-23 branch. 2010-10-14 16:32:27 +02:00
ccl.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
ChangeLog Fix error in last merge from branch. 2010-11-01 11:18:42 -04:00
ChangeLog.1 Fix typos and whitespace in ChangeLogs. 2010-05-11 04:04:13 +02:00
ChangeLog.2 Merge changes from emacs-23 branch. 2010-10-14 16:32:27 +02:00
ChangeLog.3 Merge changes from emacs-23 branch. 2010-10-14 16:32:27 +02:00
ChangeLog.4 Fix typos and whitespace in ChangeLogs. 2010-05-11 04:04:13 +02:00
ChangeLog.5 Fix typos in docstrings, comments and ChangeLogs. 2010-10-13 01:25:19 +02:00
ChangeLog.6 Fix typos in ChangeLogs. 2010-07-24 13:53:19 +02:00
ChangeLog.7 Fix typos in docstrings, comments and ChangeLogs. 2010-10-13 01:25:19 +02:00
ChangeLog.8 Merge changes from emacs-23 branch. 2010-10-14 16:32:27 +02:00
ChangeLog.9 Fix format of old ChangeLog entry. 2010-10-21 20:38:52 -07:00
ChangeLog.10 Fix typos in ChangeLogs. 2010-09-20 03:20:32 +02:00
character.c Remove some functions, variables and aliases obsolete since at least 21.1. 2010-10-01 19:46:13 -07:00
character.h Fix more uses of int instead of EMACS_INT. 2010-09-23 10:32:38 -04:00
charset.c Do not include stdlib.h and string.h, config.h does it. 2010-10-01 06:56:33 -07:00
charset.h Remove duplicate declarations. 2010-08-07 03:10:12 +02:00
chartab.c Convert DEFUNs to standard C. 2010-07-08 14:25:08 -07:00
cm.c Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp 2010-07-08 00:18:28 +02:00
cm.h Fix prototypes. 2010-07-03 09:44:17 +02:00
cmds.c cmds.c: (internal_self_insert): Don't insert for negative arguments. 2010-10-26 20:47:19 +02:00
coding.c Handle glyphless characters on tty. 2010-11-01 13:09:26 +09:00
coding.h Merge changes from emacs-23 branch. 2010-10-08 12:14:47 +02:00
commands.h Fix int/EMACS_INT use in keyboard.c. 2010-09-25 05:36:36 -04:00
composite.c Fix int/EMACS_INT use in keyboard.c. 2010-09-25 05:36:36 -04:00
composite.h Fix int/EMACS_INT use in keyboard.c. 2010-09-25 05:36:36 -04:00
config.in Regenerate configure, src/config.in. 2010-10-08 18:59:50 -07:00
COPYING
data.c Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c. 2010-09-24 13:48:10 -04:00
dbusbind.c Fix error in last merge from branch. 2010-11-01 11:18:42 -04:00
deps.mk Add xml.o dependencies to deps.mk. 2010-09-18 16:09:40 +02:00
dired.c Merge changes from emacs-23 branch 2010-08-08 17:12:29 -04:00
dispextern.h Handle glyphless characters on tty. 2010-11-01 13:09:26 +09:00
dispnew.c Merge changes from emacs-23 2010-10-24 17:36:09 -04:00
disptab.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
doc.c Remove O_RDONLY, O_WRONLY definitions, not needed. 2010-10-04 10:22:57 -07:00
doprnt.c Clean up EMACS_INT/int usage in doc.c and doprnt.c. 2010-09-23 21:53:46 +02:00
dosfns.c Do not include stdlib.h and string.h, config.h does it. 2010-10-01 06:56:33 -07:00
dosfns.h Fix -Wall compiler warnings in MSDOS sources. 2010-08-13 12:21:31 +03:00
editfns.c Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups. 2010-09-23 22:57:48 +02:00
emacs-icon.h Use const for some arrays and functions. 2010-08-06 11:41:15 -07:00
emacs.c Fix 2010-10-29T06:51:36Z!rgm@gnu.org for non-CLASH_DETECTION platforms. 2010-10-29 12:43:38 +02:00
epaths.in Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
eval.c * src/eval.c (init_eval_once): Set max_lisp_eval_depth to 600. 2010-10-27 00:23:09 +02:00
fileio.c Remove O_RDONLY, O_WRONLY definitions, not needed. 2010-10-04 10:22:57 -07:00
filelock.c Fix 2010-10-29T06:51:36Z!rgm@gnu.org for non-CLASH_DETECTION platforms. 2010-10-29 12:43:38 +02:00
filemode.c Clean up include guards. 2010-07-07 21:55:07 -07:00
firstfile.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
floatfns.c Fix -Wwrite_strings in general and for Gtk+ specific code. 2010-08-11 14:34:46 +02:00
fns.c Fix int/EMACS_INT usage in fns.c. 2010-09-24 07:55:44 -04:00
font.c Merge changes from emacs-23 branch. 2010-10-14 16:32:27 +02:00
font.h Merge changes from emacs-23 branch. 2010-10-14 16:32:27 +02:00
fontset.c fontset.c (reorder_font_vector): Prefer a font-spec specifying :otf. 2010-08-25 14:58:15 +09:00
fontset.h Add declarations to header files. 2010-08-05 16:15:24 -07:00
frame.c Fix bug#7299; default value of tool-bar-mode in without-x builds. 2010-10-31 11:26:54 -07:00
frame.h Fix typos in docstrings, comments and ChangeLogs. 2010-10-13 01:25:19 +02:00
fringe.c Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition. 2010-08-09 21:25:41 +02:00
ftfont.c Merge changes from emacs-23 branch. 2010-10-14 16:32:27 +02:00
ftfont.h Add declarations to header files. 2010-08-05 16:15:24 -07:00
ftxfont.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
getloadavg.c Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp 2010-07-08 00:18:28 +02:00
getpagesize.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
gmalloc.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
gnutls.c (emacs_gnutls_read): Return 0 if we get a non-"EAGAIN"-like error to signal to Emacs that the socket should be closed. 2010-10-18 22:32:54 +02:00
gnutls.h Rework the gnutls boot interface. 2010-10-04 00:37:37 +02:00
gtkutil.c * gtkutil.c (qttip_cb): Set title to empty for ATK (Bug#7278). 2010-10-26 08:09:54 +02:00
gtkutil.h Take colors for region face (selected text) from the Gtk+ theme. 2010-08-11 20:28:10 +02:00
image.c image.c (tiff_load): Cast 3rd argument to avoid compiler warning. 2010-10-15 12:10:20 +02:00
indent.c Fix int/EMACS_INT in eval.c and indent.c, correct previous changes. 2010-09-24 15:30:13 -04:00
indent.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
insdel.c * insdel.c (prepare_to_modify_buffer): Don't set 2010-10-21 13:27:32 -04:00
intervals.c Fix last changes in editfns.c and intervals.c. 2010-09-23 15:18:30 -04:00
intervals.h Avoid intervals crash by changing EMACS_UINTs to EMACS_INT. 2010-09-23 14:50:57 -04:00
keyboard.c * keyboard.c: Revert last change; it was not intended to be 2010-10-08 14:41:49 +02:00
keyboard.h Fix int/EMACS_INT use in keyboard.c. 2010-09-25 05:36:36 -04:00
keymap.c Use const char* instead of char*. 2010-08-09 02:35:21 -07:00
keymap.h Use const char* instead of char*. 2010-08-09 02:35:21 -07:00
lastfile.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lisp.h Rename image-library-alist' to dynamic-library-alist'. 2010-10-13 16:50:06 +02:00
lread.c Obscure an example DEFVAR_INT comment so as to evade make-docfile. 2010-10-22 01:02:31 -07:00
macros.c Remove extern declarations from .c files, and them to .h files. 2010-07-28 22:48:06 -07:00
macros.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
Makefile.in Move ns-win.el's rather wacky menu adjustments to menu-bar.el. 2010-10-24 17:48:26 -07:00
makefile.w32-in src/makefile.w32-in: Simplify OBJ macros. 2010-10-14 01:08:58 +02:00
marker.c Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.c 2010-09-25 07:55:30 -04:00
md5.c Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition. 2010-08-09 21:25:41 +02:00
md5.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
mem-limits.h * src/mem-limits.h: Remove duplicated includes. 2010-07-28 22:58:58 -07:00
menu.c Fix -Wwrite_strings in general and for Gtk+ specific code. 2010-08-11 14:34:46 +02:00
menu.h Fix -Wwrite_strings in general and for Gtk+ specific code. 2010-08-11 14:34:46 +02:00
minibuf.c Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.c 2010-09-25 07:55:30 -04:00
mktime.c Remove __P. 2010-07-02 14:55:51 +02:00
msdos.c Do not include stdlib.h and string.h, config.h does it. 2010-10-01 06:56:33 -07:00
msdos.h Convert function definitions in MS-DOS sources to ANSI C. 2010-07-07 18:28:47 +03:00
ndir.h Make building under stricter warning flags somewhat cleaner. 2010-07-25 02:20:51 +02:00
ns.mk Do not preprocess src/Makefile.in. 2010-05-26 22:43:27 -07:00
nsfns.m Sync docs of some X, W32, NS C functions. 2010-10-29 00:04:09 -07:00
nsfont.m Use const char* for -Wwrite_strings. 2010-08-11 10:58:56 +02:00
nsgui.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
nsimage.m Check all lisp types in image loader 2010-09-04 21:39:34 +02:00
nsmenu.m Use intern_c_string instead of intern. 2010-10-01 05:25:21 -07:00
nsselect.m Use intern_c_string instead of intern. 2010-10-01 05:25:21 -07:00
nsterm.h Use const char* for -Wwrite_strings. 2010-08-11 10:58:56 +02:00
nsterm.m Implement various display methods for glyphless characters. 2010-10-29 09:50:13 +09:00
pre-crt0.c
print.c Merge changes from emacs-23 branch. 2010-10-14 16:32:27 +02:00
process.c Merge changes from emacs-23 branch. 2010-10-08 12:14:47 +02:00
process.h Make sure all reads/writes to gnutls streams go via the gnutls functions. 2010-09-29 14:48:29 +02:00
puresize.h Small src/puresize.h cleanup. 2010-08-20 15:52:10 -07:00
ralloc.c Make building under stricter warning flags somewhat cleaner. 2010-07-25 02:20:51 +02:00
README Do not preprocess src/Makefile.in. 2010-05-26 22:43:27 -07:00
regex.c Merge changes from emacs-23 branch. 2010-10-14 16:32:27 +02:00
regex.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
region-cache.c Fix int/EMACS_INT in eval.c and indent.c, correct previous changes. 2010-09-24 15:30:13 -04:00
region-cache.h Fix use of int instead of EMACS_INT in search.c and region-cache.c. 2010-09-23 14:35:11 -04:00
scroll.c Do not include stdlib.h and string.h, config.h does it. 2010-10-01 06:56:33 -07:00
search.c Fix use of int instead of EMACS_INT in search.c and region-cache.c. 2010-09-23 14:35:11 -04:00
sheap.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
sound.c Do not include stdlib.h and string.h, config.h does it. 2010-10-01 06:56:33 -07:00
stamp-h.in
strftime.c * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu). 2010-07-04 22:42:36 +02:00
syntax.c Fix int/EMACS_INT use in casefiddle.c and syntax.c. 2010-09-24 11:24:47 -04:00
syntax.h Fix int/EMACS_INT use in casefiddle.c and syntax.c. 2010-09-24 11:24:47 -04:00
sysdep.c Small sysdep.c cleanups. 2010-10-10 06:44:22 -07:00
sysselect.h Fix the w32 build after 2010-08-22T15:14:37Z!dann@ics.uci.edu. 2010-08-22 20:00:08 +03:00
syssignal.h * src/syssignal.h (signal_handler_t): Restore accidentally removed definition. 2010-08-05 17:07:36 -07:00
systime.h Make lisp_time_argument work on all systems. 2010-07-29 08:50:04 -07:00
systty.h Simplify termio code. 2010-08-22 08:14:37 -07:00
syswait.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
term.c Handle glyphless characters on tty. 2010-11-01 13:09:26 +09:00
termcap.c Remove #ifdef emacs / #ifndef emacs code, unused. 2010-10-10 08:49:31 -07:00
termchar.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
termhooks.h Handle glyphless characters on tty. 2010-11-01 13:09:26 +09:00
terminal.c Convert DEFUNs to standard C. 2010-07-08 14:25:08 -07:00
terminfo.c * terminfo.c (tparam): Fix prototype of tparm (followup to 2010-07-25T00:20:51Z!lekktu@gmail.com). 2010-07-25 21:30:14 +02:00
termopts.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
textprop.c Fix int/EMACS_INT use in textprop.c and window.c. 2010-09-25 09:21:20 -04:00
tparam.c Clean up include guards. 2010-07-07 21:55:07 -07:00
undo.c Fix some more uses of int instead of EMACS_INT. 2010-09-22 15:22:06 -04:00
unexaix.c Remove #ifdef emacs / #ifndef emacs code, unused. 2010-10-10 08:49:31 -07:00
unexcoff.c Fix the MSDOS build broken by latest revisions. 2010-10-15 20:42:54 +02:00
unexcw.c Remove unused arguments for unexec. 2010-10-03 06:59:56 -07:00
unexelf.c Remove #ifdef emacs / #ifndef emacs code, unused. 2010-10-10 08:49:31 -07:00
unexhp9k800.c Remove #ifdef emacs / #ifndef emacs code, unused. 2010-10-10 08:49:31 -07:00
unexmacosx.c Remove unused arguments for unexec. 2010-10-03 06:59:56 -07:00
unexsol.c Remove unused arguments for unexec. 2010-10-03 06:59:56 -07:00
unexw32.c Remove unused arguments for unexec. 2010-10-03 06:59:56 -07:00
vm-limit.c Remove #ifdef emacs / #ifndef emacs code, unused. 2010-10-10 08:49:31 -07:00
w16select.c Sync docs of selection-coding-system between C and Lisp. 2010-10-23 19:22:43 -07:00
w32.c Merge changes from emacs-23 branch. 2010-10-14 16:32:27 +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 Sync docs of some X, W32, NS C functions. 2010-10-29 00:04:09 -07:00
w32font.c Merge changes from emacs-23 branch. 2010-10-14 16:32:27 +02:00
w32font.h Remove __P. 2010-07-02 14:55:51 +02:00
w32gui.h w32gui.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): Surround chp by parentheses. 2010-10-29 11:01:41 +09:00
w32heap.c Merge changes from emacs-23 branch. 2010-10-14 16:32:27 +02:00
w32heap.h Make building under stricter warning flags somewhat cleaner. 2010-07-25 02:20:51 +02: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 Merge changes from emacs-23 branch. 2010-10-14 16:32:27 +02:00
w32proc.c Merge changes from emacs-23 branch. 2010-10-14 16:32:27 +02:00
w32reg.c Do not include stdlib.h and string.h, config.h does it. 2010-10-01 06:56:33 -07:00
w32select.c Sync docs of selection-coding-system between C and Lisp. 2010-10-23 19:22:43 -07:00
w32term.c w32term.c (x_draw_glyphless_glyph_string_foreground): Fix the arg with_background for font->driver->draw. 2010-11-01 16:35:04 +09:00
w32term.h Make building under stricter warning flags somewhat cleaner. 2010-07-25 02:20:51 +02:00
w32uniscribe.c Merge changes from emacs-23 branch. 2010-10-14 16:32:27 +02:00
w32xfns.c Merge changes from emacs-23 branch. 2010-10-14 16:32:27 +02:00
widget.c Convert function definitions to standard C. 2010-07-12 12:29:49 -07:00
widget.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
widgetprv.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
window.c Fix int/EMACS_INT use in textprop.c and window.c. 2010-09-25 09:21:20 -04:00
window.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
xdisp.c Handle glyphless characters on tty. 2010-11-01 13:09:26 +09:00
xfaces.c Remove duplicate definition of tty-defined-color-alist. 2010-10-23 18:48:39 -07:00
xfns.c Sync docs of some X, W32, NS C functions. 2010-10-29 00:04:09 -07:00
xfont.c Merge changes from emacs-23 branch. 2010-10-08 12:14:47 +02:00
xftfont.c Merge changes from emacs-23 branch. 2010-10-19 13:44:07 +02:00
xgselect.c Merge changes from emacs-23 branch. 2010-09-28 01:25:27 +02:00
xgselect.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
xmenu.c Fix compilation with Motif (Bug#7263). 2010-10-22 07:49:47 +02:00
xml.c Clean up trailing whitespace. 2010-10-02 02:39:15 +02:00
xrdb.c Fix compilation with Motif (Bug#7263). 2010-10-22 07:49:47 +02:00
xselect.c Removed cut-buffer code. 2010-09-02 11:47:08 +02:00
xsettings.c Add tool bar style text-image-horiz (text to the left of the image). 2010-07-28 19:34:51 +02:00
xsettings.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
xsmfns.c Fix -Wwrite_strings in general and for Gtk+ specific code. 2010-08-11 14:34:46 +02:00
xterm.c merge trunk 2010-11-01 16:53:08 +09:00
xterm.h Removed cut-buffer code. 2010-09-02 11:47:08 +02: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'.  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/>.