diff options
| author | Stefan Monnier | 2009-01-06 04:17:04 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-01-06 04:17:04 +0000 |
| commit | 1bba1cfc46bc13ee9be30614086b7005d5a0c1df (patch) | |
| tree | c059ef99c561dcbc02adfb3c6d54121a4f58aff9 /lisp/ChangeLog | |
| parent | 8d5e14a9c7098f476e7a6716e22016e88f39c5bd (diff) | |
| download | emacs-1bba1cfc46bc13ee9be30614086b7005d5a0c1df.tar.gz emacs-1bba1cfc46bc13ee9be30614086b7005d5a0c1df.zip | |
(completion-hilit-commonality): Don't presume
all-completions always include the input as prefix.
(completion-pcm--pattern-trivial-p): Accept a few more patterns
as trivial.
(completion-pcm--hilit-commonality): Remove leftover code that used to
deal with the now removed cdr-in-last-cons.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd394143d9a..5267a905bdc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,11 +1,20 @@ | |||
| 1 | 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * minibuffer.el (completion-hilit-commonality): Don't presume | ||
| 4 | all-completions always include the input as prefix. | ||
| 5 | (completion-pcm--pattern-trivial-p): Accept a few more patterns | ||
| 6 | as trivial. | ||
| 7 | (completion-pcm--hilit-commonality): Remove leftover code that used to | ||
| 8 | deal with the now removed cdr-in-last-cons. | ||
| 9 | |||
| 1 | 2009-01-06 Juanma Barranquero <lekktu@gmail.com> | 10 | 2009-01-06 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 11 | ||
| 3 | * international/mule.el (define-coding-system): Fix typos in docstring. | 12 | * international/mule.el (define-coding-system): Fix typos in docstring. |
| 4 | 13 | ||
| 5 | 2009-01-05 Alan Mackenzie <acm@muc.de> | 14 | 2009-01-05 Alan Mackenzie <acm@muc.de> |
| 6 | 15 | ||
| 7 | * progmodes/cc-styles.el (c-setup-paragraph-variables): Ensure | 16 | * progmodes/cc-styles.el (c-setup-paragraph-variables): |
| 8 | paragraph-\(start\|separate\) match blank lines. For AWK Mode. | 17 | Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode. |
| 9 | 18 | ||
| 10 | 2009-01-05 Michael Albinus <michael.albinus@gmx.de> | 19 | 2009-01-05 Michael Albinus <michael.albinus@gmx.de> |
| 11 | 20 | ||
| @@ -90,34 +99,31 @@ | |||
| 90 | (tramp-prefix-domain-regexp, tramp-domain-regexp) | 99 | (tramp-prefix-domain-regexp, tramp-domain-regexp) |
| 91 | (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format) | 100 | (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format) |
| 92 | (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp) | 101 | (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp) |
| 93 | (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New | 102 | (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst. |
| 94 | defconst. | ||
| 95 | (tramp-file-name-structure, tramp-file-name-regexp-unified) | 103 | (tramp-file-name-structure, tramp-file-name-regexp-unified) |
| 96 | (tramp-completion-dissect-file-name, tramp-parse-hosts-group) | 104 | (tramp-completion-dissect-file-name, tramp-parse-hosts-group) |
| 97 | (tramp-dissect-file-name, tramp-make-tramp-file-name) | 105 | (tramp-dissect-file-name, tramp-make-tramp-file-name) |
| 98 | (tramp-completion-make-tramp-file-name): Handle IPv6 addresses. | 106 | (tramp-completion-make-tramp-file-name): Handle IPv6 addresses. |
| 99 | (tramp-handle-insert-file-contents): Fix setting of | 107 | (tramp-handle-insert-file-contents): Fix setting of |
| 100 | `buffer-read-only'. | 108 | `buffer-read-only'. |
| 101 | (tramp-compute-multi-hops, tramp-local-host-p): Use | 109 | (tramp-compute-multi-hops, tramp-local-host-p): |
| 102 | `tramp-local-host-regexp'. | 110 | Use `tramp-local-host-regexp'. |
| 103 | (tramp-file-name-real-user, tramp-file-name-domain): Use | 111 | (tramp-file-name-real-user, tramp-file-name-domain): |
| 104 | `tramp-user-with-domain-regexp'. | 112 | Use `tramp-user-with-domain-regexp'. |
| 105 | 113 | ||
| 106 | * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'. | 114 | * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'. |
| 107 | (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' | 115 | (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods. |
| 108 | methods. | ||
| 109 | 116 | ||
| 110 | 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 117 | 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
| 111 | 118 | ||
| 112 | * proced.el (proced-grammar-alist): Refiner can be a | 119 | * proced.el (proced-grammar-alist): Refiner can be a |
| 113 | list (function help-echo) instead of a cons pair. | 120 | list (function help-echo) instead of a cons pair. |
| 114 | (proced-post-display-hook): New variable. | 121 | (proced-post-display-hook): New variable. |
| 115 | (proced-tree-depth): Renamed from proced-tree-indent. | 122 | (proced-tree-depth): Rename from proced-tree-indent. |
| 116 | (proced-mode): Derive mode from special-mode. | 123 | (proced-mode): Derive mode from special-mode. |
| 117 | (proced-mode-map): Changed accordingly. | 124 | (proced-mode-map): Change accordingly. |
| 118 | (proced, proced-update): Run proced-post-display-hook. | 125 | (proced, proced-update): Run proced-post-display-hook. |
| 119 | (proced-do-mark-all): Count processes for which mark has been | 126 | (proced-do-mark-all): Count processes for which mark has been updated. |
| 120 | updated. | ||
| 121 | (proced-format): Check for ppid attribute. | 127 | (proced-format): Check for ppid attribute. |
| 122 | (proced-process-attributes): Take time and ctime attribute from | 128 | (proced-process-attributes): Take time and ctime attribute from |
| 123 | system-process-attributes. | 129 | system-process-attributes. |