1. 01 Nis, 1998 2 kayıt (commit)
    • Barry Warsaw's avatar
      (py-compute-indentation): When looking at a continuation line inside · 92166d9a
      Barry Warsaw yazdı
      an open paren, do a better job of reindenting the line.  For example:
      
      def foo():
          print 'hello %s, %d' % (
          a, b)
      
      Hit TAB on the line starting with `a'.  Without this patch this line
      will never be reindented.
      92166d9a
    • Barry Warsaw's avatar
      Two patches for Emacs 20.2 compatibility: · 585f733b
      Barry Warsaw yazdı
      (py-compute-indentation): int-to-char isn't defined in Emacs, but we
      don't really need it anyway, so just remove this conversion.  XEmacs
      is happy either way.
      
      (py-parse-state): The Emacs branch (i.e. w/o buffer-syntactic-context)
      wasn't adjusting point correctly.
      585f733b
  2. 31 Mar, 1998 3 kayıt (commit)
  3. 30 Mar, 1998 2 kayıt (commit)
  4. 27 Mar, 1998 12 kayıt (commit)
  5. 26 Mar, 1998 16 kayıt (commit)
  6. 25 Mar, 1998 5 kayıt (commit)