Barry Warsaw
|
33ab6e4915
|
(python-font-lock-keywords): Much improved descrimination between
keywords and names with keywords in them.
|
1996-03-05 00:44:31 +00:00 |
Barry Warsaw
|
fd0fb38055
|
(py-compute-indentation): fix skipping backwards over comments by
using forward-comment (and Emacs 19 function) if available.
|
1996-03-04 17:15:40 +00:00 |
Barry Warsaw
|
9fbcc6a6c2
|
(py-shell): Fixed Emacs 18 bug, use of boundp instead of fboundp.
|
1996-01-23 22:52:02 +00:00 |
Barry Warsaw
|
17914f4e17
|
(py-indent-offset): Change default to 4.
|
1995-11-03 18:25:15 +00:00 |
Jack Jansen
|
10d0f8fc40
|
Renamed module tkinter to _tkinter
|
1995-10-23 14:36:05 +00:00 |
Barry Warsaw
|
2bbe49bf6f
|
changed underscore to have symbol syntax
|
1995-10-18 14:41:12 +00:00 |
Barry Warsaw
|
52bc17cd9e
|
(py-indent-offset): this should be buffer local.
|
1995-10-12 21:15:49 +00:00 |
Guido van Rossum
|
bf032a97b9
|
mention syslog upgrade
|
1995-10-11 19:28:39 +00:00 |
Guido van Rossum
|
e7d92d5f41
|
all sorts of minor nits
|
1995-10-11 18:06:54 +00:00 |
Guido van Rossum
|
5e639d446c
|
transcribed changes from tut.tex
|
1995-10-11 18:03:13 +00:00 |
Guido van Rossum
|
c102a13f61
|
added two names
|
1995-10-11 17:57:04 +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
|
503b2e87c2
|
Barry's version 2.30; some chages for triple quotes
|
1995-10-08 00:44:23 +00:00 |
Guido van Rossum
|
05151e0354
|
+aaron watters, +PSA, +GC, -lance, -beta
|
1995-09-28 13:24:46 +00:00 |
Barry Warsaw
|
095e9c6954
|
(py-align-multiline-strings-p): new variable
|
1995-09-19 20:01:42 +00:00 |
Barry Warsaw
|
0c6563f7c7
|
(py-electric-colon): turn off electric behavior inside strings and
comments.
|
1995-09-14 20:57:02 +00:00 |
Barry Warsaw
|
57697af9b0
|
(python-mode): comment-multi-line must be nil for Emacs 19
|
1995-09-14 20:01:14 +00:00 |
Barry Warsaw
|
c01c5c859c
|
(py-compute-indentation): when inside a comment, indent to under the
most previous non-blank line.
|
1995-09-14 18:49:11 +00:00 |
Guido van Rossum
|
b0a2ce515b
|
several new questions, 1.3 beta mentioned
|
1995-08-28 19:41:35 +00:00 |
Guido van Rossum
|
d4901c890a
|
changes by Barry, e.g. font lock & email addresses
|
1995-08-28 03:12:57 +00:00 |
Guido van Rossum
|
e7017ba0f7
|
updates
|
1995-08-28 03:09:31 +00:00 |
Guido van Rossum
|
bf8e7d598a
|
new stuff
|
1995-08-28 03:09:13 +00:00 |
Guido van Rossum
|
79118131a1
|
new people
|
1995-08-28 03:08:42 +00:00 |
Guido van Rossum
|
3fc9d73e08
|
new version
|
1995-07-25 15:10:56 +00:00 |
Guido van Rossum
|
ffa257d10e
|
Initial revision
|
1995-07-20 21:57:15 +00:00 |
Barry Warsaw
|
fec75d66a7
|
#changed all email address to go through python.org
|
1995-07-05 23:26:15 +00:00 |
Barry Warsaw
|
4dba7e2b67
|
(py-append-to-process-buffer): XEmacs doesn't have last-input-start or
last-input-end either!
|
1995-07-05 23:01:43 +00:00 |
Barry Warsaw
|
4d82c9aef5
|
(python-font-lock-keywords): merged with XEmacs 19.12 font-lock.el
value
|
1995-07-05 22:50:55 +00:00 |
Barry Warsaw
|
e64bfee412
|
(py-process-filter): if command takes a long time, input typed before
the next prompt could end up in the middle of the line, instead of
after it. Fix given by klm@nist.gov.
|
1995-07-05 22:27:23 +00:00 |
Barry Warsaw
|
6e98f3350f
|
(py-shell): cope with make-comint instead of make-shell
|
1995-07-05 22:06:50 +00:00 |
Barry Warsaw
|
b01b4fa130
|
Added tbd's on python-font-lock-keywords
|
1995-06-20 18:55:34 +00:00 |
Guido van Rossum
|
7be34a8bb3
|
next version; python.org changes
|
1995-05-31 15:17:12 +00:00 |
Barry Warsaw
|
7a1f6f4f2a
|
#updated to-do list
|
1995-05-08 21:36:20 +00:00 |
Guido van Rossum
|
decd2df475
|
micro lay-out change
|
1995-04-10 12:32:31 +00:00 |
Guido van Rossum
|
e530c584f2
|
changed path references
|
1995-04-10 12:32:16 +00:00 |
Guido van Rossum
|
ac3f212cd4
|
Some more changes for 1.2
|
1995-04-10 11:53:42 +00:00 |
Guido van Rossum
|
0082c1a121
|
updates for final release of 1.2
|
1995-04-10 11:52:44 +00:00 |
Guido van Rossum
|
eae3f73b1c
|
Graham Matthews
|
1995-04-07 15:36:08 +00:00 |
Guido van Rossum
|
2e0d2dd23a
|
fix typo in electric colon
|
1995-03-22 10:09:31 +00:00 |
Barry Warsaw
|
3aca2a1f1c
|
(py-electric-colon): use a save-excursion instead of a progn in
indentation calculation test.
|
1995-03-20 18:32:14 +00:00 |
Guido van Rossum
|
a521c1b751
|
Barry's 2.18 -- don't indent, only outdent
|
1995-03-15 20:02:40 +00:00 |
Guido van Rossum
|
2ed5354792
|
Barry's 2.16 -- more electric colon cruft, add py-outdent-left
and py_indent-right
|
1995-03-15 19:57:14 +00:00 |
Guido van Rossum
|
d97cc37489
|
barry's 2.13 -- minor reworking of code (added py-outdent-p)
|
1995-03-15 19:55:55 +00:00 |
Barry Warsaw
|
d865bc5984
|
#(py-electric-colon): updated comment
|
1995-03-15 18:23:16 +00:00 |
Barry Warsaw
|
a6a714eb3b
|
(py-electric-colon): don't indent, only outdent.
|
1995-03-15 18:19:15 +00:00 |
Barry Warsaw
|
1a6c82f1e6
|
(py-indent-right, py-outdent-left): new commands, bound to C-c C-r and
C-c C-l respectively.
|
1995-03-15 16:23:59 +00:00 |
Barry Warsaw
|
9b623b3d63
|
(py-electric-colon): don't re-indent the line if it starts in column
zero
|
1995-03-14 23:59:07 +00:00 |
Barry Warsaw
|
464c94af2a
|
(py-no-outdent-re): fixed the regexp for try: clauses
|
1995-03-14 23:25:44 +00:00 |