Commit Graph

3247 Commits

Author SHA1 Message Date
Sjoerd Mullender 7d0590b544 Removed declaration of sginap because it conflicted with a header file. 1995-10-11 08:47:28 +00:00
Sjoerd Mullender 4237efc7f0 Propagate variable calls both to the linker and the compiler. 1995-10-11 08:45:15 +00:00
Jack Jansen da53c5277c Documented MACFS, macostools, EasyDialogs and FrameWork modules. 1995-10-10 14:43:20 +00:00
Jack Jansen 06cf5d0d4c Added base64 codec docs 1995-10-10 14:41:03 +00:00
Jack Jansen ab71c3fca0 Fixed typo. 1995-10-10 11:57:49 +00:00
Jack Jansen a8a277cbdc Fixed positioning of icon on copy() 1995-10-09 23:27:06 +00:00
Jack Jansen 9bd2d970b8 Updated for 1.3 1995-10-09 23:26:05 +00:00
Jack Jansen 83f45401e8 Removed unused variables 1995-10-09 23:25:32 +00:00
Jack Jansen fc72d36825 Changed SIZE: minimum 2Mb is a bit over the top... 1995-10-09 23:24:48 +00:00
Jack Jansen ae3d3ef180 Ported to CW7 1995-10-09 23:23:37 +00:00
Jack Jansen 3434a27036 Resource files for 1.3 distribution 1995-10-09 23:20:38 +00:00
Jack Jansen b39a5d724c Adapted to CW7, added MkPluginAlises 1995-10-09 23:19:30 +00:00
Jack Jansen 703e2c153b Changed CW signature and fixed .as/.hqx creator/type 1995-10-09 23:18:21 +00:00
Jack Jansen 316ba5d2da Adapted to os and imp changes 1995-10-09 23:17:18 +00:00
Jack Jansen d40f3c60ca New universal headers 1995-10-09 23:12:22 +00:00
Jack Jansen 732151473b Fixed bug in optional argument error checking (and generated all
suites anew).
1995-10-09 23:09:23 +00:00
Guido van Rossum a1db48b75b fix Menu.add_command etc. 1995-10-09 22:37:28 +00:00
Guido van Rossum d462f3dc28 added 1.2 news 1995-10-09 21:30:37 +00:00
Guido van Rossum 670ded8422 added some files 1995-10-09 21:29:13 +00:00
Guido van Rossum 3ec97e5d52 interface for Emacs imenu 1995-10-09 21:27:37 +00:00
Guido van Rossum 288527a162 updated version and date 1995-10-09 21:02:17 +00:00
Guido van Rossum fbe34faba9 syslog docs by steve clift 1995-10-09 20:49:57 +00:00
Guido van Rossum 0447a32bcc release 1.3 for real 1995-10-08 01:22:33 +00:00
Guido van Rossum 691d4ec0bf a fe more things: apply 3rd arg, ni, ihooks, rexec 1995-10-08 01:14:57 +00:00
Guido van Rossum 8476d00060 footnote about keyword args 1995-10-08 01:07:06 +00:00
Guido van Rossum 0568d5e92c apply() third arg 1995-10-08 01:06:46 +00:00
Guido van Rossum e38a752d25 new version / date 1995-10-08 01:06:25 +00:00
Guido van Rossum f36768eed5 set version to 1.3 1995-10-08 00:52:37 +00:00
Guido van Rossum c5d0d79714 make access obsolete 1995-10-08 00:52:14 +00:00
Guido van Rossum 503b2e87c2 Barry's version 2.30; some chages for triple quotes 1995-10-08 00:44:23 +00:00
Guido van Rossum 53f4524a92 disable code generation for access statement 1995-10-08 00:42:46 +00:00
Guido van Rossum 447ae53eab fix for 4.0 1995-10-08 00:41:25 +00:00
Guido van Rossum 9beefa2f85 describe more 1.3 changes 1995-10-08 00:38:51 +00:00
Guido van Rossum ed39cd05c2 change warning about C++ 1995-10-08 00:17:19 +00:00
Guido van Rossum e5eb5eb55e Added all changes since 1.2 (from rcs logs) 1995-10-07 23:08:05 +00:00
Guido van Rossum c0c01f79c6 more elegant way to treat exit status 1995-10-07 20:48:17 +00:00
Guido van Rossum a176f585c4 add "-r revisions" flag to log flags 1995-10-07 20:47:35 +00:00
Guido van Rossum 7bde92b65c added log option; cleanup afterwards 1995-10-07 19:47:26 +00:00
Guido van Rossum bffda89914 change log() to return the string instead of printing it 1995-10-07 19:46:08 +00:00
Guido van Rossum 83d6bbf597 search for keyfile in sys.path as last resort; reword exception 1995-10-07 19:35:07 +00:00
Guido van Rossum 5a6ad8fb71 flush before reading response from socket 1995-10-07 19:27:20 +00:00
Guido van Rossum 11bb1743b6 mac robustness: use os.path.join 1995-10-07 19:26:06 +00:00
Guido van Rossum f6d69289a3 mac robustness: default timezone, unlink target before rename 1995-10-07 19:25:25 +00:00
Guido van Rossum 903f487684 add BGN/END_SAVE macros around fcntl/ioctl calls 1995-10-07 19:18:22 +00:00
Guido van Rossum 1c45ca310b keep exitfunc alive while calling it 1995-10-07 19:14:01 +00:00
Guido van Rossum f7f79ac0c8 better version sanity checks; get rid of Widget.unbind_class() 1995-10-07 19:08:37 +00:00
Guido van Rossum 909507dd0b added NullFormatter 1995-10-06 15:31:30 +00:00
Guido van Rossum 84175bacd1 strip <A> attribute values 1995-10-06 15:30:57 +00:00
Guido van Rossum 650ba37e1d typos in attrfind regex 1995-10-06 15:30:28 +00:00
Guido van Rossum d58364e709 added lt, gt, amp back to entity definitions 1995-10-06 15:26:52 +00:00