1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00
emacs/src
2002-04-12 05:57:21 +00:00
..
bitmaps
m Split the __hpux conditional into the parts 2001-12-11 06:34:37 +00:00
s (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k. 2002-02-07 11:12:04 +00:00
.dbxinit
.gdbinit (hookpost-run): Defined. 2002-01-22 20:53:55 +00:00
.gitignore ignore *-spd and *.pdb for w32 2001-10-26 16:51:57 +00:00
abbrev.c Change defvar_int def and vars to use EMACS_INT instead of just int. 2002-03-04 23:41:00 +00:00
acldef.h
alloc.c (check_pure_size): Update the comment. 2002-03-25 22:38:55 +00:00
alloca.c
alloca.s
atimer.c (alarm_signal_handler) [USG && !POSIX_SIGNALS]: 2001-10-08 09:42:24 +00:00
atimer.h *** empty log message *** 2001-10-08 05:55:48 +00:00
blockinput.h
buffer.c (syms_of_buffer): Allow non-string `mode-name'. 2002-03-04 23:20:06 +00:00
buffer.h Comment fixes. 2002-01-10 11:13:17 +00:00
bytecode.c (Fbyte_code): Revert last change. 2002-03-20 07:46:46 +00:00
callint.c (Fcall_interactively): Use INTEGERP instead of 2002-04-05 13:36:51 +00:00
callproc.c (Vgame_score_directory): New variable. 2002-04-10 19:15:51 +00:00
casefiddle.c Update usage of CHECK_ macros (remove unused second argument). 2001-11-02 20:46:55 +00:00
casetab.c Change doc-string comments to new style' [w/doc:' keyword]. 2001-10-20 20:56:10 +00:00
category.c (describe_category, describe_category_1, Fdescribe_categories): Remove. 2001-11-28 20:44:42 +00:00
category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused argument `i' in macros. 2001-11-02 20:12:54 +00:00
ccl.c Use AREF and ASIZE. 2001-11-28 07:25:03 +00:00
ccl.h (struct ccl_program): New member eight_bit_control. 2001-02-27 03:29:08 +00:00
ChangeLog *** empty log message *** 2002-04-12 05:52:19 +00:00
ChangeLog.1 fixed format 2001-11-13 00:07:54 +00:00
ChangeLog.2 fixed format 2001-11-13 00:07:54 +00:00
ChangeLog.3 *** empty log message *** 2002-01-20 18:13:16 +00:00
ChangeLog.4 *** empty log message *** 2001-10-06 09:57:20 +00:00
ChangeLog.5 *** empty log message *** 2001-10-06 09:57:20 +00:00
ChangeLog.6 *** empty log message *** 2001-10-06 09:57:20 +00:00
ChangeLog.7 Fix typo. 2002-02-13 21:29:16 +00:00
ChangeLog.8 *** empty log message *** 2001-10-06 09:57:20 +00:00
ChangeLog.9 Split pre-21.1 changes into ChangeLog.9. 2002-03-09 09:30:18 +00:00
charset.c (Fstring): Allow 0 arguments. 2002-04-01 22:54:03 +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 Change doc-string comments to new style' [w/doc:' keyword]. 2001-11-13 07:48:37 +00:00
coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix 2002-03-11 19:22:07 +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 Change doc-string comments to new style' [w/doc:' keyword]. 2001-11-13 07:48:37 +00:00
composite.h (syms_of_composite): Renamed from 2001-07-19 11:20:40 +00:00
config.in Add HAVE_SHARED_GAME_DIR. 2002-04-10 19:16:49 +00:00
COPYING Moved back. 2001-12-09 10:14:33 +00:00
cxux-crt0.s
data.c (wrong_type_argument): Remove mocklisp case. 2001-12-22 13:58:42 +00:00
dired.c (file_name_completion): Run the elements of 2001-12-19 17:14:39 +00:00
dispextern.h Change defvar_int def and vars to use EMACS_INT instead of just int. 2002-03-04 23:41:00 +00:00
dispnew.c Update copyright. 2002-03-30 11:55:37 +00:00
disptab.h
doc.c (Fdocumentation): More brainos. I need sleep. 2002-04-03 18:05:07 +00:00
doprnt.c (doprnt1): Fix typos in error call. 2002-01-20 18:04:32 +00:00
dosfns.c Change defvar_int def and vars to use EMACS_INT instead of just int. 2002-03-04 23:41:00 +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 (text_property_stickiness): Function moved to `textprop.c'. 2002-03-14 08:11:03 +00:00
emacs.c (Fdump_emacs): Fix a typo in "command-line-processed". 2002-03-26 14:41:44 +00:00
epaths.in Update copyright notice. 2001-02-22 11:56:33 +00:00
eval.c (Qdeclare, Vmacro_declaration_function): New variables. 2002-03-24 19:52:55 +00:00
fileio.c (Fcopy_file): Fix last change. 2002-03-09 10:20:18 +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 (Fy_or_n_p): Use `minibuffer-prompt' face for prompt. 2002-04-12 05:50:50 +00:00
fontset.c Fix typos, remove unnecessary space. 2001-12-12 20:06:10 +00:00
fontset.h Remove prototypes for variables `Vhighlight_wrong_size_font' and 2001-11-14 13:39:30 +00:00
frame.c Fix typo. 2002-03-05 10:10:21 +00:00
frame.h (Vmouse_highlight): Declare extern. 2002-02-16 23:54:04 +00:00
getloadavg.c
getpagesize.h Add copyright notice. 2001-02-20 13:36:21 +00:00
gmalloc.c Test BROKEN_PROTOTYPES. 2001-11-03 15:08:36 +00:00
gnu.h
hftctl.c
indent.c (skip_invisible): Fix my brain fart. 2002-03-05 18:56:16 +00:00
indent.h
insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap 2002-02-09 22:58:25 +00:00
intervals.c (adjust_for_invis_intang): New function. 2002-03-14 08:11:46 +00:00
intervals.h (text_property_stickiness): New declaration. 2002-03-14 08:09:59 +00:00
ioctl.h
keyboard.c (gen_help_event): int/Lisp_Object confusion. 2002-04-12 05:55:04 +00:00
keyboard.h (ECHOBUFSIZE): Removed. 2002-03-06 15:54:43 +00:00
keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch: 2002-02-24 00:24:37 +00:00
keymap.h (Fremap_command): Declare extern. 2002-02-23 22:01:16 +00:00
lastfile.c
lisp.h (Fpropertize): Add prototype. 2002-04-12 05:49:18 +00:00
lread.c (openp, Fload): Encode the file name before pasing it 2002-03-29 12:38:35 +00:00
macros.c Change doc-string comments to new style' [w/doc:' keyword]. 2001-12-11 06:23:50 +00:00
macros.h
Makefile.in (lisp, shortlisp): Add ucs-tables.elc. 2002-04-02 21:30:29 +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 (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Use BEG and BEG_BYTE. 2002-04-01 23:07:40 +00:00
md5.c (WORDS_BIG_ENDIAN) [__BYTE_ORDER == __BIG_ENDIAN]: Define 2001-01-13 07:14:02 +00:00
md5.h (__P): Don't define -- it comes from config.h. 2000-12-06 21:16:37 +00:00
mem-limits.h Test GNU_LINUX, not LINUX. 2001-12-11 22:20:20 +00:00
minibuf.c (read_minibuf): Use empty_string. 2002-04-09 19:28:42 +00:00
mktime.c
msdos.c (dos_rawgetc): int/Lisp_Object confusion. 2002-04-12 05:57:21 +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 Add copyright and permissions. 2001-02-22 01:49:37 +00:00
print.c (print_object): Delete `\ ' from printed rep of frame. 2002-03-16 06:53:35 +00:00
process.c Comment change. 2002-04-03 15:19:39 +00:00
process.h (struct Lisp_Process): New member log. 2002-03-17 20:16:55 +00:00
puresize.h (BASE_PURESIZE): Reduce again to avoid big excess. 2002-04-10 15:19:04 +00:00
ralloc.c (__morecore) [!SYSTEM_MALLOC]: Move declaration 2001-02-19 12:20:08 +00:00
README *** empty log message *** 2001-10-08 05:55:48 +00:00
regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces. 2002-03-25 00:45:48 +00:00
regex.h
region-cache.c
region-cache.h
scroll.c Don't define min/max. 2001-10-08 08:08:08 +00:00
search.c (Freplace_match): Remove unused variable `inslen'. 2001-11-23 07:14:31 +00:00
sound.c (Fplay_sound_internal): Renamed from Fplay_sound. 2002-04-05 05:49:20 +00:00
strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX 2002-03-13 23:01:45 +00:00
sunfns.c (Fsun_change_cursor_icon): Doc fix. 2001-11-14 00:04:24 +00:00
syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax. 2001-11-26 23:37:01 +00:00
syntax.h (struct gl_state_s): Change the meaning of b_property. 2001-10-12 01:37:49 +00:00
sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause. 2002-03-22 22:53:13 +00:00
sysselect.h
syssignal.h (sigunblock): Don't define if already defined. 2001-11-03 16:52:13 +00:00
systime.h (set_file_times): Prototype. 2001-01-04 17:50:27 +00:00
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 Comment change. 2002-04-03 15:19:39 +00:00
termcap.c Change defvar_int def and vars to use EMACS_INT instead of just int. 2002-03-04 23:41:00 +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 (enum event_kind): New event type `SELECT_WINDOW_EVENT'. 2002-04-01 13:41:03 +00:00
terminfo.c
termopts.h
textprop.c (text_property_stickiness): Function moved here from `editfns.c'. 2002-03-14 08:10:35 +00:00
tparam.c [!emacs]: Move #define of bcopy to after string.h. 2002-03-03 20:11:42 +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): Define n so as to cause compilation error 2002-01-22 20:56:29 +00:00
unexenix.c
unexhp9k800.c
unexmips.c
unexnext.c
unexsni.c
unexsunos4.c
unexw32.c
vlimit.h
vm-limit.c
w16select.c (Fw16_get_clipboard_data): Fix last change. 2002-02-23 08:55:52 +00:00
w32.c (sys_accept): Don't hide variable `s'. 2002-04-08 16:45:43 +00:00
w32.h (w32_strerror): New extern. 2000-12-18 23:50:56 +00:00
w32bdf.c *** empty log message *** 2002-02-18 00:04:14 +00:00
w32bdf.h
w32console.c Change doc-string comments to new style'. [w/doc:' keyword]. Doc fixes. 2001-11-12 23:57:09 +00:00
w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data) 2002-03-24 15:50:33 +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 Do not undef min and max. 2001-10-08 22:41:09 +00:00
w32inevt.c Include <config.h>. 2002-01-01 19:15:26 +00:00
w32inevt.h
w32menu.c (menubar_selection_callback): Free the menu and 2002-02-23 00:01:34 +00:00
w32proc.c (syms_of_ntproc): Doc fix. 2002-02-26 10:01: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 autoselect_window_p to mouse_autoselect_window. 2002-04-03 08:39:50 +00:00
w32term.h (struct w32_output): New member menu_command_in_progress. 2002-02-22 23:58:11 +00:00
w32xfns.c (select_palette): Do nothing if palette hasn't yet 2001-02-06 22:20:12 +00:00
widget.c (set_frame_size): Don't call change_frame_size. 2002-03-30 23:48:04 +00:00
widget.h (EmacsFrameSetCharSize_): Prototype. 2001-01-04 17:48:42 +00:00
widgetprv.h
window.c (window_scroll_pixel_based): Exit the move_it_by_lines 2002-03-30 23:49:39 +00:00
window.h (cursor_type_changed): Hew variable. 2002-03-18 04:38:43 +00:00
xdisp.c (display_mode_element): New arg RISKY. 2002-04-04 21:10:36 +00:00
xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face) 2002-02-13 16:21:07 +00:00
xfns.c (QCtype): Remove duplicate declaration and 2002-03-21 12:22:32 +00:00
xmenu.c (set_frame_menubar, xmenu_show): 2002-01-07 00:23:56 +00:00
xrdb.c (file_p): Rename arg path' to filename'. 2002-03-03 20:09:47 +00:00
xselect.c Change defvar_int def and vars to use EMACS_INT instead of just int. 2002-03-04 23:41:00 +00:00
xsmfns.c Added return value to Fhandle_save_session to avoid compiler warning. 2002-03-14 21:36:28 +00:00
xterm.c Rename autoselect_window_p to mouse_autoselect_window. 2002-04-03 08:39:50 +00:00
xterm.h Extern declare x_session_check_input () and x_session_initialize (). 2002-03-10 16:14:00 +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.