# HG changeset patch # User Juri Linkov # Date 1191709241 0 # Node ID 2f9541e202f0ade03cbe56a869c7a35e3196cd20 # Parent 16efb39cdb2e679e7233c32714c0767e5bcd21f8 *** empty log message *** diff -r 16efb39cdb2e -r 2f9541e202f0 lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 06 22:19:49 2007 +0000 +++ b/lisp/ChangeLog Sat Oct 06 22:20:41 2007 +0000 @@ -1,3 +1,21 @@ +2007-10-06 Juri Linkov + + * textmodes/fill.el (fill-paragraph-or-region): New function. + + * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region + instead of fill-paragraph. + + * tutorial.el (tutorial--default-keys): Replace fill-paragraph + with fill-paragraph-or-region. Suspend command is now the same + `suspend-frame' on window systems and on tty. + + * image.el (image-type): Check if image-types is bound to not fail + on tty. + + * delsel.el (delete-selection-pre-hook): + * emulation/cua-base.el (cua-paste): Check if mouse-region-match + is fbound to not fail on mouseless tty. + 2007-10-06 Michael Albinus * net/tramp.el (top): Move loading of tramp-util.el and