1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 15:00:45 -08:00
emacs/src
Kenichi Handa 55ab7be3ac (Fdecode_sjis_char): Decode Japanese Katakana character
correctly.
(Fencode_sjis_char): Encode Japanese Katakana character correctly.
1999-01-14 01:20:35 +00:00
..
m (LIBS_MACHINE): Leave this blank if irix6.5. 1998-12-16 21:43:35 +00:00
s [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it. 1999-01-02 00:10:53 +00:00
.gdbinit (xstring): Handle unibyte strings. 1998-05-10 01:13:11 +00:00
abbrev.c Include charset.h. 1998-11-16 01:17:06 +00:00
acldef.h
alloc.c (MMAP_MAX_AREAS): New macro. 1999-01-02 00:10:26 +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 (syms_of_buffer): Doc fix. 1998-11-24 09:01:32 +00:00
buffer.h (inhibit_modification_hooks): Extern it. 1998-10-08 06:45:36 +00:00
bytecode.c Include charset.h. 1998-11-16 01:17:06 +00:00
callint.c (Fcall_interactively) <'C'>: Give Fread_char Qnil 1998-12-22 06:06:48 +00:00
callproc.c Include "ccl.h". 1998-12-15 04:35:38 +00:00
casefiddle.c (casify_object): Use make_string instead of 1998-10-17 01:58:01 +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_SUCCESS): Don't set ccl->ic. 1998-12-15 04:35:38 +00:00
ccl.h (ccl_spec): New member valid_codes. 1998-08-02 01:06:57 +00:00
charset.c (Ffind_charset_region): Fix doc typo. 1999-01-02 20:00:29 +00:00
charset.h (find_charset_in_str): Update declaration. 1998-12-15 04:35:38 +00:00
chpdef.h
cm.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
cm.h Update return types of declarations. 1998-04-14 12:34:43 +00:00
cmds.c (internal_self_insert): If C has modifier bits, insert 1998-11-26 08:12:12 +00:00
coding.c (Fdecode_sjis_char): Decode Japanese Katakana character 1999-01-14 01:20:35 +00:00
coding.h (struct coding_system): New member composed_chars. 1998-09-26 04:20:48 +00:00
commands.h (Vthis_command): Renamed from this_command. 1998-08-09 21:55:27 +00:00
config.in (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE. 1998-05-25 20:15:45 +00:00
convexos.h
d.el Initial revision 1998-04-18 01:29:57 +00:00
data.c (set_internal): For built-in maybe-local vars, 1998-10-31 23:39:42 +00:00
dired.c (Fdirectory_files): If MATCH is non-nil, decode filenames 1998-08-06 05:38:11 +00:00
dispextern.h Add more prototypes. 1998-04-14 12:33:47 +00:00
dispnew.c (Fredraw_frame): Don't erase frame or its glyph records 1998-06-01 03:12:04 +00:00
disptab.h Add prototypes. Remove declaration of obsolete 1997-11-21 14:46:31 +00:00
doc.c (Fdocumentation): Change the doc string for prefix 1998-12-21 09:59:30 +00:00
doprnt.c (doprnt1): Fix char signedness mismatches. 1998-06-01 03:32:00 +00:00
dosfns.c (dos_cleanup): Flush and fsync the termscript stream. 1998-12-03 09:41:09 +00:00
dosfns.h Declare Vdos_windows_version. 1997-10-13 16:29:00 +00:00
editfns.c (Fstring_to_char): Don't return a multibyte character 1998-11-06 00:44:16 +00:00
emacs.c (main) [DOUG_LEA_MALLOC]: Don't call r_alloc_reinit. 1999-01-02 21:53:05 +00:00
environ.c
epaths.in (PATH_X_DEFAULTS): New macro. 1997-08-16 18:32:17 +00:00
eval.c (find_handler_clause): If SIG is nil (memory full error), 1999-01-11 18:09:31 +00:00
fileio.c (Finsert_file_contents): Even if INSERTED is zero, if 1998-12-15 04:35:38 +00:00
filelock.c (get_boot_time): Scan the whole wtmp file 1998-05-18 00:17:38 +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 (Frequire): Don't fail to unbind bindings. 1999-01-06 23:55:31 +00:00
fontset.c Include frame.h before fontset.h. 1998-10-21 11:50:56 +00:00
fontset.h (list_fonts_func): Fix prototype. 1998-10-21 11:50:56 +00:00
frame.c (Fset_mouse_position): Doc fix. 1998-11-22 17:23:36 +00:00
frame.h Comment changes. 1998-04-28 23:39:57 +00:00
getloadavg.c Checkpoint changes. Bug fixes, mostly. 1998-10-03 05:40:15 +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 Put sys/signal.h and errno.h first, then config.h. 1994-06-15 03:45:54 +00:00
indent.c (MULTIBYTE_BYTES_WIDTH): Check validity of a multibyte character. 1998-11-06 00:44:16 +00:00
indent.h (struct position): New field bytepos. 1998-01-01 02:40:05 +00:00
insdel.c (del_range_1): Call signal_after_change. 1999-01-11 11:42:52 +00:00
intervals.c (create_root_interval): Initialize position to 0 1998-06-03 14:44:21 +00:00
intervals.h Add more prototypes. 1998-04-14 12:33:47 +00:00
ioctl.h
keyboard.c (read_key_sequence): In key-translation-map and 1999-01-11 15:30:06 +00:00
keyboard.h (parse_modifiers): Declare prototype. 1998-12-02 23:00:02 +00:00
keymap.c (Fdefine_prefix_command): Accept a third argument NAME 1998-12-31 13:16:45 +00:00
lastfile.c * lastfile.c (_my_endbss, my_endbss_static): New variables. 1998-04-17 05:25:35 +00:00
line.h
lisp.h Delete #if 0 old definitions. 1999-01-03 16:36:41 +00:00
lread.c (Fread_char): Change the meaning of the second argument. 1998-12-22 06:06:48 +00:00
mach2.h
macros.c (Fexecute_kbd_macro): Set real_this_command. 1998-10-12 20:03:15 +00:00
macros.h Declare finalize_kbd_macro_chars and 1997-11-21 13:24:40 +00:00
Makefile.in (msdos.o): Depend on termchar.h, charset.h, coding.h, and disptab.h 1998-12-06 15:55:59 +00:00
makefile.nt Do string comparision of _NMAKE_VER. 1998-12-08 23:56:14 +00:00
marker.c (Fcopy_marker): Make return from wrong_type_argument 1998-07-12 19:13:45 +00:00
mem-limits.h Replaced symbol BSD with BSD_SYSTEM. 1996-09-17 03:43:54 +00:00
minibuf.c Fix previous change. 1998-10-13 23:54:54 +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_write_glyphs): Move constant expression out of the loop. 1999-01-06 10:08:24 +00:00
msdos.h [!HAVE_X_WINDOWS]: Add a dummy typedef for XRectangle 1998-04-27 14:15:07 +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 (Qtemp_buffer_setup_hook): New variable. 1999-01-11 15:26:11 +00:00
process.c (read_process_output): Decide the multibyteness of 1998-12-22 06:06:48 +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): Increment to 500000. 1999-01-11 15:27:08 +00:00
ralloc.c (relinquish): When returning memory to the system, 1997-09-27 16:01:00 +00:00
regex.c (re_compile_fastmap): Do something similar to the 1998-12-30 20:44:39 +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 Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
search.c (search_buffer): Fix previous change. 1999-01-06 22:46:20 +00:00
sink.h
sink11.h
sink11mask.h
sinkmask.h
sol2-2.h
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 (syms_of_syntax): Fix the setup of Qscan_error. 1998-10-20 20:56:18 +00:00
syntax.h (SYNTAX_ENTRY_INT): For a composite character, check 1998-11-16 01:17:06 +00:00
sysdep.c [nec_ews_svr4]: Extern *_sobuf. 1998-11-04 10:53:14 +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 (encode_terminal_code): Handle raw 8-bit codes correctly. 1998-09-28 11:52:53 +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 termhooks.h (event_kind) [WINDOWSNT]: Define 1998-12-02 23:00:14 +00:00
terminfo.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
termopts.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
textprop.c (Qmouse_face): Variable definition moved here. 1998-11-18 01:38:14 +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 (unexec): Check for section names end and edata with no underscore. 1998-08-10 02:35:54 +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 (_start): Force system calls accessing unmounted devices to fail 1998-12-28 19:28:19 +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 (set_clipboard_data): Terminate the text with a null 1999-01-06 10:14:25 +00:00
w32.c (w32_get_long_filename): Handle root dirs correctly. 1998-12-10 05:43:07 +00:00
w32.h (FILE_SEND_SIGCHLD): New macro. 1998-04-17 05:07:51 +00:00
w32console.c (initialize_w32_display): Use buffer coords 1998-10-30 04:22:31 +00:00
w32faces.c (Qmouse_face): Replace definition with extern decl. 1998-11-04 01:26:24 +00:00
w32fns.c (w32_msg_pump): Ignore WM_NULL message posted to thread 1998-12-28 19:42:26 +00:00
w32gui.h Update include conditionals to use new name. 1997-01-20 01:10:38 +00:00
w32heap.c (allocate_heap): Define NTHEAP_PROBE_BASE by default. 1998-09-02 05:25:38 +00:00
w32heap.h * w32heap.h (w32_fatal_reload_error): Declare. 1998-04-17 05:09:06 +00:00
w32inevt.c (key_event): Use Vw32_phantom_key_code. Undo the 1998-12-02 23:54:14 +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 (Vw32_start_process_inherit_error_mode): New variable. 1998-12-28 19:33:57 +00:00
w32reg.c Change identifiers of the form win32* to w32*. 1996-11-19 04:59:23 +00:00
w32select.c (Fw32_set_clipboard_data): Call find_charset_in_str 1998-12-15 04:35:38 +00:00
w32term.c (x_iconify_frame): Wait for frame to be iconified; do 1998-12-28 19:43:05 +00:00
w32term.h (FONT_MAX_WIDTH): New macro. 1998-12-03 00:06:26 +00:00
w32xfns.c Include charset.h and fontset.h. 1998-10-20 22:16:48 +00:00
widget.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +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 (temp_output_buffer_show): Around temp-buffer-show-hook, 1998-11-17 16:27:02 +00:00
window.h (WINDOW_RIGHT_MARGIN): Don't subtract 1 from width when there are no 1998-05-04 20:14:36 +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 (message_dolog): Use insert_1_both to avoid running any 1999-01-11 11:42:52 +00:00
xfaces.c (Qmouse_face): Replace definition with extern decl. 1998-11-18 01:40:17 +00:00
xfns.c (Qouter_window_id): New variable. 1998-12-02 18:06:37 +00:00
xmenu.c (single_submenu) [! HAVE_MULTILINGUAL_MENU]: Make 1998-09-22 10:33:09 +00:00
xrdb.c Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
xscrollbar.h
xselect.c (lisp_data_to_selection_data): Call find_charset_in_str 1998-12-15 04:35:38 +00:00
xselect.c.old
xterm.c (dumpglyphs): Don't convert 7-bit ASCII characters via 1998-12-21 16:09:29 +00:00
xterm.h x_display_unibyte_char_with_fontset renamed to 1998-08-15 23:00:07 +00:00
XTests.c
XTests.h