1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-27 01:01:52 -07:00
Commit graph

26840 commits

Author SHA1 Message Date
Geoff Voelker
e9e23e2348 Change all uses of win95, winnt, and win32
into Windows 95, Windows NT, and W32, respectively.
Expand "win" substring in variables referring to Microsoft Windows
constructs into "windows".
Canonicalize header comments to use same terminology.
1997-01-20 00:38:22 +00:00
Geoff Voelker
e6b20d6541 Change all uses of win95, winnt, and win32
into Windows 95, Windows NT, and W32, respectively.
Expand "win" substring in variables referring to Microsoft Windows

constructs into "windows".
Canonicalize header comments to use same terminology.
1997-01-20 00:34:34 +00:00
Geoff Voelker
274932335b Use windows95 and windowsnt instead
of win95 and winnt, respectively.
1997-01-20 00:05:31 +00:00
Richard M. Stallman
3826ea1a0f (change_frame_size_1): Reject new sizes if they cause overflow. 1997-01-19 01:34:39 +00:00
Richard M. Stallman
5caa45d38a (skip_chars): Optimize by not calling SET_PT in the loop. 1997-01-19 01:28:07 +00:00
Richard M. Stallman
474a797e4c (mantemp-insert-cxx-syntax): Recognize non-class templates.
(mantemp-make-mantemps-buffer): Simplify message.
(mantemp-make-mantemps-region): Simplify message.
1997-01-19 00:48:00 +00:00
Richard M. Stallman
d20b6dfd19 Initial revision 1997-01-19 00:47:24 +00:00
Richard M. Stallman
6414073a99 (shell-mode): Don't set list-buffers-directory. 1997-01-18 06:10:10 +00:00
Richard M. Stallman
2c7f9082ac (ange-ftp-waiting-flag): New variable.
(ange-ftp-load): Bind that to t, and catch ftp-error.
(ange-ftp-cf2, ange-ftp-cf1): If ange-ftp-waiting-flag is t,
throw instead of signaling an error.
1997-01-18 06:08:37 +00:00
Richard M. Stallman
b8cab0060c (push_key_description): Print C-j, not TAB. 1997-01-17 07:07:20 +00:00
Richard M. Stallman
606538987c Clean up parentheses. 1997-01-17 07:01:51 +00:00
Eli Zaretskii
31e4e97b5b * (interrupt_signal): Make emergency exit work on MSDOS
frames.  Block further SIGINTs while `interrupt_signal'	runs.
1997-01-16 13:12:51 +00:00
Eli Zaretskii
417a04bb04 * (sigprocmask, sig_suspender): New functions, implement
signal blocking on MSDOS.
1997-01-16 12:50:00 +00:00
Eli Zaretskii
bf8360aed2 * (XMenuActivate): Don't allow non-positive menu
coordinates.
1997-01-16 12:20:49 +00:00
Richard M. Stallman
090be653c3 (ps-print-version): Fix value.
(cl lisp-float-type): Require them.
(ps-number-of-columns ps-*-font-size): Try to select defaults
better suited when `ps-landscape-mode' is non-nil.
(ps-*-faces): Change default for Font Lock mode faces when
`ps-print-color-p' is nil.
(ps-right-header): Replace `time-stamp-yy/mm/dd'
by `time-stamp-mon-dd-yyyy'.
(ps-end-file ps-begin-page): Fix bug in page count for Ghostview.
(ps-generate-postscript-with-faces): Replace `ps-sorter' by
`car-less-than-car'.
(ps-plot ps-generate): Replace `%d' by `%3d'.
1997-01-16 05:09:21 +00:00
Jim Meyering
3da4f36796 [hpux && HAVE_PSTAT_GETDYNAMIC]: Use HPUX's pstat_getdynamic so
we don't need any special privileges to determine load averages.
Patch from Kaveh Ghazi, based on a sample implementation from
Richard J. Rauenzahn.
Indent cpp-directives to reflect nesting.
1997-01-16 03:33:02 +00:00
Richard M. Stallman
93b649d3b3 (HAVE_PSTAT_GETDYNAMIC): New definition. 1997-01-15 20:24:01 +00:00
Richard M. Stallman
1f8bd7fb36 (get_emacs_configuration): Return windows95 instead of win95. 1997-01-15 20:19:54 +00:00
Karl Heuer
d9b73ccc49 compile.el (first-error): Doc fix. 1997-01-15 00:20:37 +00:00
Richard M. Stallman
de004cc6b4 (init_cmdargs): Allow `installation-directory'
to be set if either `lib-src' or `info' are found as its
subdirectories or siblings.
1997-01-13 21:42:33 +00:00
Richard M. Stallman
a41284da64 (occur-mode-map): Bind g to revert-buffer.
(occur-mode): Locally bind revert-buffer-function.
(occur-command-arguments): New variable.
(occur-revert-function): New function.
(occur): Set occur-command-arguments.
1997-01-13 08:45:17 +00:00
Richard M. Stallman
de712da3be (concat): Take modulus of thisindex before shifting.
Declare thisindex as unsigned.
1997-01-13 03:33:26 +00:00
Richard M. Stallman
3fda54a2a2 Rename args PATHNAME to FILENAME in various functions.
(mh-mhn-compose-insertion): New arg ATTRIBUTES
and change the interactive spec to read it.
1997-01-13 03:25:05 +00:00
Richard M. Stallman
2260964759 Update info about DJGPP. 1997-01-13 02:41:58 +00:00
Geoff Voelker
ef06882daf (x-popup-menu): Pass in insist flag to mouse_position_hook. 1997-01-13 01:41:59 +00:00
Geoff Voelker
926e2fdb93 (make-auto-save-file-name): Replace occurrences of
all invalid filename characters.
1997-01-13 01:23:21 +00:00
Richard M. Stallman
86b54f498e (texinfo-incorporate-descriptions): Call regexp-quote. 1997-01-13 01:10:49 +00:00
Paul Eggert
acbbacbe53 (rounding_driver): New function for systematic support of
2-argument rounding functions, so that `floor' isn't the only one
that supports 2 arguments.
(Fceiling, Ffloor, Fround, Ftruncate): Use it.
(ceiling2, floor2, round2, truncate2, double_identity): New functions.
(syms_of_floatfns): Define ceiling, round, and truncate even if
LISP_FLOAT_TYPE is not defined.
1997-01-11 17:44:06 +00:00
Richard M. Stallman
ec3bbd7d6b Fix previous change. 1997-01-11 00:28:34 +00:00
Richard M. Stallman
039dc30b04 (read1): Fix error messages. 1997-01-11 00:28:16 +00:00
Richard M. Stallman
988dff5e88 Comment change. 1997-01-10 09:15:06 +00:00
Richard M. Stallman
acacb29209 Include <mach-o/reloc.h>.
(fgrowth): Initialize to zero.
(vmaddr_growth, dataseg_vmaddr, dataseg_vmend): New variables.
[NS_TARGET] (extreloff, nextrel, dysymtab, reloc_info): New variables.
(unexec_doit): Adjust file offsets of segments that follow the
enlarged data segment.  Adjust vmaddr of the SEG_LINKEDIT segment that
follows the data segment.
[NS_TARGET] (unexec_doit): Adjust file offsets in the LC_DYSYMTAB load
command that follows the data segment.  Zero out relocation entries
that fall within the data segment.
1997-01-10 02:53:35 +00:00
Simon Marshall
1c626aaf74 Fix additional text prop fns to behave as proposed builtins.
Undo previous font-lock-after-change-function as that works better albeit not perfectly.
1997-01-09 10:08:58 +00:00
Richard M. Stallman
ddb2b1814f (delete-completion-window): Handle special display frames. 1997-01-09 07:59:03 +00:00
Richard M. Stallman
26eb64a99c Add when and unless. 1997-01-09 07:58:14 +00:00
Simon Marshall
5943195a9c remove references in comments to long defunct make-shell. 1997-01-08 14:59:41 +00:00
Simon Marshall
6abd38efcd delete comments referring to long defunct make-shell. 1997-01-08 14:57:02 +00:00
Richard M. Stallman
e81fd1f747 (telnet-initial-filter): Fix error message.
Bind case-fold-search to t.
1997-01-08 06:56:06 +00:00
Richard M. Stallman
6ae5bdf58c (when, unless): Definitions moved to subr.el. 1997-01-08 06:09:48 +00:00
Richard M. Stallman
debff3c309 (when, unless): Definitions moved from cl.el. 1997-01-08 06:09:02 +00:00
Richard M. Stallman
49b6d120a6 (LOCK_PID_MAX): Use sizeof (unsigned long) instead of hardwiring 21.
(lock_file_1): Use LOCK_PID_MAX when allocating lock_info_str
instead of hardwiring 21.
1997-01-07 23:52:21 +00:00
Richard M. Stallman
1ac95fabf3 (gud-gdb-marker-regexp): Use colon always, not path-separator. 1997-01-07 21:49:53 +00:00
David J. MacKenzie
32ec095a15 Add hppa1.1-hitachi-hiuxmpp support, passed along by rms. 1997-01-07 19:29:28 +00:00
Richard M. Stallman
c5f0b2d42d (invert-face): Handle inverting the default face better. 1997-01-07 09:05:31 +00:00
Richard M. Stallman
cd0c235a9d Fix typo editing previous change. 1997-01-07 09:03:23 +00:00
Richard M. Stallman
5c4491697a (sh-shell-file): Downcase and remove extension on shells in NT. 1997-01-07 09:02:48 +00:00
Richard M. Stallman
c5c890bac4 No longer a minor mode.
(expand-submit-bug-report): Function deleted.
(expand-mode-version, expand-mode-help-address): Variables deleted.
(expand-mode): Variable and function deleted.
(expand-mode-hook, expand-mode-name): Variables deleted.
(expand-load-hook): Variable renamed from expand-mode-load-hook.
(expand-map): Variable deleted.
(expand-jump-to-next-slot): Renamed from expand-jump-to-next-mark.
Add autoload.
(expand-jump-to-previous-slot): Add autoload.
Renamed from expand-jump-to-previous-mark.
1997-01-07 08:14:12 +00:00
Richard M. Stallman
b36701cc09 (bright_bg): Save the original state of video blink bit.
(maybe_enable_blinking): New function, restores the original state
of the blink bit.
(IT_reset_terminal_modes): Restore the original state of the blink
bit when suspending/exiting.
(run_msdos_command): Make sure bright background colors are again
enabled after subsidiary program returns.
1997-01-06 21:23:25 +00:00
Richard M. Stallman
ac707ebc83 (command-line-1): Don't run buffer-menu if in batch mode. 1997-01-06 06:51:29 +00:00
Richard M. Stallman
0dd96d4cbc (x-handle-args): Stop arg processing
if we encounter "--", and preserve all remaining args.
1997-01-06 06:51:12 +00:00