1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00
emacs/src
2001-02-14 11:39:05 +00:00
..
bitmaps
m (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL): 2000-11-11 01:05:49 +00:00
s Fix a typo in a comment. 2001-01-25 13:00:13 +00:00
.dbxinit
.gdbinit (hook-run): Define to run xreload. 2001-01-31 18:33:30 +00:00
.gitignore
abbrev.c
acldef.h
alloc.c (Fmake_list): Add a QUIT in the loop; unroll the loop. 2001-01-31 12:22:58 +00:00
alloca.c
alloca.s
atimer.c
atimer.h
blockinput.h
buffer.c (Fset_buffer_modified_p): Set buffer's 2001-01-16 14:21:59 +00:00
buffer.h (mmap_set_vars): Declare. 2000-12-12 18:51:47 +00:00
bytecode.c (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC and 2001-01-30 10:07:18 +00:00
callint.c (Fcall_interactively): Prevent a compiler warning. 2000-12-21 20:40:40 +00:00
callproc.c Call redisplay_preserve_echo_area with additional arg. 2001-01-16 12:42:22 +00:00
casefiddle.c (casify_object): Remove unused variable `tolen'. 2001-01-02 14:06:38 +00:00
casetab.c
category.c (Fcategory_docstring): Remove unused variable `doc'. 2001-01-02 14:21:33 +00:00
category.h
ccl.c (CCL_WRITE_CHAR): Check if CH is valid or not. If 2001-02-05 01:20:55 +00:00
ccl.h (sturct ccl_program): New member suppress_error. 2001-01-24 23:29:42 +00:00
ChangeLog (reseat_1): Set iterator's end_charpos to ZV. 2001-02-14 11:39:05 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
charset.c 2001-02-09 ShengHuo ZHU <zsh@cs.rochester.edu> 2001-02-09 06:13:57 +00:00
charset.h (parse_str_to_multibyte): Extern it. 2001-02-07 04:24:28 +00:00
chpdef.h
cm.c Don't try to include termcap.h; see comment there. 2000-11-21 12:05:08 +00:00
cm.h
cmds.c
coding.c (code_convert_region): After detecting a coding, if 2001-02-08 23:29:44 +00:00
coding.h (struct coding_system): New member suppress_error. 2001-01-24 23:30:16 +00:00
commands.h
composite.c (run_composition_function): Remove unused variable 2001-01-02 13:58:26 +00:00
composite.h (compose_chars_in_text): Add prototype. 2000-11-06 12:35:06 +00:00
config.in (HAVE_XKBGETKEYBOARD): Add. 2000-12-14 11:59:50 +00:00
convexos.h
COPYING
cxux-crt0.s
data.c (find_symbol_value): Remove extra 3rd argument in the 2001-01-02 14:03:28 +00:00
dired.c (directory_files_internal): Initialize errno. 2001-02-13 15:14:22 +00:00
dispextern.h (struct face): Add comment for how to handle a negative value in 2001-02-09 12:35:06 +00:00
dispnew.c (update_frame_line): Rename parameter FRAME to F. 2001-02-06 13:58:18 +00:00
disptab.h
doc.c (Fsnarf_documentation): Remove unused variables `fun' and 2001-01-02 14:02:33 +00:00
doprnt.c (doprnt1): Get byte length of Lisp string correctly. 2001-01-19 05:22:51 +00:00
dosfns.c (Ffile_system_info): New function. 2000-12-07 14:53:45 +00:00
dosfns.h
ecrt0.c
editfns.c (Fchar_to_string): If CHARACTER is less than 256, 2001-02-09 05:32:46 +00:00
emacs.c * src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight): 2000-11-26 06:35:26 +00:00
environ.c
epaths.in
eval.c (interactive_p): New function. 2001-01-31 14:48:31 +00:00
fileio.c (do_auto_save_unwind): Do the pop_message here 2001-01-09 13:46:53 +00:00
filelock.c (unlock_all_files): Use unlock_file to expand each 2000-10-24 20:57:11 +00:00
filemode.c
firstfile.c
floatfns.c
fns.c (sweep_weak_table): Fix code taking items out of 2001-01-24 16:10:06 +00:00
fontset.c * fontset.c (fontset_pattern_regexp): Allocate three more bytes to 2001-01-28 15:41:57 +00:00
fontset.h
frame.c (Fmodify_frame_parameters): Doc fix. 2001-02-01 14:09:49 +00:00
frame.h Change the include blocker to the same form as in other header 2001-01-31 20:34:39 +00:00
getloadavg.c
getpagesize.h
gmalloc.c Add code from mcheck.c of glibc-1.09.1. 2000-10-27 18:43:39 +00:00
gnu.h
hftctl.c
indent.c (check_composition): Check validity of composition. 2001-01-19 03:50:40 +00:00
indent.h
insdel.c (del_range_1, del_range_byte, del_range_both): Handle 2001-02-13 16:29:20 +00:00
intervals.c (get_local_map): Change TYPE to Lisp_Object. 2001-01-12 11:18:20 +00:00
intervals.h (enum map_property): Removed. 2001-01-12 11:18:41 +00:00
ioctl.h
keyboard.c Call redisplay_preserve_echo_area with additional arg. 2001-01-16 12:42:22 +00:00
keyboard.h * lisp.h (KEYMAPP): New macro. 2000-10-27 22:20:19 +00:00
keymap.c (Fwhere_is_internal): Use the first valid binding 2001-01-31 15:19:30 +00:00
lastfile.c
lisp.h (interactive_p): Add prototype. 2001-01-31 14:48:07 +00:00
lread.c (read_integer): Use type EMACS_INT instead of int. 2001-01-25 11:57:14 +00:00
mach2.h
macros.c (Qkbd_macro_termination_hook): New variable. 2001-01-08 12:23:32 +00:00
macros.h
Makefile.in (${etc}DOC): Depend on ${shortlisp} and 2001-01-10 15:24:21 +00:00
makefile.nt removed x-list-font.c per change 2001-01-17 Gerd Moellmann <gerd@gnu.org> 2001-01-17 16:18:45 +00:00
makefile.w32-in ($(EMACS)): Use $(THISDIR) instead of . in 2001-02-05 16:57:21 +00:00
marker.c (Fmarker_position): Remove unused variables pos', i', 2001-01-02 14:08:59 +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
minibuf.c * minibuf.c: Include intervals.h. 2000-12-05 20:36:44 +00:00
mktime.c
mocklisp.c
mocklisp.h
msdos.c (IT_set_face): Obey inverse_video. 2000-12-18 13:27:18 +00:00
msdos.h
ndir.h
old-ralloc.c
param.h
point.h
pre-crt0.c
prefix-args.c
print.c (print_string): If we are going to print a unibyte 2001-02-07 04:24:14 +00:00
process.c Call redisplay_preserve_echo_area with additional arg. 2001-01-16 12:42:22 +00:00
process.h
puresize.h Revert last change following loadup.el change. 2001-02-05 17:41:40 +00:00
ralloc.c
README
regex.c (mutually_exclusive_p): Add missing break' at the end of charset' processing. 2001-01-25 01:44:54 +00:00
regex.h
region-cache.c
region-cache.h
scroll.c
search.c (search_buffer): Call set_search_regs with a byte 2001-02-01 19:21:52 +00:00
sink.h
sink11.h
sink11mask.h
sinkmask.h
sol2-2.h
sound.c (vox_configure): Change order of ioctls. Don't 2000-12-07 22:09:00 +00:00
strftime.c Change some #if foo to #ifdef foo. 2000-12-06 19:56:47 +00:00
sunfns.c Call redisplay_preserve_echo_area with additional arg. 2001-01-16 12:42:22 +00:00
syntax.c (scan_lists): Check that the right quote char has the 2000-12-09 20:17:59 +00:00
syntax.h
sysdep.c Call redisplay_preserve_echo_area with additional arg. 2001-01-16 12:42:22 +00:00
sysselect.h
syssignal.h Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY. 2000-11-11 01:07:33 +00:00
systime.h (set_file_times): Prototype. 2001-01-04 17:50:27 +00:00
systty.h
syswait.h
temacs.opt
term.c (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate original 2001-01-20 13:57:24 +00:00
termcap.c (tgetent): Change the way buffers are reallocated to 2000-12-08 09:58:04 +00:00
termchar.h
termhooks.h
terminfo.c
termopts.h
textprop.c (Fset_text_properties): Fix newline in doc string. 2001-01-31 01:00:17 +00:00
tparam.c (tparam1): Change the way buffers are reallocated to be 2000-12-08 09:58:48 +00:00
uaf.h
undo.c (Fprimitive_undo): Remove unused block-scope variable 2001-01-02 14:04:12 +00:00
unexaix.c
unexalpha.c
unexapollo.c
unexconvex.c
unexec.c
unexelf.c
unexelf1.c
unexencap.c
unexenix.c
unexfx2800.c
unexhp9k800.c
unexmips.c
unexnext.c
unexsgi.c
unexsni.c
unexsunos4.c
unexw32.c
vlimit.h
vm-limit.c
vms-pp.c
vms-pp.trans
vms-pwd.h
vmsdir.h
vmsfns.c
vmsgmalloc.c
vmsmap.c
vmspaths.h
vmsproc.c Call redisplay_preserve_echo_area with additional arg. 2001-01-16 12:42:22 +00:00
vmsproc.h
vmstime.c
vmstime.h
w16select.c
w32.c (init-environment): Duplicate local string before putenv. 2001-02-09 09:57:04 +00:00
w32.h (w32_strerror): New extern. 2000-12-18 23:50:56 +00:00
w32bdf.c (search_file_line, get_cached_font_char) 2001-01-12 23:59:37 +00:00
w32bdf.h (bdffont): Add nchars. 2000-10-29 21:02:58 +00:00
w32console.c
w32fns.c (Fx_show_tip): Fix calls to make_number. 2001-02-09 09:55:43 +00:00
w32gui.h
w32heap.c (w32_build_number): New variable. 2000-11-05 21:39:32 +00:00
w32heap.h (w32_build_number): Add extern. 2000-11-05 21:38:49 +00:00
w32inevt.c (w32_console_toggle_lock_key): Add parentheses. 2001-01-12 23:59:09 +00:00
w32inevt.h
w32menu.c (add_menu_item): Reset menu item text when changing type to radio button. 2000-11-28 20:28:02 +00:00
w32proc.c (syms_of_ntproc): Doc fix for w32-downcase-file-names. 2000-11-21 18:23:50 +00:00
w32reg.c
w32select.c (Fw32_set_clipboard_data): Save a copy of what is put on the clipboard. 2000-11-21 19:18:13 +00:00
w32term.c (x_produce_image_glyph): Pay attention to the case that 2001-02-12 14:50:08 +00:00
w32term.h (CP_INVALID): Rename to CP_UNKNOWN. 2000-12-06 15:53:11 +00:00
w32xfns.c (select_palette): Do nothing if palette hasn't yet 2001-02-06 22:20:12 +00:00
widget.c (EmacsFrameSetCharSize): Remove unused variables `ac' 2001-01-02 13:57:46 +00:00
widget.h (EmacsFrameSetCharSize_): Prototype. 2001-01-04 17:48:42 +00:00
widgetprv.h
window.c (window_loop) <GET_BUFFER_WINDOW>: Prefer to return 2001-02-13 15:44:58 +00:00
window.h (WINDOW_LIVE_P): New macro. 2001-01-18 14:10:06 +00:00
x11term.h
xdisp.c (reseat_1): Set iterator's end_charpos to ZV. 2001-02-14 11:39:05 +00:00
xfaces.c (best_matching_font): New parameter width_ratio. 2001-02-13 15:23:17 +00:00
xfns.c (x_set_font): If font hasn't changed, avoid recomputing 2001-02-02 15:27:55 +00:00
xmenu.c (popup_get_selection): Use xmalloc instead of malloc. 2000-11-30 12:41:39 +00:00
xrdb.c (x_load_resources): Use the class name in the defaults. 2000-10-30 21:56:17 +00:00
xscrollbar.h
xselect.c Call redisplay_preserve_echo_area with additional arg. 2001-01-16 12:42:22 +00:00
xselect.c.old
xterm.c (x_produce_image_glyph): Pay attention to the case that 2001-02-09 12:33:58 +00:00
xterm.h (x_clear_area): Add prototype. 2001-01-25 20:26:04 +00:00
XTests.c
XTests.h

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.

`pwd.h' contains definitions for VMS to be able to correctly simulate
`getpwdnam' and `getpwduid'.