summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (setup_coding_system): Setup coding->eol_type as LFKenichi Handa1997-04-161-0/+1
* Style of comments corrected.Richard M. Stallman1997-04-151-27/+69
* Update copyright year.Richard M. Stallman1997-04-152-2/+2
* (enum syntaxcode): New members Scomment_fence, Sstring_fence.Richard M. Stallman1997-04-151-14/+118
* (SYNTAX_ENTRY_VIA_PROPERTY): Set to take `syntax-table'Richard M. Stallman1997-04-151-101/+783
* (looking_at_1): Set re_match_object.Richard M. Stallman1997-04-151-297/+8
* (update_interval): New function declaration.Richard M. Stallman1997-04-151-0/+1
* (update_interval): New function.Richard M. Stallman1997-04-151-0/+39
* (Fdirectory_files): Set re_match_object.Richard M. Stallman1997-04-151-0/+1
* (Fmodify_category_entry): Delete second arg in call to make_sub_char_table.Karl Heuer1997-04-141-1/+1
* (MSDOS_OBJ): Add w16select.o.Eli Zaretskii1997-04-141-1/+2
* (SYMS_SYSTEM): Add `syms_of_win16select'.Eli Zaretskii1997-04-141-1/+1
* Initial revisionEli Zaretskii1997-04-141-0/+547
* (Fprimitive_undo): When inserting, always insertRichard M. Stallman1997-04-141-8/+6
* (adjust_markers): Don't be confused by the gapRichard M. Stallman1997-04-141-2/+18
* (DOWNCASE): Return int, not Lisp_Object.Karl Heuer1997-04-111-25/+28
* (Finsert_file_contents): Do call signal_after_changeRichard M. Stallman1997-04-111-2/+7
* (mallocobj): Make non-REL_ALLOC configuration workRichard M. Stallman1997-04-111-1/+1
* (read_key_sequence): New argument FIX_CURRENT_BUFFER.Richard M. Stallman1997-04-111-4/+16
* (read_minibuf): Get the string from the minibufferRichard M. Stallman1997-04-111-2/+4
* (internal_self_insert): Fix return value.Karl Heuer1997-04-101-1/+1
* (scmp, Fdisplay_completion_list): Fix Lisp_Object/integer confusion.Karl Heuer1997-04-101-6/+6
* (Fcombine_after_change_execute): Fix Lisp_Object/integer confusion.Karl Heuer1997-04-101-1/+2
* (expect_property_change): Fix Lisp_Object/integer confusion.Karl Heuer1997-04-101-1/+1
* (construct_menu_click, note_mouse_highlight, fast_find_position):Karl Heuer1997-04-101-5/+6
* (ccl_driver): Fix Lisp_Object/integer confusion.Karl Heuer1997-04-101-1/+1
* (Fmake_category_set): Use XSETFASTINT.Karl Heuer1997-04-101-1/+2
* (Ffind_coding_system): Don't use Lisp_Object as integer.Karl Heuer1997-04-101-2/+2
* (ONE_BYTE_CHAR_WIDTH, Fconcat_chars): Don't use Lisp_Object as integer.Karl Heuer1997-04-101-4/+4
* (delete_window): Don't return value from void function.Karl Heuer1997-04-101-6/+10
* (Fx_popup_menu): Don't use Lisp_Object as integer.Karl Heuer1997-04-101-3/+5
* (DISP_TABLE_P): Don't use Lisp_Object as integer.Karl Heuer1997-04-101-1/+1
* (display_text_line): Don't use Lisp_Object as integer.Karl Heuer1997-04-101-3/+4
* (Fframe_or_buffer_changed_p): Use EQ, not ==.Karl Heuer1997-04-101-1/+1
* (BSD_SYSTEM): Alternate definition for FreeBSD v3.Richard M. Stallman1997-04-101-0/+2
* (GETPGRP_NO_ARG): If Glibc 2.1 or later,Richard M. Stallman1997-04-091-0/+8
* (mallocobj): Don't add gmalloc if using glibc.Richard M. Stallman1997-04-091-4/+8
* Update copyright year.Richard M. Stallman1997-04-091-1/+1
* (DOUG_LEA_MALLOC): Add #undef.Richard M. Stallman1997-04-091-1/+4
* (malloc_get_state, malloc_set_state): New declarations.Richard M. Stallman1997-04-091-0/+24
* For glibc's malloc, include <malloc.h> for mallinfo,Richard M. Stallman1997-04-091-3/+39
* (init_casetab_once): Initialize the purpose slot.Richard M. Stallman1997-04-081-0/+1
* Last-minute changed for 3.75.1Paul D. Smith1997-04-071-2/+2
* Changes for make 3.75.1Paul D. Smith1997-04-071-4/+4
* (disp_char_vector): Extern it.Kenichi Handa1997-04-071-1/+3
* (Vhighlight_wrong_size_font, Vclip_large_size_font):Kenichi Handa1997-04-071-0/+13
* (Vhighlight_wrong_size_font, Vclip_large_size_font): Extern them.Kenichi Handa1997-04-071-0/+2
* (lisp, shortlisp): Include english.elc and tibetan.elc.Kenichi Handa1997-04-071-0/+4
* (Fmake_char_table): Adjusted for the new structure ofKenichi Handa1997-04-071-2/+18
* (describe_vector): Adjusted for the new structure of Lisp_Char_Table.Kenichi Handa1997-04-071-37/+65