]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorThien-Thi Nguyen <ttn@gnuvola.org>
Thu, 25 May 2006 09:02:59 +0000 (09:02 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Thu, 25 May 2006 09:02:59 +0000 (09:02 +0000)
lisp/ChangeLog
lispref/ChangeLog

index 4e4871d0efd2c68b47dbb952353f7de205f374b8..6c908eb016a8541b823f1a4fbf103a7bea9d1402 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
+       Signal error if RAW-DATA is a multibyte string.
+
 2006-05-24  Richard Stallman  <rms@gnu.org>
 
        * subr.el (with-local-quit): When handling `quit' signal,
        (tumme-track-movement): Changed default value to t.
        (tumme-display-thumbs): Added new optional parameter DO-NOT-POP,
        used from `tumme-next-line-and-display' and similar commands.
-       
+
        * dired.el (dired-mode-map): Added Thumbnail sub menu under the
        Immediate menu. Added some tumme commands there.
-       
+
 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
 
        * dired.el (dired-mode-map): Fix breakage.
index ec852df16fee7ecd8cac6ef6f66d6ed2d67e027b..41b7afee62962e964792aff36aa2e05e06851ff9 100644 (file)
@@ -1,10 +1,16 @@
+2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * processes.texi (Bindat Functions): Say "unibyte string"
+       explicitly for bindat-unpack and bindat-pack descriptions.
+       (Bindat Examples): Don't call `string-make-unibyte' in example.
+
 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
 
        * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
        Explain string and vector representations of key sequences
 
-       * keymaps.texi (Changing Key Bindings): 
-       * commands.texi (Interactive Codes, Interactive Codes): 
+       * keymaps.texi (Changing Key Bindings):
+       * commands.texi (Interactive Codes, Interactive Codes):
        * help.texi (Describing Characters): Refer to it.
 
 2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>