aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2013-05-16 12:58:56 +0300
committerEli Zaretskii2013-05-16 12:58:56 +0300
commita9519e2685d19b13ce4e3e1ba13f97569013627e (patch)
tree6a9e0e35514c400749f23c891e9a95577fb9bfc1 /etc
parent3946d31b7bcf2a7dceacb86598823360f457cd19 (diff)
parent2d4bf34b5b83b3728b2fb18a72536f3e14afcf34 (diff)
downloademacs-a9519e2685d19b13ce4e3e1ba13f97569013627e.tar.gz
emacs-a9519e2685d19b13ce4e3e1ba13f97569013627e.zip
Merge from trunk.
Diffstat (limited to 'etc')
-rw-r--r--etc/.gitignore1
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS9
-rw-r--r--etc/PROBLEMS2
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 @@
1DOC 1DOC
2DOC-*
3icons/ 2icons/
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 46564aeebcd..f4f17ac29cf 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * .gitignore: Don't ignore DOC-* any more.
4
12013-05-07 Paul Eggert <eggert@cs.ucla.edu> 52013-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)
diff --git a/etc/NEWS b/etc/NEWS
index 144adf15506..5f238988820 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
283which support POSIX ACLs. 283which 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.
337Instead 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.
331Just as was the case in Emacs-22 and before, decoding of tty input according to 340Just as was the case in Emacs-22 and before, decoding of tty input according to
332keyboard-coding-system is not performed in read-event any more. But contrary 341keyboard-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
554This means that the file `etc/DOC-...' doesn't properly correspond 554This means that the file `etc/DOC' doesn't properly correspond
555with the Emacs executable. Redumping Emacs and then installing the 555with the Emacs executable. Redumping Emacs and then installing the
556corresponding pair of files should fix the problem. 556corresponding pair of files should fix the problem.
557 557