comparison lisp/ChangeLog @ 72426:f60405031861

(font-lock-extend-region-wholelines): Fix up typo. Reported by Martin Rudalics <rudalics@gmx.at>.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 17 Aug 2006 03:19:55 +0000
parents b6050f44ed8c
children 3fc22ce89bd1
comparison
equal deleted inserted replaced
72425:4fa1b5c6a34c 72426:f60405031861
1 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
4 Reported by Martin Rudalics <rudalics@gmx.at>.
5
1 2006-08-16 Richard Stallman <rms@gnu.org> 6 2006-08-16 Richard Stallman <rms@gnu.org>
2 7
3 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec. 8 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
4 (special-event-map): Process drag-n-drop events this way. 9 (special-event-map): Process drag-n-drop events this way.
5 10
16 * compare-w.el (compare-windows): Factor compare-ignore-whitespace 21 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
17 into ignore-whitespace. 22 into ignore-whitespace.
18 Check each buffer for its skip-function. 23 Check each buffer for its skip-function.
19 Handle compare-windows-skip-whitespace special-case test 24 Handle compare-windows-skip-whitespace special-case test
20 by returning t from default skip function. 25 by returning t from default skip function.
21 26
22 2006-08-15 Carsten Dominik <dominik@science.uva.nl> 27 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
23 28
24 * textmodes/org.el (org-clock-special-range, 29 * textmodes/org.el (org-clock-special-range)
25 org-clock-update-time-maybe): New functions. 30 (org-clock-update-time-maybe): New functions.
26 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars, 31 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
27 not only a-z. 32 not only a-z.
28 (org-agenda-get-blocks): Allow multiple blocks per headline. 33 (org-agenda-get-blocks): Allow multiple blocks per headline.
29 (org-timestamp-change): Call `org-clock-update-time-maybe'. 34 (org-timestamp-change): Call `org-clock-update-time-maybe'.
30 (org-export-html-title-format) 35 (org-export-html-title-format)
31 (org-export-html-toplevel-hlevel): New options. 36 (org-export-html-toplevel-hlevel): New options.
32 (org-export-language-setup): Added support for Czech. 37 (org-export-language-setup): Add support for Czech.
33 (org-mode, org-insert-todo-heading, org-find-visible) 38 (org-mode, org-insert-todo-heading, org-find-visible)
34 (org-find-invisible, org-invisible-p, org-invisible-p2) 39 (org-find-invisible, org-invisible-p, org-invisible-p2)
35 (org-back-to-heading, org-on-heading-p, org-up-heading-all) 40 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
36 (org-show-subtree, org-show-entry, org-make-options-regexp): 41 (org-show-subtree, org-show-entry, org-make-options-regexp):
37 Removed compatibility support for old outline-mode. 42 Remove compatibility support for old outline-mode.
38 (org-check-occur-regexp): Funtion removed. 43 (org-check-occur-regexp): Funtion removed.
39 (org-on-heading-p, org-back-to-heading): Made defalias. 44 (org-on-heading-p, org-back-to-heading): Made defalias.
40 (org-set-local): New defsubst. 45 (org-set-local): New defsubst.
41 (org-set-regexps-and-options, org-mode) 46 (org-set-regexps-and-options, org-mode)
42 (org-set-font-lock-defaults, org-edit-agenda-file-list) 47 (org-set-font-lock-defaults, org-edit-agenda-file-list)
43 (org-timeline, org-agenda-list, org-todo-list, org-tags-view) 48 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
44 (org-remember-apply-template, org-table-edit-field) 49 (org-remember-apply-template, org-table-edit-field)
45 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii) 50 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
46 (org-set-autofill-regexps): Use `org-set-local'. 51 (org-set-autofill-regexps): Use `org-set-local'.
47 (org-table-eval-formula): Fixed bug with parsing of display flags. 52 (org-table-eval-formula): Fix bug with parsing of display flags.
48 53
49 2006-08-15 Nick Roberts <nickrob@snap.net.nz> 54 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
50 55
51 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected 56 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
52 frame with fringe arrow. Suggested by Simon Marshall 57 frame with fringe arrow. Suggested by Simon Marshall
53 <simon.marshall@misys.com>. 58 <simon.marshall@misys.com>.
54 (gdb-stack-position): New variable. 59 (gdb-stack-position): New variable.
55 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil. 60 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
56 (gdb-frames-mode): Set gdb-stack-position to nil. Add to 61 (gdb-frames-mode): Set gdb-stack-position to nil.
57 overlay-arrow-variable-list 62 Add to overlay-arrow-variable-list
58 (gdb-reset): Delete gdb-stack-position from above list. 63 (gdb-reset): Delete gdb-stack-position from above list.
59 64
60 2006-08-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 65 2006-08-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
61 66
62 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is 67 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
93 Remove, after long deprecation. 98 Remove, after long deprecation.
94 (allout-beginning-of-line-cycles, allout-end-of-line-cycles): 99 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
95 Add customization vars controlling allout-beginning-of-line and 100 Add customization vars controlling allout-beginning-of-line and
96 allout-end-of-line conveniences. 101 allout-end-of-line conveniences.
97 (allout-header-prefix, allout-use-mode-specific-leader) 102 (allout-header-prefix, allout-use-mode-specific-leader)
98 (allout-use-mode-specific-leader, allout-mode-leaders): Revised 103 (allout-use-mode-specific-leader, allout-mode-leaders):
99 docstrings. 104 Revise docstrings.
100 (allout-infer-header-lead): Change to be an alias for 105 (allout-infer-header-lead): Change to be an alias for
101 allout-infer-header-lead-and-primary-bullet. 106 allout-infer-header-lead-and-primary-bullet.
102 (allout-infer-header-lead-and-primary-bullet): New version of 107 (allout-infer-header-lead-and-primary-bullet): New version of
103 allout-infer-header-lead which assigns the primary bullet to the 108 allout-infer-header-lead which assigns the primary bullet to the
104 same as the header lead, when its being changed. 109 same as the header lead, when its being changed.
134 If allout-old-style-prefixes is non-nil, don't nullify it on mode 139 If allout-old-style-prefixes is non-nil, don't nullify it on mode
135 activation! 140 activation!
136 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'. 141 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
137 (allout-end-of-line): Respect `allout-end-of-line-cycles'. 142 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
138 (allout-chart-subtree): Implement new mode, charting only the 143 (allout-chart-subtree): Implement new mode, charting only the
139 visible items in the subtree, when new 'visible' parameter is 144 visible items in the subtree, when new 'visible' parameter is non-nil.
140 non-nil. 145 (allout-end-of-subtree): Properly handle the last item in the buffer.
141 (allout-end-of-subtree): Properly handle the last item in the 146 (allout-pre-command-business, allout-command-counter):
142 buffer. 147 Increment an advertised counter so that cooperating enhancements can
143 (allout-pre-command-business, allout-command-counter): Increment 148 track revisions of items.
144 an advertised counter so that cooperating enhancements can track
145 revisions of items.
146 (allout-open-topic): Run allout-structure-added-hook with suitable 149 (allout-open-topic): Run allout-structure-added-hook with suitable
147 arguments. 150 arguments.
148 (allout-shift-in): Run allout-structure-shifted-hook with suitable 151 (allout-shift-in): Run allout-structure-shifted-hook with suitable
149 arguments. 152 arguments.
150 (allout-shift-out): Fix doubling for negative args and ensure call 153 (allout-shift-out): Fix doubling for negative args and ensure call
151 of allout-structure-shifted-hook by solely using allout-shift-in. 154 of allout-structure-shifted-hook by solely using allout-shift-in.
152 (allout-kill-line, allout-kill-topic): Run 155 (allout-kill-line, allout-kill-topic):
153 allout-structure-deleted-hook with suitable arguments. 156 Run allout-structure-deleted-hook with suitable arguments.
154 (allout-yank-processing): Run allout-structure-added-hook with 157 (allout-yank-processing): Run allout-structure-added-hook with
155 proper arguments. 158 proper arguments.
156 (allout-yank): Enclose activity in allout-unprotected. 159 (allout-yank): Enclose activity in allout-unprotected.
157 (allout-flag-region): Run allout-exposure-change-hook with 160 (allout-flag-region): Run allout-exposure-change-hook with
158 suitable arguments, instead of making the callee infer the 161 suitable arguments, instead of making the callee infer the arguments.
159 arguments. 162 (allout-encrypt-string):
160 (allout-encrypt-string): Support 163 Support allout-encryption-plaintext-sanitization-regexps,
161 allout-encryption-plaintext-sanitization-regexps,
162 allout-encryption-ciphertext-rejection-regexps, and 164 allout-encryption-ciphertext-rejection-regexps, and
163 allout-encryption-ciphertext-rejection-ceiling. Indicate correct 165 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
164 en/de cryption mode in symmetric encryption failure message. 166 en/de cryption mode in symmetric encryption failure message.
165 (allout-obtain-passphrase): Use copy-sequence to get a distinct 167 (allout-obtain-passphrase): Use copy-sequence to get a distinct
166 copy of the passphrase, and don't zero it or we'll corrupt the 168 copy of the passphrase, and don't zero it or we'll corrupt the