]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS.23
Merge from emacs-23
[gnu-emacs] / etc / NEWS.23
index aa8f47f2e2b3aa486718ca3f0b6bfbc4d1985e01..0d37746d46061d988525fefd20c577fb0bb57b55 100644 (file)
@@ -48,6 +48,10 @@ indentation, which can be adjusted via ad-hoc indentation rules.
 \f
 * Incompatible Lisp Changes in Emacs 23.3
 
+** posn-col-row now excludes the header line from the row count
+If the frame has a header line, posn-col-row will count row numbers
+starting from the first line of text below the header line.
+
 \f
 * Lisp changes in Emacs 23.3
 
@@ -55,6 +59,7 @@ indentation, which can be adjusted via ad-hoc indentation rules.
   The old names are obsolete.
 ** The use of unintern without an obarray arg is declared obsolete.
 ** The function `princ-list' is declared obsolete.
+** The yank-handler argument to kill-region and friends is declared obsolete.
 ** New function byte-to-string, like char-to-string but for bytes.
 
 \f