index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
* test/automated/message-mode-tests.el (message-mode-propertize):
Glenn Morris
2015-04-24
1
-1
/
+4
*
Omit needless "\ " after multibyte then newline
Paul Eggert
2015-04-22
1
-0
/
+6
*
; * test/automated/message-mode-tests.el: Standardize license notice.
Glenn Morris
2015-04-20
1
-4
/
+6
*
Spelling fixes
Paul Eggert
2015-04-19
1
-1
/
+1
*
; Convert ChangeLog history files to "Bug#NNNN"
Paul Eggert
2015-04-18
1
-1
/
+1
*
* src/lread.c (intern_1): Make sure we'd find the symbol we add
Stefan Monnier
2015-04-15
1
-0
/
+9
*
automated/eieio-test-methodinvoke.el (make-instance) <(subclass C)>:
Stefan Monnier
2015-04-14
1
-1
/
+1
*
Add seq-intersection and seq-difference to the seq library
Nicolas Petton
2015-04-15
1
-0
/
+26
*
python.el: Keep symmetry on sexp navigation with parens
Fabián Ezequiel Gallina
2015-04-12
1
-4
/
+21
*
* test/automated/package-test.el (with-package-test): Kill Packages buffer
Artur Malabarba
2015-04-12
1
-0
/
+3
*
Summary: Improve sexp-based movement in message-mode
João Távora
2015-04-12
1
-0
/
+55
*
* test/automated/package-test.el: Fix new test
Artur Malabarba
2015-04-12
1
-1
/
+0
*
* test/automated/package-test.el: Test async functionality
Artur Malabarba
2015-04-12
2
-1
/
+50
*
Add facility to collect stderr of async subprocess
Daiki Ueno
2015-04-11
1
-0
/
+70
*
Handle symlinked test directory in tramp-tests.el
Michael Albinus
2015-04-10
1
-6
/
+16
*
css-mode.el (css-smie-rules): Fix indentation after complex selectors
Stefan Monnier
2015-04-09
1
-0
/
+15
*
python.el: Indent docstring lines to base-indent
Fabián Ezequiel Gallina
2015-04-09
1
-11
/
+24
*
* lisp/eshell: Make backslash a no-op in front of normal chars
Samer Masterson
2015-04-08
1
-0
/
+31
*
Rename ChangeLogs for gitlog-to-changelog
Paul Eggert
2015-04-07
1
-0
/
+0
*
emacs-lisp/package.el: Refactor pre-execute prompt
Artur Malabarba
2015-04-06
1
-12
/
+11
*
python.el: Enhance docstring detection following PEP-257.
Fabián Ezequiel Gallina
2015-04-05
2
-0
/
+182
*
Remove entry from last sync with emacs-24, it wasn't applicable
Michael Albinus
2015-04-05
1
-5
/
+0
*
Merge from origin/emacs-24
Paul Eggert
2015-04-04
1
-0
/
+5
|
\
|
*
Fix tramp-tests.el
Michael Albinus
2015-04-01
2
-4
/
+8
|
*
Bump version to 24.5 for the release-candidate
Nicolas Petton
2015-03-27
1
-0
/
+4
*
|
js-mode: Don't indent inside a multiline string literal
Dmitry Gutov
2015-04-03
1
-0
/
+5
*
|
automated/package-test.el (package-test-update-archives): Fix test
Artur Malabarba
2015-04-01
2
-1
/
+2
*
|
* automated/package-test.el: Avoid async while testing.
Artur Malabarba
2015-04-01
2
-0
/
+6
*
|
Preserve face text properties in comint prompt.
Wolfgang Jenkner
2015-03-27
2
-0
/
+62
*
|
Only escape quotation mark, backslash and cntrl U+0000 to U+001F
Dmitry Gutov
2015-03-25
1
-2
/
+2
*
|
Extend Tramp tests
Michael Albinus
2015-03-24
2
-22
/
+69
*
|
epg-tests.el: Standardize license notice.
Glenn Morris
2015-03-24
1
-3
/
+5
*
|
Add tests for epg.el
Daiki Ueno
2015-03-24
4
-0
/
+229
*
|
Have `sgml-attribute-offset' control SGML attribute indentation
Jackson Ray Hamilton
2015-03-22
1
-0
/
+14
*
|
json-tests.el: Fix copyright
Glenn Morris
2015-03-22
1
-1
/
+1
*
|
Add a few tests for jsone.el
Dmitry Gutov
2015-03-23
2
-0
/
+50
*
|
EIEIO: Change class's representation to unify instance & class slots
Stefan Monnier
2015-03-18
4
-42
/
+47
*
|
* cl-macs.el (cl--transform-lambda): Refine last change.
Stefan Monnier
2015-03-17
2
-20
/
+30
*
|
Don't test "\t" in file names on Cygwin.
Ken Brown
2015-03-16
2
-3
/
+11
*
|
* lisp/emacs-lisp/cl-macs.el (cl--transform-lambda): Optimize &aux.
Stefan Monnier
2015-03-16
1
-0
/
+17
*
|
* indent/js-indent-init-dynamic.js: Fix spelling error.
Jackson Ray Hamilton
2015-03-10
2
-1
/
+5
*
|
Prefer "initialize" to "initialise"
Paul Eggert
2015-03-10
3
-2
/
+10
*
|
* lisp/progmodes/js.el (js-indent-first-initialiser): Fix doc, type, version.
Glenn Morris
2015-03-10
1
-0
/
+8
*
|
New indentation option for js-mode
Jackson Ray Hamilton
2015-03-10
3
-2
/
+56
*
|
* test/automated/cl-lib-tests.el: Add tests for plusp, second, ...
Przemyslaw Wojnowski
2015-03-09
2
-5
/
+197
*
|
Automate 'make all' in test/indent
Dmitry Gutov
2015-03-10
2
-3
/
+10
*
|
Add seq-into as a public function
Nicolas Petton
2015-03-09
2
-0
/
+26
*
|
Add an indent test example for bug#20026
Dmitry Gutov
2015-03-08
2
-0
/
+6
*
|
Fix test/indent/js.js
Dmitry Gutov
2015-03-08
2
-1
/
+8
*
|
Teach js-mode about ES6 template strings
Dmitry Gutov
2015-03-05
1
-0
/
+3
[next]