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