comparison lisp/ChangeLog @ 71423:753faaed6711

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 22 Jun 2006 14:27:08 +0000
parents 1b59da485fdb
children 3ef59bfaaa4d
comparison
equal deleted inserted replaced
71422:2611669abf9e 71423:753faaed6711
13 * play/cookie1.el (cookie): Work properly when there's only one entry. 13 * play/cookie1.el (cookie): Work properly when there's only one entry.
14 14
15 2006-06-21 Nick Roberts <nickrob@snap.net.nz> 15 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
16 16
17 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed. 17 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
18 (gdb-frame-handler): Generalise frame regexp for templates. 18 (gdb-frame-handler): Generalize frame regexp for templates.
19 19
20 2006-06-20 Glenn Morris <rgm@gnu.org> 20 2006-06-20 Glenn Morris <rgm@gnu.org>
21 21
22 * calendar/appt.el (appt-display-format): Default value must be 22 * calendar/appt.el (appt-display-format): Default value must be
23 one of the customize options. 23 one of the customize options.
24 24
25 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu> 25 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
26 26
27 * term/xterm.el (terminal-init-xterm): Update key availability 27 * term/xterm.el (terminal-init-xterm): Update key availability info.
28 info. Bind C-return. 28 Bind C-return.
29 29
30 * term.el (term-delete-lines, term-insert-lines): Clarify 30 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
31 comments.
32 31
33 2006-06-20 Chong Yidong <cyd@stupidchicken.com> 32 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
34 33
35 * files.el (hack-local-variables): Run `hack-local-variables-hook' 34 * files.el (hack-local-variables): Run `hack-local-variables-hook'
36 whether or not a local variables list is defined. 35 whether or not a local variables list is defined.
72 (org-demote, org-promote): Call `org-fixup-indentation' with just 71 (org-demote, org-promote): Call `org-fixup-indentation' with just
73 one argument, DIFF. 72 one argument, DIFF.
74 (org-mode): Don't mark buffer as modified when aligning tables. 73 (org-mode): Don't mark buffer as modified when aligning tables.
75 (org-clock-sum): Don't makr buffer modified when adding time sum 74 (org-clock-sum): Don't makr buffer modified when adding time sum
76 properties. 75 properties.
77 (org-export-as-html): Added support for a link validation 76 (org-export-as-html): Added support for a link validation function.
78 function.
79 (org-archive-all-done): New function. 77 (org-archive-all-done): New function.
80 (org-archive-subtree): New prefix argument. When set, archive all 78 (org-archive-subtree): New prefix argument. When set, archive all
81 done subtrees in this buffer. 79 done subtrees in this buffer.
82 (org-remove-clock-overlays) 80 (org-remove-clock-overlays)
83 (org-remove-occur-highlights): Use 81 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
84 `org-inhibit-highlight-removal'. 82 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
85 (org-inhibit-highlight-removal): New variable, for dynamic
86 scoping.
87 (org-put-clock-overlay): Don't swallow last headline character 83 (org-put-clock-overlay): Don't swallow last headline character
88 when displaying overlay. 84 when displaying overlay.
89 (org-store-link): Link to `image-mode' with just the file name. 85 (org-store-link): Link to `image-mode' with just the file name.
90 86
91 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu> 87 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
92 88
93 * viper-cmd.el (viper-special-read-and-insert-char): use 89 * viper-cmd.el (viper-special-read-and-insert-char):
94 read-key-sequence. 90 Use read-key-sequence.
95 (viper-after-change-undo-hook): enhancements. 91 (viper-after-change-undo-hook): Misc enhancements.
96 (viper-after-change-undo-hook): new hook. 92 (viper-after-change-undo-hook): New hook.
97 (viper-undo): use viper-after-change-undo-hook. 93 (viper-undo): Use viper-after-change-undo-hook.
98 (viper-add-newline-at-eob-if-necessary): widen before making changes. 94 (viper-add-newline-at-eob-if-necessary): widen before making changes.
99 (viper-next-line-at-bol): If point is on a widget or a button, simulate 95 (viper-next-line-at-bol): If point is on a widget or a button, simulate
100 clicking on that widget/button. 96 clicking on that widget/button.
101 97
102 * viper.el (viper-mode): allow for a separate cursor color in Emacs 98 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
103 state. 99
104 100 * ediff-diff (ediff-test-patch-utility): Catch errors.
105 * ediff-diff (ediff-test-patch-utility): catch errors. 101 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
106 (ediff-actual-diff-options, ediff-actual-diff3-options): new variables. 102 (ediff-set-actual-diff-options): New function.
107 (ediff-set-actual-diff-options): new function.
108 (ediff-reset-diff-options, ediff-toggle-ignore-case): 103 (ediff-reset-diff-options, ediff-toggle-ignore-case):
109 use ediff-set-actual-diff-options. 104 Use ediff-set-actual-diff-options.
110 (ediff-extract-diffs): catch errors. 105 (ediff-extract-diffs): Catch errors.
111 (ediff-whitespace): add nonbreakable space. 106 (ediff-whitespace): Add non-breakable space.
112 (ediff-same-file-contents): catch errors. 107 (ediff-same-file-contents): Catch errors.
113 108
114 * ediff-mult.el (ediff-collect-custom-diffs): save 109 * ediff-mult.el (ediff-collect-custom-diffs):
115 coding-system-for-read. 110 Save coding-system-for-read.
116 111
117 * ediff-vers.el (ediff-keep-tmp-versions): new var. 112 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
118 (ediff-vc-internal, ediff-vc-merge-internal): use 113 (ediff-vc-internal, ediff-vc-merge-internal):
119 ediff-delete-version-file. 114 Use ediff-delete-version-file.
120 (ediff-delete-version-file): new function. 115 (ediff-delete-version-file): New function.
121 116
122 * ediff-wind.el (ediff-control-frame-parameters): set frame fringes. 117 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
123 118
124 * ediff.el (ediff-directories, ediff-directory-revisions, 119 * ediff.el (ediff-directories, ediff-directory-revisions)
125 ediff-merge-directories, ediff-merge-directories-with-ancestor, 120 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
126 ediff-directories-internal, ediff-merge-directory-revisions, 121 (ediff-directories-internal, ediff-merge-directory-revisions)
127 ediff-merge-directory-revisions-with-ancestor, 122 (ediff-merge-directory-revisions-with-ancestor)
128 ediff-directories3): use read-directory-name. 123 (ediff-directories3): Use read-directory-name.
129 124
130 2006-06-18 Ralf Angeli <angeli@caeruleus.net> 125 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
131 126
132 * textmodes/tex-mode.el (tex-font-lock-match-suscript): Remove 127 * textmodes/tex-mode.el (tex-font-lock-match-suscript): Remove
133 superfluous part of regexp for brace matching which is handled by 128 superfluous part of regexp for brace matching which is handled by