1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

34 Commits

Author SHA1 Message Date
Richard M. Stallman
ab1c7f3527 Customized. 1997-08-18 20:01:25 +00:00
Richard M. Stallman
469b44cbf1 Many doc fixes.
(sort-regexp-fields): Don't test for buffer-substring-lessp;
always return a pair of bounds.
1996-12-27 21:12:40 +00:00
Richard M. Stallman
c08fe8fdc5 (sort-columns): Don't use `sort' utility if the text has text properties. 1996-12-10 07:26:02 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
8e5b59e130 (sort-regexp-fields): Doc fix. 1995-11-25 00:28:04 +00:00
Karl Heuer
f8c25f1b67 Update copyright. 1995-04-07 02:21:52 +00:00
Richard M. Stallman
387f3b2189 (sort-regexp-fields-next-record): New subroutine.
If the first search does not advance point and finds an empty match,
skip one char and search again.
(sort-regexp-fields): Use that subroutine.
Bind sort-regexp-fields-regexp, for sort-regexp-fields-next-record.
(sort-regexp-fields-regexp): Declared.
(sort-regexp-record-end): Declared.
1995-02-15 22:21:25 +00:00
Karl Heuer
8f1204db34 Update copyright. 1994-05-03 23:47:06 +00:00
Richard M. Stallman
c71ff00194 (sort-subr): Use car-less-than-car when appropriate. 1994-04-20 19:56:46 +00:00
Richard M. Stallman
32033024d7 (sort-subr): Add autoload. 1994-03-23 00:43:06 +00:00
Karl Heuer
ee5a34086f (sort-paragraphs): Use proper paragraph definition instead of just checking
for whitespace.
1994-02-02 21:57:02 +00:00
Richard M. Stallman
4138e60008 (sort-float-fields): Commented out. 1994-01-03 04:15:18 +00:00
Richard M. Stallman
8c3c073af8 Minor error in previous change. 1993-07-23 17:53:50 +00:00
Richard M. Stallman
220eb88b39 (sort-skip-fields): Really implement fields as runs
of nonwhitespace chars.
(sort-fields, sort-float-fields, sort-numeric-fields):
Don't subtract 1 when calling sort-skip-fields.
1993-07-23 04:44:06 +00:00
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Richard M. Stallman
faf603f3a3 (sort-fold-case): New variable.
(sort-subr): Bind case-fold-search from sort-fold-case.
1993-06-01 20:35:33 +00:00
Eric S. Raymond
d9ecc911ff Added or corrected Commentary headers 1993-03-22 16:53:22 +00:00
Jim Blandy
a4b13e104e * sort.el (sort-float-fields, sort-numeric-fields): Use
string-to-number, not string-to-float or string-to-int.

	* sort.el (sort-float-fields): Make this autoloaded.

	* sort.el (sort-numeric-fields): Doc fix.
1993-03-15 04:46:45 +00:00
Jim Blandy
6da3b16b35 * sort.el (sort-float-fields): Use string-to-number, not
string-to-float.
1993-03-15 04:43:47 +00:00
Richard M. Stallman
b5ff800400 (sort-subr): Fix previous change. 1993-02-07 16:44:11 +00:00
Richard M. Stallman
4f1b6c5449 (sort-build-lists): Record the key as pair of positions;
don't copy string from buffer.
(sort-subr): Use compare-buffer-substrings.
1993-02-07 05:54:14 +00:00
Richard M. Stallman
13f4b6b337 (sort-subr): Doc fixes. 1993-02-03 04:33:30 +00:00
Jim Blandy
fbfed6f05f entered into RCS 1992-08-19 03:54:46 +00:00
Richard M. Stallman
a08caf950d *** empty log message *** 1992-08-18 03:12:53 +00:00
Eric S. Raymond
eea8d4efaf *** empty log message *** 1992-07-22 02:58:21 +00:00
Eric S. Raymond
d7b4d18fd4 *** empty log message *** 1992-07-17 20:24:00 +00:00
Eric S. Raymond
e516799970 *** empty log message *** 1992-07-16 21:47:34 +00:00
Eric S. Raymond
c88ab9ce4a *** empty log message *** 1992-05-30 21:11:25 +00:00
Jim Blandy
49116ac071 *** empty log message *** 1992-03-16 20:39:07 +00:00
Jim Blandy
f9f9507e1d *** empty log message *** 1991-05-09 21:50:55 +00:00
root
e453d35a8b *** empty log message *** 1990-12-11 13:43:28 +00:00
Richard M. Stallman
d9a55d3237 *** empty log message *** 1990-12-10 18:52:37 +00:00
root
2af3a0e39b *** empty log message *** 1990-08-28 11:59:54 +00:00
Richard M. Stallman
d32200acf1 Initial revision 1990-06-29 17:35:02 +00:00