Mercurial > emacs
annotate admin/notes/years @ 111232:a9904c1962db
SMIE: change indent rules format, improve smie-setup.
* lisp/emacs-lisp/smie.el (smie-precs-precedence-table)
(smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
Mark them pure so the tables gets built at compile time.
(smie-bnf-precedence-table): Store the closer-alist in the table.
(smie-prec2-levels): Preserve the closer-alist.
(smie-blink-matching-open): Be more forgiving in case of indentation.
(smie-hanging-p): Rename from smie-indent--hanging-p.
(smie-bolp): Rename from smie-indent--bolp.
(smie--parent, smie--after): New dynamic vars.
(smie-parent-p, smie-next-p, smie-prev-p): New funs.
(smie-indent-rules): Remove.
(smie-indent--offset-rule): Remove fun.
(smie-rules-function): New var.
(smie-indent--rule): New fun.
(smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
(smie-indent-exps): Use it.
(smie-setup): Setup paren blinking; add keyword args for token
functions; extract closer-alist from op-levels.
(smie-indent-debug-log): Remove var.
(smie-indent-debug): Remove fun.
* lisp/progmodes/prolog.el (prolog-smie-indent-rules): Remove.
(prolog-smie-rules): New fun to replace it.
(prolog-mode-variables): Simplify.
* lisp/progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
it's setup automatically.
(octave-smie-indent-rules): Remove.
(octave-smie-rules): New fun to replace it.
(octave-mode): Simplify.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Fri, 29 Oct 2010 15:20:28 -0400 |
| parents | 0138ae02cb0d |
| children |
| rev | line source |
|---|---|
| 101133 | 1 HOW TO MAINTAIN COPYRIGHT YEARS FOR GNU EMACS |
| 2 | |
| 3 Maintaining copyright years is now very simple: every time a new year | |
|
101138
0138ae02cb0d
Clarify whose copyrights should be updated.
Glenn Morris <rgm@gnu.org>
parents:
101133
diff
changeset
|
4 rolls around, add that year to every FSF (and AIST) copyright notice. |
| 101133 | 5 |
| 6 There's no need to worry about whether an individual file has changed | |
| 7 in a given year - it's sufficient that Emacs as a whole has changed. | |
| 8 | |
| 9 For more detailed information on maintaining copyright, see the file | |
| 10 "copyright" in this directory. | |
| 11 | |
| 12 The previous policy was more complex, but is now only of historical | |
| 13 interest (see versions of this file from before 2009). | |
| 14 | |
| 15 The refcards in etc/refcards can print only the latest copyright year, | |
| 16 but should keep the full list in a comment in the source. | |
| 17 | |
| 62697 | 18 |
|
64680
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
19 "Our lawyer says it is ok if we add, to each file that has been in Emacs |
| 75251 | 20 since Emacs 21 came out in 2001, all the subsequent years[1]. We don't |
|
64680
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
21 need to check whether *that file* was changed in those years. |
|
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
22 It's sufficient that *Emacs* was changed in those years (and it was!). |
| 101133 | 23 |
|
64680
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
24 For those files that have been added since then, we should add |
|
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
25 the year it was added to Emacs, and all subsequent years." |
| 101133 | 26 |
|
64680
32b32ccdedc0
Update. Include emacs-devel message fragment.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62697
diff
changeset
|
27 --RMS, 2005-07-13 |
| 62697 | 28 |
| 75251 | 29 [1] Note that this includes 2001 - see |
| 30 <http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-12/msg00119.html> |
