diff options
| author | Miles Bader | 2006-02-11 00:11:19 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-02-11 00:11:19 +0000 |
| commit | 0b125475295ac24db12b28e67d349a0ec0020bd3 (patch) | |
| tree | 100578c3b6eb01151eb5c51f0bbe11ca941bd0d5 /etc | |
| parent | 380874900ca183ec2fdce91949d841328852d7a8 (diff) | |
| parent | 9d64cd1339707277e541b6c54f847240464f65ec (diff) | |
| download | emacs-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/ChangeLog | 8 | ||||
| -rw-r--r-- | etc/NEWS | 6 | ||||
| -rw-r--r-- | etc/PROBLEMS | 7 |
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 @@ | |||
| 1 | 2006-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 | |||
| 5 | 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com> | ||
| 6 | |||
| 7 | * NEWS: New key bindings for Tumme in Dired. | ||
| 8 | |||
| 1 | 2006-02-05 Jay Belanger <belanger@truman.edu> | 9 | 2006-02-05 Jay Belanger <belanger@truman.edu> |
| 2 | 10 | ||
| 3 | * calccard.tex: Update copyright year. | 11 | * calccard.tex: Update copyright year. |
| @@ -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 | ||
| 1913 | Several new keybindings, all starting with the C-t prefix, have been | ||
| 1914 | added to Dired. They are all bound to commands in Tumme. As a starting | ||
| 1915 | point, mark some image files in a dired buffer and do C-t d to display | ||
| 1916 | thumbnails 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 | |||
| 1778 | Mac OS X that causes process output to be truncated. To avoid this, | 1778 | Mac OS X that causes process output to be truncated. To avoid this, |
| 1779 | leave process-connection-type set to its default value of nil. | 1779 | leave 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 | |||
| 1783 | On the above environment, build fails at the link stage with the | ||
| 1784 | message like "Undefined symbols: _HICopyAccessibilityActionDescription | ||
| 1785 | referenced from QuickTime expected to be defined in Carbon". A | ||
| 1786 | workaround 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 |