diff options
| author | Kim F. Storm | 2007-03-10 01:54:30 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2007-03-10 01:54:30 +0000 |
| commit | eebe9a296e7e7700b88373bfa2d44ec5e7c23076 (patch) | |
| tree | ed1d61aade6de34d41209358e23a6147dd25bbea | |
| parent | b5b772e79d93c0def4dadee9f93cd170d9e69a4f (diff) | |
| download | emacs-eebe9a296e7e7700b88373bfa2d44ec5e7c23076.tar.gz emacs-eebe9a296e7e7700b88373bfa2d44ec5e7c23076.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog | 15 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
3 files changed, 15 insertions, 11 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 3734e5aeace..0977d9acb61 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -40,6 +40,7 @@ Reminders sent out on 2006-06-08. | |||
| 40 | and KDE projects, to use the new Emacs icons in etc/images/icons. | 40 | and KDE projects, to use the new Emacs icons in etc/images/icons. |
| 41 | 41 | ||
| 42 | * WINDOWS SUPPORT BUGS. | 42 | * WINDOWS SUPPORT BUGS. |
| 43 | |||
| 43 | These don't need to be fixed to start pretest, but we call the | 44 | These don't need to be fixed to start pretest, but we call the |
| 44 | attention of Windows users to fixing them. | 45 | attention of Windows users to fixing them. |
| 45 | 46 | ||
| @@ -52,6 +53,7 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. | |||
| 52 | 53 | ||
| 53 | ** lennart.borgman@gmail.com, Feb 22: C-h k does not catch text properies keymaps | 54 | ** lennart.borgman@gmail.com, Feb 22: C-h k does not catch text properies keymaps |
| 54 | 55 | ||
| 56 | |||
| 55 | * BUGS | 57 | * BUGS |
| 56 | 58 | ||
| 57 | ** Fix up copyright confusions. | 59 | ** Fix up copyright confusions. |
| @@ -61,14 +63,12 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. | |||
| 61 | 63 | ||
| 62 | ** david.hansen@physik.fu-berlin.de, Mar 6: WoMan Error with the CVS Manual Page | 64 | ** david.hansen@physik.fu-berlin.de, Mar 6: WoMan Error with the CVS Manual Page |
| 63 | 65 | ||
| 64 | ** sdl.web@gmail.com, Mar 6: Mode-line face bug | 66 | ** sdl.web@gmail.com, Mar 6: Mode-line face bug [ALSO PRESENT IN 21.4] |
| 65 | The bug is that, for frames other than the first, | 67 | The bug is that, for frames other than the first, |
| 66 | the X resources override customizations. | 68 | the X resources override customizations. |
| 67 | 69 | ||
| 68 | ** david.hansen@gmx.net, Mar 7: shell.el patch to install | 70 | ** david.hansen@gmx.net, Mar 7: shell.el patch to install |
| 69 | 71 | ||
| 70 | ** david.reitter@gmail.com, Mar 8: double-clicking on closing paren - wrong region marked | ||
| 71 | |||
| 72 | * DOCUMENTATION | 72 | * DOCUMENTATION |
| 73 | 73 | ||
| 74 | ** Check the Emacs Tutorial. | 74 | ** Check the Emacs Tutorial. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e67f994a54..14669929ea3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | 2007-03-10 Alan Mackenzie <acm@muc.de> | 1 | 2007-03-10 Alan Mackenzie <acm@muc.de> |
| 2 | 2 | ||
| 3 | * progmodes/cc-mode.el (c-before-change): insert call of | 3 | * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data. |
| 4 | `save-match-data'. | ||
| 5 | 4 | ||
| 6 | 2007-03-09 Richard Stallman <rms@gnu.org> | 5 | 2007-03-09 Richard Stallman <rms@gnu.org> |
| 7 | 6 | ||
| @@ -19,14 +18,14 @@ | |||
| 19 | 18 | ||
| 20 | 2007-03-08 Alan Mackenzie <acm@muc.de> | 19 | 2007-03-08 Alan Mackenzie <acm@muc.de> |
| 21 | 20 | ||
| 22 | * progmodes/cc-mode.el (c-unfind-enclosing-token, | 21 | Remove stale tokens from `c-found-types' cache. |
| 23 | c-unfind-coalesced-tokens, c-before-change): new functions; | ||
| 24 | (c-maybe-stale-found-type): new variable. | ||
| 25 | 22 | ||
| 26 | * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type, | 23 | * progmodes/cc-mode.el (c-unfind-enclosing-token) |
| 27 | c-trim-found-types): new functions. | 24 | (c-unfind-coalesced-tokens, c-before-change): New functions. |
| 25 | (c-maybe-stale-found-type): New variable. | ||
| 28 | 26 | ||
| 29 | These remove stale tokens from the cache `c-found-types'. | 27 | * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type) |
| 28 | (c-trim-found-types): New functions. | ||
| 30 | 29 | ||
| 31 | 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca> | 30 | 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 32 | 31 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 0db2afdbb4f..c332efa23ac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-03-10 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (redisplay_window): Don't automatically select a new window | ||
| 4 | start for a contination line during mouse-click. | ||
| 5 | |||
| 1 | 2007-03-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 6 | 2007-03-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * xterm.c (handle_one_xevent): Ignore buttons > 3 for the tool bar. | 8 | * xterm.c (handle_one_xevent): Ignore buttons > 3 for the tool bar. |