diff options
| -rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
| -rw-r--r-- | admin/notes/bugtracker | 7 | ||||
| -rw-r--r-- | doc/emacs/ChangeLog | 24 | ||||
| -rw-r--r-- | lisp/ChangeLog | 7 |
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 | |||
| 184 | basic.texi -- cyd | 184 | basic.texi -- cyd |
| 185 | buffers.texi | 185 | buffers.texi |
| 186 | building.texi | 186 | building.texi |
| 187 | calendar.texi | 187 | calendar.texi -- rgm |
| 188 | cal-xtra.texi | 188 | cal-xtra.texi |
| 189 | cmdargs.texi | 189 | cmdargs.texi |
| 190 | commands.texi -- cyd | 190 | commands.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 | ||
| 98 | forcemerge 123 124 125 ... | 98 | forcemerge 123 124 125 ... |
| 99 | 99 | ||
| 100 | *** To unmerge bugs: | ||
| 101 | To disconnect a bug from all bugs it is merged with: | ||
| 102 | |||
| 103 | unmerge 123 | ||
| 104 | |||
| 105 | This command accepts only one bug number. | ||
| 106 | |||
| 100 | *** To set severity: | 107 | *** To set severity: |
| 101 | severity 123 critical|grave|serious|important|normal|minor|wishlist | 108 | severity 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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-08-23 Glenn Morris <rgm@gnu.org> | 25 | 2008-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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-08-25 Eli Zaretskii <eliz@gnu.org> | 8 | 2008-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 |