comparison lisp/ChangeLog @ 90863:648e6c714c7d

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 774-780) - Update from CVS - Merge from emacs--rel--22, gnus--rel--5.10 - Merge from emacs--rel--22 - Fix tq.el edge case * emacs--rel--22 (patch 28-32) - Update from CVS * gnus--rel--5.10 (patch 224-225) - Merge from emacs--devo--0, emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-213
author Miles Bader <miles@gnu.org>
date Wed, 30 May 2007 14:40:46 +0000
parents 03ec96a627ba f4d5f1a40875
children e9f94688a064
comparison
equal deleted inserted replaced
90862:e4b8d2bccfb0 90863:648e6c714c7d
1 2007-05-30 Michael Olson <mwolson@gnu.org>
2
3 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
4 died and we are trying to send a signal to it. The program using
5 tq.el should periodically check to see whether the process has
6 died and react appropriately -- this is not the responsibility of
7 tq.el, and is consistent with the rest of the tq.el source code.
8
9 2007-05-29 Martin Rudalics <rudalics@gmx.at>
10
11 * textmodes/table.el (table--point-entered-cell-function)
12 (table--point-left-cell-function): Bind
13 `inhibit-point-motion-hooks' to t.
14
15 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
16
17 * emacs-lisp/rx.el (rx): Doc fix.
18
19 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
20
21 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
22
23 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
24
25 Sync with Tramp 2.0.56.
26
27 * net/tramp.el:
28 * net/tramp-ftp.el:
29 * net/tramp-smb.el:
30 * net/tramp-util.el:
31 * net/tramp-vc.el:
32 Don't load cl.el, because that pollutes the namespace. Replace cl
33 macros by their implementations where necessary. Requested by
34 Richard Stallman <rms@gnu.org>.
35
36 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
37 doesn't exist.
38 (with-parsed-tramp-file-name): Protect debug spec during
39 compilation.
40 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
41 (tramp-file-name-p, tramp-file-name-multi-method)
42 (tramp-file-name-method, tramp-file-name-user)
43 (tramp-file-name-host, tramp-file-name-localname): New defuns,
44 replacing defstruct `tramp-file-name'.
45 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
46 (tramp-dissect-file-name, tramp-dissect-multi-file-name): Apply
47 `vector' instead of `make-tramp-file-name'.
48 (tramp-handle-make-auto-save-file-name): Apply
49 `tramp-temporary-file-directory' for compatibility reasons.
50 (tramp-completion-mode): Use `natnump' instead of `wholenump'
51 because of XEmacs.
52 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
53 started.
54
55 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
56
57 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
58
59 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
60
61 * log-edit.el (log-edit-changelog-paragraph): Return point-max
62 as the end of the ChangeLog paragraph when it ends without a line
63 termination.
64
65 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
66
67 * net/webjump.el (webjump-sample-sites):
68 Add simple Wikipedia query.
69
1 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca> 70 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2 71
3 * emacs-lisp/derived.el (define-derived-mode): Remove bogus 72 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
4 compatibiity code. 73 compatibiity code.
5 74