home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / sc-23.zip / CHANGELO next >
Text File  |  1993-01-08  |  21KB  |  585 lines

  1. Wed Dec 30 22:35:00 1992  Barry A. Warsaw  (warsaw at anthem)
  2.  
  3.         * Modifications to work with Lucid Emacs 19.3. Up to version 2.3
  4.           and release to the net.
  5.  
  6. Sat Jul  6 16:36:56 1991  Barry A. Warsaw  (warsaw at warsaw)
  7.  
  8.         * Final modifications, release version 2.2 to net.
  9.  
  10. Fri Jun 21 19:13:19 1991  Barry A. Warsaw  (warsaw at warsaw)
  11.  
  12.         * with new electric buffer mechanism, sc-eref-describe is no
  13.         longer needed. regular, old describe-mode does the job.  I removed
  14.         the function and the keybinding.
  15.  
  16.         * fixed bug which caused supercite to choke on from lines of the
  17.         form: persons-address ().
  18.  
  19.         * smartened up the generic-citation in sc-guess-fill-prefix so it
  20.         won't be confused when there is a "> " on the line.
  21.  
  22.         * updated sc-cite-regexp by putting the following characters in
  23.         the character set matching part (which should match the
  24.         attribution string): _ - .
  25.  
  26.         * Other bug fixes based on 2.2-beta responses, including inverted
  27.         logic bug on sc-auto-fill-query-each-paragraph-p, and
  28.         sc-uncite-region not checking sc-a-f-q-e-p-p.
  29.  
  30.         * modified sc-no-blank-line-or-header to work with mh-letter-mode
  31.         as per mdb@ESD.3Com.COM. mh-letter-mode doesn't use
  32.         mail-header-separator.
  33.  
  34. Thu Jun 20 00:30:29 1991  Barry A. Warsaw  (warsaw at warsaw)
  35.  
  36.         * rewrote the sc-electric mode code. it longer munges the global
  37.         keymap, instead it sets up a local keymap in the *sc-eref* buffer
  38.         and uses that.
  39.  
  40. Fri Jun  7 18:14:38 1991  Barry A. Warsaw  (warsaw at warsaw)
  41.  
  42.         * fixed a small bug in sc-header-verbose. use "reply" instead of
  43.         "email" (I only fixed part of it before).
  44.  
  45.         * completed some mods to sc.texinfo as per Dan Jacobson's good
  46.         suggestions. 
  47.  
  48.         * took out hard-coded "--text follows this line--" from
  49.         sc-no-blank-line-or-header.  use mail-header-separator instead.
  50.  
  51. Tue Jun  4 18:05:21 1991  Barry A. Warsaw  (warsaw at warsaw)
  52.  
  53.         * changed "provide" in sc.el to 'sc.  'supercite is no longer
  54.         correct since the filename has been changed.
  55.  
  56.         * changed @setfilename parameter in sc.texinfo to "sc.info" for
  57.         better portability.
  58.  
  59.         * made some additions to README as suggested by list member. talks
  60.         a little about texinfo files in general.
  61.  
  62.         * fixed some simple typos in autoloading documentation.
  63.  
  64. Fri May 31 17:17:29 1991  Barry A. Warsaw  (warsaw at warsaw)
  65.  
  66.         * Final spell checking and proofing of sc.texinfo.
  67.  
  68.         * ispell correctly tells me that Johnathan (in sc-nickname-alist)
  69.         should really be Jonathan.
  70.  
  71. Thu May 30 12:31:16 1991  Barry A. Warsaw  (warsaw at warsaw)
  72.  
  73.         * fixed a minor bug in sc-strip-initials. I was checking for
  74.         argument == nil, but not argument == "" and that caused an error
  75.         for From: lines like "doe@speedy.com ( )".
  76.  
  77. Tue Apr 23 17:49:11 1991  Barry A. Warsaw  (warsaw at warsaw)
  78.  
  79.         * fixed minor bug in sc-header-attributed-writes and
  80.         sc-header-verbose for missing sc-reply-address or sc-from-address
  81.         information fields.
  82.  
  83. Wed Apr 17 10:06:25 1991  Barry A. Warsaw  (warsaw at warsaw)
  84.  
  85.         * added a new user modifiable variable sc-header-nuke-list which
  86.         contains a list of all mail headers the user wants to remove.
  87.         Also add function sc-build-header-zap-regexp for converting this
  88.         into a big regexp for matching in sc-mail-yank-clear-headers.
  89.  
  90. Mon Apr 15 17:11:12 1991  Barry A. Warsaw  (warsaw at warsaw)
  91.  
  92.         * renamed all files to begin with sc for consistency.
  93.  
  94.         * finished first draft of sc.texinfo.
  95.  
  96. Thu Apr 11 15:50:36 1991  Barry Warsaw  (warsaw at warsaw)
  97.  
  98.         * changed sc-cite-regexp from "\\s *[a-zA-Z0-9]*\\s *>+\\s *" to
  99.         "\\s *[a-zA-Z0-9]*>+\\s *".  Maybe this will help with
  100.         inconsistant citations without breaking anything?
  101.  
  102. Wed Apr 10 17:32:27 1991  Barry Warsaw  (warsaw at warsaw)
  103.  
  104.         * Added an optional numeric argument to sc-version for inserting
  105.         version info into buffer.
  106.  
  107. Tue Apr  9 14:24:03 1991  Barry A. Warsaw  (warsaw at warsaw)
  108.  
  109.         * Clean up some of the documentation for electric reference mode
  110.         commands. 
  111.  
  112.         * Now you can use electric references when you enter
  113.         sc-cite-original. I don't know why I'd been binding it to nil in
  114.         the let...  Maybe just a hold over from old electric reference
  115.         days?
  116.  
  117. Fri Mar 29 10:45:18 1991  Barry A. Warsaw  (warsaw at warsaw)
  118.  
  119.         * Added sc-spacify-name-chars, function and variable.
  120.  
  121.         * Added some more author name recognition characters. specifically
  122.         "-" and "_" to sc-get-address, sc-style1-address, and
  123.         sc-style2-address. 
  124.  
  125. Fri Mar 22 13:51:29 1991  Barry A. Warsaw  (warsaw at warsaw)
  126.  
  127.         * added a new function sc-view-field which is similar to
  128.         sc-modify-information except that you can only view information,
  129.         not modify it. Like an interactive version of sc-field.  Bind it
  130.         to \C-cf.
  131.  
  132.         * removed cheapcite.el. this will no longer be supported. consider
  133.         it a failed experiment.
  134.  
  135. Thu Mar 21 16:09:33 1991  Barry A. Warsaw  (warsaw at warsaw)
  136.  
  137.         * Added a more informative error message to sc-cite/uncite/recite
  138.         for when the mark is not set.
  139.  
  140.         * Modified sc-header-attributed-writes and sc-header-verbose to
  141.         use new information fields.
  142.  
  143.         * added "reply-to" to sc-mail-fields-list, and added
  144.         sc-reply-address information key. Use this as default value
  145.         for email address in sc-header-attributed-writes. If not
  146.         found, then use sc-from-address.
  147.  
  148.         * added a function sc-get-address which parses out the
  149.         entire email address presented in the From: field.  Also, add
  150.         a new "information" key (accessable via sc-field) called
  151.         "sc-from-address" which contains this string.
  152.  
  153. Sun Mar 10 00:03:07 1991  Barry A. Warsaw  (warsaw at warsaw)
  154.  
  155.         * Added nickname matching to sc-build-attribution-alist. Nicknames
  156.         are contained in sc-nickname-alist. Currently you cannot select a
  157.         nickname for automatic use as an attribution, but the nicknames
  158.         are added to the attribution completion list.
  159.  
  160. Sat Mar  9 22:13:21 1991  Barry A. Warsaw  (warsaw at warsaw)
  161.  
  162.         * fixed a bug in sc-populate-alists. Author's name was getting put
  163.         in sc-gal-information with no "sc-author" key, and thus was not
  164.         accessable via sc-field.
  165.  
  166.         * Added sc-all-but-cite-p.
  167.  
  168.         * Changed sc-run-hook to sc-post-hook and added sc-pre-hook. This
  169.         should allow for configuring supercite on a per-mode basis (i.e.
  170.         config for replying to a news article may be different than
  171.         replying to a mail article).
  172.  
  173.         * changed sc-header-regarding-writes to sc-header-regarding-adds.
  174.         Also changed around some of the wording of sc-header-verbose. 
  175.  
  176.         * Changed sc-mumble-string default value to "". Added smarts to
  177.         all header rewrite functions as per Dan Jacobson's contribution.
  178.  
  179. Mon Mar  4 19:25:47 1991  Barry A. Warsaw  (warsaw at warsaw)
  180.  
  181.         * Added sc-no-blank-line-or-header which removes the blank line
  182.         after --text follows this line--
  183.  
  184. Mon Feb 25 00:18:36 1991  Barry A. Warsaw  (warsaw at warsaw)
  185.  
  186.         * did an iteration of cleaning on supercite.el in preparation for
  187.         release of version 2.2.
  188.  
  189. Mon Feb 18 22:32:02 1991  Barry A. Warsaw  (warsaw at warsaw)
  190.  
  191.         * sc-guess-fill-prefix can return nil, which in some circumstances
  192.         can cause errors. Check for nil returned in sc-open-line.
  193.  
  194. Tue Feb 12 10:34:43 1991  Barry A. Warsaw  (warsaw at warsaw)
  195.  
  196.         * Back by popular demand, sc-header-verbose.
  197.  
  198. Mon Feb 11 16:06:24 1991  Barry A. Warsaw  (warsaw at warsaw)
  199.  
  200.         * In sc-populate-alists, change the value of symlist in the
  201.         (let*...) form so that the following nconc modifies a list that is
  202.         guaranteed to not be read-only. Using a constant list here caused
  203.         function to bomb if folx load supercite into their dumped emacs
  204.         image. 
  205.  
  206.         * In sc-guess-fill-prefix, we try to scan for the first non-blank
  207.         line in the region.  Mitch Wright and Joe Wells point out that
  208.         that its possible the mark is not set at this point, causing an
  209.         error. jbw@bu.edu (Joe Wells) supplies a fix.  Just simply
  210.         (skip-chars-forward "\n").
  211.  
  212.         * Minor change. sc-fill-paragraph-manually used to be bound to
  213.         "\C-c\q" [sic].  Now its bound to "\C-cq".
  214.  
  215. Thu Feb  7 09:45:17 1991  Barry A. Warsaw  (warsaw at warsaw)
  216.  
  217.         * Added a new variable sc-auto-fill-query-each-paragraph-p which
  218.         allows the user to force supercite to ask the user if s/he wants
  219.         to fill the paragraph below point.
  220.  
  221.         * upped version number and folded in previous applicable mods
  222.         from exploratory version 3.0. Those timestamps will appear
  223.         below in their real places.
  224.  
  225.         * Modify the documentation in *.el and README, both for
  226.         informative purposes and to update my email addresses.
  227.  
  228.         * MH-E overloading is no longer supported. As of emacs 18.57, MH-E
  229.         comes shipped using the standard interface. Also, patches to
  230.         distribution elisp are longer supported; only the overloading
  231.         interface is supported.
  232.  
  233. Wed Jan 23 18:16:15 1991  Barry A. Warsaw  (warsaw at warsaw)
  234.  
  235.         * Fixed a bug in sc-oloads.el in the definition of
  236.         mail-yank-hooks. I had an extra docstring in the wrong place.
  237.         Reported by kcantrel@digi.lonestar.org (Keith Cantrell).
  238.  
  239. Sat Nov 10 17:39:34 1990  Barry A. Warsaw  (warsaw at warsaw)
  240.  
  241.         * Removed all mapcar's and mapconcat's. Not strictly needed for
  242.         functionality or efficiency, but it makes the code read easier and
  243.         debugging is easier to follow.
  244.  
  245. Wed Nov  7 09:30:57 1990  Barry A. Warsaw  (warsaw at warsaw)
  246.  
  247.         * Fixed small bug in sc-eref-goto in sc-electric.el which caused
  248.         error when invalid reference number was entered.
  249.  
  250.         * Cleaned and factorized email address parsing schemes.  Also
  251.         cleaned and factorized namestring extraction. Renamed
  252.         sc-namestring-to-list to sc-chop-namestring.
  253.  
  254.         * In sc-namestring-to-list, changed string-match on empty string
  255.         to string= (more appropriate). Also fixed typo in docstring of
  256.         sc-build-attribution-alist.
  257.  
  258. Wed Oct 10 16:45:00 1990  Barry A. Warsaw  (warsaw at warsaw)
  259.  
  260.         * Added "Errors-to:" to sc-mail-yank-ignored-headers
  261.  
  262.         * Modified sc-uncite, sc-recite, sc-uncite-region, and
  263.         sc-guess-fill-prefix so that if the current line matches the
  264.         sc-cite-regexp, the regexp can be used to match subsequent lines
  265.         in the region.  This is more versatile than always returning the
  266.         literal string taken from the buffer.
  267.  
  268. Tue Oct  9 11:14:48 1990  Barry A. Warsaw  (warsaw at warsaw)
  269.  
  270.         * Added x-envelope-to and x-vms-to to the sc-mail-yank-ignored-headers
  271.  
  272. Fri Oct  5 09:32:05 1990  Barry Warsaw  (warsaw at warsaw)
  273.  
  274.         * Added "Precedence:" to sc-mail-yank-ignored-headers
  275.  
  276.         * Added gnews overloads contributed by piet@cs.ruu.nl.  See
  277.         sc-oloads.el file for more details.
  278.  
  279.         * Added a (set-mark (point-min)) to sc-eref-show, just before the
  280.         reference is eval'd so that things like sc-fill-paragraph in
  281.         someone's custom headers will work properly in electric reference
  282.         mode. Previously the (mark) command in sc-fill-prefix would bomb
  283.         in the *sc-eref* buffer since mark was never set.
  284.  
  285.         * Fixed a potential bug in sc-recite where it tries to
  286.         regexp-quote the results of sc-guess-fill-prefix.  This can return
  287.         nil which chokes regexp-quote.  This was handled properly in
  288.         sc-uncite, so I just made sc-recite look the same.  Changed
  289.         cheapcite as well.
  290.  
  291.         * Updated documentation to reflect new address of supercite list.
  292.  
  293.         * Enhanced sc-glom-headers so that the user can quit the
  294.         confirmation and have the old information reinstated.  Also, if no
  295.         headers are found, we don't nuke the old information.
  296.         Sc-fetch-fields modified so that the "from" key is only put in
  297.         sc-gal-information if its value is non-nil.  Sc-glom-headers
  298.         checks for sc-gal-information nil to determine if there were no
  299.         headers glommed.
  300.  
  301.         * Changed the default keybindings for the sc-glom-headers to \C-cg
  302.         instead of \C-c\C-g as this overloaded the quit keybinding
  303.         (pointed out by Dan Jacobsen).
  304.  
  305. Thu Aug  2 22:40:42 1990  Barry Warsaw  (warsaw at anthem)
  306.  
  307.         * shar it up, post to comp.emacs, gnu.emacs, elisp directory,
  308.         cme.nist.gov [129.6.32.4].
  309.  
  310. Mon Jul 30 19:06:34 1990  Barry Warsaw  (warsaw at anthem)
  311.  
  312.         * Added "cheapcite", a minimal supercite file.
  313.  
  314.         * Changed (obsolete function?) read-input to read-string.
  315.  
  316. Sat Jul 28 14:02:06 1990  Barry Warsaw  (warsaw at anthem)
  317.  
  318.         * shar'd it up and posted to supercite list.
  319.  
  320.         * spell checked, updated README and docstring.
  321.  
  322.         * Added sc-version which displays version number.
  323.  
  324. Fri Jul 27 09:58:38 1990  Barry Warsaw  (warsaw at anthem)
  325.  
  326.         * Removed the dependence on global variables sc-cite-context and
  327.         sc-force-confirmation-p.  Now they are locally bound (via let) in
  328.         the contexts that need them.
  329.  
  330.         * Fixed sc-confirm so C-g in minibuffer aborts the cite or recite
  331.         function. Added a catch/throw to 'select-abort.  Catch in sc-cite
  332.         and sc-recite, throw in sc-confirm (on C-g).
  333.  
  334.         * Rewrote the sc-describe doc string and moved the linking
  335.         information to the README, since by that time, you'll have read
  336.         the README and already figured out how to link it.
  337.  
  338. Wed Jul 25 10:23:16 1990  Barry Warsaw  (warsaw at anthem)
  339.  
  340.         * Always check sc-preferred-header-style to be sure it is legal
  341.         before using.
  342.  
  343.         * Changed the logic for sc-insert-references to be more useful as
  344.         to when to enter electric mode.
  345.  
  346.         * Wrapped all evals of sc-rewrite-header-list functions in
  347.         condition-cases so we'd see and handle void-functions and other
  348.         errors. 
  349.  
  350. Tue Jul 24 17:57:49 1990  Barry Warsaw  (warsaw at anthem)
  351.  
  352.         * Significantly rewrote electric insert to live within a quasi
  353.         major mode. Uses recursive edit to strictly control key strokes
  354.         while doing electric referencing.  Seems the best way to do it,
  355.         though perhaps a bit parental.
  356.  
  357. Fri Jul 20 09:48:15 1990  Barry Warsaw  (warsaw at anthem)
  358.  
  359.         * Added circular references in electric reference mode. Added
  360.         control variable sc-electric-circular-p.
  361.  
  362.         * sc-load-hook removed. Its not really needed since sc-run-hook
  363.         basically performs the same function.
  364.  
  365. Thu Jul 19 12:49:08 1990  Barry Warsaw  (warsaw at anthem)
  366.  
  367.         * sc-left-justify-p has been renamed sc-fixup-whitespace-p.
  368.  
  369.         * Made certain variables, most notably sc-gal-information and
  370.         sc-gal-attributions buffer local.
  371.  
  372.         * Cleaned up docstrings in baw-alists.el
  373.  
  374.         * Redesigned overload mechanism based on code supplied by
  375.         umerin@tc.nagasaki.go.jp.  Overload file will now byte-compile and
  376.         overloading in general is quite a bit more clean.
  377.  
  378. Tue Jul 17 15:57:35 1990  Barry Warsaw  (warsaw at anthem)
  379.  
  380.         * fixed some typos in the docstrings.
  381.  
  382.         * fixed sc-spoogify-docstring so that if the major mode is
  383.         preloaded, it will make a copy of the function property, modify
  384.         that docstring, then fset the major mode to this copy.
  385.  
  386.         * changed the string "newsgroup" to "newsgroups" in the defvar for
  387.         sc-mail-fields-list.  Also in documentation.
  388.  
  389.         * added sc-glom-headers, an interactive function which lets you
  390.         set up sc-gal-* for any mail headers within region.
  391.  
  392. Fri Jul 13 14:26:47 1990  Barry Warsaw  (warsaw at anthem)
  393.  
  394.         * sc-spoogify-docstring won't abort on error if major-mode is
  395.         preloaded.  It just won't spoogify the docstring.        
  396.  
  397.         * Added variable sc-nuke-mail-headers-p to control nuking or
  398.         non-nuking of mail headers after glomming useful info from them.
  399.  
  400.         * copied in mail-yank-clear-headers to sc-* to further reduce
  401.         dependence on sendmail.el.  Renamed mail-yank-ignored-headers to
  402.         sc-*.
  403.  
  404.         * Fixed a bug in sc-cite not passing numeric arg correctly to
  405.         sc-insert-reference. Also fixed slight bug in sc-insert-reference.
  406.  
  407.         * clarified cite confirmation message and recite confirmation
  408.         message by adding sc-cite-context.
  409.  
  410.         * moved mail-fetch-field to supercite: sc-mail-fetch-field to
  411.         remove dependency of supercite on sendmail.el and mail-utils.el
  412.  
  413.         * Added sc-citation-leader.  A composed citation string is now
  414.         build from (concat sc-citation-leader 'attribution'
  415.         sc-citation-delimiter and followed with sc-citation-separator.
  416.  
  417.         * move sup-misc.el to sc-misc.el
  418.  
  419. Fri Oct 13 17:30:13 1989  Barry Warsaw  (warsaw at rtg)
  420.  
  421.         * Shar it up and post version 2.0.
  422.  
  423.         * moved supercite-misc.el to sup-misc.el and
  424.         baw-alist-utils.el to baw-alist.el for sake of users of
  425.         bogus UN*X's which can't handle long file names.
  426.  
  427.         * Merged in mh-e support as provided by Mark Baushke.
  428.  
  429. Thu Oct 12 17:50:55 1989  Barry Warsaw  (warsaw at rtg)
  430.  
  431.         * Fixed small bug in sc-populate-alists. No space was being
  432.         put between last middlename and lastname.
  433.  
  434.         * Cleaned up documentation. Ready to post tomorrow.
  435.  
  436. Wed Oct 11 13:43:35 1989  Barry Warsaw  (warsaw at rtg)
  437.  
  438.         * Moved sc-supercite to sc-describe.
  439.  
  440.         * Cleaned up code and documentation for distribution. I'll be
  441.         watching for bugs to pop up before release.
  442.  
  443.         * Added sc-leached-keymap for better documentation.
  444.  
  445.         * Changed default value of sc-cite-regexp to include possible
  446.         whitespace around attribution text and mulitple ">" characters.
  447.  
  448.         * Changed all symbol prefixes from sy- to sc- in both the
  449.         supercite.el and supercite-misc.el files.
  450.  
  451.         * Added cute hack so that description of supercite bindings are
  452.         leached onto the docstring of the current buffer's major-mode
  453.         function.  "C-h m" after supercite is loaded will show the
  454.         supercite keybindings in the *Help* buffer.
  455.  
  456. Tue Oct 10 17:30:32 1989  Barry Warsaw  (warsaw at rtg)
  457.  
  458.         * Fixed a bug in the creation of the "sc-author" field which was
  459.         putting a bogus space at the end of the author's name. Also added
  460.         all the other name fields to the "sc-gal-information" alist. You
  461.         can now access "sc-firstname", "sc-lastname", and all
  462.         "sc-middlename-N".
  463.  
  464.         * Added an attribution style that I use.
  465.         sc-header-attributed-writes. 
  466.  
  467.         * Parameterized the ">>>>>" prefix on the reference header. Some
  468.         people find this annoying, I like it.
  469.  
  470. Sun Oct  8 22:08:11 1989  Barry Warsaw  (warsaw at rtg)
  471.  
  472.         * Added binding for sc-insert-reference for mh-e mode.
  473.  
  474. Wed Oct  4 18:54:43 1989  Barry Warsaw  (warsaw at rtg)
  475.  
  476.         * Fixed bug in searching for author names in certain From: lines
  477.         which didn't find names with dots (abbreviations) and dashes.
  478.  
  479.         * Added per-interface keymaps which allow you to define different
  480.         keybindings based on the major-mode of the buffer which supercite
  481.         is leaching onto.
  482.  
  483. Tue Oct  3 20:01:17 1989  Barry Warsaw  (warsaw at rtg)
  484.  
  485.         * Fixed bug in sc-{re,un}cite which bombed out if first line in
  486.         region was blank. These functions now search for attribution
  487.         prefix on first non-blank line in region.
  488.  
  489. Mon Sep 25 10:30:32 1989  Barry Warsaw  (warsaw at rtg)
  490.  
  491.         * Modified diffs and overloads to mh-e stuff as per ks and mdb
  492.  
  493.         * Fixed conditional loads in supercite-misc.el
  494.  
  495.         * Added (require 'sendmail)
  496.  
  497. Thu Sep 21 10:17:23 1989  Barry Warsaw  (warsaw at rtg)
  498.  
  499.         * Posted 2.0gamma to supercite list.
  500.  
  501.         * Added overload functions to supercite-misc.el
  502.  
  503.         * Fixed some bugs in electric-reference functions
  504.  
  505.         * After citing a yanked region, leave point (or mark if
  506.         point>mark) on first non-blank line.
  507.  
  508. Wed Sep 13 18:10:45 1989  Barry Warsaw  (warsaw at rtg)
  509.  
  510.         * Added electric reference header selection. Now you don't have to
  511.         remember which integer pointed to which reference style!
  512.  
  513. Tue Sep 12 18:23:47 1989  Barry Warsaw  (warsaw at rtg)
  514.  
  515.         * Fixed some bugs in paragraph filling and made the whole thing
  516.         more robust and simple.
  517.  
  518.         * Added exchange of point and mark when point > mark.  Exchange is
  519.         only visible internal to sc- functions.  Order of point and mark
  520.         are restored after citing.
  521.  
  522.         * Added some new mail headers to clean.
  523.  
  524. Wed Sep  6 18:45:11 1989  Barry Warsaw  (warsaw at rtg)
  525.  
  526.         * Remerged files by popular demand. Added page delimiters.
  527.  
  528. Fri Sep  1 18:37:59 1989  Barry Warsaw  (warsaw at rtg)
  529.  
  530.         * Modified documentation and updated the public domain notice.
  531.  
  532.         * Restored "C-c q" binding of sc-fill-paragraph-manually.
  533.  
  534. Tue Aug 29 18:54:27 1989  Barry Warsaw  (warsaw at rtg)
  535.  
  536.         * Added sc-modify-info function.
  537.  
  538.         * Fixed sc-left-justify-p to use fixup-whitespace (which makes
  539.         more sense).
  540.  
  541. Mon Aug 21 10:07:06 1989  Barry Warsaw  (warsaw at rtg)
  542.  
  543.         * Posted 2.0beta version to mailing list.
  544.  
  545.         * Added sc-uncite function.
  546.  
  547. Fri Aug 18 16:49:43 1989  Barry Warsaw  (warsaw at rtg)
  548.  
  549.         * Split files for managability.
  550.  
  551. Thu Aug 17 21:43:33 1989  Barry Warsaw  (warsaw at rtg)
  552.  
  553.         * Added alist utilites and rewrote major portions of code to
  554.         utilize these association lists for keeping track of important
  555.         information.
  556.  
  557. Mon Aug 14 17:09:11 1989  Barry Warsaw  (warsaw at rtg)
  558.  
  559.         * Added facility to remember which attribution was last used. This
  560.         last used attribution is presented to the user as the preferred
  561.         choice for the next attribution.
  562.  
  563. Mon Jul 31 18:52:41 1989  Barry Warsaw  (warsaw at rtg)
  564.  
  565.         * Modified some documentation.
  566.  
  567. Thu Jul 27 17:01:49 1989  Barry Warsaw  (warsaw at rtg)
  568.  
  569.         * Added some better filling functions and hookified the paragraph
  570.         fill function so you can use whatever you want.
  571.  
  572. Wed Jul  5 21:15:45 1989  Barry Warsaw  (warsaw at rtg)
  573.  
  574.         * Totally rewrote version 2.0 based on superyank 1.11.  This
  575.         included major modifications of almost every bit of code in the
  576.         package. Much too numerous to mention here.
  577.  
  578. Local Variables:
  579. mode: indented-text
  580. tab-width: 4
  581. left-margin: 8
  582. fill-column: 74
  583. version-control: never
  584. End:
  585.