gnats ./ChangeLog gnats/gnats.el
Chad C. Walstrom <[email protected]> Mon, 14 Nov 2005 17:36:57 -0500
| Newsgroups | gmane.comp.bug-tracking.gnats.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/gnats Module name: gnats Branch: Changes by: Chad C. Walstrom <[email protected]> 05/11/14 22:36:57 Modified files: . : ChangeLog gnats : gnats.el Log message: 2005-11-07 Chad C. Walstrom <[email protected]> * AUTHORS: Added entry for Alex and Oli. 2005-11-07 Oli Möller * gnats/gnats.el (gnats-get-addr-info, query-pr, send-pr, edit-pr, view-pr): Patch #1 - Killed Buffers. Sometimes kill-buffer was invoked with nil argument, killing the current buffer. (gnats-server-response-ok): Patch #2: Response code 300..351 considered "ok". (gnats-validate-field, gnats-server-resp-to-string, gnats-submit-pr): Patch #3: Edit and submit. Switch to view mode after edit and correctly display server response after submit. It occurred that the user was unsure about the status of a submission and unintentionally submitted it again and again... (gnats-get-mail-alias) Patch #4: Missing user name in audit trail. Audit trail entries of actions performed via the Emacs interface were missing the user name. Something is wrong with the code in `gnats-get-mail-alias'. This patch is only a work-around and ALWAYS uses the username from the server. The real solution would be to find out why (gnats-send-command "ADMV" "builtinfield:responsible") returns an empty string. (gnats-view-mode-map) Patch #5: Additional keys for view-mode (gnats-change-database) Patch #6: Fix for PR#508. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/gnats/gnats/ChangeLog.diff?tr1=1.31&tr2=1.32&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/gnats/gnats/gnats/gnats.el.diff?tr1=1.33&tr2=1.34&r1=text&r2=text