diff options
| author | YAMAMOTO Mitsuharu | 2007-10-30 08:32:36 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2007-10-30 08:32:36 +0000 |
| commit | ae7c60a92ee348f6aba2149283d024471a0ea5f6 (patch) | |
| tree | 222d19b6a02cbb33b528acf51987d0f50757eff2 /src/ChangeLog | |
| parent | e58a672c1d7056f3f05038d587937ca7ec88e8c6 (diff) | |
| download | emacs-ae7c60a92ee348f6aba2149283d024471a0ea5f6.tar.gz emacs-ae7c60a92ee348f6aba2149283d024471a0ea5f6.zip | |
(unexec_regions_recorder, unexec_regions_merge):
Don't assume regions are aligned to page boundary.
(print_load_command_name): Add LC_UUID if defined.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c76bdd80caa..faa02a11786 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-10-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * unexmacosx.c (unexec_regions_recorder, unexec_regions_merge): | ||
| 4 | Don't assume regions are aligned to page boundary. | ||
| 5 | (print_load_command_name): Add LC_UUID if defined. | ||
| 6 | |||
| 1 | 2007-10-30 Richard Stallman <rms@gnu.org> | 7 | 2007-10-30 Richard Stallman <rms@gnu.org> |
| 2 | 8 | ||
| 3 | * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring. | 9 | * emacs.c (syms_of_emacs) <installation-directory>: Reflow docstring. |