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