* window.c (Vwindow_point_insertion_type): New var.
[bpt/emacs.git] / lisp / ChangeLog
index a2a80e9..690be16 100644 (file)
@@ -1,5 +1,16 @@
 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * progmodes/compile.el (compilation-mode):
+       Set window-point-insertion-type.
+       (compilation-filter): Don't use insert-before-markers any more.
+       * emacs-lisp/trace.el (trace-make-advice):
+       Set window-point-insertion-type in the trace buffer.
+       * startup.el (normal-top-level): Set window-point-insertion-type in
+       *Messages*.
+       * net/telnet.el (telnet-mode): Set window-point-insertion-type.
+       (telnet-filter): Don't use insert-before-markers any more.
+       * comint.el (comint-mode): Set window-point-insertion-type.
+       (comint-output-filter): Don't use insert-before-markers any more.
        * button.el (make-text-button): Allow `start' to be a string.
 
 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>