1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
emacs/src
2006-12-08 18:06:02 +00:00
..
bitmaps
m Add support for Solaris 10 on x86-64. 2006-12-08 15:45:59 +00:00
s Undefine _NO_PROTO. 2006-11-27 22:36:37 +00:00
.arch-inventory
.dbxinit
.gdbinit
.gitignore
abbrev.c (Qforce): New Lisp_Object. 2006-12-05 05:29:21 +00:00
acldef.h
alloc.c (mark_memory): New argument OFFSET. All uses changed. 2006-11-13 08:20:48 +00:00
alloca.c
atimer.c
atimer.h
blockinput.h
buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix. 2006-11-24 16:35:22 +00:00
buffer.h
bytecode.c (Fbyte_code): Use SYMBOL_CONSTANT_P macro. 2006-11-08 21:16:56 +00:00
callint.c * callint.c (callint_message): Convert to a Lisp string. 2006-10-19 14:13:52 +00:00
callproc.c
casefiddle.c
casetab.c
category.c (Fchar_category_set): Improve arg/docstring consistency. 2006-11-12 04:52:38 +00:00
category.h
ccl.c
ccl.h
ChangeLog *** empty log message *** 2006-12-08 18:06:02 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
charset.c
charset.h (PREV_CHAR_BOUNDARY): Make it work from within a char's byte sequence. 2006-09-22 17:30:02 +00:00
chpdef.h
cm.c
cm.h
cmds.c
coding.c (code_convert_region): Initialize 2006-11-14 10:41:04 +00:00
coding.h
commands.h
composite.c
composite.h
config.in Regenerate. 2006-12-04 08:17:50 +00:00
COPYING
cxux-crt0.s
data.c (Flogxor): Fix typo in docstring. 2006-11-12 04:50:22 +00:00
dired.c
dispextern.h Declare x_create_bitmap_from_xpm_data. 2006-10-10 14:38:34 +00:00
dispnew.c (adjust_frame_glyphs_for_window_redisplay): Fix #endif comments. 2006-10-17 00:29:25 +00:00
disptab.h
doc.c
doprnt.c
dosfns.c (Finsert_startup_screen): Fix typo in docstring. 2006-11-05 04:07:03 +00:00
dosfns.h
ecrt0.c
editfns.c (Fmessage): Doc fixes. 2006-11-12 22:29:38 +00:00
emacs.c (syms_of_emacs): Doc fix. 2006-12-08 00:20:17 +00:00
epaths.in
eval.c (Fcatch): Doc fix. 2006-11-01 20:23:44 +00:00
fileio.c [__NetBSD__]: Don't define `unix'. 2006-12-04 08:16:47 +00:00
filelock.c
filemode.c
firstfile.c
floatfns.c
fns.c (substring_both): Add missing address operator. 2006-11-24 19:55:23 +00:00
fontset.c
fontset.h
frame.c (x_set_fullscreen): Call fullscreen_hook if set. 2006-11-10 07:54:22 +00:00
frame.h (PIX_TYPE): Redefine as `unsigned long', for 64-bit platforms where long 2006-12-08 17:15:39 +00:00
fringe.c
getloadavg.c
getpagesize.h
gmalloc.c Replace "GNU Library General Public License" by "GNU General Public 2006-09-18 03:32:42 +00:00
gnu.h
gtkutil.c (update_frame_tool_bar): Handle modifying a toolbar item 2006-12-03 11:44:33 +00:00
gtkutil.h
hftctl.c
image.c [MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v) 2006-10-31 08:31:01 +00:00
indent.c (Fvertical_motion): Include composition in the case of 2006-11-20 02:47:15 +00:00
indent.h
insdel.c
intervals.c
intervals.h
ioctl.h
keyboard.c Fix last change. 2006-12-04 12:37:55 +00:00
keyboard.h
keymap.c * keymap.c (Fkey_binding): Check Lisp_Object types before doing 2006-10-13 01:45:37 +00:00
keymap.h
lastfile.c
lisp.h (clear_regexp_cache): Declare. 2006-10-03 13:38:18 +00:00
lread.c (syms_of_lread): Fix typo in docstring. 2006-11-06 23:25:55 +00:00
mac.c (create_apple_event_from_event_ref) 2006-10-31 08:31:30 +00:00
macfns.c (Fx_display_mm_height, Fx_display_mm_width) 2006-11-14 08:21:57 +00:00
macgui.h
macmenu.c (menu_quit_handler, install_menu_quit_handler): 2006-11-14 08:22:04 +00:00
macros.c
macros.h
macselect.c (init_service_handler): Make variable `specs' static 2006-10-31 08:32:25 +00:00
macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg) 2006-11-14 08:22:19 +00:00
macterm.h (create_apple_event_from_event_ref) 2006-10-31 08:33:53 +00:00
Makefile.in (version): New variable, set by configure. 2006-12-04 06:35:06 +00:00
makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend 2006-09-24 12:37:45 +00:00
marker.c
md5.c Replace "GNU Library General Public License" by "GNU General Public 2006-09-18 03:32:42 +00:00
md5.h Replace "GNU Library General Public License" by "GNU General Public 2006-09-18 03:32:42 +00:00
mem-limits.h
minibuf.c (Fcompleting_read): Fix typo in docstring. 2006-11-14 19:25:40 +00:00
mktime.c
msdos.c Space/tab mixup. 2006-11-24 10:31:26 +00:00
msdos.h (PIX_TYPE): Redefine as `unsigned long'. 2006-12-08 17:15:58 +00:00
ndir.h
param.h
point.h
pre-crt0.c
prefix-args.c
print.c
process.c (parse_signal): Use xstricmp instead of strcasecmp. 2006-12-07 11:12:21 +00:00
process.h
puresize.h
ralloc.c * ralloc.c (relinquish): Use a long for excess space counter to 2006-10-29 21:54:18 +00:00
README
regex.c (regex_compile): Fix previous change. 2006-11-30 01:53:16 +00:00
regex.h Remove file local variables. 2006-10-03 13:18:24 +00:00
region-cache.c
region-cache.h
scroll.c
search.c (simple_search): In the loop of backward searching, 2006-11-17 12:12:15 +00:00
sheap.c
sound.c (Fplay_sound_internal): Remove spurious newline in docstring. 2006-11-29 15:31:56 +00:00
stamp-h.in
strftime.c (HAVE_SYS__MBSTATE_T_H): Fix typo. 2006-11-23 05:20:08 +00:00
sunfns.c
syntax.c Space/tab mixup. 2006-11-24 10:31:26 +00:00
syntax.h
sysdep.c Space/tab mixup. 2006-11-24 10:31:26 +00:00
sysselect.h
syssignal.h
systime.h
systty.h
syswait.h
temacs.opt
term.c Define fullscreen_hook. 2006-11-10 07:53:26 +00:00
termcap.c
termchar.h
termhooks.h Add fullscreen_hook. 2006-11-10 07:49:11 +00:00
terminfo.c
termopts.h
textprop.c
tparam.c
uaf.h
undo.c
unexaix.c
unexalpha.c
unexapollo.c
unexconvex.c
unexcw.c (unexec): Fix typo in output message. 2006-11-05 04:11:47 +00:00
unexec.c
unexelf.c
unexenix.c
unexhp9k800.c
unexmacosx.c (malloc_cookie): Remove unused variable. 2006-11-05 06:12:27 +00:00
unexmips.c
unexnext.c
unexsni.c
unexsol.c
unexsunos4.c
unexw32.c
vlimit.h
vm-limit.c
w16select.c (Fw16_set_clipboard_data): Fix the call to sit_for as per the calling sequence 2006-11-25 14:30:18 +00:00
w32.c
w32.h
w32bdf.c
w32bdf.h
w32console.c
w32fns.c (Fw32_shell_execute): Doc fix. 2006-12-01 13:04:59 +00:00
w32gui.h
w32heap.c
w32heap.h
w32inevt.c
w32inevt.h
w32menu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS. 2006-11-06 16:47:33 +00:00
w32proc.c * w32proc.c: (sys_wait) Only wait for processes with fd<0. 2006-11-04 03:37:40 +00:00
w32reg.c
w32select.c
w32term.c (w32_msg_worker): Declare correctly. 2006-11-27 10:00:28 +00:00
w32term.h
w32xfns.c
widget.c
widget.h
widgetprv.h
window.c (set_window_buffer): Refactor recent changes. 2006-11-27 16:00:59 +00:00
window.h
xdisp.c (move_it_to): Correctly count tab glyphs for continued lines ending in 2006-11-30 20:58:59 +00:00
xfaces.c (realize_default_face): Check if the default font name 2006-11-21 17:22:49 +00:00
xfns.c (xic_create_xfontset): Fix previous change. 2006-10-31 06:42:59 +00:00
xmenu.c (Fx_popup_menu): Initialize selection. 2006-11-19 01:24:41 +00:00
xrdb.c
xselect.c Space/tab mixup. 2006-11-24 10:31:26 +00:00
xsmfns.c (syms_of_xsmfns): Fix typo in docstring. 2006-11-06 23:27:31 +00:00
xterm.c (x_query_font): Use xstricmp instead off strcasecmp. 2006-12-08 00:56:01 +00:00
xterm.h (struct x_display_info): Fix indentation. 2006-11-10 07:55:13 +00:00

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) or the Emacs
executable and map files (on VMS systems) are 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'.

See the file VMSBUILD in this directory for instructions on compiling,
linking and building Emacs on VMS.

The files `*.com' and `temacs.opt' are used on VMS only.
The files `vlimit.h', `ioclt.h' and `param.h' are stubs to
allow compilation on VMS with the minimum amount of #ifdefs.

`uaf.h' contains VMS uaf structure definitions.  This is only needed if
you define READ_SYSUAF.  This should only be done for single-user
systems where you are not overly concerned with security, since it
either requires that you install Emacs with SYSPRV or make SYSUAF.DAT
world readable.  Otherwise, Emacs can determine information about the
current user, but no one else.