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