diff options
| author | Miles Bader | 2007-07-27 10:52:18 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-07-27 10:52:18 +0000 |
| commit | e468b87f91f26e66a8cde087c1a9c89c67b96d12 (patch) | |
| tree | 7cf1ded30152bb0ddd4bbff544693a05b3b62911 /src/ChangeLog | |
| parent | b692c96bfa9b8bedd6e093a6c571624442db2e2a (diff) | |
| parent | 05bfa8f34f3eedec3ad2fdb45971476a8c8f49b1 (diff) | |
| download | emacs-e468b87f91f26e66a8cde087c1a9c89c67b96d12.tar.gz emacs-e468b87f91f26e66a8cde087c1a9c89c67b96d12.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 824-831)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 70-74)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bbb44e9cd6d..d8668be9400 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2007-07-25 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Relicense all FSF files to GPLv3 or later. | ||
| 4 | |||
| 5 | * COPYING: Switch to GPLv3. | ||
| 6 | |||
| 7 | 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 8 | |||
| 9 | * eval.c (Fcommandp): Pay attention to the `interactive-form' property. | ||
| 10 | |||
| 11 | * data.c (Finteractive_form): Check for the presence of an | ||
| 12 | `interactive-form' symbol property more thoroughly. | ||
| 13 | |||
| 14 | * data.c (Finteractive_form): Use an `interactive-form' property if | ||
| 15 | present, analogous to the function-documentation property. | ||
| 16 | |||
| 17 | 2007-07-24 Jason Rumney <jasonr@gnu.org> | ||
| 18 | |||
| 19 | * w32fns.c (x_real_positions): Get real position from OS instead of | ||
| 20 | calculating it. | ||
| 21 | |||
| 22 | 2007-07-23 Jason Rumney <jasonr@gnu.org> | ||
| 23 | |||
| 24 | * filelock.c (current_lock_owner): Allow for @ sign in username. | ||
| 25 | |||
| 1 | 2007-07-22 Nick Roberts <nickrob@snap.net.nz> | 26 | 2007-07-22 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 27 | ||
| 3 | * xdisp.c (decode_mode_spec): Add case 'R' for to test for | 28 | * xdisp.c (decode_mode_spec): Add case 'R' for to test for |
| @@ -28711,7 +28736,7 @@ See ChangeLog.9 for earlier changes. | |||
| 28711 | 28736 | ||
| 28712 | GNU Emacs is free software; you can redistribute it and/or modify | 28737 | GNU Emacs is free software; you can redistribute it and/or modify |
| 28713 | it under the terms of the GNU General Public License as published by | 28738 | it under the terms of the GNU General Public License as published by |
| 28714 | the Free Software Foundation; either version 2, or (at your option) | 28739 | the Free Software Foundation; either version 3, or (at your option) |
| 28715 | any later version. | 28740 | any later version. |
| 28716 | 28741 | ||
| 28717 | GNU Emacs is distributed in the hope that it will be useful, | 28742 | GNU Emacs is distributed in the hope that it will be useful, |