Simon Josefsson
56e5818fd6
* mail/sendmail.el (mail-envelope-from): New option `header' to
...
use RFC 2822 From: header as the envelope address.
(mail-envelope-from): New function, this should be used instead of
looking at the `mail-envelope-from' variable.
(sendmail-send-it): Use it.
* mail/smtpmail.el (smtpmail-via-smtp): Use it.
2002-10-11 02:27:30 +00:00
Steven Tamm
d6abf0184e
macterm.c (syms_of_macterm, mac_get_mouse_btn): Reversed
...
functionality of mac-wheel-button-is-mouse-2 to be correct. Also
switched the default to Qnil from Qt.
2002-10-11 01:06:09 +00:00
Markus Rost
bd9aba20d4
Supplementary streamlining.
2002-10-10 23:25:11 +00:00
Markus Rost
592cd48bf6
Extended and reorganized.
...
There are now 3 tests which can be run in batch mode.
See the Commentary section.
2002-10-10 22:50:35 +00:00
André Spiegel
e3264d0caa
#
2002-10-10 22:36:47 +00:00
André Spiegel
9227ba33a0
(dired-insert-directory): Fix check for indentation from ls --dired.
2002-10-10 22:30:26 +00:00
Steven Tamm
a05c4c9de4
* macterm.c (syms_of_macterm, mac_get_mouse_btn): Reversed
...
functionality of mac-wheel-button-is-mouse-2 to be correct. Also
switched the default to Qnil from Qt.
2002-10-10 22:05:02 +00:00
Stefan Monnier
de24b07719
(forward-paragraph): Keep track of remaining paragraphs to skip more carefully.
2002-10-10 18:01:57 +00:00
Stefan Monnier
7cd017baee
(add-change-log-entry): Don't call find-file at all
...
if we're already in the proper buffer.
(change-log-resolve-conflict): New fun.
(change-log-mode): Use it and use define-derived-mode.
(change-log-merge): Allow other-log to be a buffer.
Don't add a \n if there are already enough \n's.
2002-10-10 17:45:17 +00:00
Stefan Monnier
a48402c999
(smerge-ediff): Autoload.
...
(smerge-match-conflict): Don't assume as much about smerge-begin-re.
(smerge-resolve-function): New var.
(smerge-resolve): New command.
(smerge-basic-map): Bind it.
2002-10-10 17:30:20 +00:00
Stefan Monnier
7884cd32d0
Remove. They're auto-generated and not needed for bootstrap any more.
2002-10-10 15:06:28 +00:00
Stefan Monnier
2e819a0824
("finder-inf"): Don't fail if the file is absent.
2002-10-10 15:04:41 +00:00
Stefan Monnier
5188f2eb94
(custom-make-dependencies): Don't use find-file.
...
Use feature names rather than file names if applicable.
2002-10-10 13:33:57 +00:00
Stefan Monnier
87434e7a58
(customize-mode): New command.
2002-10-10 13:10:53 +00:00
Stefan Monnier
29512a0f3f
(custom-group-of-mode): New fun.
...
(custom-load-symbol): Don't use preloaded-file-list now that
load-history is always complete. Don't look up the expanded file
name in load-history (looked like an XEmacsism).
2002-10-10 13:09:13 +00:00
Stefan Monnier
a1038ca045
(smerge-ediff): Autoload.
2002-10-10 13:01:14 +00:00
André Spiegel
36c7760905
#
2002-10-10 08:49:31 +00:00
André Spiegel
15d85d9205
(vc-cvs-parse-entry): Parse the time stamp found in CVS/Entries,
...
rather than comparing it textually.
2002-10-10 08:44:58 +00:00
Markus Rost
9c93c95a42
Add `provide' call.
2002-10-10 04:22:02 +00:00
Markus Rost
bd08d86ae9
Clean up Workarounds. Shorten variable names. Use
...
cus-test-vars-with-changed-state in a different way.
2002-10-09 22:40:24 +00:00
Markus Rost
6b212e4721
*** empty log message ***
2002-10-09 16:01:40 +00:00
David Kastrup
2c6dfebbbb
(calcFunc-ln): In symbolic manipulations,
...
ln(-1) should be i*pi, not pi.
2002-10-09 16:00:16 +00:00
David Kastrup
9ceab7df5d
*** empty log message ***
2002-10-09 15:59:57 +00:00
Markus Rost
cfb0dbdcee
(vc-cvs-registered): In the autoload version use load instead of
...
require to avoid loops when loaddefs.el is loaded after vc-cvs.el.
2002-10-09 15:59:39 +00:00
Markus Rost
1d58631a61
(Custom-reset-current): Don't test for default-boundp.
...
(Custom-reset-saved): Don't test for saved-value.
2002-10-09 15:18:44 +00:00
Steven Tamm
3f34081a9b
* make-package: Added ability to pass command line options
...
through to make and configure (-m, & -c,).
Added option to not copy Application into installer, the default
for X11 builds. Does not copy CVS directories into installer.
Clarified some of the usage notes.
2002-10-09 02:20:28 +00:00
Stefan Monnier
23b0a67405
(vc-cvs-find-version): Fix vc-checkout-switches use.
2002-10-08 20:25:21 +00:00
Stefan Monnier
8e85956600
(vc-sccs-find-version): Fix vc-checkout-switches use.
2002-10-08 20:24:21 +00:00
Stefan Monnier
831afb58a4
(vc-rcs-find-version): Fix vc-checkout-switches use.
2002-10-08 20:23:36 +00:00
Markus Rost
1e76e7a066
Describe the shell command for running cus-test-all in the emacs
...
source directory.
Fix typo.
Require cus-load explicitly.
2002-10-08 20:08:55 +00:00
Markus Rost
a6e0b91c1a
Add entry for cus-test.el.
2002-10-08 18:50:53 +00:00
Markus Rost
5ce129c28e
*** empty log message ***
2002-10-08 18:48:25 +00:00
Markus Rost
82e748605c
Initial version as part of GNU Emacs.
...
Revision of the 1998, 2000 code designed for Emacs 20.3 resp. 21.1.
2002-10-08 18:42:36 +00:00
Stefan Monnier
a884bd93c7
*** empty log message ***
2002-10-08 15:51:32 +00:00
Stefan Monnier
ea05db0198
(vc-cvs-find-version): New fun.
2002-10-08 15:38:28 +00:00
Stefan Monnier
52876673e6
(vc-sccs-find-version): New fun.
...
(vc-sccs-checkout): Remove `workfile' arg and simplify.
2002-10-08 15:35:03 +00:00
Stefan Monnier
88388365b0
(vc-rcs-find-version): New fun.
...
(vc-rcs-checkout): Remove `workfile' arg and simplify.
2002-10-08 15:33:18 +00:00
Stefan Monnier
fd8160f74d
(vc-find-version): Use the new backend op `find-version'.
...
(vc-default-find-version): Provide the new backend op `find-version'
in terms of the old `checkout' op.
2002-10-08 15:31:43 +00:00
Stefan Monnier
beb0e97423
(Outline Visibility): Mention reveal-mode.
2002-10-08 15:26:47 +00:00
John Paul Wallington
3a8803c0be
(Info-next-menu-item, Info-last-menu-item)
...
(info-emacs-manual): Add docstrings.
(Info-index): Use `string-to-number' instead of `string-to-int'.
2002-10-08 04:57:27 +00:00
Kenichi Handa
9793be06ea
*** empty log message ***
2002-10-08 01:34:10 +00:00
Kenichi Handa
87ba1c4c76
(ucs-translation-table-for-decode): Define it as a translation-table.
2002-10-08 01:23:10 +00:00
Kenichi Handa
b3385c2865
(code_convert_region): When we need more GAP for
...
conversion, pay attention to the case that coding->produced is not
greater than coding->consumed.
2002-10-08 00:57:59 +00:00
Richard M. Stallman
4d46d6da26
*** empty log message ***
2002-10-07 22:51:03 +00:00
Richard M. Stallman
d4e3d7f270
Redo 9/16 change, but only if IRIX6_5.
2002-10-07 22:50:47 +00:00
Richard M. Stallman
a6ce686959
(define-minor-mode): Doc fix.
2002-10-07 22:49:39 +00:00
Richard M. Stallman
543335974d
(grep-compute-defaults): Set the standard-value
...
properties of the variables being initialized.
2002-10-07 22:48:47 +00:00
Richard M. Stallman
0408f074b0
(thing-at-point-url-path-regexp): Doc fix.
2002-10-07 22:47:41 +00:00
Richard M. Stallman
a47a639fc8
Improve recommendations for speedups over the net.
2002-10-07 22:46:09 +00:00
Richard M. Stallman
424dbc03ce
Add info on VMS versions.
2002-10-07 22:45:18 +00:00