]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Mon, 15 May 1995 23:27:00 +0000 (23:27 +0000)]
(LD_SWITCH_SYSTEM): Define.
Richard M. Stallman [Mon, 15 May 1995 23:24:45 +0000 (23:24 +0000)]
(syms_of_buffer): Doc fix.
Richard M. Stallman [Mon, 15 May 1995 23:23:34 +0000 (23:23 +0000)]
New version for Emacs 19.
Richard M. Stallman [Mon, 15 May 1995 23:19:13 +0000 (23:19 +0000)]
If the geometry resource specifies a position,
call the position and size "user-specified".
(vendor-specific-keysyms): New function.
Richard M. Stallman [Mon, 15 May 1995 23:16:08 +0000 (23:16 +0000)]
(dabbrev-completion): Use mapcar, not mapc.
Call dabbrev--reset-global-variables as the first thing.
(dabbrev-abbrev-char-regexp): Default value is nil again.
(dabbrev--find-all-expansions): Don't use push.
(dabbrev--search): Likewise.
(dabbrev-check-other-buffers):
Renamed from dabbrev-always-check-other-buffers.
(dabbrev-check-all-buffers): Renamed frm dabbrev-check-rest-of-buffers.
(dabbrev-expand): Now checks for marker.
(dabbrev--try-find): Now does a protected call to `widen'.
(dabbrev-always-check-other-buffers): Default now t.
(dabbrev--capitalize): Function deleted.
(dabbrev-completion): Use `capitalize'.
Richard M. Stallman [Mon, 15 May 1995 23:01:17 +0000 (23:01 +0000)]
(byte-compile-insert-header): Cope if user-mail-address is unbound.
Richard M. Stallman [Mon, 15 May 1995 23:00:16 +0000 (23:00 +0000)]
(mouse-save-then-kill): When making a new region
and not adjusting an old one, always make new kill-ring entry
and don't call mouse-show-mark.
Richard M. Stallman [Mon, 15 May 1995 22:22:25 +0000 (22:22 +0000)]
(path-separator): Defined.
(parse-colon-path): Use path-separator.
(file-ownership-preserved-p): Don't bomb if file doesn't exist.
Karl Heuer [Mon, 15 May 1995 22:00:20 +0000 (22:00 +0000)]
(get-method-definition): Fix regexps.
Karl Heuer [Mon, 15 May 1995 21:53:39 +0000 (21:53 +0000)]
(tq-process-buffer): Don't hard-code the buffer name.
Per Bothner [Mon, 15 May 1995 21:49:34 +0000 (21:49 +0000)]
* config.guess: Recognize Cray90 (from Pete TerMaat).
Karl Heuer [Mon, 15 May 1995 21:47:44 +0000 (21:47 +0000)]
(vmotion): handle the case where `minibuf_prompt' is nil.
Erich Stefan Boleyn [Sat, 13 May 1995 09:37:50 +0000 (09:37 +0000)]
Add configuration for semi-hosted ARM.
Karl Heuer [Sat, 13 May 1995 01:48:53 +0000 (01:48 +0000)]
(vmotion): Simplify. Replace last three args with a single
struct window *. All callers changed.
Karl Heuer [Sat, 13 May 1995 01:44:04 +0000 (01:44 +0000)]
(minmax): New macro.
(redisplay, redisplay_window, try_window_id): Clip cursor hpos at both
low and high extremes, in anticipation of a change to compute_motion.
Karl Heuer [Sat, 13 May 1995 01:43:30 +0000 (01:43 +0000)]
(Fdelete_other_windows): Fix args to vmotion.
Karl Heuer [Sat, 13 May 1995 00:29:55 +0000 (00:29 +0000)]
Initial revision
Karl Heuer [Sat, 13 May 1995 00:13:02 +0000 (00:13 +0000)]
(Qvendor_specific_keysyms): New var.
(syms_of_xterm): Initialize and staticpro it.
(x_term_init): Initialize Vsystem_key_alist according to vendor.
Karl Heuer [Fri, 12 May 1995 22:23:42 +0000 (22:23 +0000)]
(main) [NeXT]: Add missing braces.
Roland McGrath [Fri, 12 May 1995 17:51:12 +0000 (17:51 +0000)]
(rlogin-history): New defvar.
(rlogin): Use rlogin-history as history var in read-from-minibuffer.
Roland McGrath [Fri, 12 May 1995 17:26:59 +0000 (17:26 +0000)]
(compilation-next-error-locus): Ignore zero column number.
(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.
Roland McGrath [Fri, 12 May 1995 16:39:32 +0000 (16:39 +0000)]
(vc-status): If vc-locking-user returns a number, compare it to (user-uid).
Doug Evans [Fri, 12 May 1995 15:49:42 +0000 (15:49 +0000)]
(vxworks29k): New alias.
Simon Marshall [Fri, 12 May 1995 07:23:19 +0000 (07:23 +0000)]
Added `entry' to `fortran-font-lock-keywords-1' highlight of declarations.
Karl Heuer [Fri, 12 May 1995 06:52:50 +0000 (06:52 +0000)]
(init_system_name): Clean up signedness mismatch.
Karl Heuer [Fri, 12 May 1995 02:18:47 +0000 (02:18 +0000)]
Miscellaneous fixes for better compatibility with
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.
Karl Heuer [Fri, 12 May 1995 00:44:17 +0000 (00:44 +0000)]
(float_to_string): Fix type mismatch and simplify.
Per Bothner [Fri, 12 May 1995 00:19:09 +0000 (00:19 +0000)]
Recognize PCs running Solaris2. Also, some cleaning up for CRAYs.
Karl Heuer [Fri, 12 May 1995 00:12:57 +0000 (00:12 +0000)]
(unexec): Fix type mismatch.
Karl Heuer [Thu, 11 May 1995 22:19:56 +0000 (22:19 +0000)]
[!MULTI_FRAME] (Fredraw_frame): Delete extra docstring.
Karl Heuer [Thu, 11 May 1995 22:18:01 +0000 (22:18 +0000)]
[!MULTI_FRAME] (Fframe_height, Frame_width): Delete extra docstring.
Tom Tromey [Thu, 11 May 1995 22:12:49 +0000 (22:12 +0000)]
(tcl-type-alist): Include entry for "proc".
Roland McGrath [Thu, 11 May 1995 03:30:10 +0000 (03:30 +0000)]
(tags-loop-continue): Doc fix.
Reset NEW after visiting for real, so we don't clobber the buffer again.
Roland McGrath [Thu, 11 May 1995 00:44:51 +0000 (00:44 +0000)]
(compilation-error-regexp-alist): Add regexps for IBM and Cray compilers.
(compilation-next-error-locus): Ignore a column number that is zero.
Tom Tromey [Wed, 10 May 1995 23:38:12 +0000 (23:38 +0000)]
(tcl-add-fsf-menu): Use make-lucid-menu-keymap, not
"make-xemacs-menu-keymap".
Tom Tromey [Wed, 10 May 1995 18:22:21 +0000 (18:22 +0000)]
Bug fix in menu code for XEmacs.
Roland McGrath [Wed, 10 May 1995 15:03:48 +0000 (15:03 +0000)]
AIX support from Tim Bell <tbel@afsmail.cern.ch>:
[_AIX] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define these for AIX.
(getloadavg) [_AIX]: Use `knlist' instead of `nlist'.
Tom Tromey [Tue, 9 May 1995 21:36:53 +0000 (21:36 +0000)]
Changed "Lucid Emacs" to "XEmacs".
Tcl's popup menu now added to existing one, courtesy
dfarmer@evolving.com (Doug Farmer)
Michael Meissner [Tue, 9 May 1995 20:22:38 +0000 (20:22 +0000)]
Add powerpc little endian support; Add powerpc variants; Add pentium variants
David J. MacKenzie [Tue, 9 May 1995 18:10:01 +0000 (18:10 +0000)]
Use sqrt (more portable) instead of fmod in -lm check.
Richard M. Stallman [Tue, 9 May 1995 17:44:05 +0000 (17:44 +0000)]
(BSD): Include sys/param.h instead of redefining BSD.
But do this only if emacs is defined.
Richard M. Stallman [Tue, 9 May 1995 17:42:56 +0000 (17:42 +0000)]
Put nt/emacs.ico and nt/emacs.rc in dist.
Richard M. Stallman [Tue, 9 May 1995 17:41:20 +0000 (17:41 +0000)]
Do copy src/makefile.nt.
Richard M. Stallman [Tue, 9 May 1995 05:36:55 +0000 (05:36 +0000)]
(Info-directory-list): Use installation-directory,
not invocation-directory. Cope if it is nil.
Richard M. Stallman [Tue, 9 May 1995 05:35:45 +0000 (05:35 +0000)]
(Fcall_process): Keep reading till buffer is nearly full.
Karl Heuer [Tue, 9 May 1995 05:17:02 +0000 (05:17 +0000)]
Vdefault_minibuffer_frame is now part of KBOARD instead
of a variable. All references changed.
Karl Heuer [Tue, 9 May 1995 05:16:50 +0000 (05:16 +0000)]
(struct kboard): New member Vdefault_minibuffer_frame.
Karl Heuer [Tue, 9 May 1995 05:16:19 +0000 (05:16 +0000)]
(init_kboard): Initialize Vdefault_minibuffer_frame.
Richard M. Stallman [Tue, 9 May 1995 05:01:05 +0000 (05:01 +0000)]
(VMS_SUPPORT): Add missing `.elc'.
(SOME_MACHINE_LISP): New variable.
(${etc}DOC): Use it.
Karl Heuer [Tue, 9 May 1995 04:58:10 +0000 (04:58 +0000)]
(make_frame_without_minibuffer): New arg KB.
Require the new frame's minibuffer to be on the same display.
Karl Heuer [Tue, 9 May 1995 04:57:39 +0000 (04:57 +0000)]
(Fx_create_frame): Pass kb to make_frame_without_minibuffer.
Karl Heuer [Tue, 9 May 1995 04:49:03 +0000 (04:49 +0000)]
[MULTI_FRAME] (make_terminal_frame): Don't set Vterminal_frame.
(do_switch_frame): Set Vterminal_frame to selected_frame.
Richard M. Stallman [Tue, 9 May 1995 04:47:52 +0000 (04:47 +0000)]
(Funfocus_frame): Check for live X frame.
Karl Heuer [Tue, 9 May 1995 04:46:18 +0000 (04:46 +0000)]
[MULTI_FRAME] (init_window_once): Set Vterminal_frame
to selected_frame.
Richard M. Stallman [Tue, 9 May 1995 04:09:15 +0000 (04:09 +0000)]
(mail-font-lock-keywords): Make mail-header-separator into a regexp.
Richard M. Stallman [Tue, 9 May 1995 04:07:15 +0000 (04:07 +0000)]
(news-reply-mode): Add ^ to paragraph delimiters.
Richard M. Stallman [Tue, 9 May 1995 04:05:54 +0000 (04:05 +0000)]
(sc-no-blank-line-or-header): Make mail-header-separator into a regexp.
Karl Heuer [Tue, 9 May 1995 02:38:03 +0000 (02:38 +0000)]
(x_consider_frame_title): When setting multiple_frames,
ignore invisible frames and frames on other displays.
Geoff Voelker [Tue, 9 May 1995 02:25:50 +0000 (02:25 +0000)]
removed ^Ms
Richard M. Stallman [Tue, 9 May 1995 02:19:20 +0000 (02:19 +0000)]
(popup-dialog-box): x-popup-dialog returns the value, not the cons cell.
Geoff Voelker [Tue, 9 May 1995 02:07:55 +0000 (02:07 +0000)]
Initial revision
Karl Heuer [Tue, 9 May 1995 01:32:05 +0000 (01:32 +0000)]
[MULTI_KBOARD] (read_char): If the character was for
the wrong kboard, don't let it get processed twice.
Richard M. Stallman [Tue, 9 May 1995 00:49:04 +0000 (00:49 +0000)]
(news-setup): Bind mail-signature to nil.
Richard M. Stallman [Tue, 9 May 1995 00:30:26 +0000 (00:30 +0000)]
(prepare_menu_bars): Save and restore the match data.
(update_menu_bar): New arg save_match_data.
Maybe save and restore match data here.
Richard M. Stallman [Mon, 8 May 1995 23:53:13 +0000 (23:53 +0000)]
(ediff-revision-key): Default value nil.
(ediff-load-version-control): Don't remind any key if
ediff-revision-key is nil.
Richard M. Stallman [Mon, 8 May 1995 23:23:37 +0000 (23:23 +0000)]
(info-insert-file-contents): Don't use
(file-name-directory fullname) if it is nil.
(info-insert-file-contents): Fix Apr 19 change.
Richard M. Stallman [Mon, 8 May 1995 21:09:17 +0000 (21:09 +0000)]
(Helper-help): Use read-key-sequence.
Richard M. Stallman [Mon, 8 May 1995 19:50:10 +0000 (19:50 +0000)]
(add-log-current-defun): Handle objc-mode like c-mode;
detect method definitions by their syntax.
Richard M. Stallman [Mon, 8 May 1995 16:24:55 +0000 (16:24 +0000)]
(Fdump_emacs): Don't use & before my_edata.
Richard M. Stallman [Mon, 8 May 1995 15:45:55 +0000 (15:45 +0000)]
(Fread_key_sequence): Doc fix.
Richard M. Stallman [Mon, 8 May 1995 15:42:59 +0000 (15:42 +0000)]
(Fraise_frame, Flower_frame): Make arg FRAME optional.
Richard M. Stallman [Mon, 8 May 1995 15:22:30 +0000 (15:22 +0000)]
(menu-bar-tools-menu): Rename key to `compare'.
Francesco Potortì [Mon, 8 May 1995 14:48:26 +0000 (14:48 +0000)]
* delta.h (C_SWITCH_MACHINE): Let configure decide if this is a
68040 or 68030. Don't condition on __STDC__.
Richard M. Stallman [Mon, 8 May 1995 06:22:36 +0000 (06:22 +0000)]
(region-cache.obj,vm-limit.obj): Dependencies defined.
(OBJ1): Don't compile xfaces.c.
(buffer.obj,indent.obj,search.obj): Add region-cache.h dependency.
Richard M. Stallman [Mon, 8 May 1995 04:59:49 +0000 (04:59 +0000)]
(Fdisplay_buffer): Initialize other, upper, lower.
Richard M. Stallman [Mon, 8 May 1995 00:45:17 +0000 (00:45 +0000)]
(get-method-definition, get-method-definition-1): New functions.
(add-log-current-defun): Use them to handle objc-mode.
Richard M. Stallman [Sun, 7 May 1995 23:08:17 +0000 (23:08 +0000)]
Add C-escape binding.
Richard M. Stallman [Sun, 7 May 1995 23:02:13 +0000 (23:02 +0000)]
entered into RCS
Richard M. Stallman [Sun, 7 May 1995 22:36:27 +0000 (22:36 +0000)]
(main): Increase lock timeout to five minutes.
Richard M. Stallman [Sun, 7 May 1995 22:29:15 +0000 (22:29 +0000)]
(Fmatch_data, Fstore_match_data): Declared.
Richard M. Stallman [Sun, 7 May 1995 22:23:26 +0000 (22:23 +0000)]
(wait_reading_process_input): Pass arg in new call to set_waiting_for_input.
Richard M. Stallman [Sun, 7 May 1995 20:20:30 +0000 (20:20 +0000)]
(path-separator): Set to ";".
Richard M. Stallman [Sun, 7 May 1995 20:18:55 +0000 (20:18 +0000)]
(TRES): Defined.
(TLIB1,TLIB2): Created out of TLIB.
(TLIB): Split to reduce time to do library updates.
(DOC): Use DOC-X.
(strftime.obj): Compile with -Dstrftime=emacs_strftime.
Richard M. Stallman [Sun, 7 May 1995 20:17:48 +0000 (20:17 +0000)]
(obj): Use .c files.
Richard M. Stallman [Sun, 7 May 1995 20:16:49 +0000 (20:16 +0000)]
(CVTRES): Defined.
Richard M. Stallman [Sun, 7 May 1995 18:39:02 +0000 (18:39 +0000)]
(recover-session): Renamed from multiple-recover.
Richard M. Stallman [Sun, 7 May 1995 17:43:08 +0000 (17:43 +0000)]
(GETPGRP_NO_ARG): Defined
(HAVE_GETPAGESIZE): Definition deleted.
Richard M. Stallman [Sun, 7 May 1995 17:39:40 +0000 (17:39 +0000)]
(region_face, next_face_id): Make static.
Richard M. Stallman [Sun, 7 May 1995 17:32:17 +0000 (17:32 +0000)]
Provide noutline as well as outline.
Richard M. Stallman [Sun, 7 May 1995 17:30:36 +0000 (17:30 +0000)]
(isfloat_string): Reject strings like "0.5+".
(init_lread): Don't warn about missing installation dirs
when using dirs derived from the executable.
Richard M. Stallman [Sun, 7 May 1995 09:02:39 +0000 (09:02 +0000)]
(Fmod): Fix the final adjustment, when f2 < 0 and f1 == 0.
Richard M. Stallman [Sun, 7 May 1995 06:13:58 +0000 (06:13 +0000)]
Clarification about running executable in place.
Richard M. Stallman [Sun, 7 May 1995 04:36:44 +0000 (04:36 +0000)]
Clarify effect of setting load-path before dumping.
Richard M. Stallman [Sun, 7 May 1995 00:39:49 +0000 (00:39 +0000)]
(syms_of_window): Doc fix.
(temp_output_buffer_show): If we use Vtemp_buffer_show_function,
do nothing else.
Richard M. Stallman [Sun, 7 May 1995 00:38:42 +0000 (00:38 +0000)]
(pp-eval-expression): Update use of temp-buffer-show-function.
Richard M. Stallman [Sat, 6 May 1995 23:08:47 +0000 (23:08 +0000)]
Refer to file nt/install.
Richard M. Stallman [Sat, 6 May 1995 23:07:51 +0000 (23:07 +0000)]
(wait_reading_process_input): Don't call prepare_menu_bars.
Clear waiting_for_input around calling redisplay_preserve_echo_area.
Richard M. Stallman [Sat, 6 May 1995 23:04:13 +0000 (23:04 +0000)]
(gc_cons_threshold): Change back to int.
(min): New macro.
(inhibit_garbage_collection): Don't exceed value an int can hold.
Richard M. Stallman [Sat, 6 May 1995 23:03:00 +0000 (23:03 +0000)]
(gc_cons_threshold): Change back to int.
Richard M. Stallman [Sat, 6 May 1995 21:58:08 +0000 (21:58 +0000)]
(i[345]86-*-bsdi2*): New configuration.
(vax-dec-bsd386*): Deleted.