Mercurial > emacs
comparison etc/NEWS @ 75187:2f3927790dae
Whitespace fixes.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 10 Jan 2007 16:02:34 +0000 |
parents | b4934b436020 |
children | 0259a1711394 |
comparison
equal
deleted
inserted
replaced
75186:c32f72e1bece | 75187:2f3927790dae |
---|---|
510 preceded or followed by the word `face'. It no longer makes | 510 preceded or followed by the word `face'. It no longer makes |
511 hyperlinks for variables without variable documentation, unless | 511 hyperlinks for variables without variable documentation, unless |
512 preceded by one of the words `variable' or `option'. It now makes | 512 preceded by one of the words `variable' or `option'. It now makes |
513 hyperlinks to Info anchors (or nodes) if the anchor (or node) name is | 513 hyperlinks to Info anchors (or nodes) if the anchor (or node) name is |
514 enclosed in single quotes and preceded by `info anchor' or `Info | 514 enclosed in single quotes and preceded by `info anchor' or `Info |
515 anchor' (in addition to earlier `info node' and `Info node'). In | 515 anchor' (in addition to earlier `info node' and `Info node'). In |
516 addition, it now makes hyperlinks to URLs as well if the URL is | 516 addition, it now makes hyperlinks to URLs as well if the URL is |
517 enclosed in single quotes and preceded by `URL'. | 517 enclosed in single quotes and preceded by `URL'. |
518 | 518 |
519 +++ | 519 +++ |
520 *** The new command `describe-char' (C-u C-x =) pops up a buffer with | 520 *** The new command `describe-char' (C-u C-x =) pops up a buffer with |
776 `completions-common-part' is that you can use it to make the common | 776 `completions-common-part' is that you can use it to make the common |
777 parts less visible than normal, so that the rest of the differing | 777 parts less visible than normal, so that the rest of the differing |
778 parts is, by contrast, slightly highlighted. | 778 parts is, by contrast, slightly highlighted. |
779 | 779 |
780 Above fontification is always done when listing completions is | 780 Above fontification is always done when listing completions is |
781 triggered at minibuffer. If you want to fontify completions whose | 781 triggered at minibuffer. If you want to fontify completions whose |
782 listing is triggered at the other normal buffer, you have to pass | 782 listing is triggered at the other normal buffer, you have to pass |
783 the common prefix of completions to `display-completion-list' as | 783 the common prefix of completions to `display-completion-list' as |
784 its second argument. | 784 its second argument. |
785 | 785 |
786 +++ | 786 +++ |
1664 *** If you enable Xterm Mouse mode, Emacs will respond to mouse clicks | 1664 *** If you enable Xterm Mouse mode, Emacs will respond to mouse clicks |
1665 on the mode line, header line and display margin, when run in an xterm. | 1665 on the mode line, header line and display margin, when run in an xterm. |
1666 | 1666 |
1667 --- | 1667 --- |
1668 *** Improved key bindings support when running in an xterm. | 1668 *** Improved key bindings support when running in an xterm. |
1669 When emacs is running in an xterm more key bindings are available. The | 1669 When emacs is running in an xterm more key bindings are available. |
1670 following should work: | 1670 The following should work: |
1671 {C,S,C-S,A}-{right,left,up,down,prior,next,delete,insert,F1-12}. | 1671 {C,S,C-S,A}-{right,left,up,down,prior,next,delete,insert,F1-12}. |
1672 These key bindings work on xterm from X.org 6.8, they might not work on | 1672 These key bindings work on xterm from X.org 6.8, they might not work on |
1673 some older versions of xterm, or on some proprietary versions. | 1673 some older versions of xterm, or on some proprietary versions. |
1674 | 1674 |
1675 ** Character terminal color support changes: | 1675 ** Character terminal color support changes: |
2030 boundaries during scrolling. | 2030 boundaries during scrolling. |
2031 | 2031 |
2032 +++ | 2032 +++ |
2033 ** The file t-mouse.el is now part of Emacs and provides access to mouse | 2033 ** The file t-mouse.el is now part of Emacs and provides access to mouse |
2034 events from the console. It still requires gpm to work but has been updated | 2034 events from the console. It still requires gpm to work but has been updated |
2035 for Emacs 22. In particular, the mode-line is now position sensitive. | 2035 for Emacs 22. In particular, the mode-line is now position sensitive. |
2036 | 2036 |
2037 * Changes in Specialized Modes and Packages in Emacs 22.1: | 2037 * Changes in Specialized Modes and Packages in Emacs 22.1: |
2038 | 2038 |
2039 ** Changes in Shell Mode | 2039 ** Changes in Shell Mode |
2040 | 2040 |
2045 ** Changes in Dired | 2045 ** Changes in Dired |
2046 | 2046 |
2047 +++ | 2047 +++ |
2048 *** Bindings for Tumme added | 2048 *** Bindings for Tumme added |
2049 Several new keybindings, all starting with the C-t prefix, have been | 2049 Several new keybindings, all starting with the C-t prefix, have been |
2050 added to Dired. They are all bound to commands in Tumme. As a starting | 2050 added to Dired. They are all bound to commands in Tumme. As a starting |
2051 point, mark some image files in a dired buffer and do C-t d to display | 2051 point, mark some image files in a dired buffer and do C-t d to display |
2052 thumbnails of them in a separate buffer. | 2052 thumbnails of them in a separate buffer. |
2053 | 2053 |
2054 ** Changes in Hi Lock | 2054 ** Changes in Hi Lock |
2055 | 2055 |
2694 C-c C-i b, and so on. | 2694 C-c C-i b, and so on. |
2695 | 2695 |
2696 ** Fortran mode changes: | 2696 ** Fortran mode changes: |
2697 | 2697 |
2698 --- | 2698 --- |
2699 *** Fortran mode does more font-locking by default. Use level 3 | 2699 *** Fortran mode does more font-locking by default. Use level 3 |
2700 highlighting for the old default. | 2700 highlighting for the old default. |
2701 | 2701 |
2702 +++ | 2702 +++ |
2703 *** Fortran mode has a new variable `fortran-directive-re'. | 2703 *** Fortran mode has a new variable `fortran-directive-re'. |
2704 Adapt this to match the format of any compiler directives you use. | 2704 Adapt this to match the format of any compiler directives you use. |
2888 extracting the content of a BibTeX field. | 2888 extracting the content of a BibTeX field. |
2889 | 2889 |
2890 *** The variables `bibtex-autokey-name-case-convert' and | 2890 *** The variables `bibtex-autokey-name-case-convert' and |
2891 `bibtex-autokey-titleword-case-convert' have been renamed to | 2891 `bibtex-autokey-titleword-case-convert' have been renamed to |
2892 `bibtex-autokey-name-case-convert-function' and | 2892 `bibtex-autokey-name-case-convert-function' and |
2893 `bibtex-autokey-titleword-case-convert-function'. The old names are | 2893 `bibtex-autokey-titleword-case-convert-function'. The old names are |
2894 still available as aliases. | 2894 still available as aliases. |
2895 | 2895 |
2896 ** In Artist mode the variable `artist-text-renderer' has been | 2896 ** In Artist mode the variable `artist-text-renderer' has been |
2897 renamed to `artist-text-renderer-function'. The old name is still | 2897 renamed to `artist-text-renderer-function'. The old name is still |
2898 available as alias. | 2898 available as alias. |
3102 ** EDiff changes. | 3102 ** EDiff changes. |
3103 | 3103 |
3104 +++ | 3104 +++ |
3105 *** When comparing directories. | 3105 *** When comparing directories. |
3106 Typing D brings up a buffer that lists the differences between the contents of | 3106 Typing D brings up a buffer that lists the differences between the contents of |
3107 directories. Now it is possible to use this buffer to copy the missing files | 3107 directories. Now it is possible to use this buffer to copy the missing files |
3108 from one directory to another. | 3108 from one directory to another. |
3109 | 3109 |
3110 +++ | 3110 +++ |
3111 *** When comparing files or buffers. | 3111 *** When comparing files or buffers. |
3112 Typing the = key now offers to perform the word-by-word comparison of the | 3112 Typing the = key now offers to perform the word-by-word comparison of the |
3113 currently highlighted regions in an inferior Ediff session. If you answer 'n' | 3113 currently highlighted regions in an inferior Ediff session. If you answer 'n' |
3114 then it reverts to the old behavior and asks the user to select regions for | 3114 then it reverts to the old behavior and asks the user to select regions for |
3115 comparison. | 3115 comparison. |
3116 | 3116 |
3117 +++ | 3117 +++ |
3118 *** The new command `ediff-backup' compares a file with its most recent | 3118 *** The new command `ediff-backup' compares a file with its most recent |
3346 face. This lets you have different colors or markings for vacations, | 3346 face. This lets you have different colors or markings for vacations, |
3347 appointments, paydays or anything else using a sexp. | 3347 appointments, paydays or anything else using a sexp. |
3348 | 3348 |
3349 +++ | 3349 +++ |
3350 *** The new function `calendar-goto-day-of-year' (g D) prompts for a | 3350 *** The new function `calendar-goto-day-of-year' (g D) prompts for a |
3351 year and day number, and moves to that date. Negative day numbers | 3351 year and day number, and moves to that date. Negative day numbers |
3352 count backward from the end of the year. | 3352 count backward from the end of the year. |
3353 | 3353 |
3354 +++ | 3354 +++ |
3355 *** The new Calendar function `calendar-goto-iso-week' (g w) | 3355 *** The new Calendar function `calendar-goto-iso-week' (g w) |
3356 prompts for a year and a week number, and moves to the first | 3356 prompts for a year and a week number, and moves to the first |
3361 window generated by the function `generate-calendar-window'. | 3361 window generated by the function `generate-calendar-window'. |
3362 | 3362 |
3363 --- | 3363 --- |
3364 *** The functions `holiday-easter-etc' and `holiday-advent' now take | 3364 *** The functions `holiday-easter-etc' and `holiday-advent' now take |
3365 optional arguments, in order to only report on the specified holiday | 3365 optional arguments, in order to only report on the specified holiday |
3366 rather than all. This makes customization of variables such as | 3366 rather than all. This makes customization of variables such as |
3367 `christian-holidays' simpler. | 3367 `christian-holidays' simpler. |
3368 | 3368 |
3369 --- | 3369 --- |
3370 *** The function `simple-diary-display' now by default sets a header line. | 3370 *** The function `simple-diary-display' now by default sets a header line. |
3371 This can be controlled through the variables `diary-header-line-flag' | 3371 This can be controlled through the variables `diary-header-line-flag' |
3721 See the Emacs 21.1 NEWS entry for tooltips for details. | 3721 See the Emacs 21.1 NEWS entry for tooltips for details. |
3722 | 3722 |
3723 --- | 3723 --- |
3724 ** Images are now supported on MS Windows. | 3724 ** Images are now supported on MS Windows. |
3725 | 3725 |
3726 PBM and XBM images are supported out of the box. Other image formats | 3726 PBM and XBM images are supported out of the box. Other image formats |
3727 depend on external libraries. All of these libraries have been ported | 3727 depend on external libraries. All of these libraries have been ported |
3728 to Windows, and can be found in both source and binary form at | 3728 to Windows, and can be found in both source and binary form at |
3729 http://gnuwin32.sourceforge.net/. Note that libpng also depends on | 3729 http://gnuwin32.sourceforge.net/. Note that libpng also depends on |
3730 zlib, and tiff depends on the version of jpeg that it was compiled | 3730 zlib, and tiff depends on the version of jpeg that it was compiled |
3731 against. For additional information, see nt/INSTALL. | 3731 against. For additional information, see nt/INSTALL. |
3763 | 3763 |
3764 --- | 3764 --- |
3765 ** On MS Windows NT/W2K/XP, Emacs uses Unicode for clipboard operations. | 3765 ** On MS Windows NT/W2K/XP, Emacs uses Unicode for clipboard operations. |
3766 | 3766 |
3767 Those systems use Unicode internally, so this allows Emacs to share | 3767 Those systems use Unicode internally, so this allows Emacs to share |
3768 multilingual text with other applications. On other versions of | 3768 multilingual text with other applications. On other versions of |
3769 MS Windows, Emacs now uses the appropriate locale coding-system, so | 3769 MS Windows, Emacs now uses the appropriate locale coding-system, so |
3770 the clipboard should work correctly for your local language without | 3770 the clipboard should work correctly for your local language without |
3771 any customizations. | 3771 any customizations. |
3772 | 3772 |
3773 --- | 3773 --- |
3774 ** Running in a console window in Windows now uses the console size. | 3774 ** Running in a console window in Windows now uses the console size. |
3775 | 3775 |
3776 Previous versions of Emacs erred on the side of having a usable Emacs | 3776 Previous versions of Emacs erred on the side of having a usable Emacs |
3777 through telnet, even though that was inconvenient if you use Emacs in | 3777 through telnet, even though that was inconvenient if you use Emacs in |
3778 a local console window with a scrollback buffer. The default value of | 3778 a local console window with a scrollback buffer. The default value of |
3779 w32-use-full-screen-buffer is now nil, which favors local console | 3779 w32-use-full-screen-buffer is now nil, which favors local console |
3780 windows. Recent versions of Windows telnet also work well with this | 3780 windows. Recent versions of Windows telnet also work well with this |
3781 setting. If you are using an older telnet server then Emacs detects | 3781 setting. If you are using an older telnet server then Emacs detects |
3782 that the console window dimensions that are reported are not sane, and | 3782 that the console window dimensions that are reported are not sane, and |
3783 defaults to 80x25. If you use such a telnet server regularly at a size | 3783 defaults to 80x25. If you use such a telnet server regularly at a size |
3784 other than 80x25, you can still manually set | 3784 other than 80x25, you can still manually set |
3785 w32-use-full-screen-buffer to t. | 3785 w32-use-full-screen-buffer to t. |
3786 | 3786 |
3787 --- | 3787 --- |
3788 ** On Mac OS, `keyboard-coding-system' changes based on the keyboard script. | 3788 ** On Mac OS, `keyboard-coding-system' changes based on the keyboard script. |