comparison lisp/ChangeLog @ 55840:e2775bcb9a2e

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 May 2004 16:26:16 +0000
parents 411294b4e09d
children 4bc6cb45c326
comparison
equal deleted inserted replaced
55839:9e7829a684df 55840:e2775bcb9a2e
1 2004-05-29 Richard M. Stallman <rms@gnu.org>
2
3 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
4
5 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
6 (eval-last-sexp-print-value): Print char equivalent regardless
7 of standard-output value.
8
9 * thumbs.el (thumbs-subst-char-in-string): Deleted.
10 (thumbs-thumbname): Use subst-char-in-string.
11 (thumbs-resize-image): Use condition-case, not ignore-errors.
12 (thumbs-kill-buffer): Likewise.
13
14 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
15 (thumbs-mode): Make buffer read-only.
16 (thumbs-make-thumb): Unconditionally accept an existing file.
17 (thumbs-insert-thumb): Add thumb-image-file property to the image.
18 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
19 (thumbs-show-thumbs-list): Error if images not supported.
20 (thumbs-save-current-image): Improve prompt string.
21 (thumbs-mode-map): Define u, R, x.
22 (thumbs-unmark): New command.
23 (thumbs-emboss-image): Minor cleanup.
24 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
25 (thumbs-rename-images): New command.
26 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
27
28 * thumbs.el (thumbs-current-image): New function.
29 (thumbs-file-list, thumbs-file-alist): New functions.
30 (thumbs-find-image): Delete arg L.
31 Don't set up thumbs-fileL as buffer-local global var.
32 (thumbs-find-image-at-point): Use thumbs-current-image.
33 (thumbs-set-image-at-point-to-root-window): Likewise.
34 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
35 Record and warn about errors. Update thumbs-markedL for deletions.
36 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
37 (thumbs-redraw-buffer): Use thumbs-file-list.
38 (thumbs-mark): Use thumbs-current-image.
39 (thumbs-show-name): Use thumbs-current-image.
40
41 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
42 and imenu--last-menubar-index-alist.
43
44 * subr.el (with-selected-window): Undo previous change.
45
46 2004-05-29 John Paul Wallington <jpw@gnu.org>
47
48 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
49 (thumbs-mouse-find-image): New command.
50 (thumbs-mode-map): Bind it to mouse-2.
51 (thumbs-mode): Make mode-class special.
52 (thumbs-view-image-mode): Likewise.
53
1 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com> 54 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
2 55
3 * flymake.el: New file. 56 * flymake.el: New file.
4 57
5 2004-05-28 Luc Teirlinck <teirllm@auburn.edu> 58 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
95 (starttls-program, starttls-extra-args): Doc fix. 148 (starttls-program, starttls-extra-args): Doc fix.
96 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs. 149 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
97 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls' 150 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
98 and pass on to corresponding *-gnutls function if it is set. 151 and pass on to corresponding *-gnutls function if it is set.
99 152
153 >>>>>>> 1.6105
100 2004-05-27 Luc Teirlinck <teirllm@auburn.edu> 154 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
101 155
102 * autorevert.el (auto-revert-handler): Disable auto-reverting of 156 * autorevert.el (auto-revert-handler): Disable auto-reverting of
103 remote files. 157 remote files.
104 158
236 2004-05-23 Jesper Harder <harder@ifa.au.dk> 290 2004-05-23 Jesper Harder <harder@ifa.au.dk>
237 291
238 * progmodes/grep.el (grep-tree): Ensure that DIR argument is 292 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
239 interpreted as a directory. 293 interpreted as a directory.
240 294
295 >>>>>>> 1.6097
241 2004-05-22 Richard M. Stallman <rms@gnu.org> 296 2004-05-22 Richard M. Stallman <rms@gnu.org>
242 297
243 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes 298 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
244 as a close quote. 299 as a close quote.
245 300