diff options
| author | Kenichi Handa | 2013-05-23 00:12:59 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2013-05-23 00:12:59 +0900 |
| commit | e1b96d7e637cf76864013f8dba68135f07638ab8 (patch) | |
| tree | 1a2ccd5961a60f0268a37444071e8cd7a2255fbc /etc | |
| parent | e6d2f1553635a746396f2f4261dde31e03e0fdd1 (diff) | |
| parent | 5d0acd9d3bb26adfac1c80b78aa48dc8b2d34fe0 (diff) | |
| download | emacs-e1b96d7e637cf76864013f8dba68135f07638ab8.tar.gz emacs-e1b96d7e637cf76864013f8dba68135f07638ab8.zip | |
merge trunk
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/.gitignore | 1 | ||||
| -rw-r--r-- | etc/ChangeLog | 8 | ||||
| -rw-r--r-- | etc/NEWS | 22 | ||||
| -rw-r--r-- | etc/PROBLEMS | 2 |
4 files changed, 30 insertions, 3 deletions
diff --git a/etc/.gitignore b/etc/.gitignore index 618d09438f8..8e12acbee0c 100644 --- a/etc/.gitignore +++ b/etc/.gitignore | |||
| @@ -1,3 +1,2 @@ | |||
| 1 | DOC | 1 | DOC |
| 2 | DOC-* | ||
| 3 | icons/ | 2 | icons/ |
diff --git a/etc/ChangeLog b/etc/ChangeLog index 46564aeebcd..b516d1aef65 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-05-16 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * NEWS: Advertise the MSYS build on MS-Windows. | ||
| 4 | |||
| 5 | 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 6 | |||
| 7 | * .gitignore: Don't ignore DOC-* any more. | ||
| 8 | |||
| 1 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) | 11 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) |
| @@ -29,7 +29,15 @@ build time, like libacl on GNU/Linux. To prevent this, use the | |||
| 29 | configure option `--disable-acl'. | 29 | configure option `--disable-acl'. |
| 30 | 30 | ||
| 31 | ** The configure option --with-crt-dir has been removed. | 31 | ** The configure option --with-crt-dir has been removed. |
| 32 | It is no longer needed, as the crt*.o files are no longer linked specially. | 32 | It is no longer needed, as the crt*.o files are no longer linked |
| 33 | specially. | ||
| 34 | |||
| 35 | ** Emacs for MS-Windows can now be built by running the configure script | ||
| 36 | using the MSYS environment and MinGW development tools. | ||
| 37 | This is from now on the preferred method of building Emacs on | ||
| 38 | MS-Windows. The Windows-specific configure.bat and makefile.w32-in | ||
| 39 | files are deprecated. See the file nt/INSTALL.MSYS for detailed | ||
| 40 | instructions. | ||
| 33 | 41 | ||
| 34 | 42 | ||
| 35 | * Startup Changes in Emacs 24.4 | 43 | * Startup Changes in Emacs 24.4 |
| @@ -282,6 +290,12 @@ when possible. | |||
| 282 | *** Handlers for `file-acl' and `set-file-acl' for remote machines | 290 | *** Handlers for `file-acl' and `set-file-acl' for remote machines |
| 283 | which support POSIX ACLs. | 291 | which support POSIX ACLs. |
| 284 | 292 | ||
| 293 | ** VHDL mode | ||
| 294 | |||
| 295 | *** New options: `vhdl-actual-generic-name', `vhdl-beautify-options'. | ||
| 296 | |||
| 297 | *** New commands: `vhdl-fix-statement-region', `vhdl-fix-statement-buffer'. | ||
| 298 | |||
| 285 | ** Woman | 299 | ** Woman |
| 286 | 300 | ||
| 287 | *** The commands `woman-default-faces' and `woman-monochrome-faces' | 301 | *** The commands `woman-default-faces' and `woman-monochrome-faces' |
| @@ -298,6 +312,9 @@ module. | |||
| 298 | 312 | ||
| 299 | *** longlines.el is obsolete; use visual-line-mode instead. | 313 | *** longlines.el is obsolete; use visual-line-mode instead. |
| 300 | 314 | ||
| 315 | +++ | ||
| 316 | *** sup-mouse.el. | ||
| 317 | |||
| 301 | *** terminal.el is obsolete; use term.el instead. | 318 | *** terminal.el is obsolete; use term.el instead. |
| 302 | 319 | ||
| 303 | +++ | 320 | +++ |
| @@ -324,6 +341,9 @@ It is layered as: | |||
| 324 | 341 | ||
| 325 | * Incompatible Lisp Changes in Emacs 24.4 | 342 | * Incompatible Lisp Changes in Emacs 24.4 |
| 326 | 343 | ||
| 344 | ** Default process filers and sentinels are not nil any more. | ||
| 345 | Instead they default to a function which does what the nil value used to do. | ||
| 346 | |||
| 327 | ** `read-event' does not return decoded chars in ttys any more. | 347 | ** `read-event' does not return decoded chars in ttys any more. |
| 328 | Just as was the case in Emacs-22 and before, decoding of tty input according to | 348 | Just as was the case in Emacs-22 and before, decoding of tty input according to |
| 329 | keyboard-coding-system is not performed in read-event any more. But contrary | 349 | keyboard-coding-system is not performed in read-event any more. But contrary |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 0cfc0ad0c14..7556c23daee 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -551,7 +551,7 @@ with CEDET 1.0pre4) or later. | |||
| 551 | 551 | ||
| 552 | *** Self-documentation messages are garbled. | 552 | *** Self-documentation messages are garbled. |
| 553 | 553 | ||
| 554 | This means that the file `etc/DOC-...' doesn't properly correspond | 554 | This means that the file `etc/DOC' doesn't properly correspond |
| 555 | with the Emacs executable. Redumping Emacs and then installing the | 555 | with the Emacs executable. Redumping Emacs and then installing the |
| 556 | corresponding pair of files should fix the problem. | 556 | corresponding pair of files should fix the problem. |
| 557 | 557 | ||