comparison lisp/ChangeLog @ 94427:a09b7ca0a745

(completion-pcm--all-completions): Don't pass nil to all-completions.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 28 Apr 2008 13:57:20 +0000
parents 7d9665dce8f4
children f34f60c27b4f
comparison
equal deleted inserted replaced
94426:7d9665dce8f4 94427:a09b7ca0a745
1 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
4 all-completions.
5
1 2008-04-28 Juanma Barranquero <lekktu@gmail.com> 6 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'. 8 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
4 9
5 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu> 10 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
39 2008-04-27 Carsten Dominik <dominik@science.uva.nl> 44 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
40 45
41 * org/org.el (org-html-level-start): Always have id's in HTML. 46 * org/org.el (org-html-level-start): Always have id's in HTML.
42 (org-export-as-html): Use `org-link-protocols' to 47 (org-export-as-html): Use `org-link-protocols' to
43 retrieve the export form of the link. 48 retrieve the export form of the link.
44 (org-add-link-type): Final parameter renamed from PUBLISH. Better 49 (org-add-link-type): Final parameter renamed from PUBLISH.
45 documentation of how it is to be used. Avoid double entries for 50 Better documentation of how it is to be used. Avoid double entries for
46 the same link type. 51 the same link type.
47 (org-add-link-props): New function. 52 (org-add-link-props): New function.
48 (org-modules-loaded): New variable. 53 (org-modules-loaded): New variable.
49 (org-load-modules-maybe, org-set-modules): New function. 54 (org-load-modules-maybe, org-set-modules): New function.
50 (org-modules): New option. 55 (org-modules): New option.
73 `calendar-time-from-absolute'. 78 `calendar-time-from-absolute'.
74 (org-remember-apply-template, org-go-to-remember-target): 79 (org-remember-apply-template, org-go-to-remember-target):
75 Interpret filenames relative to `org-directory'. 80 Interpret filenames relative to `org-directory'.
76 (org-complete): Silently fail when trying to complete 81 (org-complete): Silently fail when trying to complete
77 keywords that don't have a default value. 82 keywords that don't have a default value.
78 (org-get-current-options): Added a #+DATE: option. 83 (org-get-current-options): Add a #+DATE: option.
79 (org-additional-option-like-keywords): Removed "DATE:" from the 84 (org-additional-option-like-keywords): Remove "DATE:" from the
80 list of additional keywords. 85 list of additional keywords.
81 (org-export-as-html): Removed (current-time) as unnecessary second 86 (org-export-as-html): Remove (current-time) as unnecessary second
82 argument of `format-time-string'. 87 argument of `format-time-string'.
83 (org-clock-find-position): Handle special case at end of buffer. 88 (org-clock-find-position): Handle special case at end of buffer.
84 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to 89 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
85 `org-agenda-change-time-span'. 90 `org-agenda-change-time-span'.
86 (org-agenda-week-view): New argument ISO-WEEK, pass it on to 91 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
92 (org-agenda-change-time-span): New optional argument N, pass it on 97 (org-agenda-change-time-span): New optional argument N, pass it on
93 to `org-agenda-compute-time-span'. 98 to `org-agenda-compute-time-span'.
94 (org-agenda-compute-time-span): New argument N, interpret it by 99 (org-agenda-compute-time-span): New argument N, interpret it by
95 changing the starting day. 100 changing the starting day.
96 (org-small-year-to-year): New function. 101 (org-small-year-to-year): New function.
97 (org-scheduled-past-days): Respect 102 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
98 `org-scheduled-past-days'.
99 (org-auto-repeat-maybe): Make sure that repeating dates are pushed 103 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
100 into the future, and that the shift is at least one interval, never 0. 104 into the future, and that the shift is at least one interval, never 0.
101 (org-update-checkbox-count): Fix bug with checkbox counting. 105 (org-update-checkbox-count): Fix bug with checkbox counting.
102 (org-add-note): New command. 106 (org-add-note): New command.
103 (org-add-log-setup): Renamed from `org-add-log-maybe'. 107 (org-add-log-setup): Rename from `org-add-log-maybe'.
104 (org-log-note-headings): New entry for plain notes (i.e. notes not 108 (org-log-note-headings): New entry for plain notes (i.e. notes not
105 related to state changes or clocking). 109 related to state changes or clocking).
106 (org-get-org-file): Check for availability of `remember-data-file'. 110 (org-get-org-file): Check for availability of `remember-data-file'.
107 (org-cached-entry-get): Allow a regexp value for 111 (org-cached-entry-get): Allow a regexp value for
108 `org-use-property-inheritance'. 112 `org-use-property-inheritance'.
135 (org-buffer-list): New function. 139 (org-buffer-list): New function.
136 (org-agenda-columns): Also try the #+COLUMNS line in 140 (org-agenda-columns): Also try the #+COLUMNS line in
137 the buffer associated with the entry at point (or with the first 141 the buffer associated with the entry at point (or with the first
138 entry in the agenda view). 142 entry in the agenda view).
139 (org-modules): Add entry for org-bibtex.el. 143 (org-modules): Add entry for org-bibtex.el.
140 (org-completion-fallback-command): Moved into `org-completion' group. 144 (org-completion-fallback-command): Move into `org-completion' group.
141 (org-clock-heading-function): Moved to `org-progress' group. 145 (org-clock-heading-function): Move to `org-progress' group.
142 (org-auto-repeat-maybe): Make sure that a note can 146 (org-auto-repeat-maybe): Make sure that a note can
143 be enforces if `org-log-repeat' is `note'. 147 be enforces if `org-log-repeat' is `note'.
144 (org-modules): Allow additional symbols for external packages. 148 (org-modules): Allow additional symbols for external packages.
145 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined. 149 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
146 (org-clock-goto): Hide drawers after showing an 150 (org-clock-goto): Hide drawers after showing an
263 (org-agenda-get-deadlines): Deal with new function value. 267 (org-agenda-get-deadlines): Deal with new function value.
264 268
265 * lisp/org-clock.el (org-clock): New customization group. 269 * lisp/org-clock.el (org-clock): New customization group.
266 (org-clock-into-drawer, org-clock-out-when-done) 270 (org-clock-into-drawer, org-clock-out-when-done)
267 (org-clock-in-switch-to-state, org-clock-heading-function): 271 (org-clock-in-switch-to-state, org-clock-heading-function):
268 Moved into the new group. 272 Move into the new group.
269 (org-clock-out-remove-zero-time-clocks): New option. 273 (org-clock-out-remove-zero-time-clocks): New option.
270 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'. 274 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
271 (org-dblock-write:clocktable): Allow a Lisp form for the scope 275 (org-dblock-write:clocktable): Allow a Lisp form for the scope
272 parameter. 276 parameter.
273 (org-dblock-write:clocktable): Fixed bug with total time calculation. 277 (org-dblock-write:clocktable): Fix bug with total time calculation.
274 (org-dblock-write:clocktable): Request the unrestricted list of files. 278 (org-dblock-write:clocktable): Request the unrestricted list of files.
275 (org-get-clocktable): New function. 279 (org-get-clocktable): New function.
276 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only 280 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
277 be strings but also integers (an absolute day number) and lists (m d y). 281 be strings but also integers (an absolute day number) and lists (m d y).
278 282
286 (org-agenda-columns): Call `org-agenda-colview-summarize'. 290 (org-agenda-columns): Call `org-agenda-colview-summarize'.
287 291
288 * org/org-exp.el (org-export-run-in-background): New option. 292 * org/org-exp.el (org-export-run-in-background): New option.
289 (org-export-icalendar): Allow a batch process to trigger waiting 293 (org-export-icalendar): Allow a batch process to trigger waiting
290 after executing a system command. 294 after executing a system command.
291 (org-export-preprocess-string): Renamed-from 295 (org-export-preprocess-string): Rename from
292 `org-cleaned-string-for-export'. 296 `org-cleaned-string-for-export'.
293 (org-export-html-style): Made target class look like normal text. 297 (org-export-html-style): Made target class look like normal text.
294 (org-export-as-html): Make use of the better proprocessing in 298 (org-export-as-html): Make use of the better proprocessing in
295 `org-cleaned-string-for-export'. 299 `org-cleaned-string-for-export'.
296 (org-cleaned-string-for-export): Better treatment of heuristic 300 (org-cleaned-string-for-export): Better treatment of heuristic
312 around single fields, to make sure that algebraic formulas get 316 around single fields, to make sure that algebraic formulas get
313 correctly interpreted by calc. 317 correctly interpreted by calc.
314 (org-table-current-column): No longer interactive. 318 (org-table-current-column): No longer interactive.
315 319
316 * org/org-export-latex.el (org-export-latex-preprocess): 320 * org/org-export-latex.el (org-export-latex-preprocess):
317 Renamed from `org-export-latex-cleaned-string'. 321 Rename from `org-export-latex-cleaned-string'.
318 322
319 2008-04-27 Bastien Guerry <bzg@altern.org> 323 2008-04-27 Bastien Guerry <bzg@altern.org>
320 324
321 * org/org-publish.el (org-publish-get-base-files-1): New function. 325 * org/org-publish.el (org-publish-get-base-files-1): New function.
322 (org-publish-get-base-files): Use it. 326 (org-publish-get-base-files): Use it.
340 (tramp-handle-insert-file-contents, tramp-handle-write-region) 344 (tramp-handle-insert-file-contents, tramp-handle-write-region)
341 * net/tramp-cache.el (tramp-get-file-property) 345 * net/tramp-cache.el (tramp-get-file-property)
342 (tramp-set-file-property, tramp-flush-file-property) 346 (tramp-set-file-property, tramp-flush-file-property)
343 (tramp-flush-directory-property) 347 (tramp-flush-directory-property)
344 * net/tramp-compat.el (tramp-compat-make-temp-file) 348 * net/tramp-compat.el (tramp-compat-make-temp-file)
345 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Disable 349 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
346 `file-name-handler-alist' when handling localname. It could have 350 Disable `file-name-handler-alist' when handling localname.
347 a remote file syntax, like a VMS file name. 351 It could have a remote file syntax, like a VMS file name.
348 352
349 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> 353 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
350 354
351 * whitespace.el: New version 11.1. 355 * whitespace.el: New version 11.1.
352 (whitespace-trailing-regexp): Option fix, now trailing regexp must be 356 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
368 * calculator.el (calculator-expt): Replace cl function `oddp'. 372 * calculator.el (calculator-expt): Replace cl function `oddp'.
369 373
370 2008-04-27 Johan Bockgård <bojohan@gnu.org> 374 2008-04-27 Johan Bockgård <bojohan@gnu.org>
371 375
372 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions): 376 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
373 Simplify. Collect `defun' and `autoload' entries. Avoid 377 Simplify. Collect `defun' and `autoload' entries.
374 modifying load-history. 378 Avoid modifying load-history.
375 379
376 2008-04-26 Glenn Morris <rgm@gnu.org> 380 2008-04-26 Glenn Morris <rgm@gnu.org>
377 381
378 * textmodes/ispell.el (ispell-insert-word): Revert previous change. 382 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
379 383