1. 19 Nis, 1999 3 kayıt (commit)
    • Guido van Rossum's avatar
    • Guido van Rossum's avatar
      A few wishes are now fulfilled. · 0a2818fe
      Guido van Rossum yazdı
      0a2818fe
    • Guido van Rossum's avatar
      Tim Peters implements some of my wishes: · 17c516ea
      Guido van Rossum yazdı
      o Makes the tab key intelligently insert spaces when appropriate (see Help
      list banter twixt David Ascher and me; idea stolen from every other editor
      on earth <wink>).
      
      o newline_and_indent_event trims trailing whitespace on the old line (pymode
      and Codewright).
      
      o newline_and_indent_event no longer fooled by trailing whitespace or
      comment after ":" (pymode, PTUI).
      
      o newline_and_indent_event now reduces the new line's indentation after
      return, break, continue, raise and pass stmts (pymode).
      
      The last two are easy to fool in the presence of strings & continuations,
      but pymode requires Emacs's high-powered C parsing functions to avoid that
      in finite time.
      17c516ea
  2. 16 Nis, 1999 4 kayıt (commit)
  3. 15 Nis, 1999 4 kayıt (commit)
  4. 14 Nis, 1999 6 kayıt (commit)
  5. 13 Nis, 1999 22 kayıt (commit)
  6. 12 Nis, 1999 1 kayıt (commit)