comparison etc/NEWS @ 100084:0cbd12bb2c9f

DocView is documented.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 30 Nov 2008 23:08:22 +0000
parents 4e3cc6bdd997
children b2edb21bbb45
comparison
equal deleted inserted replaced
100083:4e3cc6bdd997 100084:0cbd12bb2c9f
476 bind `mouse-yank-primary' to Mouse-2. 476 bind `mouse-yank-primary' to Mouse-2.
477 +++ 477 +++
478 *** You can disable kill ring commands from accessing the primary 478 *** You can disable kill ring commands from accessing the primary
479 selection by setting `x-select-enable-primary' to nil. 479 selection by setting `x-select-enable-primary' to nil.
480 480
481 ---
481 ** Continuation lines can now be wrapped at word boundaries 482 ** Continuation lines can now be wrapped at word boundaries
482 (word-wrapping). This is controlled by the new per-buffer variable 483 (word-wrapping). This is controlled by the new per-buffer variable
483 `word-wrap'. Word wrapping does not take place if continuation lines 484 `word-wrap'. Word wrapping does not take place if continuation lines
484 are not shown, e.g. if truncate-lines is non-nil. The most convenient 485 are not shown, e.g. if truncate-lines is non-nil. The most convenient
485 way to enable word-wrapping is using the new minor mode Visual Line 486 way to enable word-wrapping is using the new minor mode Visual Line
493 specify a minimum window width for partial-width windows, below which 494 specify a minimum window width for partial-width windows, below which
494 lines are truncated. The default has been changed to 50. 495 lines are truncated. The default has been changed to 50.
495 496
496 *** The new command balance-windows-area balances windows both 497 *** The new command balance-windows-area balances windows both
497 vertically and horizontally. 498 vertically and horizontally.
498 499 ---
499 *** pop-to-buffer now always sets input focus when the popped-to window 500 *** pop-to-buffer now always sets input focus when the popped-to window
500 is on a different frame. 501 is on a different frame.
501 502
502 ** Miscellaneous changes: 503 ** Miscellaneous changes:
503 +++ 504 +++
552 553
553 ** dbus.el provides D-Bus language bindings. 554 ** dbus.el provides D-Bus language bindings.
554 D-Bus is an inter-process communication mechanism for applications 555 D-Bus is an inter-process communication mechanism for applications
555 residing on the same host. See the manual for details. 556 residing on the same host. See the manual for details.
556 557
558 +++
557 ** DocView mode allows viewing of PDF, PostScript and DVI documents. 559 ** DocView mode allows viewing of PDF, PostScript and DVI documents.
558 One can also search for a regular expression in the document. For 560 One can also search for a regular expression in the document. For
559 details, see the commentary in doc-view.el. 561 details, see the commentary in doc-view.el.
560 562
561 PDF and DVI files are now opened in Doc View mode by default. 563 PDF and DVI files are now opened in Doc View mode by default.