comparison lisp/ChangeLog @ 106503:6cfa584799d3

Minor cleanup. * ffap.el (ffap-symbol-value): Replace ffap-soft-value. Adjust all callers. (ffap-locate-file): Remove unused arg `dir-ok' and make other args compulsory. Adjust callers. (ffap-gopher-at-point): Remove unused var `name'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 09 Dec 2009 02:11:29 +0000
parents edbd6b615dbe
children 7287842d7e07
comparison
equal deleted inserted replaced
106502:2400073344ef 106503:6cfa584799d3
1 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Minor cleanup.
4 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
5 Adjust all callers.
6 (ffap-locate-file): Remove unused arg `dir-ok' and make other
7 args compulsory. Adjust callers.
8 (ffap-gopher-at-point): Remove unused var `name'.
2 9
3 Get rid of the ELCFILES abomination. 10 Get rid of the ELCFILES abomination.
4 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove. 11 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5 (compile-elcfiles): New phony target. 12 (compile-elcfiles): New phony target.
6 (compile-main): Compute ELCFILES dynamically. 13 (compile-main): Compute ELCFILES dynamically.
12 * international/mule-diag.el: Require help-mode instead of help-fns. 19 * international/mule-diag.el: Require help-mode instead of help-fns.
13 20
14 2009-12-09 Kenichi Handa <handa@m17n.org> 21 2009-12-09 Kenichi Handa <handa@m17n.org>
15 22
16 * international/mule-cmds.el (ucs-names): Supply a sufficiently 23 * international/mule-cmds.el (ucs-names): Supply a sufficiently
17 fine ranges instead of pre-calculating accurate ranges. Iterate 24 fine ranges instead of pre-calculating accurate ranges.
18 with bigger gc-cons-threshold. 25 Iterate with bigger gc-cons-threshold.
19 26
20 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu> 27 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
21 28
22 Add support for stashing a snapshot of the current tree. 29 Add support for stashing a snapshot of the current tree.
23 * vc-git.el (vc-git-stash-snapshot): New function. 30 * vc-git.el (vc-git-stash-snapshot): New function.