comparison lisp/ChangeLog @ 97072:9b141ec374d8

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 28 Jul 2008 22:30:25 +0000
parents cf48c47a475c
children 7159ef9ad909
comparison
equal deleted inserted replaced
97071:9c2b921ae2a4 97072:9b141ec374d8
4 New functions. 4 New functions.
5 5
6 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s' 6 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
7 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items. 7 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
8 8
9 2008-07-28 Seiji Zenitani <zenitani <at> mac.com> 9 2008-07-28 Seiji Zenitani <zenitani@mac.com>
10 10
11 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port. 11 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
12 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise. 12 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
13 13
14 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org> 14 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
78 * Makefile.in: Remove code for Carbon. 78 * Makefile.in: Remove code for Carbon.
79 79
80 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com> 80 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
81 81
82 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of 82 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
83 bindings for functions deleted by Dan N. 2008-07-21. Set 83 bindings for functions deleted by Dan N. 2008-07-21. Set
84 where-is-preferred-modifier. Add show-manual option to Help menu. 84 where-is-preferred-modifier. Add show-manual option to Help menu.
85 85
86 2008-07-26 Michael Albinus <michael.albinus@gmx.de> 86 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
87 87
88 * net/tramp.el (tramp-handle-start-file-process): Set 88 * net/tramp.el (tramp-handle-start-file-process):
89 query-on-exit flag. Kill temporary buffer. 89 Set query-on-exit flag. Kill temporary buffer.
90 (tramp-process-sentinel): Remove defun. 90 (tramp-process-sentinel): Remove defun.
91 (tramp-do-copy-or-rename-file-out-of-band) 91 (tramp-do-copy-or-rename-file-out-of-band)
92 (tramp-maybe-open-connection): Don't call it. 92 (tramp-maybe-open-connection): Don't call it.
93 93
94 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call 94 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
139 139
140 * image-mode.el (image-minor-mode): Set up winprops. 140 * image-mode.el (image-minor-mode): Set up winprops.
141 141
142 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> 142 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
143 143
144 * diff-mode.el (diff-show-trailing-blanks): New fun. Show trailing 144 * diff-mode.el (diff-show-trailing-blanks): New fun.
145 blanks in modified lines for diff-mode. 145 Show trailing blanks in modified lines for diff-mode.
146 146
147 2008-07-24 Michael Albinus <michael.albinus@gmx.de> 147 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
148 148
149 * Makefile.in (ELCFILES): Add net/xesam.el. 149 * Makefile.in (ELCFILES): Add net/xesam.el.
150 150