emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/erc/ChangeLog,v


From: Michael W. Olson
Subject: [Emacs-diffs] Changes to emacs/lisp/erc/ChangeLog,v
Date: Wed, 08 Oct 2008 04:05:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael W. Olson <mwolson>      08/10/08 04:05:12

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/erc/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -b -r1.84 -r1.85
--- ChangeLog   27 Jul 2008 18:24:32 -0000      1.84
+++ ChangeLog   8 Oct 2008 04:05:10 -0000       1.85
@@ -1,3 +1,37 @@
+2008-10-03  Michael Olson  <address@hidden>
+
+       * erc-dcc.el (english): Increase size heading by two places.
+       (erc-dcc-byte-count): Move higher.
+       (erc-dcc-do-LIST-command): Use erc-dcc-byte-count to get accurate
+       count.  Coerce byte total to floating point before performing
+       computation, otherwise division will truncate to 0.
+       (erc-dcc-append-contents): Update erc-dcc-byte-count.
+       (erc-dcc-get-filter): Don't update erc-dcc-byte-count, because
+       that will give incorrect size totals.  Instead, figure out how
+       much we have by summing byte count and current buffer size.
+       (erc-dcc-get-sentinel): Don't update erc-dcc-byte-count.
+
+2008-10-01  Michael Olson  <address@hidden>
+
+       * erc-dcc.el (erc-pack-int): Make sure returned string is within 4
+       bytes.  Always return a 4-byte string, so that we conform to the
+       CTCP spec.
+       (erc-most-positive-int-bytes): New constant representing the
+       number of bytes that most-positive-fixnum can be stored in.
+       (erc-most-positive-int-msb): New constant representing the
+       contents of the most significant byte of most-positive-fixnum.
+       (erc-unpack-int): Make sure that the integer we get back can be
+       represented in Emacs.
+       (erc-dcc-do-CLOSE-command): Update docstring.  Don't use the line
+       variable.  Try to disambiguate between type and nick when only one
+       is provided.  Validate both type and nick arguments.  Allow
+       matching by just nick.
+       (erc-dcc-append-contents): Set inhibit-read-only to t.  Prevent
+       auto-compression from triggering when we write the contents to a
+       file.
+       (erc-dcc-get-file): Prevent auto-compression from triggering when
+       we truncate a file.
+
 2008-07-27  Dan Nicolaescu  <address@hidden>
 
        * erc.el: Remove code for Carbon.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]