Mercurial > emacs
comparison lisp/ChangeLog @ 100929:2677429036c3
(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.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 06 Jan 2009 04:17:04 +0000 |
parents | 2530b3352d7a |
children | cbd4fb4358e5 |
comparison
equal
deleted
inserted
replaced
100928:e22977dd0d51 | 100929:2677429036c3 |
---|---|
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 |
12 * net/tramp.el (tramp-handle-load) | 21 * net/tramp.el (tramp-handle-load) |
13 (tramp-do-copy-or-rename-file-directly) | 22 (tramp-do-copy-or-rename-file-directly) |
88 * net/tramp.el (tramp-local-host-regexp) | 97 * net/tramp.el (tramp-local-host-regexp) |
89 (tramp-prefix-domain-format) | 98 (tramp-prefix-domain-format) |
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. |
124 (proced-send-signal): Doc fix. Collect properly the info on | 130 (proced-send-signal): Doc fix. Collect properly the info on |
125 marked processes. Use fit-window-to-buffer instead of | 131 marked processes. Use fit-window-to-buffer instead of |