1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 20:50:52 -08:00
emacs/src
2002-06-13 20:42:37 +00:00
..
bitmaps
m Add Support for x86-64. 2002-06-07 11:17:55 +00:00
s Include /usr/pkg in the run time shared library path. 2002-05-31 16:31:51 +00:00
.dbxinit
.gdbinit (hookpost-run): Defined. 2002-01-22 20:53:55 +00:00
.gitignore
abbrev.c * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and 2002-05-20 08:04:46 +00:00
acldef.h
alloc.c * alloc.c (Fmake_symbol): Set symbol xname field instead of name. 2002-05-20 08:04:52 +00:00
alloca.c
alloca.s
atimer.c
atimer.h
blockinput.h
buffer.c (Foverlay_get): Use lookup_char_property. 2002-06-08 20:25:31 +00:00
buffer.h Comment fixes. 2002-01-10 11:13:17 +00:00
bytecode.c (Fbyte_code): Cast `current_column' return value to int. 2002-06-03 01:34:11 +00:00
callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p 2002-05-27 22:06:29 +00:00
callproc.c (Vgame_score_directory): Renamed to Vshared_game_score_directory. 2002-05-03 20:40:58 +00:00
casefiddle.c
casetab.c
category.c (describe_category, describe_category_1, Fdescribe_categories): Remove. 2001-11-28 20:44:42 +00:00
category.h
ccl.c Use AREF and ASIZE. 2001-11-28 07:25:03 +00:00
ccl.h
ChangeLog *** empty log message *** 2002-06-13 20:42:37 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3 *** empty log message *** 2002-01-20 18:13:16 +00:00
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7 Fix typo. 2002-02-13 21:29:16 +00:00
ChangeLog.8
ChangeLog.9 Split pre-21.1 changes into ChangeLog.9. 2002-03-09 09:30:18 +00:00
charset.c * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING 2002-05-20 08:05:09 +00:00
charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE. 2002-04-01 22:58:39 +00:00
chpdef.h
cm.c
cm.h
cmds.c (Fdelete_backward_char, internal_self_insert): Cast 2002-06-03 01:37:29 +00:00
coding.c * coding.c (Fread_coding_system, code_convert_region1) 2002-05-20 08:05:15 +00:00
coding.h (run_pre_post_conversion_on_str): Add prototype. 2002-02-23 18:39:29 +00:00
commands.h Change defvar_int def and vars to use EMACS_INT instead of just int. 2002-03-04 23:41:00 +00:00
composite.c
composite.h
config.in 2002-04-30 Andrew Choi <akochoi@shaw.ca> 2002-05-01 04:30:59 +00:00
COPYING Moved back. 2001-12-09 10:14:33 +00:00
cxux-crt0.s
data.c * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding) 2002-05-20 08:05:21 +00:00
dired.c (file_name_completion): Run the elements of 2001-12-19 17:14:39 +00:00
dispextern.h Doc fix. 2002-05-28 01:32:36 +00:00
dispnew.c Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, 2002-04-26 23:39:06 +00:00
disptab.h
doc.c (reread_doc_file): Don't ask for confirmation. 2002-05-19 16:10:08 +00:00
doprnt.c (doprnt1): Fix typos in error call. 2002-01-20 18:04:32 +00:00
dosfns.c Fix whitespace. 2002-05-17 12:02:50 +00:00
dosfns.h Change defvar_int def and vars to use EMACS_INT instead of just int. 2002-03-04 23:41:00 +00:00
ecrt0.c
editfns.c * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of 2002-05-20 08:05:26 +00:00
emacs.c (USAGE1): Add --no-splash. 2002-05-28 16:25:37 +00:00
epaths.in
eval.c (syms_of_eval): Doc fix. 2002-05-28 20:24:32 +00:00
fileio.c (choose_write_coding_system): Call select-safe-coding-system properly. 2002-06-05 05:16:48 +00:00
filelock.c (S_ISLNK): Define if not defined. 2002-02-06 15:44:28 +00:00
filemode.c
firstfile.c
floatfns.c (Fatan): Accept an optional second arg and call atan2 if passed 2 args. 2002-02-19 10:58:07 +00:00
fns.c (Fstring_make_unibyte): Doc fix. 2002-06-05 17:47:50 +00:00
fontset.c * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING 2002-05-20 08:05:48 +00:00
fontset.h Remove prototypes for variables `Vhighlight_wrong_size_font' and 2001-11-14 13:39:30 +00:00
frame.c Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, 2002-04-26 23:39:06 +00:00
frame.h Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, 2002-04-26 23:39:06 +00:00
getloadavg.c
getpagesize.h
gmalloc.c
gnu.h
hftctl.c
indent.c (last_known_column): Now a float. 2002-06-03 01:52:02 +00:00
indent.h
insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap 2002-02-09 22:58:25 +00:00
intervals.c (textget): Don't forget to `return'. 2002-06-12 13:29:55 +00:00
intervals.h (lookup_char_property): Declare. 2002-06-08 20:24:55 +00:00
ioctl.h
keyboard.c Rename enum event_kind items. 2002-06-13 14:59:38 +00:00
keyboard.h (ECHOBUFSIZE): Removed. 2002-03-06 15:54:43 +00:00
keymap.c (describe_command): Cast `current_column' return value to int. 2002-06-03 01:39:27 +00:00
keymap.h (Fremap_command): Declare extern. 2002-02-23 22:01:16 +00:00
lastfile.c
lisp.h (current_column): Now returns float. 2002-06-03 01:58:20 +00:00
lread.c (read_integer): Remove unused var `tem'. 2002-06-11 15:13:58 +00:00
mac.c (mac-cut-function): Doc fix. 2002-05-06 06:49:11 +00:00
macfns.c * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead 2002-05-20 08:06:16 +00:00
macgui.h Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, 2002-04-26 23:39:06 +00:00
macmenu.c Remove declaration of Qmouse_click and Qevent_kind. 2002-06-12 20:55:27 +00:00
macros.c Change doc-string comments to new style' [w/doc:' keyword]. 2001-12-11 06:23:50 +00:00
macros.h
macterm.c Rename enum event_kind items. 2002-06-13 14:59:38 +00:00
macterm.h Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, 2002-04-26 23:39:06 +00:00
Makefile.in (shortlisp): Add font-core.el. 2002-05-21 21:03:51 +00:00
makefile.nt Remove mocklisp files. 2001-12-22 14:02:33 +00:00
makefile.w32-in (LIBS): Remove $(WSOCK32). 2002-03-20 20:41:49 +00:00
marker.c Fix typo in comment. 2002-04-17 13:49:49 +00:00
md5.c
md5.h
mem-limits.h Test GNU_LINUX, not LINUX. 2001-12-11 22:20:20 +00:00
minibuf.c (read_minibuf): Cast `current_column' return value to int. 2002-06-03 01:42:52 +00:00
mktime.c
msdos.c Rename enum event_kind items. 2002-06-13 14:59:38 +00:00
msdos.h (struct display_info): Add mouse_face_hidden. 2002-02-16 23:56:41 +00:00
ndir.h
param.h
point.h
pre-crt0.c
prefix-args.c
print.c * print.c (print_error_message, print_object): Use SYMBOL_NAME and 2002-05-20 08:06:27 +00:00
process.c * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME 2002-05-20 08:06:32 +00:00
process.h (struct Lisp_Process): New member log. 2002-03-17 20:16:55 +00:00
puresize.h (BASE_PURESIZE): Increase to 830000, since we now 2002-04-16 17:27:42 +00:00
ralloc.c
README
regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces. 2002-03-25 00:45:48 +00:00
regex.h
region-cache.c (new_region_cache): Use BEG. 2002-04-16 12:39:25 +00:00
region-cache.h
scroll.c
search.c (search_buffer): Give up boyer moore search if inverse 2002-05-13 00:06:01 +00:00
sound.c (Fplay_sound_internal): Update call to openp. 2002-04-30 01:01:49 +00:00
stamp-h.in Stamp file for config.in 2002-04-15 13:14:45 +00:00
strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX 2002-03-13 23:01:45 +00:00
sunfns.c
syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax. 2001-11-26 23:37:01 +00:00
syntax.h
sysdep.c *** empty log message *** 2002-06-13 15:00:02 +00:00
sysselect.h
syssignal.h
systime.h
systty.h
syswait.h Delete conditionals for HPUX7, ISC 4.1, and convex. 2001-11-17 03:49:13 +00:00
temacs.opt
term.c C style fix. 2002-05-28 01:15:09 +00:00
termcap.c Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, 2002-04-26 23:39:06 +00:00
termchar.h Change defvar_int def and vars to use EMACS_INT instead of just int. 2002-03-04 23:41:00 +00:00
termhooks.h Rename enum event_kind items. 2002-06-13 14:59:38 +00:00
terminfo.c
termopts.h
textprop.c (Vchar_property_alias_alist): New variable. 2002-06-08 20:24:35 +00:00
tparam.c Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, 2002-04-26 23:39:06 +00:00
uaf.h
undo.c (record_point): New fun. 2002-04-04 20:42:56 +00:00
unexaix.c
unexalpha.c
unexapollo.c Include <config.h>. 2002-01-01 19:15:26 +00:00
unexconvex.c
unexec.c *** empty log message *** 2001-12-11 22:56:41 +00:00
unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20. 2002-04-13 09:53:06 +00:00
unexenix.c
unexhp9k800.c
unexmacosx.c Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, 2002-04-26 23:39:06 +00:00
unexmips.c
unexnext.c
unexsni.c
unexsunos4.c
unexw32.c
vlimit.h
vm-limit.c
w16select.c Fix whitespace. 2002-05-17 13:17:21 +00:00
w32.c (init_environment): Remove EMACSLOCKDIR. 2002-06-13 20:41:33 +00:00
w32.h * s/ms-w32.h (HAVE_SELECT): Define. 2002-05-03 20:41:03 +00:00
w32bdf.c *** empty log message *** 2002-02-18 00:04:14 +00:00
w32bdf.h
w32console.c
w32fns.c * w32fns.c (enumfont_t): Remove tail, make pattern a normal 2002-05-22 19:35:48 +00:00
w32gui.h (struct XImage): Define. 2002-03-20 21:00:50 +00:00
w32heap.c Include <config.h>. 2002-01-01 19:15:26 +00:00
w32heap.h
w32inevt.c *** empty log message *** 2002-06-13 15:00:02 +00:00
w32inevt.h
w32menu.c Rename enum event_kind items. 2002-06-13 14:59:38 +00:00
w32proc.c include sys/file.h. 2002-05-03 20:35:38 +00:00
w32reg.c
w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion 2002-02-23 18:12:30 +00:00
w32term.c Rename enum event_kind items. 2002-06-13 14:59:38 +00:00
w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR. 2002-05-22 19:36:13 +00:00
w32xfns.c
widget.c Comment change. 2002-04-19 00:11:58 +00:00
widget.h
widgetprv.h
window.c (Fset_window_hscroll): Doc fix. 2002-06-05 17:02:15 +00:00
window.h (cursor_type_changed): Hew variable. 2002-03-18 04:38:43 +00:00
xdisp.c (Fformat_mode_line): Fix typo. 2002-06-12 09:37:43 +00:00
xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed. 2002-06-11 15:09:36 +00:00
xfns.c (x_encode_text): Return stringp non-NULL if coding_system 2002-05-31 17:43:45 +00:00
xmenu.c Rename enum event_kind items. 2002-06-13 14:59:38 +00:00
xrdb.c (file_p): Rename arg path' to filename'. 2002-03-03 20:09:47 +00:00
xselect.c (lisp_data_to_selection_data): Fix last change: 2002-06-07 22:05:07 +00:00
xsmfns.c Rename enum event_kind items. 2002-06-13 14:59:38 +00:00
xterm.c Rename enum event_kind items. 2002-06-13 14:59:38 +00:00
xterm.h *** empty log message *** 2002-06-13 15:00:02 +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.