# HG changeset patch # User Thien-Thi Nguyen # Date 1148547779 0 # Node ID 2db87b8b31b0e57530727013b3c5caec0ff6afee # Parent 4f3bfa0df084f93e45c8efc9b000f2bca5eaa75f *** empty log message *** diff -r 4f3bfa0df084 -r 2db87b8b31b0 lisp/ChangeLog --- a/lisp/ChangeLog Thu May 25 09:01:43 2006 +0000 +++ b/lisp/ChangeLog Thu May 25 09:02:59 2006 +0000 @@ -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 -r 4f3bfa0df084 -r 2db87b8b31b0 lispref/ChangeLog --- a/lispref/ChangeLog Thu May 25 09:01:43 2006 +0000 +++ b/lispref/ChangeLog Thu May 25 09:02:59 2006 +0000 @@ -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