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
Richard M. Stallman
7db0894f95
(Variable Definitions): Update info on :get and default :initialize function.
2002-10-07 22:30:45 +00:00
Steven Tamm
bfde267366
make-package: Now calls make bootstrap if .elc files are missing
2002-10-07 20:36:24 +00:00
Stefan Monnier
1168d6c273
(vc-resolve-conflicts); Typo.
2002-10-07 16:50:43 +00:00
Stefan Monnier
edc37d1214
(vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
...
in case some other package redefined it.
(vc-resolve-conflicts): Make it into an alias for smerge-ediff.
2002-10-07 16:24:42 +00:00
Stefan Monnier
8748595969
(fill-paragraph): Go to BOL before calling forward-paragraph to make
...
sure its return value is meaningful.
2002-10-07 13:54:44 +00:00
Andrew Choi
95fb757742
2002-10-06 Andrew Choi <akochoi@shaw.ca>
...
* macmenu.c (mac_menu_show): Add j to count menu items; match
menu_item_selection to it to find selected item.
2002-10-07 04:00:07 +00:00
Kim F. Storm
496c17d61b
(cua-normal-cursor-color): Fixed
...
initialization to make "Erase Customization" work.
2002-10-06 21:34:07 +00:00