diff options
| author | Glenn Morris | 2011-02-22 20:47:11 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-22 20:47:11 -0800 |
| commit | 86485587de779e7e7474bea48ea16f8ba3313fc4 (patch) | |
| tree | 96fe19a63aa16359a43d7d9224e9db1d1427f78f | |
| parent | a94a2b9be3445aaea447d4e6f6483b1afc9ea910 (diff) | |
| download | emacs-86485587de779e7e7474bea48ea16f8ba3313fc4.tar.gz emacs-86485587de779e7e7474bea48ea16f8ba3313fc4.zip | |
* etc/NEWS: Typo fixes.
| -rw-r--r-- | etc/NEWS | 15 |
1 files changed, 7 insertions, 8 deletions
| @@ -330,7 +330,7 @@ prompts for a number to count from and for a format string. | |||
| 330 | ** The Landmark game is now invoked with `landmark', not `lm'. | 330 | ** The Landmark game is now invoked with `landmark', not `lm'. |
| 331 | 331 | ||
| 332 | ** Prolog mode has been completely revamped, with lots of additional | 332 | ** Prolog mode has been completely revamped, with lots of additional |
| 333 | functionality such as more intelligent indentation, electricty, support for | 333 | functionality such as more intelligent indentation, electricity, support for |
| 334 | more variants, including Mercury, and a lot more. | 334 | more variants, including Mercury, and a lot more. |
| 335 | 335 | ||
| 336 | ** shell-mode can track your cwd by reading it from your prompt. | 336 | ** shell-mode can track your cwd by reading it from your prompt. |
| @@ -532,7 +532,7 @@ objects shown and the details available are product specific. | |||
| 532 | **** List all objects. | 532 | **** List all objects. |
| 533 | Using `M-x sql-list-all', `C-c C-l a' or selecting "SQL->List all | 533 | Using `M-x sql-list-all', `C-c C-l a' or selecting "SQL->List all |
| 534 | objects" will list all the objects in the database. At a minimum it | 534 | objects" will list all the objects in the database. At a minimum it |
| 535 | lists the tables and views in the database. Preceeding the command by | 535 | lists the tables and views in the database. Preceding the command by |
| 536 | universal argument may provide additional details or extend the | 536 | universal argument may provide additional details or extend the |
| 537 | listing to include other schemas objects. The list will appear in a | 537 | listing to include other schemas objects. The list will appear in a |
| 538 | separate window in view-mode. | 538 | separate window in view-mode. |
| @@ -540,7 +540,7 @@ separate window in view-mode. | |||
| 540 | **** List Table details. | 540 | **** List Table details. |
| 541 | Using `M-x sql-list-table', `C-c C-l t' or selecting "SQL->List Table | 541 | Using `M-x sql-list-table', `C-c C-l t' or selecting "SQL->List Table |
| 542 | details" will ask for the name of a database table or view and display | 542 | details" will ask for the name of a database table or view and display |
| 543 | the list of columns in the relation. Preceeding the comand with the | 543 | the list of columns in the relation. Preceding the command with the |
| 544 | universal argument may provide additional details about each column. | 544 | universal argument may provide additional details about each column. |
| 545 | The list will appear in a separate window in view-mode. | 545 | The list will appear in a separate window in view-mode. |
| 546 | 546 | ||
| @@ -555,7 +555,7 @@ In general, the SQL*Plus option SCAN should always be set OFF under | |||
| 555 | SQL interactive mode and this option used in its place. | 555 | SQL interactive mode and this option used in its place. |
| 556 | 556 | ||
| 557 | *** SQL interactive mode will replace tabs with spaces. | 557 | *** SQL interactive mode will replace tabs with spaces. |
| 558 | This prevents the comand interpretter for MySQL and Postgres from | 558 | This prevents the command interpreter for MySQL and Postgres from |
| 559 | listing object name completions when being sent text via | 559 | listing object name completions when being sent text via |
| 560 | `sql-send-*' functions. | 560 | `sql-send-*' functions. |
| 561 | 561 | ||
| @@ -564,7 +564,7 @@ listing object name completions when being sent text via | |||
| 564 | ** sregex.el is now obsolete, since rx.el is a strict superset. | 564 | ** sregex.el is now obsolete, since rx.el is a strict superset. |
| 565 | 565 | ||
| 566 | ** s-region.el and pc-select are now declared obsolete, | 566 | ** s-region.el and pc-select are now declared obsolete, |
| 567 | superceded by shift-select-mode enabled by default in 23.1. | 567 | superseded by shift-select-mode enabled by default in 23.1. |
| 568 | ** pc-mode.el is also declared obsolete. | 568 | ** pc-mode.el is also declared obsolete. |
| 569 | ** gdb-mi | 569 | ** gdb-mi |
| 570 | 570 | ||
| @@ -802,10 +802,9 @@ displayed with a "spinning bar". | |||
| 802 | runtime checks. | 802 | runtime checks. |
| 803 | 803 | ||
| 804 | ** New configure.bat option --distfiles to specify files to be | 804 | ** New configure.bat option --distfiles to specify files to be |
| 805 | included in binary distribution | 805 | included in binary distribution |
| 806 | 806 | ||
| 807 | ** New make target `dist' to create binary disttribution for Windows | 807 | ** New make target `dist' to create binary distribution for MS Windows |
| 808 | platform | ||
| 809 | 808 | ||
| 810 | 809 | ||
| 811 | ---------------------------------------------------------------------- | 810 | ---------------------------------------------------------------------- |