1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-13 11:12:19 -08:00
emacs/src
2010-09-12 19:16:25 +02: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-08-22 16:02:16 -04: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 unused variables malloc_sbrk_used and malloc_sbrk_unused. 2010-08-20 16:02:11 -07:00
atimer.c
atimer.h
autodeps.mk
bidi.c bidi.c (bidi_level_of_next_char): Fix commentary regarding reordering of PDF. 2010-08-18 19:54:08 +03:00
bidimirror.h
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 Use const char* instead of char*. 2010-08-09 02:35:21 -07:00
buffer.h Use offsetof instead of own definition 2010-07-11 20:34:43 +02: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 Simplify termio code. 2010-08-22 08:14:37 -07:00
casefiddle.c * casefiddle.c (casify_region): Setup gl_state. 2010-08-18 11:27:53 +02: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
ccl.c Remove extern declarations from .c files, and them to .h files. 2010-07-28 22:48:06 -07:00
ccl.h
ChangeLog * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL. 2010-09-12 19:16:25 +02:00
ChangeLog.1
ChangeLog.2 Fix typos in ChangeLogs. 2010-07-29 04:42:53 +02:00
ChangeLog.3 Fix typos in ChangeLogs. 2010-07-24 13:53:19 +02:00
ChangeLog.4
ChangeLog.5 Fix typos in ChangeLogs. 2010-07-29 04:42:53 +02:00
ChangeLog.6 Fix typos in ChangeLogs. 2010-07-24 13:53:19 +02:00
ChangeLog.7
ChangeLog.8
ChangeLog.9 Fix typos in ChangeLogs. 2010-07-29 04:42:53 +02:00
ChangeLog.10 Fix typos in ChangeLogs. 2010-07-24 13:53:19 +02:00
character.c Use const, move declarations to header files. 2010-07-26 20:52:35 -07:00
character.h Use const, move declarations to header files. 2010-07-26 20:52:35 -07:00
charset.c Merge changes from emacs-23 branch. 2010-08-08 17:15:44 -04: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
cm.h
cmds.c * lisp/simple.el (blink-paren-function): Move from C to here. 2010-09-01 16:41:17 +02:00
coding.c Merge changes from emacs-23 branch. 2010-08-08 17:15:44 -04:00
coding.h Remove extern declarations from .c files, and them to .h files. 2010-07-28 22:48:06 -07:00
commands.h
composite.c composite.c (composition_update_it): Fix previous change 2010-08-30 10:58:52 +09:00
composite.h
config.in Add support for the libxml2 library. 2010-09-10 18:44:35 +02:00
COPYING
data.c Remove extern declarations in .c files, .h files have them. 2010-08-05 16:34:12 -07:00
dbusbind.c * dbusbind.c: Accept UNIX domain sockets as bus address. 2010-08-23 15:02:00 +02:00
deps.mk Fix dependencies according to 2010-08-22T15:14:37Z!dann@ics.uci.edu. 2010-08-22 20:18:52 +03:00
dired.c Merge changes from emacs-23 branch 2010-08-08 17:12:29 -04:00
dispextern.h merge changes in emacs-23 branch 2010-09-01 16:13:21 +09:00
dispnew.c Fix mirroring pixel positions on GUI terminals. 2010-08-21 12:35:31 +03:00
disptab.h
doc.c Make obsolete --unibyte argument do nothing (Bug#6886). 2010-08-22 17:15:20 -04:00
doprnt.c Constify functions taking char * 2010-07-11 11:27:13 +02:00
dosfns.c Fix -Wall compiler warnings in MSDOS sources. 2010-08-13 12:21:31 +03:00
dosfns.h Fix -Wall compiler warnings in MSDOS sources. 2010-08-13 12:21:31 +03:00
editfns.c Use const char* instead of char*. 2010-08-09 02:35:21 -07:00
emacs-icon.h Use const for some arrays and functions. 2010-08-06 11:41:15 -07:00
emacs.c Add support for the libxml2 library. 2010-09-10 18:44:35 +02:00
epaths.in
eval.c Merge changes from emacs-23 branch. 2010-08-22 16:02:16 -04:00
fileio.c * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key. 2010-09-12 16:35:37 +02:00
filelock.c Use const char* instead of char*. 2010-08-09 02:35:21 -07:00
filemode.c
firstfile.c
floatfns.c Fix -Wwrite_strings in general and for Gtk+ specific code. 2010-08-11 14:34:46 +02:00
fns.c * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key. 2010-09-12 16:35:37 +02:00
font.c Fix -Wwrite_strings in general and for Gtk+ specific code. 2010-08-11 14:34:46 +02:00
font.h Fix -Wwrite_strings in general and for Gtk+ specific code. 2010-08-11 14:34:46 +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 Use const char* instead of char*. 2010-08-08 14:03:45 -07:00
frame.h Fix handling of tool-bar-position, also put into default-frame-alist. 2010-08-13 15:26:13 +02:00
fringe.c Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition. 2010-08-09 21:25:41 +02:00
ftfont.c Use const char* instead of char*. 2010-08-08 14:03:45 -07:00
ftfont.h Add declarations to header files. 2010-08-05 16:15:24 -07:00
ftxfont.c
getloadavg.c
getpagesize.h
gmalloc.c
gtkutil.c * gtkutil.c (update_frame_tool_bar): Literal stings are const char*. 2010-08-18 08:30: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 Check all lisp types in image loader 2010-09-04 21:39:34 +02:00
indent.c Remove extern declarations in .c files, .h files have them. 2010-08-05 16:34:12 -07:00
indent.h
insdel.c Let all active regions set the primary selection. 2010-08-15 22:33:17 -04:00
intervals.c
intervals.h
keyboard.c * src/keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE. 2010-08-31 21:42:39 +02:00
keyboard.h Don't define QPRIMARY twice. 2010-08-16 09:52:32 +02: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
lisp.h * lisp/subr.el (y-or-n-p): New function, moved from src/fns.c. Use read-key. 2010-09-12 16:35:37 +02:00
lread.c Use const char* instead of char*. 2010-08-09 02:35:21 -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
Makefile.in Add support for the libxml2 library. 2010-09-10 18:44:35 +02:00
makefile.w32-in Fix the w32 build after 2010-08-22T15:14:37Z!dann@ics.uci.edu. 2010-08-22 20:00:08 +03:00
marker.c * src/marker.c (Fcopy_marker): Make the first arg optional. 2010-08-30 14:47:49 +02:00
md5.c Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition. 2010-08-09 21:25:41 +02:00
md5.h
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 Merge changes from emacs-23 branch 2010-08-08 17:12:29 -04:00
mktime.c
msdos.c Fix -Wall compiler warnings in MSDOS sources. 2010-08-13 12:21:31 +03:00
msdos.h
ndir.h Make building under stricter warning flags somewhat cleaner. 2010-07-25 02:20:51 +02:00
ns.mk
nsfns.m * nsfns.m (ns_frame_parm_handlers): Add a slot for the 2010-08-17 23:05:26 +02:00
nsfont.m Use const char* for -Wwrite_strings. 2010-08-11 10:58:56 +02:00
nsgui.h
nsimage.m Check all lisp types in image loader 2010-09-04 21:39:34 +02:00
nsmenu.m Fix -Wwrite_strings in general and for Gtk+ specific code. 2010-08-11 14:34:46 +02:00
nsselect.m * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary". 2010-08-19 07:55:30 +02:00
nsterm.h Use const char* for -Wwrite_strings. 2010-08-11 10:58:56 +02:00
nsterm.m * nsterm.m (ns_draw_window_cursor): Draw BAR_CURSOR correct for R2L. 2010-08-29 12:30:45 +02:00
point.h
pre-crt0.c
print.c Remove extern declarations in .c files, .h files have them. 2010-08-05 16:34:12 -07:00
process.c Simplify termio code. 2010-08-22 08:14:37 -07:00
process.h Fix -Wwrite_strings in general and for Gtk+ specific code. 2010-08-11 14:34:46 +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
regex.c
regex.h
region-cache.c
region-cache.h
scroll.c Convert old-style definitions 2010-07-12 19:47:17 +02:00
search.c Use const char* instead of char*. 2010-08-09 02:35:21 -07:00
sheap.c
sound.c Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition. 2010-08-09 21:25:41 +02:00
stamp-h.in
strftime.c
syntax.c Introduce a new comment style "c" flag. 2010-08-12 16:44:16 +02:00
syntax.h Introduce a new comment style "c" flag. 2010-08-12 16:44:16 +02:00
sysdep.c Simplify termio code. 2010-08-22 08:14:37 -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
term.c merge changes in emacs-23 branch 2010-09-01 16:13:21 +09:00
termcap.c
termchar.h
termhooks.h
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
textprop.c Convert DEFUNs to standard C. 2010-07-08 14:25:08 -07:00
tparam.c
undo.c Convert DEFUNs to standard C. 2010-07-08 14:25:08 -07:00
unexaix.c
unexcoff.c Clean up unexcoff.c. 2010-08-22 18:37:01 +03:00
unexcw.c
unexelf.c Use const char* instead of char*. 2010-08-09 02:35:21 -07:00
unexhp9k800.c
unexmacosx.c * unexmacosx.c (unexec_error): Use const char *. 2010-08-11 10:36:27 +02:00
unexsol.c
unexw32.c
vm-limit.c Fix some stuff that didn't compile. 2010-07-29 08:59:29 +02:00
w16select.c Fix -Wall compiler warnings in MSDOS sources. 2010-08-13 12:21:31 +03:00
w32.c Move declarations to header files. 2010-08-06 12:52:47 -07:00
w32.h
w32console.c Convert DEFUNs to standard C. 2010-07-08 14:25:08 -07:00
w32fns.c (w32_wnd_proc): Don't check context before initializing. 2010-08-19 22:51:09 +08:00
w32font.c Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu for Windows build. 2010-08-06 02:16:24 +02:00
w32font.h
w32gui.h Make building under stricter warning flags somewhat cleaner. 2010-07-25 02:20:51 +02:00
w32heap.c
w32heap.h Make building under stricter warning flags somewhat cleaner. 2010-07-25 02:20:51 +02:00
w32inevt.c
w32inevt.h
w32menu.c (set_frame_menubar): Remove call to undefined function. 2010-08-19 23:53:08 +08:00
w32proc.c Convert DEFUNs to standard C. 2010-07-08 14:25:08 -07:00
w32reg.c
w32select.c Remove extern declarations from .c files, and them to .h files. 2010-07-28 22:48:06 -07:00
w32term.c Fix display of bar cursor on right-to-left text. 2010-08-18 19:42:06 +03:00
w32term.h Make building under stricter warning flags somewhat cleaner. 2010-07-25 02:20:51 +02:00
w32uniscribe.c Fix display of composed R2L text on MS-Windows. 2010-09-04 18:16:08 +03:00
w32xfns.c
widget.c Convert function definitions to standard C. 2010-07-12 12:29:49 -07:00
widget.h
widgetprv.h
window.c Can't include menu.h in window.c for X targets. 2010-08-06 13:04:29 +02:00
window.h
xdisp.c merge changes in emacs-23 branch 2010-09-01 16:13:21 +09:00
xfaces.c Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings. 2010-08-06 12:12:41 +02:00
xfns.c Fix handling of tool-bar-position, also put into default-frame-alist. 2010-08-13 15:26:13 +02:00
xfont.c Use const char* instead of char*. 2010-08-08 14:03:45 -07:00
xftfont.c Remove extern declarations in .c files, .h files have them. 2010-08-05 16:34:12 -07:00
xgselect.c
xgselect.h
xmenu.c Fix compilation error in xmenu.c for non-toolkit builds. 2010-08-13 11:32:13 +03:00
xml.c * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL. 2010-09-12 19:16:25 +02:00
xrdb.c Fix -Wwrite_strings in general and for Gtk+ specific code. 2010-08-11 14:34:46 +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
xsmfns.c Fix -Wwrite_strings in general and for Gtk+ specific code. 2010-08-11 14:34:46 +02:00
xterm.c Removed cut-buffer code. 2010-09-02 11:47:08 +02: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/>.