diff options
| author | Paul Eggert | 2011-02-25 12:05:36 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-25 12:05:36 -0800 |
| commit | 36f13e1667c66073ef18c4ee3394865c3b7c6cbb (patch) | |
| tree | be36845ff1a7ffadcfa590589d099fb681d019ba /src/ChangeLog | |
| parent | 4394ee04741d5fe2fd4cc7a7ee821e1f8a3f2d32 (diff) | |
| download | emacs-36f13e1667c66073ef18c4ee3394865c3b7c6cbb.tar.gz emacs-36f13e1667c66073ef18c4ee3394865c3b7c6cbb.zip | |
Simplify symlink portability workaround.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3719b61b413..0bfadcf1a91 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-02-25 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-25 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Simplify symlink portability workaround. | ||
| 4 | * config.in: Regenerate. | ||
| 5 | |||
| 3 | * dired.c (Ffile_attributes): Increase size of modes from 10 to 12 | 6 | * dired.c (Ffile_attributes): Increase size of modes from 10 to 12 |
| 4 | as per recent filemodestring API change. Reported by Jonas Öster in | 7 | as per recent filemodestring API change. Reported by Jonas Öster in |
| 5 | <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg01069.html>. | 8 | <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg01069.html>. |