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

39705 commits

Author SHA1 Message Date
Richard M. Stallman
65500a82e5 Fix the double-property examples. Include one with a bare lambda. 2002-01-11 01:05:49 +00:00
Thien-Thi Nguyen
df9d055ed4 (zone-timeout): New var.
(zone-hiding-modeline): New macro.
(zone-call): New func.

(zone): Init `modeline-hidden-level' symbol property.
Use `zone-call' instead of `funcall'.

(zone-pgm-whack-chars): Use `make-string' (bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).

(zone-pgm-stress): Use `zone-hiding-modeline'.

(zone-pgm-stress-destress): New zone program.
2002-01-10 22:14:26 +00:00
Pavel Janík
33f1148dad Comment fixes. 2002-01-10 11:13:17 +00:00
Eli Zaretskii
0e9f0c4419 (minibuffer-prompt): Special face definition for MS-DOS. 2002-01-10 09:40:57 +00:00
Eli Zaretskii
18e1da99d9 Fix the last entry (RMS says this submission doesn't need legal papers). 2002-01-10 09:29:17 +00:00
Eli Zaretskii
417f4d3a6b Changed the behavior of the "greek" input
method, to consider the "accent" and "diaeresis" as prefix
keys.  A new method (named "greek-postfix") was added which
implements the old behavior.  Also changed the mapping of the
"Q/q" key to produce the ":/;" characters, as is customary in
greek keyboards.
2002-01-10 09:27:14 +00:00
Michael Kifer
7dd0c7506f small clarification 2002-01-10 01:57:38 +00:00
Richard M. Stallman
7df5614237 (fancy-splash-screens): Set tab-width in correct buffer. 2002-01-10 00:49:24 +00:00
Jason Rumney
74779f52c5 (x_consider_frame_title): Don't count the tooltip frame
when checking for multiple frames.
2002-01-09 22:42:49 +00:00
Michael Kifer
b93e5ce229 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
* viper.el (viper-set-hooks): zap viper-unfriendly bindings in
	flyspell-mouse-map.
2002-01-09 17:33:15 +00:00
Robert J. Chassell
5bc3d7cc9e Nitpicking change of format from ISBN-1882114-43-4 to ISBN 1-882114-43-4 2002-01-09 16:25:26 +00:00
Robert J. Chassell
a081de6119 Change ISBN to 1882114-43-4. 2002-01-09 16:04:36 +00:00
Pavel Janík
ca79970e2a (xaw_create_dialog): Initialize icon_name to suppress compiler warnings. 2002-01-09 11:01:58 +00:00
Richard M. Stallman
aaddfb295b *** empty log message *** 2002-01-09 07:39:15 +00:00
ShengHuo ZHU
1107685d9c Add 2002 into copyright line. 2002-01-09 03:42:12 +00:00
ShengHuo ZHU
39d74434e3 * gnus-start.el (gnus-read-init-file): Cleaned up.
* gnus-start.el (gnus-startup-file-coding-system): Removed.
(gnus-read-init-file): Don't use it.
* gnus-start.el (gnus-read-init-file): Don't force coding system
for ~/.gnus.
From Lars Magne Ingebrigtsen  <larsi@gnus.org>
From Dave Love <fx@gnu.org>
From Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2002-01-09 03:38:01 +00:00
Richard M. Stallman
f3bd3e5ff1 (regexp-opt): Bind max-specpdl-size. 2002-01-09 00:31:58 +00:00
Richard M. Stallman
e3b2eba1b6 (eldoc-minor-mode-string): Fix custom type. 2002-01-08 23:57:49 +00:00
Richard M. Stallman
5c2012be06 (flyspell-mode-line-string): Fix custom type. 2002-01-08 23:57:15 +00:00
Robert J. Chassell
9a2ed8dbe3 Remove Preface from the `Invariant Section' listing of the License,
since it specifies `how the book is arranged'.
2002-01-08 23:41:37 +00:00
Pavel Janík
fda1bf2c5e *** empty log message *** 2002-01-08 21:49:11 +00:00
Pavel Janík
c3b7828887 (ada-initialize-properties, ada-mode): Do not use make-local-hook. 2002-01-08 21:43:42 +00:00
Pavel Janík
2fbeec98ec Remove psgml patch, users should use newer versions. 2002-01-08 21:42:19 +00:00
Pavel Janík
f34e1abc24 Fix typo. 2002-01-08 21:38:58 +00:00
André Spiegel
54f4223424 # 2002-01-08 20:09:13 +00:00
André Spiegel
6223f0976f Fix prev change. 2002-01-08 20:00:19 +00:00
André Spiegel
a9f81d67cb Patch by Martin.Lorentzson@telia.com.
(vc-cvs-sticky-date-format-string): New variable.
(vc-cvs-sticky-tag-display): New variable.
(vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
(vc-cvs-checkin): If the input revision is a valid symbolic tag
name, we create it as a branch, commit and switch to it.
(vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
(vc-cvs-valid-symbolic-tag-name-p): New function.
(vc-cvs-parse-sticky-tag): New function.
(vc-cvs-parse-entry): Added parsing of sticky tags.
2002-01-08 19:57:57 +00:00
Jason Rumney
e6bb685beb Fix typo in last checkin 2002-01-08 19:33:24 +00:00
Eli Zaretskii
414eccccce (quail-start-translation, quail-start-conversion): Bind
last-command-event, last-command, and this-command in the first let.
This fixes the change from 2000-08-30.
2002-01-08 17:44:07 +00:00
Eli Zaretskii
79ef781d25 Remove Calc, since it's now part of the distribution. 2002-01-08 17:29:56 +00:00
Michael Kifer
ec78107598 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-hook.el: added an autoload cookie.
2002-01-08 16:32:10 +00:00
Pavel Janík
741b7ef39f *** empty log message *** 2002-01-08 11:45:00 +00:00
Pavel Janík
ca151ad62f New maintainer. New e-mail address of the author. 2002-01-08 06:58:13 +00:00
Pavel Janík
1db06096b6 Calc is now part of the distribution. 2002-01-08 06:50:52 +00:00
Richard M. Stallman
a474d59c3e *** empty log message *** 2002-01-08 06:14:48 +00:00
Richard M. Stallman
029024e25b (occur-mode-goto-occurrence-other-window): New command.
(occur-mode-map): Bind `o' to that.
2002-01-08 06:12:37 +00:00
Richard M. Stallman
192c313134 (delete_window): Rewrite the code for changing the
selected window to handle the case where WINDOW is not a leaf.
2002-01-08 05:41:37 +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
fbb70ad9e6 (send_process): Set src_multibyte to 1 after the call
top setup_coding_system, not before the call.
2002-01-07 21:17:32 +00:00
Andreas Schwab
0bd95eb4f6 Use wildcards. 2002-01-07 12:35:26 +00:00
Eli Zaretskii
4c2b318656 (Language Environments): Mention the UTF-8 environment; add an index entry. 2002-01-07 11:43:41 +00:00
Jaeyoun Chung
8f7d3eca9d removed key sequence mapping for O[rsfaqtTd].
Not used for Korean Hangul Type 2. (request from emacs-kr mailing list).
2002-01-07 07:36:15 +00:00
Richard M. Stallman
4de547e4a7 (dired-copy-filename-as-kill): Call kill-append if following a kill command. 2002-01-07 05:31:29 +00:00
Richard M. Stallman
ea127bf417 Fix indentation. 2002-01-07 05:20:57 +00:00
Richard M. Stallman
5a6a8d3b96 (describe-variable, describe-function): Do save-excursion. 2002-01-07 05:20:40 +00:00
Jason Rumney
2d10309fea (single_submenu, set_frame_menubar, w32_menu_show):
(w32_dialog_show): Initialize wv->help to Qnil.
2002-01-07 00:26:57 +00:00
Jason Rumney
27ad7b52a7 (set_frame_menubar, xmenu_show):
(xdialog_show):	Initialize wv->help to Qnil.
2002-01-07 00:23:56 +00:00
Jason Rumney
0b1e6b549b (single_submenu): Initialize wv->help to Qnil. 2002-01-06 23:35:05 +00:00
Jason Rumney
7f2cddf33b (w32_menu_display_help): Revert last change. 2002-01-06 21:39:33 +00:00
Jason Rumney
adad11bd14 (menu_highlight_callback): Revert last change. 2002-01-06 21:35:44 +00:00