| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (HAVE_SYS_SELECT_H): Add #undef for configure. | Karl Heuer | 1995-01-23 | 1 | -0/+1 |
| | | |||||
| * | Define BROKEN_SELECT_NON_X. | Karl Heuer | 1995-01-23 | 1 | -0/+3 |
| | | |||||
| * | (sys_select): Renamed from select. Use SELECT_TYPE instead of int. Defer to | Karl Heuer | 1995-01-23 | 1 | -19/+39 |
| | | | | | native select if that function is usable. | ||||
| * | #include sysselect.h instead of defining things by hand. | Karl Heuer | 1995-01-23 | 1 | -20/+1 |
| | | |||||
| * | Initial revision | Karl Heuer | 1995-01-23 | 1 | -0/+44 |
| | | |||||
| * | [__GNUC__] (POSIX_SIGNALS): #define this. | Karl Heuer | 1995-01-23 | 1 | -7/+16 |
| | | | | | | | | | [__GNUC__] (sigsetmask, HAVE_SYSV_SIGPAUSE): #undef these. (LIBX11_SYSTEM): Don't use -lc; loading this before -lcposix gives us the wrong signal functions. (C_SWITCH_SYSTEM): Add _XOPEN_SOURCE. (EXTRA_INITIALIZE): Make conditional on __GNUC__. | ||||
| * | (read_minibuf): Don't print the prompt in batch mode. | Richard M. Stallman | 1995-01-22 | 1 | -4/+0 |
| | | |||||
| * | (sort_args): Ordinary args get priority 0. | Richard M. Stallman | 1995-01-22 | 1 | -12/+14 |
| | | | | | | So do -f, -l, -insert, etc. --kill gets negative priority. Everything else gets positive priority. | ||||
| * | [NO_REMAP]: #undef static. | Richard M. Stallman | 1995-01-21 | 1 | -0/+6 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 1995-01-21 | 2 | -12/+0 |
| | | |||||
| * | (xmenu.o): Add msdos.h as dependency. | Richard M. Stallman | 1995-01-20 | 1 | -1/+1 |
| | | |||||
| * | (syms_of_buffer) [DOS_NT]: Add missing ';'. | Richard M. Stallman | 1995-01-20 | 1 | -9/+9 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 1995-01-20 | 3 | -3/+3 |
| | | |||||
| * | (x_mouse_leave): Add neutralizing define. | Richard M. Stallman | 1995-01-20 | 1 | -1/+10 |
| | | | | | | (XMenuCreate, XMenuAddPane, XMenuAddSelection, XMenuLocate, XMenuActivate, XMenuDestroy): Add prototype. | ||||
| * | [MSDOS]: #include msdos.h. | Richard M. Stallman | 1995-01-20 | 1 | -0/+4 |
| | | |||||
| * | (XMenuCreate, XMenuAddPane, XMenuAddSelection, XMenuLocate, | Richard M. Stallman | 1995-01-20 | 1 | -7/+10 |
| | | | | | XMenuActivate, XMenuDestroy): Add dummy `display *' argument. | ||||
| * | (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Defined. | Richard M. Stallman | 1995-01-20 | 1 | -0/+7 |
| | | |||||
| * | (file_name_as_directory, Ffile_name_directory) | Richard M. Stallman | 1995-01-20 | 1 | -10/+0 |
| | | | | | (Ffile_name_nondirectory): Delete special MSDOG code now covered by macros. | ||||
| * | (union Lisp_Misc): Make the `type' field just 16 bits, to match the | Karl Heuer | 1995-01-20 | 1 | -1/+1 |
| | | | | | substructures. | ||||
| * | (xbufobjfwd, xbuflocal, xwinconfig): | Karl Heuer | 1995-01-20 | 1 | -6/+6 |
| | | | | | | Renamed from xbuffer_objfwd, xbuffer_local_value, xwindow_configuration since gdb doesn't allow underscores in macro names. | ||||
| * | (Ftext_property_any): Handle the trivial case specially. | Karl Heuer | 1995-01-20 | 1 | -1/+3 |
| | | |||||
| * | (seed_random): Renamed from srandom. | Karl Heuer | 1995-01-19 | 1 | -26/+66 |
| | | | | | (get_random): Renamed from random. Return VALBITS random bits. | ||||
| * | (Frandom): Call seed_random and get_random. | Karl Heuer | 1995-01-19 | 1 | -7/+8 |
| | | |||||
| * | (xboolfwd, xbuffer_local_value, xbuffer_objfwd, xcompiled, xintfwd, xmiscfree, | Karl Heuer | 1995-01-19 | 1 | -0/+64 |
| | | | | | xobjfwd, xoverlay, xwindow_configuration): New macros. | ||||
| * | (print): Print internal types too, for debugging. | Karl Heuer | 1995-01-19 | 1 | -6/+68 |
| | | | | | Print appropriate message for invalid pseudovector or misc type. | ||||
| * | (term_get_fkeys_1): Bug fix for function key above f19. | Richard M. Stallman | 1995-01-19 | 1 | -2/+2 |
| | | |||||
| * | (subst_char_in_region_unwind): New function. | Richard M. Stallman | 1995-01-19 | 1 | -0/+19 |
| | | | | | (Fsubst_char_in_region): Use it to make undo_list t temporarily. | ||||
| * | (internal_self_insert): Don't test current_column | Richard M. Stallman | 1995-01-19 | 1 | -2/+1 |
| | | | | | when deciding to call auto_fill_function. | ||||
| * | Don't include sys/param.h. | Richard M. Stallman | 1995-01-18 | 1 | -8/+0 |
| | | | | | (MAXPATHLEN): Definition deleted. | ||||
| * | (Qtemp_buffer_show_hook): New hook. | Richard M. Stallman | 1995-01-18 | 1 | -0/+9 |
| | | | | | | (syms_of_window): Init and staticpro it. (temp_output_buffer_show): Run the hook. | ||||
| * | Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead. | Karl Heuer | 1995-01-18 | 5 | -78/+18 |
| | | |||||
| * | [!emacs] (SWITCH_ENUM_CAST): New macro, from emacs/lisp.h | Karl Heuer | 1995-01-18 | 1 | -10/+8 |
| | | | | | | (re_compile_fastmap, re_match_2_internal): Use that macro instead of testing SWITCH_ENUM_BUG. | ||||
| * | (SWITCH_ENUM_CAST): New macro. | Karl Heuer | 1995-01-18 | 1 | -0/+6 |
| | | |||||
| * | (list_buffers_1, Flist_buffers): Functions deleted. | Richard M. Stallman | 1995-01-17 | 1 | -131/+0 |
| | | |||||
| * | (message_dolog): Ignore narrowing. | Karl Heuer | 1995-01-17 | 1 | -8/+11 |
| | | | | | Use low-level functions, to bypass modification and motion hooks. | ||||
| * | (redisplay, redisplay_window, display_mode_line, decode_mode_spec): Use window | Karl Heuer | 1995-01-17 | 1 | -9/+13 |
| | | | | | field column_number_displayed instead of a global flag. | ||||
| * | (struct window): New member column_number_displayed. | Karl Heuer | 1995-01-17 | 1 | -1/+4 |
| | | |||||
| * | (write_glyphs, insert_glyphs): Call checkmagic. | Karl Heuer | 1995-01-17 | 1 | -2/+4 |
| | | |||||
| * | Declare checkmagic. | Karl Heuer | 1995-01-17 | 1 | -0/+1 |
| | | |||||
| * | (cmcheckmagic): New function. | Karl Heuer | 1995-01-17 | 1 | -0/+29 |
| | | |||||
| * | (kbd_buffer_store_event): Cast arg of bcopy. | Richard M. Stallman | 1995-01-16 | 1 | -1/+1 |
| | | |||||
| * | (r_alloc_init): Remove unused variable END. | Roland McGrath | 1995-01-15 | 1 | -4/+2 |
| | | |||||
| * | (Fpurecopy): Mask size field when copying pseudovector. | Karl Heuer | 1995-01-14 | 1 | -0/+2 |
| | | |||||
| * | Declare Qrear_nonsticky. | Richard M. Stallman | 1995-01-13 | 1 | -0/+1 |
| | | |||||
| * | (Vuse_hard_newlines): New variable. | Richard M. Stallman | 1995-01-13 | 1 | -6/+41 |
| | | | | | | (Fnewline): If use_hard_newlines is on, mark inserted newline(s) with `hard' property, marked rear-nonsticky. | ||||
| * | (printchar, strout): Call message_dolog. | Karl Heuer | 1995-01-13 | 1 | -1/+17 |
| | | |||||
| * | Declare message_dolog. | Karl Heuer | 1995-01-13 | 1 | -0/+1 |
| | | |||||
| * | (message_log_need_newline): New var. | Karl Heuer | 1995-01-13 | 1 | -12/+34 |
| | | | | | (message_dolog): New function, extracted from message2. | ||||
| * | Don't allow MARKBIT and DONT_COPY_FLAG to be the same bit. | Karl Heuer | 1995-01-13 | 1 | -0/+4 |
| | | |||||
| * | (DONT_COPY_FLAG): Default this to 1. | Karl Heuer | 1995-01-13 | 1 | -9/+13 |
| | | | | | | | (mark_object): Use the same XOR expression as elsewhere. (gc_sweep): Don't touch DONT_COPY_FLAG here; this one is a real size field, not a mangled pointer. | ||||