aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (read_minibuf): Don't add to the history list if the minibuffer string isKarl Heuer1994-09-161-2/+3
| | | | empty, since it is not very useful.
* [not BSD4_3] [__GNUC__] (HAVE_ALLOCA): Defined.Richard M. Stallman1994-09-161-0/+4
|
* (xmenu.o): Depend on puresize.h.Richard M. Stallman1994-09-161-8/+4
| | | | | | | (cmds.o): Depend on window.h. (OLDXMENU variable): Refer to the library in the dir where it is compiled. (OLDXMENU rule): Delete the commands; keep just a dep.
* [!HAVE_X_WINDOWS] (frame_title_ptr): define as always null.Karl Heuer1994-09-161-0/+2
|
* Delete X11 conditionals.Richard M. Stallman1994-09-161-472/+3
| | | | | | | | | | (defined_color, x_decode_color, x_set_foreground_color) (x_set_background_color, x_set_mouse_color, x_set_cursor_color) (x_set_border_color, x_set_border_pixel, Fx_create_frame) (Fx_open_connection, Fx_close_current_connection, syms_of_xfns): Delete X10 code. (Fx_get_default, Fx_get_resource, Fx_rubber_band) (Fx_store_cut_buffer, Fx_get_cut_buffer): Delete X10 definitions.
* Delete X11 conditionals.Richard M. Stallman1994-09-161-870/+16
| | | | | | | | | | | | (XTupdate_end, XTupdate_begin, XTclear_end_of_line) (XTclear_frame, XRINGBELL, stufflines, scraplines, dumprectangle) (XTread_socket, x_draw_box, clear_cursor, refreshicon, x_iconify_frame) (x_bitmap_icon, x_text_icon, x_new_font, x_term_init) (x_calc_absolute_position, x_set_window_size) (x_make_frame_visible, x_make_frame_invisible): Delete X10 code. (dumpqueue, x_do_pending_expose, dumpborder, XEvent, x_read_exposes) (enqueue_event, dequeue_event, queue_event_count) (mouse_event_pending_p, x_set_resize_hint): Delete X10 versions.
* (Fx_display_grayscale_p): Check for > 1 pane.Richard M. Stallman1994-09-161-1/+1
|
* (Fx_display_grayscale_p): New function.Richard M. Stallman1994-09-161-1/+14
| | | | (syms_of_xfns): defsubr it.
* (__bsdi__): Define, unless already defined.Richard M. Stallman1994-09-161-0/+6
| | | | (DECLARE_GETPWUID_WITH_UID_T): Define.
* (getpwuid): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__.Richard M. Stallman1994-09-161-1/+1
|
* (getpwuid, getpwnam): Test just DECLARE_GETPWUID_WITH_UID_T, not __bsdi__.Richard M. Stallman1994-09-161-1/+1
|
* (multiple_frames, Vframe_title_format, Vicon_title_format): New variables.Karl Heuer1994-09-161-61/+140
| | | | | | | (store_frame_title): New function. (x_consider_frame_title): Format title according to template. (display_mode_element): Handle frame title as well as mode line. (decode_mode_spec): Use w->buffer, not current_buffer.
* (syms_of_editfns): Make Vsystem_name and Vuser...name lisp variables again.Karl Heuer1994-09-161-4/+11
|
* (syms_of_textprop): Delete Lisp var interval-balance-threshold.Richard M. Stallman1994-09-151-5/+0
|
* (interval_balance_threshold): Var deleted.Richard M. Stallman1994-09-152-5/+0
|
* (Fx_create_frame): Make 1 the default for menu-bar-lines.Richard M. Stallman1994-09-151-1/+1
|
* (SUNOS4): Defined.Richard M. Stallman1994-09-151-0/+4
|
* Include window.h.Richard M. Stallman1994-09-151-0/+6
| | | | | (Fnewline): Inhibit the insert-at-end-of-line hack when at the top of the window.
* (Fcompleting_read): Doc fix.Richard M. Stallman1994-09-151-0/+4
|
* Include puresize.h.Richard M. Stallman1994-09-141-1/+5
| | | | (menu_item_equiv_key): Use CHECK_IMPURE.
* (Fset_default_file_modes): Doc fix.Richard M. Stallman1994-09-141-2/+2
|
* (delete_temp_file): Use Fdelete_file.Richard M. Stallman1994-09-141-1/+3
|
* (syms_of_keymap): Doc fix.Richard M. Stallman1994-09-131-6/+9
|
* (gobble_input): Block SIGALRM if we are using it.Richard M. Stallman1994-09-131-1/+11
|
* Comment fix.Richard M. Stallman1994-09-101-1/+1
|
* (record_asynch_buffer_change): Don't testRichard M. Stallman1994-09-081-0/+5
| | | | Fwaiting_for_user_input_p if no subprocesses.
* [USE_X_TOOLKIT && HAVE_X11XTR6] (REL_ALLOC): Undefine it.Richard M. Stallman1994-09-061-0/+6
|
* [__GNUC__] (HAVE_ALLOCA): Defined.Richard M. Stallman1994-09-051-6/+15
| | | | | | | | | | [__GNUC__] (C_ALLOCA): Add #undef (LIB_X11_LIB): Add #undef. (HAVE_TERMIOS): Defined. (HAVE_TERMIO): Add #undef. (NO_TERMIO): Defined. (sigsetmask): Add #undef. (USE_GETOBAUD): Defined.
* (init_cmdargs): After chasing link, use only the expanded name.Richard M. Stallman1994-09-051-1/+1
| | | | (init_cmdargs): When setting dir, expand the dir name.
* (Ffile_accessible_directory_p): Put back the gcpro.Karl Heuer1994-09-051-2/+9
|
* (srandom): Pass arg to srand48; no return value.Karl Heuer1994-09-051-1/+1
|
* (random, srandom): Check HAVE_LRAND48, not HAVE_RAND48.Richard M. Stallman1994-09-041-3/+3
| | | | Call lrand48, nor rand48.
* (HAVE_LRAND48): Replaces HAVE_RAND48.Richard M. Stallman1994-09-041-1/+1
|
* (init_baud_rate): Test that getobaud is actually defined.Richard M. Stallman1994-09-041-1/+1
|
* (init_baud_rate) [USE_GETOBAUD]: Use getobaud.Richard M. Stallman1994-09-031-0/+5
|
* (prepare_to_modify_buffer): Don't call verify_overlay_modification ifRichard M. Stallman1994-09-021-5/+13
| | | | | | no overlays, or verify_interval_modification no intervals. (insert_1): Don't call interval fns if buffer has none.
* (Fset_text_properties):Richard M. Stallman1994-09-021-2/+11
| | | | Return early if buffer has no intervals and PROPS is nil.
* (Fdelete_frame): Fix previous change.Richard M. Stallman1994-09-021-3/+3
|
* (display_text_line): Don't overrun the charstart area.Richard M. Stallman1994-09-021-1/+1
|
* (x_make_frame_visible): Call input_polling_used.Richard M. Stallman1994-09-011-1/+1
|
* (defined_color): New arg ALLOC--optionally don't allocate the color.Richard M. Stallman1994-08-311-11/+34
| | | | | (x_decode_color, Fx_color_defined_p): Pass new arg. (Fx_color_values): New function.
* (input_polling_used): New function.Richard M. Stallman1994-08-311-0/+12
|
* (insert_before_markers_and_inherit): New function.Richard M. Stallman1994-08-301-0/+13
|
* (Finsert_and_inherit_before_markers):Richard M. Stallman1994-08-301-2/+2
| | | | | Use insert_before_markers_and_inherit for character args. (Finsert_and_inherit): Use insert_and_inherit for character args.
* (Fdelete_frame): Free the frame's glyphs arrays.Richard M. Stallman1994-08-301-0/+15
| | | | Free the line insert/delete cost vectors.
* (free_frame_glyphs): No longer static.Richard M. Stallman1994-08-301-1/+1
|
* (Ffile_accessible_directory_p): No need for gcpro.Richard M. Stallman1994-08-301-6/+1
| | | | (Fwrite_region): unbind_to should take two args.
* (HAVE_MACH_MACH_H): Defined.Richard M. Stallman1994-08-281-0/+3
|
* (Fx_color_defined_p): Return list of RGB values, not just t.Richard M. Stallman1994-08-281-2/+10
|
* (polling_for_input): Declared.Richard M. Stallman1994-08-281-0/+3
|