1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00
Commit graph

1172 commits

Author SHA1 Message Date
Eli Zaretskii
cf22597407 (Table of Resources): Fix the markup and the wording of the last change. 2002-01-13 11:57:37 +00:00
Eli Zaretskii
e155625190 (Table of Resources): Document the new fullscreen resource. 2002-01-13 11:52:06 +00:00
Eli Zaretskii
d7beb4c953 (Window Size X): Document the new full-screen options. 2002-01-13 11:49:02 +00:00
Pavel Janík
269b7745a3 Fix typos. 2002-01-12 16:01:51 +00:00
Pavel Janík
8c1cc9e8a6 Fix typo. 2002-01-12 15:58:30 +00:00
Richard M. Stallman
306da12ebe (Faces): More updates for faces on character terminals. 2002-01-12 03:56:19 +00:00
Eli Zaretskii
c1b4555311 (Faces): Mention that character terminals also support faces. 2002-01-11 15:28:56 +00:00
Eli Zaretskii
d1c1661b89 (EMACSVER): Set to 21.2.50. 2002-01-11 09:15:51 +00:00
Michael Kifer
7dd0c7506f small clarification 2002-01-10 01:57:38 +00:00
Michael Kifer
50a07e1856 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
* viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
	new macro that replaces viper-emacs-p and viper-xemacs-p in many
	cases. Used to reduce the number of warnings.

	* viper-cmd.el: use viper-cond-compile-for-xemacs-or-emacs.
	(viper-standard-value): moved here from viper.el.
	(viper-set-unread-command-events): moved to viper-util.el
	(viper-check-minibuffer-overlay): make sure
	viper-minibuffer-overlay is moved to cover the entire input field.

	* viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
	(viper-read-key-sequence, viper-set-unread-command-events,
	viper-char-symbol-sequence-p, viper-char-array-p): moved here.

	* viper-ex.el: use viper-cond-compile-for-xemacs-or-emacs.

	* viper-keym.el: use viper-cond-compile-for-xemacs-or-emacs.

	* viper-mous.el: use viper-cond-compile-for-xemacs-or-emacs.

	* viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p,
	viper-event-vector-p): moved to viper-util.el

	* viper.el (viper-standard-value): moved to viper-cmd.el.
	Use viper-cond-compile-for-xemacs-or-emacs.

	* ediff-help.el: use ediff-cond-compile-for-xemacs-or-emacs.

	* ediff-hook.el: use ediff-cond-compile-for-xemacs-or-emacs.

	* ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): new
	macro designed to be used in many places where ediff-emacs-p or
	ediff-xemacs-p was previously used. Reduces the number of
	warnings.
	Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieue
	of ediff-xemacs-p.
	(ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer,
	ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p,
	ediff-whitespace-diff-region-p, ediff-get-region-contents):
	moved to ediff-util.el.
	(ediff-event-key): moved here.

	* ediff-merge.el: got rid of unreferenced variables.

	* ediff-mult.el: use ediff-cond-compile-for-xemacs-or-emacs.

	* ediff-util.el: use ediff-cond-compile-for-xemacs-or-emacs.
	(ediff-cleanup-mess): improved the way windows are set up after
	quitting ediff.
	(ediff-janitor): use ediff-dispose-of-variant-according-to-user.
	(ediff-dispose-of-variant-according-to-user): new function
	designed to be smarter and also understands indirect buffers.
	(ediff-highlight-diff-in-one-buffer,
	ediff-unhighlight-diff-in-one-buffer,
	ediff-unhighlight-diffs-totally-in-one-buffer,
	ediff-highlight-diff, ediff-highlight-diff,
	ediff-unhighlight-diff, ediff-unhighlight-diffs-totally,
	ediff-empty-diff-region-p, ediff-whitespace-diff-region-p,
	ediff-get-region-contents, ediff-make-current-diff-overlay):
	moved here.
	(ediff-format-bindings-of): new function by Hannu Koivisto
	<azure@iki.fi>.
	(ediff-setup): make sure the merge buffer is always widened and
	modifiable.
	(ediff-write-merge-buffer-and-maybe-kill): refuse to write the
	result of a merge into a file visited by another buffer.
	(ediff-arrange-autosave-in-merge-jobs): check if the merge file
	is visited by another buffer and ask to save/delete that buffer.
	(ediff-verify-file-merge-buffer): new function to do the above.

	* ediff-vers.el: load ediff-init.el at compile time.

	* ediff-wind.el: use ediff-cond-compile-for-xemacs-or-emacs.

	* ediff.el (ediff-windows, ediff-regions-wordwise,
	ediff-regions-linewise): use indirect buffers to improve
	robustness and make it possible to compare regions of the same
	buffer (even overlapping regions).
	(ediff-clone-buffer-for-region-comparison,
	ediff-clone-buffer-for-window-comparison): new functions.
	(ediff-files-internal): refuse to compare identical files.
	(ediff-regions-internal): get rid of the warning about comparing
	regions of the same buffer.

	* ediff-diff.el (ediff-convert-fine-diffs-to-overlays): moved here.
	Plus the following fixes courtesy of Dave Love:
	Doc fixes.
	(ediff-word-1): Use word class and move - to the
	front per regexp documentation.
	(ediff-wordify): Bind forward-word-function outside loop.
	(ediff-copy-to-buffer): Use insert-buffer-substring rather than
	consing buffer contents.
	(ediff-goto-word): Move syntax table setting outside loop.
