From: Thien-Thi Nguyen Date: Thu, 25 May 2006 09:02:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~2344 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78b3f5c3fadde997fc50ae5b09c6d409caa25a69;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4e4871d0efd..6c908eb016a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-05-25 Thien-Thi Nguyen + + * emacs-lisp/bindat.el (bindat-unpack, bindat-pack): + Signal error if RAW-DATA is a multibyte string. + 2006-05-24 Richard Stallman * subr.el (with-local-quit): When handling `quit' signal, @@ -15,10 +20,10 @@ (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 * dired.el (dired-mode-map): Fix breakage. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index ec852df16fe..41b7afee629 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,10 +1,16 @@ +2006-05-25 Thien-Thi Nguyen + + * 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 * 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