]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2012-05-17 Fabián Ezequiel... Added ChangeLog entry for python.el merge.
2012-05-17 Fabián Ezequiel... Migrated python-font-lock-syntactic-keywords to python...
2012-05-17 Fabián Ezequiel... Copyright information update
2012-05-17 Fabián Ezequiel... Revert "Merge pull request #83 from tkf/empty-triple...
2012-05-17 Fabián Ezequiel... Make `which-func-functions' defaults to '(python-info...
2012-05-17 Fabián Ezequiel... Function documentation enhancements
2012-05-17 Fabián Ezequiel... New defun navigation machinery
2012-05-17 Fabián Ezequiel... Enhancements on `python-beginning-of-defun-function...
2012-05-17 Fabián Ezequiel... `python-nav-list-defun-positions' now caches defuns...
2012-05-17 Fabián Ezequiel... Enhancements to `python-end-of-defun-function' so it...
2012-05-17 Dan DavisonVariable name change
2012-05-17 Fabián Ezequiel... Enhancements to `python-indent-post-self-insert-function'
2012-05-17 Fabián Ezequiel... Enhanced closing block notification when line is indent...
2012-05-17 Fabián Ezequiel... Readjust indentation automatically on lines with closin...
2012-05-17 Fabián Ezequiel... Removed tabs and fixed indentation in several parts.
2012-05-17 Fabián Ezequiel... Do not call `switch-to-buffer' in `python-shell-get...
2012-05-17 Takafumi ArakakiTreat empty triple quote
2012-05-17 Fabián Ezequiel... Small fix in `python-shell-send-defun' (#69 thanks...
2012-05-17 Dan DavisonCustomizable variable to control syntax highlighting...
2012-05-17 Dan DavisonDon't send "if __name__ == '__main__':" to interpreter
2012-05-17 Dan DavisonDisregard leading whitespace when forming module comple...
2012-05-17 Dan DavisonDeactivate mark on python-shell-send-region
2012-05-17 Dan DavisonUse `completion-at-point` instead of `comint-dynamic...
2012-05-17 Dan DavisonPass entire line of input to module completer
2012-05-17 Fabián Ezequiel... Enhancements on ipython 0.10 setup documentation (thank...
2012-05-17 Fabián Ezequiel... Added missing dot in `python-completion-complete-at...
2012-05-17 Fabián Ezequiel... Enhanced completion subject finding logic for `python...
2012-05-17 Fabián Ezequiel... Make `python-shell-completion--do-completion-at-point...
2012-05-17 Fabián Ezequiel... Make `python-shell-completion--do-completion-at-point...
2012-05-17 Fabián Ezequiel... python-end-of-defun-function now works correctly when...
2012-05-17 Fabián Ezequiel... Enhancements on indentation for lines after a backslash...
2012-05-17 Fabián Ezequiel... Added self to the list of font-lock-keywords
2012-05-17 Fabián Ezequiel... Updated `python-font-lock-keywords' to match latest...
2012-05-17 Fabián Ezequiel... Beautified code
2012-05-17 Fabián Ezequiel... Enhancements on indentation code and related functions.
2012-05-17 Fabián Ezequiel... `python-check' now can have named buffers on its own...
2012-05-17 Fabián Ezequiel... Enhancements on python-check command.
2012-05-17 Fabián Ezequiel... Removed :safe attribute for dangerous variables
2012-05-17 Fabián Ezequiel... Fixed docstring typos
2012-05-17 Fabián Ezequiel... Enhanced shell setup for Windows.
2012-05-17 Fabián Ezequiel... Added compatibility with lastest CEDET.
2012-05-17 Fabián Ezequiel... Improvements on completion code.
2012-05-17 Fabián Ezequiel... Improved completion support when in [i]pdb
2012-05-17 Fabián Ezequiel... Added `python-pdbtrack-activate' variable to allow...
2012-05-17 Fabián Ezequiel... Renamed stuff to keep "namespace" clean.
2012-05-17 Dan DavisonDon't request completions for zero-length input
2012-05-17 Fabián Ezequiel... Make `python-shell-send-string-no-output' delete traili...
2012-05-17 Dan DavisonDismiss completions buffer when unique completion has...
2012-05-17 Fabián Ezequiel... Documentation enhancements
2012-05-17 Fabián Ezequiel... Renamed indentity occurrences to identity in previous...
2012-05-17 Fabián Ezequiel... Enhancements to internal python shell naming.
2012-05-17 Fabián Ezequiel... Enhancements to pdbtrack.
2012-05-17 Fabián Ezequiel... Enhancements to pdbtrack
2012-05-17 Fabián Ezequiel... Documentation enhancements and other small fixes.
2012-05-17 Dan DavisonComplete module import lines in addition to variable...
2012-05-17 Dan DavisonReturn appropriate value to comint-dynamic-complete
2012-05-17 Fabián Ezequiel... Enhancements to `python-shell-calculate-process-environ...
2012-05-17 Fabián Ezequiel... Enhancements on `python-shell-calculate-process-environ...
2012-05-17 Fabián Ezequiel... Added simple way of jumping to current buffer's class...
2012-05-17 Fabián Ezequiel... Enhancements to python-shell-send-string-no-output...
2012-05-17 Fabián Ezequiel... Make run-python-internal to set process-query-on-exit...
2012-05-17 Fabián Ezequiel... Fixed indentation case for after beginning of block
2012-05-17 Fabián Ezequiel... Renamed python-clone-local-variables to python-util...
2012-05-17 Fabián Ezequiel... New function python-clone-local-variables
2012-05-17 Fabián Ezequiel... Fix typo enviroment => environment
2012-05-17 Fabián Ezequiel... Make shells inherit variables from parent buffer and...
2012-05-17 Fabián Ezequiel... Use defcustom with :safe whenever is possible.
2012-05-17 Fabián Ezequiel... Refactored run-python and run-python-internal.
2012-05-17 Fabián Ezequiel... Fixed cornercase for normal lines when indentation...
2012-05-17 Fabián Ezequiel... Make python-info-continuation-line-p to check context...
2012-05-17 Fabián Ezequiel... Implemented simple virtualenv setup via python-shell...
2012-05-17 Fabián Ezequiel... Implemented internal python shell.
2012-05-17 Fabián Ezequiel... Backported triple quote syntax from Emacs 24
2012-05-17 Fabián Ezequiel... Make package description separator contain 3 dashes...
2012-05-17 Fabián Ezequiel... Updated TODO
2012-05-17 Fabián Ezequiel... fixed font-lock-builtin-face regexp
2012-05-17 Fabián Ezequiel... Set local variable `mode-require-final-newline' to t
2012-05-17 Fabián Ezequiel... None, True, False, Ellipsis, __debug__, and NotImplemen...
2012-05-17 Fabián Ezequiel... python-info-current-defun: fixed cornercase that caused...
2012-05-17 Fabián Ezequiel... Added package information for ELPA conformance
2012-05-17 Fabián Ezequiel... Fixed eldoc behavior.
2012-05-17 Fabián Ezequiel... Indentation enhancements on after-backslash
2012-05-17 Fabián Ezequiel... fixed last paren indentation logic
2012-05-17 Fabián Ezequiel... Fixed weird cornercase behavior in python-indent-calcul...
2012-05-17 Fabián Ezequiel... increased forward-comment COUNT variable value in all...
2012-05-17 Fabián Ezequiel... docstring enhancements
2012-05-17 Fabián Ezequiel... indentation fixes on after backslash
2012-05-17 Fabián Ezequiel... Implemented python-nav-backward-sentence, python-nav...
2012-05-17 Fabián Ezequiel... Added python-nav-sentence-start and python-nav-sentence...
2012-05-17 Fabián Ezequiel... fixed CL related bytecompilation errors and set make...
2012-05-17 Fabián Ezequiel... Implemented imenu support.
2012-05-17 Fabián Ezequiel... Documentation enhancements with regards to code checkin...
2012-05-17 Fabián Ezequiel... Fixed python-info-current-defun for classes without...
2012-05-17 Fabián Ezequiel... Fixed infinite loop on python-info-current-defun
2012-05-17 Fabián Ezequiel... Docstrings enhancements
2012-05-17 Fabián Ezequiel... Small cornercase fix to python-info-current-defun.
2012-05-17 Fabián Ezequiel... Fixed python-info-current-defun to match new navigation...
2012-05-17 Fabián Ezequiel... Replaced references from python-beginning-of-innermost...
2012-05-17 Fabián Ezequiel... User customizable fill-paragraph behavior.
2012-05-17 Fabián Ezequiel... Corrected implementations for python-{beginning,end...
next