1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
emacs/src
Gerd Moellmann 9aa9574988 (set_frame_size): Set flags_area_extra to
FRAME_FLAGS_AREA_WIDTH instead of 2 * that width.
(EmacsFrameSetCharSize): Ditto.
1999-08-30 23:14:26 +00:00
..
m Use unexelf for IRIX 5.*. 1999-08-25 16:15:06 +00:00
s (C_SWITCH_SYSTEM): Added to let configure find headers 1999-08-30 22:50:53 +00:00
.gdbinit (xstring): Handle unibyte strings. 1998-05-10 01:13:11 +00:00
abbrev.c (Fdefine_abbrev): Doc fix. 1999-05-18 04:47:26 +00:00
acldef.h
alloc.c Include <stdlib.h> if available. 1999-08-30 16:18:30 +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 (reinvoke_input_signal): Don't use prototype decl. 1998-04-28 02:33:19 +00:00
buffer.c (set_buffer_internal): Set windows_or_buffers_changed 1999-08-23 00:11:36 +00:00
buffer.h (BUF_COMPUTE_UNCHANGED): New. 1999-08-23 00:11:39 +00:00
bytecode.c Include charset.h. 1998-11-16 01:17:06 +00:00
callint.c (Fcall_interactively): Ignore first element of 1999-07-01 15:02:43 +00:00
callproc.c Use stdlib.h. 1999-08-18 13:10:52 +00:00
casefiddle.c (casify_object): Use make_multibyte_string 1999-06-24 18:01:32 +00:00
casetab.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
category.c (word_boundary_p): If C1 or C2 are composite 1998-11-24 03:52:08 +00:00
category.h (CATEGORY_SET): Adjusted for the change of cmpchar_component. 1998-11-10 00:24:40 +00:00
ccl.c (ccl_driver) <CCL_Call>: Now CCL program ID to call may be 1999-07-26 11:56:28 +00:00
ccl.h (setup_ccl_program): The type is changed to `int'. 1999-07-26 11:55:53 +00:00
charset.c (non_ascii_char_to_string): Handle modifier bits as 1999-08-13 12:54:08 +00:00
charset.h (BCOPY_SHORT): Fix typo `unsigined'. 1999-08-10 17:30:22 +00:00
chpdef.h
cm.c Revert previous change. 1999-08-20 16:57:43 +00:00
cm.h Update return types of declarations. 1998-04-14 12:34:43 +00:00
cmds.c Remove conditional compilation on NO_PROMPT_IN_BUFFER. 1999-08-21 19:29:47 +00:00
coding.c (code_convert_region): Compute beg/end_unchanged per 1999-08-23 00:11:40 +00:00
coding.h Include "ccl.h" instead of "../src/ccl.h". 1999-08-23 10:43:51 +00:00
commands.h (Vthis_command): Renamed from this_command. 1998-08-09 21:55:27 +00:00
config.in Add HAVE_TERMCAP_H. 1999-08-18 13:23:38 +00:00
convexos.h
d.el Initial revision 1998-04-18 01:29:57 +00:00
data.c (Fdefalias): Call Ffset instead of duplicating code. 1999-07-30 15:46:56 +00:00
dired.c (directory_files_internal, Fdirectory_files_and_attributes, 1999-08-06 20:40:10 +00:00
dispextern.h (WINDOW_DISPLAY_PIXEL_WIDTH): Subtract 1999-08-30 23:14:22 +00:00
dispnew.c (mode_line_string): Add FRAME_LEFT_FLAGS_AREA_WIDTH 1999-08-30 23:14:23 +00:00
disptab.h Add prototypes. Remove declaration of obsolete 1997-11-21 14:46:31 +00:00
doc.c (get_doc_string): When UNIBYTE and DEFINITION are 0, 1999-04-06 19:50:49 +00:00
doprnt.c Use stdlib.h, unistd.h. 1999-08-18 13:14:37 +00:00
dosfns.c (msdos_stdcolor_name): Remove const from return value. 1999-08-10 10:29:20 +00:00
dosfns.h (msdos_stdcolor_name): Remove const from return value. 1999-08-10 10:29:20 +00:00
editfns.c Remove conditional compilation on NO_PROMPT_IN_BUFFER. 1999-08-21 19:29:11 +00:00
emacs.c Include <stdlib.h> if available. 1999-08-30 16:18:30 +00:00
environ.c
epaths.in (PATH_X_DEFAULTS): New macro. 1997-08-16 18:32:17 +00:00
eval.c (Fsignal): Don't reset redisplaying_p here. 1999-08-17 22:44:44 +00:00
fileio.c Include <stdlib.h> if available. 1999-08-30 16:18:30 +00:00
filelock.c Use stdlib.h. 1999-08-18 13:10:52 +00:00
firstfile.c Initial revision 1997-09-07 05:14:46 +00:00
floatfns.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
fns.c (QCweakness): Replaces QCweak. 1999-08-30 21:05:30 +00:00
fontset.c (Fset_fontset_font): Fix previous change. 1999-04-12 01:26:06 +00:00
fontset.h (FONT_INFO_ID): Build an ID from a font_info pointer. 1999-07-21 21:43:52 +00:00
frame.c Call change_frame_size and do_pending_window_change with 1999-08-21 19:29:38 +00:00
frame.h (FRAME_WINDOW_WIDTH_ARG): Add in FRAME_FLAGS_AREA_COLS 1999-08-30 23:14:25 +00:00
getloadavg.c * Fix memory leaks, fd leaks, and some long-standing bugs recognizing when 1999-07-20 22:34: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 Remove conditional compilation on NO_PROMPT_IN_BUFFER. 1999-08-21 19:29:47 +00:00
indent.h (toplevel): Add function prototypes. 1999-07-21 21:43:52 +00:00
insdel.c (gap_left): Use BUF_COMPUTE_UNCHANGED. 1999-08-23 00:11:45 +00:00
intervals.c Comment changes. 1999-07-01 14:16:44 +00:00
intervals.h Add function prototypes. 1999-07-21 21:43:52 +00:00
ioctl.h
keyboard.c (command_loop_1): Set beg/end_unchanged per 1999-08-23 00:11:47 +00:00
keyboard.h (POSN_STRING): New. 1999-07-21 21:43:52 +00:00
keymap.c (get_keymap_1, get_keyelt): Check the type of OBJECT 1999-07-30 14:37:30 +00:00
lastfile.c Include config.h to pick up data layout pragmas. 1999-01-17 19:16:08 +00:00
line.h
lisp.h Add declarations for some functions. 1999-08-30 16:06:22 +00:00
lread.c (read_escape): For Control modifier, pay attention to 1999-08-13 12:54:36 +00:00
mach2.h
macros.c (Fexecute_kbd_macro): Save real_this_command. 1999-03-30 18:02:13 +00:00
macros.h Declare finalize_kbd_macro_chars and 1997-11-21 13:24:40 +00:00
Makefile.in (LIBTIFF): Use -ltiff instead of -ltiff34 1999-08-07 16:01:17 +00:00
makefile.nt ($(BLD)\w32term.obj): Add dependency on w32heap.h. 1999-05-02 10:11:35 +00:00
marker.c (Fcopy_marker): Make return from wrong_type_argument 1998-07-12 19:13:45 +00:00
mem-limits.h (get_lim_data): Use reserved_heap_size instead of 1999-01-17 19:18:38 +00:00
minibuf.c Remove conditional compilation on 1999-08-21 19:30:16 +00:00
mktime.c automatically generated from GPLed version 1998-04-14 00:02:53 +00:00
mocklisp.c (Fml_if): Initialize val. 1998-04-17 01:49:33 +00:00
mocklisp.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
msdos.c (IT_set_face): Abort if the default face is not realized 1999-08-10 10:43:12 +00:00
msdos.h Remove redundant declarations (most of them are now in 1999-07-30 08:08:43 +00:00
ndir.h (MAXNAMLEN) [WINDOWSNT]: Define as 255. 1994-11-01 08:24:29 +00:00
old-ralloc.c
param.h
point.h
pre-crt0.c
prefix-args.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
print.c Remove conditional compilation on `standalone'. 1999-08-21 19:30:21 +00:00
process.c Call change_frame_size and do_pending_window_change with 1999-08-21 19:30:35 +00:00
process.h (struct process): Make inherit_coding_system_flag a Lisp_Object. 1998-04-29 21:47:23 +00:00
puresize.h (BASE_PURESIZE): Increased. 1999-07-21 21:43:52 +00:00
ralloc.c (relinquish): When returning memory to the system, 1997-09-27 16:01:00 +00:00
regex.c [emacs]: Handle character classes for multibyte chars: 1999-08-29 20:38:11 +00:00
regex.h (RE_TRANSLATE_P): New macro. 1998-04-15 10:32:29 +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 Rewritten. 1999-07-21 21:43:52 +00:00
search.c (compile_pattern_1): Enable RE_CHAR_CLASSES for regexp. 1999-08-29 20:40:00 +00:00
sink.h
sink11.h
sink11mask.h
sinkmask.h
sol2-2.h
sound.c New file. 1999-07-21 21:43:52 +00:00
strftime.c (underlying_strftime): 1998-09-25 21:40:23 +00:00
sunfns.c (syms_of_sunfns): Pass new arg to make_pure_string. 1998-03-21 18:07:27 +00:00
syntax.c (lisp_parse_state, back_comment, Fmodify_syntax_entry) 1999-08-29 21:32:52 +00:00
syntax.h (SYNTAX_COMMENT_NESTED, SYNTAX_FLAGS_COMMENT_NESTED): 1999-08-29 21:33:09 +00:00
sysdep.c Include <stdlib.h> if available. Declare errno only if it is not a macro. 1999-08-30 16:19:57 +00:00
sysselect.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
syssignal.h Declare init_signals and add prototypes. 1998-05-04 09:24:30 +00:00
systime.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
systty.h [__GLIBC__ >= 2]: Check __FAVOR_BSD instead of 1999-01-04 12:10:38 +00:00
syswait.h Replaced symbol BSD with BSD_SYSTEM. 1996-09-17 03:43:54 +00:00
term.c (produce_glyphs): Set iterator's physical height 1999-08-06 13:59:39 +00:00
termcap.c (tgetst1): Supprt EBCDIC systems. 1998-08-18 20:58:45 +00:00
termchar.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
termhooks.h (scroll_bar_end_scroll): New. 1999-07-21 21:43:52 +00:00
terminfo.c Use lisp.h 1999-08-18 13:17:06 +00:00
termopts.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
textprop.c (text_property_list): New. 1999-07-21 21:43:52 +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 Fix -Wimplicit warnings. 1998-04-14 12:25:56 +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 [COFF]: New variable coff_offset. 1998-06-29 22:54:28 +00:00
unexelf.c Merge IRIX debugging info patch from unexsgi.c 1999-08-25 16:15:29 +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 (unexec): Dump the .rodata section from memory 1999-06-13 22:48:46 +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 (get_section_info) [_ALPHA_]: Force as much bss data 1999-06-03 21:00:10 +00:00
vlimit.h
vm-limit.c (memory_warnings) [WINDOWSNT]: Reset lim_data on each 1999-02-20 20:50:20 +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 (get_clipboard_data): Always stop at the first null byte. 1999-03-03 14:51:07 +00:00
w32.c (stat): Check for directory ending in separator when 1999-08-06 20:40:36 +00:00
w32.h (FILE_SEND_SIGCHLD): New macro. 1998-04-17 05:07:51 +00:00
w32bdf.c (clear_cached_bitmap_slots): Remove. 1999-06-13 17:49:12 +00:00
w32bdf.h Merged patches from Meadow. 1999-03-17 22:03:43 +00:00
w32console.c (w32_use_full_screen_buffer): New variable. 1999-07-09 13:38:11 +00:00
w32faces.c (Qmouse_face): Replace definition with extern decl. 1998-11-04 01:26:24 +00:00
w32fns.c (x_set_frame_parameters): Set foreground and 1999-08-16 18:32:29 +00:00
w32gui.h Include w32bdf.h. 1999-01-22 19:58:10 +00:00
w32heap.c w32heap.c (osinfo_cache): New variable. 1999-06-24 22:05:35 +00:00
w32heap.h w32heap.h (osinfo_cache): Declare. 1999-06-24 22:05:46 +00:00
w32inevt.c (w32_console_read_socket): Use new variable w32_use_full_screen_buffer. 1999-07-09 13:36:55 +00:00
w32inevt.h (w32_console_mouse_position, w32_console_read_socket): 1998-04-29 04:36:27 +00:00
w32menu.c (add_menu_item): Draw menu items like titles if call_data is 0. 1998-07-13 19:54:15 +00:00
w32proc.c (sys_select): Call MsgWaitForMultipleObjects instead 1999-07-01 19:47:32 +00:00
w32reg.c (w32_get_string_resource): Check for name in current 1999-05-02 10:28:55 +00:00
w32select.c (Fw32_set_clipboard_data): Undo last change to add 1999-05-02 10:30:22 +00:00
w32term.c (x_bitmap_icon): New function. 1999-08-10 17:33:38 +00:00
w32term.h (drain_message_queue): Add extern. 1999-07-01 19:48:19 +00:00
w32xfns.c (drain_message_queue): New function. 1999-07-01 19:48:55 +00:00
widget.c (set_frame_size): Set flags_area_extra to 1999-08-30 23:14:26 +00:00
widget.h (x_set_font): Don't call face-set-after-frame-default 1999-07-21 21:43:52 +00:00
widgetprv.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
window.c (Frecenter): Clear frame if called with nil or no arg. 1999-08-25 21:12:38 +00:00
window.h (beg_unchanged, end_unchanged, unchanged_modified, 1999-08-23 00:11:54 +00:00
x-list-font.c (Fx_list_fonts): Access frame parameters throught 1998-10-21 11:50:56 +00:00
x11term.h
xdisp.c (resize_mini_window): Don't resize if 1999-08-25 21:12:40 +00:00
xfaces.c (Qmargin): Replacement for Qbitmap_area. 1999-08-24 19:25:02 +00:00
xfns.c Include <stdlib.h> if available, and declare abort only if not. Include 1999-08-30 16:10:03 +00:00
xmenu.c Use stdlib.h. 1999-08-18 13:10:52 +00:00
xrdb.c (x_load_resources): Set double-click time defaults 1999-07-21 21:43:52 +00:00
xscrollbar.h
xselect.c (x_handle_selection_clear): Don't clear the 1999-01-24 20:06:34 +00:00
xselect.c.old
xterm.c (expose_window_tree): Fix typo CANON_Y_UNIT to 1999-08-24 19:25:11 +00:00
xterm.h (struct x_output): Add scroll bar pixel colors, busy_cursor, 1999-07-21 21:43:52 +00:00
XTests.c
XTests.h