From: Stefan Monnier Date: Mon, 26 Sep 2011 01:33:06 +0000 (-0400) Subject: Remove ChangeLogs; use "bzr log" instead X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/406c126c6c82c03aa1c5b9ac7788a0a4e7e11043 Remove ChangeLogs; use "bzr log" instead --- diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 59a173945..000000000 --- a/ChangeLog +++ /dev/null @@ -1,128 +0,0 @@ -2011-09-23 Julien Danjou - - * packages/rainbow-mode/rainbow-mode.el: Update to version 0.2. - - * packages/oauth2/oauth2.el: New package. - -2011-08-28 PJ Weisberg - - * packages/load-dir/load-dir.el (load-dir-one): Avoid infinite - recursion. - -2011-05-31 Teodor Zlatanov - - * packages/uni-confusables-0.1/confusables.txt: Unicode UTS-39 - confusables mapping database. - - * packages/uni-confusables-0.1/gen-confusables.el: Add converter - from confusables.txt to uni-confusables.el. - - * packages/uni-confusables-0.1/uni-confusables.el: Add generated - file. - - * packages/uni-confusables-0.1/uni-confusables-pkg.el: Add package tag. - -2011-04-26 Teodor Zlatanov - - * html/index.html: Add link to /packages directory in the front page. - - * packages/markchars-0.2.0.el: New package. - - * packages/epoch-view-0.0.1.el: New package. - -2011-04-20 Stefan Monnier - - * packages/all-1.0.el: Change version. Address byte-compiler warnings. - Rename the `marker' property to `all-marker'. - (all-mode-map): Move initialization into declaration. - (all-buffer): Mark buffer-local. - (all-mode): Use define-derived-mode. Setup the change-functions - buffer-locally. - (all): Use read-string. Let-bind all-initialization-p. - (all-insert): Use a `match' face text property rather then - a `highlight' face overlay for the match highlight. - * admin/archive-contents.el (batch-make-archive-contents): Don't burp - if a commentary section is missing. - * .bzrignore: Ignore .elc files. - * packages/load-dir-0.0.2.el: Update Commentary from - load-dir-readme.txt. - -2011-04-20 Per Abrahamsen - - * packages/all-19970304.el: New package. - -2011-04-20 Stefan Monnier - - * admin/archive-contents.el: New file. - * packages/rainbow-mode-readme.txt: - * packages/js2-mode-readme.txt: Auto-update from the commentary. - * packages/js2-mode-20090814.el: Capitalize the description. - * packages/debbugs-0.1/debbugs.el: Require cl since it uses `case'. - (debbugs-get-bugs): Fix up typo. - * packages/company-0.5/company-gtags.el - (company-gtags-gnu-global-program-name): Pass the "when" argument. - * packages/auctex-11.86/auctex-pkg.el: Capitalize the description. - * packages/archive-contents: Almost auto-regenerate. - -2010-11-25 Teodor Zlatanov - - * README: Explain how to run the repo build script. - - * admin/org-synch.el (org-synch): Take a package filename - parameter instead of guessing the package name. Extract the date - as a fixed substring and do sanity checking on it. - - * admin/org-synch.sh: Use PATH instead of explicit executables. - Qualify $pkgname consistently. Run org-synch.el with --eval to - pass $pkgname directly. - - * admin/package-update.sh: Disable org-mode fetch by default. - Add option ($2 set to anything) to run fetchers anyway. Use PATH - instead of explicit executables. Create tarballs from the - unpackages packages in $PACKAGE_TARBALLS. - -2010-11-20 Teodor Zlatanov - - * html/index.html, html/layout.css : Initial import. - - * admin/org-synch.el (org-synch): Use just the current directory - and files. - - * admin/package-update.sh: Export tarball after everything else - is done. - - * admin/org-synch.sh, admin/package-update.sh: Rewrite for - in-place exporting. - - * packages/archive-contents, packages/auctex-11.86, - packages/auctex-readme.txt, packages/company-0.5/, - packages/company-readme.txt, packages/elpa.rss, - packages/js2-mode-20090814.el, packages/js2-mode-readme.txt, - packages/muse-3.20/, packages/muse-readme.txt, - packages/org-readme.txt, packages/rainbow-mode-0.1.el, - packages/rainbow-mode-readme.txt: Renamed from the root directory. - - * COPYING, ChangeLog, README, admin/org-synch.el, - admin/org-synch.sh, admin/package-update.sh: Initial import. - -;; Local Variables: -;; coding: utf-8 -;; add-log-time-zone-rule: t -;; End: - - Copyright (C) 2010, 2011 Free Software Foundation, Inc. - - This file is part of GNU Emacs. - - GNU Emacs is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - GNU Emacs is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with GNU Emacs. If not, see . diff --git a/packages/debbugs/ChangeLog b/packages/debbugs/ChangeLog deleted file mode 100644 index 656721f71..000000000 --- a/packages/debbugs/ChangeLog +++ /dev/null @@ -1,415 +0,0 @@ -2011-09-18 Lars Magne Ingebrigtsen - - * debbugs-gnu.el (debbugs-gnu-show-reports): Only list merged bugs - once. - (debbugs-gnu-show-reports): Increase the stale time to two weeks. - -2011-09-11 Michael Albinus - - * debbugs-gnu.el (debbugs-gnu-phrase-prompt): New defconst. - (debbugs-gnu-search): Use it. Use `unwind-protect'. Apply - default values for "status". - (debbugs-gnu): Fix `unwind-protect' form. - (debbugs-gnu-mode-map): Do not define "q", it is derived from - `special-mode'. - -2011-09-09 Michael Albinus - - * debbugs-gnu.el (debbugs-gnu-search): Add full text search. - (debbugs-gnu): Use `unwind-protect'. - (debbugs-gnu-get-bugs): Call `debbugs-search-est' for full text - search. - - * debbugs-pkg.el (top): Upgrade package version to 0.3. - -2011-09-06 Michael Albinus - - * debbugs.el (debbugs-get-status): Handle the case of nil - BUG-NUMBERS. - -2011-08-12 Michael Albinus - - * 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. - -2011-07-29 Michael Albinus - - * 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. - -2011-07-21 Michael Albinus - - * 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. - -2011-07-20 Michael Albinus - - * debbugs-gnu.el (debbugs-gnu-get-bugs): If - `debbugs-gnu-current-severities' contains only the pseudo-severity - "tagged", return just the local tagged bugs. - - * debbugs.texi (top): Add a title page. - (all): Correct some typos. - -2011-07-19 Lars Magne Ingebrigtsen - - * debbugs-gnu.el (debbugs-guess-current-id): New function. - (debbugs-gnu-send-control-message): Use it. - (debbugs-gnu-summary-mode): Make sure `gnus-article-copy' is alive. - -2011-07-19 Michael Albinus - - * 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'. - -2011-07-17 Evgeny M. Zubok - - * debbugs.texi: New file. - -2011-07-17 Michael Albinus - - * debbugs-gnu.el (debbugs-gnu-get-bugs): It is sufficient to have - just one `debbugs-get-bugs' call. - -2011-07-17 Evgeny M. Zubok - - * 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. - -2011-07-17 Lars Magne Ingebrigtsen - - * debbugs-gnu.el (debbugs-gnu-show-reports): Add packages to the - status bar. - -2011-07-16 Lars Magne Ingebrigtsen - - * debbugs-gnu.el (debbugs-gnu-send-control-message): Add "invalid". - -2011-07-15 Michael Albinus - - * 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. - -2011-07-15 Lars Magne Ingebrigtsen - - * debbugs-gnu.el (debbugs-gnu-pending): New face. - (debbugs-gnu-state-preference): Sort pending towards the end. - -2011-07-14 Lars Magne Ingebrigtsen - - * debbugs-gnu.el (debbugs-gnu-send-control-message): Add "pending" - etc. - -2011-07-14 Michael Albinus - - * 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. - -2011-07-13 Michael Albinus - - * debbugs.el (debbugs-get-bugs): Weaken syntax for packages (and - severities and tags). Fix error messages. - -2011-07-12 Michael Albinus - - * 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. - -2011-07-11 Michael Albinus - - * 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. - -2011-07-11 Michael Albinus - - * 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'. - -2011-07-10 Lars Magne Ingebrigtsen - - * debbugs-gnu.el (debbugs-gnu-send-control-message): Add - donenotabug and donewontfix. - (debbugs-gnu-send-control-message): Add doneunreproducible. - (debbugs-gnu-show-reports): One week is a better period for - staleness, I think. - -2011-07-08 Michael Albinus - - * 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. - -2011-07-07 Michael Albinus - - * 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. - -2011-07-07 Lars Magne Ingebrigtsen - - * debbugs-gnu.el (debbugs-mode-map): Bind `q' to `bury-buffer', - which seems more useful. - (debbugs-send-control-message): Allow reversing tags. - (debbugs-summary-mode): Remove quiet@debbugs.gnu.org from the - list, too. - (debbugs-toggle-tag): Save the list of tagged articles - immediately. Waiting until exit is too brittle. - -2011-07-06 Stefan Monnier - - * debbugs-gnu.el (debbugs-gnu): New group. - (widget-mouse-face, gnus-posting-styles): Declare. - (debbugs-suppress-done): Avoid beginning-of-buffer. - -2011-07-06 Lars Magne Ingebrigtsen - - * debbugs-gnu.el (debbugs-toggle-sort): Sort the tagged bugs at - the end. - (debbugs-emacs): Init the saved bugs on call, not on load. - (debbugs-dump-persistency-file): Don't destroy the list while - saving it. - -2011-07-05 Michael Albinus - - * debbugs-gnu.el (debbugs-owner): Remove. 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. - -2011-07-04 Michael Albinus - - * 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'. - -2011-07-04 Lars Magne Ingebrigtsen - - * debbugs-gnu.el (debbugs-select-report): Fetch all merged - reports. - -2011-07-03 Lars Magne Ingebrigtsen - - * debbugs-gnu.el (debbugs-rescan): New command and keystroke. - -2011-07-03 Michael Albinus - - * 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. - (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. - -2011-07-03 Lars Magne Ingebrigtsen - - * 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. - (debbugs-show-reports): Store the status in the buffer. - (debbugs-display-status): New command and keystroke. - (debbugs-widget-map): New keymap. - (debbugs-emacs): Use it. - (debbugs-toggle-sort): Make sorting work again. - (debbugs-toggle-sort): Use `debbugs-current-id'. - (debbugs-toggle-sort): Don't move point around so much. - (debbugs-summary-mode): Ignore submit@debbugs addresses, too. - -2011-07-03 Michael Albinus - - * 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. - -2011-07-02 Michael Albinus - - * 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. - -2011-07-02 Lars Magne Ingebrigtsen - - * debbugs-gnu.el (debbugs-summary-mode): Make sure we don't Cc - both bug-gnu-emacs (etc) and debbugs. - (debbugs-emacs): Default to list the done bugs. - (debbugs-toggle-sort): New command and keystroke. - (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. - (debbugs-emacs): Display multiple merges prettier. - (debbugs-toggle-sort): Allow sorting from the final line. - -2011-07-02 Michael Albinus - - * debbugs-gnu.el (debbugs-emacs): Propertize with 'help-echo. - (debbugs-mode-map): Define key "q". - (debbugs-send-control-message): Prompt for version number for - "close" and "done" control messages. - -2011-07-02 Michael Albinus - - * 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. - -2011-07-02 Lars Magne Ingebrigtsen - - * debbugs.el (debbugs-send-control-message): Add more control - messages. - (debbugs-done): Add a face for done bugs. - -2011-07-02 Michael Albinus - - * 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. - -2011-07-01 Lars Magne Ingebrigtsen - - * debbugs.el (debbugs-send-control-message): Add severity and "done". - (debbugs-select-report): Set the minor summary mode in the right - buffer. - (debbugs-send-control-message): Fix typo in the "done" case. - (debbugs-emacs): Allow listing archived bugs. - -2011-06-30 Lars Magne Ingebrigtsen - - * debbugs.el (debbugs-emacs): New function and modes for listing - the Emacs bugs, reading them and updating them. - -2011-06-12 Evgeny M. Zubok - - * debbugs.el (top): Pacify byte compiler. - (debbugs): New custom group. - (debbugs-servers): New defcustom. - (debbugs-port): Allow user defined ports. - (debbugs-get-mbox): New defun. - -2011-03-14 Michael Albinus - - * debbugs.el (debbugs-get-bugs): Remove syntactical error. - -2011-03-07 Michael Albinus - - * Debbugs.wsdl: - * README: - * debbugs-pkg.el: - * debbugs.el: Initial import. - -;; Local Variables: -;; coding: utf-8 -;; add-log-time-zone-rule: t -;; End: - - Copyright (C) 2011 Free Software Foundation, Inc. - - This file is part of GNU Emacs. - - GNU Emacs is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - GNU Emacs is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with GNU Emacs. If not, see .