diff options
| author | Esa Peuha | 2010-09-18 11:15:02 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-09-18 11:15:02 +0200 |
| commit | b2957ea8eaf8ac4e5d46d3431b8d7444f5cad528 (patch) | |
| tree | c73954f46cb5cf693a3f8edb354280ececf1cd6e | |
| parent | dbbd7ad43914c269bee90e1d6c08185dc2bdf7a5 (diff) | |
| download | emacs-b2957ea8eaf8ac4e5d46d3431b8d7444f5cad528.tar.gz emacs-b2957ea8eaf8ac4e5d46d3431b8d7444f5cad528.zip | |
Fix typos in etc/NEWS.
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 6 insertions, 7 deletions
| @@ -49,7 +49,7 @@ also depend on Gtk+. You can disable them with --without-rsvg and | |||
| 49 | 49 | ||
| 50 | ** There is a new configure option --enable-use-lisp-union-type. | 50 | ** There is a new configure option --enable-use-lisp-union-type. |
| 51 | This is only useful for Emacs developers to debug certain types of bugs. | 51 | This is only useful for Emacs developers to debug certain types of bugs. |
| 52 | These is not a new feature; only the configure flag is new. | 52 | This is not a new feature; only the configure flag is new. |
| 53 | 53 | ||
| 54 | --- | 54 | --- |
| 55 | ** New translation of the Emacs Tutorial in Hebrew is available | 55 | ** New translation of the Emacs Tutorial in Hebrew is available |
| @@ -121,7 +121,7 @@ image formats in Emacs. To enable this, use the configure option | |||
| 121 | The new function `imagemagick-types' returns a list of image file | 121 | The new function `imagemagick-types' returns a list of image file |
| 122 | extensions that your installation of ImageMagick supports. The | 122 | extensions that your installation of ImageMagick supports. The |
| 123 | function `imagemagick-register-types' enables ImageMagick support for | 123 | function `imagemagick-register-types' enables ImageMagick support for |
| 124 | these imaeg types, minus those listed in `imagemagick-types-inhibit'. | 124 | these image types, minus those listed in `imagemagick-types-inhibit'. |
| 125 | 125 | ||
| 126 | See the Emacs Lisp Reference Manual for more information. | 126 | See the Emacs Lisp Reference Manual for more information. |
| 127 | 127 | ||
| @@ -157,7 +157,7 @@ when a new variable `scroll-error-top-bottom' is non-nil. | |||
| 157 | scroll a line instead of full screen. | 157 | scroll a line instead of full screen. |
| 158 | 158 | ||
| 159 | ** New property `scroll-command' should be set on a command's symbol to | 159 | ** New property `scroll-command' should be set on a command's symbol to |
| 160 | define it as a scroll command affected by `scroll-preserve-screen-position. | 160 | define it as a scroll command affected by `scroll-preserve-screen-position'. |
| 161 | 161 | ||
| 162 | ** Trash changes | 162 | ** Trash changes |
| 163 | 163 | ||
| @@ -189,8 +189,6 @@ loaded, customize `package-load-list'. | |||
| 189 | 189 | ||
| 190 | ** completion-at-point is now an alias for complete-symbol. | 190 | ** completion-at-point is now an alias for complete-symbol. |
| 191 | 191 | ||
| 192 | ** mouse-region-delete-keys has been deleted. | ||
| 193 | |||
| 194 | ** Deletion changes | 192 | ** Deletion changes |
| 195 | 193 | ||
| 196 | *** New option `delete-active-region'. | 194 | *** New option `delete-active-region'. |
| @@ -259,6 +257,7 @@ You can get a comparable behavior with: | |||
| 259 | (setq completion-pcm-complete-word-inserts-delimiters t) | 257 | (setq completion-pcm-complete-word-inserts-delimiters t) |
| 260 | 258 | ||
| 261 | ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags. | 259 | ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags. |
| 260 | |||
| 262 | ** Customize | 261 | ** Customize |
| 263 | 262 | ||
| 264 | *** Customize buffers now contain a search field. | 263 | *** Customize buffers now contain a search field. |
| @@ -395,7 +394,7 @@ SQLite database without prompting; the "prd" connection would prompt | |||
| 395 | for the users password and then connect to the Oracle database. | 394 | for the users password and then connect to the Oracle database. |
| 396 | 395 | ||
| 397 | **** Added SQL->Start... submenu when connections are defined. | 396 | **** Added SQL->Start... submenu when connections are defined. |
| 398 | When connections have been defined, There is a submenu available that | 397 | When connections have been defined, there is a submenu available that |
| 399 | allows the user to select one to start a SQLi session. The "Start | 398 | allows the user to select one to start a SQLi session. The "Start |
| 400 | SQLi Session" item moves to the "Start..." submenu when cnnections | 399 | SQLi Session" item moves to the "Start..." submenu when cnnections |
| 401 | have been defined. | 400 | have been defined. |
| @@ -505,7 +504,7 @@ syntactic rules. | |||
| 505 | ** prog-mode is a new major-mode meant to be the parent of programming mode. | 504 | ** prog-mode is a new major-mode meant to be the parent of programming mode. |
| 506 | ** define-minor-mode accepts a new keyword :variable. | 505 | ** define-minor-mode accepts a new keyword :variable. |
| 507 | 506 | ||
| 508 | ** `delete-file' and `delete-directory now accept optional arg TRASH. | 507 | ** `delete-file' and `delete-directory' now accept optional arg TRASH. |
| 509 | Trashing is performed if TRASH and `delete-by-moving-to-trash' are | 508 | Trashing is performed if TRASH and `delete-by-moving-to-trash' are |
| 510 | both non-nil. Interactively, TRASH defaults to t, unless a prefix | 509 | both non-nil. Interactively, TRASH defaults to t, unless a prefix |
| 511 | argument is supplied (see Trash changes, above). | 510 | argument is supplied (see Trash changes, above). |