Mercurial > emacs
comparison lisp/ChangeLog @ 83629:4c726a40604c
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 771-780)
- Update from CVS
- Merge from emacs--rel--22
- Merge from emacs--rel--22, gnus--rel--5.10
- Fix tq.el edge case
* emacs--rel--22 (patch 26-32)
- Update from CVS
- lisp/vc-hooks.el (vc-find-root): Fix file attribute test
* gnus--rel--5.10 (patch 224-225)
- Merge from emacs--devo--0, emacs--rel--22
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-18
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 30 May 2007 14:44:47 +0000 |
parents | 422451dd396a f4d5f1a40875 |
children | cc587bfd19ca |
comparison
equal
deleted
inserted
replaced
83628:7a881fda2c3a | 83629:4c726a40604c |
---|---|
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 | |
70 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca> | |
71 | |
72 * emacs-lisp/derived.el (define-derived-mode): Remove bogus | |
73 compatibiity code. | |
74 | |
75 * emacs-lisp/copyright.el (copyright-names-regexp): New var. | |
76 (copyright-update-year): Use it. | |
77 | |
78 * edmacro.el (edmacro-format-keys): Use current-active-maps. | |
79 | |
80 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer): | |
81 Add indentation and debugging info. Fix up comment convention. | |
82 | |
83 * cus-dep.el (custom-make-dependencies): Simplify. | |
84 | |
85 * composite.el (compose-region, decompose-region): | |
86 Use inhibit-read-only and restore-buffer-modified-p. | |
87 | |
88 * xt-mouse.el (xterm-mouse-truncate-wrap): New function. | |
89 (xterm-mouse-event): Use it. | |
90 | |
91 2007-05-25 Juanma Barranquero <lekktu@gmail.com> | |
92 | |
93 * bs.el (bs-cycle-previous): Don't modify the cycle list until | |
94 `switch-to-buffer' has returned succesfully. | |
95 (bs-cycle-next): Ditto. Also, don't bury the buffer when the | |
96 window is dedicated (it could iconify the frame). | |
97 | |
98 2007-05-25 Miles Bader <miles@fencepost.gnu.org> | |
99 | |
100 * vc-hooks.el (vc-find-root): Fix file attribute test. | |
101 | |
102 2007-05-24 Richard Stallman <rms@gnu.org> | |
103 | |
104 * textmodes/flyspell.el (flyspell-correct-word-before-point): | |
105 Don't let opoint be nil. | |
106 (flyspell-emacs-popup): Explicit error if no dialogs. | |
107 | |
108 2007-05-24 Chong Yidong <cyd@stupidchicken.com> | |
109 | |
110 * image-mode.el (image-forward-hscroll, image-backward-hscroll) | |
111 (image-next-line, image-previous-line, image-scroll-up) | |
112 (image-scroll-down, image-bol, image-eol, image-bob, image-eob): | |
113 New functions. | |
114 (image-mode-map): Remap motion commands. | |
115 (image-mode-text-map): New keymap for viewing images as text. | |
116 (image-mode): Use image-mode-map. | |
117 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps. | |
118 | |
1 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca> | 119 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 120 |
3 * textmodes/fill.el (canonically-space-region): Make the second arg | 121 * textmodes/fill.el (canonically-space-region): Make the second arg |
4 a marker if it's not already the case. | 122 a marker if it's not already the case. |
5 | 123 |