aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2006-05-25 09:02:59 +0000
committerThien-Thi Nguyen2006-05-25 09:02:59 +0000
commit78b3f5c3fadde997fc50ae5b09c6d409caa25a69 (patch)
treee6ea7f28b4c61aa30203597b29e5f6821658b91a
parenta2ff8a4801f7e127b57fa91e8ac19a2f5738e2cb (diff)
downloademacs-78b3f5c3fadde997fc50ae5b09c6d409caa25a69.tar.gz
emacs-78b3f5c3fadde997fc50ae5b09c6d409caa25a69.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lispref/ChangeLog10
2 files changed, 15 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4e4871d0efd..6c908eb016a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
4 Signal error if RAW-DATA is a multibyte string.
5
12006-05-24 Richard Stallman <rms@gnu.org> 62006-05-24 Richard Stallman <rms@gnu.org>
2 7
3 * subr.el (with-local-quit): When handling `quit' signal, 8 * subr.el (with-local-quit): When handling `quit' signal,
@@ -15,10 +20,10 @@
15 (tumme-track-movement): Changed default value to t. 20 (tumme-track-movement): Changed default value to t.
16 (tumme-display-thumbs): Added new optional parameter DO-NOT-POP, 21 (tumme-display-thumbs): Added new optional parameter DO-NOT-POP,
17 used from `tumme-next-line-and-display' and similar commands. 22 used from `tumme-next-line-and-display' and similar commands.
18 23
19 * dired.el (dired-mode-map): Added Thumbnail sub menu under the 24 * dired.el (dired-mode-map): Added Thumbnail sub menu under the
20 Immediate menu. Added some tumme commands there. 25 Immediate menu. Added some tumme commands there.
21 26
222006-05-25 Nick Roberts <nickrob@snap.net.nz> 272006-05-25 Nick Roberts <nickrob@snap.net.nz>
23 28
24 * dired.el (dired-mode-map): Fix breakage. 29 * 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 @@
12006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * processes.texi (Bindat Functions): Say "unibyte string"
4 explicitly for bindat-unpack and bindat-pack descriptions.
5 (Bindat Examples): Don't call `string-make-unibyte' in example.
6
12006-05-25 Chong Yidong <cyd@stupidchicken.com> 72006-05-25 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology. 9 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
4 Explain string and vector representations of key sequences 10 Explain string and vector representations of key sequences
5 11
6 * keymaps.texi (Changing Key Bindings): 12 * keymaps.texi (Changing Key Bindings):
7 * commands.texi (Interactive Codes, Interactive Codes): 13 * commands.texi (Interactive Codes, Interactive Codes):
8 * help.texi (Describing Characters): Refer to it. 14 * help.texi (Describing Characters): Refer to it.
9 15
102006-05-23 Luc Teirlinck <teirllm@auburn.edu> 162006-05-23 Luc Teirlinck <teirllm@auburn.edu>