| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (ensure_echo_area_buffers): New. | Gerd Moellmann | 1999-11-14 | 2 | -8/+27 |
| | | | | | | (with_echo_area_buffer): Use it. (setup_echo_area_for_printing): Ditto. | ||||
| * | *** empty log message *** | Gerd Moellmann | 1999-11-13 | 1 | -0/+4 |
| | | |||||
| * | (indicate-empty-lines): Doc-fix. | Gerd Moellmann | 1999-11-13 | 1 | -1/+3 |
| | | |||||
| * | (term_init): If "op" isn't available, don't support color | Gerd Moellmann | 1999-11-12 | 2 | -9/+18 |
| | | | | | | because we can't switch back to the default foreground and background. | ||||
| * | *** empty log message *** | Gerd Moellmann | 1999-11-12 | 1 | -0/+5 |
| | | |||||
| * | (Fdocumentation_property): Remove GCPRO because | Gerd Moellmann | 1999-11-12 | 1 | -7/+1 |
| | | | | | Fsubstitute_command_keys gcpro's the string. | ||||
| * | (Ftranslate_region): Check the buffer multibyteness. | Kenichi Handa | 1999-11-12 | 1 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 1999-11-12 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 1999-11-11 | 1 | -0/+6 |
| | | |||||
| * | Remove USE_TEXT_PROPERTIES. | Gerd Moellmann | 1999-11-11 | 15 | -134/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 1999-11-10 | 1 | -0/+10 |
| | | |||||
| * | (QCuser_data): Removed. | Gerd Moellmann | 1999-11-10 | 1 | -30/+15 |
| | | | | | | | | | | (syms_of_xfns): Initialization of QCuser_data removed. (parse_image_spec): Don't handle :user-data specially. Allow unknown keys. Remove parameter ALLOW_OTHER_KEYS. (xbm_image_p, xbm_load, xpm_image_p, pbm_image_p, png_image_p) (tiff_image_p, jpeg_image_p, gif_image_p, gs_image_p): Call parse_image_spec accordingly. | ||||
| * | *** empty log message *** | Richard M. Stallman | 1999-11-09 | 1 | -0/+29 |
| | | |||||
| * | (Fforward_word): Handle fields even if would have hit | Richard M. Stallman | 1999-11-09 | 1 | -9/+7 |
| | | | | | an edge of the buffer. Return nil if affected by fields. | ||||
| * | (Fbeginning_of_line): Doc fix. | Richard M. Stallman | 1999-11-09 | 1 | -2/+8 |
| | | | | | (Fend_of_line): Doc fix. | ||||
| * | (Fline_beginning_position): If N is not 1, | Richard M. Stallman | 1999-11-09 | 1 | -60/+57 |
| | | | | | | | | | | | | | | | pass t to Fconstrain_to_field for ESCAPE-FROM-EDGE. (preceding_pos): Function deleted. (text_property_stickiness): Decrement POS directly. Fix a confusion that used PT instead of POS. (find_field): Properly handle the case of a field boundary where `field' inherits from neither side. (Ffield_beginning, Ffield_end): Doc fixes. (Ferase_field, Ffield_string, Ffield_string_no_properties): Doc fixes. | ||||
| * | * bytecode.c (Fbyte_code) <BinsertN, Bcall>: Do the | Gerd Moellmann | 1999-11-08 | 2 | -23/+55 |
| | | | | | BEFORE_POTENTIAL_GC before DISCARD. | ||||
| * | (Fgarbage_collect): Call unmark_byte_stack. | Gerd Moellmann | 1999-11-07 | 2 | -1/+9 |
| | | |||||
| * | Add prototype for unmark_byte_stack. | Gerd Moellmann | 1999-11-07 | 1 | -1/+1 |
| | | |||||
| * | (mark_byte_stack): Use XMARKBIT and XMARK. | Gerd Moellmann | 1999-11-07 | 1 | -12/+34 |
| | | | | | | (unmark_byte_stack): Renamed from relocate_byte_pcs. Use XUNMARK. | ||||
| * | Remove conditional computation on USE_TEXT_PROPERTIES. | Gerd Moellmann | 1999-11-07 | 2 | -12/+11 |
| | | | | | | (resize_mini_window): Fix computation of needed mini-window height. | ||||
| * | Remove conditional compilation on USE_TEXT_PROPERTIES. | Gerd Moellmann | 1999-11-07 | 4 | -46/+3 |
| | | |||||
| * | Use block statements in cases and declare v1 and v2 | Gerd Moellmann | 1999-11-07 | 2 | -298/+526 |
| | | | | | | | locally there. Rearrange case statements so that thos most frequently executed come first. Avoid goto's in frequently executed cases. | ||||
| * | *** empty log message *** | Gerd Moellmann | 1999-11-05 | 1 | -1/+4 |
| | | |||||
| * | (Fbyte_code): Use BEFORE_POTENTIAL_GC and | Gerd Moellmann | 1999-11-05 | 1 | -0/+2 |
| | | | | | AFTER_POTENTIAL_GC around internal_catch. | ||||
| * | Add prototypes for new functions in bytecode.c. | Gerd Moellmann | 1999-11-05 | 1 | -0/+3 |
| | | | | | Add extern declaration for byte_stack_list. | ||||
| * | (struct catchtag): Add member byte_stack. | Gerd Moellmann | 1999-11-05 | 2 | -0/+26 |
| | | | | | | | | (internal_catch, Fcondition_case, internal_condition_case) (internal_condition_case_1: Save value of byte_stack_list in catchtag. (unwind_to_catch): Restore byte_stack_list from catchtag. | ||||
| * | (Fgarbage_collect): Call mark_byte_stack and | Gerd Moellmann | 1999-11-05 | 1 | -0/+4 |
| | | | | | | relocate_byte_pcs. (init_alloc_once, init_alloc): Set byte_stack_list to null. | ||||
| * | (struct byte_stack): New. | Gerd Moellmann | 1999-11-05 | 1 | -67/+158 |
| | | | | | | | | | (byte_stack_list, mark_byte_stack, relocate_byte_pcs): New (BEFORE_POTENTIAL_GC, AFTER_POTENTIAL_GC): New. (FETCH, PUSH, POP, DISCARD, TOP, MAYBE_GC): Rewritten. (HANDLE_RELOCATION): Removed. (Fbyte_code): Use byte_stack structures. | ||||
| * | *** empty log message *** | Gerd Moellmann | 1999-11-05 | 1 | -0/+2 |
| | | |||||
| * | (Ffile_locked_p): Make FILENAME a required argument. | Gerd Moellmann | 1999-11-05 | 1 | -1/+1 |
| | | |||||
| * | * buffer.c (syms_of_buffer): Extend documentation of | Gerd Moellmann | 1999-11-05 | 2 | -0/+7 |
| | | | | | mode-line-format. | ||||
| * | *** empty log message *** | Gerd Moellmann | 1999-11-04 | 1 | -0/+7 |
| | | |||||
| * | (do_completion, Fminibuffer_complete_word): Use | Gerd Moellmann | 1999-11-04 | 1 | -3/+3 |
| | | | | | Ferase_field instead of Fdelete_field. | ||||
| * | (Fdelete_field): Renamed from Ferase_field. | Gerd Moellmann | 1999-11-04 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 1999-11-04 | 1 | -2/+8 |
| | | |||||
| * | *** empty log message *** | Dave Love | 1999-11-04 | 1 | -1/+0 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 1999-11-03 | 1 | -0/+7 |
| | | |||||
| * | (Finternal_show_cursor): Change it to set the | Gerd Moellmann | 1999-11-03 | 1 | -18/+27 |
| | | | | | | | cursor on/off, not toggle its state. (Finternal_show_cursor_p): New. (syms_of_display): Defsubr Sinternal_show_cursor_p. | ||||
| * | (split_non_ascii_string): Define return value. | Dave Love | 1999-11-03 | 2 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 1999-11-03 | 1 | -0/+20 |
| | | |||||
| * | (string_to_object): New. | Gerd Moellmann | 1999-11-03 | 2 | -24/+117 |
| | | | | | | | (read_minibuf_noninteractive): New. (read_minibuf): Call read_minibuf_noninteractive if noninteractive. Use string_to_object. | ||||
| * | *** empty log message *** | Gerd Moellmann | 1999-11-02 | 1 | -0/+4 |
| | | |||||
| * | (Fdocumentation_property): Fix bug bypassing UNGCPRO. | Gerd Moellmann | 1999-11-02 | 1 | -1/+1 |
| | | |||||
| * | Use SIGCHLD, not SIGCLD (not in glibc 2.1). | Dave Love | 1999-11-02 | 2 | -2/+5 |
| | | |||||
| * | Undo last change and define _GNU_SOURCE before config.h. | Dave Love | 1999-11-02 | 2 | -6/+4 |
| | | |||||
| * | Use string.h for strsignal. | Dave Love | 1999-11-02 | 2 | -0/+7 |
| | | |||||
| * | (QUIT): Give it statement form. | Gerd Moellmann | 1999-11-02 | 2 | -3/+12 |
| | | |||||
| * | (init_eval): Conditionalize declaration of gcpro_level. | Dave Love | 1999-11-02 | 2 | -0/+6 |
| | | |||||
| * | (QCuser_data): New. | Gerd Moellmann | 1999-11-02 | 2 | -1/+11 |
| | | | | | | (syms_of_xfns): Initialize QCuser_data. (parse_image_spec): Ignore :user-data DATA properties. | ||||