1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
Commit graph

19239 commits

Author SHA1 Message Date
Richard M. Stallman
ebcbef4efb *** empty log message *** 2001-11-26 11:01:20 +00:00
Richard M. Stallman
f9fa0e8aea (save-selected-window): No error if saved window is dead. 2001-11-26 10:09:56 +00:00
Richard M. Stallman
240cbfca03 (describe-syntax): Put (interactive) after doc string. 2001-11-26 10:04:00 +00:00
Pavel Janík
ec9164f3a6 (quail-help): Require help-mode in top-level instead. 2001-11-26 07:36:35 +00:00
Pavel Janík
555185de14 (icomplete-exhibit): Likewise. 2001-11-26 07:33:15 +00:00
Pavel Janík
34d16326e4 (iswitchb-exhibit): Use insert instead of insert-string. 2001-11-26 07:30:58 +00:00
Stefan Monnier
5c131048fe *** empty log message *** 2001-11-26 02:26:04 +00:00
Stefan Monnier
1eabc5e6c7 (diff-end-of-hunk): Watch out for ambiguities.
(diff-hunk-kill): Simplify.
(diff-post-command-hook): Only apply to a single hunk.
(diff-hunk-text): Make `char-offset' non-optional.
(diff-find-text): Return a cons cell.
(diff-find-approx-text): New fun.
(diff-find-source-location): Use it.
(diff-apply-hunk, diff-test-hunk, diff-goto-source):
Adapt to new retval of diff-find-source-location.
2001-11-26 00:20:41 +00:00
Kenichi Handa
7753968278 *** empty log message *** 2001-11-26 00:05:57 +00:00
Stefan Monnier
4a9b4f3079 (vc-cvs-parse-entry): Rewrite, comparing the string-
rather than integer- representation of dates.
2001-11-25 23:52:51 +00:00
Stefan Monnier
438e57dde3 *** empty log message *** 2001-11-25 23:07:49 +00:00
Stefan Monnier
4bcb1be178 (fill-indent-according-to-mode): Default to nil. 2001-11-25 22:37:00 +00:00
Stefan Monnier
f78cebe31c (imap-interactive-login, imap-open, imap-authenticate):
Use make-local-variable rather than make-variable-buffer-local.
2001-11-25 22:19:45 +00:00
Stefan Monnier
1ab0fac670 Don't profile syntax-ppss any more.
(syntax-after): New fun.
2001-11-25 22:05:17 +00:00
Stefan Monnier
c477f6880f (describe-syntax): New fun. 2001-11-25 22:03:45 +00:00
Stefan Monnier
47fc2db3eb (font-lock-cache-state, font-lock-cache-position)
(font-lock-ppss-stats, font-lock-ppss): Remove.
(font-lock-fontify-syntactically-region): Remove tuning code.
(font-lock-compile-keywords): Fix off-by-one bug.
(font-lock-set-defaults): Don't set removed vars.
(c-keywords): Add `inline'.
(c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
2001-11-25 22:01:15 +00:00
Stefan Monnier
52cf5c37c1 (lisp-mode-variables): Set syntax-begin-function.
(lisp-interaction-mode-abbrev-table): Defvar to its correct value.
(lisp-interaction-mode): Don't set local-abbrev-table any more.
(lisp-mode-auto-fill): Use syntax-ppss and obey
comment-auto-fill-only-comments.
(lisp-fill-paragraph): Use syntax-ppss.
2001-11-25 21:47:40 +00:00
ShengHuo ZHU
0c773047fd 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
* mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
	version of rmail-enable-mime.
	(rmail-forward): Use it.

	* message.el (message-forward-rmail-make-body):
	save-window-excursion.
	(message-encode-message-body): no error.
	(message-setup-1): compose-mail send-actions are different from
	message-send-actions.

	* message.el (message-forward-subject-author-subject): Don't use
	message-news-p, which widens the buffer.
	(message-forward-make-body): New function.
	(message-forward): Use it.
	(message-insinuate-rmail): New.
	(message-forward-rmail-make-body): New.
2001-11-25 20:45:37 +00:00
Richard M. Stallman
9fefa08b84 (lisp-indent-function): Add doc string. 2001-11-25 19:35:29 +00:00
Richard M. Stallman
ab7207af6f Fix previous change. 2001-11-25 19:16:10 +00:00
Richard M. Stallman
396ae6082f (quail-keyboard-layout-button): Define button type.
(quail-keyboard-customize-button): Likewise.
(quail-help): Use those button types.  Require `help-mode'.
Avoid altering the argument `package'.
2001-11-25 18:54:40 +00:00
Richard M. Stallman
7e2a83df67 (help-function, help-variable, help-face)
(help-coding-system, help-input-method, help-character-set):
Define each button type with its own explicit define-button-type.
2001-11-25 18:49:03 +00:00
Eli Zaretskii
8e069ce28d Modify a commented-out non-nil value of jit-lock-defer-time, to
make it consistent with the lazy-lock-defer-time's default value.
2001-11-25 18:02:45 +00:00
Richard M. Stallman
92dfd10c1f Simplify previous change. 2001-11-25 17:45:36 +00:00
Richard M. Stallman
0baffc6891 (command-line-1): Don't do startup screen if a subprocess is running.
Call the startup screen buffer "GNU Emacs".  Make a special
mode-line-format for it.
2001-11-25 17:43:04 +00:00
ShengHuo ZHU
47b63dfa47 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-util.el (gnus-directory-sep-char-regexp): New.
	* gnus-score.el (gnus-score-find-bnews): Sync with Gnus CVS.
	* mm-util.el: Sync.

	* gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
	(gnus-summary-limit-to-author): Ditto.
	(gnus-summary-limit-to-extra): Ditto.
	(gnus-summary-find-matching): Support not-matching argument.

	* message.el (message-wash-subject): Use `insert' rather than
	`insert-string', which is deprecated.
	From  Kai Gro,A_(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2001-11-25 15:17:24 +00:00
Pavel Janík
fefed09d42 (smtpmail-deduce-address-list): Don't use insert-string. 2001-11-25 15:11:22 +00:00
Pavel Janík
97d012e8a6 *** empty log message *** 2001-11-25 11:36:17 +00:00
Pavel Janík
6fbac29fa7 (tetris-mode): Remove make-local-hook. 2001-11-25 11:33:26 +00:00
Pavel Janík
abbf7dcdd6 (snake-mode): Remove make-local-hook. 2001-11-25 11:32:52 +00:00
Pavel Janík
e74f81999c (decipher-mode): Remove make-local-hook. 2001-11-25 11:32:23 +00:00
Pavel Janík
6a810a2a99 (tmm-add-prompt): Remove make-local-hook. 2001-11-25 11:31:50 +00:00
Richard M. Stallman
3de3f07bc4 Comment out parts of the file which apparently are garbled. 2001-11-25 10:09:09 +00:00
Sam Steingold
df5bde6d9a (menu-bar-apropos-menu): Moved all `apropos' bindings here.
(menu-bar-help-menu): Added `menu-bar-apropos-menu'.
2001-11-25 05:46:35 +00:00
Sam Steingold
c85ee897fa doc tweak 2001-11-25 05:38:00 +00:00
Richard M. Stallman
8727d588f0 *** empty log message *** 2001-11-25 02:42:37 +00:00
Richard M. Stallman
cd4e9344a7 New file. 2001-11-25 02:41:14 +00:00
Richard M. Stallman
1bec6fdbd7 Completely re-written. 2001-11-25 02:40:11 +00:00
Richard M. Stallman
1680855678 Change indian-1-column charset to indian-glyph charset. 2001-11-25 02:36:28 +00:00
Richard M. Stallman
6fc74bf246 Delete the setting for indian-1-column
and add the setting for indian-glyph in the default fontset.
2001-11-25 02:35:29 +00:00
Richard M. Stallman
69e138b295 Adjusted for the change of indian-1-column -> indian-glyph. 2001-11-25 02:34:41 +00:00
Richard M. Stallman
bfba6c0960 Add pagination.
(ruler-mode-toggle-show-tab-stops): No need to test `ruler-mode' variable.
2001-11-25 00:12:11 +00:00
Richard M. Stallman
1d5d41231f (browse-url-galeon-new-window-is-tab): New var.
(browse-url-galeon): Use that variable.
2001-11-25 00:04:41 +00:00
Richard M. Stallman
eab26a2fe5 (sc-toggle-var): Don't use set-variable or eval-expression.
Eval and set the variable simply.
2001-11-25 00:02:05 +00:00
Richard M. Stallman
388d6ab529 (temporary-file-directory): Use defcustom.
(small-temporary-file-directory): Likewise.
(normal-backup-enable-predicate): Move down in file
after definition of temporary-file-directory.
2001-11-24 23:59:28 +00:00
Richard M. Stallman
fa3f409065 (last-buffer, unbury-buffer): Doc fixes. 2001-11-24 23:57:29 +00:00
Colin Walters
906bd0efe9 (Commentary): Cleanup, and add logistic curve fitting suggestion from
Robert J. Chassell <bob@rattlesnake.com>.
2001-11-24 22:34:26 +00:00
Colin Walters
4fdb78a13a (calc-init-extensions): Update the rest of the autoload names to match
files renamed on initial calc import.
2001-11-24 20:51:34 +00:00
Pavel Janík
4187e8c44a *** empty log message *** 2001-11-24 17:07:15 +00:00
Jason Rumney
febf36a1cc Install entry from 2001-11-20 that had unnoticed conflicts. 2001-11-24 16:42:15 +00:00