aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2006-05-29 05:47:29 +0000
committerStefan Monnier2006-05-29 05:47:29 +0000
commitb486a098cb1969341daf73eb96b106cd52fa2b32 (patch)
tree7e4ddc784bf86778c34457a2de6787626ceac8f4
parentbb7a346faa03a6703dd7b4dcd10dfc8bcaa5d143 (diff)
downloademacs-b486a098cb1969341daf73eb96b106cd52fa2b32.tar.gz
emacs-b486a098cb1969341daf73eb96b106cd52fa2b32.zip
(hack-one-local-variable-eval-safep): Don't burp if used
during bootstrapping.
-rw-r--r--lisp/ChangeLog63
-rw-r--r--lisp/files.el5
2 files changed, 35 insertions, 33 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 355afbbca78..c1221136a54 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12006-05-29 Stefan Monnier <monnier@iro.umontreal.ca> 12006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
4 during bootstrapping.
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.
@@ -135,8 +138,8 @@
135 138
1362006-05-26 Reiner Steib <Reiner.Steib@gmx.de> 1392006-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
1412006-05-26 Chong Yidong <cyd@stupidchicken.com> 1442006-05-26 Chong Yidong <cyd@stupidchicken.com>
142 145
@@ -162,11 +165,10 @@
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
1712006-05-26 Kenichi Handa <handa@m17n.org> 1732006-05-26 Kenichi Handa <handa@m17n.org>
172 174
@@ -174,14 +176,14 @@
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
1862006-05-25 Chong Yidong <cyd@stupidchicken.com> 1882006-05-25 Chong Yidong <cyd@stupidchicken.com>
187 189
@@ -194,18 +196,17 @@
194 Remove 8th arg KEEP-ALL in read-from-minibuffer. 196 Remove 8th arg KEEP-ALL in read-from-minibuffer.
195 197
1962006-05-25 Rajesh Vaidheeswarran <rv@gnu.org> 1982006-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
2022006-05-25 Mathias Dahl <mathias.dahl@gmail.com> 2042006-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
2112006-05-25 Thien-Thi Nguyen <ttn@gnu.org> 2122006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
@@ -285,16 +286,16 @@
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.
@@ -307,16 +308,15 @@
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.
@@ -326,8 +326,8 @@
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)
@@ -336,12 +336,12 @@
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.
@@ -356,10 +356,9 @@
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
3652006-05-23 Thien-Thi Nguyen <ttn@gnu.org> 3642006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
diff --git a/lisp/files.el b/lisp/files.el
index 8ecd57a4d24..9f15e35e987 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -2689,7 +2689,10 @@ It is dangerous if either of these conditions are met:
2689 (or (numberp val) (equal val ''defun))) 2689 (or (numberp val) (equal val ''defun)))
2690 ((eq prop 'edebug-form-spec) 2690 ((eq prop 'edebug-form-spec)
2691 ;; Only allow indirect form specs. 2691 ;; Only allow indirect form specs.
2692 (edebug-basic-spec val))))) 2692 ;; During bootstrapping, edebug-basic-spec might not be
2693 ;; defined yet.
2694 (and (fboundp 'edebug-basic-spec)
2695 (edebug-basic-spec val))))))
2693 ;; Allow expressions that the user requested. 2696 ;; Allow expressions that the user requested.
2694 (member exp safe-local-eval-forms) 2697 (member exp safe-local-eval-forms)
2695 ;; Certain functions can be allowed with safe arguments 2698 ;; Certain functions can be allowed with safe arguments