aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (oblookup): Delete argument hashp.Karl Heuer1995-05-221-2/+1
* [REGEX_FREE]: Use ((void)0) instead of just (0).Jim Meyering1995-05-211-1/+1
* Add `#ifdef _LIBC' in a few places, so this can be compiled in libc.Roland McGrath1995-05-201-0/+5389
* (Flogb): frexp needs a pointer to int, not EMACS_INT.Karl Heuer1995-05-201-2/+3
* (buffer_posn_from_coords): Don't let startp be before BEGV.Karl Heuer1995-05-191-0/+5
* (zv_strings_seen): New variable.Karl Heuer1995-05-181-102/+123
* (compute_motion): Handle overlay strings.Karl Heuer1995-05-181-154/+166
* (Fpos_visible_in_window_p): New arg to compute_motion.Karl Heuer1995-05-181-1/+1
* (buffer_posn_from_coords): New arg to compute_motion.Karl Heuer1995-05-181-3/+4
* Undo previous change.Karl Heuer1995-05-181-10/+0
* (Fkill_emacs): Delete the auto-save-list fileKarl Heuer1995-05-181-5/+6
* (status_notify): If Vprocess_alist changes withinKarl Heuer1995-05-181-70/+75
* Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.cRoland McGrath1995-05-171-5391/+1
* (Fdump_emacs): Don't take address of array.Karl Heuer1995-05-171-1/+1
* [VMS]: Don't #include <stddef.h> if _POSIX_SOURCE or _POSIX_C_SOURCE isRoland McGrath1995-05-171-2/+2
* (Fmake_indirect_buffer): Fix interactive spec.Karl Heuer1995-05-171-1/+1
* (re_compile_fastmap): Undo previous change.Karl Heuer1995-05-171-4/+8
* (SOURCES): Fix reference to ymakefile.Karl Heuer1995-05-171-3/+5
* (syms_of_keyboard): Always define track-mouse.Karl Heuer1995-05-171-4/+2
* (Frecenter): Fix args to vmotion (overlooked in May 13 change).Karl Heuer1995-05-161-4/+1
* UNEXEC_USE_MAP_PRIVATE: Define.Karl Heuer1995-05-161-0/+1
* (unexec) [UNEXEC_USE_MAP_PRIVATE]: New logic forKarl Heuer1995-05-161-0/+13
* Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.Karl Heuer1995-05-161-2/+15
* (re_compile_fastmap): Don't free stack if it's empty.Richard M. Stallman1995-05-151-5/+9
* (LD_SWITCH_SYSTEM): Define.Richard M. Stallman1995-05-151-0/+10
* (syms_of_buffer): Doc fix.Richard M. Stallman1995-05-151-1/+2
* (vmotion): handle the case where `minibuf_prompt' is nil.Karl Heuer1995-05-151-1/+1
* (vmotion): Simplify. Replace last three args with a singleKarl Heuer1995-05-131-72/+63
* (minmax): New macro.Karl Heuer1995-05-131-16/+17
* (Fdelete_other_windows): Fix args to vmotion.Karl Heuer1995-05-131-2/+1
* (Qvendor_specific_keysyms): New var.Karl Heuer1995-05-131-3/+13
* (main) [NeXT]: Add missing braces.Karl Heuer1995-05-121-6/+7
* (init_system_name): Clean up signedness mismatch.Karl Heuer1995-05-121-1/+1
* (float_to_string): Fix type mismatch and simplify.Karl Heuer1995-05-121-9/+11
* (unexec): Fix type mismatch.Karl Heuer1995-05-121-1/+2
* [!MULTI_FRAME] (Fredraw_frame): Delete extra docstring.Karl Heuer1995-05-111-1/+3
* [!MULTI_FRAME] (Fframe_height, Frame_width): Delete extra docstring.Karl Heuer1995-05-111-11/+15
* AIX support from Tim Bell <tbel@afsmail.cern.ch>:Roland McGrath1995-05-101-14/+32
* (BSD): Include sys/param.h instead of redefining BSD.Richard M. Stallman1995-05-091-2/+4
* (Fcall_process): Keep reading till buffer is nearly full.Richard M. Stallman1995-05-091-7/+25
* Vdefault_minibuffer_frame is now part of KBOARD insteadKarl Heuer1995-05-091-8/+6
* (struct kboard): New member Vdefault_minibuffer_frame.Karl Heuer1995-05-091-0/+3
* (init_kboard): Initialize Vdefault_minibuffer_frame.Karl Heuer1995-05-091-0/+1
* (VMS_SUPPORT): Add missing `.elc'.Richard M. Stallman1995-05-091-3/+14
* (make_frame_without_minibuffer): New arg KB.Karl Heuer1995-05-091-1/+7
* (Fx_create_frame): Pass kb to make_frame_without_minibuffer.Karl Heuer1995-05-091-3/+9
* [MULTI_FRAME] (make_terminal_frame): Don't set Vterminal_frame.Karl Heuer1995-05-091-1/+1
* (Funfocus_frame): Check for live X frame.Richard M. Stallman1995-05-091-5/+9
* [MULTI_FRAME] (init_window_once): Set Vterminal_frameKarl Heuer1995-05-091-0/+1
* (x_consider_frame_title): When setting multiple_frames,Karl Heuer1995-05-091-3/+21