1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00
Commit graph

19627 commits

Author SHA1 Message Date
Richard M. Stallman
d2fb04dfd3 (flyspell-mode-map): New keymap, defined as before 2001-11-09.
(add-minor-mode call): Specify the keymap.
2001-12-27 03:13:57 +00:00
Richard M. Stallman
62728cf048 Comment change. 2001-12-26 21:27:54 +00:00
Richard M. Stallman
492e159bb0 (compile-internal): Set TERM variable in process-environment. 2001-12-26 21:26:25 +00:00
Richard M. Stallman
5a97a3c2db (help-xref-on-pp): Catch and ignore errors in scanning the buffer. 2001-12-25 22:02:33 +00:00
Richard M. Stallman
c16eb7b010 (command-line): Convert command line args
to Emacs internal representation using locale-coding-system.
2001-12-25 17:15:14 +00:00
Richard M. Stallman
da3ab9c771 *** empty log message *** 2001-12-25 17:15:00 +00:00
Eli Zaretskii
9ac9525c76 Don't require ind-util when compiling. 2001-12-25 16:31:18 +00:00
Robert J. Chassell
aae61ef390 (texinfo-show-structure): Display the line showing the current location
in the middle of the window.
2001-12-25 16:16:22 +00:00
Pavel Janík
04b7de794f (tpu-reset-screen-size): Use set-frame-height and set-frame-width instead
of set-screen-height and set-screen-width.
2001-12-25 11:22:35 +00:00
Pavel Janík
ec5b8815a9 (mh-show-msg): Likewise.
(mh-handle-process-error): Use frame-width instead of obsolete
screen-width.
2001-12-25 11:18:39 +00:00
Pavel Janík
2cb48ea3ff (vt-wide, vt-narrow): Use set-frame-width instead of obsolete
set-screen-width.
2001-12-25 11:16:02 +00:00
Pavel Janík
041f4d74cc Fix Lisp headers. 2001-12-25 11:10:03 +00:00
Pavel Janík
fcb1ffbb9f Remove empty line at the end of file. 2001-12-25 11:09:24 +00:00
Pavel Janík
c19813f3f5 (locate): Remove dot at the end of error argument. 2001-12-25 11:07:45 +00:00
Pavel Janík
634f4a678a Add Maintainer header. 2001-12-25 11:03:46 +00:00
Pavel Janík
639898757d Remove empty lines at the end of file. 2001-12-25 11:02:43 +00:00
Pavel Janík
19d62fda54 (emerge-show-file-name): Use frame-height instead of obsolete
screen-height.
2001-12-25 11:01:47 +00:00
Pavel Janík
51896ebc37 Add keyword. 2001-12-25 10:55:12 +00:00
Pavel Janík
02ed5b47a7 Fix Lisp footer. 2001-12-25 10:53:42 +00:00
Pavel Janík
ad21495fd3 Fix previous change. 2001-12-25 10:43:25 +00:00
Richard M. Stallman
b4c4516263 *** empty log message *** 2001-12-25 10:36:14 +00:00
Richard M. Stallman
0d6c5d1849 (balance-windows): Use new PRESERVE-BEFORE arg
to enlarge-window.  Use save-selected-window.  Don't try
to resize windows that end at the bottom "level".
Retry changing the sizes until the windows get the desired sizes.
Discount the minibuffer when computing total height available.
2001-12-25 10:34:39 +00:00
Richard M. Stallman
d0fd26dd0b *** empty log message *** 2001-12-25 08:16:54 +00:00
Richard M. Stallman
f27b0335d1 (debugger-mode-map): Bind C-m, not `RET'.
(debugger-make-xrefs): Only make a button for the first symbol on any line.
2001-12-25 08:14:45 +00:00
Richard M. Stallman
96c01bd4e3 (ftp-mode-abbrev-table): Don't define it.
(nslookup-mode-abbrev-table): Don't define it.
(smbclient-mode-abbrev-table): Don't define it.
(ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
(nslookup-mode, smbclient-mode): Likewise.
(network-connection-service-abbrev-alist): Variable deleted.
(network-connection-mode-setup): Don't set up abbrev table.
2001-12-24 20:18:36 +00:00
Eli Zaretskii
9e06819844 *** empty log message *** 2001-12-24 17:11:11 +00:00
Eli Zaretskii
a9a9b2e3c3 (dos-cpNNN-setup, dos-codepage-setup):
Call IT-setup-unicode-display here instead of adding it to
dos-codepage-setup-hook, so that Unicode display tables are set
before dos-codepage-setup-hook runs.
2001-12-24 16:52:50 +00:00
Richard M. Stallman
7c425d82b0 *** empty log message *** 2001-12-24 16:39:39 +00:00
Richard M. Stallman
31cf46d33d (minibuffer-prompt): New face.
(minibuffer-prompt-properties): Add `face' property.
2001-12-24 16:39:31 +00:00
Richard M. Stallman
365486d69e (occur-mode-display-occurrence): New function.
(occur-mode-map): Bind C-o to it.
2001-12-24 16:27:20 +00:00
ShengHuo ZHU
d9d575d874 More fixes. 2001-12-24 06:04:36 +00:00
ShengHuo ZHU
7696fe41cf Fix confusing entries. 2001-12-24 05:51:46 +00:00
Michael Kifer
b9fe4732f6 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
* viper-cmd.el (viper-change-state): Got rid of make-local-hook.
	(viper-special-read-and-insert-char): Make C-m work right in the r
	comand.
	(viper-buffer-search-enable): Fixed format string.

	* viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
	instead of viper-info-on-file.
	(ex-set-visited-file-name): New function.

	* viper.el (viper-emacs-state-mode-list): Added mail-mode.

	* ediff-mult.el (ediff-meta-mark-equal-files): Added optional
	action argument.

	* ediff-init.el: Fixed some doc strings.

	* ediff-util.el (ediff-after-quit-hook-internal): New variable.
	Got rid of make-local-hook.

	* ediff-wind.el (ediff-setup-control-frame): Got rid of
	make-local-hook.
