comparison lisp/ChangeLog @ 71053:ae67d314ac22

(hack-one-local-variable-eval-safep): Don't burp if used during bootstrapping.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 29 May 2006 05:47:29 +0000
parents 529644115612
children 1a9194ab1577
comparison
equal deleted inserted replaced
71052:529644115612 71053:ae67d314ac22
1 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca> 1 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
4 during bootstrapping.
2 5
3 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove. 6 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
4 Basically undo the change of 2006-05-26: use extra arguments instead of 7 Basically undo the change of 2006-05-26: use extra arguments instead of
5 dynamic scoping. 8 dynamic scoping.
6 (ewoc-locate): Remove unused var `footer'. 9 (ewoc-locate): Remove unused var `footer'.
133 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose 136 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
134 formula hasn't been executed yet. 137 formula hasn't been executed yet.
135 138
136 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de> 139 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
137 140
138 * comint.el (comint-kill-whole-line): Rename arg to count. Fix 141 * comint.el (comint-kill-whole-line): Rename arg to count.
139 doc string. 142 Fix doc string.
140 143
141 2006-05-26 Chong Yidong <cyd@stupidchicken.com> 144 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
142 145
143 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument 146 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
144 to copy-file. 147 to copy-file.
160 2006-05-26 Carsten Dominik <dominik@science.uva.nl> 163 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
161 164
162 * textmodes/org.el: (org-next-item, org-previous-item): Emit more 165 * textmodes/org.el: (org-next-item, org-previous-item): Emit more
163 compact error message. 166 compact error message.
164 (org-tags-view): Refresh category table in each file. 167 (org-tags-view): Refresh category table in each file.
165 (org-table-justify-field-maybe): Removed superfluous arguments to 168 (org-table-justify-field-maybe): Remove superfluous arguments to
166 `format'. 169 `format'.
167 (org-export-as-html): Insert "<p>" before postamble. 170 (org-export-as-html): Insert "<p>" before postamble.
168 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill 171 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
169 ring.
170 172
171 2006-05-26 Kenichi Handa <handa@m17n.org> 173 2006-05-26 Kenichi Handa <handa@m17n.org>
172 174
173 * textmodes/po.el (po-find-charset): Pay attention to the case 175 * textmodes/po.el (po-find-charset): Pay attention to the case
174 FILENAME is a cons (NAME . BUFFER). 176 FILENAME is a cons (NAME . BUFFER).
175 (po-find-file-coding-system-guts): Likewise. 177 (po-find-file-coding-system-guts): Likewise.
176 178
177 * arc-mode.el (archive-set-buffer-as-visiting-file): Call 179 * arc-mode.el (archive-set-buffer-as-visiting-file):
178 find-operation-coding-system with (FILENAME . BUFFER). 180 Call find-operation-coding-system with (FILENAME . BUFFER).
179 181
180 * tar-mode.el (tar-extract): Call find-operation-coding-system 182 * tar-mode.el (tar-extract): Call find-operation-coding-system
181 with (FILENAME . BUFFER). 183 with (FILENAME . BUFFER).
182 184
183 * international/mule.el (decode-coding-inserted-region): Call 185 * international/mule.el (decode-coding-inserted-region):
184 find-operation-coding-system with (FILENAME . BUFFER). 186 Call find-operation-coding-system with (FILENAME . BUFFER).
185 187
186 2006-05-25 Chong Yidong <cyd@stupidchicken.com> 188 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
187 189
188 * image-mode.el (image-toggle-display): Use buffer contents to 190 * image-mode.el (image-toggle-display): Use buffer contents to
189 generate image for a remote file. 191 generate image for a remote file.
192 194
193 * replace.el (query-replace-read-from, query-replace-read-to): 195 * replace.el (query-replace-read-from, query-replace-read-to):
194 Remove 8th arg KEEP-ALL in read-from-minibuffer. 196 Remove 8th arg KEEP-ALL in read-from-minibuffer.
195 197
196 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org> 198 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
197 * whitespace.el (whitespace-cleanup): change to cleanup 199
198 region if one is active 200 * whitespace.el (whitespace-cleanup): Change to cleanup
199 * whitespace.el (whitespace-cleanup-internal): new internal 201 region if one is active.
200 method 202 * whitespace.el (whitespace-cleanup-internal): New internal method.
201 203
202 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com> 204 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
203 205
204 * dired.el (dired-mode-map): Add help-echo strings to tumme 206 * dired.el (dired-mode-map): Add help-echo strings to tumme
205 commands. Bind `tumme-dired-display-image' to C-t i. 207 commands. Bind `tumme-dired-display-image' to C-t i.
206 208
207 * tumme.el (tumme-display-image): Change documentation string 209 * tumme.el (tumme-display-image): Change documentation string slightly.
208 slightly.
209 (tumme-dired-display-image): Add call to `display-buffer'. 210 (tumme-dired-display-image): Add call to `display-buffer'.
210 211
211 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org> 212 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
212 213
213 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack): 214 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
283 284
284 2006-05-24 Carsten Dominik <dominik@science.uva.nl> 285 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
285 286
286 * textmodes/org.el: (org-open-at-point): Use renamed variable 287 * textmodes/org.el: (org-open-at-point): Use renamed variable
287 `org-confirm-shell-link-function'. 288 `org-confirm-shell-link-function'.
288 (org-confirm-shell-link-function): Renamed from 289 (org-confirm-shell-link-function): Rename from
289 `org-confirm-shell-links'. 290 `org-confirm-shell-links'.
290 (org-export-directory): New function. 291 (org-export-directory): New function.
291 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo) 292 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
292 (org-export-icalendar): Use `org-export-directory'. 293 (org-export-icalendar): Use `org-export-directory'.
293 (org-indent-item): Keep cursor position. 294 (org-indent-item): Keep cursor position.
294 (org-link-file-path-type): New option. 295 (org-link-file-path-type): New option.
295 (org-export-as-html): Fixed bug with plain lists starting in 296 (org-export-as-html): Fix bug with plain lists starting in
296 column 0. 297 column 0.
297 (org-export-as-html): Removed deadline formatting, this happens 298 (org-export-as-html): Remove deadline formatting, this happens
298 now already in `org-html-handle-time-stamps'. 299 now already in `org-html-handle-time-stamps'.
299 (org-export-html-style): Deadline class removed. 300 (org-export-html-style): Deadline class removed.
300 (org-insert-labeled-timestamps-at-point): New option. 301 (org-insert-labeled-timestamps-at-point): New option.
301 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead 302 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
302 of `hide-sublevels 1', in case the first headline is not level 1. 303 of `hide-sublevels 1', in case the first headline is not level 1.
305 variables buffer-local. 306 variables buffer-local.
306 (org-global-cycle): New command. 307 (org-global-cycle): New command.
307 (org-shifttab): Use `org-global-cycle'. 308 (org-shifttab): Use `org-global-cycle'.
308 (org-insert-heading, org-insert-item): Go to end of new 309 (org-insert-heading, org-insert-item): Go to end of new
309 headline/item after creating it. 310 headline/item after creating it.
310 (org-export-visible): Renames from `org-export-copy-visible'. Now 311 (org-export-visible): Rename from `org-export-copy-visible'.
311 creates a temporary org-file and applies an exporting command to 312 Now creates a temporary org-file and applies an exporting command
312 it. 313 to it.
313 (org-table-eval-formula): Support for lisp forms. 314 (org-table-eval-formula): Support for lisp forms.
314 (org-agenda-todo-ignore-scheduled): New option. 315 (org-agenda-todo-ignore-scheduled): New option.
315 (org-agenda-get-todos): Use new option 316 (org-agenda-get-todos): Use new option
316 `org-agenda-todo-ignore-scheduled'. 317 `org-agenda-todo-ignore-scheduled'.
317 (org-export-html-inline-images): New value `maybe'. 318 (org-export-html-inline-images): New value `maybe'.
318 (org-export-as-html): Inlining of images dependent on link 319 (org-export-as-html): Inlining of images dependent on link description.
319 description.
320 (org-archive-subtree): Check for end-of-buffer before trying 320 (org-archive-subtree): Check for end-of-buffer before trying
321 `kill-line'. 321 `kill-line'.
322 (org-agenda-follow-mode): New option. 322 (org-agenda-follow-mode): New option.
323 (org-export-with-tags, org-export-with-timestamps): New options. 323 (org-export-with-tags, org-export-with-timestamps): New options.
324 (org-html-handle-time-stamps): New function. 324 (org-html-handle-time-stamps): New function.
325 (org-keyword-time-regexp): New variable. 325 (org-keyword-time-regexp): New variable.
326 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'. 326 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
327 (org-agenda-todo-list-sublevels): New option. 327 (org-agenda-todo-list-sublevels): New option.
328 (org-html-level-start): When TITLE is nil, just close all levels. 328 (org-html-level-start): When TITLE is nil, just close all levels.
329 (org-parse-key-lines, org-parse-export-options): Functions 329 (org-parse-key-lines, org-parse-export-options): Remove functions,
330 removed, replaced by `org-infile-export-plist'. 330 replaced by `org-infile-export-plist'.
331 (org-combine-plists, org-infile-export-plist) 331 (org-combine-plists, org-infile-export-plist)
332 (org-default-export-plist): New functions. 332 (org-default-export-plist): New functions.
333 (org-export-html-preamble, org-export-html-postamble) 333 (org-export-html-preamble, org-export-html-postamble)
334 (org-export-html-auto-preamble, org-export-html-auto-postamble): 334 (org-export-html-auto-preamble, org-export-html-auto-postamble):
335 New variables. 335 New variables.
336 (org-export-publishing-directory): New option. 336 (org-export-publishing-directory): New option.
337 (org-export-as-html, org-export-as-ascii): Use the new property 337 (org-export-as-html, org-export-as-ascii): Use the new property
338 lists for settings. 338 lists for settings.
339 (org-export-copy-visible, org-export-as-xoxo): Respect 339 (org-export-copy-visible, org-export-as-xoxo):
340 `org-export-publishing-directory'. 340 Respect `org-export-publishing-directory'.
341 (org-link-search, org-store-link, org-file-apps): Support for 341 (org-link-search, org-store-link, org-file-apps): Support for
342 links to BibTeX database entries.. 342 links to BibTeX database entries..
343 (org-get-current-options, org-set-regexps-and-options): Implement 343 (org-get-current-options, org-set-regexps-and-options):
344 logging as a startup option. 344 Implement logging as a startup option.
345 (org-store-link): Make sure context string is never empty 345 (org-store-link): Make sure context string is never empty
346 (org-insert-link): Use relative path when possible. 346 (org-insert-link): Use relative path when possible.
347 (org-at-item-checklet-p): New function. 347 (org-at-item-checklet-p): New function.
348 (org-shifttab, org-shiftmetaleft, org-shiftmetaright) 348 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
349 (org-shiftmetaup, org-shiftmetadown, org-metaleft) 349 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
354 (org-call-with-arg): New defsubst. 354 (org-call-with-arg): New defsubst.
355 (org-tag-alist, org-use-fast-tag-selection): New options. 355 (org-tag-alist, org-use-fast-tag-selection): New options.
356 (org-complete): Use `org-tag-alist'. 356 (org-complete): Use `org-tag-alist'.
357 (org-fast-tag-insert, org-fast-tag-selection): New functions. 357 (org-fast-tag-insert, org-fast-tag-selection): New functions.
358 (org-next-item, org-previous-item): New commands. 358 (org-next-item, org-previous-item): New commands.
359 (org-beginning-of-item, org-end-of-item): Added (interactive) to 359 (org-beginning-of-item, org-end-of-item): Add (interactive) to
360 make command. 360 make command.
361 (org-shiftup, org-shiftdown): Accommodate the item-navigation 361 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
362 commands.
363 362
364 363
365 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org> 364 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
366 365
367 * emacs-lisp/ewoc.el (ewoc-delete): New function. 366 * emacs-lisp/ewoc.el (ewoc-delete): New function.