aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-08-13 22:55:18 +0000
committerRichard M. Stallman2002-08-13 22:55:18 +0000
commit79fab26b4fcbb64d4f6e79cb4abb852b65b94ea2 (patch)
tree403e039cf5a56708a0ae07294b92817d5138be3e
parent873ef78ee057ade5f6cbc6878ef10d6257784473 (diff)
downloademacs-79fab26b4fcbb64d4f6e79cb4abb852b65b94ea2.tar.gz
emacs-79fab26b4fcbb64d4f6e79cb4abb852b65b94ea2.zip
*** empty log message ***
-rw-r--r--etc/NEWS3
-rw-r--r--src/ChangeLog6
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4d0d9358c9e..cd708adce0a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1004,6 +1004,9 @@ with Custom.
1004** New CCL functions `lookup-character' and `lookup-integer' access 1004** New CCL functions `lookup-character' and `lookup-integer' access
1005hash tables defined by the Lisp function `define-translation-hash-table'. 1005hash tables defined by the Lisp function `define-translation-hash-table'.
1006 1006
1007** The new function `minibufferp' returns non-nil if the current buffer
1008is a minibuffer.
1009
1007** There is a new Warnings facility; see the functions `warn' 1010** There is a new Warnings facility; see the functions `warn'
1008and `display-warning'. 1011and `display-warning'.
1009 1012
diff --git a/src/ChangeLog b/src/ChangeLog
index acae55cd947..4bd0a6ffa4c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12002-08-13 Richard M. Stallman <rms@gnu.org>
2
3 * minibuf.c (Fminibufferp): New function.
4 (syms_of_minibuf): Defsubr it.
5 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
6
12002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de> 72002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
2 8
3 * coding.c (Funencodable_char_position): Lisp_Object/int mixup. 9 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.