comparison lisp/ChangeLog.11 @ 110435:7f85b522c27e

Fix typos in ChangeLogs.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 20 Sep 2010 03:20:32 +0200
parents e6408c088fbc
children facc4bc3e1e4
comparison
equal deleted inserted replaced
110434:ec099872cdc4 110435:7f85b522c27e
1998 of sel. 1998 of sel.
1999 (math-rewrite-whole-expr): New variable. 1999 (math-rewrite-whole-expr): New variable.
2000 (math-rewrite, math-rewrite-phase): Replace variable expr by 2000 (math-rewrite, math-rewrite-phase): Replace variable expr by
2001 declared variable. 2001 declared variable.
2002 (math-rewrite-heads-heads, math-rewrite-heads-skips) 2002 (math-rewrite-heads-heads, math-rewrite-heads-skips)
2003 (math-rewrite-heads-blanks ): New variables. 2003 (math-rewrite-heads-blanks): New variables.
2004 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables 2004 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
2005 heads, skips and blanks by declared variables. 2005 heads, skips and blanks by declared variables.
2006 (math-rwcomp-subst-old, math-rwcomp-subst-new) 2006 (math-rwcomp-subst-old, math-rwcomp-subst-new)
2007 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func): 2007 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
2008 New variables. 2008 New variables.
11830 * ido.el (ido-use-filename-at-point, ido-use-url-at-point): 11830 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
11831 New defcustoms to add ffap-like functionality to ido. 11831 New defcustoms to add ffap-like functionality to ido.
11832 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed. 11832 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
11833 (ido-no-final-slash): New defun. 11833 (ido-no-final-slash): New defun.
11834 (ido-make-prompt, ido-file-internal, ido-toggle-vc) 11834 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
11835 (ido-read-file-name): ): Toggle VC checking via 11835 (ido-read-file-name): Toggle VC checking via
11836 vc-handled-backends instead of vc-master-templates. 11836 vc-handled-backends instead of vc-master-templates.
11837 (ido-file-internal): Handle ido-use-url-at-point and 11837 (ido-file-internal): Handle ido-use-url-at-point and
11838 ido-use-filename-at-point via code borrowed from ffap-guesser. 11838 ido-use-filename-at-point via code borrowed from ffap-guesser.
11839 Handle new ido-exit code ffap. 11839 Handle new ido-exit code ffap.
11840 (ido-sort-list): Ignore final slash when sorting file names. 11840 (ido-sort-list): Ignore final slash when sorting file names.