aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--admin/notes/bugtracker7
-rw-r--r--doc/emacs/ChangeLog24
-rw-r--r--lisp/ChangeLog7
4 files changed, 39 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 3fbf0f68c4e..dcf1f761888 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -184,7 +184,7 @@ arevert-xtra.texi
184basic.texi -- cyd 184basic.texi -- cyd
185buffers.texi 185buffers.texi
186building.texi 186building.texi
187calendar.texi 187calendar.texi -- rgm
188cal-xtra.texi 188cal-xtra.texi
189cmdargs.texi 189cmdargs.texi
190commands.texi -- cyd 190commands.texi -- cyd
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index 071eb208287..acce14496f1 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -97,6 +97,13 @@ listed is the master. E.g.:
97 97
98forcemerge 123 124 125 ... 98forcemerge 123 124 125 ...
99 99
100*** To unmerge bugs:
101To disconnect a bug from all bugs it is merged with:
102
103unmerge 123
104
105This command accepts only one bug number.
106
100*** To set severity: 107*** To set severity:
101severity 123 critical|grave|serious|important|normal|minor|wishlist 108severity 123 critical|grave|serious|important|normal|minor|wishlist
102 109
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index ce20a6e7d79..e74b7516e37 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,27 @@
12008-08-26 Glenn Morris <rgm@gnu.org>
2
3 * cal-xtra.texi (Non-Gregorian Diary Entries): New name for
4 node "Hebrew/Islamic Entries".
5
6 * calendar.texi (Specified Dates): Fix names of iso functions.
7 (General Calendar): There may not be another window.
8 (Writing Calendar Files, Holidays): Tweak intro.
9 (Holidays): Mention Baha'i and Chinese holidays.
10 (Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
11 (Lunar Phases): Remove incorrect reference to calendar-time-zone.
12 (To Other Calendar): Add calendar-print-other-dates.
13 Refer to "graphic display" rather than "X.
14 (From Other Calendar): Add calendar-bahai-goto-date. Fix reference.
15 (Displaying the Diary): Fix whitespace after reference.
16 Fix `diary-number-of-entries' reference.
17 (Date Formats): Explicitly mention that day names can be abbreviated.
18 (Adding to Diary): Add some references to other sections.
19 (Special Diary Entries): Fix reference.
20 (Appointments): Simplify appt-message-warning-time entry.
21 Clarify where times must be.
22 (Importing Diary): Comment out icalendar paragraph that does not apply.
23 (Time Intervals): Simplify entry for timeclock-ask-before-exiting.
24
12008-08-23 Glenn Morris <rgm@gnu.org> 252008-08-23 Glenn Morris <rgm@gnu.org>
2 26
3 * fortran-xtra.texi (Fortran): Change description of free form and 27 * fortran-xtra.texi (Fortran): Change description of free form and
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eb66d56e6e7..70c2cd94e30 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12008-08-26 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/gud.el (tramp-file-name-localname)
4 (tramp-dissect-file-name): Declare,
5
6 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
7
12008-08-25 Eli Zaretskii <eliz@gnu.org> 82008-08-25 Eli Zaretskii <eliz@gnu.org>
2 9
3 * bindings.el (mode-line-frame-control): New function, caters to 10 * bindings.el (mode-line-frame-control): New function, caters to