]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
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
119 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * textmodes/fill.el (canonically-space-region): Make the second arg
122 a marker if it's not already the case.
123
124 2007-05-23 Eli Zaretskii <eliz@gnu.org>
125
126 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
127 (tar-get-descriptor): Handle type 55, an extended pax header.
128
129 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
132 to confuse outline-minor-mode.
133
134 2007-05-23 Eli Zaretskii <eliz@gnu.org>
135
136 * tar-mode.el (tar-file-name-handler): New function.
137 (tar-extract): Bind file-name-handler-alist to it to force
138 find-buffer-file-type-coding-system behave as if the file being
139 extracted existed. Use last-coding-system-used to force
140 buffer-file-coding-system to what decode-coding-region actually
141 used to decode the file.
142
143 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
144
145 * progmodes/compile.el (compilation-handle-exit):
146 `compilation-finish-function' may change the current buffer.
147
148 2007-05-22 Richard Stallman <rms@gnu.org>
149
150 * files.el (set-auto-mode): Doc fix.
151
152 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
153
154 * help-fns.el (find-source-lisp-file): New function.
155 (describe-function-1): Use find-source-lisp-file to find source
156 file in compile tree.
157
158 2007-05-22 Eli Zaretskii <eliz@gnu.org>
159
160 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
161
162 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
163
164 * emacs-lisp/easy-mmode.el (define-minor-mode)
165 (easy-mmode-define-navigation): Fix typos in docstrings.
166
167 2007-05-22 Glenn Morris <rgm@gnu.org>
168
169 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
170
171 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
172
173 * mail/mail-extr.el (mail-extract-address-components): Recognize
174 non-ASCII characters except for NBSP as words.
175
176 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
177
178 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
179 (rcirc-print): Handle `window-width'.
180 (rcirc-buffer-maximum-lines): Doc fix.
181
182 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
183
184 * image-mode.el (image-toggle-display): Don't clear image cache.
185 Only use filename in image spec if the file is readable. Call
186 image-refresh.
187
188 * image.el (image-type-from-file-name, image-type): Simplify.
189 (image-type-auto-detected-p): Don't scan auto-mode-alist.
190
191 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
192 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
193
194 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
195
196 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
197 is an error.
198
199 * term/linux.el (terminal-init-linux): Don't signal an error
200 if gpm isn't running.
201
202 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
203
204 * t-mouse.el: Reduce to a minor-mode macro call.
205 (t-mouse-mode): Remove the lighter.
206
207 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
208
209 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
210
211 * files.el (auto-mode-alist): Change the regexp so that
212 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
213
214 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
215
216 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
217 changes.
218
219 2007-05-19 Kevin Ryde <user42@zip.com.au>
220
221 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
222
223 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
224
225 * textmodes/sgml-mode.el: Revert last change.
226
227 2007-05-18 Richard Stallman <rms@gnu.org>
228
229 * simple.el (push-mark): Doc fix.
230
231 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
232
233 * emulation/tpu-edt.el (CSI-map, SS3-map): Moved from global-map to
234 tpu-global-map.
235 (tpu-original-global-map): Variable deleted.
236 (tpu-control-keys-map): New keymap variable.
237 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
238 setting keymapping directly.
239 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
240 tpu-global-map.
241 (tpu-edt-on): Activate the tpu-global-map.
242 (tpu-edt-off): Deactivate the tpu-global-map.
243
244 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
245
246 * textmodes/ispell.el (ispell-get-word): Return markers
247 for start and end positions.
248 (ispell-word): Assume END is a marker.
249
250 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
251
252 * printing.el: Group together all XEmacs/Emacs definitions.
253 (pr-version): New version 6.9.
254 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
255 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
256 (pr-menu-bind): Fix code.
257 (pr-e-frame-char-height, pr-e-frame-char-width)
258 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
259 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
260 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
261 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
262 (pr-x-event-y-pixel): Aliases eliminated.
263 (pr-xemacs-global-menubar): Macro moved.
264 (current-menubar, current-mouse-event, zmacs-region-stays)
265 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
266 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
267 Vars moved.
268 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
269 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
270 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
271 (pr-menu-set-utility-title, pr-even-or-odd-pages)
272 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
273 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
274 moved.
275
276 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
277
278 * textmodes/sgml-mode.el (sgml-tag):
279 Fix bug: Call sgml-transformation-function.
280
281 2007-05-17 Martin Rudalics <rudalics@gmx.at>
282
283 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
284 modified flag of buffer. Use `inhibit-modification-hooks'.
285
286 2007-05-16 Richard Stallman <rms@gnu.org>
287
288 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
289
290 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
291
292 * files.el (magic-mode-alist, magic-fallback-mode-alist):
293 Move the *ml, Postscript, and XmCD entries to the fallback part.
294
295 * files.el (magic-fallback-mode-alist):
296 Rename from file-start-mode-alist.
297
298 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
299
300 * progmodes/compile.el (compilation-handle-exit): Quote first
301 argument of `run-hook-with-args'.
302
303 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
304
305 * buff-menu.el (Buffer-menu-sort-column):
306 * dabbrev.el (dabbrev-upcase-means-case-search):
307 * dired.el (dired-recursive-deletes, dired-recursive-copies):
308 * info.el (Info-current-subfile):
309 * ls-lisp.el (ls-lisp-verbosity):
310 * msb.el (msb-menu-cond):
311 * pcvs.el (cvs-dired-use-hook):
312 * simple.el (set-mark-command-repeat-pop):
313 * time.el (display-time-24hr-format, display-time-mail-file):
314 Doc fixes.
315
316 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
317 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
318
319 * view.el (view-inhibit-help-message): Fix typo in docstring.
320 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
321
322 2007-05-16 Martin Rudalics <rudalics@gmx.at>
323
324 * textmodes/ispell.el (ispell-start-process): Defend against bad
325 default-directory.
326
327 2007-05-14 Eli Zaretskii <eliz@gnu.org>
328
329 * mail/rmail.el (rmail-convert-to-babyl-format): Check
330 content-transfer-encoding _last_, because it's its position that
331 we need as value of base64-header-field-end.
332
333 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
334
335 * files.el (mode-require-final-newline, require-final-newline)
336 (enable-local-variables, enable-local-eval): Doc fixes.
337
338 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
339
340 * ps-print.el: Use default color when foreground or background color
341 are unspecified. Reported by Leo <sdl.web@gmail.com>.
342 (ps-print-version): New version 6.7.4.
343 (ps-rgb-color): New argument. Use default color when color is
344 unspecified.
345 (ps-begin-job): Fix code.
346
347 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
348
349 * longlines.el (longlines-mode): Make longlines-auto-wrap
350 buffer-local. Add hooks unconditionally.
351 (longlines-auto-wrap): Toggle wrapping.
352 (longlines-after-change-function)
353 (longlines-post-command-function): Check longlines-auto-wrap.
354
355 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
356
357 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
358 (xterm-mouse-translate): Use it.
359
360 2007-05-10 Richard Stallman <rms@gnu.org>
361
362 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
363 (iso-cvt-write-only): Likewise.
364
365 * emacs-lisp/easy-mmode.el (define-minor-mode):
366 Fix generated doc string.
367
368 * startup.el (fancy-splash-text): Add URL of guided tour.
369 Adjust horizontal and vertical whitespace.
370
371 * progmodes/compile.el (compilation-handle-exit):
372 Use run-hook-with-args to run compilation-finish-functions.
373
374 * files.el (file-start-mode-alist): New variable.
375 (magic-mode-regexp-match-limit): Doc fix.
376 (set-auto-mode): Handle file-start-mode-alist.
377 A little cleanup of structure.
378
379 * dabbrev.el (dabbrev-eliminate-newlines):
380 Renamed from dabbrev--eliminate-newlines. All uses changed.
381
382 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
383
384 * man.el (Man-next-section): Don't consider the last line of the page
385 as being part of any section.
386
387 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
390 can take any number of values.
391
392 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
393
394 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
395 to the list of citation commands.
396
397 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
400
401 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
402
403 * progmodes/python.el (python-font-lock-keywords)
404 (python-open-block-statement-p, python-mode): Add support for the new
405 "with" keyword.
406
407 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
408
409 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
410 the exact opposite of diff-goto-source.
411
412 * emacs-lisp/advice.el (ad-special-forms): Remove.
413 (ad-special-form-p): Use subr-arity.
414
415 * newcomment.el (comment-search-forward): Make sure we search forward.
416 (comment-enter-backward): Try and distinguish the non-matching case at
417 EOB from the non-matching case with a missing comment-end-skip for
418 a 2-char comment ender.
419 (comment-choose-indent): New function extracted from comment-indent.
420 Improve the alignment algorithm.
421 (comment-indent): Use it.
422
423 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
424 XML style Processing Instructions.
425 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
426 (sgml-calculate-indent): Handle `pi' context.
427
428 * vc.el: Ensure that update-changelog issues an error when used with
429 a backend that does not implement it.
430 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
431 Remove `backend' argument. Use expand-file-name.
432 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
433
434 * progmodes/python.el (python-end-of-block): Revert last change.
435 (python-end-of-statement): Make sure we move *forward*.
436
437 2007-05-08 Richard Stallman <rms@gnu.org>
438
439 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
440 Don't include non-self-insert commands in the exception for `-'.
441
442 2007-05-08 David Reitter <david.reitter@gmail.com>
443
444 * progmodes/python.el (python-guess-indent): Check non-nullness
445 before comparing indent against the 2..8 interval.
446
447 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
448
449 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
450 available.
451
452 2007-05-06 Richard Stallman <rms@gnu.org>
453
454 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
455
456 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
457
458 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
459 rather than storing their value in the revert-buffer function.
460
461 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
462
463 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
464 when disabling t-mouse-mode.
465
466 2007-05-01 Davis Herring <herring@lanl.gov>
467
468 * calendar/timeclock.el: Update version number.
469 (timeclock-modeline-display): Mention timeclock-use-display-time
470 in explanatory message.
471 (timeclock-in): Fix non-interactive workday specifications.
472 (timeclock-log): Don't kill the log buffer if it already existed.
473 Suppress warnings when finding the log. Don't check for a nil
474 project twice. Run hooks after killing the buffer (if applicable).
475 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
476 was geometric). All uses changed.
477 (timeclock-generate-report): Support prefix argument.
478
479 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
480
481 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
482 disconnections.
483
484 2007-05-01 Romain Francoise <romain@orebokech.com>
485
486 * dired-x.el: Revert 2007-04-06 change.
487
488 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
489
490 * find-dired.el (find-dired-filter): Propertize all text down to eob.
491
492 2007-04-29 Richard Stallman <rms@gnu.org>
493
494 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
495
496 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
497
498 * progmodes/cc-mode.el (c-before-change): Use point-min rather
499 than 1.
500
501 2007-04-28 Richard Stallman <rms@gnu.org>
502
503 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
504
505 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
506
507 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
508 don't put stop on toolbar.
509
510 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
511
512 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
513
514 2007-04-28 Eli Zaretskii <eliz@gnu.org>
515
516 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
517 instead of $(lisp)/mh-e.
518
519 2007-04-28 Glenn Morris <rgm@gnu.org>
520
521 * image-dired.el (image-dired-cmd-create-thumbnail-options)
522 (image-dired-cmd-create-temp-image-options): Replace option
523 +profile "*" with -strip.
524
525 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
526
527 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
528 Use window-start and window-end.
529
530 2007-04-27 Andreas Schwab <schwab@suse.de>
531
532 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
533
534 2007-04-27 Eli Zaretskii <eliz@gnu.org>
535
536 * textmodes/fill.el (fill-paragraph): Doc fix.
537
538 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
539
540 * locate.el (locate-in-alternate-database): Doc fix.
541
542 2007-04-26 Glenn Morris <rgm@gnu.org>
543
544 * button.el (button): Use underline if supported, else fall back
545 to color.
546
547 * version.el (emacs-version): Increase to 22.1.50.
548
549 2007-04-25 Richard Stallman <rms@gnu.org>
550
551 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
552
553 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
554
555 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
556 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
557 pushing mark.
558 (idlwave-current-routine): Don't push mark.
559
560 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
561
562 * image-dired.el (image-dired-display-image): Derive image-type from
563 filename rather than assuming jpeg, in case no resizing was needed.
564
565 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
566
567 * custom.el (defface): Doc fix.
568
569 See ChangeLog.12 for earlier changes.
570
571 ;; Local Variables:
572 ;; coding: iso-2022-7bit
573 ;; add-log-time-zone-rule: t
574 ;; End:
575
576 Copyright (C) 2007 Free Software Foundation, Inc.
577
578 This file is part of GNU Emacs.
579
580 GNU Emacs is free software; you can redistribute it and/or modify
581 it under the terms of the GNU General Public License as published by
582 the Free Software Foundation; either version 2, or (at your option)
583 any later version.
584
585 GNU Emacs is distributed in the hope that it will be useful,
586 but WITHOUT ANY WARRANTY; without even the implied warranty of
587 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
588 GNU General Public License for more details.
589
590 You should have received a copy of the GNU General Public License
591 along with GNU Emacs; see the file COPYING. If not, write to the
592 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
593 Boston, MA 02110-1301, USA.
594
595 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af