CVSROOT:        /sources/auctex
Module name:    reftex
Changes by:     David Kastrup <dak>     07/02/25 15:18:04

Index: ChangeLog
===================================================================
RCS file: /sources/auctex/reftex/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- ChangeLog   25 Feb 2007 12:02:30 -0000      1.6
+++ ChangeLog   25 Feb 2007 15:18:04 -0000      1.7
@@ -1,3 +1,10 @@
+2007-02-25  David Kastrup  <[EMAIL PROTECTED]>
+
+       * lisp/reftex.el (reftex-uniquify, reftex-uniquify-by-car):
+       Replace O(n^2) algorithms with O(n log n).  Introduce optional
+       argument SORT (not yet used).  TODO: figure out callers that can
+       specify SORT, in order to further speed this up.
+
 2007-02-25  Ralf Angeli  <[EMAIL PROTECTED]>
 
        * lisp/reftex-vars.el (reftex-cite-key-separator): New variable.


_______________________________________________
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit

Reply via email to