[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/tex.el,v
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] Changes to auctex/tex.el,v |
Date: |
Wed, 11 Apr 2012 12:27:14 +0000 |
CVSROOT: /sources/auctex
Module name: auctex
Changes by: Tassilo Horn <tsdh> 12/04/11 12:27:12
Index: tex.el
===================================================================
RCS file: /sources/auctex/auctex/tex.el,v
retrieving revision 5.693
retrieving revision 5.694
diff -u -b -r5.693 -r5.694
--- tex.el 11 Apr 2012 07:19:20 -0000 5.693
+++ tex.el 11 Apr 2012 12:27:09 -0000 5.694
@@ -1058,8 +1058,10 @@
:uint32 (let ((time (float-time)))
;; FIXME: Evince wants a timestamp as UInt32, but POSIX time
;; is too large for emacs integers on 32 bit systems. Emacs
- ;; 24.2 will allow providing DBUS ints as floats. But it
- ;; seems providing just 1 as timestamp has no negative
+ ;; 24.2 will allow providing DBUS ints as floats, and this
+ ;; dbus version will be identifiable by its new variables
+ ;; `dbus-compiled-version' and `dbus-runtime-version'. But
+ ;; it seems providing just 1 as timestamp has no negative
;; consequences, anyway.
(if (> most-positive-fixnum time)
(round time)
- [AUCTeX-diffs] Changes to auctex/tex.el,v, Tassilo Horn, 2012/04/08
- [AUCTeX-diffs] Changes to auctex/tex.el,v, Tassilo Horn, 2012/04/08
- [AUCTeX-diffs] Changes to auctex/tex.el,v, Tassilo Horn, 2012/04/10
- [AUCTeX-diffs] Changes to auctex/tex.el,v, Tassilo Horn, 2012/04/11
- [AUCTeX-diffs] Changes to auctex/tex.el,v, Tassilo Horn, 2012/04/11
- [AUCTeX-diffs] Changes to auctex/tex.el,v,
Tassilo Horn <=
- [AUCTeX-diffs] Changes to auctex/tex.el,v, Tassilo Horn, 2012/04/25
- [AUCTeX-diffs] Changes to auctex/tex.el,v, Tassilo Horn, 2012/04/26