]> code.delx.au - gnu-emacs/history - src
(print): sprintf arg for frame depends on VALBITS.
[gnu-emacs] / src /
1994-09-17 Richard M. Stallman(print): sprintf arg for frame depends on VALBITS.
1994-09-17 Richard M. Stallman(Fcall_process) [__osf__ && __alpha]:
1994-09-17 Richard M. Stallman(HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28...
1994-09-17 Karl Heuer(menu_item_enabled_p): Fix declaration.
1994-09-17 Karl HeuerAdd #include "intervals.h"
1994-09-17 Karl HeuerDeclare some functions.
1994-09-17 Karl Heuer(barf_or_query_if_file_exists): Fix declaration.
1994-09-17 Richard M. Stallman(hack_wm_protocols): Arrange to handle WM_SAVE_YOURSELF.
1994-09-17 Karl Heuer(Vsystem_configuration_options): New variable.
1994-09-17 Karl HeuerDeclare evaporate_overlays.
1994-09-17 Karl Heuer(del_range_1): Call evaporate_overlays after deleting...
1994-09-17 Karl Heuer(Qevaporate): New symbol.
1994-09-17 Richard M. Stallman(HAVE_VFORK): Defined.
1994-09-17 Richard M. Stallman(struct scroll_bar, SCROLL_BAR_VEC_SIZE): Use EMACS_INT.
1994-09-17 Richard M. StallmanInitial revision
1994-09-17 Richard M. Stallman(EMACS_INT, EMACS_UINT): Define, if not already defined.
1994-09-17 Richard M. Stallman(message): Use EMACS_INT.
1994-09-17 Richard M. Stallman(struct window): Use EMACS_INT.
1994-09-17 Richard M. Stallman(CHECK_IMPURE, all versions): Use EMACS_INT.
1994-09-17 Richard M. Stallman(print): Use EMACS_UINT.
1994-09-17 Richard M. StallmanCheck for __alpha, in __osf__ conditional.
1994-09-17 Richard M. Stallman(unchain_marker): Use EMACS_INT.
1994-09-17 Richard M. Stallman(Fload): Use EMACS_INT.
1994-09-17 Richard M. Stallman(Lisp_Object): Use EMACS_INT.
1994-09-17 Richard M. Stallman(struct frame, selected_frame, last_nonminibuf_frame...
1994-09-17 Richard M. Stallman(FLOAT_TO_INT, FLOAT_TO_INT2): Use EMACS_INT.
1994-09-17 Richard M. Stallman(Fnarrow_to_region, format1): Use EMACS_INT.
1994-09-17 Richard M. Stallman(Fdocumentation): Use EMACS_INT.
1994-09-17 Richard M. Stallman(struct face): Use EMACS_UINT.
1994-09-17 Richard M. Stallman(sign_extend_lisp_int): Use EMACS_INT.
1994-09-17 Richard M. Stallman(Fcall_interactively): Use EMACS_INT.
1994-09-17 Richard M. Stallman(reset_buffer_local_variables, Fbuffer_local_variables)
1994-09-17 Richard M. Stallman(pure, pure_size): Use EMACS_INT.
1994-09-17 Richard M. Stallman(getloadavg): Add OSF_ALPHA support.
1994-09-17 Richard M. Stallman(shut_down_emacs): Don't call Fx_close_current_connection.
1994-09-17 Richard M. Stallman[__alpha] (LD_SWITCH_SYSTEM): Alternate definition.
1994-09-16 Karl Heuer(Finsert_file_contents) [MSDOS]: Don't re-gc-protect...
1994-09-16 Karl Heuer(clear_to_end): Fix reversed condition.
1994-09-16 Karl Heuer(Qcompletion_ignored_extensions): New symbol.
1994-09-16 Karl Heuer(Fdelete_file): Bind completion-ignored-extensions...
1994-09-16 Karl Heuer(Fcdr_safe): Delete extraneous blank in docstring.
1994-09-16 Karl Heuer(decode_mode_spec): Use MODE_LINE_BINARY_TEXT when...
1994-09-16 Karl HeuerDefine MODE_LINE_BINARY_TEXT.
1994-09-16 Karl Heuer(read_minibuf): Don't add to the history list if the...
1994-09-16 Richard M. Stallman[not BSD4_3] [__GNUC__] (HAVE_ALLOCA): Defined.
1994-09-16 Richard M. Stallman(xmenu.o): Depend on puresize.h.
1994-09-16 Karl Heuer[!HAVE_X_WINDOWS] (frame_title_ptr): define as always...
1994-09-16 Richard M. StallmanDelete X11 conditionals.
1994-09-16 Richard M. StallmanDelete X11 conditionals.
1994-09-16 Richard M. Stallman(Fx_display_grayscale_p): Check for > 1 pane.
1994-09-16 Richard M. Stallman(Fx_display_grayscale_p): New function.
1994-09-16 Richard M. Stallman(__bsdi__): Define, unless already defined.
1994-09-16 Richard M. Stallman(getpwuid): Test just DECLARE_GETPWUID_WITH_UID_T,...
1994-09-16 Richard M. Stallman(getpwuid, getpwnam): Test just DECLARE_GETPWUID_WITH_U...
1994-09-16 Karl Heuer(multiple_frames, Vframe_title_format, Vicon_title_form...
1994-09-16 Karl Heuer(syms_of_editfns): Make Vsystem_name and Vuser...name...
1994-09-15 Richard M. Stallman(syms_of_textprop): Delete Lisp var interval-balance...
1994-09-15 Richard M. Stallman(interval_balance_threshold): Var deleted.
1994-09-15 Richard M. Stallman(Fx_create_frame): Make 1 the default for menu-bar...
1994-09-15 Richard M. Stallman(SUNOS4): Defined.
1994-09-15 Richard M. StallmanInclude window.h.
1994-09-15 Richard M. Stallman(Fcompleting_read): Doc fix.
1994-09-14 Richard M. StallmanInclude puresize.h.
1994-09-14 Richard M. Stallman(Fset_default_file_modes): Doc fix.
1994-09-14 Richard M. Stallman(delete_temp_file): Use Fdelete_file.
1994-09-13 Richard M. Stallman(syms_of_keymap): Doc fix.
1994-09-13 Richard M. Stallman(gobble_input): Block SIGALRM if we are using it.
1994-09-10 Richard M. StallmanComment fix.
1994-09-08 Richard M. Stallman(record_asynch_buffer_change): Don't test
1994-09-06 Richard M. Stallman[USE_X_TOOLKIT && HAVE_X11XTR6] (REL_ALLOC): Undefine it.
1994-09-05 Richard M. Stallman[__GNUC__] (HAVE_ALLOCA): Defined.
1994-09-05 Richard M. Stallman(init_cmdargs): After chasing link, use only the expand...
1994-09-05 Karl Heuer(Ffile_accessible_directory_p): Put back the gcpro.
1994-09-05 Karl Heuer(srandom): Pass arg to srand48; no return value.
1994-09-04 Richard M. Stallman(random, srandom): Check HAVE_LRAND48, not HAVE_RAND48.
1994-09-04 Richard M. Stallman(HAVE_LRAND48): Replaces HAVE_RAND48.
1994-09-04 Richard M. Stallman(init_baud_rate): Test that getobaud is actually defined.
1994-09-03 Richard M. Stallman(init_baud_rate) [USE_GETOBAUD]: Use getobaud.
1994-09-02 Richard M. Stallman(prepare_to_modify_buffer): Don't call verify_overlay_m...
1994-09-02 Richard M. Stallman(Fset_text_properties):
1994-09-02 Richard M. Stallman(Fdelete_frame): Fix previous change.
1994-09-02 Richard M. Stallman(display_text_line): Don't overrun the charstart area.
1994-09-01 Richard M. Stallman(x_make_frame_visible): Call input_polling_used.
1994-08-31 Richard M. Stallman(defined_color): New arg ALLOC--optionally don't alloca...
1994-08-31 Richard M. Stallman(input_polling_used): New function.
1994-08-30 Richard M. Stallman(insert_before_markers_and_inherit): New function.
1994-08-30 Richard M. Stallman(Finsert_and_inherit_before_markers):
1994-08-30 Richard M. Stallman(Fdelete_frame): Free the frame's glyphs arrays.
1994-08-30 Richard M. Stallman(free_frame_glyphs): No longer static.
1994-08-30 Richard M. Stallman(Ffile_accessible_directory_p): No need for gcpro.
1994-08-28 Richard M. Stallman(HAVE_MACH_MACH_H): Defined.
1994-08-28 Richard M. Stallman(Fx_color_defined_p): Return list of RGB values, not...
1994-08-28 Richard M. Stallman(polling_for_input): Declared.
1994-08-28 Richard M. Stallman(polling_for_input): Define var unconditionally.
1994-08-28 Richard M. StallmanInclude keyboard.h.
1994-08-28 Richard M. Stallman(xmenu_show): Don't queue events that are in the menu...
1994-08-28 Richard M. Stallman(internal_self_insert): Use insert_and_inherit.
1994-08-28 Richard M. Stallman(Findent_to): Pass new arg to Finsert_char.
1994-08-28 Richard M. Stallman(insert_1): New arg INHERIT.
1994-08-28 Richard M. Stallman(Finsert_char): New arg INHERIT.
next