..
m
(DBL_MIN_REPLACEMENT): New macro.
1997-10-29 07:47:37 +00:00
s
(LINKER): Add definition.
1998-04-11 18:16:01 +00:00
.gdbinit
Make GDB not handle SIGINT.
1998-01-18 04:54:59 +00:00
abbrev.c
Use STRING_BYTES and SET_STRING_BYTES.
1998-03-21 07:06:14 +00:00
acldef.h
alloc.c
(gc_sweep): Avoid using two loop variables counting the
1998-04-06 09:04:23 +00:00
alloca.c
formatting tweaks
1996-07-03 23:05:19 +00:00
alloca.s
Update FSF address in comment.
1996-01-29 22:30:55 +00:00
blockinput.h
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
buffer.c
Use STRING_BYTES and SET_STRING_BYTES.
1998-03-21 07:06:14 +00:00
buffer.h
(struct buffer): Field undo_list' moved before name'
1998-03-28 21:50:39 +00:00
bytecode.c
Use STRING_BYTES and SET_STRING_BYTES.
1998-03-21 07:06:14 +00:00
callint.c
Use STRING_BYTES and SET_STRING_BYTES.
1998-03-21 07:06:14 +00:00
callproc.c
(relocate_fd): Avoid min'/max' as variable names.
1998-04-09 17:47:17 +00:00
casefiddle.c
(casify_object): Use make_specified_string.
1998-03-21 18:02:09 +00:00
casetab.c
Fix bugs with inappropriate mixing of Lisp_Object with int.
1997-07-04 20:44:52 +00:00
category.c
Use STRING_BYTES and SET_STRING_BYTES.
1998-03-21 07:06:14 +00:00
category.h
Add declaration of word_boundary_p.
1997-11-21 14:26:38 +00:00
ccl.c
Use STRING_BYTES and SET_STRING_BYTES.
1998-03-21 07:06:14 +00:00
ccl.h
Definition of macros CCL_STAT_XXX are moved from ccl.c to here.
1998-01-22 01:26:45 +00:00
charset.c
(string_to_non_ascii_char): Include garbage bytes (if
1998-04-09 05:40:23 +00:00
charset.h
(MULTIBYTE_FORM_LENGTH): Don't check LEN here.
1998-04-09 05:40:23 +00:00
chpdef.h
cm.c
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
cm.h
[HAVE_LIBNCURSES]: Declare ospeed as short, unless NCURSES_OSPEED_T.
1997-07-28 17:04:18 +00:00
cmds.c
(internal_self_insert): Use make_string_from_bytes.
1998-03-21 18:00:19 +00:00
coding.c
(CHARSET_OK): Don't reject safe charsets.
1998-04-02 00:25:47 +00:00
coding.h
(struct coding_system): Comment for the member
1998-03-30 06:00:54 +00:00
commands.h
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
config.in
(GSSAPI, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI, HAVE_GSSAPI_H):
1998-04-07 03:26:32 +00:00
convexos.h
data.c
(set_internal, Fmakunbound): Fix previous change.
1998-04-12 06:41:01 +00:00
dired.c
(Fdirectory_files): Use make_uninit_multibyte_string.
1998-04-06 21:52:29 +00:00
dispextern.h
(struct face): New members `non_ascii_gc' and
1997-02-20 06:47:37 +00:00
dispnew.c
(minmax): New macro.
1998-04-09 17:21:02 +00:00
disptab.h
Add prototypes. Remove declaration of obsolete
1997-11-21 14:46:31 +00:00
doc.c
(Fsubstitute_command_keys): Use make_string_from_bytes.
1998-03-21 17:59:22 +00:00
doprnt.c
(doprnt1): Call to CHAR_HEAD_P fixed.
1997-12-31 21:48:28 +00:00
dosfns.c
(init_dosfns): Fix bug in passing segment address of the transfer buffer.
1998-04-08 13:48:30 +00:00
dosfns.h
Declare Vdos_windows_version.
1997-10-13 16:29:00 +00:00
editfns.c
(Ftranspose_regions): Fix order of parameters for replace_range.
1998-04-06 09:20:04 +00:00
emacs.c
(abort): Don't redefine on DOS_NT.
1998-04-09 17:03:05 +00:00
environ.c
epaths.in
(PATH_X_DEFAULTS): New macro.
1997-08-16 18:32:17 +00:00
eval.c
(do_autoload): Return void.
1997-11-28 14:39:13 +00:00
fileio.c
(Fmake_temp_name): Detect error return from mktemp.
1998-04-08 07:08:28 +00:00
filelock.c
Include <utmp.h> only if CLASH_DETECTION is
1998-04-08 06:48:59 +00:00
firstfile.c
Initial revision
1997-09-07 05:14:46 +00:00
floatfns.c
No need to include <float.h> before "lisp.h",
1997-10-23 04:29:36 +00:00
fns.c
(Flength): Doc fix.
1998-04-06 09:33:40 +00:00
fontset.c
(fontset_pattern_regexp): ==' was used instead of ='.
1998-03-10 00:29:10 +00:00
fontset.h
(GENERIC_FONT_PTR): Commented-out definition deleted.
1998-02-06 08:46:39 +00:00
frame.c
(make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.
1998-04-04 06:37:54 +00:00
frame.h
(make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.
1998-04-08 07:15:51 +00:00
getloadavg.c
Test __unix' along with unix'.
1997-07-22 21:35:43 +00:00
getpagesize.h
If no sys/param.h, default to 8k.
1996-11-19 18:40:34 +00:00
gmalloc.c
Rename macro __P to PP.
1997-07-07 19:04:35 +00:00
gnu.h
hftctl.c
indent.c
(compute_motion): Call strwidth only when necessary.
1998-03-25 10:45:59 +00:00
indent.h
(struct position): New field bytepos.
1998-01-01 02:40:05 +00:00
insdel.c
(adjust_markers_for_replace): New function.
1998-03-30 06:00:54 +00:00
intervals.c
(set_intervals_multibyte): Function moved after set_intervals_multibyte_1.
1998-04-03 23:58:11 +00:00
intervals.h
(set_point, temp_set_point): Swap args in decl.
1998-01-01 06:41:39 +00:00
ioctl.h
keyboard.c
Use STRING_BYTES and SET_STRING_BYTES.
1998-03-21 07:06:14 +00:00
keyboard.h
(item_properties): New variable.
1998-03-27 04:52:43 +00:00
keymap.c
(fix_submap_inheritance): Fix parens.
1998-04-08 08:24:33 +00:00
lastfile.c
(my_endbss) [WINDOWSNT]: New variable.
1997-09-03 07:30:49 +00:00
line.h
lisp.h
(adjust_after_replace, adjust_after_insert): Extern them.
1998-03-30 06:00:54 +00:00
lread.c
(init_lread): Init Vstandard_input.
1998-03-26 04:22:13 +00:00
mach2.h
macros.c
(store_kbd_macro_char): Define as returning nothing.
1997-11-21 13:03:55 +00:00
macros.h
Declare finalize_kbd_macro_chars and
1997-11-21 13:24:40 +00:00
Makefile.in
(keymap.o): Depend on puresize.h.
1998-03-20 22:38:54 +00:00
makefile.nt
($(BLD)\strftime.obj): No need to compile with -Dstrftime=emacs_strftime.
1997-11-24 19:50:22 +00:00
marker.c
(Fbuffer_has_markers_at): Fix termination condition.
1998-04-09 19:40:19 +00:00
mem-limits.h
Replaced symbol BSD with BSD_SYSTEM.
1996-09-17 03:43:54 +00:00
minibuf.c
Use STRING_BYTES and SET_STRING_BYTES.
1998-03-21 07:06:14 +00:00
mktime.c
automatically generated from GPLed version
1998-02-16 02:42:49 +00:00
mocklisp.c
Fix comment (avoid spurious "unterminated comment" warning)
1997-12-04 03:36:09 +00:00
mocklisp.h
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
msdos.c
(request_sigio, unrequest_sigio): Make consistent with
1998-04-08 06:49:50 +00:00
msdos.h
(check_x): Macro definition deleted.
1996-06-10 21:02:00 +00:00
ndir.h
old-ralloc.c
param.h
point.h
pre-crt0.c
prefix-args.c
Initial revision
1998-01-02 21:48:33 +00:00
print.c
(print) <Lisp_String>: Fix "\ " handling.
1998-04-12 06:49:26 +00:00
process.c
(kill_buffer_processes): Make consistent with
1998-04-08 06:49:17 +00:00
process.h
(struct Lisp_Process): New members decoding_carryover
1998-01-22 01:26:45 +00:00
puresize.h
(BASE_PURESIZE): Increased.
1998-03-03 22:29:16 +00:00
ralloc.c
(relinquish): When returning memory to the system,
1997-09-27 16:01:00 +00:00
regex.c
(re_match_2) <anychar>: In unibyte case, set buf_ch as unsigned.
1998-04-07 04:07:58 +00:00
regex.h
(RE_TRANSLATE): Define default assuming simple integers.
1997-07-04 20:46:51 +00:00
region-cache.c
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
region-cache.h
Add prototypes.
1997-11-25 13:44:34 +00:00
scroll.c
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
search.c
(min, max): Make these macros, not functions.
1998-04-09 18:50:53 +00:00
sink.h
sink11.h
sink11mask.h
sinkmask.h
sol2-2.h
strftime.c
automatically generated from GPLed version
1997-11-26 05:04:06 +00:00
sunfns.c
(syms_of_sunfns): Pass new arg to make_pure_string.
1998-03-21 18:07:27 +00:00
syntax.c
(Fbackward_prefix_chars): Set point properly while scanning.
1998-03-18 00:11:33 +00:00
syntax.h
(SETUP_SYNTAX_TABLE_FOR_OBJECT): FROM counts chars.
1998-04-12 06:51:58 +00:00
sysdep.c
(sys_sigpause): Removed.
1998-02-20 13:00:21 +00:00
sysselect.h
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
syssignal.h
Delete #endif left over from previous change.
1998-03-01 23:17:19 +00:00
systime.h
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
systty.h
Add prototypes.
1997-11-25 13:44:34 +00:00
syswait.h
Replaced symbol BSD with BSD_SYSTEM.
1996-09-17 03:43:54 +00:00
term.c
(encode_terminal_code): Adjusted for the change of
1998-01-22 01:26:45 +00:00
termcap.c
Update FSF address in comment.
1996-01-29 22:30:55 +00:00
termchar.h
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
termhooks.h
(event_kind) [WINDOWSNT]: New event type: mouse_wheel.
1997-09-03 00:37:29 +00:00
terminfo.c
[HAVE_LIBNCURSES]: Declare ospeed as short, unless NCURSES_OSPEED_T.
1997-07-28 17:04:18 +00:00
termopts.h
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
textprop.c
(interval_of): Handle Qt.
1998-02-22 01:03:49 +00:00
tparam.c
Update FSF address in comment.
1996-01-29 22:30:55 +00:00
uaf.h
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
undo.c
(record_delete): Record last_point_position when there's
1998-03-24 05:41:38 +00:00
unexaix.c
Comment change.
1997-09-14 15:57:18 +00:00
unexalpha.c
Test __OpenBSD__ along with __NetBSD__.
1997-09-06 19:37:47 +00:00
unexapollo.c
Initial revision
1998-01-02 21:48:33 +00:00
unexconvex.c
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
unexec.c
(copy_text_and_data) [DJGPP >= 2]: Switch off two bits
1996-07-19 19:47:26 +00:00
unexelf.c
(unexec): Account for possible padding before the old .bss
1998-04-06 09:26:20 +00:00
unexelf1.c
Initial revision
1996-08-09 21:57:00 +00:00
unexencap.c
unexenix.c
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
unexfx2800.c
unexhp9k800.c
(unexec): Cast result of sbrk.
1996-06-28 06:31:22 +00:00
unexmips.c
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
unexnext.c
Comment change.
1997-09-02 05:05:37 +00:00
unexsgi.c
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
unexsni.c
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
unexsunos4.c
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
unexw32.c
(min, max): Define as macros.
1998-04-09 18:12:46 +00:00
vlimit.h
vm-limit.c
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
vms-pp.c
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
vms-pwd.h
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
vmsdir.h
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
vmsfns.c
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
vmsgmalloc.c
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
vmsmap.c
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
vmspaths.h
vmsproc.c
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
vmsproc.h
vmstime.c
(sys_gmtime): Don't assume year < 2000.
1996-07-14 00:03:45 +00:00
vmstime.h
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
w16select.c
(Fwin16_set_clipboard_data): Call message2 with 3
1998-04-08 06:50:34 +00:00
w32.c
(min, max): Define as macros.
1998-04-09 18:12:46 +00:00
w32.h
Remove debugging macros.
1997-09-03 00:46:21 +00:00
w32console.c
(DebPrint, reset_kbd, unset_kbd, take_console): Delete functions.
1997-09-03 00:46:41 +00:00
w32faces.c
Change all uses of win95, winnt, and win32
1997-01-20 00:38:22 +00:00
w32fns.c
Include limits.h and errno.h.
1997-09-03 00:47:47 +00:00
w32gui.h
Update include conditionals to use new name.
1997-01-20 01:10:38 +00:00
w32heap.c
(os_subtype): New variable.
1997-09-03 00:51:32 +00:00
w32heap.h
Enumerate operating system types.
1997-09-03 00:52:12 +00:00
w32inevt.c
Declare externs from other files.
1997-09-03 00:52:40 +00:00
w32inevt.h
Change all uses of win95, winnt, and win32 into Windows 95, Windows
1997-01-20 00:43:16 +00:00
w32menu.c
(set_frame_menubar): Call Fset_match_data, not
1998-04-09 17:04:35 +00:00
w32proc.c
Delete incorrect prototype of report_file_error.
1998-04-09 17:07:32 +00:00
w32reg.c
Change identifiers of the form win32* to w32*.
1996-11-19 04:59:23 +00:00
w32select.c
Change all uses of win95, winnt, and win32
1997-01-20 00:38:22 +00:00
w32term.c
(min, max): Define as macros.
1998-04-09 18:12:46 +00:00
w32term.h
(w32_output): New fields menubar_widget, menubar_active,
1997-09-03 01:13:25 +00:00
w32xfns.c
(have_menus_p): Move to w32fns.c.
1997-09-03 01:14:17 +00:00
widget.c
Fix typo in comment.
1997-03-17 09:37:32 +00:00
widget.h
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
widgetprv.h
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
window.c
(window_display_table): Don't look inside buffer if its nil.
1998-03-20 05:11:27 +00:00
window.h
Change argument number of Fdisplay_buffer to 3.
1998-02-06 13:45:24 +00:00
x-list-font.c
(Fx_list_fonts): Fix Fnconc argument.
1997-07-12 06:49:45 +00:00
x11term.h
xdisp.c
(display_text_line): When handling selective > 0,
1998-04-12 06:45:08 +00:00
xfaces.c
(merge_face_list): New function.
1997-08-04 06:07:05 +00:00
xfns.c
(Fx_create_frame): Use "borderWidth", not "borderwidth",
1998-03-23 12:56:25 +00:00
xmenu.c
(popup_get_selection): On receiving a KeyPress event
1998-03-23 13:02:15 +00:00
xrdb.c
Include paths.h.
1997-08-16 21:47:25 +00:00
xscrollbar.h
xselect.c
(selection_data_to_lisp_data): Give
1998-04-02 00:25:47 +00:00
xselect.c.old
xterm.c
Use STRING_BYTES and SET_STRING_BYTES.
1998-03-21 07:06:14 +00:00
xterm.h
(struct x_output): New field has_been_visible.
1997-05-31 07:32:47 +00:00
XTests.c
XTests.h