aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2008-06-24 01:07:34 +0000
committerJuanma Barranquero2008-06-24 01:07:34 +0000
commitf245f2c6109b9700d614937eb3a19cc24026fa15 (patch)
tree9f1a60b8fc58b396042e814b1ec3b3676936967c /lisp
parent540c2a333961e8758250e185e59ce59391b39b76 (diff)
downloademacs-f245f2c6109b9700d614937eb3a19cc24026fa15.tar.gz
emacs-f245f2c6109b9700d614937eb3a19cc24026fa15.zip
Fix typos.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e71ef1acee1..a54f4b3461b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -435,7 +435,7 @@
435 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error. 435 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
436 (tramp-open-connection-setup-interactive-shell): Flush cache, and 436 (tramp-open-connection-setup-interactive-shell): Flush cache, and
437 restart `tramp-maybe-open-connection' when the remote system has 437 restart `tramp-maybe-open-connection' when the remote system has
438 been changed. Throw 'uname-changed event. 438 been changed. Throw 'uname-changed event.
439 (tramp-maybe-open-connection): Catch it. 439 (tramp-maybe-open-connection): Catch it.
440 440
441 * net/tramp-cmds.el (tramp-cleanup-all-connections): 441 * net/tramp-cmds.el (tramp-cleanup-all-connections):
@@ -515,7 +515,7 @@
515 * term/linux.el (terminal-init-linux): Load t-mouse. 515 * term/linux.el (terminal-init-linux): Load t-mouse.
516 516
5172008-06-13 Stefan Monnier <monnier@iro.umontreal.ca> 5172008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
518 Drew Adams <drew.adams@oracle.com> 518 Drew Adams <drew.adams@oracle.com>
519 519
520 * info.el (Info-breadcrumbs-depth): New var. 520 * info.el (Info-breadcrumbs-depth): New var.
521 (Info-insert-breadcrumbs): New function. 521 (Info-insert-breadcrumbs): New function.
@@ -886,7 +886,7 @@
886 (newsticker-retrieval): New. Renamed from `newsticker-feed'. 886 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
887 (newsticker-url-list-defaults): 887 (newsticker-url-list-defaults):
888 Use `newsticker--set-customvar-retrieval' for :set. Change :group. 888 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
889 (newsticker-url-list): Doc changed. URL can be a function. 889 (newsticker-url-list): Doc changed. URL can be a function.
890 Use `newsticker--set-customvar-retrieval' for :set. Change :group. 890 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
891 (newsticker-retrieval-method): New. 891 (newsticker-retrieval-method): New.
892 (newsticker-wget-name, newsticker-wget-arguments): Change :group. 892 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
@@ -987,7 +987,7 @@
987 (newsticker--set-customvar-sorting): New. Extracted from 987 (newsticker--set-customvar-sorting): New. Extracted from
988 `newsticker--set-customvar'. 988 `newsticker--set-customvar'.
989 (newsticker-sort-method): Use `newsticker--set-customvar-sorting 989 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
990 for :set. Changed :group. 990 for :set. Changed :group.
991 (newsticker-heading-format, newsticker-item-format) 991 (newsticker-heading-format, newsticker-item-format)
992 (newsticker-desc-format, newsticker-statistics-format): 992 (newsticker-desc-format, newsticker-statistics-format):
993 Use `newsticker--set-customvar-formatting for :set. Change :group. 993 Use `newsticker--set-customvar-formatting for :set. Change :group.
@@ -2315,7 +2315,7 @@
2315 * vc-mtn.el (vc-mtn-command): 2315 * vc-mtn.el (vc-mtn-command):
2316 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile) 2316 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
2317 (vc-sccs-workfile-unchanged-p): 2317 (vc-sccs-workfile-unchanged-p):
2318 * vc-svn.el (vc-svn-command, vc-svn-create-repo), 2318 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
2319 * vc-rcs.el (all methods): Remove assumption about what a nil 2319 * vc-rcs.el (all methods): Remove assumption about what a nil
2320 argument to vc-do-command means. This means no buffer name needs 2320 argument to vc-do-command means. This means no buffer name needs
2321 to be hardcoded into the dispatcher layer, and it's better to be 2321 to be hardcoded into the dispatcher layer, and it's better to be