1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
Commit graph

38788 commits

Author SHA1 Message Date
Richard M. Stallman
ebcbef4efb *** empty log message *** 2001-11-26 11:01:20 +00:00
Richard M. Stallman
623c2030ef bootstrap should not delete dumped executables:
(bootstrap-clean-before): New target.
(bootstrap): Use bootstrap-clean-before instead of clean.
(bootstrap-clean-after): Renamed from bootstrap-clean.  Calls changed.
2001-11-26 11:00:17 +00:00
Richard M. Stallman
05d6956f0c (mostlyclean): Delete bootstrap-emacs here.
(clean): Not here.
2001-11-26 10:53:53 +00:00
Richard M. Stallman
2fa0eedfbc (mallocobj): Simplify logic using auxiliary vars. 2001-11-26 10:52:40 +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
ce768453c1 (set_text_properties_1): Clearly mark that the interval should not be empty. 2001-11-26 02:19:38 +00:00
Stefan Monnier
201ffa579a (graft_intervals_into_buffer):
Don't call set_text_properties_1 on an empty interval.
2001-11-26 02:16:59 +00:00
Richard M. Stallman
6108b49c0a (unexec): Index by n, not nn, when checking for ".sbss". 2001-11-26 01:19:06 +00:00
Richard M. Stallman
7ec8aa3fdd (Fcall_process): When we make a bigger buffer for bufptr,
don't lose the data in it.
2001-11-26 00:36:28 +00:00
Richard M. Stallman
96d276c351 *** empty log message *** 2001-11-26 00:34:09 +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
Richard M. Stallman
98040cf186 (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks. 2001-11-26 00:08:20 +00:00
Richard M. Stallman
f1597a3a85 (Fkill_buffer): Use Frun_hooks, not Vrun_hooks. 2001-11-26 00:07:17 +00:00
Kenichi Handa
7753968278 *** empty log message *** 2001-11-26 00:05:57 +00:00
Richard M. Stallman
6a15331f02 (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks. 2001-11-26 00:05:33 +00:00
Richard M. Stallman
5eea19a4fb *** empty log message *** 2001-11-26 00:04:43 +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
c319cf2458 (merge_face_heights): Coerce back to int explicitly. 2001-11-25 23:07:38 +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
eb687116a4 (Vertical Scrolling): Document what does nil mean as the first arg of
set-window-vscroll.
2001-11-25 18:25:33 +00:00
Eli Zaretskii
b0f906c845 (Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo <kon@iki.fi>. 2001-11-25 18:21:09 +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
Eli Zaretskii
8ea55f3329 Minor change of wording in the documentation of jit-lock-defer-time. 2001-11-25 18:00:35 +00:00
Eli Zaretskii
475dc40a3d Move @contents to the beginning of the file.
Set the size to @smallbook.
2001-11-25 17:55:38 +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
Richard M. Stallman
4190ce5c05 Undo previous change. 2001-11-25 17:37:10 +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
Miles Bader
9c7fce0505 (Fields): Describe new `limit' arg in field-beginning/field-end. 2001-11-25 12:38:45 +00:00
Pavel Janík
97d012e8a6 *** empty log message *** 2001-11-25 11:36:17 +00:00
Jason Rumney
59ce1461a2 *** empty log message *** 2001-11-25 11:35:13 +00:00
Pavel Janík
6fbac29fa7 (tetris-mode): Remove make-local-hook. 2001-11-25 11:33:26 +00:00
Jason Rumney
79752b6926 Remove comments about tooltips not being supported on MS-Windows. 2001-11-25 11:33:04 +00:00