diff options
| author | Joakim Verona | 2012-09-11 17:18:45 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-09-11 17:18:45 +0200 |
| commit | 0cc36550df4f355a1b46e944fc65e533ff0df90e (patch) | |
| tree | 100e4130dffa88423b6430c2814f740007b72269 /etc | |
| parent | b035a30e5cd2f34fedc04c253eeb5a11afed8145 (diff) | |
| parent | 96d0357142bf277e6eb4d957a59b2c655034e2b7 (diff) | |
| download | emacs-0cc36550df4f355a1b46e944fc65e533ff0df90e.tar.gz emacs-0cc36550df4f355a1b46e944fc65e533ff0df90e.zip | |
upstream
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
| @@ -344,6 +344,14 @@ python-describe-symbol | python-eldoc-at-point | |||
| 344 | 344 | ||
| 345 | *** Accepts \r and \f as whitespace. | 345 | *** Accepts \r and \f as whitespace. |
| 346 | 346 | ||
| 347 | ** SQL Mode | ||
| 348 | |||
| 349 | *** DB2 added `sql-db2-escape-newlines' | ||
| 350 | |||
| 351 | If non-nil, newlines sent to the command interpreter will be escaped | ||
| 352 | by a backslash. The default does not escape the newlines and assumes | ||
| 353 | that the sql statement will be terminated by a semicolon. | ||
| 354 | |||
| 347 | ** Diff mode | 355 | ** Diff mode |
| 348 | 356 | ||
| 349 | Faces for changes now use the same diff color scheme as in modern VCSes | 357 | Faces for changes now use the same diff color scheme as in modern VCSes |
| @@ -355,6 +363,9 @@ The variable `diff-use-changed-face' defines whether to use | |||
| 355 | the face `diff-changed', or `diff-removed' and `diff-added' | 363 | the face `diff-changed', or `diff-removed' and `diff-added' |
| 356 | to highlight changes in context diffs. | 364 | to highlight changes in context diffs. |
| 357 | 365 | ||
| 366 | *** The new command `diff-remove-trailing-whitespace' fixes trailing | ||
| 367 | whitespace problems introduced by the diff. | ||
| 368 | |||
| 358 | ** Ediff now uses the same color scheme as Diff mode | 369 | ** Ediff now uses the same color scheme as Diff mode |
| 359 | on high color displays. | 370 | on high color displays. |
| 360 | 371 | ||
| @@ -718,6 +729,14 @@ table, but with a different prefix. | |||
| 718 | must be in the range 1000..9999. It now works with any year supported | 729 | must be in the range 1000..9999. It now works with any year supported |
| 719 | by the underlying C implementation. | 730 | by the underlying C implementation. |
| 720 | 731 | ||
| 732 | ** Floating point | ||
| 733 | |||
| 734 | *** When floating point functions such as `log' are given invalid | ||
| 735 | arguments, e.g., (log -1.0), they now uniformly return special values | ||
| 736 | such as NaNs instead of signaling errors. Previously, these functions | ||
| 737 | returned NaNs on some platforms but signaled errors on others. The affected | ||
| 738 | functions are acos, asin, tan, exp, expt, log, log10, sqrt, and mod. | ||
| 739 | |||
| 721 | ** New function file-name-base. | 740 | ** New function file-name-base. |
| 722 | 741 | ||
| 723 | ** New function `tty-top-frame' returns the topmost frame of a text terminal. | 742 | ** New function `tty-top-frame' returns the topmost frame of a text terminal. |