aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix previous change.Richard M. Stallman1997-04-271-2/+2
* (x_destroy_window): Free saved_menu_event, if any.Richard M. Stallman1997-04-271-0/+3
* (Fdelete_frame): Free FRAME_MESSAGE_BUF.Richard M. Stallman1997-04-271-0/+2
* (get_user_app): Free the gethomedir value.Richard M. Stallman1997-04-271-5/+10
* (reset_buffer): Initialize clip_changed field.Richard M. Stallman1997-04-261-0/+2
* (skip_chars): Merge mule changes back in.Richard M. Stallman1997-04-251-20/+165
* (sort_args): Free the malloc'd memory.Richard M. Stallman1997-04-251-0/+4
* (Fwrite_region): GCPRO `start' near the beginning.Richard M. Stallman1997-04-251-1/+1
* (x_set_menu_bar_lines): Increment windows_or_buffers_changed.Richard M. Stallman1997-04-251-0/+3
* (set_frame_menubar): When widget is new, forget records of old contents.Richard M. Stallman1997-04-251-0/+5
* (frame_allow_splitting): New variable.Richard M. Stallman1997-04-231-1/+10
* (x_set_offset): Turn off the code that added the border_widthRichard M. Stallman1997-04-201-3/+6
* (describe_vector): Test for suppressed commands inRichard M. Stallman1997-04-191-2/+3
* (Faccessible_keymaps): Convert PREFIX to a vectorRichard M. Stallman1997-04-191-1/+20
* (print): Symbols like e2 and 2e are not confusing.Richard M. Stallman1997-04-181-1/+11
* Comment change.Richard M. Stallman1997-04-181-1/+1
* (Fexpand_file_name): Fix expansion of "/foo/../".Richard M. Stallman1997-04-181-1/+2
* automatically generated from GPLed versionPaul Eggert1997-04-181-0/+1055
* (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