aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog44
1 files changed, 38 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 48ead8f51ff..52486191495 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,40 @@
12006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
2
3 * speedbar.el (speedbar-after-create-hook): Doc fix.
4
52006-04-02 Michael Ernst <mernst@alum.mit.edu>
6
7 * shell.el (shell-directory-tracker)
8 (shell-dynamic-complete-command): Doc fixes.
9
102006-04-01 Matt Hodges <MPHodges@member.fsf.org>
11
12 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13 terminals.
14
152006-04-01 Kim F. Storm <storm@cua.dk>
16
17 * ido.el (ido-unc-hosts-cache): New defvar.
18 (ido-unc-hosts): If value of defcustom is a function, call it to
19 get list of UNC hosts. Add function-item choices to specify
20 ido-unc-hosts-net-view or user function.
21 (ido-ignore-unc-host-regexps): New defcustom.
22 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
23 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
24 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
25
262006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
29 wwidth.
30
312006-03-31 Juanma Barranquero <lekktu@gmail.com>
32
33 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
34 (ido-max-work-file-list, ido-switch-buffer)
35 (ido-read-file-name-as-directory-commands):
36 Fix typos in docstrings.
37
12006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 382006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 39
3 * term/mac-win.el (mac-system-coding-system): Define and use after 40 * term/mac-win.el (mac-system-coding-system): Define and use after
@@ -433,11 +470,6 @@
433 * tree-widget.el (tree-widget-themes-load-path) 470 * tree-widget.el (tree-widget-themes-load-path)
434 (tree-widget-themes-directory, tree-widget-theme): Doc fix. 471 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
435 472
4362006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
437
438 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
439 wwidth.
440
4412006-03-13 Ryan Yeske <rcyeske@gmail.com> 4732006-03-13 Ryan Yeske <rcyeske@gmail.com>
442 474
443 * net/rcirc.el (rcirc) <defgroup>: Add link to manual. 475 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
@@ -15172,7 +15204,7 @@
15172 * add-log.el (change-log-font-lock-keywords): Make the regexp for 15204 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15173 date lines stricter. 15205 date lines stricter.
15174 15206
151752005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change) 152072005-06-10 Zhang Wei <id.brep@gmail.com>
15176 15208
15177 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead 15209 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15178 of x-get-selection. 15210 of x-get-selection.