Mercurial > emacs
comparison lisp/ChangeLog @ 55279:15b13b66182b
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 01 May 2004 04:03:28 +0000 |
parents | 8acc9cf160a5 |
children | 77fd39e7760b |
comparison
equal
deleted
inserted
replaced
55278:902e17b9283e | 55279:15b13b66182b |
---|---|
1 2004-04-30 Juri Linkov <juri@jurta.org> | |
2 | |
3 * cus-edit.el (custom-mode-map): | |
4 Add key binding `C-x C-s' to `Custom-save'. | |
5 | |
6 * outline.el (outline-blank-line): New var. | |
7 (outline-next-preface, outline-show-heading) | |
8 (outline-end-of-subtree): Use it. | |
9 | |
10 * dired-aux.el (dired-touch-initial): New fun. | |
11 (dired-do-chxxx): Call it for op-symbol `touch'. | |
12 | |
13 * bindings.el (propertized-buffer-identification): | |
14 Replace `(:weight bold)' by `Buffer-menu-buffer-face'. | |
15 Add C-M-arrow keys for consistency. | |
16 | |
17 * files.el (confirm-kill-emacs): | |
18 Change group from top-level `emacs' to `convenience'. | |
19 | |
20 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): | |
21 Push mark on the first call of successive command calls. | |
22 (insert-pair): New fun created from `insert-parentheses' with | |
23 `open' and `close' arguments added. Enclose active regions | |
24 in paired characters. Compare adjacent characters syntax with | |
25 inserted characters syntax before inserting a space. | |
26 (insert-parentheses): Call `insert-pair' with ?\( ?\). | |
27 | |
28 * delsel.el: Don't put `delete-selection' property | |
29 on `insert-parentheses' symbol to take advantage of | |
30 region handling in `insert-pair' function. | |
31 Suggested by Stephan Stahl <stahl@eos.franken.de> | |
32 | |
1 2004-04-30 Kim F. Storm <storm@cua.dk> | 33 2004-04-30 Kim F. Storm <storm@cua.dk> |
2 | 34 |
3 * emulation/cua-base.el: Add support for changing cursor types; | 35 * emulation/cua-base.el: Add support for changing cursor types; |
4 based on patch from Michael Mauger. | 36 based on patch from Michael Mauger. |
5 (cua-normal-cursor-color, cua-read-only-cursor-color) | 37 (cua-normal-cursor-color, cua-read-only-cursor-color) |