aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog95
1 files changed, 95 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9666bfa58aa..1869e0a33f7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,98 @@
12006-06-20 Kenichi Handa <handa@m17n.org>
2
3 * international/characters.el (word-combining-categories): Add
4 entries for 2-byte Han characters.
5
62006-06-19 Richard Stallman <rms@gnu.org>
7
8 * bindings.el (mode-line-format): Save some mode line space.
9
10 * files.el (find-file-noselect): Improve the question wording.
11 (basic-save-buffer-2): Mask UMASK against 666.
12
13 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
14 (mouse-drag-vertical-line): Call it.
15
16 * cus-edit.el (customize-option, customize-option-other-window):
17 Error if SYMBOL is nil.
18
192006-06-19 Carsten Dominik <dominik@science.uva.nl>
20
21 * textmodes/org.el: Require noutline, also on XEmacs.
22 (org-end-of-subtree): Return point.
23 (org-dblock-start-re, org-dblock-end-re): New constants.
24 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
25 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
26 (org-update-all-dblocks, org-find-dblock): New functions.
27 (org-collect-clock-time-entries): New function.
28 (org-html-handle-time-stamps): Never export CLOCK timeranges.
29 (org-fixup-indentation): Modified to deadl correctly with lines
30 starting with TAB. Only one argument DIFF now.
31 (org-demote, org-promote): Call `org-fixup-indentation' with just
32 one argument, DIFF.
33 (org-mode): Don't mark buffer as modified when aligning tables.
34 (org-clock-sum): Don't makr buffer modified when adding time sum
35 properties.
36 (org-export-as-html): Added support for a link validation
37 function.
38 (org-archive-all-done): New function.
39 (org-archive-subtree): New prefix argument. When set, archive all
40 done subtrees in this buffer.
41 (org-remove-clock-overlays)
42 (org-remove-occur-highlights): Use
43 `org-inhibit-highlight-removal'.
44 (org-inhibit-highlight-removal): New variable, for dynamic
45 scoping.
46 (org-put-clock-overlay): Don't swallow last headline character
47 when displaying overlay.
48 (org-store-link): Link to `image-mode' with just the file name.
49
50
512006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
52
53 * viper-cmd.el (viper-special-read-and-insert-char): use
54 read-key-sequence.
55 (viper-after-change-undo-hook): enhancements.
56 (viper-after-change-undo-hook): new hook.
57 (viper-undo): use viper-after-change-undo-hook.
58 (viper-add-newline-at-eob-if-necessary): widen before making changes.
59 (viper-next-line-at-bol): If point is on a widget or a button, simulate
60 clicking on that widget/button.
61
62 * viper.el (viper-mode): allow for a separate cursor color in Emacs
63 state.
64
65 * ediff-diff (ediff-test-patch-utility): catch errors.
66 (ediff-actual-diff-options, ediff-actual-diff3-options): new variables.
67 (ediff-set-actual-diff-options): new function.
68 (ediff-reset-diff-options, ediff-toggle-ignore-case):
69 use ediff-set-actual-diff-options.
70 (ediff-extract-diffs): catch errors.
71 (ediff-whitespace): add nonbreakable space.
72 (ediff-same-file-contents): catch errors.
73
74 * ediff-mult.el (ediff-collect-custom-diffs): save
75 coding-system-for-read.
76
77 * ediff-vers.el (ediff-keep-tmp-versions): new var.
78 (ediff-vc-internal, ediff-vc-merge-internal): use
79 ediff-delete-version-file.
80 (ediff-delete-version-file): new function.
81
82 * ediff-wind.el (ediff-control-frame-parameters): set frame fringes.
83
84 * ediff.el (ediff-directories, ediff-directory-revisions,
85 ediff-merge-directories, ediff-merge-directories-with-ancestor,
86 ediff-directories-internal, ediff-merge-directory-revisions,
87 ediff-merge-directory-revisions-with-ancestor,
88 ediff-directories3): use read-directory-name.
89
902006-06-18 Ralf Angeli <angeli@caeruleus.net>
91
92 * textmodes/tex-mode.el (tex-font-lock-match-suscript): Remove
93 superfluous part of regexp for brace matching which is handled by
94 `scan-lists' call.
95
12006-06-16 Richard Stallman <rms@gnu.org> 962006-06-16 Richard Stallman <rms@gnu.org>
2 97
3 * obsolete/options.el (list-options): Put "obsolete" msg in buffer. 98 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.