aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-05-14 12:52:21 +0900
committerKenichi Handa2010-05-14 12:52:21 +0900
commit508197067c434b0111bcb6ded742d424bb738ece (patch)
tree8771c78dae5018afa802675f0f798251d492ba31 /lisp/ChangeLog
parent0e5d78007c37e98a5682a5d4c18966cdf6063c0b (diff)
parentfbc00890119ec27ceaf50a0969ee121bef22905a (diff)
downloademacs-508197067c434b0111bcb6ded742d424bb738ece.tar.gz
emacs-508197067c434b0111bcb6ded742d424bb738ece.zip
merge trunk
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e0cbf007771..484ae6529c3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,48 @@
12010-05-13 Chong Yidong <cyd@stupidchicken.com>
2
3 Add TeX open-block and close-block keybindings to SGML, and vice
4 versa.
5
6 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
7 latex-open-block and C-c / to latex-close-block.
8
9 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10 and C-c C-e to sgml-close-tag.
11
122010-05-13 Michael Albinus <michael.albinus@gmx.de>
13
14 * net/tramp.el (with-progress-reporter): Create reporter object
15 only when the message would be displayed. Handled nested calls.
16 (tramp-handle-load, tramp-handle-file-local-copy)
17 (tramp-handle-insert-file-contents, tramp-handle-write-region)
18 (tramp-maybe-send-script, tramp-find-shell): Use
19 `with-progress-reporter'.
20 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
21 Fix message text.
22
23 * net/tramp-smb.el (tramp-smb-handle-copy-file)
24 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
25 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
26 Use `with-progress-reporter'.
27
282010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
29
30 * ispell.el (ispell-init-process): Do not kill ispell process
31 everytime when spellchecking from the minibuffer (bug#6143).
32
332010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
36
37 * dos-fns.el: Add "dos-" prefix for namespace control.
38 (convert-standard-filename): Define as alias for
39 dos-convert-standard-filename but only if applicable.
40
412010-05-12 Alan Mackenzie <acm@muc.de>
42
43 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
44 Push the mark at the start of these functions when appropriate.
45
12010-05-12 Stefan Monnier <monnier@iro.umontreal.ca> 462010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 47
3 * minibuffer.el (completion-cycle-threshold): New custom var. 48 * minibuffer.el (completion-cycle-threshold): New custom var.