diff options
| author | Eli Zaretskii | 2013-05-16 12:58:56 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-05-16 12:58:56 +0300 |
| commit | a9519e2685d19b13ce4e3e1ba13f97569013627e (patch) | |
| tree | 6a9e0e35514c400749f23c891e9a95577fb9bfc1 /etc | |
| parent | 3946d31b7bcf2a7dceacb86598823360f457cd19 (diff) | |
| parent | 2d4bf34b5b83b3728b2fb18a72536f3e14afcf34 (diff) | |
| download | emacs-a9519e2685d19b13ce4e3e1ba13f97569013627e.tar.gz emacs-a9519e2685d19b13ce4e3e1ba13f97569013627e.zip | |
Merge from trunk.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/.gitignore | 1 | ||||
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 9 | ||||
| -rw-r--r-- | etc/PROBLEMS | 2 |
4 files changed, 14 insertions, 2 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..f4f17ac29cf 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * .gitignore: Don't ignore DOC-* any more. | ||
| 4 | |||
| 1 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) | 7 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) |
| @@ -282,6 +282,12 @@ when possible. | |||
| 282 | *** Handlers for `file-acl' and `set-file-acl' for remote machines | 282 | *** Handlers for `file-acl' and `set-file-acl' for remote machines |
| 283 | which support POSIX ACLs. | 283 | which support POSIX ACLs. |
| 284 | 284 | ||
| 285 | ** VHDL mode | ||
| 286 | |||
| 287 | *** New options: `vhdl-actual-generic-name', `vhdl-beautify-options'. | ||
| 288 | |||
| 289 | *** New commands: `vhdl-fix-statement-region', `vhdl-fix-statement-buffer'. | ||
| 290 | |||
| 285 | ** Woman | 291 | ** Woman |
| 286 | 292 | ||
| 287 | *** The commands `woman-default-faces' and `woman-monochrome-faces' | 293 | *** The commands `woman-default-faces' and `woman-monochrome-faces' |
| @@ -327,6 +333,9 @@ It is layered as: | |||
| 327 | 333 | ||
| 328 | * Incompatible Lisp Changes in Emacs 24.4 | 334 | * Incompatible Lisp Changes in Emacs 24.4 |
| 329 | 335 | ||
| 336 | ** Default process filers and sentinels are not nil any more. | ||
| 337 | Instead they default to a function which does what the nil value used to do. | ||
| 338 | |||
| 330 | ** `read-event' does not return decoded chars in ttys any more. | 339 | ** `read-event' does not return decoded chars in ttys any more. |
| 331 | Just as was the case in Emacs-22 and before, decoding of tty input according to | 340 | Just as was the case in Emacs-22 and before, decoding of tty input according to |
| 332 | keyboard-coding-system is not performed in read-event any more. But contrary | 341 | 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 | ||