index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
scheme.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Improve support for Scheme R6RS and R7RS libraries (bug#54704)
Rudolf Adamkovič
2022-12-27
1
-7
/
+13
*
; Fix typos (don't abbreviate "with" or "without")
Stefan Kangas
2022-12-01
1
-1
/
+1
*
Define docstring element for more forms in scheme-mode
Stefan Kangas
2022-06-18
1
-0
/
+6
*
Improve scheme-mode syntax-rules indentation
Lars Ingebrigtsen
2022-06-06
1
-1
/
+1
*
Prefer defvar-keymap in some progmodes
Stefan Kangas
2022-05-27
1
-8
/
+5
*
Improve documentation of 'scheme-indent-function' property
Eli Zaretskii
2022-04-20
1
-4
/
+14
*
Define indentation behavior for a few more special Scheme forms
Jean Abou Samra
2022-04-20
1
-0
/
+12
*
Improve scheme-imenu-generic-expression
Alex Kost
2022-01-23
1
-6
/
+47
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Clean up duplicated setting in scheme-mode-variables
Lars Ingebrigtsen
2021-10-24
1
-1
/
+0
|
/
*
Fix font and indentation of call-with-port in scheme-mode
Lars Ingebrigtsen
2021-05-25
1
-1
/
+4
*
Convert many more links to use HTTPS
Stefan Kangas
2021-03-24
1
-1
/
+1
*
Convert some more progmode menus to easy-menu-define
Stefan Kangas
2021-02-26
1
-16
/
+17
*
Minor cleanups in scheme.el
Stefan Kangas
2021-02-12
1
-16
/
+9
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Fix bugs, inefficiencies and bad style in regexps
Mattias Engdegård
2020-04-16
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
More regexp corrections and tweaks
Paul Eggert
2019-03-10
1
-1
/
+1
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
scheme.el: Turn literal tabs into \t
Jorgen Schaefer
2016-05-07
1
-3
/
+3
*
|
Add R7RS syntax forms to scheme.el
Peter Feigl
2016-05-01
1
-1
/
+22
*
|
; Replace mixed tabs/spaces in scheme.el with just spaces
Jorgen Schaefer
2016-05-01
1
-74
/
+74
*
|
Allow pretty lambdas in Scheme mode
Simen Heggestøyl
2016-02-23
1
-0
/
+1
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.org
Glenn Morris
2014-05-25
1
-31
/
+27
|
\
|
*
* lisp/progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
Stefan Monnier
2014-05-20
1
-31
/
+27
*
|
Improve Scheme font-locking for (define ((foo ...) ...) ...).
Thien-Thi Nguyen
2014-04-25
1
-1
/
+3
*
|
* progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
Leo Liu
2014-04-24
1
-10
/
+10
|
/
*
Fix debbugs#16971
Dmitry Gutov
2014-03-17
1
-5
/
+2
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
* lisp/progmodes/python.el (python-mode): Remove incorrect text from docstring.
Bozhidar Batsov
2013-11-05
1
-3
/
+1
*
Add some new scheme features (tiny change)
Simen Heggestøyl
2013-06-14
1
-0
/
+7
*
Merge from emacs-24
Stefan Monnier
2013-03-16
1
-1
/
+2
|
\
|
*
* progmodes/scheme.el: Add indentation and font-locking for λ.
Leo Liu
2013-03-16
1
-1
/
+2
*
|
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-2
/
+2
|
\
|
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-2
/
+2
*
|
Modularize add-log-current-defun.
Chong Yidong
2012-12-01
1
-34
/
+34
|
/
*
Remove incorrect uses of "modeline".
Chong Yidong
2012-06-02
1
-1
/
+1
*
Remove * characters from the front of variable docstrings.
Chong Yidong
2012-04-09
1
-2
/
+2
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
* lisp/progmodes/scheme.el (scheme-indent-function): Yet another doc typo.
Glenn Morris
2011-09-13
1
-1
/
+1
[next]