summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (x_set_mouse_color): Fix previous change.Richard M. Stallman1997-05-051-1/+1
* (x_reply_selection_request): Delete the innerRichard M. Stallman1997-05-051-3/+0
* (x_set_mouse_color): Update calls to x_catch_errorsRichard M. Stallman1997-05-031-2/+3
* (x_set_scroll_bar_width): If arg is too small, round it up.Richard M. Stallman1997-05-031-2/+2
* (Fdisplay_buffer): If we give up and try other frames,Richard M. Stallman1997-05-031-0/+7
* (x_reply_selection_request): Fix previous change.Richard M. Stallman1997-05-011-1/+1
* (x_real_positions, x_set_mouse_color, Fx_list_fonts):Richard M. Stallman1997-05-011-11/+13
* (x_own_selection, x_reply_selection_request)Richard M. Stallman1997-05-011-16/+16
* (XTmouse_position, x_term_init):Richard M. Stallman1997-05-011-125/+159
* (init_lread): Don't add ../lisp to the dump-time load path.Richard M. Stallman1997-04-301-4/+6
* (read_process_output): Update opoint, old_begv and old_zvRichard M. Stallman1997-04-301-19/+25
* (Fexpand_file_name): Check length > 0 when necessary.Richard M. Stallman1997-04-291-1/+1
* (skip_chars): Fix previous change in syntax/backward case.Richard M. Stallman1997-04-281-4/+8
* (Fsubstitute_in_file_name): Use xnm uniformly, never nm,Richard M. Stallman1997-04-271-1/+1
* Comment change.Richard M. Stallman1997-04-271-0/+4
* 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