]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 10 Feb 2005 06:51:28 +0000 (06:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 10 Feb 2005 06:51:28 +0000 (06:51 +0000)
admin/FOR-RELEASE
lisp/ChangeLog
lispref/ChangeLog

index 3bb450d20b9205e8f0c16fe42e2ae764d49ab004..55505c1ae6bdb6bc46efbfd6491ef4e775cced83 100644 (file)
@@ -65,6 +65,41 @@ further.
 I think in the near future we will see more of this problem, so it might be
 time to make anfe-ftp more intelligent.
 
+** pcvs bug:
+
+In a CVS mode buffer created using the `cvs-examine' command, if I
+commit a file in a subdirectory, after committing the line is not
+updated with the version of the new revision.  Instead, a line is added
+in the buffer in the top directory listing.
+
+Example: I start with this:
+
+,----
+| In directory .:
+|               Unknown                 .htaccess
+|               Unknown                 404.php
+|               Unknown                 rain.jpg
+| In directory include:
+|               Modified                include/foo.include
+`----
+
+I commit the file include/foo.include using `c' on the corresponding
+line.  I get:
+
+,----
+| In directory .:
+|               Unknown                 .htaccess
+|               Unknown                 404.php
+| committed     Up-To-Date  1.13        foo.include
+|               Unknown                 rain.jpg
+| In directory include:
+|               Modified                include/foo.include
+`----
+
+There is no file named foo.include in the top directory. This bug
+appeared sometime before October 2004 and now.
+
+
 
 * GTK RELATED BUGS
 
index 9ae6220ac0fd4990ce8ec541ed8a09acc8b5ee7f..e97cc77184179166d8e3e707304cce13c041823d 100644 (file)
@@ -1,3 +1,17 @@
+2005-02-10  Richard M. Stallman  <rms@gnu.org>
+
+       * simple.el (eval-expression-print-format):
+       Avoid warning about edebug-active.
+
+       * help.el (help-for-help-internal): Renamed from help-for-help.
+       (help-for-help): Define with defalias.
+
+       * font-core.el (font-lock-default-function): Use with-no-warnings.
+
+       * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
+
+       * custom.el (defface): Doc fix.
+
 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
index aab908b546196082b4a8dc05aa48352dc4b9acc2..ec5129e0b91f7fbff86718c5a87e8735fb9bc5a4 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-10  Richard M. Stallman  <rms@gnu.org>
+
+       * objects.texi (Symbol Type): Minor correction.
+
 2005-02-06  Lute Kamstra  <lute@gnu.org>
 
        * modes.texi (Example Major Modes): Fix typos.