comparison lisp/ChangeLog @ 90377:482dfed28bee

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-51 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 188-189) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 73) - Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 02 Apr 2006 01:10:03 +0000
parents 1ad066d533a9 7203af11fbb3
children 65ca8fb66a0d
comparison
equal deleted inserted replaced
90376:1ad066d533a9 90377:482dfed28bee
1 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
2
3 * speedbar.el (speedbar-after-create-hook): Doc fix.
4
5 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
6
7 * shell.el (shell-directory-tracker)
8 (shell-dynamic-complete-command): Doc fixes.
9
10 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
11
12 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13 terminals.
14
15 2006-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
26 2006-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
31 2006-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
1 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 38 2006-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
4 Mac-specific coding systems are ready. 41 Mac-specific coding systems are ready.
5 42
430 467
431 2006-03-14 David Ponce <david@dponce.com> 468 2006-03-14 David Ponce <david@dponce.com>
432 469
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
436 2006-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 472
441 2006-03-13 Ryan Yeske <rcyeske@gmail.com> 473 2006-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.
444 (rcirc-print): Mark the start of text at the end of the prompt. 476 (rcirc-print): Mark the start of text at the end of the prompt.
15170 2005-06-11 Kenichi Handa <handa@m17n.org> 15202 2005-06-11 Kenichi Handa <handa@m17n.org>
15171 15203
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
15175 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change) 15207 2005-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.
15179 15211
15180 2005-06-10 Juanma Barranquero <lekktu@gmail.com> 15212 2005-06-10 Juanma Barranquero <lekktu@gmail.com>