diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d0fc357c4ea..545311d6530 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,6 +4,43 @@ | |||
| 4 | composition-function-table only for combining characters (Mn, Mc, | 4 | composition-function-table only for combining characters (Mn, Mc, |
| 5 | Me). | 5 | Me). |
| 6 | 6 | ||
| 7 | 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 8 | |||
| 9 | * calc/calc-trail.el (calc-trail-isearch-forward) | ||
| 10 | (calc-trail-isearch-backward): Ensure that the new window | ||
| 11 | point is set correctly. | ||
| 12 | |||
| 13 | 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 14 | |||
| 15 | * subr.el (read-quoted-char): Resolve modifiers after key | ||
| 16 | remapping (bug#6212). | ||
| 17 | |||
| 18 | 2010-05-18 Michael Albinus <michael.albinus@gmx.de> | ||
| 19 | |||
| 20 | Add visualization code for secrets. | ||
| 21 | * net/secrets.el (secrets-mode): New major mode. | ||
| 22 | (secrets-show-secrets, secrets-show-collections) | ||
| 23 | (secrets-expand-collection, secrets-expand-item) | ||
| 24 | (secrets-tree-widget-after-toggle-function) | ||
| 25 | (secrets-tree-widget-show-password): New defuns. | ||
| 26 | |||
| 27 | 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 28 | |||
| 29 | * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB. | ||
| 30 | (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now | ||
| 31 | handled in smie-next-sexp. | ||
| 32 | (smie-indent-calculate): Provide a starting indentation (so the | ||
| 33 | recursion is well-founded ;-). | ||
| 34 | |||
| 35 | Fix handling of non-associative equal levels. | ||
| 36 | * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even | ||
| 37 | when it's not needed. | ||
| 38 | (smie-op-left, smie-op-right): New functions. | ||
| 39 | (smie-next-sexp): New function, extracted from smie-backward-sexp. | ||
| 40 | Better handle equal levels to distinguish the associative case from | ||
| 41 | the "multi-keyword construct" case. | ||
| 42 | (smie-backward-sexp, smie-forward-sexp): Use it. | ||
| 43 | |||
| 7 | 2010-05-18 Juanma Barranquero <lekktu@gmail.com> | 44 | 2010-05-18 Juanma Barranquero <lekktu@gmail.com> |
| 8 | 45 | ||
| 9 | * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler. | 46 | * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler. |
| @@ -135,7 +172,7 @@ | |||
| 135 | 2010-05-13 Michael Albinus <michael.albinus@gmx.de> | 172 | 2010-05-13 Michael Albinus <michael.albinus@gmx.de> |
| 136 | 173 | ||
| 137 | * net/tramp.el (with-progress-reporter): Create reporter object | 174 | * net/tramp.el (with-progress-reporter): Create reporter object |
| 138 | only when the message would be displayed. Handled nested calls. | 175 | only when the message would be displayed. Handle nested calls. |
| 139 | (tramp-handle-load, tramp-handle-file-local-copy) | 176 | (tramp-handle-load, tramp-handle-file-local-copy) |
| 140 | (tramp-handle-insert-file-contents, tramp-handle-write-region) | 177 | (tramp-handle-insert-file-contents, tramp-handle-write-region) |
| 141 | (tramp-maybe-send-script, tramp-find-shell): | 178 | (tramp-maybe-send-script, tramp-find-shell): |