Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (vmotion): Simplify. Replace last three args with a single | Karl Heuer | 1995-05-13 | 1 | -72/+63 |
| | | | | struct window *. All callers changed. | ||||
* | (minmax): New macro. | Karl Heuer | 1995-05-13 | 1 | -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 Heuer | 1995-05-13 | 1 | -2/+1 |
| | |||||
* | Initial revision | Karl Heuer | 1995-05-13 | 1 | -0/+88 |
| | |||||
* | (Qvendor_specific_keysyms): New var. | Karl Heuer | 1995-05-13 | 1 | -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 Heuer | 1995-05-12 | 1 | -6/+7 |
| | |||||
* | (rlogin-history): New defvar. | Roland McGrath | 1995-05-12 | 1 | -2/+5 |
| | | | | (rlogin): Use rlogin-history as history var in read-from-minibuffer. | ||||
* | (compilation-next-error-locus): Ignore zero column number. | Roland McGrath | 1995-05-12 | 1 | -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 McGrath | 1995-05-12 | 1 | -4/+6 |
| | |||||
* | (vxworks29k): New alias. | Doug Evans | 1995-05-12 | 1 | -0/+4 |
| | |||||
* | Added `entry' to `fortran-font-lock-keywords-1' highlight of declarations. | Simon Marshall | 1995-05-12 | 1 | -2/+2 |
| | |||||
* | (init_system_name): Clean up signedness mismatch. | Karl Heuer | 1995-05-12 | 1 | -1/+1 |
| | |||||
* | Miscellaneous fixes for better compatibility with | Karl Heuer | 1995-05-12 | 1 | -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 Heuer | 1995-05-12 | 1 | -9/+11 |
| | |||||
* | Recognize PCs running Solaris2. Also, some cleaning up for CRAYs. | Per Bothner | 1995-05-12 | 1 | -5/+5 |
| | |||||
* | (unexec): Fix type mismatch. | Karl Heuer | 1995-05-12 | 1 | -1/+2 |
| | |||||
* | [!MULTI_FRAME] (Fredraw_frame): Delete extra docstring. | Karl Heuer | 1995-05-11 | 1 | -1/+3 |
| | |||||
* | [!MULTI_FRAME] (Fframe_height, Frame_width): Delete extra docstring. | Karl Heuer | 1995-05-11 | 1 | -11/+15 |
| | |||||
* | (tcl-type-alist): Include entry for "proc". | Tom Tromey | 1995-05-11 | 1 | -3/+8 |
| | |||||
* | (tags-loop-continue): Doc fix. | Roland McGrath | 1995-05-11 | 1 | -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 McGrath | 1995-05-11 | 1 | -1/+10 |
| | | | | (compilation-next-error-locus): Ignore a column number that is zero. | ||||
* | (tcl-add-fsf-menu): Use make-lucid-menu-keymap, not | Tom Tromey | 1995-05-10 | 1 | -4/+7 |
| | | | | "make-xemacs-menu-keymap". | ||||
* | Bug fix in menu code for XEmacs. | Tom Tromey | 1995-05-10 | 1 | -4/+9 |
| | |||||
* | AIX support from Tim Bell <tbel@afsmail.cern.ch>: | Roland McGrath | 1995-05-10 | 1 | -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 Tromey | 1995-05-09 | 1 | -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 variants | Michael Meissner | 1995-05-09 | 1 | -7/+30 |
| | |||||
* | Use sqrt (more portable) instead of fmod in -lm check. | David J. MacKenzie | 1995-05-09 | 1 | -4/+2 |
| | |||||
* | (BSD): Include sys/param.h instead of redefining BSD. | Richard M. Stallman | 1995-05-09 | 1 | -2/+4 |
| | | | | But do this only if emacs is defined. | ||||
* | Put nt/emacs.ico and nt/emacs.rc in dist. | Richard M. Stallman | 1995-05-09 | 1 | -0/+1 |
| | |||||
* | Do copy src/makefile.nt. | Richard M. Stallman | 1995-05-09 | 1 | -0/+1 |
| | |||||
* | (Info-directory-list): Use installation-directory, | Richard M. Stallman | 1995-05-09 | 1 | -4/+6 |
| | | | | not invocation-directory. Cope if it is nil. | ||||
* | (Fcall_process): Keep reading till buffer is nearly full. | Richard M. Stallman | 1995-05-09 | 1 | -7/+25 |
| | |||||
* | Vdefault_minibuffer_frame is now part of KBOARD instead | Karl Heuer | 1995-05-09 | 1 | -8/+6 |
| | | | | of a variable. All references changed. | ||||
* | (struct kboard): New member Vdefault_minibuffer_frame. | Karl Heuer | 1995-05-09 | 1 | -0/+3 |
| | |||||
* | (init_kboard): Initialize Vdefault_minibuffer_frame. | Karl Heuer | 1995-05-09 | 1 | -0/+1 |
| | |||||
* | (VMS_SUPPORT): Add missing `.elc'. | Richard M. Stallman | 1995-05-09 | 1 | -3/+14 |
| | | | | | (SOME_MACHINE_LISP): New variable. (${etc}DOC): Use it. | ||||
* | (make_frame_without_minibuffer): New arg KB. | Karl Heuer | 1995-05-09 | 1 | -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 Heuer | 1995-05-09 | 1 | -3/+9 |
| | |||||
* | [MULTI_FRAME] (make_terminal_frame): Don't set Vterminal_frame. | Karl Heuer | 1995-05-09 | 1 | -1/+1 |
| | | | | (do_switch_frame): Set Vterminal_frame to selected_frame. | ||||
* | (Funfocus_frame): Check for live X frame. | Richard M. Stallman | 1995-05-09 | 1 | -5/+9 |
| | |||||
* | [MULTI_FRAME] (init_window_once): Set Vterminal_frame | Karl Heuer | 1995-05-09 | 1 | -0/+1 |
| | | | | to selected_frame. | ||||
* | (mail-font-lock-keywords): Make mail-header-separator into a regexp. | Richard M. Stallman | 1995-05-09 | 1 | -1/+1 |
| | |||||
* | (news-reply-mode): Add ^ to paragraph delimiters. | Richard M. Stallman | 1995-05-09 | 1 | -4/+6 |
| | |||||
* | (sc-no-blank-line-or-header): Make mail-header-separator into a regexp. | Richard M. Stallman | 1995-05-09 | 1 | -1/+2 |
| | |||||
* | (x_consider_frame_title): When setting multiple_frames, | Karl Heuer | 1995-05-09 | 1 | -3/+21 |
| | | | | ignore invisible frames and frames on other displays. | ||||
* | removed ^Ms | Geoff Voelker | 1995-05-09 | 12 | -283/+283 |
| | |||||
* | (popup-dialog-box): x-popup-dialog returns the value, not the cons cell. | Richard M. Stallman | 1995-05-09 | 1 | -5/+4 |
| | |||||
* | Initial revision | Geoff Voelker | 1995-05-09 | 1 | -0/+1 |
| | |||||
* | [MULTI_KBOARD] (read_char): If the character was for | Karl Heuer | 1995-05-09 | 1 | -0/+1 |
| | | | | the wrong kboard, don't let it get processed twice. | ||||
* | (news-setup): Bind mail-signature to nil. | Richard M. Stallman | 1995-05-09 | 1 | -3/+5 |
| |