]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
12 years ago* packages/load-dir/load-dir.el (load-dir-one): Avoid infinite recursion.
PJ Weisberg [Sun, 28 Aug 2011 21:21:43 +0000 (17:21 -0400)]
* packages/load-dir/load-dir.el (load-dir-one): Avoid infinite recursion.

12 years ago* Debbugs.wsdl (ArrayOfArrayOfAnyType)
Michael Albinus [Fri, 12 Aug 2011 13:11:36 +0000 (15:11 +0200)]
* Debbugs.wsdl (ArrayOfArrayOfAnyType)
(ArrayOfArrayOfArrayOfAnyType): New types.
(search_estRequest, search_estResponse): New messages.
(search_est): New operation.

* debbugs.el (debbugs-search-est): New defun.

* debbugs-pkg.el (top): Upgrade package version to 0.2.

12 years ago* company/*.el: Fix case misunderstanding. Use checkdoc.
Stefan Monnier [Mon, 1 Aug 2011 16:16:07 +0000 (12:16 -0400)]
* company/*.el: Fix case misunderstanding.  Use checkdoc.
* company/company.el (company-capf): First cut at making Company use
completion-at-point-functions.

12 years agoAdd Texinfo files for muse package.
Chong Yidong [Sat, 30 Jul 2011 20:43:59 +0000 (16:43 -0400)]
Add Texinfo files for muse package.

12 years agoAdd texi files to for auctex package.
Chong Yidong [Sat, 30 Jul 2011 20:39:59 +0000 (16:39 -0400)]
Add texi files to for auctex package.

12 years agoFix previous patch.
Michael Albinus [Fri, 29 Jul 2011 14:53:59 +0000 (16:53 +0200)]
Fix previous patch.

12 years ago* debbugs-gnu.el (debbugs-gnu-default-suppress-bugs)
Michael Albinus [Fri, 29 Jul 2011 13:40:13 +0000 (15:40 +0200)]
* debbugs-gnu.el (debbugs-gnu-default-suppress-bugs)
(debbugs-gnu-current-query): Expand docstring.
(debbugs-gnu-current-filter): New defvar.
(debbugs-gnu-calendar-read): New defun.
(debbugs-gnu-current-severities, debbugs-gnu-current-packages)
(debbugs-gnu-current-archive): Removed.
(debbugs-gnu-search): Autoloaded.  Remove arguments.  Extend
interactive queries.
(debbugs-gnu): Autoloaded.  Use `debbugs-gnu-current-query'.  Set
:filter in widgets.
(debbugs-gnu-get-bugs): Add argument QUERY.  Rewrite.
(debbugs-gnu-print-entry): Extend client-side filtering.

12 years ago* debbugs-gnu.el (debbugs-gnu-search): Let-bind
Michael Albinus [Thu, 21 Jul 2011 17:40:38 +0000 (19:40 +0200)]
* debbugs-gnu.el (debbugs-gnu-search): Let-bind
`debbugs-gnu-current-query'.
(debbugs-gnu): Add attribute :query to the widgets.
(debbugs-gnu-print-entry): Get query from `debbugs-gnu-current-widget'.
(debbugs-gnu-guess-current-id): Rename from `debbugs-guess-current-id'.
(debbugs-gnu-send-control-message): Use it.

12 years ago* debbugs-gnu.el (debbugs-gnu-get-bugs): If
Michael Albinus [Wed, 20 Jul 2011 18:56:41 +0000 (20:56 +0200)]
* debbugs-gnu.el (debbugs-gnu-get-bugs): If
`debbugs-gnu-current-severities' contains only the pseudo-severity
"tagged", return just the local tagged bugs.

12 years ago* debbugs.texi (top): Add a title page.
Michael Albinus [Wed, 20 Jul 2011 13:01:22 +0000 (15:01 +0200)]
* debbugs.texi (top): Add a title page.
(all): Correct some typos.

12 years ago(debbugs-gnu-summary-mode): Make sure `gnus-article-copy' is alive.
Lars Magne Ingebrigtsen [Tue, 19 Jul 2011 17:58:41 +0000 (19:58 +0200)]
(debbugs-gnu-summary-mode): Make sure `gnus-article-copy' is alive.

12 years agoAllow sending bug control messages from random modes.
Lars Magne Ingebrigtsen [Tue, 19 Jul 2011 15:23:27 +0000 (17:23 +0200)]
Allow sending bug control messages from random modes.

* debbugs-gnu.el (debbugs-guess-current-id): New function.
(debbugs-gnu-send-control-message): Use it.

12 years ago* debbugs-gnu.el (debbugs-gnu-default-suppress-bugs): New customer
Michael Albinus [Tue, 19 Jul 2011 12:48:58 +0000 (14:48 +0200)]
* debbugs-gnu.el (debbugs-gnu-default-suppress-bugs): New customer
option.
(debbugs-gnu-pending): Fix docstring.
(debbugs-gnu-current-query): New defvar.
(debbugs-gnu-search): New command.
(debbugs-gnu): Rename SUPPRESS-DONE to SUPPRESS.  Fix interactive
query.
(debbugs-gnu-print-entry): Filter according to
`debbugs-gnu-default-suppress-bugs' and `debbugs-gnu-current-query'.
(debbugs-gnu-toggle-suppress): Renamed from
`debbugs-gnu-toggle-suppress-done'.

12 years ago* debbugs.texi: New file.
Michael Albinus [Sun, 17 Jul 2011 16:43:33 +0000 (18:43 +0200)]
* debbugs.texi: New file.

12 years ago* debbugs-gnu.el (debbugs-gnu-get-bugs): It is sufficient to have
Michael Albinus [Sun, 17 Jul 2011 16:24:28 +0000 (18:24 +0200)]
* debbugs-gnu.el (debbugs-gnu-get-bugs): It is sufficient to have
just one `debbugs-get-bugs' call.

12 years ago* debbugs.el (debbugs-get-bugs): Add search keywords :src :maint
Michael Albinus [Sun, 17 Jul 2011 15:54:50 +0000 (17:54 +0200)]
* debbugs.el (debbugs-get-bugs): Add search keywords :src :maint
:correspondent :affects and :status.  Improvement of docstring,
document the new keywords and multiple values for one keyword.

12 years ago* debbugs-gnu.el (debbugs-gnu-show-reports): Add packages to the status bar.
Lars Magne Ingebrigtsen [Sun, 17 Jul 2011 01:09:09 +0000 (03:09 +0200)]
* debbugs-gnu.el (debbugs-gnu-show-reports): Add packages to the status bar.

12 years ago* debbugs-gnu.el (debbugs-gnu-send-control-message): Add "invalid".
Lars Magne Ingebrigtsen [Sat, 16 Jul 2011 19:13:02 +0000 (21:13 +0200)]
* debbugs-gnu.el (debbugs-gnu-send-control-message): Add "invalid".

12 years ago* debbugs-gnu.el (debbugs-gnu-default-severities)
Michael Albinus [Fri, 15 Jul 2011 14:14:53 +0000 (16:14 +0200)]
* debbugs-gnu.el (debbugs-gnu-default-severities)
(debbugs-gnu-severity-preference)
(debbugs-gnu-send-control-message): Add "serious".
(debbugs-gnu-select-report): Add ":" in reply subject.

12 years agoSort pending bugs towards the end
Lars Magne Ingebrigtsen [Fri, 15 Jul 2011 00:01:00 +0000 (02:01 +0200)]
Sort pending bugs towards the end

* debbugs-gnu.el (debbugs-gnu-pending): New face.
(debbugs-gnu-state-preference): Sort pending towards the end.

12 years ago* debbugs-gnu.el (debbugs-gnu-send-control-message): Add "pending" etc.
Lars Magne Ingebrigtsen [Thu, 14 Jul 2011 23:55:45 +0000 (01:55 +0200)]
* debbugs-gnu.el (debbugs-gnu-send-control-message): Add "pending" etc.

12 years ago* debbugs-gnu.el (debbugs-gnu-subject): New defvar.
Michael Albinus [Thu, 14 Jul 2011 15:44:59 +0000 (17:44 +0200)]
* debbugs-gnu.el (debbugs-gnu-subject): New defvar.
(debbugs-gnu-select-report): Set it buffer local.
(debbugs-gnu-summary-mode): Use it for adapting subject of replies.

12 years ago* debbugs.el (debbugs-get-bugs): Weaken syntax for packages (and
Michael Albinus [Wed, 13 Jul 2011 16:21:59 +0000 (18:21 +0200)]
* debbugs.el (debbugs-get-bugs): Weaken syntax for packages (and
severities and tags).

12 years ago* debbugs.el (debbugs-get-bugs): Extend syntax for packages (and
Michael Albinus [Wed, 13 Jul 2011 15:36:56 +0000 (17:36 +0200)]
* debbugs.el (debbugs-get-bugs): Extend syntax for packages (and
severities and tags) by "-".  Fix error messages.

12 years agoTweak minimap.el description to fit the *Packages* buffer better.
Chong Yidong [Tue, 12 Jul 2011 21:42:20 +0000 (17:42 -0400)]
Tweak minimap.el description to fit the *Packages* buffer better.

12 years agoNew package `minimap'.
David Engster [Tue, 12 Jul 2011 21:41:00 +0000 (17:41 -0400)]
New package `minimap'.

12 years ago* debbugs-gnu.el (debbugs-gnu-get-bugs): Reinsert sorting of ids.
Michael Albinus [Tue, 12 Jul 2011 20:35:55 +0000 (22:35 +0200)]
* debbugs-gnu.el (debbugs-gnu-get-bugs): Reinsert sorting of ids.
This is needed when several sets of bugs are retrieved in a loop.
Allow empty packages or severities.
(debbugs-gnu-show-reports): Erase buffer on entry.  Initialize
header line, move from ...
(debbugs-gnu-mode): ... here.
(debbugs-gnu-state-preference): Make it a defconst.
(debbugs-gnu-severity-preference): New defconst.
(debbugs-gnu-get-state-preference)
(debbugs-gnu-get-severity-preference): New defuns.
(debbugs-gnu-sort-state): When two bugs have the same age, sort
per serverity.

12 years agoFix version numbers of sisu-mode, register-list, and windresize.
Chong Yidong [Tue, 12 Jul 2011 16:21:11 +0000 (12:21 -0400)]
Fix version numbers of sisu-mode, register-list, and windresize.

12 years ago* debbugs-gnu.el (debbugs-gnu-sort-state): Give tagged bugs
Michael Albinus [Mon, 11 Jul 2011 18:32:17 +0000 (20:32 +0200)]
* debbugs-gnu.el (debbugs-gnu-sort-state): Give tagged bugs
priority 20.  In case there is just the severity list '("tagged"),
do not use that priority.
(debbugs-gnu-sort-title): Fix silly bug.

12 years ago* debbugs-gnu.el (top): Require `tabulated-list'. Autoload
Michael Albinus [Mon, 11 Jul 2011 07:21:32 +0000 (09:21 +0200)]
* debbugs-gnu.el (top): Require `tabulated-list'.  Autoload
`widget-convert'.
(debbugs-gnu-handled, debbugs-gnu-stale): Fix docstring.
(debbugs-gnu-get-bugs): Do not sort ids, it is done later anyway.
(debbugs-gnu-show-reports): Move inserting of text to ...
(debbugs-gnu-print-entry): New defun.
(debbugs-gnu-mode-map): Set parent map to `tabulated-list-mode-map'.
(debbugs-gnu-mode): Derive from `tabulated-list-mode'.  Initialize
`tabulated-list-*' objects.
(debbugs-gnu-sort-id, debbugs-gnu-sort-state)
(debbugs-gnu-sort-title): New defuns.  Sort functions for
respective columns.
(debbugs-gnu-toggle-sort): Use `tabulated-list' functions.
(debbugs-gnu-toggle-suppress-done): Renamed from
`debbugs-gnu-suppress-done'.  Use `tabulated-list' functions.
(debbugs-gnu-current-status): Use text property `tabulated-list-id'.

12 years agoOne week is a better period for staleness, I think.
Lars Magne Ingebrigtsen [Sun, 10 Jul 2011 21:45:23 +0000 (23:45 +0200)]
One week is a better period for staleness, I think.

12 years agoFix last checkin.
Lars Magne Ingebrigtsen [Sun, 10 Jul 2011 14:19:06 +0000 (16:19 +0200)]
Fix last checkin.

12 years ago(debbugs-gnu-send-control-message): Add doneunreproducible.
Lars Magne Ingebrigtsen [Sun, 10 Jul 2011 14:14:45 +0000 (16:14 +0200)]
(debbugs-gnu-send-control-message): Add doneunreproducible.

12 years ago(debbugs-gnu-send-control-message): Add donenotabug and donewontfix.
Lars Magne Ingebrigtsen [Sun, 10 Jul 2011 13:37:53 +0000 (15:37 +0200)]
(debbugs-gnu-send-control-message): Add donenotabug and donewontfix.

12 years agoepoch-view.el, load-dir.el: Capitalize package description string.
Chong Yidong [Fri, 8 Jul 2011 17:01:15 +0000 (13:01 -0400)]
epoch-view.el, load-dir.el: Capitalize package description string.

12 years agowindresize.el: Make the commentary more informative.
Chong Yidong [Fri, 8 Jul 2011 17:00:27 +0000 (13:00 -0400)]
windresize.el: Make the commentary more informative.

12 years agosisu-mode.el: Add .sisu to auto-mode-alist using autoload cookie.
Chong Yidong [Fri, 8 Jul 2011 16:54:50 +0000 (12:54 -0400)]
sisu-mode.el: Add .sisu to auto-mode-alist using autoload cookie.
Minor doc fixes.

12 years ago* debbugs-gnu.el (debbugs-gnu-*): Rename from `debbugs-*'.
Michael Albinus [Fri, 8 Jul 2011 10:09:55 +0000 (12:09 +0200)]
* debbugs-gnu.el (debbugs-gnu-*): Rename from `debbugs-*'.
(debbugs-gnu-default-severities): Add pseudo severity "tagged".
(debbugs-gnu-get-bugs): New defun.
(debbugs-gnu, debbugs-gnu-rescan): Use it.

12 years agoAdd packages/register-list/register-list.el
Bastien Guerry [Fri, 8 Jul 2011 09:50:53 +0000 (11:50 +0200)]
Add packages/register-list/register-list.el

12 years agoAdded packages/windresize/windresize.el to GNU ELPA.
Bastien Guerry [Fri, 8 Jul 2011 09:48:44 +0000 (11:48 +0200)]
Added packages/windresize/windresize.el to GNU ELPA.

windresize.el provides commands to quickly manipulate
windows.

12 years agoAdd windresize.el to GNU ELPA.
Bastien Guerry [Fri, 8 Jul 2011 09:38:20 +0000 (11:38 +0200)]
Add windresize.el to GNU ELPA.

windresize.el lets the user manipulate windows quickly
through simple keystrokes.

12 years ago(debbugs-toggle-tag): Save the list of tagged articles immediately.
Lars Magne Ingebrigtsen [Thu, 7 Jul 2011 21:26:46 +0000 (23:26 +0200)]
(debbugs-toggle-tag): Save the list of tagged articles immediately.

Waiting until exit is too brittle.

12 years ago* debbugs-gnu.el (top): Add ;;; Commentary.
Michael Albinus [Thu, 7 Jul 2011 18:48:32 +0000 (20:48 +0200)]
* debbugs-gnu.el (top): Add ;;; Commentary.
(debbugs-default-severities, debbugs-default-packages)
(debbugs-default-hits-per-page): New customer options.
(debbugs-current-severities, debbugs-current-packages)
(debbugs-current-archive): Renamed from `debbugs-severities',
`debbugs-package', `debbugs-archive'.
(debbugs-emacs): Reorder arguments.  If called interactively with
prefix, ask for optional arguments values.  Loop also for several
packages.
(debbugs-show-reports): Let-bind `debbugs-port'.
(debbugs-rescan): Loop also for several packages.

12 years ago(debbugs-summary-mode): Remove quiet@debbugs.gnu.org from the list, too.
Lars Magne Ingebrigtsen [Thu, 7 Jul 2011 17:41:05 +0000 (19:41 +0200)]
(debbugs-summary-mode): Remove quiet@debbugs.gnu.org from the list, too.

12 years ago(debbugs-send-control-message): Allow reversing tags.
Lars Magne Ingebrigtsen [Thu, 7 Jul 2011 17:34:07 +0000 (19:34 +0200)]
(debbugs-send-control-message): Allow reversing tags.

12 years agoBind `q' to `bury-buffer', which seems more useful.
Lars Magne Ingebrigtsen [Thu, 7 Jul 2011 16:47:21 +0000 (18:47 +0200)]
Bind `q' to `bury-buffer', which seems more useful.

12 years ago* sisu-mode.el (sisu-mode): Autoload.
Stefan Monnier [Wed, 6 Jul 2011 17:36:27 +0000 (13:36 -0400)]
* sisu-mode.el (sisu-mode): Autoload.

12 years ago* packages/debbugs/debbugs-gnu.el (debbugs-gnu): New group.
Stefan Monnier [Wed, 6 Jul 2011 17:35:44 +0000 (13:35 -0400)]
* packages/debbugs/debbugs-gnu.el (debbugs-gnu): New group.
(widget-mouse-face, gnus-posting-styles): Declare.
(debbugs-suppress-done): Avoid beginning-of-buffer.

12 years ago* archive-contents.el: Make `site' more incrementally.
Stefan Monnier [Wed, 6 Jul 2011 17:30:27 +0000 (13:30 -0400)]
* archive-contents.el: Make `site' more incrementally.
(archive--delete-elc-files): New arg` only-orphans'.
(archive--simple-package-p): Don't count .elc files; add default version.
(batch-make-site-dir): Don't force recompilation of all .elc files.
Don't generate silly backup versions of the autoloads file.

12 years ago(debbugs-dump-persistency-file): Don't destroy the list while saving it.
Lars Magne Ingebrigtsen [Wed, 6 Jul 2011 16:33:42 +0000 (18:33 +0200)]
(debbugs-dump-persistency-file): Don't destroy the list while saving it.

12 years ago(debbugs-emacs): Init the saved bugs on call, not on load.
Lars Magne Ingebrigtsen [Wed, 6 Jul 2011 16:31:35 +0000 (18:31 +0200)]
(debbugs-emacs): Init the saved bugs on call, not on load.

12 years ago* debbugs-gnu.el (debbugs-toggle-sort): Sort the tagged bugs at
Lars Magne Ingebrigtsen [Wed, 6 Jul 2011 00:24:12 +0000 (02:24 +0200)]
* debbugs-gnu.el (debbugs-toggle-sort): Sort the tagged bugs at
the end.

12 years ago* debbugs-gnu.el (debbugs-owner): Removed. We use `debbugs-tagged'
Michael Albinus [Tue, 5 Jul 2011 19:42:58 +0000 (21:42 +0200)]
* debbugs-gnu.el (debbugs-owner): Removed.  We use `debbugs-tagged'
uniquely.
(debbugs-widgets, debbugs-package, debbugs-severities)
(debbugs-archive): New defvars.
(debbugs-local-tags, debbugs-persistency-file)
(debbugs-dump-persistency-file): Add docstring.
(debbugs-emacs): Use new defvars.
(debbugs-show-reports):  Remove widgets from arguments.  Mark bugs
submitted by user.
(debbugs-mode-map): Add "x" (for purge "done" bugs).
(debbugs-rescan): On the last page, check also for new arrived bugs.
(debbugs-suppress-done): New defun.

12 years ago* debbugs-gnu.el (debbugs-tagged): New face.
Michael Albinus [Mon, 4 Jul 2011 21:34:04 +0000 (23:34 +0200)]
* debbugs-gnu.el (debbugs-tagged): New face.
(debbugs-persistency-file): New defvar.  Read and eval its
contents during loading.
(debbugs-dump-persistency-file): New defun.  Add it to
`kill-emacs-hook'.
(debbugs-local-tags): New defvar.
(debbugs-show-reports): Code cleanup.  Show tagged bugs.
(debbugs-mode-map): Add "t" (for toggle tag) and "C" (for send
control message).
(debbugs-toggle-tag): New defun.
(debbugs-display-status): Remove superfluous let-binding.
(debbugs-send-control-message): Read id also via `debbugs-current-id'.

12 years agoAdd sisu-mode.el. Update all.el licence.
Stefan Monnier [Mon, 4 Jul 2011 19:28:39 +0000 (15:28 -0400)]
Add sisu-mode.el.  Update all.el licence.

12 years ago* debbugs-gnu.el (debbugs-select-report): Fetch all merged
Lars Magne Ingebrigtsen [Mon, 4 Jul 2011 14:24:32 +0000 (16:24 +0200)]
* debbugs-gnu.el (debbugs-select-report): Fetch all merged
reports.

12 years agoMake the "g" command work.
Lars Magne Ingebrigtsen [Mon, 4 Jul 2011 13:53:40 +0000 (15:53 +0200)]
Make the "g" command work.

I apparently forgot to save the buffer before I checked in last time.

12 years ago* debbugs-gnu.el (debbugs-rescan): New command and keystroke.
Lars Magne Ingebrigtsen [Sun, 3 Jul 2011 21:54:42 +0000 (23:54 +0200)]
* debbugs-gnu.el (debbugs-rescan): New command and keystroke.

12 years ago* debbugs-gnu.el (debbugs-owner): New face.
Michael Albinus [Sun, 3 Jul 2011 17:53:11 +0000 (19:53 +0200)]
* debbugs-gnu.el (debbugs-owner): New face.
(debbugs-show-reports): Mark subject if the user is the bug's
owner.  Add mouse-face.
(debbugs-mode-map): Add [mouse-1] and [mouse-2].
(debbugs-send-control-message): Add "owner" and "noowner" messages.

12 years ago* debbugs-gnu.el (debbugs-widget-map): Add [mouse-1] and [mouse-2].
Michael Albinus [Sun, 3 Jul 2011 16:33:05 +0000 (18:33 +0200)]
* debbugs-gnu.el (debbugs-widget-map): Add [mouse-1] and [mouse-2].
(debbugs-emacs): Add :help-echo and :suppress-done for report
pages' widgets.
(debbugs-show-reports): Remove suppress-done from arguments. It
must be read from the widget anyway. Tune inserting of bottom line
widgets.

12 years ago(debbugs-summary-mode): Ignore submit@debbugs addresses, too.
Lars Magne Ingebrigtsen [Sun, 3 Jul 2011 16:27:04 +0000 (18:27 +0200)]
(debbugs-summary-mode): Ignore submit@debbugs addresses, too.

12 years ago(debbugs-toggle-sort): Don't move point around so much.
Lars Magne Ingebrigtsen [Sun, 3 Jul 2011 16:05:59 +0000 (18:05 +0200)]
(debbugs-toggle-sort): Don't move point around so much.

12 years ago(debbugs-toggle-sort): Use `debbugs-current-id'.
Lars Magne Ingebrigtsen [Sun, 3 Jul 2011 15:42:06 +0000 (17:42 +0200)]
(debbugs-toggle-sort): Use `debbugs-current-id'.

12 years agoRemove spurious parenthesis.
Lars Magne Ingebrigtsen [Sun, 3 Jul 2011 14:48:14 +0000 (16:48 +0200)]
Remove spurious parenthesis.

12 years ago(debbugs-toggle-sort): Make sorting work again.
Lars Magne Ingebrigtsen [Sun, 3 Jul 2011 14:44:23 +0000 (16:44 +0200)]
(debbugs-toggle-sort): Make sorting work again.

12 years ago(debbugs-display-status): New command and keystroke.
Lars Magne Ingebrigtsen [Sun, 3 Jul 2011 14:35:57 +0000 (16:35 +0200)]
(debbugs-display-status): New command and keystroke.
(debbugs-widget-map): New keymap.
(debbugs-emacs): Use it.

12 years ago(debbugs-show-reports): Store the status in the buffer.
Lars Magne Ingebrigtsen [Sun, 3 Jul 2011 14:28:53 +0000 (16:28 +0200)]
(debbugs-show-reports): Store the status in the buffer.

12 years ago* debbugs-gnu.el (debbugs-emacs): Don't use widgets to provide
Lars Magne Ingebrigtsen [Sun, 3 Jul 2011 14:23:49 +0000 (16:23 +0200)]
* debbugs-gnu.el (debbugs-emacs): Don't use widgets to provide
clickable links, since that requires you to select certain parts
of the line, which is annoying.

12 years ago* debbugs-gnu.el (debbugs-emacs, debbugs-show-reports): Rewrite in
Michael Albinus [Sun, 3 Jul 2011 13:56:34 +0000 (15:56 +0200)]
* debbugs-gnu.el (debbugs-emacs, debbugs-show-reports): Rewrite in
order to use widgets exclusively.
(debbugs-widget-format-handler): New defun.
(debbugs-mode-map): Derive from `special-mode-map'. Use
`widget-keymap' as parent map.
(debbugs-select-report): Add bug id as parameter.

12 years ago(debbugs-toggle-sort): Allow sorting from the final line.
Lars Magne Ingebrigtsen [Sat, 2 Jul 2011 23:38:26 +0000 (01:38 +0200)]
(debbugs-toggle-sort): Allow sorting from the final line.

12 years ago* debbugs-gnu.el (debbugs-emacs): Move reporting lines to
Michael Albinus [Sat, 2 Jul 2011 23:36:33 +0000 (01:36 +0200)]
* debbugs-gnu.el (debbugs-emacs): Move reporting lines to
`debbugs-show-reports'.  Create widgets for every report page.
(debbugs-show-reports): New defun.
(debbugs-select-report): Handle also page links.

12 years ago(debbugs-emacs): Display multiple merges prettier.
Lars Magne Ingebrigtsen [Sat, 2 Jul 2011 22:26:02 +0000 (00:26 +0200)]
(debbugs-emacs): Display multiple merges prettier.

12 years ago(debbugs-send-control-message): Record the bug number on group
Lars Magne Ingebrigtsen [Sat, 2 Jul 2011 22:13:58 +0000 (00:13 +0200)]
(debbugs-send-control-message): Record the bug number on group
entry, so that we don't have to rely on subject header mangling,
which is fragile.

12 years ago(debbugs-toggle-sort): New command and keystroke.
Lars Magne Ingebrigtsen [Sat, 2 Jul 2011 22:00:00 +0000 (00:00 +0200)]
(debbugs-toggle-sort): New command and keystroke.

12 years ago(debbugs-emacs): Default to list the done bugs.
Lars Magne Ingebrigtsen [Sat, 2 Jul 2011 21:46:02 +0000 (23:46 +0200)]
(debbugs-emacs): Default to list the done bugs.

12 years ago* debbugs-gnu.el (debbugs-summary-mode): Make sure we don't Cc both bug-gnu-emacs...
Lars Magne Ingebrigtsen [Sat, 2 Jul 2011 20:53:14 +0000 (22:53 +0200)]
* debbugs-gnu.el (debbugs-summary-mode): Make sure we don't Cc both bug-gnu-emacs (etc) and debbugs.

12 years ago* debbugs-gnu.el (debbugs-emacs): Change default hits to 500.
Michael Albinus [Sat, 2 Jul 2011 18:44:06 +0000 (20:44 +0200)]
* debbugs-gnu.el (debbugs-emacs): Change default hits to 500.
(debbugs-send-control-message): Compute version number more precisely.

12 years ago* debbugs-gnu.el (debbugs-send-control-message): Prompt for version number for
Michael Albinus [Sat, 2 Jul 2011 16:36:04 +0000 (18:36 +0200)]
* debbugs-gnu.el (debbugs-send-control-message): Prompt for version number for
"close" and "done" control messages.

12 years ago* debbugs-gnu.el (debbugs-emacs): Propertize with 'help-echo.
Michael Albinus [Sat, 2 Jul 2011 15:31:09 +0000 (17:31 +0200)]
* debbugs-gnu.el (debbugs-emacs): Propertize with 'help-echo.
(debbugs-mode-map): Define key "q".

12 years ago* debbugs.el (debbugs-new, debbugs-handled, debbugs-stale)
Michael Albinus [Sat, 2 Jul 2011 14:32:46 +0000 (16:32 +0200)]
* debbugs.el (debbugs-new, debbugs-handled, debbugs-stale)
(debbugs-done, debbugs-emacs, debbugs-mode-map, debbugs-mode)
(debbugs-select-report, debbugs-summary-mode-map)
(debbugs-summary-mode, debbugs-send-control-message): Move to ...
* debbugs-gnu.el: New file.

12 years ago(debbugs-done): Add a face for done bugs.
Lars Magne Ingebrigtsen [Sat, 2 Jul 2011 12:57:57 +0000 (14:57 +0200)]
(debbugs-done): Add a face for done bugs.

12 years ago* debbugs.el (debbugs-send-control-message): Add more control messages.
Lars Magne Ingebrigtsen [Sat, 2 Jul 2011 12:54:20 +0000 (14:54 +0200)]
* debbugs.el (debbugs-send-control-message): Add more control messages.

12 years ago* debbugs.el (debbugs-emacs): Let-bind `debbugs-port' to "gnu.org".
Michael Albinus [Sat, 2 Jul 2011 12:49:08 +0000 (14:49 +0200)]
* debbugs.el (debbugs-emacs): Let-bind `debbugs-port' to "gnu.org".
Ask how many reports to retrieve, when `debbugs-get-bugs' returns
more than 400 hits.

12 years agoReorganize repository layout, allowing site installation.
Chong Yidong [Sat, 2 Jul 2011 00:04:37 +0000 (20:04 -0400)]
Reorganize repository layout, allowing site installation.

A Makefile with "site", "archive" and "archive-full" rules can now be
used for site-installation, partial archive deployment, and full
archive deployment respectively.

Rewrite the admin/archive-contents.el script to handle these changes.

12 years agoAdd site/ to .bzrignore.
Chong Yidong [Fri, 1 Jul 2011 23:58:49 +0000 (19:58 -0400)]
Add site/ to .bzrignore.

12 years agoadmin/archive-contents.el (archive--delete-elc-files): Delete backup files too.
Chong Yidong [Fri, 1 Jul 2011 23:56:15 +0000 (19:56 -0400)]
admin/archive-contents.el (archive--delete-elc-files): Delete backup files too.

12 years ago* admin/archive-contents.el (batch-make-site-dir, archive--write-pkg-file): New funct...
Chong Yidong [Fri, 1 Jul 2011 23:48:06 +0000 (19:48 -0400)]
* admin/archive-contents.el (batch-make-site-dir, archive--write-pkg-file): New functions.

12 years agoUpdate README to describe the new repository layout.
Chong Yidong [Fri, 1 Jul 2011 23:46:34 +0000 (19:46 -0400)]
Update README to describe the new repository layout.

12 years agoAdd a `site' Makefile target for using package repo "in place".
Chong Yidong [Fri, 1 Jul 2011 23:31:51 +0000 (19:31 -0400)]
Add a `site' Makefile target for using package repo "in place".

admin/archive-contents.el (batch-make-site-dir)
(archive--write-pkg-file): New functions.

12 years agoImplement archive deployment functionality directly, instead of calling admin script.
Chong Yidong [Fri, 1 Jul 2011 22:34:21 +0000 (18:34 -0400)]
Implement archive deployment functionality directly, instead of calling admin script.

12 years agoadmin/archive-contents.el (batch-make-archive, archive--process-simple-package):...
Chong Yidong [Fri, 1 Jul 2011 22:32:33 +0000 (18:32 -0400)]
admin/archive-contents.el (batch-make-archive, archive--process-simple-package): Use write-region
instead of save-buffer.

12 years ago.bzrignore: Ignore archive directory.
Chong Yidong [Fri, 1 Jul 2011 20:34:36 +0000 (16:34 -0400)]
.bzrignore: Ignore archive directory.

12 years agoAdd a top-level Makefile.
Chong Yidong [Fri, 1 Jul 2011 20:32:27 +0000 (16:32 -0400)]
Add a top-level Makefile.

Makefile: Rules for partial and full package archive deployment.

admin/package-update.sh: Handle relative filenames in DEST argument,
including calling from Makefile rule.

12 years agoRework archive-contents.el to handle new packages/ structure.
Chong Yidong [Fri, 1 Jul 2011 19:09:28 +0000 (15:09 -0400)]
Rework archive-contents.el to handle new packages/ structure.

* archive-contents.el (archive-re-no-dot): New var.
(archive--convert-require): Rename from archive-contents--convert-require.
(archive--strip-rcs-id): Rename from archive-contents--strip-rcs-id.
(batch-make-archive): Rename from batch-make-archive-contents.  Handle
the new structure of packages/, where every package has its own
directory.
(archive--delete-elc-files, archive--process-simple-package)
(archive--process-multi-file-package, archive--simple-package-p): New functions.

12 years ago(debbugs-emacs): Allow listing archived bugs.
Lars Magne Ingebrigtsen [Fri, 1 Jul 2011 17:01:01 +0000 (19:01 +0200)]
(debbugs-emacs): Allow listing archived bugs.

12 years agoGive every package its own directory in packages/
Chong Yidong [Fri, 1 Jul 2011 16:50:48 +0000 (12:50 -0400)]
Give every package its own directory in packages/
including single-file packages.

12 years ago(debbugs-send-control-message): Fix typo in the "done" case.
Lars Magne Ingebrigtsen [Fri, 1 Jul 2011 13:41:16 +0000 (15:41 +0200)]
(debbugs-send-control-message): Fix typo in the "done" case.

12 years ago(debbugs-select-report): Set the minor summary mode in the right buffer.
Lars Magne Ingebrigtsen [Fri, 1 Jul 2011 13:33:15 +0000 (15:33 +0200)]
(debbugs-select-report): Set the minor summary mode in the right buffer.

12 years ago* debbugs.el (debbugs-send-control-message): Add severity and "done".
Lars Magne Ingebrigtsen [Fri, 1 Jul 2011 13:12:56 +0000 (15:12 +0200)]
* debbugs.el (debbugs-send-control-message): Add severity and "done".

12 years agoRemove version numbers from filenames in packages/ dir.
Chong Yidong [Fri, 1 Jul 2011 04:40:16 +0000 (00:40 -0400)]
Remove version numbers from filenames in packages/ dir.