]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(doc-view-mode-map): Use the image-mode scrolling commands. Don't rebind C-x k.
[gnu-emacs] / lisp / ChangeLog
index 58107d8584c9473c408ac400f1e62156d44b5df7..b1a674aa3634be0b925c23e74cf1598d3d058675 100644 (file)
@@ -1,5 +1,578 @@
+2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
+       (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
+       (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
+       (doc-view-ps->pdf-sentinel, doc-view-ps->pdf): Remove superfluous
+       messages.
+       (doc-view-mode-map): Use the image-mode scrolling commands.  Don't
+       rebind C-x k.
+
+
+2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
+       Add comment about "-dSAFER".
+
+2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * term/xterm.el: Don't require xt-mouse.
+       (terminal-init-xterm): Run terminal-init-xterm-hook rather than
+       calling turn-on-xterm-mouse-tracking-on-terminal directly.
+
+       * xt-mouse.el: Don't change the global function-key-map anny more.
+       (xterm-mouse-mode): Use terminal-init-xterm-hook.
+       Don't use after-make-frame-functions now that term/xterm.el calls
+       us directly.
+       (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
+       Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
+       (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
+       Setup input-decode-map and remember that xterm-mouse-mode was
+       enabled in this terminal.
+       (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
+       terminals where it has been enabled.
+
+       * faces.el (tty-create-frame-with-faces): Make sure not only
+       tty-run-terminal-initialization but also set-locale-environment
+       are run only once per terminal.
+       (tty-run-terminal-initialization): Don't check if the terminal was
+       already initted.
+
+       * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
+       not to remove keymaps that just happen to inherit from one of ours.
+       When setting up our keymap, make sure it won't be accidentally
+       modified by someone else.
+
+2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * textmodes/artist.el (artist-previous-line, artist-next-line):
+       * dired.el (dired-next-line, dired-previous-line):
+       * progmodes/delphi.el (delphi-newline):
+       * textmodes/org.el (org-columns-eval):
+       Use forward-line.
+
+       * emerge.el (emerge-setup): Use insert-buffer-substring.
+       (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
+
+2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
+
+       * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
+       (adaptive-fill-function): Doc fix.  Remove * from docstring.
+
+2007-10-18  Tom Horsley  <tom.horsley@att.net>
+
+       * simple.el (interprogram-paste-function): Doc fix.
+       (current-kill): Accept list of strings as well
+       as single string from `interprogram-paste-function'.
+
+2007-10-18  Glenn Morris  <rgm@gnu.org>
+
+       * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
+
+2007-10-18  Drew Adams  <drew.adams@oracle.com>
+
+       * bindings.el (mode-line-minor-mode-keymap):
+       Add mouse-minor-mode-menu on mouse-1.
+       (mode-line-modes): Add mouse-1 to help-echo text.
+       (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
+       New functions.
+       (mode-line-minor-mode-help): Doc fix.
+
+2007-10-17  Juri Linkov  <juri@jurta.org>
+
+       * textmodes/fill.el (fill-paragraph-or-region): Remove function
+       at the request of RMS.
+       (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
+       arg `region'.  Fix docstring.  At the first `or' branch add call to
+       `fill-region' if it the region is active in transient-mark-mode.
+
+       * bindings.el (esc-map): Bind M-q to fill-paragraph
+       instead of fill-paragraph-or-region.
+
+       * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
+       with fill-paragraph.
+
+       * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
+       Fix docstring.
+
+       * indent.el (indent-for-tab-command): Change interactive spec from
+       "P" to "p".  Add check for interactive arg before indenting the
+       active region.
+
+       * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
+       Regroup.
+
+2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp/find-func.el: Don't require loadhist.
+
+       * loadhist.el (feature-symbols, file-provides, file-requires)
+       (file-set-intersect, file-dependents): Simplify.
+       (unload-feature-special-hooks): Update list of special hooks.
+
+2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * bindings.el (completion-ignored-extensions): Remove pdf and dvi
+       extensions since they can be viewed with doc-view.
+
+       * files.el (auto-mode-alist): Make doc-view-mode the default mode
+       for pdf, ps and dvi files.
+
+       * doc-view.el: Make doc-view-mode the standard mode for viewing
+       pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
+       text and image display.  Add binding C-c C-e to switch to an
+       editing mode.
+       (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
+       avoid security problems when rendering files from untrusted sources.
+
+2007-10-17  Aaron Hawley  <aaronh@garden.org>
+
+       * tutorial.el (tutorial--save-tutorial): Display message when tutorial
+       position is not saved.
+
+2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
+       (doc-view-ghostscript-options): Fix typo in doc string.
+
+2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-next-error-function): Fix timestamp
+       handling, so compilation-fake-loc works again.
+
+       * server.el (server-select-display): Nop if we do not support m-f-o-d.
+       (server-process-filter): Revert last change.
+
+       * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
+       behavior unrelated to filesets.
+
+2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * longlines.el (longlines-wrap-follows-window-size): Integer value
+       specifies wrapping margin.
+       (longlines-mode, longlines-window-change-function):
+       Set window-specific wrapping margin based on the above.
+
+2007-10-17  John Wiegley  <johnw@newartisans.com>
+
+       * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
+
+2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * server.el (server-process-filter): Only set display if X11 is
+       supported.
+
+2007-10-17  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
+       Tweak regexp to avoid stack overflow.
+
+2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * simple.el (reindent-then-newline-and-indent): Don't assume that
+       indent-according-to-mode preserves point.
+
+2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el (bs--make-header-match-string, bs-show-in-buffer)
+       (bs--nth-wrapper): Simplify.
+       (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
+       (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
+       (bs-sort-buffer-interns-are-last): Use `string-match-p'.
+       (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
+       (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
+       (bs-configurations, bs-default-configuration)
+       (bs-alternative-configuration, bs-cycle-configuration-name)
+       (bs-string-show-always, bs-string-show-never, bs-string-current)
+       (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
+       (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
+       (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
+       (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
+       (bs--window-config-coming-from): Revert 2006-11-09 change.
+       (bs--restore-window-config): Keep the selected frame.
+       (bs--track-window-changes, bs--remove-hooks): New functions.
+       (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
+       (bs--create-header): Remove.
+       (bs--create-header-line): New function, based on `bs--create-header'.
+       (bs--show-header): Use `bs--create-header-line'.
+       (bs--show-with-configuration): Revert 2006-11-09 change.
+       Don't reuse window unless it is visible on the selected frame.
+       Restore window configuration (possibly in a different frame)
+       before creating any window.
+
+2007-10-16  Glenn Morris  <rgm@gnu.org>
+
+       * simple.el (blink-matching-open): Don't report false errors with
+       the `$' syntax class.
+
+2007-10-16  Richard Stallman  <rms@gnu.org>
+
+       * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
+       (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
+       (ad-is-advised, ad-get-advice-info-field)
+       (ad-set-advice-info-field): Use ad-get-advice-info-macro.
+
+2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc-hooks.el (vc-workfile-version): Compatibility alias.
+       (vc-default-working-revision): Compatibility for backends.
+
+2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
+       (filesets-ormap, filesets-sort-case-sensitive-flag)
+       (filesets-remake-shortcut, filesets-ingroup-collect-files):
+       Fix typos in docstrings.
+       (filesets-conditional-sort, filesets-find-or-display-file)
+       (filesets-data-get-name, filesets-data-get-data)
+       (filesets-data-set, filesets-cmd-query-replace-getargs)
+       (filesets-ingroup-collect): Doc fixes.
+
+2007-10-15  Sam Steingold  <sds@gnu.org>
+
+       * mail/sendmail.el (sendmail-error-reporting-interactive)
+       (sendmail-error-reporting-non-interactive): New variables for
+       sendmail error reporting options to simplify support for imperfect
+       sendmail emulators.
+       (sendmail-send-it): Use them instead of list literals.
+
+2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * help-fns.el: Revert previous change; it creates a
+       dependency loop between advice.el and help-fns.el.
+
+2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * help-fns.el: Require advice when compiling.
+
+2007-10-14  Drew Adams  <drew.adams@oracle.com>
+
+       * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
+       (ring-insert+extend, ring-remove+insert+extend, ring-member)
+       (ring-next, ring-previous): New functions.
+
+2007-10-14  Richard Stallman  <rms@gnu.org>
+
+       * emacs-lisp/advice.el (documentation): Advice deleted.
+       Doc for advised functions is now handled at C level.
+       This is now handled at C level.
+       (ad-stop-advice, ad-start-advice): Don't enable or disable
+       advice for `documentation'.
+       (ad-advised-definition-docstring-regexp): Var deleted.
+       (ad-make-advised-definition-docstring): Store orig name
+       as text property of string.
+       (ad-advised-definition-p): Check for text property of docstring.
+
+       * help-fns.el (describe-function-1): Find source of advised functions.
+
+2007-10-14  Juri Linkov  <juri@jurta.org>
+
+       * faces.el (describe-face): Allow handling a string as the face name.
+
+       * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
+       active region in transient-mark-mode.
+       (ispell-region): Change messages displayed at the start and end of
+       the spell-checking to be the same.
+
+       * startup.el (fancy-startup-tail): Say exactly what does the button
+       dismiss ("Dismiss this startup screen").  Use text "Never show
+       it again" for the checkbox after this button.
+       (fancy-startup-screen, fancy-about-screen): Put point before the
+       first link, so the user can quickly select links with the keyboard.
+       (normal-mouse-startup-screen): Add more useful text describing how
+       to follow a link.
+
+2007-10-14  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/etags.el (select-tags-table): Disable undo in the
+       `*Tags Table List*' buffer.
+
+2007-10-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * dired.el (dired-warn-writable): New face.
+       (dired-warn-writable-face): New variable.
+       (dired-font-lock-keywords): Use dired-warn-writable-face, instead
+       of dired-warning-face, for group- and world-writable files.
+
+2007-10-13  Richard Stallman  <rms@gnu.org>
+
+       * files.el (directory-abbrev-alist): Doc fix.
+
+2007-10-13  Jari Aalto  <jari.aalto@cante.net>
+
+       * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
+
+2007-10-12  Martin Rudalics  <rudalics@gmx.at>
+
+       * frame.el (set-frame-configuration): Assign name parameter only
+       if it has been set explicitly before.
+
+2007-10-11  Tom Tromey  <tromey@redhat.com>
+
+       * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
+       frame is visible.
+
+2007-10-10  Richard Stallman  <rms@gnu.org>
+
+       * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
+       in *Backtrace*.
+
+       * faces.el (face-font-selection-order): Doc fix.
+
+       * loadhist.el (unload-feature): Doc fix.
+
+2007-10-13  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
+       (octave-re-search-forward-kw, octave-re-search-backward-kw):
+       Add doc string, and an explicit COUNT argument.
+       (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
+       `inc' to search functions.
+
+       * faces.el (face-spec-set): When FRAME is nil, set the default for
+       new frames (restores pre-2007-09-17 behavior).  Doc fix.
+
+2007-10-13  John W. Eaton  <jwe@octave.org>
+
+       * progmodes/octave-mod.el (octave-looking-at-kw)
+       (octave-re-search-forward-kw, octave-re-search-backward-kw):
+       New functions.
+       (octave-in-defun-p, calculate-octave-indent)
+       (octave-blink-matching-block-open, octave-beginning-of-defun)
+       (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
+       to search for regexps that contain case-sensitive keywords.
+       (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
+       (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
+
+2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
+       Do not use a single clause cond.
+
+       * cus-start.el (all): Use test that does not match the X11 version
+       for mac.
+
+2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
+
+       * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
+       BROWSE buffer.
+
+2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * cus-start.el (all): Undo previous change.
+
+2007-10-13  Glenn Morris  <rgm@gnu.org>
+
+       * woman.el (woman0-rename): Fix paren typo.
+
+       * mail/feedmail.el (feedmail-run-the-queue)
+       (feedmail-look-at-queue-directory):
+       * mail/reporter.el (reporter-dump-state):
+       * net/eudc-hotlist.el (eudc-edit-hotlist):
+       * net/eudc.el (eudc-display-records)
+       (eudc-filter-duplicate-attributes)
+       (eudc-distribute-field-on-records, eudc-query-form)
+       (eudc-process-form):
+       * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
+       (eudc-bbdb-query-internal):
+       * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
+       * net/socks.el (socks-build-auth-list):
+       * progmodes/cc-cmds.el (top level):
+       * progmodes/cc-styles.el (c-make-styles-buffer-local)
+       (c-set-style):
+       * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
+       (cperl-write-tags, cperl-tags-treeify):
+       * progmodes/ebnf-yac.el (ebnf-yac-token-table):
+       * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
+       * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
+       * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
+       (idlwave-toolbar-remove-everywhere):
+       * progmodes/idlwave.el (idlwave-indent-line)
+       (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
+       (idlwave-write-paths, idlwave-all-method-classes)
+       (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
+       (idlwave-fix-keywords, idlwave-display-calling-sequence)
+       (idlwave-complete-in-buffer):
+       * textmodes/org.el (org-export-as-html, org-export-as-ascii)
+       (org-fast-tag-selection):
+       * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
+       than mapcar.
+
+2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * diff-mode.el (diff-fine-change): Add :group.
+
+2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * cus-start.el (all): Use the same test as the 22.2 branch.
+
+2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * diff-mode.el (diff-current-defun): Force recomputation of
+       change-log-default-name.
+
+2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * startup.el (fancy-startup-screen): Remove an unnecessary newline
+       and some leftover logic regarding dedicated frames.  If showing
+       concise startup screen, fit window to buffer.
+       (command-line-1): If we will be using the splash screen, use
+       find-file instead of find-file-other-window to find additional files.
+       Comment out unused code for coping with the old sit-for behavior.
+
+2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
+       `meta' modifier consistently, rather than using sometimes meta
+       sometimes alt.
+
+2007-10-12  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (handle-select-window): Revert part of 2007-10-08
+       change setting the input focus.
+
+2007-10-12  Glenn Morris  <rgm@gnu.org>
+
+       * startup.el (command-line): Do not read abbrev file in batch mode.
+
+       * emacs-lisp/byte-opt.el (top level):
+       * mail/rmail.el (rmail-list-to-menu):
+       * obsolete/hilit19.el (hilit-mode):
+       * progmodes/cc-mode.el (c-postprocess-file-styles)
+       (c-submit-bug-report):
+       * textmodes/org-publish.el (org-publish-get-plist-from-filename):
+       * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
+       (reftex-access-parse-file):
+       * textmodes/reftex-cite.el (reftex-do-citation)
+       (reftex-insert-bib-matches):
+       * textmodes/reftex-ref.el (reftex-offer-label-menu):
+       * textmodes/reftex-sel.el (reftex-select-unmark):
+       * textmodes/reftex-toc.el (reftex-toc-do-promote):
+       * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
+
+       * cus-edit.el (custom-variable-menu, custom-face-menu)
+       (custom-group-menu): Check init-file-user rather than
+       user-init-file, in case cus-edit is loaded by site-run-file.
+
+2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el (vc-deduce-fileset): Delete unused code.
+       (vc-next-action): Fix typos.
+
+2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el (bs--mark-unmark): New function.
+       (bs-mark-current, bs-unmark-current): Use it.
+
+2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
+
+       * vc.el (vc-diff):
+       (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
+       emporarily disable the check for his edge case of
+       vc-diff (stopping it from grinding when callerd from $HOME), as
+       it's calling some brittle code in vc-hooks.el.
+       (with-vc-properties): Fix evaluation time of a macro argument.
+       * ediff-vers.el (ediff-vc-internal):
+       * vc-hooks.el:
+       * loaddefs.el: Follow up on VC terminology change.
+
+2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * follow.el (follow-stop-intercept-process-output):
+       Use `follow-call-process-filter' rather than `process-filter'.
+       Simplify.
+
+2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
+
+       * vc.el: Address an edge case in vc-diff pointed out by
+       Juanma Barranquero.  This is an experimental fix and may change.
+
+       * vc-hooks.el (vc-registered): Robustify this function a bit
+       against filenames with no directory component.
+
+2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * international/characters.el: Undo unwanted and unexplained change.
+
+2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * ps-print.el: Fix the usage of :foreground and :background face
+       attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
+       (ps-print-version): New version 6.7.6.
+       (ps-face-attributes, ps-face-attribute-list, ps-face-background):
+       Fix code.
+       (ps-face-foreground-color-p, ps-face-background-color-p)
+       (ps-face-color-p): New inline funs.
+
+2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.el (org-additional-option-like-keywords): New constant.
+       (org-complete): Use `org-additional-option-like-keywords'.
+       (org-parse-local-options): New function.
+
+2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
+
+       * org.el (org-in-clocktable-p): New function.
+       (org-clock-report): Only update the table at point, or insert a
+       new one.
+       (org-clock-goto): New function.
+       (org-open-file): Use `start-process-shell-command' instead of
+       `shell-command' with an ampersand.
+       (org-deadline, org-schedule): New argument REMOVE to remove the
+       date from the entry.
+       (org-agenda-schedule, org-agenda-deadline): Pass the prefix
+       argument to `org-schedule' and `org-deadline'.
+       (org-trim): Use the correct expressions for beginning and end of
+       the string.
+       (org-get-cleaned-entry): Trim the string before returning it.
+       (org-clock-find-position): New function.
+       (org-clock-into-drawer): New option.
+       (org-agenda-tags-column): Rename from
+       `org-agenda-align-tags-to-column'.
+       (org-agenda-align-tags): Allow negative values for
+       `org-agenda-tags-column'.
+       (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
+       (org-agenda-to-appt): New optional argument FILTER.
+       (org-completion-fallback-command): New variable.
+       (org-complete): Use `org-completion-fallback-command'.
+       (org-find-base-buffer-visiting): Catch the case that there is no
+       buffer visiting the file.
+       (org-property-or-variable-value): New function.
+       (org-todo): Use `org-property-or-variable-value'
+       (org-agenda-compact-blocks): New option.
+       (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
+       (org-agenda-schedule, org-agenda-deadline):
+       Call `org-agenda-show-new-time'.
+       (org-agenda-show-new-time): New argument PREFIX.
+       (org-colgroup-info-to-vline-list): Fix but that cause a
+       shift in the vertical lines.
+       (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
+       (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
+       (org-indent-item): No arg in call to `org-fix-bullet-type'.
+       (org-fix-bullet-type): Remove argument.
+       (org-read-date): Check for am/pm twice, to catch the end time.
+       (org-goto-map): Use `suppress-keymap'.
+       (org-remember-apply-template): Respect the dynamically scoped
+       selection character.
+
+       * org.texi (Appointment reminders): New section.
+
+2007-10-10  Bastien Guerry  <Bastien.Guerry@ens.fr>
+
+       * org-export-latex.el (org-export-latex-protect-string):
+       Renaming of `org-latex-protect'.
+       (org-export-latex-emphasis-alist): By default, don't protect
+       any emphasis formatter from further conversion.
+       (org-export-latex-tables): Honor column grouping for tables.
+       (org-export-latex-title-command): New option.
+       (org-export-latex-treat-backslash-char): Use \textbackslash{} to
+       export backslash character.
+
 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * frame.el (frame-inherited-parameters): Remove unused `environment'
+       parameter, and let server.el add `client' when needed.
+
        * server.el (server-create-tty-frame)
        (server-create-window-system-frame): Set frame-inherited-parameters.
 
        * vc-mtn.el:
        * vc-rcs.el:
        * vc-sccs.el:
-       * vc-svn.el: Terminology cleanup: workfile-version ->
-       working-revision,
+       * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
        {find,init,next,previous,annotate-*,log}-version ->
        {find,init,next,previous,annotate-*,log}-revision,
        annotate-focus-version -> annotate-working-revision, The term
 
        * net/trampver.el: Update release number.
 
+2007-10-09  Richard Stallman  <rms@gnu.org>
+
+       * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
+
 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
 
        * follow.el: Require easymenu.