aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (struct x_display_info): New member display_perd.Karl Heuer1995-01-251-0/+1
* (the_only_perd): Define this var here.Karl Heuer1995-01-251-88/+84
* Add comments and `volatile' keyword to previous change.Karl Heuer1995-01-251-1/+22
* (PERD): New struct containing per-display data.Karl Heuer1995-01-251-0/+20
* (process_tick, update_tick): Make non-static.Karl Heuer1995-01-251-3/+4
* (x_destroy_window): Don't let frame being destroyed remain inRichard M. Stallman1995-01-251-2/+4
* (Flocal_set_key, Fglobal_set_key): Use K, not k.Richard M. Stallman1995-01-241-2/+2
* (Fcall_interactively): Define K mostly like k.Richard M. Stallman1995-01-241-2/+8
* (read_key_sequence): New arg dont_downcase_lastRichard M. Stallman1995-01-241-10/+30
* (compute_motion): Don't get hung in selective-display loop.Karl Heuer1995-01-241-13/+14
* Don't use function prototypes.Karl Heuer1995-01-241-6/+6
* (read_key_sequence): Don't wait for a possible key translation sequence if weKarl Heuer1995-01-241-2/+4
* (HAVE_SYS_SELECT_H): Add #undef for configure.Karl Heuer1995-01-231-0/+1
* Define BROKEN_SELECT_NON_X.Karl Heuer1995-01-231-0/+3
* (sys_select): Renamed from select. Use SELECT_TYPE instead of int. Defer toKarl Heuer1995-01-231-19/+39
* #include sysselect.h instead of defining things by hand.Karl Heuer1995-01-231-20/+1
* Initial revisionKarl Heuer1995-01-231-0/+44
* [__GNUC__] (POSIX_SIGNALS): #define this.Karl Heuer1995-01-231-7/+16
* (read_minibuf): Don't print the prompt in batch mode.Richard M. Stallman1995-01-221-4/+0
* (sort_args): Ordinary args get priority 0.Richard M. Stallman1995-01-221-12/+14
* [NO_REMAP]: #undef static.Richard M. Stallman1995-01-211-0/+6
* Comment change.Richard M. Stallman1995-01-212-12/+0
* (xmenu.o): Add msdos.h as dependency.Richard M. Stallman1995-01-201-1/+1
* (syms_of_buffer) [DOS_NT]: Add missing ';'.Richard M. Stallman1995-01-201-9/+9
* Comment change.Richard M. Stallman1995-01-203-3/+3
* (x_mouse_leave): Add neutralizing define.Richard M. Stallman1995-01-201-1/+10
* [MSDOS]: #include msdos.h.Richard M. Stallman1995-01-201-0/+4
* (XMenuCreate, XMenuAddPane, XMenuAddSelection, XMenuLocate,Richard M. Stallman1995-01-201-7/+10
* (DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Defined.Richard M. Stallman1995-01-201-0/+7
* (file_name_as_directory, Ffile_name_directory)Richard M. Stallman1995-01-201-10/+0
* (union Lisp_Misc): Make the `type' field just 16 bits, to match theKarl Heuer1995-01-201-1/+1
* (xbufobjfwd, xbuflocal, xwinconfig):Karl Heuer1995-01-201-6/+6
* (Ftext_property_any): Handle the trivial case specially.Karl Heuer1995-01-201-1/+3
* (seed_random): Renamed from srandom.Karl Heuer1995-01-191-26/+66
* (Frandom): Call seed_random and get_random.Karl Heuer1995-01-191-7/+8
* (xboolfwd, xbuffer_local_value, xbuffer_objfwd, xcompiled, xintfwd, xmiscfree,Karl Heuer1995-01-191-0/+64
* (print): Print internal types too, for debugging.Karl Heuer1995-01-191-6/+68
* (term_get_fkeys_1): Bug fix for function key above f19.Richard M. Stallman1995-01-191-2/+2
* (subst_char_in_region_unwind): New function.Richard M. Stallman1995-01-191-0/+19
* (internal_self_insert): Don't test current_columnRichard M. Stallman1995-01-191-2/+1
* Don't include sys/param.h.Richard M. Stallman1995-01-181-8/+0
* (Qtemp_buffer_show_hook): New hook.Richard M. Stallman1995-01-181-0/+9
* Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.Karl Heuer1995-01-185-78/+18
* [!emacs] (SWITCH_ENUM_CAST): New macro, from emacs/lisp.hKarl Heuer1995-01-181-10/+8
* (SWITCH_ENUM_CAST): New macro.Karl Heuer1995-01-181-0/+6
* (list_buffers_1, Flist_buffers): Functions deleted.Richard M. Stallman1995-01-171-131/+0
* (message_dolog): Ignore narrowing.Karl Heuer1995-01-171-8/+11
* (redisplay, redisplay_window, display_mode_line, decode_mode_spec): Use windowKarl Heuer1995-01-171-9/+13
* (struct window): New member column_number_displayed.Karl Heuer1995-01-171-1/+4
* (write_glyphs, insert_glyphs): Call checkmagic.Karl Heuer1995-01-171-2/+4