comparison lisp/ChangeLog @ 87925:c5528b187300

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Thu, 24 Jan 2008 04:49:39 +0000
parents 6e0d865e2f0c
children f3349840ec44
comparison
equal deleted inserted replaced
87924:dab0b3c87425 87925:c5528b187300
1 2008-01-24 Glenn Morris <rgm@gnu.org>
2
3 * t-mouse.el (gpm-mouse-start): Declare as a function.
4
1 2008-01-23 Michael Albinus <michael.albinus@gmx.de> 5 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C". 7 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
4 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the 8 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
5 regexp.
6 (tramp-find-shell, tramp-open-connection-setup-interactive-shell): 9 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7 Don't send `tramp-rsh-end-of-line' additionally, when setting the 10 Don't send `tramp-rsh-end-of-line' additionally, when setting the
8 prompt. 11 prompt.
9 (tramp-wait-for-output): Distinguish different prompt formats. 12 (tramp-wait-for-output): Distinguish different prompt formats.
10 (tramp-get-test-nt-command): Don't check for "\n" in the prompt. 13 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
11 (tramp-local-host-p): Check whether temp directory is writable. 14 (tramp-local-host-p): Check whether temp directory is writable.
12 15
13 22008-01-23 Dan Nicolaescu <dann@ics.uci.edu> 16 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
14 17
15 * vc.el: Add TODO items. 18 * vc.el: Add TODO items.
16 19
17 2008-01-23 Carsten Dominik <dominik@science.uva.nl> 20 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
18 21
19 * replace.el (occur-mode-find-occurrence-hook): New hook that can 22 * replace.el (occur-mode-find-occurrence-hook): New hook that can
20 be used to reveal or highlight the location of a match. 23 be used to reveal or highlight the location of a match.
21 (occur-mode-goto-occurrence) 24 (occur-mode-goto-occurrence)
22 (occur-mode-goto-occurrence-other-window) 25 (occur-mode-goto-occurrence-other-window)
23 (occur-mode-display-occurrence): Run 26 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
24 `occur-mode-find-occurrence-hook'.
25 27
26 2008-01-23 Martin Rudalics <rudalics@gmx.at> 28 2008-01-23 Martin Rudalics <rudalics@gmx.at>
27 29
28 * progmodes/hideif.el (hide-ifdef-shadow): Add version number 30 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
29 for defcustom. 31 for defcustom.