+2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
+ all-completions.
+
2008-04-28 Juanma Barranquero <lekktu@gmail.com>
* desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
* org/org.el (org-html-level-start): Always have id's in HTML.
(org-export-as-html): Use `org-link-protocols' to
retrieve the export form of the link.
- (org-add-link-type): Final parameter renamed from PUBLISH. Better
- documentation of how it is to be used. Avoid double entries for
+ (org-add-link-type): Final parameter renamed from PUBLISH.
+ Better documentation of how it is to be used. Avoid double entries for
the same link type.
(org-add-link-props): New function.
(org-modules-loaded): New variable.
Interpret filenames relative to `org-directory'.
(org-complete): Silently fail when trying to complete
keywords that don't have a default value.
- (org-get-current-options): Added a #+DATE: option.
- (org-additional-option-like-keywords): Removed "DATE:" from the
+ (org-get-current-options): Add a #+DATE: option.
+ (org-additional-option-like-keywords): Remove "DATE:" from the
list of additional keywords.
- (org-export-as-html): Removed (current-time) as unnecessary second
+ (org-export-as-html): Remove (current-time) as unnecessary second
argument of `format-time-string'.
(org-clock-find-position): Handle special case at end of buffer.
(org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
(org-agenda-compute-time-span): New argument N, interpret it by
changing the starting day.
(org-small-year-to-year): New function.
- (org-scheduled-past-days): Respect
- `org-scheduled-past-days'.
+ (org-scheduled-past-days): Respect `org-scheduled-past-days'.
(org-auto-repeat-maybe): Make sure that repeating dates are pushed
into the future, and that the shift is at least one interval, never 0.
(org-update-checkbox-count): Fix bug with checkbox counting.
(org-add-note): New command.
- (org-add-log-setup): Renamed from `org-add-log-maybe'.
+ (org-add-log-setup): Rename from `org-add-log-maybe'.
(org-log-note-headings): New entry for plain notes (i.e. notes not
related to state changes or clocking).
(org-get-org-file): Check for availability of `remember-data-file'.
the buffer associated with the entry at point (or with the first
entry in the agenda view).
(org-modules): Add entry for org-bibtex.el.
- (org-completion-fallback-command): Moved into `org-completion' group.
- (org-clock-heading-function): Moved to `org-progress' group.
+ (org-completion-fallback-command): Move into `org-completion' group.
+ (org-clock-heading-function): Move to `org-progress' group.
(org-auto-repeat-maybe): Make sure that a note can
be enforces if `org-log-repeat' is `note'.
(org-modules): Allow additional symbols for external packages.
* lisp/org-clock.el (org-clock): New customization group.
(org-clock-into-drawer, org-clock-out-when-done)
(org-clock-in-switch-to-state, org-clock-heading-function):
- Moved into the new group.
+ Move into the new group.
(org-clock-out-remove-zero-time-clocks): New option.
(org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
(org-dblock-write:clocktable): Allow a Lisp form for the scope
parameter.
- (org-dblock-write:clocktable): Fixed bug with total time calculation.
+ (org-dblock-write:clocktable): Fix bug with total time calculation.
(org-dblock-write:clocktable): Request the unrestricted list of files.
(org-get-clocktable): New function.
(org-dblock-write:clocktable): Make sure :tstart and :tend can not only
* org/org-exp.el (org-export-run-in-background): New option.
(org-export-icalendar): Allow a batch process to trigger waiting
after executing a system command.
- (org-export-preprocess-string): Renamed-from
+ (org-export-preprocess-string): Rename from
`org-cleaned-string-for-export'.
(org-export-html-style): Made target class look like normal text.
(org-export-as-html): Make use of the better proprocessing in
(org-table-current-column): No longer interactive.
* org/org-export-latex.el (org-export-latex-preprocess):
- Renamed from `org-export-latex-cleaned-string'.
+ Rename from `org-export-latex-cleaned-string'.
2008-04-27 Bastien Guerry <bzg@altern.org>
(tramp-set-file-property, tramp-flush-file-property)
(tramp-flush-directory-property)
* net/tramp-compat.el (tramp-compat-make-temp-file)
- * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Disable
- `file-name-handler-alist' when handling localname. It could have
- a remote file syntax, like a VMS file name.
+ * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
+ Disable `file-name-handler-alist' when handling localname.
+ It could have a remote file syntax, like a VMS file name.
2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2008-04-27 Johan Bockgård <bojohan@gnu.org>
* emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
- Simplify. Collect `defun' and `autoload' entries. Avoid
- modifying load-history.
+ Simplify. Collect `defun' and `autoload' entries.
+ Avoid modifying load-history.
2008-04-26 Glenn Morris <rgm@gnu.org>