]> 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 555aa3ec85d9c400b2d36c9bb1ac23dbe00d64f8..b1a674aa3634be0b925c23e74cf1598d3d058675 100644 (file)
@@ -1,5 +1,145 @@
+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.