Skip to content

Commit a82af2a

Browse files
author
Detlef Groth
committed
adding Changelog for 24b2
1 parent f79dfdf commit a82af2a

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

ChangeLog

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
> -!- document; fill-mode:both; fill-column:78 -!-
22
>
33
> Copyright 1998-2009 JASSPA (www.jasspa.com).
4-
> 2021-2023 Detlef Groth (https://github.com/mittelmark/microemacs)
4+
> 2021-2024 Detlef Groth (https://github.com/mittelmark/microemacs)
55
>
66
> License: GPL (see the file COPYING)
77
>
88
> Created By : Jon Green
99
> Created : Fri Feb 6 11:13:34 2004
10-
> Last Modified : <240928.0451>
10+
> Last Modified : <241007.1504>
1111
> Authors: : John Green, Steven Phillips, Detlef Groth
1212

13+
[241007]
14+
- small improvements in r-mode fo item-list and folding
15+
16+
[240928]
17+
- Release v09.12.24.b2 (beta-2)
18+
1319
[240927]
1420

1521
- support for Markdown as define-help language

doc/me.smd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4979,6 +4979,12 @@
49794979

49804980

49814981
## Development History
4982+
- [241007]
4983+
- small improvements in r-mode fo item-list and folding
4984+
4985+
- [240928]
4986+
- Release v09.12.24.b2 (beta-2)
4987+
49824988

49834989
- [20240927]
49844990
- support for Markdown as define-help language

jasspa/macros/hkr.emf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
22
; -!- emf -!-
33
; This is part of the JASSPA MicroEmacs macro files
4-
; Copyright (C) 1999-2009 JASSPA (www.jasspa.com)
4+
; Copyright (C) 1999-2024 JASSPA (www.jasspa.com)
55
; See the file me.emf for copying and conditions.
66
;
77
; Synopsis: R/S-Plus hook (http://www.r-project.org)
@@ -22,7 +22,7 @@ set-variable .fhook-r.setup &reg "/history/fhook/r" "dfghopx"
2222
set-variable .fhook-r.setup-mask "adefghikmoptux"
2323
set-variable .fhook-r.comment "|#||#|# | #|r|"
2424

25-
set-variable .fhook-r.collapse-open "^[a-zA-Z].+ function\\s* (.+"
25+
set-variable .fhook-r.collapse-open "^['a-zA-Z].+ function\\s* (.+"
2626
set-variable .fhook-r.collapse-close "^}"
2727
set-variable .fhook-r.collapse-mclose "1"
2828
set-variable .fhook-r.collapse-mnext "-1"
@@ -187,6 +187,7 @@ set-variable .fhook-r.item-list-r2 "MDHE \ecB\\1\ecA"
187187
; operators
188188
hilight .hilight.r 0 "&" .scheme.operator
189189
hilight .hilight.r 0 "|" .scheme.operator
190+
hilight .hilight.r 0 "|>" .scheme.operator
190191
hilight .hilight.r 0 "%in%" .scheme.operator
191192
hilight .hilight.r 0 "%ni%" .scheme.operator
192193
hilight .hilight.r 1 "TRUE" .scheme.prepro

0 commit comments

Comments
 (0)