]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(speedbar-handle-delete-frame): Don't try to delete the speedbar frame if nil;
[gnu-emacs] / lisp / ChangeLog
1 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2
3 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
4 the speedbar frame if nil; that deletes the current frame or
5 causes an error if it is the only frame.
6 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
7
8 2007-06-28 Kevin Ryde <user42@zip.com.au>
9
10 * textmodes/nroff-mode.el: Groff \# comments.
11 (nroff-mode-syntax-table): \# comment intro,
12 plain # as punct per global table.
13 (nroff-font-lock-keywords): Add # as a single char escape.
14 (nroff-mode): In comment-start-skip, match \#.
15
16 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
19 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
20 point-min == 1.
21
22 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
23
24 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
25 Rename and move to...
26
27 * subr.el (strings->string, string->strings): ...here.
28
29 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
30 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
31
32 * progmodes/gud.el (gud-common-init): Call string->strings instead
33 of split-string.
34
35 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
36
37 * dired-aux.el: Remove `dired-call-process'.
38 (dired-check-process): Call `process-file'.
39
40 * wdired.el (wdired-do-perm-changes): Call `process-file'.
41
42 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
43 `ange-ftp-process-file'.
44
45 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
46
47 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
48
49 * emacs-lisp/cl-extra.el:
50 * emacs-lisp/cl-seq.el:
51 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
52 Add autoload cookies on all defs autoloaded manually in cl.el.
53
54 * emacs-lisp/cl-loaddefs.el: New file.
55
56 * textmodes/texinfmt.el (texinfo-raisesections-alist)
57 (texinfo-lowersections-alist): Merge definition and declaration.
58 (texinfo-start-of-header, texinfo-end-of-header): Remove.
59 (texinfo-format-syntax-table): Merge init into declaration.
60 (texinfo-format-parse-line-args, texinfo-format-parse-args)
61 (texinfo-format-parse-defun-args, texinfo-format-node)
62 (texinfo-push-stack, texinfo-multitable-widths)
63 (texinfo-define-info-enclosure, texinfo-alias)
64 (texinfo-format-defindex, batch-texinfo-format): Use push.
65 (texinfo-footnote-number): Remove duplicate declaration.
66
67 * ps-print.el: Update with auto-generated autoloads.
68
69 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
70
71 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
74 relative to current dir for file-local settings.
75 (autoload-generate-file-autoloads): Add `outfile' arg.
76 (update-directory-autoloads): Use it to directly call
77 autoload-generate-file-autoloads instead of going through
78 update-file-autoloads so we avoid redundant searches and so we can know
79 the set of buffers changed so we can save them all.
80
81 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
82 rather than throwing `up-to-date'.
83 (autoload-generate-file-autoloads): Adjust correspondingly.
84 (update-file-autoloads): Be careful to let-bind
85 autoload-modified-buffers and adjust to new calling conventions.
86 (autoload-modified-buffers): Make it a dynamically scoped var.
87 (update-directory-autoloads): Use file-relative-name instead of
88 autoload-trim-file-name.
89 (autoload-insert-section-header): Don't use autoload-trim-file-name
90 since the file is already relative now.
91 (autoload-trim-file-name): Remove.
92
93 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
94 (vc-arch-complete, vc-arch--version-completion-table)
95 (vc-arch-revision-completion-table): New functions to provide
96 completion of revision names.
97 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
98 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
99 to let the user trim the revlib.
100
101 * vc.el: Add new VC operation `revision-completion-table'.
102 (vc-default-revision-completion-table): New function.
103 (vc-version-diff, vc-version-other-window): Use it to provide
104 completion of revision names if the backend provides it.
105
106 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
107
108 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
109 of newer .svn/entries.
110
111 2007-06-25 David Kastrup <dak@gnu.org>
112
113 * calc/calc-poly.el (math-padded-polynomial)
114 (math-partial-fractions): Add some function comments.
115
116 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
119 Make `outbuf' optional.
120 (update-file-autoloads): Use it.
121
122 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
125 (autoload-find-destination): Keep it uptodate.
126 (autoload-save-buffers): New fun.
127 (update-file-autoloads): Use it. Re-add the "up to date" message.
128
129 * emacs-lisp/autoload.el: Refactor for upcoming changes.
130 (autoload-find-destination): New function extracted from
131 update-file-autoloads.
132 (update-file-autoloads): Use it.
133 (autoload-generate-file-autoloads): New function extracted from
134 generate-file-autoloads. Use file-relative-name. Delay computation of
135 output-start to the first cookie. Remove done-any, replaced by
136 output-start.
137 (generate-file-autoloads): Use it.
138
139 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
140
141 * calc/calc-comb.el (math-init-random-base, math-prime-test):
142 Use math-read-number-simple to insert constants.
143 (math-prime-test): Redo calculation of sum.
144
145 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
146
147 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
148 math-scale-bignum-3.
149 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
150 math-bignum-digit-size.
151 (math-isqrt-small): Add another possible initial guess.
152
153 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
154
155 * textmodes/bibtex.el (bibtex-entry-format): New options
156 `whitespace', `braces', and `string'.
157 (bibtex-field-braces-alist, bibtex-field-strings-alist)
158 (bibtex-field-braces-opt, bibtex-field-strings-opt)
159 (bibtex-cite-matcher-alist): New variables.
160 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
161 (bibtex-flash-head): Use blink-matching-delay.
162 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
163 (bibtex-format-entry, bibtex-reformat): Handle new options of
164 bibtex-entry-format.
165 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
166 New functions.
167 (bibtex-complete-internal): Do not display messages while
168 minibuffer is used. Do not leave around a completions buffer
169 that is out of date.
170 (bibtex-copy-summary-as-kill): New optional arg.
171 (bibtex-font-lock-url): New optional arg no-button.
172 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
173 (bibtex-url): Allow multiple URLs per entry.
174
175 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * emacs-lisp/autoload.el (autoload-generated-file): New function.
178 (update-file-autoloads, update-directory-autoloads): Use it.
179 (autoload-file-load-name): New function.
180 (generate-file-autoloads, update-file-autoloads): Use it.
181 (autoload-find-file): Accept non-absolute argument. Set default-dir.
182 (generate-file-autoloads): If the autoloaded form is malformed,
183 indicate the problem with a warning instead of aborting.
184
185 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
186
187 * simple.el (next-error-recenter): Accept `(4)' as well;
188 also, specify `integer' instead of `number'.
189
190 2007-06-23 Eli Zaretskii <eliz@gnu.org>
191
192 * ls-lisp.el (insert-directory): If an invalid regexp error is
193 thrown, try using FILE as a literal file name, not a wildcard.
194
195 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
196
197 * ruler-mode.el (ruler-mode): Prevent clobbering the original
198 `header-line-format' when reentering ruler mode.
199
200 2007-06-23 Eli Zaretskii <eliz@gnu.org>
201
202 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
203 FILE exists as a file.
204
205 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
206
207 * calc/calc.el (math-bignum-digit-length)
208 (math-bignum-digit-size, math-small-integer-size):
209 New constants.
210 (math-normalize, math-bignum-big, math-make-float)
211 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
212 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
213 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
214 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
215 (math-quotient, math-div-bignum, math-div-bignum-digit)
216 (math-div-bignum-part, math-format-bignum-decimal)
217 (math-read-bignum): Use math-bignum-digit-length,
218 math-bignum-digit-size and math-small-integer-size.
219
220 * calc/calc-ext.el (math-fixnum-big): Use the variable
221 math-bignum-digit-size.
222
223 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
224
225 * log-view.el (log-view-mode-menu): New menu.
226
227 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
228
229 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
230 differently.
231
232 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
233 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
234
235 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
236
237 * vc-hg.el (vc-hg-print-log): Insert the file name.
238 (vc-hg-log-view-mode): Fontify the file name.
239
240 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
241
242 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
243 (calcFunc-julian): Fix incorrect number used in calculations.
244
245 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
246
247 * simple.el (next-error-recenter): New defcustom.
248 (next-error, next-error-internal): Recenter if specified,
249 immediately prior to running `next-error-hook'.
250
251 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
252 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
253
254 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
255
256 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
257
258 * calc/calc-comb.el (math-small-factorial-table): New variable.
259 (calcFunc-fact): Use `math-small-factorial-table'.
260
261 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
262 initial values.
263 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
264 New variables to use in caches.
265
266 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
267 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
268
269 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
270 (math-bernoulli-b-cache): Use math-read-number-simple to insert
271 bignums.
272
273 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
274 New variables to use in caches.
275
276 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
277
278 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
279
280 * vc-hg.el (vc-hg-log-view-mode): New mode.
281
282 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
283
284 * calc/calc.el (math-read-number-simple): New function.
285
286 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
287
288 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
289 (vera-font-lock-match-item): Fix doc string.
290 (vera-in-comment-p): Remove unused function.
291 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
292 use `syntax-ppss'.
293 (vera-forward-syntactic-ws): Fix argument order.
294 (vera-prepare-search): Use `with-syntax-table'.
295 (vera-indent-line): Fix doc string.
296 (vera-electric-tab): Fix doc string.
297 (vera-expand-abbrev): Define alias instead of using `fset'.
298 (vera-comment-uncomment-region): Use `comment-start-skip'.
299
300 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
301
302 * textmodes/org.el (org-export-with-footnotes): New option.
303 (org-export-as-html): Fix replacement bug for XEmacs.
304 (org-agenda-default-appointment-duration): New option.
305
306 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
307
308 * vc-hg.el: Add to do items.
309 (vc-hg-diff): Add support for comparing different revisions.
310 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
311 (vc-hg-annotate-extract-revision-at-line)
312 (vc-hg-previous-version, vc-hg-checkin): New functions.
313 (vc-hg-annotate-re): New constant.
314
315 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
316
317 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
318
319 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
322 buffer-local value of log-view-*-re if applicable.
323
324 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
325 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
326 (vc-bzr-command*): Remove both (incompatible) versions.
327 (vc-bzr-do-command*): Remove.
328 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
329 Remove by folding into its only caller vc-bzr-command.
330 (vc-bzr-command): Always set the environment, even when ineffective.
331 (vc-bzr-version): Minor fix up.
332 (vc-bzr-admin-dirname): New var.
333 (vc-bzr-bzr-dir): Remove.
334 (vc-bzr-root-dir): New fun.
335 (vc-bzr-registered): Use it. Add an autoloaded version.
336 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
337 (vc-bzr-view-log-function): Remove.
338 (vc-bzr-log-view-mode): New major mode to replace it.
339 (vc-bzr-print-log): Only activate the old hack if needed.
340
341 * vc.el (vc-default-log-view-mode): New function.
342 (vc-print-log): Add new `log-view-mode' VC operation.
343
344 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
345
346 * ido.el (ido-find-file-in-dir): Don't signal an error for
347 empty directories.
348
349 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
350
351 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
352 directory where the desktop file was found, as the docstring says.
353 (desktop-kill): Use `read-directory-name'.
354
355 2007-06-20 Alan Mackenzie <acm@muc.de>
356
357 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
358 When removing lines, also remove the \n. Correction of patch of
359 2007-04-21.
360
361 2007-06-20 Martin Rudalics <rudalics@gmx.at>
362
363 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
364 event is not a cons cell. Do not unread drag-mouse-1 events.
365 Select right window in check whether space was stolen from
366 window above.
367
368 * help-mode.el (help-make-xrefs): Adjust position of new forward
369 button.
370
371 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
372
373 * vc-bzr.el (vc-bzr-with-process-environment)
374 (vc-bzr-std-process-invocation): New macros.
375 (vc-bzr-command, vc-bzr-command*): Use them.
376 (vc-bzr-with-c-locale): Remove.
377 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
378 (vc-bzr-buffer-nonblank-p): New function.
379 (vc-bzr-state-words): New const.
380 (vc-bzr-state): Look for `bzr status` keywords in output.
381 Display everything else as a warning message to the user.
382 Fix status report with bzr >= 0.15.
383
384 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
385
386 * vc-hg.el (vc-hg-global-switches): Simplify.
387 (vc-hg-state): Handle more states.
388 (vc-hg-diff): Fix doc-string.
389 (vc-hg-register): New function.
390 (vc-hg-checkout): Likewise.
391
392 2007-06-20 Reto Zimmermann <reto@gnu.org>
393
394 * progmodes/vera-mode.el: New file.
395
396 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
397
398 * calc/calc.el (calc-multiplication-has-precendence):
399 New variable.
400 (math-standard-ops, math-standard-ops-p, math-expr-ops):
401 New functions.
402 (math-expr-opers): Define using math-standard-ops rather than
403 math-standard-opers.
404 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
405 equal the function math-standard-ops rather than the variable
406 math-standard-opers.
407 (calc-algebraic-entry): Let math-expr-opers equal
408 math-standard-ops or math-expr-ops, as appropriate.
409 (math-expr-read-level, math-read-factor): Let math-expr-opers
410 equal math-expr-ops.
411 * calc/calc-embed.el (calc-embedded-finish-edit):
412 Let math-expr-opers equal the function math-standard-ops
413 rather than the variable math-standard-opers.
414 * calc/calc-ext.el (math-read-plain-expr)
415 (math-format-flat-expr-fancy): Let math-expr-opers equal the
416 function math-standard-ops rather than the variable
417 math-standard-opers.
418 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
419 Let math-expr-opers equal the function math-standard-ops rather
420 than the variable math-standard-opers.
421 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
422 equal the function math-standard-ops rather than the variable
423 math-standard-opers.
424 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
425 equal the function math-standard-ops rather than the variable
426 math-standard-opers.
427 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
428 math-expr-ops.
429
430 2007-06-19 Ivan Kanis <apple@kanis.eu>
431
432 * vc-hg.el: New file.
433
434 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
437 with font-lock-multiline.
438
439 2007-06-17 Glenn Morris <rgm@gnu.org>
440
441 * lpr.el (lpr-page-header-switches): Move %s to separate element
442 for correct quoting. Doc fix.
443
444 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
447 than setting sgml-xml-mode.
448 (sgml-mode, html-mode): Set sgml-xml-mode.
449 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
450 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
451 (sgml-electric-tag-pair-before-change-function)
452 (sgml-electric-tag-pair-flush-overlays): New functions.
453 (sgml-electric-tag-pair-mode): New minor mode.
454 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
455 (sgml-calculate-indent): Use assoc-string.
456
457 2007-06-16 Karl Fogel <kfogel@red-bean.com>
458
459 * thingatpt.el (thing-at-point-email-regexp): Don't require two
460 chars before the "@" in an email address. Andreas Roehler noticed
461 this problem.
462
463 2007-06-15 Karl Fogel <kfogel@red-bean.com>
464
465 * thingatpt.el: Add support for email addresses (`email').
466 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
467 (thing-at-point-email-regexp): New variable.
468 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
469 properties on this symbol, with lambda forms for values.
470
471 2007-06-15 Masatake YAMATO <jet@gyve.org>
472
473 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
474
475 * vc.el (vc-dired-hook): Check the backend returned from
476 `vc-responsible-backend' can really handle `subdir'.
477
478 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
479
480 * wid-edit.el (widget-add-documentation-string-button):
481 Fix handling of documentation indent.
482
483 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
484
485 * mb-depth.el: New file.
486
487 2007-06-15 Masatake YAMATO <jet@gyve.org>
488
489 * vc.el (vc-dired-mode): Show backend name as part of mode name.
490
491 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
492
493 * wid-edit.el (widget-default-create): Move ?h handling here...
494 (widget-default-format-handler): ...from here.
495 (widget-docstring, widget-add-documentation-string-button): New funs.
496 (documentation-string): Add :visibility-widget property.
497 (widget-documentation-string-value-create): Use it.
498
499 * cus-edit.el (custom-split-regexp-maybe): Simplify.
500 (custom-buffer-create-internal): Simplify message.
501 (custom-variable-tag): Reduce height to normal.
502 (custom-variable-value-create, custom-face-value-create)
503 (custom-visibility): New widget.
504 (custom-visibility): New face.
505 (custom-group-value-create):
506 Call widget-add-documentation-string-button, using `custom-visibility'.
507
508 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * emacs-lisp/bytecomp.el (byte-compile-current-group)
511 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
512 change. Apparently the "warning even if the group is implicit" is
513 a feature rather than a bug.
514
515 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
516
517 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
518 Different advices for Emacs and XEmacs. Compile them conditionally.
519 (viper-version): Belated version change.
520
521 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
522
523 * follow.el (follow-all-followers, follow-generic-filter):
524 * pcomplete.el (pcomplete-restore-windows):
525 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
526 (x-dnd-drop-data):
527 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
528 * progmodes/python.el (python-complete-symbol):
529 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
530
531 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
532
533 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
534 around bright and dim regexps. Make sure bright and dim matches
535 use word anchors. Send text through rcirc-markup functions.
536 (rcirc-url-regexp): Add single quote character.
537 (rcirc-connect): Write logs to disk on auto-save-hook.
538 Make server a non-optional argument.
539 (rcirc-log-alist): New variable.
540 (rcirc-log-directory): Make customizable.
541 (rcirc-log-flag): New customizable variable.
542 (rcirc-log): New function.
543 (rcirc-print): Use above function.
544 (rcirc-log-write): New function.
545 (rcirc-generate-new-buffer-name): Strip text properties.
546 (rcirc-switch-to-buffer-function): Remove variable.
547 (rcirc-last-non-irc-buffer): Remove variable.
548 (rcirc-non-irc-buffer): Add function.
549 (rcirc-next-active-buffer): Use above function.
550 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
551 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
552 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
553 (rcirc-omit-mode): Add minor-mode.
554 (rcirc-mode-map): Change C-c C-o binding.
555 (rcirc-mode): Clear mode-line-process. Use a custom
556 fill-paragraph-function. Set up buffer-invisibility-spec.
557 (rcirc-response-formats): Remove timestamp code.
558 (rcirc-omit-responses): Add variable.
559 (rcirc-print): Don't put the overlay arrow on potentially omitted
560 lines. Log line to disk. Record activity for private messages
561 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
562 (rcirc-jump-to-first-unread-line): Print message if there is no
563 unread text.
564 (rcirc-clear-unread): New function.
565 (rcirc-markup-text-functions): Add variable.
566 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
567 (rcirc-debug): Don't mess with window configuration.
568 (rcirc-send-message): Send message before printing locally.
569 Add SILENT argument, do not print message if non-nil.
570 (rcirc-visible-buffers): New function and variable.
571 (rcirc-window-configuration-change-1): Add function.
572 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
573 server buffer.
574 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
575 (rcirc-fill-paragraph): Add function.
576 (rcirc-record-activity, rcirc-window-configuration-change-1):
577 Only update the activity string if it has actually changed.
578 (rcirc-update-activity-string): Remove padding characters from the
579 mode-line string.
580 (rcirc-disconnect-buffer): New function to be called when a
581 channel is parted or the user quits.
582 (rcirc-server-name): Warn when the server-name hasn't been set.
583 (rcirc-window-configuration-change): Postpone work until
584 post-command-hook.
585 (rcirc-window-configuration-change-1): Update mode-line and
586 overlay arrows here.
587 (rcirc-authenticate): Fix chanserv identification.
588 (rcirc-default-server): Remove variable.
589 (rcirc): Connect according to rcirc-connections.
590 (rcirc-connections): Add variable.
591 (rcirc-startup-channels-alist): Remove variable.
592 (rcirc-startup-channels): Remove function.
593
594 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
595
596 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
597
598 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
599
600 * term/xterm.el (terminal-init-xterm): Escape parens in character
601 constants.
602
603 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * progmodes/sh-script.el: Remove unneeded * from docstrings.
606 Use [:alpha:] and [:alnum:] where applicable.
607 (sh-quoted-subshell): Rewrite to correctly
608 handle nested mixes of `...` and $(...).
609 (sh-apply-quoted-subshell): Remove.
610 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
611
612 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
613
614 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
615
616 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
617 previous change.
618
619 2007-06-12 Tom Tromey <tromey@redhat.com>
620
621 * subr.el (user-emacs-directory): New defconst.
622 * cmuscheme.el (scheme-start-file):
623 * shell.el (shell):
624 * completion.el (save-completions-file-name):
625 * custom.el (custom-theme-directory):
626 * term/x-win.el (emacs-session-filename):
627 * filesets.el (filesets-menu-cache-file):
628 * thumbs.el (thumbs-thumbsdir):
629 * server.el (server-auth-dir):
630 * image-dired.el (image-dired-dir):
631 (image-dired-db-file):
632 (image-dired-temp-image-file):
633 (image-dired-gallery-dir):
634 (image-dired-temp-rotate-image-file):
635 * play/gamegrid.el (gamegrid-user-score-file-directory):
636 * savehist.el (savehist-file):
637 * tutorial.el (tutorial--saved-dir):
638 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
639
640 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
641
642 * scroll-lock.el (scroll-lock-mode): Doc fix.
643
644 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
645
646 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
647
648 * ediff-init.el: Doc strings.
649
650 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
651
652 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
653 (byte-compile-file): Bind it.
654 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
655 group argument is provided implicitly.
656 (byte-compile-format-warn, byte-compile-from-buffer)
657 (byte-compile-insert-header): Don't hardcode point-min==1.
658 (byte-compile-file-form-require): Remove unused var old-load-list.
659 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
660
661 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
662
663 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
664 Display error messages.
665 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
666 Get rid of cl.el dependencies.
667
668 * emulation/viper-init.el (viper-suppress-input-method-change-message):
669 New variable.
670 (viper-activate-input-method-action)
671 (viper-inactivate-input-method-action):
672 Use viper-suppress-input-method-change-message.
673
674 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
675 for C-s, C-r.
676
677 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
678 Use viper-replace-overlay-cursor-color instead of
679 viper-replace-overlay-cursor-color.
680 (viper-sit-for-short): Use sit-for with 3 arguments.
681
682 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
683 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
684 to gud-mode.
685
686 * ediff-mult.el (ediff-meta-buffer-brief-message)
687 (ediff-meta-buffer-verbose-message): New variables.
688 (ediff-meta-buffer-message): Variable deleted.
689 (ediff-verbose-help-enabled): New variable.
690 (ediff-toggle-verbose-help-meta-buffer): New function.
691 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
692 message options
693
694 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
695 (ediff-fixup-patch-map): Improve heuristic.
696
697 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
700 (log-view-font-lock-keywords): Simplify.
701 (log-view-current-file, log-view-current-tag): Simplify.
702
703 2007-06-12 Sam Steingold <sds@gnu.org>
704
705 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
706
707 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
708
709 * desktop.el (desktop-load-locked-desktop): New option.
710 (desktop-read): Use it.
711 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
712 Use `when'.
713
714 2007-06-12 Davis Herring <herring@lanl.gov>
715
716 * desktop.el (desktop-save-mode-off): New function.
717 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
718 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
719 (desktop-claim-lock, desktop-release-lock): New functions.
720 (desktop-kill): Tell `desktop-save' that this is the last save.
721 Release the lock afterwards.
722 (desktop-buffer-info): New function.
723 (desktop-save): Use it. Run `desktop-save-hook' where the doc
724 says to. Detect conflicts, and manage the lock.
725 (desktop-read): Detect conflicts. Manage the lock.
726
727 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
728
729 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
730
731 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
732 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
733 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
734 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
735 keysyms rather than byte sequences.
736 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
737
738 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
739
740 * font-lock.el (font-lock-add-keywords): In case font-lock was only
741 half-activated, forcefully activate it completely.
742
743 2007-06-11 Richard Stallman <rms@gnu.org>
744
745 * cus-edit.el (custom-variable-type): Doc fix.
746
747 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
750 (sh-font-lock-flush-syntax-ppss-cache): New functions.
751 (sh-font-lock-syntactic-keywords): Use them to distinguish the
752 different possible cases for \'.
753
754 * complete.el (PC-bindings): Don't bind things already bound in the
755 parent keymap.
756
757 * textmodes/bibtex-style.el: New file.
758
759 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
760
761 * vc-bzr.el: New file.
762
763 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * vc-svn.el (vc-svn-program): New var.
766 (vc-svn-command): Use it.
767
768 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
769
770 * server.el (server-switch-buffer): Remove redundant check.
771
772 2007-06-10 Martin Rudalics <rudalics@gmx.at>
773
774 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
775 Match against file-name-nondirectory.
776 Fix text on user customization variables.
777 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
778
779 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
780
781 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
782
783 2007-06-09 Davis Herring <herring@lanl.gov>
784
785 * desktop.el (desktop-minor-mode-table): Doc fix.
786
787 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
788
789 * textmodes/css-mode.el (css-navigation-syntax-table):
790 Use set-char-table-range so it also works in the unicode branch.
791
792 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
793
794 * help-mode.el (help-xref-forward-stack)
795 (help-xref-stack-forward-item, help-forward-label): New variables.
796 (help-forward): New button type.
797 (help-setup-xref): Initialise help-xref-forward-stack.
798 (help-make-xrefs): Add forward button, if appropriate.
799 (help-xref-go-back): Push item on forward stack.
800 (help-xref-go-forward, help-go-forward): New functions.
801
802 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
803
804 * dired.el (dired-mode-map): Remove spurious separator.
805
806 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
807
808 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
809
810 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
811 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
812
813 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
814
815 * textmodes/org.el: Version number fixed.
816
817 2007-06-07 Glenn Morris <rgm@gnu.org>
818
819 * version.el (emacs-copyright): New constant.
820 * startup.el (fancy-splash-tail): Use emacs-copyright.
821 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
822
823 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
824 `make-local'.
825 (byte-compile-warnings-safe-p): Add `make-local'.
826 (byte-compile-make-variable-buffer-local):
827 Allow byte-compile-warnings to suppress this warning.
828
829 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
830 format of "menu" description.
831 (tutorial--find-changed-keys): Describe the specific menu a
832 command is in.
833
834 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
835 Rewrite compatibility functions to silence byte-compiler.
836
837 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
838
839 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
840 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
841
842 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
843
844 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
845
846 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
847
848 * progmodes/ebrowse.el (ebrowse-member-table):
849 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
850 (org-batch-agenda-csv): Fix typos in docstrings.
851
852 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
853
854 * international/mule-cmds.el (toggle-enable-multibyte-characters)
855 (sort-coding-systems, search-unencodable-char): Doc fixes.
856 (coding-system-change-eol-conversion, set-default-coding-systems)
857 (prefer-coding-system, find-multibyte-characters, princ-list)
858 (leim-list-entry-regexp, set-input-method, locale-language-names)
859 (input-method-exit-on-first-char, exit-language-environment-hook)
860 (locale-charset-language-names): Fix typos in docstrings.
861
862 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
863
864 * pgg.el (pgg-sign-region, pgg-sign):
865 * ses.el (ses-call-printer):
866 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
867 * textmodes/org.el (org-cycle): Fix typos in docstrings.
868
869 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
870
871 * textmodes/org.el
872 (org-export-region-as-html, org-replace-region-by-html)
873 (org-number-to-letters, org-table-fedit-finish)
874 (org-normalize-color, org-table-fedit-ref-right)
875 (org-date-to-gregorian, org-table-fedit-move)
876 (org-table-convert-refs-to-rc, org-calendar-holiday)
877 (org-table-fedit-toggle-ref-type, org-write-agenda)
878 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
879 (org-defkey, org-encode-for-stdout)
880 (org-indent-line-function, org-export-as-html-to-buffer)
881 (org-store-agenda-views, org-update-mode-line)
882 (org-find-if, org-delete-all)
883 (org-table-fedit-convert-buffer, org-emphasize)
884 (org-uniquify, org-table-fedit-lisp-indent)
885 (org-table-fedit-scroll, org-get-todo-sequence-head)
886 (org-table-fedit-scroll-down, org-table-fedit-line-down)
887 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
888 (org-table-fedit-toggle-coordinates, org-dvipng-color)
889 (org-table-fedit-line-up, org-table-fedit-ref-down)
890 (org-table-formula-from-user, org-mode-flyspell-verify)
891 (org-cycle-show-empty-lines, org-ctrl-c-ret)
892 (org-table-formula-to-user, org-diary-to-ical-string)
893 (orgtbl-export, org-table-fedit-post-command)
894 (org-closed-in-range, org-shiftcontrolright)
895 (org-table-convert-refs-to-an, org-table-hline-and-move)
896 (org-table-formula-less-p, org-format-table-ascii)
897 (org-agenda-get-sexps, org-shift-refpart)
898 (org-diary-sexp-entry, org-time-string-to-absolute)
899 (org-table-show-reference, org-letters-to-number)
900 (org-fix-agenda-info, org-table-fedit-ref-up)
901 (org-table-fedit-shift-reference, org-table-fedit-abort)
902 (org-closest-date, org-shiftcontrolleft)
903 (org-at-heading-or-item-p, org-rematch-and-replace)
904 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
905 New functions.
906 (org-table-edit-scroll-down, org-finish-edit-formulas)
907 (org-table-edit-next-field, org-abort-edit-formulas)
908 (org-font-lock-level, org-export-find-first-heading-line)
909 (org-table-edit-line-down, org-table-edit-backward-field)
910 (org-edit-formula-lisp-indent, org-table-edit-move)
911 (org-check-log-option, org-this-word)
912 (org-table-edit-line-up, org-table-edit-formulas-post-command)
913 (org-agenda-file-to-end, org-expand-file-name)
914 (org-fake-empty-table-line, org-table-edit-scroll)
915 (org-toggle-log-option, org-show-reference): Function removed.
916 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
917 New defsubsts.
918 (org-unmodified, org-batch-store-agenda-views)
919 (org-batch-agenda-csv): New macro.
920 (org-agenda-export): New customization group.
921 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
922 (org-highest-priority, org-agenda-exporter-settings)
923 (org-log-done-with-time, org-replace-disputed-keys)
924 (org-format-latex-header, org-export-table-header-tags)
925 (org-cycle-separator-lines, org-export-table-data-tags)
926 (org-icalendar-include-sexps)
927 (org-empty-line-terminates-plain-lists)
928 (org-log-repeat, org-special-ctrl-a)
929 (org-table-use-standard-references, org-disputed-keys)
930 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
931 (org-agenda-export-html-style): New option.
932 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
933 (org-CUA-compatible): Option removed.
934 (org-agenda-structure, org-sexp-date): New face.
935 (org-todo-keywords-for-agenda, org-not-done-keywords)
936 (org-planning-or-clock-line-re, org-agenda-name)
937 (org-table-colgroup-info, org-todo-sets)
938 (constants-unit-system, org-clock-mode-line-entry)
939 (org-mode-line-timer, org-table-current-begin-pos)
940 (org-todo-keywords-1, org-mode-line-string)
941 (org-table-clean-did-remove-column, org-table-fedit-map)
942 (org-clock-heading, org-table-buffer-is-an)
943 (org-agenda-info, org-done-keywords)
944 (org-done-keywords-for-agenda, org-todo-heads)
945 (org-todo-kwd-alist, org-clock-start-time): New variable.
946 (org-todo-kwd-priority-p, org-edit-formulas-map)
947 (org-repeat-re, org-todo-kwd-max-priority)
948 (org-version, org-done-string)
949 (org-table-clean-did-remove-column-1, org-disputed-keys):
950 Remove variables.
951 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
952 (org-ts-lengths): Constant removed.
953 (org-follow-gnus-link): Don't ask how many articles to read.
954 (org-export-find-first-export-line): Rename from
955 `org-export-find-first-heading'.
956 Use `org-export-skip-text-before-1st-heading'.
957 (org-table-fedit-post-command): Rename from
958 `org-table-edit-formulas-post-command'.
959 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
960 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
961 (org-table-fedit-lisp-indent): Rename from
962 `org-edit-formula-lisp-indent'.
963 (org-table-show-reference): Rename from `org-show-reference'.
964 (org-table-store-formulas): Use `org-table-formula-less-p'.
965 (org-table-edit-formulas): Position cursor to current field equation.
966 (org-update-checkbox-count, org-hide-archived-subtrees)
967 (org-timestamp-up-day, org-timestamp-down-day)
968 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
969 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
970 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
971 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
972 Let `org-on-heading-p' also check for invisible heading.
973 (org-read-date): Match am/pm times.
974 (org-eval-in-calendar): Fix default date in prompt.
975
976 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
977
978 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
979 "ChangeLog.a" entries, giving the latter lower priority.
980
981 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
982
983 * faces.el (face-id): If the argument is a face alias,
984 return the ID of the target face.
985
986 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
987
988 * net/socks.el (top): Remove unnecessary copyright line.
989
990 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
991
992 * longlines.el (longlines-auto-wrap): Handle argument correctly.
993
994 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
995
996 * net/socks.el: New file, taken from w3 repository.
997 (top): Update Copyright. Don't load cl.el.
998 (all): Replace `case' by `cond', `string-to-int' by
999 `string-to-number', and `process-kill-without-query' by
1000 `set-process-query-on-exit-flag'.
1001 (socks-char-int): Remove defalias and all occurencies.
1002
1003 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
1004
1005 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1006 Fix typos in docstrings.
1007 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1008 (compilation-finish-function): Fix typo in obsolescence declaration.
1009
1010 2007-06-03 Sam Steingold <sds@gnu.org>
1011
1012 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
1013 handle unending automatic recompilation of changed files (`omake -P').
1014 (compilation-loop): VISITED is now 5th CDR.
1015 (compilation-next-error-function): Set TIMESTAMP.
1016
1017 2007-06-03 Sam Steingold <sds@gnu.org>
1018
1019 * files.el (kill-buffer-ask): New function.
1020 (kill-some-buffers): Use it.
1021 (kill-matching-buffers): New user command.
1022
1023 2007-06-01 David Kastrup <dak@gnu.org>
1024
1025 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1026 Change default to `top'.
1027
1028 2007-05-31 Richard Stallman <rms@gnu.org>
1029
1030 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
1031
1032 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 * textmodes/css-mode.el: New file.
1035
1036 2007-05-30 Michael Olson <mwolson@gnu.org>
1037
1038 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1039 died and we are trying to send a signal to it. The program using
1040 tq.el should periodically check to see whether the process has
1041 died and react appropriately -- this is not the responsibility of
1042 tq.el, and is consistent with the rest of the tq.el source code.
1043
1044 2007-05-29 Martin Rudalics <rudalics@gmx.at>
1045
1046 * textmodes/table.el (table--point-entered-cell-function)
1047 (table--point-left-cell-function):
1048 Bind `inhibit-point-motion-hooks' to t.
1049
1050 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1051
1052 * emacs-lisp/rx.el (rx): Doc fix.
1053
1054 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
1055
1056 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1057
1058 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
1059
1060 Sync with Tramp 2.0.56.
1061
1062 * net/tramp.el:
1063 * net/tramp-ftp.el:
1064 * net/tramp-smb.el:
1065 * net/tramp-util.el:
1066 * net/tramp-vc.el:
1067 Don't load cl.el, because that pollutes the namespace. Replace cl
1068 macros by their implementations where necessary. Requested by
1069 Richard Stallman <rms@gnu.org>.
1070
1071 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1072 doesn't exist.
1073 (with-parsed-tramp-file-name): Protect debug spec during compilation.
1074 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1075 (tramp-file-name-p, tramp-file-name-multi-method)
1076 (tramp-file-name-method, tramp-file-name-user)
1077 (tramp-file-name-host, tramp-file-name-localname): New defuns,
1078 replacing defstruct `tramp-file-name'.
1079 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1080 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1081 Apply `vector' instead of `make-tramp-file-name'.
1082 (tramp-handle-make-auto-save-file-name):
1083 Apply `tramp-temporary-file-directory' for compatibility reasons.
1084 (tramp-completion-mode): Use `natnump' instead of `wholenump'
1085 because of XEmacs.
1086 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1087 started.
1088
1089 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
1090
1091 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1092
1093 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1094
1095 * log-edit.el (log-edit-changelog-paragraph): Return point-max
1096 as the end of the ChangeLog paragraph when it ends without a line
1097 termination.
1098
1099 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
1100
1101 * net/webjump.el (webjump-sample-sites):
1102 Add simple Wikipedia query.
1103
1104 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
1107 compatibility code.
1108
1109 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
1110 (copyright-update-year): Use it.
1111
1112 * edmacro.el (edmacro-format-keys): Use current-active-maps.
1113
1114 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
1115 Add indentation and debugging info. Fix up comment convention.
1116
1117 * cus-dep.el (custom-make-dependencies): Simplify.
1118
1119 * composite.el (compose-region, decompose-region):
1120 Use inhibit-read-only and restore-buffer-modified-p.
1121
1122 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1123 (xterm-mouse-event): Use it.
1124
1125 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
1126
1127 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1128 `switch-to-buffer' has returned succesfully.
1129 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1130 window is dedicated (it could iconify the frame).
1131
1132 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
1133
1134 * vc-hooks.el (vc-find-root): Fix file attribute test.
1135
1136 2007-05-24 Richard Stallman <rms@gnu.org>
1137
1138 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1139 Don't let opoint be nil.
1140 (flyspell-emacs-popup): Explicit error if no dialogs.
1141
1142 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
1143
1144 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1145 (image-next-line, image-previous-line, image-scroll-up)
1146 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1147 New functions.
1148 (image-mode-map): Remap motion commands.
1149 (image-mode-text-map): New keymap for viewing images as text.
1150 (image-mode): Use image-mode-map.
1151 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1152
1153 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * textmodes/fill.el (canonically-space-region): Make the second arg
1156 a marker if it's not already the case.
1157
1158 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1159
1160 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1161 (tar-get-descriptor): Handle type 55, an extended pax header.
1162
1163 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1164
1165 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
1166 to confuse outline-minor-mode.
1167
1168 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1169
1170 * tar-mode.el (tar-file-name-handler): New function.
1171 (tar-extract): Bind file-name-handler-alist to it to force
1172 find-buffer-file-type-coding-system behave as if the file being
1173 extracted existed. Use last-coding-system-used to force
1174 buffer-file-coding-system to what decode-coding-region actually
1175 used to decode the file.
1176
1177 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1178
1179 * progmodes/compile.el (compilation-handle-exit):
1180 `compilation-finish-function' may change the current buffer.
1181
1182 2007-05-22 Richard Stallman <rms@gnu.org>
1183
1184 * files.el (set-auto-mode): Doc fix.
1185
1186 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1187
1188 * help-fns.el (find-source-lisp-file): New function.
1189 (describe-function-1): Use find-source-lisp-file to find source
1190 file in compile tree.
1191
1192 2007-05-22 Eli Zaretskii <eliz@gnu.org>
1193
1194 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1195
1196 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
1197
1198 * emacs-lisp/easy-mmode.el (define-minor-mode)
1199 (easy-mmode-define-navigation): Fix typos in docstrings.
1200
1201 2007-05-22 Glenn Morris <rgm@gnu.org>
1202
1203 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1204
1205 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1206
1207 * mail/mail-extr.el (mail-extract-address-components):
1208 Recognize non-ASCII characters except for NBSP as words.
1209
1210 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
1211
1212 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1213 (rcirc-print): Handle `window-width'.
1214 (rcirc-buffer-maximum-lines): Doc fix.
1215
1216 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
1217
1218 * image-mode.el (image-toggle-display): Don't clear image cache.
1219 Only use filename in image spec if the file is readable.
1220 Call image-refresh.
1221
1222 * image.el (image-type-from-file-name, image-type): Simplify.
1223 (image-type-auto-detected-p): Don't scan auto-mode-alist.
1224
1225 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1226 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1227
1228 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
1229
1230 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
1231 is an error.
1232
1233 * term/linux.el (terminal-init-linux): Don't signal an error
1234 if gpm isn't running.
1235
1236 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
1237
1238 * t-mouse.el: Reduce to a minor-mode macro call.
1239 (t-mouse-mode): Remove the lighter.
1240
1241 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
1242
1243 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
1244
1245 * files.el (auto-mode-alist): Change the regexp so that
1246 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
1247
1248 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1249
1250 * Version 22.1 released.
1251
1252 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
1253
1254 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1255 changes.
1256
1257 2007-05-19 Kevin Ryde <user42@zip.com.au>
1258
1259 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
1260
1261 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1262
1263 * textmodes/sgml-mode.el: Revert last change.
1264
1265 2007-05-18 Richard Stallman <rms@gnu.org>
1266
1267 * simple.el (push-mark): Doc fix.
1268
1269 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
1270
1271 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1272 tpu-global-map.
1273 (tpu-original-global-map): Variable deleted.
1274 (tpu-control-keys-map): New keymap variable.
1275 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1276 setting keymapping directly.
1277 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1278 tpu-global-map.
1279 (tpu-edt-on): Activate the tpu-global-map.
1280 (tpu-edt-off): Deactivate the tpu-global-map.
1281
1282 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
1283
1284 * textmodes/ispell.el (ispell-get-word): Return markers
1285 for start and end positions.
1286 (ispell-word): Assume END is a marker.
1287
1288 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1289
1290 * printing.el: Group together all XEmacs/Emacs definitions.
1291 (pr-version): New version 6.9.
1292 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
1293 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
1294 (pr-menu-bind): Fix code.
1295 (pr-e-frame-char-height, pr-e-frame-char-width)
1296 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
1297 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
1298 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
1299 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
1300 (pr-x-event-y-pixel): Aliases eliminated.
1301 (pr-xemacs-global-menubar): Macro moved.
1302 (current-menubar, current-mouse-event, zmacs-region-stays)
1303 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
1304 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
1305 Vars moved.
1306 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
1307 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
1308 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
1309 (pr-menu-set-utility-title, pr-even-or-odd-pages)
1310 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
1311 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
1312 moved.
1313
1314 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
1315
1316 * textmodes/sgml-mode.el (sgml-tag):
1317 Fix bug: Call sgml-transformation-function.
1318
1319 2007-05-17 Martin Rudalics <rudalics@gmx.at>
1320
1321 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1322 modified flag of buffer. Use `inhibit-modification-hooks'.
1323
1324 2007-05-16 Richard Stallman <rms@gnu.org>
1325
1326 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1327
1328 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1329
1330 * files.el (magic-mode-alist, magic-fallback-mode-alist):
1331 Move the *ml, Postscript, and XmCD entries to the fallback part.
1332
1333 * files.el (magic-fallback-mode-alist):
1334 Rename from file-start-mode-alist.
1335
1336 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1337
1338 * progmodes/compile.el (compilation-handle-exit): Quote first
1339 argument of `run-hook-with-args'.
1340
1341 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
1342
1343 * buff-menu.el (Buffer-menu-sort-column):
1344 * dabbrev.el (dabbrev-upcase-means-case-search):
1345 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1346 * info.el (Info-current-subfile):
1347 * ls-lisp.el (ls-lisp-verbosity):
1348 * msb.el (msb-menu-cond):
1349 * pcvs.el (cvs-dired-use-hook):
1350 * simple.el (set-mark-command-repeat-pop):
1351 * time.el (display-time-24hr-format, display-time-mail-file):
1352 Doc fixes.
1353
1354 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1355 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1356
1357 * view.el (view-inhibit-help-message): Fix typo in docstring.
1358 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1359
1360 2007-05-16 Martin Rudalics <rudalics@gmx.at>
1361
1362 * textmodes/ispell.el (ispell-start-process): Defend against bad
1363 default-directory.
1364
1365 2007-05-14 Eli Zaretskii <eliz@gnu.org>
1366
1367 * mail/rmail.el (rmail-convert-to-babyl-format): Check
1368 content-transfer-encoding _last_, because it's its position that
1369 we need as value of base64-header-field-end.
1370
1371 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
1372
1373 * files.el (mode-require-final-newline, require-final-newline)
1374 (enable-local-variables, enable-local-eval): Doc fixes.
1375
1376 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1377
1378 * ps-print.el: Use default color when foreground or background color
1379 are unspecified. Reported by Leo <sdl.web@gmail.com>.
1380 (ps-print-version): New version 6.7.4.
1381 (ps-rgb-color): New argument. Use default color when color is
1382 unspecified.
1383 (ps-begin-job): Fix code.
1384
1385 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
1386
1387 * longlines.el (longlines-mode): Make longlines-auto-wrap
1388 buffer-local. Add hooks unconditionally.
1389 (longlines-auto-wrap): Toggle wrapping.
1390 (longlines-after-change-function)
1391 (longlines-post-command-function): Check longlines-auto-wrap.
1392
1393 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
1394
1395 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
1396 (xterm-mouse-translate): Use it.
1397
1398 2007-05-10 Richard Stallman <rms@gnu.org>
1399
1400 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1401 (iso-cvt-write-only): Likewise.
1402
1403 * emacs-lisp/easy-mmode.el (define-minor-mode):
1404 Fix generated doc string.
1405
1406 * startup.el (fancy-splash-text): Add URL of guided tour.
1407 Adjust horizontal and vertical whitespace.
1408
1409 * progmodes/compile.el (compilation-handle-exit):
1410 Use run-hook-with-args to run compilation-finish-functions.
1411
1412 * files.el (file-start-mode-alist): New variable.
1413 (magic-mode-regexp-match-limit): Doc fix.
1414 (set-auto-mode): Handle file-start-mode-alist.
1415 A little cleanup of structure.
1416
1417 * dabbrev.el (dabbrev-eliminate-newlines):
1418 Renamed from dabbrev--eliminate-newlines. All uses changed.
1419
1420 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1421
1422 * man.el (Man-next-section): Don't consider the last line of the page
1423 as being part of any section.
1424
1425 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1426
1427 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
1428 can take any number of values.
1429
1430 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
1433 to the list of citation commands.
1434
1435 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1436
1437 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1438
1439 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1440
1441 * progmodes/python.el (python-font-lock-keywords)
1442 (python-open-block-statement-p, python-mode): Add support for the new
1443 "with" keyword.
1444
1445 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1446
1447 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
1448 the exact opposite of diff-goto-source.
1449
1450 * emacs-lisp/advice.el (ad-special-forms): Remove.
1451 (ad-special-form-p): Use subr-arity.
1452
1453 * newcomment.el (comment-search-forward): Make sure we search forward.
1454 (comment-enter-backward): Try and distinguish the non-matching case at
1455 EOB from the non-matching case with a missing comment-end-skip for
1456 a 2-char comment ender.
1457 (comment-choose-indent): New function extracted from comment-indent.
1458 Improve the alignment algorithm.
1459 (comment-indent): Use it.
1460
1461 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
1462 XML style Processing Instructions.
1463 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
1464 (sgml-calculate-indent): Handle `pi' context.
1465
1466 * vc.el: Ensure that update-changelog issues an error when used with
1467 a backend that does not implement it.
1468 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
1469 Remove `backend' argument. Use expand-file-name.
1470 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
1471
1472 * progmodes/python.el (python-end-of-block): Revert last change.
1473 (python-end-of-statement): Make sure we move *forward*.
1474
1475 2007-05-08 Richard Stallman <rms@gnu.org>
1476
1477 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1478 Don't include non-self-insert commands in the exception for `-'.
1479
1480 2007-05-08 David Reitter <david.reitter@gmail.com>
1481
1482 * progmodes/python.el (python-guess-indent): Check non-nullness
1483 before comparing indent against the 2..8 interval.
1484
1485 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1486
1487 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1488 available.
1489
1490 2007-05-06 Richard Stallman <rms@gnu.org>
1491
1492 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1493
1494 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
1497 rather than storing their value in the revert-buffer function.
1498
1499 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
1500
1501 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
1502 when disabling t-mouse-mode.
1503
1504 2007-05-01 Davis Herring <herring@lanl.gov>
1505
1506 * calendar/timeclock.el: Update version number.
1507 (timeclock-modeline-display): Mention timeclock-use-display-time
1508 in explanatory message.
1509 (timeclock-in): Fix non-interactive workday specifications.
1510 (timeclock-log): Don't kill the log buffer if it already existed.
1511 Suppress warnings when finding the log. Don't check for a nil
1512 project twice. Run hooks after killing the buffer (if applicable).
1513 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1514 was geometric). All uses changed.
1515 (timeclock-generate-report): Support prefix argument.
1516
1517 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
1518
1519 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1520 disconnections.
1521
1522 2007-05-01 Romain Francoise <romain@orebokech.com>
1523
1524 * dired-x.el: Revert 2007-04-06 change.
1525
1526 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
1527
1528 * find-dired.el (find-dired-filter): Propertize all text down to eob.
1529
1530 2007-04-29 Richard Stallman <rms@gnu.org>
1531
1532 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1533
1534 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 * progmodes/cc-mode.el (c-before-change): Use point-min rather
1537 than 1.
1538
1539 2007-04-28 Richard Stallman <rms@gnu.org>
1540
1541 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1542
1543 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
1544
1545 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1546 don't put stop on toolbar.
1547
1548 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1549
1550 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1551
1552 2007-04-28 Eli Zaretskii <eliz@gnu.org>
1553
1554 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1555 instead of $(lisp)/mh-e.
1556
1557 2007-04-28 Glenn Morris <rgm@gnu.org>
1558
1559 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1560 (image-dired-cmd-create-temp-image-options): Replace option
1561 +profile "*" with -strip.
1562
1563 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
1564
1565 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1566 Use window-start and window-end.
1567
1568 2007-04-27 Andreas Schwab <schwab@suse.de>
1569
1570 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1571
1572 2007-04-27 Eli Zaretskii <eliz@gnu.org>
1573
1574 * textmodes/fill.el (fill-paragraph): Doc fix.
1575
1576 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
1577
1578 * locate.el (locate-in-alternate-database): Doc fix.
1579
1580 2007-04-26 Glenn Morris <rgm@gnu.org>
1581
1582 * button.el (button): Use underline if supported, else fall back
1583 to color.
1584
1585 * version.el (emacs-version): Increase to 22.1.50.
1586
1587 2007-04-25 Richard Stallman <rms@gnu.org>
1588
1589 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1590
1591 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
1592
1593 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1594 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1595 pushing mark.
1596 (idlwave-current-routine): Don't push mark.
1597
1598 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
1599
1600 * image-dired.el (image-dired-display-image): Derive image-type from
1601 filename rather than assuming jpeg, in case no resizing was needed.
1602
1603 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1604
1605 * custom.el (defface): Doc fix.
1606
1607 See ChangeLog.12 for earlier changes.
1608
1609 ;; Local Variables:
1610 ;; coding: iso-2022-7bit
1611 ;; add-log-time-zone-rule: t
1612 ;; End:
1613
1614 Copyright (C) 2007 Free Software Foundation, Inc.
1615
1616 This file is part of GNU Emacs.
1617
1618 GNU Emacs is free software; you can redistribute it and/or modify
1619 it under the terms of the GNU General Public License as published by
1620 the Free Software Foundation; either version 2, or (at your option)
1621 any later version.
1622
1623 GNU Emacs is distributed in the hope that it will be useful,
1624 but WITHOUT ANY WARRANTY; without even the implied warranty of
1625 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1626 GNU General Public License for more details.
1627
1628 You should have received a copy of the GNU General Public License
1629 along with GNU Emacs; see the file COPYING. If not, write to the
1630 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1631 Boston, MA 02110-1301, USA.
1632
1633 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af