]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sat, 10 Mar 2007 01:54:30 +0000 (01:54 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 10 Mar 2007 01:54:30 +0000 (01:54 +0000)
admin/FOR-RELEASE
lisp/ChangeLog
src/ChangeLog

index 3734e5aeace7384bf25a92ca556a653134321724..0977d9acb616c0616e90452d89003da89015607f 100644 (file)
@@ -40,6 +40,7 @@ Reminders sent out on 2006-06-08.
 and KDE projects, to use the new Emacs icons in etc/images/icons.
 
 * WINDOWS SUPPORT BUGS.
+
 These don't need to be fixed to start pretest, but we call the
 attention of Windows users to fixing them.
 
@@ -52,6 +53,7 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
 
 ** lennart.borgman@gmail.com, Feb 22: C-h k does not catch text properies keymaps
 
+
 * BUGS
 
 ** Fix up copyright confusions.
@@ -61,14 +63,12 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
 
 ** david.hansen@physik.fu-berlin.de, Mar 6: WoMan Error with the CVS Manual Page
 
-** sdl.web@gmail.com, Mar 6: Mode-line face bug
+** sdl.web@gmail.com, Mar 6: Mode-line face bug       [ALSO PRESENT IN 21.4]
   The bug is that, for frames other than the first,
   the X resources override customizations.
 
 ** david.hansen@gmx.net, Mar 7: shell.el patch to install
 
-** david.reitter@gmail.com, Mar 8: double-clicking on closing paren - wrong region marked
-
 * DOCUMENTATION
 
 ** Check the Emacs Tutorial.
index 8e67f994a54ebca3005f3f3e1bae15565777798d..14669929ea31a22f0214e23af52936ec635af003 100644 (file)
@@ -1,7 +1,6 @@
 2007-03-10  Alan Mackenzie  <acm@muc.de>
 
-       * progmodes/cc-mode.el (c-before-change): insert call of
-       `save-match-data'.
+       * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
 
 2007-03-09  Richard Stallman  <rms@gnu.org>
 
 
 2007-03-08  Alan Mackenzie  <acm@muc.de>
 
-       * progmodes/cc-mode.el (c-unfind-enclosing-token,
-       c-unfind-coalesced-tokens, c-before-change): new functions;
-       (c-maybe-stale-found-type): new variable.
+       Remove stale tokens from `c-found-types' cache.
 
-       * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type,
-       c-trim-found-types): new functions.
+       * progmodes/cc-mode.el (c-unfind-enclosing-token)
+       (c-unfind-coalesced-tokens, c-before-change): New functions.
+       (c-maybe-stale-found-type): New variable.
 
-       These remove stale tokens from the cache `c-found-types'.
+       * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
+       (c-trim-found-types): New functions.
 
 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
index 0db2afdbb4f49a86a9647256a5d84c40bfb9b143..c332efa23ac501e53184b5a5583107ecb32c26cd 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-10  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c (redisplay_window): Don't automatically select a new window
+       start for a contination line during mouse-click.
+
 2007-03-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * xterm.c (handle_one_xevent): Ignore buttons > 3 for the tool bar.