aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-02-10 06:51:28 +0000
committerRichard M. Stallman2005-02-10 06:51:28 +0000
commit442914601b56be5662071a5cfe5ef2b680fad138 (patch)
tree20c29c1a2e37b83f845564c7944d50add2e4d0be
parent0ea91b515326e903902a6e435ed4da3255835407 (diff)
downloademacs-442914601b56be5662071a5cfe5ef2b680fad138.tar.gz
emacs-442914601b56be5662071a5cfe5ef2b680fad138.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE35
-rw-r--r--lisp/ChangeLog14
-rw-r--r--lispref/ChangeLog4
3 files changed, 53 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 3bb450d20b9..55505c1ae6b 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -65,6 +65,41 @@ further.
65I think in the near future we will see more of this problem, so it might be 65I think in the near future we will see more of this problem, so it might be
66time to make anfe-ftp more intelligent. 66time to make anfe-ftp more intelligent.
67 67
68** pcvs bug:
69
70In a CVS mode buffer created using the `cvs-examine' command, if I
71commit a file in a subdirectory, after committing the line is not
72updated with the version of the new revision. Instead, a line is added
73in the buffer in the top directory listing.
74
75Example: I start with this:
76
77,----
78| In directory .:
79| Unknown .htaccess
80| Unknown 404.php
81| Unknown rain.jpg
82| In directory include:
83| Modified include/foo.include
84`----
85
86I commit the file include/foo.include using `c' on the corresponding
87line. I get:
88
89,----
90| In directory .:
91| Unknown .htaccess
92| Unknown 404.php
93| committed Up-To-Date 1.13 foo.include
94| Unknown rain.jpg
95| In directory include:
96| Modified include/foo.include
97`----
98
99There is no file named foo.include in the top directory. This bug
100appeared sometime before October 2004 and now.
101
102
68 103
69* GTK RELATED BUGS 104* GTK RELATED BUGS
70 105
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9ae6220ac0f..e97cc771841 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
12005-02-10 Richard M. Stallman <rms@gnu.org>
2
3 * simple.el (eval-expression-print-format):
4 Avoid warning about edebug-active.
5
6 * help.el (help-for-help-internal): Renamed from help-for-help.
7 (help-for-help): Define with defalias.
8
9 * font-core.el (font-lock-default-function): Use with-no-warnings.
10
11 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12
13 * custom.el (defface): Doc fix.
14
12005-02-10 Nick Roberts <nickrob@snap.net.nz> 152005-02-10 Nick Roberts <nickrob@snap.net.nz>
2 16
3 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set 17 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index aab908b5461..ec5129e0b91 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12005-02-10 Richard M. Stallman <rms@gnu.org>
2
3 * objects.texi (Symbol Type): Minor correction.
4
12005-02-06 Lute Kamstra <lute@gnu.org> 52005-02-06 Lute Kamstra <lute@gnu.org>
2 6
3 * modes.texi (Example Major Modes): Fix typos. 7 * modes.texi (Example Major Modes): Fix typos.