summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (vmotion): Simplify. Replace last three args with a singleKarl Heuer1995-05-131-72/+63
| | | | struct window *. All callers changed.
* (minmax): New macro.Karl Heuer1995-05-131-16/+17
| | | | | (redisplay, redisplay_window, try_window_id): Clip cursor hpos at both low and high extremes, in anticipation of a change to compute_motion.
* (Fdelete_other_windows): Fix args to vmotion.Karl Heuer1995-05-131-2/+1
|
* Initial revisionKarl Heuer1995-05-131-0/+88
|
* (Qvendor_specific_keysyms): New var.Karl Heuer1995-05-131-3/+13
| | | | | (syms_of_xterm): Initialize and staticpro it. (x_term_init): Initialize Vsystem_key_alist according to vendor.
* (main) [NeXT]: Add missing braces.Karl Heuer1995-05-121-6/+7
|
* (rlogin-history): New defvar.Roland McGrath1995-05-121-2/+5
| | | | (rlogin): Use rlogin-history as history var in read-from-minibuffer.
* (compilation-next-error-locus): Ignore zero column number.Roland McGrath1995-05-121-5/+12
| | | | | | | (compilation-parse-errors): Don't store the beginning of the line containing the end of the error-regexp match. Instead, store the beginning of the line containing the start of the match, unless the match starts with a newline, in which case the beginning of the next line.
* (vc-status): If vc-locking-user returns a number, compare it to (user-uid).Roland McGrath1995-05-121-4/+6
|
* (vxworks29k): New alias.Doug Evans1995-05-121-0/+4
|
* Added `entry' to `fortran-font-lock-keywords-1' highlight of declarations.Simon Marshall1995-05-121-2/+2
|
* (init_system_name): Clean up signedness mismatch.Karl Heuer1995-05-121-1/+1
|
* Miscellaneous fixes for better compatibility withKarl Heuer1995-05-121-28/+102
| | | | | | | | | | | | | | | | | | | | | | | | XEmacs 19.12. (ps-plot-with-face): Added code to handle Emacs 19.29's new ability for the face attribute to hold a list of faces. Rolled in Chuck Thompson's changes to make color printing work in XEmacs 19.12. Fix error in comments. (ps-generate-postscript-with-faces): Add fix to handle extents without faces. (ps-faces-list): deleted. Added alias for list-faces if face-list isn't fbound. (ps-print-ensure-fontified) added to make sure ps-print works correctly in conjunction with lazy-lock. RMS's changes for Emacs.
* (float_to_string): Fix type mismatch and simplify.Karl Heuer1995-05-121-9/+11
|
* Recognize PCs running Solaris2. Also, some cleaning up for CRAYs.Per Bothner1995-05-121-5/+5
|
* (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
|
* (tcl-type-alist): Include entry for "proc".Tom Tromey1995-05-111-3/+8
|
* (tags-loop-continue): Doc fix.Roland McGrath1995-05-111-5/+7
| | | | Reset NEW after visiting for real, so we don't clobber the buffer again.
* (compilation-error-regexp-alist): Add regexps for IBM and Cray compilers.Roland McGrath1995-05-111-1/+10
| | | | (compilation-next-error-locus): Ignore a column number that is zero.
* (tcl-add-fsf-menu): Use make-lucid-menu-keymap, notTom Tromey1995-05-101-4/+7
| | | | "make-xemacs-menu-keymap".
* Bug fix in menu code for XEmacs.Tom Tromey1995-05-101-4/+9
|
* AIX support from Tim Bell <tbel@afsmail.cern.ch>:Roland McGrath1995-05-101-14/+32
| | | | | [_AIX] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define these for AIX. (getloadavg) [_AIX]: Use `knlist' instead of `nlist'.
* Changed "Lucid Emacs" to "XEmacs".Tom Tromey1995-05-091-30/+37
| | | | | Tcl's popup menu now added to existing one, courtesy dfarmer@evolving.com (Doug Farmer)
* Add powerpc little endian support; Add powerpc variants; Add pentium variantsMichael Meissner1995-05-091-7/+30
|
* Use sqrt (more portable) instead of fmod in -lm check.David J. MacKenzie1995-05-091-4/+2
|
* (BSD): Include sys/param.h instead of redefining BSD.Richard M. Stallman1995-05-091-2/+4
| | | | But do this only if emacs is defined.
* Put nt/emacs.ico and nt/emacs.rc in dist.Richard M. Stallman1995-05-091-0/+1
|
* Do copy src/makefile.nt.Richard M. Stallman1995-05-091-0/+1
|
* (Info-directory-list): Use installation-directory,Richard M. Stallman1995-05-091-4/+6
| | | | not invocation-directory. Cope if it is nil.
* (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
| | | | of a variable. All references changed.
* (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
| | | | | (SOME_MACHINE_LISP): New variable. (${etc}DOC): Use it.
* (make_frame_without_minibuffer): New arg KB.Karl Heuer1995-05-091-1/+7
| | | | Require the new frame's minibuffer to be on the same display.
* (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
| | | | (do_switch_frame): Set Vterminal_frame to selected_frame.
* (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
| | | | to selected_frame.
* (mail-font-lock-keywords): Make mail-header-separator into a regexp.Richard M. Stallman1995-05-091-1/+1
|
* (news-reply-mode): Add ^ to paragraph delimiters.Richard M. Stallman1995-05-091-4/+6
|
* (sc-no-blank-line-or-header): Make mail-header-separator into a regexp.Richard M. Stallman1995-05-091-1/+2
|
* (x_consider_frame_title): When setting multiple_frames,Karl Heuer1995-05-091-3/+21
| | | | ignore invisible frames and frames on other displays.
* removed ^MsGeoff Voelker1995-05-0912-283/+283
|
* (popup-dialog-box): x-popup-dialog returns the value, not the cons cell.Richard M. Stallman1995-05-091-5/+4
|
* Initial revisionGeoff Voelker1995-05-091-0/+1
|
* [MULTI_KBOARD] (read_char): If the character was forKarl Heuer1995-05-091-0/+1
| | | | the wrong kboard, don't let it get processed twice.
* (news-setup): Bind mail-signature to nil.Richard M. Stallman1995-05-091-3/+5
|