emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/FOR-RELEASE [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/admin/FOR-RELEASE [lexbind]
Date: Thu, 11 Nov 2004 23:43:18 -0500

Index: emacs/admin/FOR-RELEASE
diff -c emacs/admin/FOR-RELEASE:1.5.4.6 emacs/admin/FOR-RELEASE:1.5.4.7
*** emacs/admin/FOR-RELEASE:1.5.4.6     Thu Nov  4 13:12:47 2004
--- emacs/admin/FOR-RELEASE     Fri Nov 12 04:21:23 2004
***************
*** 10,15 ****
--- 10,21 ----
  
  ** Let mouse-1 follow links.
  
+ ** Make Rmail find the best version of movemail.
+ To be done by Sergey Poznyakoff <address@hidden>.
+ 
+ ** Make VC-over-Tramp work where possible, or at least fail
+ gracefully if something isn't supported over Tramp.
+ To be done by Andre Spiegel <address@hidden>.
  
  * FATAL ERRORS
  
***************
*** 30,36 ****
  
  ** Clean up flymake.el to follow Emacs Lisp conventions.
  
- 
  * GTK RELATED BUGS
  
  ** Make GTK scrollbars behave like others w.r.t. overscrolling.
--- 36,41 ----
***************
*** 103,152 ****
  Update: Maybe only reveals itself when compiled with GTK+
  
  
- ** Mouse-face overlay bleeds into header line
- 
- From: Stephen Berman <address@hidden>
- Date: Thu, 21 Oct 2004 18:11:01 +0200
- 
- Mouse-face overlays bleed into the header line when the beginning of
- the overlay is above (point-min).  To reproduce:
- 
- 1. Start Emacs with -q -no-site-file.
- 
- 2. In *scratch* eval (setq ov (make-overlay 66 92)), (overlay-put ov
- 'mouse-face 'highlight), and (setq header-line-format "test").
- 
- 3. Drag the mouse over the string "evaluation.\n;; If you want" and
- notice the highlighting of only this string.
- 
- 4. Now click on the down arrow in the scroll bar until the line
- beginning ";; If you want" is directly below the header line.
- 
- 5. Drag the mouse over ";; If you want" and notice that not only it
- but also the header line are highlighted.
- 
- 
- ** scroll-preserve-screen-position doesn't work with a header-line-format
- 
- From: address@hidden
- Date: Tue, 17 Aug 2004 17:10:14 -0400
- 
- There seems to be an off-by-one error triggered by using a header line
- together with scroll-preserve-screen-position.  The symptom: instead of
- staying in the same position on the screen when scrolling, the cursor
- moves one screen line down each time the buffer is scrolled.  Put
- another way: repeatedly typing C-v M-v or using a mouse scroll wheel to
- scroll up and down causes the cursor to migrate slowly down the screen
- instead of staying put as it should.
- 
- To reproduce:
- 
- emacs -q --no-site-file
- (setq scroll-preserve-screen-position t)
- (setq header-line-format "")
- C-v M-v C-v M-v C-v M-v etc.
- 
- 
  ** Clicking on partially visible lines fails
  
  From: David Kastrup <address@hidden>
--- 108,113 ----
***************
*** 200,231 ****
  But point should be displayed at the bottom of the window like Emacs-21.3.
  
  
- ** line-spacing and garbage in fringe
- 
- From: SAITO Takuya <address@hidden>
- Date: Mon, 31 May 2004 02:08:05 +0900 (JST)
- 
- Start emacs -Q and evaluate below with C-xC-e:
- 
- (let ((lines 2)
-       (spacing 1))
-   (setq line-spacing spacing
-       indicate-buffer-boundaries t)
-   (insert (make-string (window-height) ?\n))
-   (goto-char (point-min))
-   (message (make-string (* (window-width) lines) ?.))
-   (scroll-up 1))
- 
- then, garbage is displayed in right fringe.
- 
- Above code reproduces this bug with
- (frame-parameter nil 'font)
- => "-Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1"
- 
- If you use different font, you may need different value of
- `lines' and/or `spacing'.
- 
- 
  ** line-spacing and Electric-pop-up-window
  
  From: SAITO Takuya <address@hidden>
--- 161,166 ----
***************
*** 244,249 ****
--- 179,186 ----
  
  * DOCUMENTATION
  
+ ** Document Custom Themes.
+ 
  ** Finish updating the Emacs Lisp manual.
  
  ** Update the Emacs manual.
***************
*** 318,328 ****
  SECTION                  READERS
  ----------------------------------
  lispref/abbrevs.texi     "Luc Teirlinck"
! lispref/advice.texi
  lispref/anti.texi
  lispref/backups.texi     "Luc Teirlinck"
  lispref/buffers.texi     "Luc Teirlinck"
! lispref/calendar.texi
  lispref/commands.texi    "Luc Teirlinck"
  lispref/compile.texi     "Luc Teirlinck"
  lispref/control.texi     "Luc Teirlinck"
--- 255,265 ----
  SECTION                  READERS
  ----------------------------------
  lispref/abbrevs.texi     "Luc Teirlinck"
! lispref/advice.texi    Joakim Verona <address@hidden>
  lispref/anti.texi
  lispref/backups.texi     "Luc Teirlinck"
  lispref/buffers.texi     "Luc Teirlinck"
! lispref/calendar.texi    Joakim Verona <address@hidden>
  lispref/commands.texi    "Luc Teirlinck"
  lispref/compile.texi     "Luc Teirlinck"
  lispref/control.texi     "Luc Teirlinck"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]