aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (ensure_echo_area_buffers): New.Gerd Moellmann1999-11-142-8/+27
| | | | | (with_echo_area_buffer): Use it. (setup_echo_area_for_printing): Ditto.
* *** empty log message ***Gerd Moellmann1999-11-131-0/+4
|
* (indicate-empty-lines): Doc-fix.Gerd Moellmann1999-11-131-1/+3
|
* (term_init): If "op" isn't available, don't support colorGerd Moellmann1999-11-122-9/+18
| | | | | because we can't switch back to the default foreground and background.
* *** empty log message ***Gerd Moellmann1999-11-121-0/+5
|
* (Fdocumentation_property): Remove GCPRO becauseGerd Moellmann1999-11-121-7/+1
| | | | Fsubstitute_command_keys gcpro's the string.
* (Ftranslate_region): Check the buffer multibyteness.Kenichi Handa1999-11-121-1/+5
|
* *** empty log message ***Kenichi Handa1999-11-121-0/+4
|
* *** empty log message ***Gerd Moellmann1999-11-111-0/+6
|
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-1115-134/+4
|
* *** empty log message ***Gerd Moellmann1999-11-101-0/+10
|
* (QCuser_data): Removed.Gerd Moellmann1999-11-101-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. Stallman1999-11-091-0/+29
|
* (Fforward_word): Handle fields even if would have hitRichard M. Stallman1999-11-091-9/+7
| | | | an edge of the buffer. Return nil if affected by fields.
* (Fbeginning_of_line): Doc fix.Richard M. Stallman1999-11-091-2/+8
| | | | (Fend_of_line): Doc fix.
* (Fline_beginning_position): If N is not 1,Richard M. Stallman1999-11-091-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 theGerd Moellmann1999-11-082-23/+55
| | | | BEFORE_POTENTIAL_GC before DISCARD.
* (Fgarbage_collect): Call unmark_byte_stack.Gerd Moellmann1999-11-072-1/+9
|
* Add prototype for unmark_byte_stack.Gerd Moellmann1999-11-071-1/+1
|
* (mark_byte_stack): Use XMARKBIT and XMARK.Gerd Moellmann1999-11-071-12/+34
| | | | | (unmark_byte_stack): Renamed from relocate_byte_pcs. Use XUNMARK.
* Remove conditional computation on USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-072-12/+11
| | | | | (resize_mini_window): Fix computation of needed mini-window height.
* Remove conditional compilation on USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-074-46/+3
|
* Use block statements in cases and declare v1 and v2Gerd Moellmann1999-11-072-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 Moellmann1999-11-051-1/+4
|
* (Fbyte_code): Use BEFORE_POTENTIAL_GC andGerd Moellmann1999-11-051-0/+2
| | | | AFTER_POTENTIAL_GC around internal_catch.
* Add prototypes for new functions in bytecode.c.Gerd Moellmann1999-11-051-0/+3
| | | | Add extern declaration for byte_stack_list.
* (struct catchtag): Add member byte_stack.Gerd Moellmann1999-11-052-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 andGerd Moellmann1999-11-051-0/+4
| | | | | relocate_byte_pcs. (init_alloc_once, init_alloc): Set byte_stack_list to null.
* (struct byte_stack): New.Gerd Moellmann1999-11-051-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 Moellmann1999-11-051-0/+2
|
* (Ffile_locked_p): Make FILENAME a required argument.Gerd Moellmann1999-11-051-1/+1
|
* * buffer.c (syms_of_buffer): Extend documentation ofGerd Moellmann1999-11-052-0/+7
| | | | mode-line-format.
* *** empty log message ***Gerd Moellmann1999-11-041-0/+7
|
* (do_completion, Fminibuffer_complete_word): UseGerd Moellmann1999-11-041-3/+3
| | | | Ferase_field instead of Fdelete_field.
* (Fdelete_field): Renamed from Ferase_field.Gerd Moellmann1999-11-041-3/+3
|
* *** empty log message ***Jason Rumney1999-11-041-2/+8
|
* *** empty log message ***Dave Love1999-11-041-1/+0
|
* *** empty log message ***Gerd Moellmann1999-11-031-0/+7
|
* (Finternal_show_cursor): Change it to set theGerd Moellmann1999-11-031-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 Love1999-11-032-0/+5
|
* *** empty log message ***Gerd Moellmann1999-11-031-0/+20
|
* (string_to_object): New.Gerd Moellmann1999-11-032-24/+117
| | | | | | (read_minibuf_noninteractive): New. (read_minibuf): Call read_minibuf_noninteractive if noninteractive. Use string_to_object.
* *** empty log message ***Gerd Moellmann1999-11-021-0/+4
|
* (Fdocumentation_property): Fix bug bypassing UNGCPRO.Gerd Moellmann1999-11-021-1/+1
|
* Use SIGCHLD, not SIGCLD (not in glibc 2.1).Dave Love1999-11-022-2/+5
|
* Undo last change and define _GNU_SOURCE before config.h.Dave Love1999-11-022-6/+4
|
* Use string.h for strsignal.Dave Love1999-11-022-0/+7
|
* (QUIT): Give it statement form.Gerd Moellmann1999-11-022-3/+12
|
* (init_eval): Conditionalize declaration of gcpro_level.Dave Love1999-11-022-0/+6
|
* (QCuser_data): New.Gerd Moellmann1999-11-022-1/+11
| | | | | (syms_of_xfns): Initialize QCuser_data. (parse_image_spec): Ignore :user-data DATA properties.