aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader2006-02-11 00:11:19 +0000
committerMiles Bader2006-02-11 00:11:19 +0000
commit0b125475295ac24db12b28e67d349a0ec0020bd3 (patch)
tree100578c3b6eb01151eb5c51f0bbe11ca941bd0d5 /etc
parent380874900ca183ec2fdce91949d841328852d7a8 (diff)
parent9d64cd1339707277e541b6c54f847240464f65ec (diff)
downloademacs-0b125475295ac24db12b28e67d349a0ec0020bd3.tar.gz
emacs-0b125475295ac24db12b28e67d349a0ec0020bd3.zip
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14
Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 58-65) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 22-28) - Update from CVS - Merge from emacs--devo--0 - Update from CVS: lisp/gnus.el: Remove bogus comment.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog8
-rw-r--r--etc/NEWS6
-rw-r--r--etc/PROBLEMS7
3 files changed, 21 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 3d64ba12cc3..382a97ab50a 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,11 @@
12006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * PROBLEMS (Mac OS X): Add QuickTime 7.0.4 / Mac OS X 10.3.9 breakage.
4
52006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
6
7 * NEWS: New key bindings for Tumme in Dired.
8
12006-02-05 Jay Belanger <belanger@truman.edu> 92006-02-05 Jay Belanger <belanger@truman.edu>
2 10
3 * calccard.tex: Update copyright year. 11 * calccard.tex: Update copyright year.
diff --git a/etc/NEWS b/etc/NEWS
index e63c2d3bc76..7723adc8f8c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1908,6 +1908,12 @@ boundaries during scrolling.
1908 1908
1909* Changes in Specialized Modes and Packages in Emacs 22.1: 1909* Changes in Specialized Modes and Packages in Emacs 22.1:
1910 1910
1911** Changes in Dired
1912*** Bindings for Tumme added
1913Several new keybindings, all starting with the C-t prefix, have been
1914added to Dired. They are all bound to commands in Tumme. As a starting
1915point, mark some image files in a dired buffer and do C-t d to display
1916thumbnails of them in a separate buffer.
1911** Changes in Hi Lock: 1917** Changes in Hi Lock:
1912 1918
1913+++ 1919+++
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 93561daa534..d86135cb075 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1778,6 +1778,13 @@ There appears to be a problem with the implementation of pty's on the
1778Mac OS X that causes process output to be truncated. To avoid this, 1778Mac OS X that causes process output to be truncated. To avoid this,
1779leave process-connection-type set to its default value of nil. 1779leave process-connection-type set to its default value of nil.
1780 1780
1781*** Mac OS X 10.3.9 (Carbon): QuickTime 7.0.4 updater breaks build.
1782
1783On the above environment, build fails at the link stage with the
1784message like "Undefined symbols: _HICopyAccessibilityActionDescription
1785referenced from QuickTime expected to be defined in Carbon". A
1786workaround is to use QuickTime 7.0.1 reinstaller.
1787
1781** FreeBSD 1788** FreeBSD
1782 1789
1783*** FreeBSD 2.1.5: useless symbolic links remain in /tmp or other 1790*** FreeBSD 2.1.5: useless symbolic links remain in /tmp or other