aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2013-05-23 00:12:59 +0900
committerKenichi Handa2013-05-23 00:12:59 +0900
commite1b96d7e637cf76864013f8dba68135f07638ab8 (patch)
tree1a2ccd5961a60f0268a37444071e8cd7a2255fbc /etc
parente6d2f1553635a746396f2f4261dde31e03e0fdd1 (diff)
parent5d0acd9d3bb26adfac1c80b78aa48dc8b2d34fe0 (diff)
downloademacs-e1b96d7e637cf76864013f8dba68135f07638ab8.tar.gz
emacs-e1b96d7e637cf76864013f8dba68135f07638ab8.zip
merge trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/.gitignore1
-rw-r--r--etc/ChangeLog8
-rw-r--r--etc/NEWS22
-rw-r--r--etc/PROBLEMS2
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 @@
1DOC 1DOC
2DOC-*
3icons/ 2icons/
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 46564aeebcd..b516d1aef65 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,11 @@
12013-05-16 Eli Zaretskii <eliz@gnu.org>
2
3 * NEWS: Advertise the MSYS build on MS-Windows.
4
52013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * .gitignore: Don't ignore DOC-* any more.
8
12013-05-07 Paul Eggert <eggert@cs.ucla.edu> 92013-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)
diff --git a/etc/NEWS b/etc/NEWS
index fd65bad2740..fc0eaf33640 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -29,7 +29,15 @@ build time, like libacl on GNU/Linux. To prevent this, use the
29configure option `--disable-acl'. 29configure 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.
32It is no longer needed, as the crt*.o files are no longer linked specially. 32It is no longer needed, as the crt*.o files are no longer linked
33specially.
34
35** Emacs for MS-Windows can now be built by running the configure script
36using the MSYS environment and MinGW development tools.
37This is from now on the preferred method of building Emacs on
38MS-Windows. The Windows-specific configure.bat and makefile.w32-in
39files are deprecated. See the file nt/INSTALL.MSYS for detailed
40instructions.
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
283which support POSIX ACLs. 291which 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.
345Instead 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.
328Just as was the case in Emacs-22 and before, decoding of tty input according to 348Just as was the case in Emacs-22 and before, decoding of tty input according to
329keyboard-coding-system is not performed in read-event any more. But contrary 349keyboard-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