1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00
Commit Graph

16831 Commits

Author SHA1 Message Date
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
Richard M. Stallman
cdb9d66596 (command_loop_1, read_char):
Run Qecho_area_clear_hook when clearing echo area.
(Qecho_area_clear_hook): New variable.
(syms_of_keyboard): Initialize it.
1997-01-05 23:05:46 +00:00
Richard M. Stallman
be17d374c3 (frame-or-buffer-changed-p): Definition deleted.
(the end): Use mapc, to force loading of cl-extra.
1997-01-05 04:44:30 +00:00
Miles Bader
96cdf226f1 (*:GNU:*:*):
The machine/subtype separator printed by uname -m is now `-', not '/'.
1997-01-05 03:44:26 +00:00
Richard M. Stallman
467ff69234 (switch-to-buffer-other-frame)
(switch-to-buffer-other-window): New arg NORECORD.
1997-01-05 02:55:09 +00:00
Richard M. Stallman
6d12711f44 (Fpop_to_buffer): New arg NORECORD. 1997-01-05 02:53:57 +00:00
Geoff Voelker
f75104b256 Add site-lisp to EMACSLOADPATH. 1997-01-05 02:14:59 +00:00
Geoff Voelker
8144f59c30 (env_vars): Add site-lisp to EMACSLOADPATH. 1997-01-05 02:14:41 +00:00
Geoff Voelker
7d122d4732 (real_install): Create site-lisp in installation dir. 1997-01-05 02:14:28 +00:00
Geoff Voelker
d9709fde35 (compare_env, merge_and_sort_env): New functions.
(sys_spawnve): Sort environment variables for subprocess.
(ppid_env_var_buffer): Variable deleted.
1997-01-04 22:26:26 +00:00