2001-12-24 05:50:31 +00:00
Richard M. Stallman
ea8d306137 (x-handle-geometry): Put height and width on default-frame-alist,
left and top on initial-frame-alist.
2001-12-24 04:52:54 +00:00
Richard M. Stallman
67f5954cbd (sort-reorder-buffer): Copy all to a temp buffer first. 2001-12-23 06:46:19 +00:00
Richard M. Stallman
b85b15f3fe (yow): Use an arg to distinguish interactive calls, not interactive-p. 2001-12-23 06:40:00 +00:00
Pavel Janík
c95eaa61ce *** empty log message *** 2001-12-22 14:18:08 +00:00
Pavel Janík
e32abc829f Files removed. 2001-12-22 14:13:11 +00:00
Pavel Janík
39cf8566cd *** empty log message *** 2001-12-22 13:57:51 +00:00
Pavel Janík
3e99d237aa *** empty log message *** 2001-12-22 13:49:19 +00:00
Pavel Janík
ad8dacae86 Moved there from lisp/emulation. 2001-12-22 13:39:18 +00:00
Pavel Janík
e4a552b9c0 (source-files): Remove mocklisp.c. 2001-12-22 13:37:57 +00:00
Pavel Janík
b15f6f29ef (elint-unknown-builtin-args): Remove mocklisp entries. 2001-12-22 13:37:30 +00:00
Pavel Janík
5f11d42cee (byte-optimize-form-code-walker): Remove mocklisp case. 2001-12-22 13:36:59 +00:00
Pavel Janík
676927b7d8 (insert-string): Moved from mocklisp.c, reimplemented in Lisp. Obsoleted. 2001-12-22 13:36:12 +00:00
Pavel Janík
a7323c295b Remove mocklisp function case. 2001-12-22 13:35:14 +00:00
Miles Bader
9e698fd9a5 *** empty log message *** 2001-12-22 12:40:41 +00:00
Miles Bader
f5bd4bf25b (refill-mode): Don't barf when redundantly turning refill-mode off. 2001-12-22 12:25:14 +00:00
Pavel Janík
4b05e68da2 (display-time-load-average-threshold): New variable.
(display-time-update): Use it.
(display-time-default-load-average): New customizable option.
(display-time-load-average): New variable.
(display-time-cycle-load-average): New function.
(display-time-update): Use them.
2001-12-22 09:18:01 +00:00
Richard M. Stallman
9cc84e31c9 (apropos-print): SPACING is now nil or a separator string.
(apropos-documentation, apropos-value): Pass a suitable string.
2001-12-22 01:36:48 +00:00