emacs/src
2005-04-03 22:27:05 +00:00
..
bitmaps
m (DATA_SEG_BITS): Don't define. 2004-10-14 13:58:25 +00:00
s (LD_SWITCH_SYSTEM_tmp): Define if undefined. 2005-03-21 17:36:01 +00:00
.arch-inventory
.dbxinit
.gdbinit (pitx, pit): Pretty print display iterator. 2005-02-18 22:21:36 +00:00
.gitignore * .cvsignore: Add buildobj.lst. 2004-11-09 08:23:44 +00:00
abbrev.c (Fexpand_abbrev): Undo previous change. 2004-07-31 03:37:21 +00:00
acldef.h
alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc. 2005-04-03 22:27:05 +00:00
alloca.c
atimer.c * syssignal.h: Declare main_thread. 2004-12-15 21:40:41 +00:00
atimer.h Update copyright. 2004-06-16 15:10:55 +00:00
blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else. 2005-03-07 10:49:51 +00:00
buffer.c (buffer_lisp_local_variables): New function, 2005-03-17 23:37:39 +00:00
buffer.h (struct buffer): Add auto_save_file_format field. 2004-09-08 02:21:45 +00:00
bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC. 2004-09-13 21:13:38 +00:00
callint.c (Finteractive): Document G option. 2005-03-17 23:33:07 +00:00
callproc.c (Vdoc_file_name, Vfile_name_coding_system) 2005-03-24 19:09:58 +00:00
casefiddle.c (casify_region): Fix previous change. 2005-02-02 00:57:33 +00:00
casetab.c (set_case_table): If standard is nonzero, setup 2005-04-01 01:05:29 +00:00
category.c
category.h
ccl.c
ccl.h
ChangeLog *** empty log message *** 2005-04-03 22:26:43 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5 *** empty log message *** 2005-02-18 18:17:16 +00:00
ChangeLog.6
ChangeLog.7
ChangeLog.8 *** empty log message *** 2004-10-28 23:35:13 +00:00
ChangeLog.9
charset.c Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls. 2004-10-26 22:38:50 +00:00
charset.h
chpdef.h
cm.c
cm.h
cmds.c
coding.c (Vcoding_category_list): Docstring fix. 2005-03-31 11:21:14 +00:00
coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the 2005-03-17 00:37:35 +00:00
commands.h
composite.c
composite.h
config.in * editfns.c (Voperating_system_release): Added. 2005-01-19 19:09:42 +00:00
COPYING
cxux-crt0.s
data.c (Fsetq_default): Allow no arg case. 2005-02-15 06:33:15 +00:00
dired.c (Ffile_attributes): Add a missing gcpro. 2005-03-24 22:06:36 +00:00
dispextern.h * dispextern.h (lookup_derived_face): Fix prototype. 2005-03-22 23:00:23 +00:00
dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM. 2005-03-17 23:39:12 +00:00
disptab.h
doc.c (munge_doc_file_name) [VMS]: Use NO_HYPHENS_IN_FILENAMES, not VMS4_4. 2005-03-04 21:59:33 +00:00
doprnt.c
dosfns.c * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in 2004-11-07 09:13:26 +00:00
dosfns.h
ecrt0.c
editfns.c (Fgoto_char): Fix docstring. Probably left-over from Emacs-20.1. 2005-03-27 14:23:09 +00:00
emacs.c (Fkill_emacs): YAILOM. 2005-03-17 17:11:50 +00:00
epaths.in
eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry. 2005-04-03 22:08:58 +00:00
fileio.c (search_embedded_absfilename): Fix last change. 2005-03-30 22:33:00 +00:00
filelock.c (lock_file_1): Call get_boot_time early. Increase 2004-11-27 22:09:40 +00:00
filemode.c
firstfile.c
floatfns.c (Ffloor): Doc fix. 2005-03-16 15:01:22 +00:00
fns.c (sweep_weak_table): Advance prev pointer when we keep a pair. 2005-01-19 00:08:30 +00:00
fontset.c (set_default_ascii_font): New function. 2005-03-08 08:45:48 +00:00
fontset.h (set_default_ascii_font): Extern it. 2005-03-08 08:44:59 +00:00
frame.c (Fignore_event): Remove. 2005-03-19 16:37:27 +00:00
frame.h (struct frame): New member space_width. 2004-12-30 12:24:03 +00:00
fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face): 2005-03-22 23:00:44 +00:00
getloadavg.c
getpagesize.h
gmalloc.c
gnu.h
gtkutil.c * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the 2005-03-10 18:07:37 +00:00
gtkutil.h * gtkutil.h: Declare use_old_gtk_file_dialog. 2004-11-04 15:05:27 +00:00
hftctl.c
image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h. 2005-03-04 11:07:11 +00:00
indent.c (Fcurrent_column): Doc fix. 2005-01-23 22:18:26 +00:00
indent.h
insdel.c (replace_range_2): Fix bugs in adjusting markers and point. 2005-02-01 23:47:06 +00:00
intervals.c (move_if_not_intangible): Force POSITION to be between BEGV and ZV. 2004-08-16 22:52:29 +00:00
intervals.h (NULL_INTERVAL_P): Add separate version when 2004-11-09 13:23:42 +00:00
ioctl.h
keyboard.c (Qmouse_fixup_help_message): New var. 2005-03-31 10:11:14 +00:00
keyboard.h (kbd_buffer_unget_event): Add prototype. 2004-11-05 11:30:12 +00:00
keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed. 2005-02-15 06:39:18 +00:00
keymap.h Declare Fcurrent_active_maps, used in doc.c. 2005-02-21 13:39:53 +00:00
lastfile.c * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF): 2004-10-20 16:23:30 +00:00
lisp.h (Vascii_upcase_table, Vascii_canon_table, 2005-04-01 01:05:05 +00:00
lread.c (syms_of_lread) <user-init-file>: Doc fix. 2005-02-15 06:44:50 +00:00
mac.c (HASHKEY_TERMINAL): Remove. 2005-03-17 08:02:53 +00:00
macfns.c (mac_get_rdb_resource): Remove function. 2005-03-16 08:06:33 +00:00
macgui.h (XrmDatabase): Typedef to Lisp_Object. 2005-03-16 08:07:05 +00:00
macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that are included via 2005-03-04 11:09:33 +00:00
macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix. 2004-11-05 22:46:28 +00:00
macros.h
macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of name_list_element. 2005-03-16 08:08:06 +00:00
macterm.h (xrm_merge_string_database, xrm_get_resource) 2005-03-16 08:08:48 +00:00
Makefile.in * keyboard.c: Don't undef SIGIO 2004-11-30 05:57:27 +00:00
makefile.w32-in * doc.c: New variable Vbuild_files. 2004-11-09 08:19:51 +00:00
marker.c
md5.c
md5.h
mem-limits.h
minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit): Use Fexit_minibuffer. 2005-03-25 14:57:46 +00:00
mktime.c
msdos.c (XMenuActivate): Fix call to lookup_derived_face. 2005-03-22 23:00:59 +00:00
msdos.h
ndir.h
param.h
point.h
pre-crt0.c
prefix-args.c
print.c (print_object): Fix format string. 2004-11-09 13:24:35 +00:00
process.c (Vfile_name_coding_system, Vdefault_file_name_coding_system): 2005-03-24 19:14:05 +00:00
process.h
puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT. 2004-09-14 20:53:18 +00:00
ralloc.c #include blockinput also 2005-04-02 12:12:48 +00:00
README
regex.c (re_match_2_internal) <symend, wordend>: 2004-12-20 11:06:54 +00:00
regex.h (enum reg_errcode_t): New value REG_ERANGEX. 2004-10-24 03:58:24 +00:00
region-cache.c
region-cache.h
scroll.c
search.c (looking_at_1): Use current_buffer->case_canon_table, 2005-04-01 01:05:46 +00:00
sheap.c
sound.c
stamp-h.in
strftime.c
sunfns.c
syntax.c (Fforward_word): Avoid non-idempotent side-effects in macro arguments. 2004-12-11 21:59:15 +00:00
syntax.h
sysdep.c (sys_subshell): Properly terminate execlp argument list. 2005-02-05 19:40:23 +00:00
sysselect.h
syssignal.h * syssignal.h: Declare main_thread. 2004-12-15 21:40:41 +00:00
systime.h
systty.h
syswait.h
temacs.opt
term.c (encode_terminal_code): Fix buffer size computation. 2005-01-06 00:47:50 +00:00
termcap.c
termchar.h
termhooks.h
terminfo.c
termopts.h
textprop.c (Fnext_char_property_change) 2005-03-22 16:04:02 +00:00
tparam.c
uaf.h
undo.c (Fprimitive_undo): Check that undo function does not switch buffer. 2005-02-09 21:49:12 +00:00
unexaix.c
unexalpha.c
unexapollo.c
unexconvex.c
unexcw.c
unexec.c (write_segment, unexec): Move these functions to avoid forward 2005-03-19 11:52:25 +00:00
unexelf.c
unexenix.c
unexhp9k800.c
unexmacosx.c config.in (HAVE_MALLOC_MALLOC_H): Regenerate 2004-10-08 18:38:17 +00:00
unexmips.c
unexnext.c
unexsni.c
unexsol.c
unexsunos4.c
unexw32.c
vlimit.h
vm-limit.c
w16select.c
w32.c 2004-11-08 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> 2005-02-15 23:19:26 +00:00
w32.h 2004-11-08 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> 2005-02-15 23:19:26 +00:00
w32bdf.c (w32_load_bdf_font): Set fontp->average_width and 2005-01-03 22:52:01 +00:00
w32bdf.h
w32console.c (encode_terminal_code): Fix previous change. 2004-12-01 11:06:22 +00:00
w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not 2005-01-03 22:53:30 +00:00
w32gui.h
w32heap.c
w32heap.h
w32inevt.c
w32inevt.h
w32menu.c (AppendMenuW_Proc): Move declaration to w32term.h. 2004-09-07 21:50:39 +00:00
w32proc.c Rename wait_reading_process_input to wait_reading_process_output. 2004-08-20 10:34:12 +00:00
w32reg.c
w32select.c 2004-11-08 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> 2005-02-15 23:19:26 +00:00
w32term.c (x_focus_changed, w32_detect_focus_change): New functions. 2005-03-26 00:19:53 +00:00
w32term.h (x_output): add focus_state. 2005-03-26 00:20:27 +00:00
w32xfns.c
widget.c * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0. 2004-07-21 19:18:29 +00:00
widget.h
widgetprv.h
window.c (window_scroll_pixel_based): When scrolling backwards, 2005-02-21 22:34:34 +00:00
window.h (struct glyph_matrix): New members nrows_scale_factor 2004-07-21 21:08:56 +00:00
xdisp.c (display_line): Allow multiple overlay arrows in window. 2005-03-29 22:28:27 +00:00
xfaces.c (lookup_derived_face): Add arg SIGNAL_P. 2005-03-22 23:02:03 +00:00
xfns.c h* xfns.c (x_create_tip_frame): Removed setting of Vx_resource_name so 2005-03-18 21:20:55 +00:00
xmenu.c * xmenu.c (create_and_show_popup_menu): Just remove menu and return 2005-03-24 18:53:43 +00:00
xrdb.c * xrdb.c (x_load_resources): Undo previous change (2005-03-18). 2005-03-22 21:42:44 +00:00
xselect.c (Fx_disown_selection_internal): Use union of struct 2005-02-17 12:50:08 +00:00
xsmfns.c * xsmfns.c: Put empty line between comment and function body. 2004-10-26 09:28:01 +00:00
xterm.c Include ThreeD.h for XtNbeNiceToColormap. 2005-03-31 22:43:13 +00:00
xterm.h * xterm.h (struct x_output): New member, toolbar_detached. 2005-01-08 16:49:14 +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.