*** empty log message ***
[bpt/emacs.git] / src / ChangeLog
index 11e8e2e..afca672 100644 (file)
@@ -1,3 +1,28 @@
+2000-11-21  Gerd Moellmann  <gerd@gnu.org>
+
+       * xfns.c (Fx_hide_tip) [USE_LUCID]: Add a hack to redisplay
+       the menu bar when the tooltip is unmapped.
+
+       * buffer.c (Fkill_buffer): Notice if the buffer to kill is the
+       sole visible buffer when we're currently in the mini-buffer, and
+       give up if so.
+       
+2000-11-21  Jason Rumney  <jasonr@gnu.org>
+
+       * w32select.c (Fw32_set_clipboard_data): Save a copy of what is
+       put on the clipboard.
+       (Fw32_get_clipboard_data): Compare data on clipboard with saved
+       copy of what Emacs last put there. If they are the same, do not
+       use the clipboard copy to avoid losing data due to coding
+       conversions. 
+
+2000-11-22  Miles Bader  <miles@gnu.org>
+
+       * minibuf.c (Vminibuffer_prompt_properties): New variable.
+       (syms_of_minibuf): Initialize it.
+       (read_minibuf): Add properties from Vminibuffer_prompt_properties
+       to prompt, don't make read-only.
+
 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
 
        * bytecode.c (Fbyte_code) <Bvarbind, Bunwind_protect>: Add