diff options
| author | Eli Zaretskii | 2001-10-14 20:00:28 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-10-14 20:00:28 +0000 |
| commit | a12ca05478f3eb4429a1038699f5dad682f4056d (patch) | |
| tree | b98a19dffd41855297b90dd0f8cfe039351f568c /lisp/ChangeLog | |
| parent | 5a595785484133f5c1627b46cb975367d3e075a5 (diff) | |
| download | emacs-a12ca05478f3eb4429a1038699f5dad682f4056d.tar.gz emacs-a12ca05478f3eb4429a1038699f5dad682f4056d.zip | |
(completion-ignored-extensions) [ms-dos, windows-nt]:
Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
Add .so to the Unix and GNU branch.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 54c001cb06b..092173917ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]: | ||
| 4 | Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386. | ||
| 5 | Add .so to the Unix and GNU branch. | ||
| 6 | |||
| 3 | * international/latin-1.el: | 7 | * international/latin-1.el: |
| 4 | * international/latin-2.el: | 8 | * international/latin-2.el: |
| 5 | * international/latin-3.el: | 9 | * international/latin-3.el: |