2002-01-08 04:36:01 +00:00
Eli Zaretskii
4c2b318656 (Language Environments): Mention the UTF-8 environment; add an index entry. 2002-01-07 11:43:41 +00:00
Eli Zaretskii
0d48e8aad3 Place under GFDL. Fix copyright years.
(Top): Fix markup of quoted chapter names.
(Stack Manipulation, Rearranging with Selections)
(Operations on Variables): Use @kbd instead of @key.
(Installation): Update instructions.  Comment out the description
of the \bumpoddpages macro which was deleted
2002-01-04 11:36:29 +00:00
Eli Zaretskii
5c3cb846d4 *** empty log message *** 2002-01-04 10:47:38 +00:00
Eli Zaretskii
ef0ce4e022 (DVI_TARGETS): Add calc.dvi.
(calc.dvi): Uncomment.
2002-01-04 10:47:13 +00:00
Richard M. Stallman
5d67986c42 Delete many TeX customizations, producing a style more consistent
with our other manuals and eliminating TeX errors.
Use @var instead of @i when appropriate.
Fix utilization of @key.
2002-01-03 23:38:47 +00:00
Richard M. Stallman
387ac9c17c Describe define-global-abbrev and define-mode-abbrev. 2002-01-03 05:19:26 +00:00
Richard M. Stallman
cfb441af4e Minor cleanup of previous change. 2001-12-30 19:46:22 +00:00
Richard M. Stallman
6480c8b4e2 Update C-u C-x = output format. 2001-12-28 03:10:33 +00:00
Francesco Potortì
3e7eaab2dc Perl changes for etags. 2001-12-26 21:51:53 +00:00
Richard M. Stallman
3006826718 Rewrite Types of Log File node. 2001-12-26 00:42:56 +00:00
Pavel Janík
2a7c85e3f8 Move direntry. 2001-12-25 17:20:00 +00:00
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
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
Eli Zaretskii
3be9b0cab7 (Font Lock): Mention jit-lock and its customization group. 2001-12-21 13:00:35 +00:00
Eli Zaretskii
78f743c793 (EMACSSOURCES): Update the list of Emacs manual source files. 2001-12-20 20:14:29 +00:00
Francesco Potortì
9340a58f83 In the Etags manual, when comparing the regular expression syntax to
that of Emacs, remove the references to the interval operator, which is
now part of Emacs as well as Etags, and add references to greedy
operators and shy groups, which are now part of Emacs, but not of Etags.
2001-12-20 09:14:27 +00:00
Dave Love
3e16e035c5 Remove most-positive-fixnum, most-negative-fixnum. 2001-12-18 16:04:56 +00:00
Richard M. Stallman
d881eadeb6 Finish previous change. 2001-12-18 02:22:44 +00:00
Eli Zaretskii
08a7824f49 (Checklist): Fix a typo. 2001-12-17 19:24:50 +00:00
Francesco Potortì
e94a3679c5 Etags changes for Prolog and PHP. 2001-12-15 16:08:32 +00:00
Andreas Schwab
9464dea48d *** empty log message *** 2001-12-07 12:32:34 +00:00
Andreas Schwab
b5f1c9fa02 Don't omit first argument of @ref. 2001-12-07 11:57:15 +00:00
Richard M. Stallman
e7c210cc76 *** empty log message *** 2001-12-03 00:08:00 +00:00
Pavel Janík
a74e0dfdfd Fix previous change. 2001-12-02 14:02:14 +00:00
Pavel Janík
4a3cf58db0 *** empty log message *** 2001-12-02 09:42:43 +00:00
Pavel Janík
acaa9a9e2b Add @direntry. 2001-12-02 09:42:13 +00:00
Eli Zaretskii
564b1f760d Fix wording of the last change. 2001-12-01 13:37:32 +00:00
Eli Zaretskii
8f1b2b0bf7 *** empty log message *** 2001-12-01 13:10:50 +00:00
Eli Zaretskii
df59879c24 Update maintainer.
(Acknowledgement): Update contributors.
2001-12-01 13:08:48 +00:00
Kai Großjohann
59ac134c76 (Marking Objects): `M-h' accepts prefix arg. 2001-12-01 13:06:43 +00:00
Richard M. Stallman
0776c3a843 Add Border. 2001-11-27 03:02:32 +00:00
Richard M. Stallman
4190ce5c05 Undo previous change. 2001-11-25 17:37:10 +00:00
Jason Rumney
59ce1461a2 *** empty log message *** 2001-11-25 11:35:13 +00:00
Jason Rumney
79752b6926 Remove comments about tooltips not being supported on MS-Windows. 2001-11-25 11:33:04 +00:00
Richard M. Stallman
c4264361a2 Fix index entry for comment-indent-function. 2001-11-25 02:51:52 +00:00
Colin Walters
450c647667 (Installation): Change 'url' into 'uref'. 2001-11-24 02:50:42 +00:00
Colin Walters
b8003ee934 *** empty log message *** 2001-11-24 02:35:37 +00:00
Colin Walters
ed7899e8e9 (Installation): Remove most of the installation instructions. Clean
up instructions on generating .dvi from the manual.
(Reporting Bugs): Update maintainer and Emacs source addresses.
2001-11-24 02:26:04 +00:00
Eli Zaretskii
b771b258d1 (Lisp Indent): Add index entry for lisp-indent-function. 2001-11-23 17:27:36 +00:00