]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 2005 21:49:52 +0000 (21:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 2005 21:49:52 +0000 (21:49 +0000)
admin/FOR-RELEASE
etc/TODO
lisp/ChangeLog
lisp/url/ChangeLog
man/ChangeLog
src/ChangeLog

index f230bac38fbe43ebc02b4ba8415b9b9c406c76e9..ce878fc173fb72d4597ac8a8c6fa3cc7ff7c9fe4 100644 (file)
@@ -26,6 +26,9 @@ See msg from rms to emacs-devel on 21 Dec.
 
 ** Update Speedbar.
 
+** Update vhdl-mode.el based on changes in
+   http://opensource.ethz.ch/emacs/vhdl-mode.html.
+
 
 * FATAL ERRORS
 
index c924962244dfe69baa21fbd7ea6cb67028da517b..34b79f7869896d4150f8d2a33c929a6359e60988 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -30,6 +30,10 @@ to the FSF.
   See also ESR's proposal for a BROWSER environment variable
   <URL:http://www.catb.org/~esr/BROWSER/browse-url.patch>.
 
+** Enhance scroll-bar to handle tall line (similar to line-move).
+
+** Make occur handle multi-line matches cleanly with context.
+
 * Important features:
 
 ** Provide user-friendly ways to list all available font families,
index ab183d39edd5b29469eaccff06ba156559d14001..62e3f2b7c36cce02f0f580e43f2bdbd2b751f980 100644 (file)
@@ -1,3 +1,16 @@
+2005-06-23  Richard M. Stallman  <rms@gnu.org>
+
+       * simple.el (set-variable): Args renamed; doc fix.
+       (line-move-1): When there are overlays around, use vertical-motion.
+
+       * faces.el (escape-glyph): Use brown against light background.
+       (nobreak-space): Renamed from no-break-space.
+       Fix previous change.
+
+       * dired-aux.el (dired-do-copy): Fix arg prompt.
+
+       * mail/sendmail.el (mail-setup-with-from): Fix custom type.
+
 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
        * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
index 5470a822a515c161d9cfb0692347b71cdb931f2d..4da3d22584aa25cfd3bf5efc40aa049651f66a35 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-23  Richard M. Stallman  <rms@gnu.org>
+
+       * url-cookie.el (url-cookie-generate-header-lines): Fix autoload cookie.
+
 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
 
        * url-gw.el (url-open-stream):
index 376158a115bf4ff05c075ac0ee6745cc14e09dd1..6bcbe6dc9e9e6788b16640397f651bbef0a20e6a 100644 (file)
@@ -1,5 +1,16 @@
 2005-06-23  Richard M. Stallman  <rms@gnu.org>
 
+       * anti.texi (Antinews): Renamed show-nonbreak-escape to
+       nobreak-char-display.
+
+       * emacs.texi (Top): Update detailed node listing.
+
+       * display.texi (Text Display): Renamed show-nonbreak-escape
+       to nobreak-char-display and no-break-space to nobreak-space.
+       (Standard Faces): Split up the list of standard faces
+       and put it in a separate node.  Add nobreak-space and
+       escape-glyph.
+
        * speedbar.texi (Creating a display): Texinfo usage fixes.      
 
        * tramp.texi (Customizing Completion, Auto-save and Backup): 
index c1e40d59441ad6528617e4ab801c22bb42b1f2bd..2ffb3c4959c7e9418c19c53ed3ebc7f583055911 100644 (file)
@@ -1,3 +1,16 @@
+2005-06-23  Richard M. Stallman  <rms@gnu.org>
+
+       * xdisp.c (get_next_display_element): Finish reversing the tests of
+       Vnobreak_char_display.
+
+       * xdisp.c (Vnobreak_char_display): Renamed from Vshow_nonbreak_escape.
+       All uses changed.
+       (Qnobreak_space): Renamed from Qno_break_space.  All uses changed.
+       (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
+
+       * fileio.c (Frename_file): Preserve owner and group, if possible,
+       when copying.
+
 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
 
        * abbrev.c (Funexpand_abbrev):