summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Add some help for AIX. (Konrad Hinsen)Guido van Rossum1998-04-301-0/+4
* (py-compute-indentation): Use forward-comment to skip over allBarry Warsaw1998-04-161-1/+1
* Some more new stuff.Guido van Rossum1998-04-131-13/+43
* Two more, for beta testers who reported real bugs.Guido van Rossum1998-04-131-0/+2
* Added changes from 1.5 to 1.5.1.Guido van Rossum1998-04-101-904/+1264
* Document -x too.Guido van Rossum1998-04-101-0/+8
* Document -t flag.Guido van Rossum1998-04-101-1/+9
* Jeff EplerGuido van Rossum1998-04-101-0/+1
* (py-toggle-shells): Added a message in the minibuf.Barry Warsaw1998-04-101-0/+1
* Quick and extremely dirty hacks to toggle between using CPython andBarry Warsaw1998-04-091-1/+59
* Tons of new names...Guido van Rossum1998-04-091-0/+23
* (imenu-example--python-class-regexp): Fix to recognize Module.Class inBarry Warsaw1998-04-041-1/+1
* #Oops, I lost the CVS/RCS $Revision$Barry Warsaw1998-04-021-1/+1
* (py-compute-indentation): When looking at a continuation line insideBarry Warsaw1998-04-011-1/+6
* Two patches for Emacs 20.2 compatibility:Barry Warsaw1998-04-011-5/+4
* (py-postprocess-output-buffer): Return t if an exception was found,Barry Warsaw1998-03-261-9/+13
* (py-execute-region): Watch out for shell-command-on-region killing aBarry Warsaw1998-03-251-4/+10
* Removed all the mixed indentation face stuff. It's not as helpful asBarry Warsaw1998-03-201-9/+0
* (py-tab-face): => py-mixed-indentation-faceBarry Warsaw1998-03-201-5/+6
* (py-in-literal, py-fast-in-literal): New functions (mostly) stolenBarry Warsaw1998-03-191-24/+45
* #minor change to eval-while-compile so that it must both findBarry Warsaw1998-03-191-4/+7
* (py-tab-face, python-font-lock-keywords): Color all tabs at the startBarry Warsaw1998-03-191-0/+8
* (py-smart-indentation): Updated docstring for new policy.Barry Warsaw1998-03-161-8/+12
* #(py-smart-indentation): Small fixes for clarity in the docstring.Barry Warsaw1998-03-131-5/+4
* (python-mode): Removed vi vi vi hack for setting the tab width from aBarry Warsaw1998-03-131-25/+0
* (py-smart-indentation): New variable which controls the automagicBarry Warsaw1998-03-131-20/+49
* Add LINKFORSHARED and LDLAST as in the main Makefile.Guido van Rossum1998-03-111-2/+4
* (py-execute-region): Simplified calculation of temporary file name.Barry Warsaw1998-02-251-2/+3
* (py-temp-directory): Minor docstring nit.Barry Warsaw1998-02-251-1/+1
* (py-master-file): Fixed some typos in the docstring.Barry Warsaw1998-02-251-4/+4
* (py-compute-indentation): Several changes made to improve navigationBarry Warsaw1998-02-121-14/+33
* (py-scroll-process-buffer): Default value changed to nil to act moreBarry Warsaw1998-02-061-1/+1
* (py-parse-state): When looking for landing inside triple-quotedBarry Warsaw1998-02-051-1/+1
* (py-python-command-args): New variable, allows user to customize theBarry Warsaw1998-02-051-1/+6
* (py-outdent-p): When looking at the previous line, watch out forBarry Warsaw1998-01-211-1/+3
* (py-goto-initial-line): Shut up the byte compiler.Barry Warsaw1998-01-211-1/+1
* (py-mode-map): Add a binding of C-m to py-newline-and-indent. This isBarry Warsaw1998-01-211-1/+2
* (py-compute-indentation): In the most common case, where indentationBarry Warsaw1998-01-201-1/+9
* (py-master-file): New buffer-local variable which can be set in theBarry Warsaw1998-01-201-0/+24
* delete gMakefile, clarify Makefile.pre.inGuido van Rossum1998-01-131-2/+1
* No longer needed, sez Jim.Guido van Rossum1998-01-131-83/+0
* Added from 1.5b2 to 1.5.Guido van Rossum1997-12-311-0/+75
* New blood.Guido van Rossum1997-12-301-0/+5
* Typed in the relevant changes since 1.5b1.Guido van Rossum1997-12-111-2/+172
* Doug Marien.Guido van Rossum1997-12-111-0/+1
* Update to the Big Comment at the top of the file. It should betterBarry Warsaw1997-12-111-24/+43
* New names.Guido van Rossum1997-12-101-0/+3
* Added some links to OO-Browser, given by Harri Pasanen.Barry Warsaw1997-12-061-2/+8
* (py-jump-on-exception): Variable which if t, means that if anBarry Warsaw1997-12-031-7/+19
* Removed redundant eval-when-compile.Barry Warsaw1997-12-031-19/+13