1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 06:50:39 -08:00
Commit graph

42302 commits

Author SHA1 Message Date
Robert J. Chassell
d4bb58885a Explain the difference between the per-file log maintained by the
version control system and the per-directory or per-project ChangeLog.
2001-12-25 15:32:10 +00:00
Robert J. Chassell
744e59f6a8 Fix typo in cross-reference for `Using non-standard file names'
Fix cross-reference to `The GNU Emacs Manual'.
2001-12-25 15:30:36 +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
f95284d2b4 (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
(Fenlarge_window): New arg PRESERVE_BEFORE.
2001-12-25 10:36:08 +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
fbd98f82df (Fbyte_code): Use Fstring_make_unibyte instead of Fstring_as_unibyte. 2001-12-25 08:16:46 +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
Richard M. Stallman
85c7ceaa01 Replace "comment-fence" and "string-fence" with consistent terms. 2001-12-24 18:01:56 +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
7826313924 Explain using a before-string to put something in the margin. 2001-12-24 16:29:42 +00:00
Richard M. Stallman
8e0f7b5b48 Explain mode line redisplay better. 2001-12-24 16:28:22 +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
Pavel Janík
3978dec08d Fix headers. 2001-12-24 12:20:50 +00:00
Pavel Janík
153c21601b Fix typo. 2001-12-24 12:17:55 +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
Richard M. Stallman
f1842270a5 Document new doc string format. 2001-12-23 06:38:58 +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
44eec52586 Remove mocklisp files. 2001-12-22 14:02:33 +00:00
Pavel Janík
746de544e0 Remove declarations of variables Vmocklisp_arguments', Qmocklisp' and
`Qmocklisp_arguments'.
Remove prototype of syms_of_mocklisp.
2001-12-22 14:01:52 +00:00
Pavel Janík
2b9bde762b Remove variables Qmocklisp_arguments', Vmocklisp_arguments' and
`Qmocklisp'.  Remove prototype of ml_apply.
(Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda): Do not test
for mocklisp case.
(Fwhile): Remove unused variable `tem'.
(syms_of_eval): Remove variable `moclisp-arguments'.
2001-12-22 14:01:01 +00:00
Pavel Janík
43f2ddd70d (main): Do not call syms_of_mocklisp. 2001-12-22 14:00:05 +00:00
Pavel Janík
acc5eb0c4a (Fdocumentation): Remove mocklisp case. 2001-12-22 13:59:08 +00:00
Pavel Janík
a4bb6871d3 (wrong_type_argument): Remove mocklisp case. 2001-12-22 13:58:42 +00:00
Pavel Janík
39cf8566cd *** empty log message *** 2001-12-22 13:57:51 +00:00
Pavel Janík
31ace7d065 Do not include mocklisp.h.
(Fcall_interactively): Do not test for mocklisp case.
2001-12-22 13:55:34 +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