Mercurial > emacs
comparison lisp/ChangeLog @ 94464:66b02cd7b956
* minibuffer.el (completion-common-substring): Mark obsolete.
(completions-first-difference, completions-common-part): Move from simple.el.
(completion-hilit-commonality): New fun.
(display-completion-list, completion-emacs21-all-completions)
(completion-emacs22-all-completions): Use it.
* simple.el (completions-first-difference, completions-common-part):
Move to minibuffer.el.
(choose-completion-string): Use field functions and minibufferp.
(completion-setup-function): Don't set completions faces.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 29 Apr 2008 05:36:55 +0000 |
parents | 07262c086af2 |
children | e2562e0fe05e |
comparison
equal
deleted
inserted
replaced
94463:33cbbd41a93f | 94464:66b02cd7b956 |
---|---|
1 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * minibuffer.el (completion-common-substring): Mark obsolete. | |
4 (completions-first-difference, completions-common-part): | |
5 Move from simple.el. | |
6 (completion-hilit-commonality): New fun. | |
7 (display-completion-list, completion-emacs21-all-completions) | |
8 (completion-emacs22-all-completions): Use it. | |
9 * simple.el (completions-first-difference, completions-common-part): | |
10 Move to minibuffer.el. | |
11 (choose-completion-string): Use field functions and minibufferp. | |
12 (completion-setup-function): Don't set completions faces. | |
13 | |
1 2008-04-29 Glenn Morris <rgm@gnu.org> | 14 2008-04-29 Glenn Morris <rgm@gnu.org> |
2 | 15 |
3 * calendar/calendar.el (calendar-nth-named-absday) | 16 * calendar/calendar.el (calendar-nth-named-absday) |
4 (calendar-nth-named-day): | 17 (calendar-nth-named-day): |
5 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float): | 18 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float): |
27 (battery-mode-line-format): Merge apm and pmset formats as the | 40 (battery-mode-line-format): Merge apm and pmset formats as the |
28 general case. | 41 general case. |
29 | 42 |
30 2008-04-29 Nick Roberts <nickrob@snap.net.nz> | 43 2008-04-29 Nick Roberts <nickrob@snap.net.nz> |
31 | 44 |
32 * progmodes/gdb-ui.el (gdb-info-stack-custom): Use | 45 * progmodes/gdb-ui.el (gdb-info-stack-custom): |
33 gud-tool-bar-item-visible-no-fringe. | 46 Use gud-tool-bar-item-visible-no-fringe. |
34 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer | 47 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer |
35 is already visible in frame. Remove optional size parameter | 48 is already visible in frame. Remove optional size parameter |
36 and add optional frame parameter. | 49 and add optional frame parameter. |
37 | 50 |
38 * progmodes/gud.el (gud-display-line): Only consider visible | 51 * progmodes/gud.el (gud-display-line): Only consider visible |