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