aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 21df22350de..f45cc865e3a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12007-10-06 Juri Linkov <juri@jurta.org>
2
3 * textmodes/fill.el (fill-paragraph-or-region): New function.
4
5 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
6 instead of fill-paragraph.
7
8 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
9 with fill-paragraph-or-region. Suspend command is now the same
10 `suspend-frame' on window systems and on tty.
11
12 * image.el (image-type): Check if image-types is bound to not fail
13 on tty.
14
15 * delsel.el (delete-selection-pre-hook):
16 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
17 is fbound to not fail on mouseless tty.
18
12007-10-06 Michael Albinus <michael.albinus@gmx.de> 192007-10-06 Michael Albinus <michael.albinus@gmx.de>
2 20
3 * net/tramp.el (top): Move loading of tramp-util.el and 21 * net/tramp.el (top): Move loading of tramp-util.el and