diff options
| author | Michael Albinus | 2007-03-31 18:39:26 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-03-31 18:39:26 +0000 |
| commit | dc13f3f55c68ed04738f212ed071c74c712e6473 (patch) | |
| tree | dd7bbc0b832edd873fdea400421a120b7ed3dda0 | |
| parent | 69cee87364f9c79b9adc85cc580a055ff71c8b3c (diff) | |
| download | emacs-dc13f3f55c68ed04738f212ed071c74c712e6473.tar.gz emacs-dc13f3f55c68ed04738f212ed071c74c712e6473.zip | |
* PROBLEMS: Remove Tramp problem; it has been fixed.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/PROBLEMS | 13 |
2 files changed, 5 insertions, 12 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 3d3f5c6f885..b31384e71a0 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-03-31 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * PROBLEMS: Remove Tramp problem; it has been fixed. | ||
| 4 | |||
| 1 | 2007-03-31 Eli Zaretskii <eliz@gnu.org> | 5 | 2007-03-31 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with | 7 | * PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 28485434b6d..e0c3666404e 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -144,17 +144,6 @@ Reportedly this patch in X fixes the problem. | |||
| 144 | } | 144 | } |
| 145 | return ret; | 145 | return ret; |
| 146 | 146 | ||
| 147 | ** Emacs cannot load remote files using Tramp during init. | ||
| 148 | |||
| 149 | Currently, Tramp-style names for remote files are not recognized if | ||
| 150 | they occur in site-start and init files, because Tramp filename | ||
| 151 | handlers are registered during after-init-hook. | ||
| 152 | |||
| 153 | If you want to access remote files inside an init file, first add the | ||
| 154 | following line: | ||
| 155 | |||
| 156 | (tramp-register-file-name-handlers) | ||
| 157 | |||
| 158 | * Crash bugs | 147 | * Crash bugs |
| 159 | 148 | ||
| 160 | ** Emacs crashes in x-popup-dialog. | 149 | ** Emacs crashes in x-popup-dialog. |
| @@ -227,7 +216,7 @@ http://bugzilla.gnome.org/show_bug.cgi?id=85715. | |||
| 227 | ** Emacs compiled with Gtk+ crashes on startup on cygwin. | 216 | ** Emacs compiled with Gtk+ crashes on startup on cygwin. |
| 228 | 217 | ||
| 229 | A typical error message is | 218 | A typical error message is |
| 230 | ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes | 219 | ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes |
| 231 | (alignment: 512): Function not implemented | 220 | (alignment: 512): Function not implemented |
| 232 | 221 | ||
| 233 | Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on | 222 | Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on |