]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
2
3 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
4
5 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
6
7 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
8
9 * emulation/viper-cmd.el (viper-prev-destructive-command)
10 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
11 copy-sequence.
12
13 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
14 Got rid of ediff-copy-list.
15
16 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
17 use face-name.
18 (ediff-test-utility,ediff-diff-mandatory-option)
19 (ediff-reset-diff-options): Remove to simplify the mandatory option
20 handling on Windows.
21 (ediff-set-diff-options): Add.
22 (ediff-diff-options): Changed.
23
24 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
25 (ediff-vc-merge-internal): use ediff-vc-revision-other-window and
26 ediff-vc-working-revision.
27 Require vc-hooks.
28
29 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
30
31 * files.el (hack-local-variables): Fix membership tests to avoid
32 treating all variables as safe if `enable-local-variables' is
33 set to :safe.
34
35 2007-11-02 Glenn Morris <rgm@gnu.org>
36
37 * newcomment.el (comment-indent): Let comment-insert-comment-function,
38 if defined, do all the work of inserting a new comment.
39
40 * progmodes/etags.el (tags-table-mode): Disable undo.
41
42 * simple.el (bad-packages-alist): Revert previous change.
43
44 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
45
46 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
47
48 * obsolete/lselect.el: Do not warn about unknown functions.
49
50 2007-11-02 Michael Olson <mwolson@gnu.org>
51
52 * textmodes/remember.el (remember-buffer): Make this an alias of
53 remember-finalize, because Org uses it.
54
55 2007-11-01 Michael Olson <mwolson@gnu.org>
56
57 * textmodes/remember.el: Improve documentation in heading.
58 (remember-before-remember-hook): Turn into a customizable option.
59 (remember): Document INITIAL argument.
60 (remember-region): Remove autoload cookie. Improve docstring to
61 mention that it is called from the *Remember* buffer, and does not
62 have any functional overlap with the `remember' function.
63 (remember-finalize): Remove autoload cookie. Rename from
64 remember-buffer to emphasize that this does not have any
65 functional overlap with the `remember' function.
66 (remember-destroy): Remove autoload cookie.
67 (remember-mode-map): Define and initialize in one step.
68 (remember-mode): Improve docstring.
69 (remember-annotation-functions): Default to just '(buffer-file-name),
70 and don't try to take the default value from Planner.
71
72 2007-11-01 Glenn Morris <rgm@gnu.org>
73
74 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
75
76 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
77
78 * emacs-lisp/authors.el (authors-scan-change-log)
79 (authors-scan-el): Don't enable local eval; enable only safe local
80 variables, without querying.
81
82 * mail/footnote.el (footnote-numeric-regexp)
83 (footnote-english-upper-regexp, footnote-english-lower-regexp)
84 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
85 Match multi-character footnotes.
86
87 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
88 (nroff-indent-line-function): New function.
89 (nroff-count-text-lines): Use nroff-forward-text-line rather than
90 obsolete alias.
91
92 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
93
94 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
95 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
96 (rcirc-print): Only update the line count when not marking the
97 line as omittable.
98 (rcirc-log-write): Specify coding system when writing logfile.
99 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
100
101 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
102
103 * printing.el (printing): Fix :version, printing.el was included
104 for in emacs-22.1.
105 (pr-path-style, pr-path-alist, pr-txt-name)
106 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
107 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
108 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
109 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
110 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
111 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
112 (pr-setting-database, pr-visible-entry-list)
113 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
114 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
115
116 * ediff-util.el (ediff-nuke-selective-display): Move definition to
117 top level, make it dependent on the emacs flavor.
118
119 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
120 Test for XEmacs not for itimer.
121
122 * term/sun-mouse.el:
123 * obsolete/sun-fns.el:
124 * obsolete/sun-curs.el: Remove files.
125
126 * term/sun.el (select-previous-complex-command): Remove obsolete code.
127
128 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
129
130 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
131 was given to concat.
132
133 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
134
135 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
136 used normally for goto-line. Change `g' to revert the buffer.
137 Add redundant `r' binding for buffer-revert.
138
139 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
140 (mail-abbrevs-setup): Use abbrev-expand-functions.
141 (build-mail-abbrevs): Use with-temp-buffer.
142 (define-mail-abbrev): Simplify.
143 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
144 Change it for use on abbrev-expand-functions.
145 (mail-abbrev-complete-alias): Use with-syntax-table.
146
147 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
148
149 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
150 directly. Fix bug in deleting temp file.
151
152 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
155 Merge defvar and define-abbrev-table.
156 (def-python-skeleton): Use :case-fixed and :enable-function.
157 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
158 Remove.
159 (python-mode): Don't modify pre-abbrev-expand-hook.
160
161 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
162
163 * ediff-util.el (ediff-file-checked-out-p)
164 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
165
166 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
167
168 * abbrev.el (abbrev-symbol): Correct let->let*.
169 (abbrev--before-point): Only use abbrev-start-location if before point.
170
171 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
172
173 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
174 (strokes-unload-hook): Remove function and variable.
175 (strokes-unload-function): New-style unload function, adapted
176 from `strokes-unload-hook'.
177
178 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
179 (cl-unload-hook): Remove variable.
180 (cl-unload-function): New-style unload function, adapted
181 from `cl-cannot-unload'.
182
183 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
184 (elp-unload-function): New-style unload function, adapted
185 from `elp-unload-hook'.
186
187 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
188
189 * emacs-lisp/find-func.el (find-library): Use library at
190 point as default interactive argument.
191
192 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
193
194 * shadowfile.el (shadow-join): Remove.
195 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
196 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
197 (shadowfile-unload-hook): Remove function and variable.
198 (shadowfile-unload-function): New-style unload function, adapted
199 from `shadowfile-unload-hook'.
200
201 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
202
203 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
204 only if it is bound.
205
206 * textmodes/reftex.el: Move autoloads for before all uses.
207 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
208 (reftex-delete-overlay): Move to the top level with the condition
209 in the body.
210
211 * progmodes/simula.el: Use when instead of if.
212
213 * iimage.el (iimage-locate-file): Define unconditionally.
214
215 * mail/mailabbrev.el (mail-abbrev-next-line):
216 * emulation/vip.el (vip-enlarge-region, vip-line)
217 (vip-next-line-at-bol, vip-previous-line)
218 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
219 Wrap with-no-warnings around uses of next-line and previous-line.
220
221 * ediff.el (run-ediff-from-cvs-buffer):
222 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
223 Remove function not used by pcl-cvs anymore.
224 (noninteractive, generic-sc-get-latest-rev)
225 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
226 Delete support for long obsolete generic-sc.el.
227
228 2007-10-31 Glenn Morris <rgm@gnu.org>
229
230 * cvs-status.el: No longer require pcvs when compiling.
231
232 * doc-view.el (doc-view-conversion-refresh-interval)
233 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
234 (doc-view-reset-slice): Doc fixes.
235 (doc-view-menu): Remove deleted function doc-view-edit-doc.
236
237 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
238
239 * help-at-pt.el (help-at-pt-unload-hook): Remove.
240 Timers are automatically canceled by `unload-feature'.
241
242 * delsel.el (delsel-unload-hook): Remove function and variable.
243 (delsel-unload-function): New-style unload function, adapted
244 from `delsel-unload-hook'.
245
246 * msb.el (msb-unload-hook): Remove function and variable.
247 (msb-unload-function): New-style unload function, adapted from
248 `msb-unload-hook'.
249
250 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
251
252 * desktop.el (uniquify-managed): Pacify byte compiler.
253 (desktop-buffer-info): If the buffer name is managed by uniquify,
254 save the base name, not the uniquified one.
255 (desktop-create-buffer): Allow `rename-buffer' to generate a new
256 name in case of conflict.
257
258 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * doc-view.el: Use expand-file-name rather than concat.
261 (doc-view-cache-directory): Add the UID so multiple users won't clash.
262 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
263 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
264 (doc-view-toggle-display): Use an overlay over the whole buffer so as
265 not to have to touch the buffer's content.
266 (doc-view-initiate-display): New function, extracted from doc-view-mode.
267 (doc-view-mode): Use it. Don't mark as a special mode.
268 Put the page numbers in the modeline.
269 Set up the overlay. Hide the cursor. Run the mode hook.
270 Use after-revert-hook rather than revert-buffer-function.
271 (doc-view-search-internal): Fix typo.
272 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
273 image-cache flush.
274 (doc-view-reconvert-doc): Don't reset the whole mode.
275 (doc-view-make-safe-dir): New function.
276 (doc-view-current-cache-dir): Use it.
277
278 2007-10-30 Jason Rumney <jasonr@gnu.org>
279
280 * time.el (display-time-world-list): Test for zoneinfo support.
281
282 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
283
284 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
285
286 * net/tramp-cache.el (tramp-flush-file-function): Check also
287 `default-directory' if `buffer-file-name' does not return a
288 string. Added to `eshell-pre-command-hook'.
289
290 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
291
292 * doc-view.el (doc-view-current-doc): Remove.
293 Replace all uses by buffer-file-name.
294 (doc-view-menu): New menu.
295 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
296 unused var `doc'.
297 (doc-view-sort): Simplify.
298 (doc-view-buffer-message): Don't change buffer-modified-p.
299 (doc-view-mode): Change it here instead.
300 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
301 Don't modify the global value of revert-buffer-function.
302
303 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
304 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
305 (image-toggle-display): Take overlays into account and don't assume
306 point-min==1.
307
308 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
309
310 * vc.el (vc-annotate): Fix omission bug:
311 Specify value for vc-sentinel-movepoint.
312
313 2007-10-30 Michael Olson <mwolson@gnu.org>
314
315 * textmodes/remember.el (remember-mode-hook)
316 (remember-handler-functions, remember-annotation-functions):
317 Add additional items as options, including some Org functions.
318
319 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
320
321 * doc-view.el: Remove cl-dependency.
322 (doc-view-buffer-message): Mention new binding K.
323 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
324 instead of variable.
325 (doc-view-current-cache-dir): Better cache dir naming.
326 (doc-view-current-display): Remove variable.
327 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
328 (doc-view-kill-proc): Set converter process to nil.
329 (doc-view-minor-mode): New minor mode.
330 (doc-view-minor-mode-map): New keymap.
331 (doc-view-mode): Remove text/image switching code. Use plain defun.
332 (doc-view-mode-map): New binding K kills converter process.
333 Remove C-c C-e binding.
334 (doc-view-mode-text-map): Remove keymap.
335 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
336 d-v-display-maybe.
337 (doc-view-previous-major-mode): New variable.
338 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
339 (doc-view-remove-if): New function.
340 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
341 (doc-view-toggle-display): Toggle modes instead of display styles.
342 (doc-view-reconvert-doc): Adapt to new way of doing things.
343
344 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
345
346 2007-10-30 Glenn Morris <rgm@gnu.org>
347
348 * dirtrack.el (dirtrack-mode): Doc fix.
349 * shell.el (shell-dirtrack-verbose, shell-mode)
350 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
351
352 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
353 (byte-compile-enable-warning): Doc fix.
354
355 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
356 suppress byte-opt warning.
357
358 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
359
360 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
361 (edt-gnu-emacs19-p): Remove.
362 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
363 (edt-xserver, edt-page-backward, edt-beginning-of-line)
364 (edt-end-of-line-forward, edt-end-of-line-backward)
365 (edt-one-word-forward, edt-one-word-backward, edt-character)
366 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
367 (edt-find-forward, edt-find-backward, edt-find-next-forward)
368 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
369 (edt-define-key, edt-bottom-check, edt-sentence-forward)
370 (edt-sentence-backward, edt-paragraph-forward)
371 (edt-paragraph-backward, edt-restore-key, edt-window-top)
372 (edt-window-bottom, edt-scroll-window-forward-line)
373 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
374 (edt-line-to-top-of-window, edt-paragraph-backward)
375 (edt-restore-key, edt-window-top, edt-window-bottom)
376 (edt-scroll-window-forward-line)
377 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
378 (edt-line-to-middle-of-window, edt-goto-percentage)
379 (edt-display-the-time, edt-remember, edt-split-window)
380 (edt-emulation-on, edt-emulation-off)
381 (edt-default-emulation-setup, edt-user-emulation-setup)
382 (edt-select-default-global-map, edt-select-user-global-map):
383 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
384 tests.
385
386 * textmodes/reftex-index.el (reftex-index-selection-or-word):
387 Use feature test instead of boundp test so it can be resolved at
388 compile time.
389
390 * net/newsticker.el (replace-regexp-in-string): Only define for
391 XEmacs.
392
393 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
394
395 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
396 Update all users.
397 (abbrev-get, abbrev-put): Simplify.
398 (define-abbrev): Don't store the `force' value in the :system property.
399 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
400
401 2007-10-30 Michael Olson <mwolson@gnu.org>
402
403 * desktop.el (desktop-minor-mode-table): Add line for ERC.
404
405 * textmodes/remember.el: New file that implements a mode for
406 quickly jotting down things to remember.
407
408 * textmodes/remember-diary.el: A backend for remember.el that
409 implements saving notes to a Diary file.
410
411 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
412
413 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
414 Relocate in file.
415 (allout-doublecheck-at-and-shallower): Increase to include
416 slightly greater depths, since yank interaction is now ok.
417 Also, elaborate the docstring to explain the situation.
418 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
419 instead of concat, so we accommodate key sequences expressed as
420 vectors as well as strings and lists.
421 (allout-flag-region, allout-hide-by-annotation): Make the
422 hidden-text overlays 'front-advance.
423 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
424 (allout-aberrant-container-p, allout-on-current-heading-p)
425 (allout-e-o-prefix-p, allout-next-heading)
426 (allout-previous-heading, allout-goto-prefix)
427 (allout-end-of-prefix, allout-next-sibling-leap)
428 (allout-next-visible-heading, allout-auto-fill)
429 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
430 (allout-yank-processing, allout-resolve-xref)
431 (allout-current-topic-collapsed-p, allout-hide-region-body)
432 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
433 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
434 (count-trailing-whitespace-region): Preserve match data, so allout
435 outline navigation doesn't disrupt other Emacs operations.
436 (allout-beginning-of-line): Retreat to the beginning of the hidden
437 text, so fields are respected (for submodes that care).
438 (allout-end-of-line): Preserve mark activation status when jumping.
439 (allout-open-topic): Account for opening after a child that
440 contains a hidden trailing newline. Preserve match data.
441 Run allout-structure-added-hook
442 (allout-encrypt-decrypted): Preserve match data.
443 (allout-toggle-current-subtree-exposure): Add new interactive
444 function for toggle subtree exposure - suggested by tassilo.
445 (move-beginning-of-line, move-end-of-line): Don't use
446 line-move-invisible-p, it's obsolete - substitute the code,
447 instead.
448
449 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
450
451 * textmodes/flyspell.el (message-signature-separator):
452 * longlines.el (message-indent-citation-function): Pacify byte
453 compiler.
454
455 * emacs-lisp/cl-loaddefs.el:
456 * ldefs-boot.el: Regenerate.
457
458 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
459 (.el.elc, compile, compile-always, compile-calc)
460 ($(lisp)/progmodes/cc-mode.elc): Use it.
461
462 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p): Only
463 do work for XEmacs.
464 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
465 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
466 on XEmacs.
467 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
468 (ps-x-color-name, ps-x-color-specifier-p)
469 (ps-x-copy-coding-system, ps-x-device-class)
470 (ps-x-extent-end-position, ps-x-extent-face)
471 (ps-x-extent-priority, ps-x-extent-start-position)
472 (ps-x-face-font-instance, ps-x-find-coding-system)
473 (ps-x-font-instance-properties, ps-x-make-color-instance)
474 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
475 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
476 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
477 (ps-generate-postscript-with-faces): Delete defaliases.
478 (ps-face-foreground-name, ps-face-background-name)
479 (ps-color-values, ps-face-bold-p, ps-face-italic-p): Move
480 definitions to top level, make the body conditional on the Emacs
481 flavor. Replace uses of deleted aliases and renamed functions.
482 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
483 of deleted aliases and renamed functions.
484
485 * calc/calc.el (calc-emacs-type-lucid): Remove.
486 (calc-digit-map, calcDigit-start, calc-read-key)
487 (calc-clear-unread-commands):
488 * calc/calc-ext.el (calc-user-key-map): Replace uses of
489 calc-emacs-type-lucid with (featurep 'xemacs)
490
491 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
492 (featurep 'xemacs).
493 (tpu-lucid-emacs19-p): Remove.
494 (tpu-map-key): Make it a function instead of using fset. Inline
495 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
496 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
497
498 * ielm.el: Use featurep 'xemacs.
499
500 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
501 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
502 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
503 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
504 cperl-xemacs-p with (featurep 'xemacs).
505 (font-lock-cache-position): Pacify byte compiler.
506
507 2007-10-29 Drew Adams <drew.adams@oracle.com>
508
509 * faces.el (read-color): New function.
510 (face-at-point, foreground-color-at-point)
511 (background-color-at-point): New functions.
512
513 2007-10-28 Richard Stallman <rms@gnu.org>
514
515 * net/browse-url.el (browse-url-text-xterm): Renamed from
516 browse-url-lynx-xterm and made generic.
517 (browse-url-text-emacs): Likewise.
518 (browse-url-text-browser): New variable.
519 (browse-url-text-emacs-args): Renamed from browse-url-lynx-emacs-args.
520 (browse-url-text-input-field, browse-url-text-input-attempts)
521 (browse-url-kde-program): Likewise.
522
523 2007-10-29 Glenn Morris <rgm@gnu.org>
524
525 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
526 Use mapc rather than mapcar (reinstall change deleted without log
527 entry 2007-10-22).
528
529 2007-10-29 Martin Rudalics <rudalics@gmx.at>
530
531 * wdired.el (wdired-next-line, wdired-previous-line):
532 Use next-line and previous-line wrapped in with-no-warnings.
533
534 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
535
536 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
537 (rcirc-recent-quit-alist): New function.
538 (rcirc): Print a better message when there is only one connected server.
539 (rcirc-complete-nick): Do not update the nick table here.
540 (rcirc-mode-map): Add M-o.
541 (rcirc-current-line): Add variable.
542 (rcirc-mode): Setup variables for line based omit.
543 (rcirc-edit-multiline): Strip text properties.
544 (rcirc-omit-responses): Add NICK.
545 (rcirc-omit-threshold): Add variable.
546 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
547 Add functions.
548 (rcirc-print): Keep track of current line. Do not fill text if
549 `rcirc-fill-flag' is null. Only omit text if the last activity
550 from the sender is more than `rcirc-omit-threshold' lines ago.
551 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
552 numbers instead of time.
553 (rcirc-channel-nicks): Sort by line numbers instead of time.
554 (rcirc-omit-mode): Add `...' when omitting text and recenter.
555 (rcirc-handler-JOIN): Restore the joiners linestamp.
556 (rcirc-maybe-remember-nick-quit): Add function.
557 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
558
559 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
560
561 * loadhist.el (unload-feature-special-hooks):
562 Add `delete-frame-functions' and `suspend-tty-functions'.
563
564 * server.el (server-unload-function): Rename from `server-unload-hook'
565 and adapt to new `unload-feature' functionality. Remove hook from
566 `kill-buffer-hook' buffer-locally.
567 (server-unload-hook): Remove.
568 (server-unload-function): New var; replaces `server-unload-hook'.
569
570 2007-10-29 Glenn Morris <rgm@gnu.org>
571
572 * dirtrack.el (dirtrack-debug): Doc fix.
573 (dirtrack-mode, dirtrack-debug-mode): New names for
574 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
575 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
576 Make obsolete.
577 (dirtrack-debug-message): Only print message if
578 dirtrack-debug-mode is non-nil. Use with-current-buffer.
579 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
580 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
581
582 2007-10-28 Glenn Morris <rgm@gnu.org>
583
584 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
585 (byte-compile-warnings-safe-p): Handle `not'.
586 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
587 (byte-compile-enable-warning): New functions.
588 (byte-compile-eval-before-compile)
589 (byte-compile-file-form-require): Use byte-compile-disable-warning.
590 (byte-compile-close-variables): Locally bind byte-compile-warnings,
591 but do not modify it.
592 (byte-compile-eval, byte-compile-obsolete)
593 (byte-compile-warn-about-unresolved-functions)
594 (byte-compile-file-form-defvar)
595 (byte-compile-file-form-custom-declare-variable)
596 (byte-compile-file-form-require)
597 (byte-compile-file-form-defmumble, byte-compile-lambda)
598 (byte-compile-form, byte-compile-normal-call)
599 (byte-compile-variable-ref, byte-compile-defvar)
600 (byte-compile-make-variable-buffer-local):
601 Use byte-compile-warning-enabled-p.
602 * emacs-lisp/advice.el (ad-compile-function):
603 Use byte-compile-disable-warning.
604 * emacs-lisp/cl.el: Move local variables to end of file, and set
605 byte-compile-warnings to `(not cl-functions)'.
606 * emacs-lisp/cl-compat.el: Add a local variables section, and set
607 byte-compile-warnings to `(not cl-functions)'.
608 * emacs-lisp/cl-macs.el: Unify local variable section, and set
609 byte-compile-warnings to `(not cl-functions)'.
610 (cl-do-proclaim): Use byte-compile-disable-warning and
611 byte-compile-enable-warning.
612 * emacs-lisp/cl-seq.el: Unify local variable section, and set
613 byte-compile-warnings to `(not cl-functions)'.
614 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
615 Use byte-compile-disable-warning.
616
617 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
618
619 * cus-edit.el (custom-browse-insert-prefix):
620 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
621
622 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
623
624 * server.el (server-process-filter): Fix typo in docstring.
625 (server-log): Reflow docstrings.
626 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
627 (server-goto-line-column): Use `when'.
628
629 2007-10-28 Juri Linkov <juri@jurta.org>
630
631 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
632 when mouse is clicked on the isearch message.
633 (isearch-resume): Call `isearch-update' at the end.
634 Rename argument `search' to `string' to conform to the
635 isearch terminology.
636
637 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
638
639 Rewrite abbrev.c in Elisp.
640 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
641 (abbrev-table-get, abbrev-table-put, abbrev-get)
642 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
643 (define-abbrev, abbrev--check-chars, define-global-abbrev)
644 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
645 (abbrev-expansion, abbrev--before-point, expand-abbrev)
646 (unexpand-abbrev, abbrev--write, abbrev--describe)
647 (insert-abbrev-table-description, define-abbrev-table):
648 New funs, largely transcribed from abbrev.c.
649 (abbrev-with-wrapper-hook): New macro.
650 (abbrev-table-name-list, global-abbrev-table)
651 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
652 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
653 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
654 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
655 New vars, largely transcribed from abbrev.c.
656 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
657 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
658 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
659
660 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
661
662 * ps-print.el: Now detect if text foreground and background colors are
663 equal and replace the foreground color by another color, so the text
664 becomes visible. Doc fix.
665 (ps-print-version): New version 6.8.
666 (ps-default-fg, ps-default-bg): Docstring fix.
667 (ps-postscript-code-directory): Fix default value code.
668 (ps-fg-list, ps-fg-validate-p): New options.
669 (ps-foreground-list): New var.
670 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
671
672 2007-10-27 Glenn Morris <rgm@gnu.org>
673
674 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
675 (shell-dirtrack-toggle): Mark as obsolete.
676 (dirtrack-toggle, dirtrack-mode): No longer alias to
677 shell-dirtrack-mode.
678
679 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
680
681 * calc/calc.el (math-standard-opers): Lower the precedence
682 of negation.
683 * calc/calc-lang.el (math-oper-table): Lower precedence of
684 negation for C, TeX, and eqn.
685
686 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
687
688 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
689
690 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
691
692 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
693 (desktop-not-loaded-hook): Fix :version tags.
694
695 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
696
697 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
698 (tramp-get-remote-tmpdir): New defun.
699 (tramp-make-tramp-temp-file): Use it.
700 (tramp-local-call-process): New defun. Replace all calls of
701 `call-process' by this when appropriate.
702 (tramp-handle-write-region): Replace calls of `file-attributes' by
703 `tramp-compat-file-attributes'.
704 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
705 Make the first command a `tramp-send-command' call, with let-bind
706 of `tramp-end-of-output'.
707 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
708 (tramp-load-report-modules, tramp-append-tramp-buffers):
709 Move to tramp-cmds.el.
710
711 * net/tramp-fish.el (tramp-fish-handle-copy-file)
712 (tramp-fish-do-copy-or-rename-file)
713 (tramp-fish-do-copy-or-rename-file-directly):
714 * net/tramp-smb.el (tramp-smb-handle-copy-file):
715 Add parameter PRESERVE-UID-GID.
716
717 2007-10-27 Eli Zaretskii <eliz@gnu.org>
718
719 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
720 New defcustoms.
721 (display-time-world-list): Use them as appropriate for the current
722 value of `system-type'.
723
724 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
725
726 * printing.el: Pacify byte compiler, that is, no compiler warnings.
727 Move (again) some variable definitions before use, define some fun
728 aliases, no code change.
729 (pr-version): New version 6.9.2.
730 (pr-path-style, pr-auto-region, pr-menu-char-height)
731 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
732 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
733 via (defvar VAR).
734 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
735 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
736 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
737 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
738 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
739 (pr-menu-print-item, pr-ps-printer-menu-modified)
740 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
741 (pr-even-or-odd-alist): Vars definition moved.
742
743 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
744
745 * emulation/pc-select.el (next-line-mark, next-line-nomark)
746 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
747 around uses of previous-line and next-line.
748
749 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
750 New defvars.
751
752 * textmodes/css-mode.el (comment-continue):
753 * net/browse-url.el (url-handler-regexp):
754 * progmodes/idlw-help.el (idlwave-system-routines):
755 Pacify byte-compiler.
756
757 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
758 line-move-invisible-p with its former definition: invisible-p.
759 line-move-invisible-p was removed on 2007-08-29.
760
761 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
762
763 * files.el (kill-emacs-query-functions): Doc fix;
764 `save-buffers-kill-emacs' is no longer bound to a key.
765
766 2007-10-26 Richard Stallman <rms@gnu.org>
767
768 * isearch-multi.el (isearch-buffers-multi): New option.
769 (isearch-buffers-search-fun): Test it.
770
771 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
772 Put ps-run-clear on C-c C-l.
773
774 * newcomment.el (comment-styles): New style indent-or-triple.
775 (comment-style): Make that the default.
776 (comment-add defvar): Doc fix.
777 (comment-add): Delete arg EXTRA.
778 (comment-region-default): Open code call to comment-add.
779 Handle indent-or-triple style which uses `multi-char' for INDENT.
780
781 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
782
783 * eshell/em-unix.el (nil-blank-string): Doc fix.
784
785 2007-10-26 John Wiegley <johnw@newartisans.com>
786
787 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
788 function, ensure that the third argument is turned into a nil if
789 the string is otherwise completely empty (either no characters, or
790 all tabs/spaces). This fixes a bug from a user who found himself
791 unable to customize `diff-switches' and still use Eshell's diff
792 command.
793
794 2007-10-26 Glenn Morris <rgm@gnu.org>
795
796 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
797 safe-local-variable property.
798
799 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
800
801 * net/browse-url.el (browse-url-browser-function): Delete grail.
802 (browse-url-grail): Function and variable deleted.
803 (browse-url-browser-function): Delete IXI Mosaic.
804 (browse-url-default-browser): Don't try IXI Mosaic.
805 (browse-url-iximosaic): Function deleted.
806 (browse-url-browser-function): Delete MMM.
807 (browse-url-default-browser): Don't try MMM.
808 (browse-url-mmm): Function deleted.
809
810 2007-10-26 Drew Adams <drew.adams@oracle.com>
811
812 * custom.el (custom-note-var-changed): New function.
813
814 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
815
816 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
817 use with the definition. Remove.
818
819 * add-log.el (change-log-start-entry-re): New defconst.
820 (change-log-sortable-date-at): Use it.
821 (change-log-beginning-of-defun, change-log-end-of-defun):
822 New functions.
823 (change-log-mode): Use them for beginning-of-defun-function and
824 end-of-defun-function.
825
826 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
827
828 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
829 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
830 (ses-recalculate-cell): Deal with point being just beyond end of
831 data area (why does this happen?)
832 (ses-set-curcell): Ditto.
833 (ses-column-letter): Handle columns beyond 702. Code written by
834 Gareth Rees.
835
836 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
837
838 * textmodes/org.el (org-agenda-get-restriction-and-command):
839 Use `mapc' instead of `mapcar'.
840 (org-agenda-list): Numeric prefix argument can specify the number
841 of days.
842 (remember-register, remember-buffer): Prevent byte compiler from
843 complaining.
844 (org-todo): Save and restore match data.
845 (org-no-warnings): New macro.
846 (org-columns-eval): Use `org-no-warnings'.
847
848 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
849
850 * comint.el (comint-password-prompt-regexp):
851 Handle `[sudo] password'-style prompt.
852
853 2007-10-25 Glenn Morris <rgm@gnu.org>
854
855 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
856 (defcustom): Doc fix.
857
858 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
859 Add `non_intrinsic'.
860 (f90-constants-re): Add ieee modules.
861 (f90-typedef-matcher, f90-typedec-matcher)
862 (f90-imenu-type-matcher): New functions.
863 (f90-font-lock-keywords-1): Give module procedures function-name face.
864 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
865 Add `use, intrinsic'.
866 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
867 Move start of `enum' blocks to separate entry.
868 (f90-start-block-re): Fix `type', `abstract interface'.
869 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
870 derived types.
871 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
872 `elemental', change `enumerator'.
873 (f90-no-block-limit): Fix `abstract interface'.
874
875 * progmodes/f90.el (f90-indented-comment-re)
876 (f90-directive-comment-re, f90-break-delimiters):
877 * progmodes/fortran.el (fortran-comment-line-start-skip)
878 (fortran-directive-re):
879 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
880 as safe if they are strings.
881
882 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * startup.el (window-system): Remove. Don't make it frame-local.
885
886 2007-10-24 Richard Stallman <rms@gnu.org>
887
888 * savehist.el (savehist-save): Omit unreadable elements.
889
890 * loadhist.el (unload-function-defs-list): Rename from
891 unload-function-features-list.
892 (unload-feature-special-hooks, unload-feature): Doc fixes.
893
894 * indent.el (indent-to-left-margin): If point's in the indentation,
895 move to the end of the indentation.
896
897 * cus-edit.el (customize-changed-options): Make arg optional.
898
899 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
900
901 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
902
903 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
904
905 * textmodes/org-publish.el (org-publish-attachment): Re-install
906 accidentally deleted change.
907
908 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
909
910 * term/iris-ansi.el (iris-function-map): Move init into declaration.
911
912 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
913
914 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
915 (Buffer-menu-mode-map): Initialize in the declaration.
916 (Buffer-menu-mode): Define with `define-derived-mode'.
917
918 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
919
920 * textmodes/org.el (org-version): Change to 5.13e.
921 (org-agenda-file-regexp): Fix typo in docstring.
922 (org-add-planning-info): Fix bug in parenthesis settings.
923 (org-scan-tags): Catch the case of indirect buffers with no filename.
924 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
925 Re-install switch to mapc, had been removed by accident.
926 (org-columns-map): New binding `C-c C-o'.
927 (org-columns-menu): Change menu text and added new entry.
928 (org-columns-eval): Document the use of `next-line'.
929 (org-columns-open-link): New function.
930 (org-columns-follow-link): Remove function.
931 (org-open-link-from-string): New function.
932 (org-read-date-get-relative): Fix typo in docstring.
933 (org-read-date-get-relative): Leading +/- is not optional.
934 (org-agenda-get-restriction-and-command): Always resize window on
935 first loop cycle.
936 (org-agenda-open-link): Make sure the link abbreviations are
937 present in the agenda buffer.
938 (org-agenda-copy-local-variable): New function.
939
940 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
941
942 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
943
944 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 * simple.el (reindent-then-newline-and-indent): Use a `move after
947 insert' kind of marker in the save-excursion.
948
949 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 * textmodes/css-mode.el: Require CL.
952 (comment-continue): Declare.
953
954 * subr.el (make-variable-frame-localizable): Remove.
955 (make-variable-frame-local): Mark obsolete.
956
957 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
960 of the subdirs is unreadable.
961
962 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
963
964 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
965 when we are local.
966
967 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
968
969 * progmodes/python.el (python-current-defun): Remove left-over
970 assignment to `start'.
971
972 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
973
974 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
975 than `mapcar'; return value is not used.
976
977 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
978
979 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
980 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
981
982 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
983
984 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
985 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
986
987 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
988
989 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
990
991 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
992
993 * emacs-lisp/advice.el (ad-make-advised-docstring):
994 Add ad-advice-info text property to doc string.
995
996 2007-10-23 Glenn Morris <rgm@gnu.org>
997
998 * progmodes/f90.el (f90-do-indent, f90-if-indent)
999 (f90-type-indent, f90-program-indent, f90-associate-indent)
1000 (f90-continuation-indent, f90-comment-region)
1001 (f90-beginning-ampersand, f90-smart-end)
1002 (f90-break-before-delimiters, f90-auto-keyword-case)
1003 (f90-leave-line-no, f90-mode-hook):
1004 Give an appropriate safe-local-variable property.
1005
1006 * progmodes/fortran.el (fortran-tab-mode-default)
1007 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1008 (fortran-structure-indent, fortran-continuation-indent)
1009 (fortran-comment-indent, fortran-comment-line-extra-indent)
1010 (fortran-comment-line-start)
1011 (fortran-minimum-statement-indent-fixed)
1012 (fortran-minimum-statement-indent-tab)
1013 (fortran-comment-indent-char, fortran-line-number-indent)
1014 (fortran-check-all-num-for-matching-do)
1015 (fortran-blink-matching-if, fortran-continuation-string)
1016 (fortran-comment-region, fortran-electric-line-number)
1017 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1018 (fortran-analyze-depth, fortran-break-before-delimiters):
1019 Give an appropriate safe-local-variable property.
1020
1021 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1022
1023 * printing.el: Move variable definitions before use.
1024 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
1025
1026 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1027
1028 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1029 (tpu-edt-off): Use it.
1030 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1031 the global-map before adding it to global-map.
1032
1033 * menu-bar.el (global-buffers-menu-map): New var.
1034 (global-map, menu-bar-update-buffers): Use it.
1035 * msb.el (msb-menu-bar-update-buffers): Use it.
1036 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1037 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1038 Use with-current-buffer.
1039
1040 2007-10-22 Juri Linkov <juri@jurta.org>
1041
1042 * isearch-multi.el: New file.
1043
1044 * isearch.el (isearch-search-string): After finding the next
1045 occurrence switch to buffer isearch-buffers-current-buffer when
1046 isearch-buffers-next-buffer-function is non-nil and
1047 isearch-buffers-current-buffer is live.
1048
1049 * add-log.el (change-log-mode): Make and set buffer-local variable
1050 isearch-buffers-next-buffer-function to change-log-next-buffer.
1051 Call isearch-buffers-minor-mode.
1052 (change-log-next-buffer): New function.
1053
1054 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
1055
1056 * org-export-latex.el (org-export-latex-protect-string):
1057 Renaming of `org-latex-protect'.
1058 (org-export-latex-emphasis-alist): By default, don't protect
1059 any emphasis formatter from further conversion.
1060 (org-export-latex-tables): Honor column grouping for tables.
1061 (org-export-latex-title-command): New option.
1062 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1063 export backslash character.
1064
1065 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1066
1067 * textmodes/org.el (org-read-date-get-relative): New function.
1068 (org-agenda-file-regexp): New variable.
1069 (org-agenda-files): Allow directories in the variable.
1070 (org-agenda-get-restriction-and-command): New function.
1071 (org-agenda): Use `org-agenda-get-restriction-and-command'.
1072 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
1073 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
1074 New functions.
1075 (org-entry-add-to-multivalued-property)
1076 (org-entry-remove-from-multivalued-property)
1077 (org-entry-member-in-multivalued-property): New functions.
1078 (org-remember-apply-template): Catch C-g and make sure window
1079 configuration is restored.
1080 (org-agenda-open-link): Make it work with several links in the line.
1081 (org-drawers, org-set-regexps-and-options)
1082 (org-get-current-options): Add support for a DRAWERS in-buffer option.
1083 (org-agenda-window-frame-fractions): New option.
1084 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
1085 (org-columns-cleanup-item, org-find-entry-with-id)
1086 (org-insert-columns-dblock, org-listtable-to-string)
1087 (org-dblock-write:columnview, org-columns-capture-view)
1088 (org-edit-headline): New functions.
1089 (org-agenda-to-appt): Require calendar.
1090 (org-entry-get-with-inheritance): Widen for search.
1091 (org-columns-display-here): Don't mark buffer as modified when
1092 adding space characters to accomodate column overlays.
1093 (org-export-as-html): Better formatting of tags in the toc.
1094 (org-columns-display-here): Make the ITEM column as compact as possible.
1095 (org-remember-templates): Customization interface improved.
1096 (org-export-with-property-drawer): Variable removed.
1097 (org-export-with-drawers): New option.
1098 (org-complex-heading-regexp): New variable.
1099 (org-sort-entries): Rewrite using `sort-subr'.
1100 (org-set-property): More appropriate completion during interactive use.
1101 (org-sort-entries): Allow sorting by property.
1102 (org-additional-option-like-keywords): Add more values.
1103 (org-sort-entries-or-items): Rename from `org-sort-entries'.
1104
1105 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1106
1107 * textmodes/org.el (org-get-date-from-calendar): New function.
1108 (org-at-timestamp-p, org-timestamp-change)
1109 (org-remember-templates): First element of each entry is now a
1110 name for the template.
1111 (org-store-log-note): Check for `org-note-abort'.
1112 (org-kill-note-or-show-branches): New command.
1113 (org-fontify-priorities): New option.
1114 (org-fontify-priorities): New function.
1115 (org-cut-subtree, org-copy-subtree): New argument N to
1116 act on N sequential subtrees.
1117 (org-paste-subtree): Fix the level at which a tree is pasted.
1118 (org-fit-agenda-window): Limitations on window size removed.
1119 (org-agenda-find-same-or-today-or-agenda): Rename from
1120 `org-agenda-find-today-or-agenda'.
1121 (org-scheduled-past-days): New option.
1122 (org-agenda-scheduled-leaders)
1123 (org-agenda-deadline-leaders): New options.
1124 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
1125 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
1126 (org-export-with-tags, org-export-plist-vars)
1127 (org-infile-export-plist): New "tags" option.
1128 (org-use-property-inheritance): New option.
1129 (org-cached-entry-get): Use `org-use-property-inheritance'.
1130 (org-remember-apply-template): Fix typo.
1131
1132 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
1133
1134 * net/tramp.el (tramp-find-shell)
1135 (tramp-open-connection-setup-interactive-shell): Improve sending
1136 initial commands.
1137 (tramp-action-terminal): Send debug message.
1138 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
1139 (tramp-barf-if-no-shell-prompt): Insert code of
1140 `tramp-wait-for-shell-prompt'.
1141
1142 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1143
1144 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
1145
1146 * term/vt200.el (terminal-init-vt200):
1147 * term/vt201.el (terminal-init-vt201):
1148 * term/vt220.el (terminal-init-vt220):
1149 * term/vt240.el (terminal-init-vt240):
1150 * term/vt300.el (terminal-init-vt300):
1151 * term/vt320.el (terminal-init-vt320):
1152 * term/vt400.el (terminal-init-vt400):
1153 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
1154
1155 * term/wyse50.el (wyse50-terminal-map): New var.
1156 (terminal-init-wyse50): Use it and input-decode-map.
1157 (enable-arrow-keys): Emasculate.
1158
1159 * term/tvi970.el (tvi970-terminal-map): New var.
1160 (terminal-init-tvi970): Use it and input-decode-map.
1161 (tvi970-keypad-numeric): Remove.
1162 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
1163
1164 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
1165 (terminal-init-sun): Use it and input-decode-map.
1166
1167 * term/news.el (terminal-init-news):
1168 * term/lk201.el (terminal-init-lk201):
1169 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
1170
1171 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
1172
1173 * complete.el (PC-expand-many-files): Remove.
1174 (PC-do-completion): Call file-expand-wildcards instead of
1175 PC-expand-many-files.
1176
1177 * net/tramp.el (tramp-handle-expand-many-files): Remove.
1178 (PC-expand-many-files): Remove advice.
1179
1180 2007-10-22 Glenn Morris <rgm@gnu.org>
1181
1182 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
1183 Add some support for Fortran 2003 syntax:
1184 (f90-type-indent): Now also applies to `enum'.
1185 (f90-associate-indent): New user option.
1186 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
1187 Add some F2003 keywords.
1188 (f90-constants-re): New constant.
1189 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
1190 Interface'.
1191 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
1192 `class'. Arguments for `type'/`class' may have spaces. Add a new
1193 element for functions with specified types. Add `end enum' and
1194 `select type'. Add `implicit enumerator' and `procedure'.
1195 Add `class default' and `type is', `class is'. Fix `go to' regexp.
1196 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
1197 (f90-font-lock-keywords-4): Add `f90-constants-re'.
1198 (f90-blocks-re): Add `enum' and `associate'.
1199 (f90-else-like-re): Add `class is', `type is', and `class default'.
1200 (f90-end-type-re): Add `enum'.
1201 (f90-end-associate-re, f90-typeis-re): New constants.
1202 (f90-end-block-re): Add `enum' and `associate'. Change from
1203 optional whitespace to end-of-word, to avoid `enumerator'.
1204 (f90-start-block-re): Add `select type', `abstract interface', and
1205 `enum'. Avoid `type is', and `type (sometype)'.
1206 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
1207 (f90-mode): Doc fix.
1208 (f90-looking-at-select-case): Doc fix. Add `select type'.
1209 (f90-looking-at-associate): New function.
1210 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
1211 Add `enum' and `abstract interface'.
1212 (f90-no-block-limit): Add `select type' and `abstract interface'.
1213 (f90-get-correct-indent, f90-calculate-indent)
1214 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
1215 (f90-indent-region, f90-match-end): Handle `associate' blocks.
1216
1217 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1218
1219 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1220 Use window-full-width-p.
1221
1222 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
1223
1224 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
1225
1226 * tooltip.el: Use featurep 'xemacs.
1227
1228 * printing.el: Move variable definitions before use, no code change.
1229
1230 2007-10-22 Juri Linkov <juri@jurta.org>
1231
1232 * simple.el (goto-history-element): Allow minibuffer-default to be
1233 a list of default values accessible by typing M-n in the minibuffer.
1234
1235 * dired-x.el (dired-guess-shell-command): Put all guesses to the
1236 minibuffer default value list instead of pushing them temporarily
1237 to the history list.
1238
1239 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1240
1241 * hexl.el (hexl-menu): New major mode menu.
1242
1243 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1244
1245 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
1246
1247 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1248
1249 * w32-fns.el (w32-quote-process-args):
1250 * dos-w32.el (print-region-function, lpr-headers-switches)
1251 (ps-print-region-function): Pacify byte-compiler.
1252
1253 * emulation/edt-mapper.el (function-key-map):
1254 (edt-map-key): Make it a function instead of using fset.
1255 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
1256 (edt-gnu-map-key, edt-lucid-map-key): Remove.
1257 (edt-x-emacs-p): Remove.
1258 (edt-emacs-variant, edt-window-system, edt-xserver):
1259 Use featurep 'xemacs.
1260
1261 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
1262 Replace eudc-xemacs-p with its definition.
1263 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
1264 (eudc-emacs-mule-p): Remove.
1265 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
1266 eudc-xemacs-p with feature tests.
1267
1268 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
1269 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
1270 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
1271 (eudc-bob-toggle-inline-display):
1272 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
1273 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
1274
1275 * net/eudcb-ph.el (eudc-ph-open-session):
1276 Replace eudc-xemacs-mule-p with its former definition.
1277
1278 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
1279 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
1280
1281 * progmodes/vera-mode.el (vera-xemacs): Remove.
1282 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
1283
1284 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
1285 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
1286 (vhdl-speedbar-initialize, vhdl-ps-print-init)
1287 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
1288 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
1289 with (featurep 'xemacs).
1290
1291 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
1292 (save-buffer-state-x):
1293 * obsolete/fast-lock.el (fast-lock-verbose):
1294 * emulation/viper-init.el (viper-xemacs-p)
1295 (viper-cond-compile-for-xemacs-or-emacs):
1296 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
1297 * ps-print.el (case-fold-search):
1298 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
1299 * calculator.el (calculator-help): Use featurep 'xemacs.
1300
1301 * progmodes/prolog.el: Undo previous change.
1302 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
1303
1304 * progmodes/dcl-mode.el:
1305 * play/yow.el:
1306 * calendar/todo-mode.el:
1307 * calendar/cal-hebrew.el:
1308 * vc-hg.el: Undo previous change.
1309
1310 * vms-patch.el: Likewise.
1311 (print-region-function): Pacify byte-compiler.
1312
1313 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
1314
1315 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
1316 preserve-uid-gid.
1317
1318 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
1319 compatibility. It is not used, though.
1320
1321 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
1322 Require tramp-cmds.el.
1323 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
1324 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
1325 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
1326 (tramp-do-copy-or-rename-file-out-of-band)
1327 (tramp-maybe-open-connection): Use `make-temp-name'. This is
1328 possible, because we don't need to create the temporary file, but
1329 we need a prefix for ssh, which has its own temporary file handling.
1330 (tramp-handle-delete-directory): Add "-f" to rmdir.
1331 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
1332 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
1333 a signal, in order to give the callee a chance to suppress.
1334 (tramp-handle-write-region): Set owner also in case of short
1335 track. Don't use compatibility calls for `write-region' anymore.
1336 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
1337 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
1338
1339 * net/tramp-cmds.el: New file.
1340
1341 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
1342 `tramp-clear-passwd'.
1343
1344 * net/trampver.el: Update release number.
1345
1346 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1347
1348 * progmodes/gud.el (gud-target-name): Move definition before use.
1349
1350 * progmodes/dcl-mode.el: Require imenu at compile time.
1351
1352 * progmodes/cc-engine.el (c-maybe-stale-found-type):
1353 Pacify byte-compiler.
1354
1355 * obsolete/fast-lock.el: Use featurep test instead of string-match.
1356
1357 * eshell/esh-mode.el (eshell-handle-ansi-color):
1358 Require ansi-color at compile time too.
1359
1360 * eshell/em-unix.el (eshell/info): Require info at compile time too.
1361
1362 * w32-fns.el: Require w32-vars.
1363
1364 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
1365 time too.
1366
1367 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 * double.el ([ignore]): Use `ignore'.
1370 (double-setup): Inline into double-mode.
1371 (double-mode): Use define-minor-mode.
1372
1373 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1374
1375 * textmodes/reftex.el: Move require easymenu before first use.
1376 (reftex-info): Require info at compile too.
1377
1378 * textmodes/org-publish.el (org-publish-org-to-html)
1379 (org-publish-org-to): Require org at compile time too.
1380 (org-publish-attachment): Require at compile time too.
1381
1382 * term/tty-colors.el (w32-tty-standard-colors):
1383 Pacify byte-compiler.
1384
1385 * term/pc-win.el (frame-creation-function-alist): Add to this
1386 instead of setting frame-creation-function.
1387
1388 * play/blackbox.el (bb-up, bb-down): Use forward-line.
1389
1390 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
1391
1392 * calendar/todo-mode.el: Require calendar at compile time.
1393
1394 * calendar/cal-hebrew.el: Require holidays at compile time.
1395
1396 * w32-vars.el: Provide w32-vars.
1397
1398 * term/w32-win.el: Require w32-vars.
1399 (w32-color-map): Pacify byte-compiler.
1400
1401 * loadup.el: Load w32-vars before term/w32-win.
1402
1403 2007-10-20 Juri Linkov <juri@jurta.org>
1404
1405 * textmodes/fill.el (fill-paragraph): When the region is active,
1406 don't try other `or' branches regardless of the value returned by
1407 fill-region; just return t.
1408
1409 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1410
1411 * vc.el (vc-do-command): Condition out a misleading message when
1412 running asynchronously.
1413 (vc-deduce-fileset): New argument enables using an unregistered
1414 visited file as a singleton fileset if nothing else is available.
1415 (vc-next-action): Restore file-registering behavior.
1416
1417 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1418
1419 * calc/README: Add recent news.
1420
1421 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
1422
1423 * term/x-win.el (x-gtk-stock-map, icon-map-list)
1424 (x-gtk-map-stock): Delete duplicated definitions from merge.
1425
1426 * progmodes/compile.el (compilation-skip-to-next-location)
1427 (compilation-skip-threshold, compilation-skip-visited):
1428 Move definitions earlier.
1429
1430 * play/decipher.el (decipher-keypress):
1431 * play/zone.el (zone-fall-through-ws):
1432 * play/landmark.el (lm-move-down, lm-move-up):
1433 * play/handwrite.el (handwrite):
1434 * mail/mspools.el (mspools-visit-spool):
1435 * wdired.el (wdired-next-line, wdired-previous-line):
1436 * tar-mode.el (tar-subfile-save-buffer):
1437 * scroll-lock.el (scroll-lock-next-line)
1438 (scroll-lock-previous-line):
1439 * image-dired.el (image-dired-next-line)
1440 (image-dired-previous-line):
1441 * ediff-help.el (ediff-help-message-line-length):
1442 Use forward-line.
1443
1444 * smerge-mode.el (smerge-auto-refine):
1445 * diff-mode.el (diff-auto-refine): Add :group.
1446
1447 * play/yow.el: Require doctor at compile time.
1448
1449 * vmsproc.el: Provide vmsproc.
1450 (command-send-input): Use forward-line.
1451
1452 * vms-patch.el: Require ps-print and vmsproc at compile time.
1453
1454 * vc-mtn.el (log-view-message-re, log-view-file-re)
1455 (log-view-font-lock-keywords): Pacify byte-compiler.
1456
1457 * vc-hg.el: Require log-view at compile time.
1458
1459 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1460
1461 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
1462
1463 2007-10-20 Glenn Morris <rgm@gnu.org>
1464
1465 * progmodes/f90.el (f90-font-lock-keywords-2)
1466 (f90-looking-at-type-like): Fix regexp typos.
1467
1468 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1469
1470 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1471 (bs-mode): Set mode-class property to special.
1472
1473 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1474
1475 * diff-mode.el (diff-auto-refine): New var.
1476 (diff-hunk): Use it.
1477 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
1478 (diff-refine-change): Rename from diff-fine-change. Change it.
1479 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
1480 (diff-refine-hunk): Rename from diff-fine-highlight.
1481
1482 2007-10-20 John Paul Wallington <jpw@pobox.com>
1483
1484 * help-fns.el (describe-variable-custom-version-info): New function
1485 to return variable's version or package version note.
1486 (describe-variable): Use it, display result.
1487
1488 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1489
1490 * smerge-mode.el (smerge-auto-refine): New var.
1491 (smerge-next, smerge-prev): Use it.
1492 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
1493
1494 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1495 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
1496
1497 * vc-bzr.el (vc-bzr-diff-tree):
1498 * vc-git.el (vc-git-diff-tree):
1499 * vc-hg.el (vc-hg-diff-tree):
1500 * vc-mcvs.el (vc-mcvs-diff-tree):
1501 * vc-mtn.el (vc-mtn-diff-tree):
1502 * vc-svn.el (vc-svn-diff-tree): Remove.
1503
1504 * vc-mtn.el (vc-mtn-revision-completion-table):
1505 * vc-cvs.el (vc-cvs-revision-completion-table):
1506 * vc-arch.el (vc-arch-revision-completion-table):
1507 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
1508 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
1509 Make it work when the arg is a list of files.
1510
1511 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1512
1513 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
1514 Also `revision-completion-table' now takes a list of files.
1515 (vc-deduce-fileset): Remove unused var `regexp'.
1516 Only obey allow-directory-wildcard in dired buffers.
1517 (vc-default-diff-tree): Remove.
1518 (vc-diff-added-files): New var.
1519 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
1520 (vc-version-diff): Revert from `vc-history-diff' to the original name.
1521 Remove the `backend' arg.
1522 (vc-contains-version-controlled-file): Remove.
1523 (vc-diff): Bring it closer to the version in Emacs-22.
1524 (vc-revert): Fix typo in let-binding.
1525 (vc-default-unregister): Remove.
1526 (vc-dired-buffers-for-dir): Remove N^2 behavior.
1527
1528 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1529
1530 * textmodes/two-column.el (2C-split, 2C-merge):
1531 * textmodes/bib-mode.el (bib-find-key, mark-bib):
1532 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1533 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
1534 * progmodes/ada-xref.el (ada-get-all-references):
1535 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
1536 * emulation/vi.el (vi-previous-line-first-nonwhite)
1537 (vi-effective-range, vi-put-before):
1538 * emulation/edt.el (edt-next-line, edt-previous-line)
1539 (edt-paragraph-forward): Use forward-line.
1540
1541 * progmodes/etags.el (tags-apropos): Require apropos at compile
1542 time too.
1543
1544 * progmodes/prolog.el: Require comint when compiling.
1545 (inferior-prolog-flavor): Move defvar before use.
1546
1547 2007-10-19 Richard Stallman <rms@gnu.org>
1548
1549 * font-core.el (turn-on-font-lock-if-desired):
1550 Rename from `turn-on-font-lock-if-enabled'.
1551 Fully obey `font-lock-global-modes'.
1552
1553 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1554
1555 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
1556 which will not affect the behavior of things like forward-word.
1557 (diff-fine-highlight): Preserve point.
1558
1559 * doc-view.el (doc-view-mode-map): Use remapping.
1560 Don't rebind C-v, M-v to their default value.
1561 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
1562
1563 * smerge-mode.el: Add word-granularity refinement.
1564 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
1565 (smerge-refine-weight-hack): New vars.
1566 (smerge-refine-forward): New fun.
1567 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
1568 (smerge-refine-subst): Use them as well. Preserve point.
1569
1570 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1571
1572 * follow.el (follow-unload-function): New function.
1573
1574 * loadhist.el (unload-function-features-list):
1575 Rename from `unload-hook-features-list'.
1576 (unload-hook-features-list): Add as obsolete alias.
1577 (unload-feature): Use `unload-function-features-list'
1578 and new FEATURE-unload-function.
1579
1580 2007-10-19 Glenn Morris <rgm@gnu.org>
1581
1582 * bindings.el (mouse-minor-mode-menu)
1583 (minor-mode-menu-from-indicator): Move to mouse.el.
1584 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1585 Move here from bindings.el.
1586
1587 2007-10-19 Richard Stallman <rms@gnu.org>
1588
1589 * help-fns.el (describe-function-1): Don't use the advice origname
1590 if it has no function definition.
1591
1592 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1593
1594 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
1595 Use `save-restriction' rather than `widen'.
1596
1597 2007-10-18 Richard Stallman <rms@gnu.org>
1598
1599 * time.el (display-time-world-time-format): Display day # not month #.
1600
1601 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1602
1603 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
1604
1605 * doc-view.el: Remove version keyword.
1606 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1607 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
1608 (doc-view-ghostscript-options): Improve custom type.
1609 (doc-view-cache-directory, doc-view-conversion-buffer)
1610 (doc-view-conversion-refresh-interval): Simplify custom type.
1611
1612 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
1613
1614 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
1615 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
1616 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
1617 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
1618 Remove superfluous messages.
1619 (doc-view-mode-map): Use the image-mode scrolling commands.
1620 Don't rebind C-x k.
1621
1622 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1623
1624 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
1625 Add comment about "-dSAFER".
1626
1627 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1628
1629 * term/xterm.el: Don't require xt-mouse.
1630 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
1631 calling turn-on-xterm-mouse-tracking-on-terminal directly.
1632
1633 * xt-mouse.el: Don't change the global function-key-map anny more.
1634 (xterm-mouse-mode): Use terminal-init-xterm-hook.
1635 Don't use after-make-frame-functions now that term/xterm.el calls
1636 us directly.
1637 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
1638 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
1639 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
1640 Setup input-decode-map and remember that xterm-mouse-mode was
1641 enabled in this terminal.
1642 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
1643 terminals where it has been enabled.
1644
1645 * faces.el (tty-create-frame-with-faces): Make sure not only
1646 tty-run-terminal-initialization but also set-locale-environment
1647 are run only once per terminal.
1648 (tty-run-terminal-initialization): Don't check if the terminal was
1649 already initted.
1650
1651 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
1652 not to remove keymaps that just happen to inherit from one of ours.
1653 When setting up our keymap, make sure it won't be accidentally
1654 modified by someone else.
1655
1656 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1657
1658 * textmodes/artist.el (artist-previous-line, artist-next-line):
1659 * dired.el (dired-next-line, dired-previous-line):
1660 * progmodes/delphi.el (delphi-newline):
1661 * textmodes/org.el (org-columns-eval):
1662 Use forward-line.
1663
1664 * emerge.el (emerge-setup): Use insert-buffer-substring.
1665 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
1666
1667 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1668
1669 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1670 (adaptive-fill-function): Doc fix. Remove * from docstring.
1671
1672 2007-10-18 Tom Horsley <tom.horsley@att.net>
1673
1674 * simple.el (interprogram-paste-function): Doc fix.
1675 (current-kill): Accept list of strings as well
1676 as single string from `interprogram-paste-function'.
1677
1678 2007-10-18 Glenn Morris <rgm@gnu.org>
1679
1680 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1681
1682 2007-10-18 Drew Adams <drew.adams@oracle.com>
1683
1684 * bindings.el (mode-line-minor-mode-keymap):
1685 Add mouse-minor-mode-menu on mouse-1.
1686 (mode-line-modes): Add mouse-1 to help-echo text.
1687 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1688 New functions.
1689 (mode-line-minor-mode-help): Doc fix.
1690
1691 2007-10-17 Juri Linkov <juri@jurta.org>
1692
1693 * textmodes/fill.el (fill-paragraph-or-region): Remove function
1694 at the request of RMS.
1695 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
1696 arg `region'. Fix docstring. At the first `or' branch add call to
1697 `fill-region' if it the region is active in transient-mark-mode.
1698
1699 * bindings.el (esc-map): Bind M-q to fill-paragraph
1700 instead of fill-paragraph-or-region.
1701
1702 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
1703 with fill-paragraph.
1704
1705 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
1706 Fix docstring.
1707
1708 * indent.el (indent-for-tab-command): Change interactive spec from
1709 "P" to "p". Add check for interactive arg before indenting the
1710 active region.
1711
1712 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
1713 Regroup.
1714
1715 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
1716
1717 * emacs-lisp/find-func.el: Don't require loadhist.
1718
1719 * loadhist.el (feature-symbols, file-provides, file-requires)
1720 (file-set-intersect, file-dependents): Simplify.
1721 (unload-feature-special-hooks): Update list of special hooks.
1722
1723 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
1724
1725 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
1726 extensions since they can be viewed with doc-view.
1727
1728 * files.el (auto-mode-alist): Make doc-view-mode the default mode
1729 for pdf, ps and dvi files.
1730
1731 * doc-view.el: Make doc-view-mode the standard mode for viewing
1732 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
1733 text and image display. Add binding C-c C-e to switch to an
1734 editing mode.
1735 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
1736 avoid security problems when rendering files from untrusted sources.
1737
1738 2007-10-17 Aaron Hawley <aaronh@garden.org>
1739
1740 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1741 position is not saved.
1742
1743 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
1744
1745 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
1746 (doc-view-ghostscript-options): Fix typo in doc string.
1747
1748 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1749
1750 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
1751 handling, so compilation-fake-loc works again.
1752
1753 * server.el (server-select-display): Nop if we do not support m-f-o-d.
1754 (server-process-filter): Revert last change.
1755
1756 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
1757 behavior unrelated to filesets.
1758
1759 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1760
1761 * longlines.el (longlines-wrap-follows-window-size): Integer value
1762 specifies wrapping margin.
1763 (longlines-mode, longlines-window-change-function):
1764 Set window-specific wrapping margin based on the above.
1765
1766 2007-10-17 John Wiegley <johnw@newartisans.com>
1767
1768 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1769
1770 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1771
1772 * server.el (server-process-filter): Only set display if X11 is
1773 supported.
1774
1775 2007-10-17 Glenn Morris <rgm@gnu.org>
1776
1777 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1778 Tweak regexp to avoid stack overflow.
1779
1780 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * simple.el (reindent-then-newline-and-indent): Don't assume that
1783 indent-according-to-mode preserves point.
1784
1785 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1786
1787 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
1788 (bs--nth-wrapper): Simplify.
1789 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
1790 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
1791 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
1792 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
1793 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
1794 (bs-configurations, bs-default-configuration)
1795 (bs-alternative-configuration, bs-cycle-configuration-name)
1796 (bs-string-show-always, bs-string-show-never, bs-string-current)
1797 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
1798 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
1799 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
1800 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
1801 (bs--window-config-coming-from): Revert 2006-11-09 change.
1802 (bs--restore-window-config): Keep the selected frame.
1803 (bs--track-window-changes, bs--remove-hooks): New functions.
1804 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1805 (bs--create-header): Remove.
1806 (bs--create-header-line): New function, based on `bs--create-header'.
1807 (bs--show-header): Use `bs--create-header-line'.
1808 (bs--show-with-configuration): Revert 2006-11-09 change.
1809 Don't reuse window unless it is visible on the selected frame.
1810 Restore window configuration (possibly in a different frame)
1811 before creating any window.
1812
1813 2007-10-16 Glenn Morris <rgm@gnu.org>
1814
1815 * simple.el (blink-matching-open): Don't report false errors with
1816 the `$' syntax class.
1817
1818 2007-10-16 Richard Stallman <rms@gnu.org>
1819
1820 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1821 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1822 (ad-is-advised, ad-get-advice-info-field)
1823 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1824
1825 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1826
1827 * vc-hooks.el (vc-workfile-version): Compatibility alias.
1828 (vc-default-working-revision): Compatibility for backends.
1829
1830 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1831
1832 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1833 (filesets-ormap, filesets-sort-case-sensitive-flag)
1834 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1835 Fix typos in docstrings.
1836 (filesets-conditional-sort, filesets-find-or-display-file)
1837 (filesets-data-get-name, filesets-data-get-data)
1838 (filesets-data-set, filesets-cmd-query-replace-getargs)
1839 (filesets-ingroup-collect): Doc fixes.
1840
1841 2007-10-15 Sam Steingold <sds@gnu.org>
1842
1843 * mail/sendmail.el (sendmail-error-reporting-interactive)
1844 (sendmail-error-reporting-non-interactive): New variables for
1845 sendmail error reporting options to simplify support for imperfect
1846 sendmail emulators.
1847 (sendmail-send-it): Use them instead of list literals.
1848
1849 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1850
1851 * help-fns.el: Revert previous change; it creates a
1852 dependency loop between advice.el and help-fns.el.
1853
1854 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1855
1856 * help-fns.el: Require advice when compiling.
1857
1858 2007-10-14 Drew Adams <drew.adams@oracle.com>
1859
1860 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
1861 (ring-insert+extend, ring-remove+insert+extend, ring-member)
1862 (ring-next, ring-previous): New functions.
1863
1864 2007-10-14 Richard Stallman <rms@gnu.org>
1865
1866 * emacs-lisp/advice.el (documentation): Advice deleted.
1867 Doc for advised functions is now handled at C level.
1868 (ad-stop-advice, ad-start-advice): Don't enable or disable
1869 advice for `documentation'.
1870 (ad-advised-definition-docstring-regexp): Var deleted.
1871 (ad-make-advised-definition-docstring): Store orig name
1872 as text property of string.
1873 (ad-advised-definition-p): Check for text property of docstring.
1874
1875 * help-fns.el (describe-function-1): Find source of advised functions.
1876
1877 2007-10-14 Juri Linkov <juri@jurta.org>
1878
1879 * faces.el (describe-face): Allow handling a string as the face name.
1880
1881 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
1882 active region in transient-mark-mode.
1883 (ispell-region): Change messages displayed at the start and end of
1884 the spell-checking to be the same.
1885
1886 * startup.el (fancy-startup-tail): Say exactly what does the button
1887 dismiss ("Dismiss this startup screen"). Use text "Never show
1888 it again" for the checkbox after this button.
1889 (fancy-startup-screen, fancy-about-screen): Put point before the
1890 first link, so the user can quickly select links with the keyboard.
1891 (normal-mouse-startup-screen): Add more useful text describing how
1892 to follow a link.
1893
1894 2007-10-14 Glenn Morris <rgm@gnu.org>
1895
1896 * progmodes/etags.el (select-tags-table): Disable undo in the
1897 `*Tags Table List*' buffer.
1898
1899 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1900
1901 * dired.el (dired-warn-writable): New face.
1902 (dired-warn-writable-face): New variable.
1903 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1904 of dired-warning-face, for group- and world-writable files.
1905
1906 2007-10-13 Richard Stallman <rms@gnu.org>
1907
1908 * files.el (directory-abbrev-alist): Doc fix.
1909
1910 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1911
1912 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1913
1914 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1915
1916 * frame.el (set-frame-configuration): Assign name parameter only
1917 if it has been set explicitly before.
1918
1919 2007-10-11 Tom Tromey <tromey@redhat.com>
1920
1921 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1922 frame is visible.
1923
1924 2007-10-10 Richard Stallman <rms@gnu.org>
1925
1926 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1927 in *Backtrace*.
1928
1929 * faces.el (face-font-selection-order): Doc fix.
1930
1931 * loadhist.el (unload-feature): Doc fix.
1932
1933 2007-10-13 Glenn Morris <rgm@gnu.org>
1934
1935 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1936 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1937 Add doc string, and an explicit COUNT argument.
1938 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1939 `inc' to search functions.
1940
1941 * faces.el (face-spec-set): When FRAME is nil, set the default for
1942 new frames (restores pre-2007-09-17 behavior). Doc fix.
1943
1944 2007-10-13 John W. Eaton <jwe@octave.org>
1945
1946 * progmodes/octave-mod.el (octave-looking-at-kw)
1947 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1948 New functions.
1949 (octave-in-defun-p, calculate-octave-indent)
1950 (octave-blink-matching-block-open, octave-beginning-of-defun)
1951 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1952 to search for regexps that contain case-sensitive keywords.
1953 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1954 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1955
1956 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1957
1958 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
1959 Do not use a single clause cond.
1960
1961 * cus-start.el (all): Use test that does not match the X11 version
1962 for mac.
1963
1964 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
1965
1966 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
1967 BROWSE buffer.
1968
1969 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1970
1971 * cus-start.el (all): Undo previous change.
1972
1973 2007-10-13 Glenn Morris <rgm@gnu.org>
1974
1975 * woman.el (woman0-rename): Fix paren typo.
1976
1977 * mail/feedmail.el (feedmail-run-the-queue)
1978 (feedmail-look-at-queue-directory):
1979 * mail/reporter.el (reporter-dump-state):
1980 * net/eudc-hotlist.el (eudc-edit-hotlist):
1981 * net/eudc.el (eudc-display-records)
1982 (eudc-filter-duplicate-attributes)
1983 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
1984 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
1985 (eudc-bbdb-query-internal):
1986 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
1987 * net/socks.el (socks-build-auth-list):
1988 * progmodes/cc-cmds.el (top level):
1989 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
1990 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
1991 (cperl-write-tags, cperl-tags-treeify):
1992 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
1993 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
1994 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
1995 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
1996 (idlwave-toolbar-remove-everywhere):
1997 * progmodes/idlwave.el (idlwave-indent-line)
1998 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
1999 (idlwave-write-paths, idlwave-all-method-classes)
2000 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
2001 (idlwave-fix-keywords, idlwave-display-calling-sequence)
2002 (idlwave-complete-in-buffer):
2003 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
2004 (org-fast-tag-selection):
2005 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
2006 than mapcar.
2007
2008 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2009
2010 * diff-mode.el (diff-fine-change): Add :group.
2011
2012 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2013
2014 * cus-start.el (all): Use the same test as the 22.2 branch.
2015
2016 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * diff-mode.el (diff-current-defun): Force recomputation of
2019 change-log-default-name.
2020
2021 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
2022
2023 * startup.el (fancy-startup-screen): Remove an unnecessary newline
2024 and some leftover logic regarding dedicated frames. If showing
2025 concise startup screen, fit window to buffer.
2026 (command-line-1): If we will be using the splash screen, use
2027 find-file instead of find-file-other-window to find additional files.
2028 Comment out unused code for coping with the old sit-for behavior.
2029
2030 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2031
2032 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
2033 `meta' modifier consistently, rather than using sometimes meta
2034 sometimes alt.
2035
2036 2007-10-12 Martin Rudalics <rudalics@gmx.at>
2037
2038 * window.el (handle-select-window): Revert part of 2007-10-08
2039 change setting the input focus.
2040
2041 2007-10-12 Glenn Morris <rgm@gnu.org>
2042
2043 * startup.el (command-line): Do not read abbrev file in batch mode.
2044
2045 * emacs-lisp/byte-opt.el (top level):
2046 * mail/rmail.el (rmail-list-to-menu):
2047 * obsolete/hilit19.el (hilit-mode):
2048 * progmodes/cc-mode.el (c-postprocess-file-styles)
2049 (c-submit-bug-report):
2050 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2051 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
2052 (reftex-access-parse-file):
2053 * textmodes/reftex-cite.el (reftex-do-citation)
2054 (reftex-insert-bib-matches):
2055 * textmodes/reftex-ref.el (reftex-offer-label-menu):
2056 * textmodes/reftex-sel.el (reftex-select-unmark):
2057 * textmodes/reftex-toc.el (reftex-toc-do-promote):
2058 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
2059
2060 * cus-edit.el (custom-variable-menu, custom-face-menu)
2061 (custom-group-menu): Check init-file-user rather than
2062 user-init-file, in case cus-edit is loaded by site-run-file.
2063
2064 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
2065
2066 * vc.el (vc-deduce-fileset): Delete unused code.
2067 (vc-next-action): Fix typos.
2068
2069 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2070
2071 * bs.el (bs--mark-unmark): New function.
2072 (bs-mark-current, bs-unmark-current): Use it.
2073
2074 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2075
2076 * vc.el (vc-diff):
2077 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
2078 temporarily disable the check for his edge case of
2079 vc-diff (stopping it from grinding when called from $HOME), as
2080 it's calling some brittle code in vc-hooks.el.
2081 (with-vc-properties): Fix evaluation time of a macro argument.
2082 * ediff-vers.el (ediff-vc-internal):
2083 * vc-hooks.el:
2084 * loaddefs.el: Follow up on VC terminology change.
2085
2086 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2087
2088 * follow.el (follow-stop-intercept-process-output):
2089 Use `follow-call-process-filter' rather than `process-filter'.
2090 Simplify.
2091 * vc.el (vc0iff): Prevent errors in an edge case.
2092
2093 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2094
2095 * vc-hooks.el (vc-registered): Robustify this function a bit
2096 against filenames with no directory component.
2097
2098 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * international/characters.el: Undo unwanted and unexplained change.
2101
2102 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2103
2104 * ps-print.el: Fix the usage of :foreground and :background face
2105 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2106 (ps-print-version): New version 6.7.6.
2107 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
2108 Fix code.
2109 (ps-face-foreground-color-p, ps-face-background-color-p)
2110 (ps-face-color-p): New inline funs.
2111
2112 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2113
2114 * textmodes/org.el (org-additional-option-like-keywords): New constant.
2115 (org-complete): Use `org-additional-option-like-keywords'.
2116 (org-parse-local-options): New function.
2117
2118 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2119
2120 * textmodes/org.el (org-in-clocktable-p): New function.
2121 (org-clock-report): Only update the table at point, or insert a new one.
2122 (org-clock-goto): New function.
2123 (org-open-file): Use `start-process-shell-command' instead of
2124 `shell-command' with an ampersand.
2125 (org-deadline, org-schedule): New argument REMOVE to remove the
2126 date from the entry.
2127 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
2128 argument to `org-schedule' and `org-deadline'.
2129 (org-trim): Use the correct expressions for beginning and end of
2130 the string.
2131 (org-get-cleaned-entry): Trim the string before returning it.
2132 (org-clock-find-position): New function.
2133 (org-clock-into-drawer): New option.
2134 (org-agenda-tags-column): Rename from
2135 `org-agenda-align-tags-to-column'.
2136 (org-agenda-align-tags): Allow negative values for
2137 `org-agenda-tags-column'.
2138 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
2139 (org-agenda-to-appt): New optional argument FILTER.
2140 (org-completion-fallback-command): New variable.
2141 (org-complete): Use `org-completion-fallback-command'.
2142 (org-find-base-buffer-visiting): Catch the case that there is no
2143 buffer visiting the file.
2144 (org-property-or-variable-value): New function.
2145 (org-todo): Use `org-property-or-variable-value'
2146 (org-agenda-compact-blocks): New option.
2147 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
2148 (org-agenda-schedule, org-agenda-deadline):
2149 Call `org-agenda-show-new-time'.
2150 (org-agenda-show-new-time): New argument PREFIX.
2151 (org-colgroup-info-to-vline-list): Fix but that cause a
2152 shift in the vertical lines.
2153 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
2154 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
2155 (org-indent-item): No arg in call to `org-fix-bullet-type'.
2156 (org-fix-bullet-type): Remove argument.
2157 (org-read-date): Check for am/pm twice, to catch the end time.
2158 (org-goto-map): Use `suppress-keymap'.
2159 (org-remember-apply-template): Respect the dynamically scoped
2160 selection character.
2161
2162 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
2163
2164 * textmodes/org-export-latex.el (org-export-latex-protect-string):
2165 Renaming of `org-latex-protect'.
2166 (org-export-latex-emphasis-alist): By default, don't protect
2167 any emphasis formatter from further conversion.
2168 (org-export-latex-tables): Honor column grouping for tables.
2169 (org-export-latex-title-command): New option.
2170 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2171 export backslash character.
2172
2173 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * frame.el (frame-inherited-parameters): Remove unused `environment'
2176 parameter, and let server.el add `client' when needed.
2177
2178 * server.el (server-create-tty-frame)
2179 (server-create-window-system-frame): Set frame-inherited-parameters.
2180
2181 * frame.el (frame-inherited-parameters): New var.
2182 (make-frame): Use it.
2183
2184 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
2185
2186 * env.el (let-environment): Remove. Unused.
2187 (read-envvar-name): Simplify.
2188 (setenv): Remove unused arg `frame'.
2189
2190 * help-fns.el (describe-variable): Add missing " " for multiline
2191 obsolescence info and missing EOL after global value.
2192
2193 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2194
2195 * add-log.el:
2196 * ediff-vers.el:
2197 * log-view.el:
2198 * pcvs.el:
2199 * vc-arch.el:
2200 * vc-bzr.el:
2201 * vc-cvs.el:
2202 * vc.el:
2203 * vc-git.el:
2204 * vc-hg.el:
2205 * vc-hooks.el:
2206 * vc-mcvs.el:
2207 * vc-mtn.el:
2208 * vc-rcs.el:
2209 * vc-sccs.el:
2210 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
2211 {find,init,next,previous,annotate-*,log}-version ->
2212 {find,init,next,previous,annotate-*,log}-revision,
2213 annotate-focus-version -> annotate-working-revision, The term
2214 'focus' is gone. The term 'revision' is now used consistently
2215 everywhere that reference to a revision ID is intended, replacing
2216 older use of 'version'.
2217
2218 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
2219
2220 * follow.el: Change all instances of "Follow Mode" to "Follow
2221 mode" in docstrings and messages.
2222 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
2223
2224 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2225
2226 * vc.el (vc-next-action): Rewrite completely; this principal
2227 entry point now operates on a current fileset selected either
2228 explicitly via VC-Dired or implicitly by visiting a file buffer,
2229 rather than always operating on the file of the current buffer as
2230 in older versions. Rewrite the rest of the mode to match.
2231 (with-vc-properties): Rewrite to operate on a file list.
2232 (with-vc-file): vc-checkin takes a file list argument now.
2233 (vc-post-command-functions): This hook now receives a file list.
2234 (vc-do-command): Take a either a file or a file list as argument.
2235 (vc-deduce-fileset): New function for deducing a file list to
2236 operate on.
2237 (vc-next-action-on-file, vc-next-action-dired): Remove.
2238 Merge into vc-next-action.
2239 (vc-register): Adapt to the fact that vc-start-entry now takes a
2240 file list.
2241 (vc-register-with): New function.
2242 (vc-start-entry): Take a file list argument rather than a
2243 file argument.
2244 (vc-checkout): Cope with vc-start-entry taking a file list.
2245 (vc-steal-lock): Cope with with-vc-properties taking a
2246 file list.
2247 (vc-checkin): Take a file list argument rather than a file argument.
2248 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
2249 (vc-diff-internal): Rewrite for filesets.
2250 (vc-diff-sentinel): New function, tests whether changes were
2251 written into a diff buffer.
2252 (vc-diff): Rewrite for filesets.
2253 (vc-version-diff): Rewrite for filesets.
2254 (vc-print-log): Take a fileset argument.
2255 (vc-revert): Revert the entire selected fileset, not just the
2256 current buffer.
2257 (vc-rollback): Roll back the entire selected fileset, if
2258 possible. No longer accepts a prefix argument.
2259 (vc-update): Merge new changes for the entire selected
2260 fileset, not just the current buffer.
2261 (vc-revert-file): Cope with with-vc-properties taking a file list.
2262 (vc-default-dired-state-info): Add + status suffix if the file is
2263 modified.
2264 (vc-annotate-warp-version): Use the new diff machinery.
2265 (vc-log-edit): Take a file list argument rather than a file argument.
2266
2267 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
2268
2269 Sync with Tramp 2.1.11.
2270
2271 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2272 Pacify byte compiler.
2273
2274 * net/trampver.el: Update release number.
2275
2276 2007-10-09 Richard Stallman <rms@gnu.org>
2277
2278 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
2279
2280 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2281
2282 * follow.el: Require easymenu.
2283 (follow-mode-hook, follow-mode): Doc fixes.
2284 (follow-mode-off-hook): Mark as obsolete.
2285
2286 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2287
2288 * window.el (mouse-autoselect-window-cancel): Don't cancel for
2289 select-window or select-frame events.
2290 (handle-select-window): When autoselecting window set input
2291 focus. Restructure.
2292
2293 * frame.el (focus-follows-mouse): Move to frame.c.
2294 * cus-start.el (all): Add focus-follows-mouse.
2295
2296 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2297
2298 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2299 activate font-locking in the *buffer-selection* buffer.
2300 (bs-show-sorted): Doc fix.
2301
2302 * bs.el (bs--get-marked-string, bs--get-modified-string)
2303 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2304 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2305 (bs--format-aux): Doc fix.
2306
2307 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2308
2309 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2310
2311 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2312
2313 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
2314 (gud-gdb): New function for old M-x gdb (text command mode).
2315 (gud-gdb-command-name, gdb): Move to...
2316
2317 * progmodes/gdb-ui.el: ...here and adapt doc string.
2318 (gud-gdba-command-name, gdba): Delete.
2319
2320 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2321
2322 * bs.el: Don't defvar `font-lock-verbose'.
2323 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
2324 (bs--get-file-name): Fix typos in docstrings.
2325 (bs--show-header): Use `dolist' instead of `mapcar'.
2326 (bs-mode): Set `show-trailing-whitespace' to nil.
2327 (bs-buffer-sort-function, bs-mouse-select-other-frame)
2328 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
2329 Doc fixes.
2330
2331 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
2332
2333 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
2334
2335 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2336
2337 * progmodes/gud.el (gdb): Make graphical mode the default and
2338 switch to text command mode if appropriate, i.e., reverse previous
2339 arrangement.
2340 (gud-gdb-marker-filter): Adapt for above change.
2341
2342 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
2343 gud-minor-mode and gud-marker-filter.
2344 (gdb-fullname-regexp): New variable.
2345 (gud-gdba-marker-filter): Use it to switch to text command
2346 mode if appropriate.
2347
2348 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2349
2350 * progmodes/gud.el (gud-display-line): Find source buffer even when
2351 GUD buffer has its own frame.
2352
2353 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2354
2355 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
2356
2357 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2358
2359 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2360
2361 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2362
2363 * allout.el (allout-before-change-handler): Replace got-char by
2364 goto-char.
2365
2366 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2367
2368 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
2369 Used to try and automatically enabled smerge-mode in the presence of
2370 conflicts and to call `svn resolved' when the conflicts are gone.
2371 (vc-svn-parse-status): Remember the svn-specific status.
2372
2373 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2374
2375 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
2376 menu-bar-apropos-menu. All users changed.
2377 (menu-bar-help-menu): Change menu symbols to better match the text
2378 displayed by the menu.
2379
2380 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2381
2382 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
2383 #, @, : and ^.
2384
2385 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2386
2387 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
2388
2389 * log-view.el (log-view-mode-map): Likewise.
2390
2391 * diff-mode.el (diff-mode-shared-map): Likewise.
2392
2393 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2394
2395 * files.el (file-name-sans-versions): Also allow `A-Z'.
2396
2397 * vc.el: Mention all supported VC backends.
2398
2399 2007-10-08 Richard Stallman <rms@gnu.org>
2400
2401 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
2402 neighbouring buttons.
2403
2404 2007-10-08 Andreas Schwab <schwab@suse.de>
2405
2406 * files.el (file-name-sans-versions): Also allow `_'.
2407
2408 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2409
2410 * files.el (file-name-sans-versions): Allow - and a-z in version names.
2411
2412 * log-view.el (log-view-mode-map, log-view-mode-menu):
2413 Bind log-view-annotate-version.
2414 (log-view-beginning-of-defun, log-view-end-of-defun)
2415 (log-view-annotate-version): New functions.
2416 (log-view-mode): Use log-view-beginning-of-defun and
2417 log-view-end-of-defun.
2418
2419 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2422
2423 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2424
2425 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2426 neighbouring buttons.
2427
2428 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2429 Recognize gcc's use of "note" for informational messages.
2430
2431 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2432
2433 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2434 (css-mode): Update correspondingly.
2435
2436 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2437
2438 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2439 Signed-off-by, Acked-by and Merge.
2440
2441 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2442
2443 * ediff-init.el (ediff-verbose-p): This var is not a constant.
2444
2445 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * vc-mtn.el: New file.
2448
2449 * vc-hooks.el (vc-handled-backends): Add Mtn.
2450
2451 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2452
2453 * files.el (find-file, find-file-other-window)
2454 (find-file-other-frame, find-file-existing, find-file-read-only)
2455 (find-file-read-only-other-window)
2456 (find-file-read-only-other-frame)
2457 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2458
2459 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2460
2461 * progmodes/gud.el (gdb-ready): New variable.
2462 (gdb): Set it to nil. Set gud-running to nil here...
2463 (gud-common-init): ...instead of here.
2464
2465 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2466 Use gdb-ready. Discard input until GDB is ready to accept it.
2467
2468 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2469
2470 * dired.el (dired-warning): Inherit from font-lock-warning-face to
2471 make it show up with eight colors.
2472
2473 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2476 diffs are concatenated with no intervening line.
2477
2478 2007-10-08 Dave Love <fx@gnu.org>
2479
2480 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2481 (python-font-lock-keywords): Update to the 2.5 version of the language.
2482 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2483 (python-backspace): Only behave funny in code.
2484 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2485 (inferior-python-mode): Add PDB prompt regexp.
2486 (python-fill-paragraph): Refine the fenced-string regexp.
2487 (python-find-imports): Handle imports spanning several lines.
2488 (python-mode): Add `class' to hideshow support.
2489
2490 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2491
2492 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2493 Use add-log-buffer-file-name-function rather than binding
2494 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
2495 when `fi' is the ChangeLog file itself.
2496
2497 * outline.el (outline-flag-region): Use front-advance.
2498
2499 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
2500
2501 * progmodes/cperl-mode.el: Merge upstream 5.23.
2502 (cperl-where-am-i): Remove function.
2503 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2504 (cperl-sniff-for-indent): De-invert [string] and [comment].
2505 When looking for label, skip s:m:y:tr.
2506 (cperl-indent-line): Likewise.
2507 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2508 (cperl-windowed-init): Wrong `ps-print' handling.
2509 Both thanks to Chong Yidong.
2510 (cperl-look-at-leading-count): Could fail with unfinished RExen.
2511 (cperl-find-pods-heres): If the second part of s()[] is missing,
2512 don't try to highlight delimiters...
2513
2514 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2515
2516 * progmodes/compile.el (compilation-get-file-structure): Complete last
2517 change by also using spec-directory in the puthash.
2518
2519 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
2520
2521 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2522 (vc-bzr-status): Fix shadowing of variable 'status'.
2523 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2524 Use `expand-file-name' instead of `concat'.
2525 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2526 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
2527
2528 2007-10-08 Jason Rumney <jasonr@gnu.org>
2529
2530 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
2531
2532 2007-10-08 Richard Stallman <rms@gnu.org>
2533
2534 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2535 Add `safe-local-variable' property.
2536 (lisp-body-indent): Likewise.
2537
2538 2007-10-08 Richard Stallman <rms@gnu.org>
2539
2540 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2541 Add doc string.
2542
2543 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2544
2545 * files.el (backup-buffer-copy): Try to overwrite old backup first.
2546
2547 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2548
2549 * repeat.el (repeat): Use last-repeatable-command instead of
2550 real-last-command. Run pre- and post-command hooks for
2551 self-insertion. Update doc-string.
2552
2553 2007-10-08 Alexandre Julliard <julliard@winehq.org>
2554
2555 * vc-git.el (vc-git-state): Call git-add --refresh to update the
2556 state of the file.
2557 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2558 (vc-git-create-repo): Fix invalid command.
2559
2560 2007-10-08 Richard Stallman <rms@gnu.org>
2561
2562 * textmodes/flyspell.el (flyspell-mode):
2563 Catch errors in flyspell-mode-on.
2564
2565 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2566
2567 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
2568
2569 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2570
2571 * international/encoded-kb.el (encoded-kbd-setup-display):
2572 Use input-decode-map rather than local-key-translation-map.
2573
2574 * term/rxvt.el (rxvt-alternatives-map): New map.
2575 (terminal-init-rxvt): Use it.
2576 Bind rxvt-function-map in input-decode-map.
2577
2578 * term/xterm.el (xterm-alternatives-map): New map.
2579 (terminal-init-xterm): Use it.
2580 Bind xterm-function-map in input-decode-map.
2581
2582 * term/x-win.el (x-alternatives-map): New var.
2583 (x-setup-function-keys): Use it.
2584
2585 * help-fns.el (describe-variable): Slightly change the layout of
2586 meta-info to separate it better from the docstring.
2587 Standardize insertion of extra empty lines in various circumstances.
2588
2589 * diff-mode.el (diff-hunk-style): New fun.
2590 (diff-end-of-hunk): Use it.
2591 (diff-context->unified): Use the new `apply' undo element,
2592 if applicable, so as to save undo-log space.
2593 (diff-fine-change): New face.
2594 (diff-fine-highlight-preproc): New function.
2595 (diff-fine-highlight): New command.
2596 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
2597
2598 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
2599 (smerge-refine-highlight-change): Add `props' argument.
2600 (smerge-refine-subst): New function holding most of smerge-refine.
2601 (smerge-refine): Use it.
2602
2603 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
2604
2605 * vc.el (vc-default-wash-log): Remove unused code, the
2606 log washers all live in the backends now.
2607 (vc-default-comment-history): Correct for the fact
2608 that wash-log is argumentless in the new API.
2609
2610 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
2611
2612 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
2613 (tramp-maybe-send-script): Apply `member' but `memq'.
2614 (tramp-advice-file-expand-wildcards): Simplify implementation.
2615
2616 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2617
2618 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
2619
2620 * mb-depth.el (minibuf-depth-indicator-function): New variable.
2621 (minibuf-depth-setup-minibuffer): Use it.
2622
2623 2007-10-07 Glenn Morris <rgm@gnu.org>
2624
2625 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
2626 version numbers.
2627
2628 2007-10-06 Juri Linkov <juri@jurta.org>
2629
2630 * textmodes/fill.el (fill-paragraph-or-region): New function.
2631
2632 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
2633 instead of fill-paragraph.
2634
2635 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
2636 with fill-paragraph-or-region. Suspend command is now the same
2637 `suspend-frame' on window systems and on tty.
2638
2639 * image.el (image-type): Check if image-types is bound to not fail
2640 on tty.
2641
2642 * delsel.el (delete-selection-pre-hook):
2643 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
2644 is fbound to not fail on mouseless tty.
2645
2646 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
2647
2648 * net/tramp.el (top): Move loading of tramp-util.el and
2649 tramp-vc.el to tramp-compat.el.
2650 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
2651 temporary file if possible, in order to avoid a security hole.
2652 (tramp-do-copy-or-rename-file-out-of-band)
2653 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
2654 with DONT-CREATE, because the connection is not setup yet.
2655 (tramp-handle-process-file): Rewrite temporary file handling.
2656 (tramp-completion-mode): New defvar.
2657 (tramp-completion-mode-p): Use it.
2658
2659 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
2660
2661 * net/tramp-fish.el (tramp-fish-handle-process-file):
2662 Rewrite temporary file handling.
2663
2664 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2665
2666 * vc.el: Workfile version -> focus version change. Port various
2667 comments from new VC to reduce the noise in the diff.
2668 Patch in the new vc-create-repo function to go with the
2669 header comment about it already present.
2670 There are no changes to existing logic in this patch.
2671 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
2672
2673 2007-10-06 Aaron Hawley <aaronh@garden.org>
2674
2675 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
2676
2677 2007-10-05 Chris Moore <dooglus@gmail.com>
2678
2679 * server.el (server-kill-new-buffers): Doc fix.
2680
2681 2007-10-05 John W. Eaton <jwe@octave.org>
2682
2683 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
2684 (octave-begin-keywords): Add "do".
2685 (octave-end-keywords): Remove "end".
2686 (octave-reserved-words): Add "end". Remove "all_va_args",
2687 "gplot", and 'gsplot".
2688 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
2689 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
2690 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
2691 "default_return_value", "define_all_return_values",
2692 "do_fortran_indexing", "empty_list_elements_ok",
2693 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
2694 "ok_to_lose_imaginary_part", "prefer_column_vectors",
2695 "prefer_zero_one_indexing", "propagate_empty_matrices",
2696 "resize_on_range_error", "treat_neg_dim_as_zero",
2697 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
2698 "warn_divide_by_zero", "warn_function_name_clash",
2699 "warn_missing_semicolon", "whitespace_in_literal_matrix".
2700 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
2701 "crash_dumps_octave_core", "sighup_dumps_octave_core",
2702 "sigterm_dumps_octave_core".
2703 (octave-block-match-alist): Remove "end" from block-end keywords.
2704 (octave-mode): Update ftp site address.
2705
2706 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2707
2708 * vc.el: Reorder functions, no code changes.
2709
2710 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
2711
2712 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
2713 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
2714 the cond clauses where needed.
2715 (tramp-handle-write-region): Rearrange code for proper handling of
2716 tmpfile.
2717
2718 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
2719
2720 * net/tramp.el:
2721 * net/tramp-fish.el:
2722 * net/tramp-ftp.el:
2723 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
2724 `tramp-compat-make-temp-file'.
2725
2726 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2727
2728 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
2729
2730 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
2733 already uses a more recent copyright version than the "current" one.
2734
2735 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2736
2737 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
2738 (doc-view-insert-image): Minor aesthetical docstring changes.
2739
2740 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
2741
2742 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
2743 completing filename.
2744 (doc-view-search-internal): Docstring change.
2745
2746 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
2747
2748 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2749 (tramp-file-name-handler-alist):
2750 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
2751 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
2752 used before, creates the file already, which is not desired.
2753 (tramp-do-copy-or-rename-file-directly): Simplify handling of
2754 temporary file.
2755 (tramp-handle-insert-file-contents): Assign the result in the
2756 short track case.
2757 (tramp-handle-insert-file-contents-literally): New defun.
2758 (tramp-completion-mode-p): Revert change from 2007-09-24.
2759 Checking for `return' etc as last character is not sufficient, for
2760 example in dired-mode when entering <g> (revert-buffer) or
2761 <s> (dired-sort).
2762
2763 * net/tramp-compat.el (top): Add also compatibility code for loading
2764 appropriate timer package.
2765 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
2766 order to avoid autoloading problems.
2767
2768 * net/tramp-fish.el:
2769 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
2770
2771 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
2772 where the second parameter of `copy-file' or `rename-file' is a
2773 remote file but not via ftp.
2774
2775 2007-10-02 Richard Stallman <rms@gnu.org>
2776
2777 * frame.el (cursor-in-non-selected-windows): Doc fix.
2778
2779 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2780
2781 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
2782 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
2783
2784 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
2785
2786 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
2787 when `expt' doesn't give range errors.
2788
2789 2007-10-01 Markus Triska <markus.triska@gmx.at>
2790
2791 * calc/calc-math.el (math-smallest-emacs-expt):
2792 Make the computation more robust.
2793
2794 2007-09-30 David Kastrup <dak@gnu.org>
2795
2796 * startup.el (argv): Alias for `command-line-args-left' to use as
2797 `(pop argv)' inside of --eval command sequences. Allows for
2798 passing shell commands into Emacs verbatim without need for Lisp
2799 quoting.
2800
2801 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
2802 check only for changed size.
2803 (auto-revert-tail-handler): Get size from caller. If the file has
2804 shrunk, tail the whole file again (the file presumably has been
2805 rewritten).
2806
2807 * woman.el (woman-topic-all-completions, woman-mini-help):
2808 Fix fallout from 2007-09-07 introduction of `dolist' when the list
2809 actually was being manipulated in the loop.
2810 (woman-Cyg-to-Win, woman-pre-process-region)
2811 (woman-horizontal-escapes, woman-if-body, woman-unescape)
2812 (woman-strings, woman-special-characters, woman1-hc)
2813 (woman-change-fonts, woman-find-next-control-line):
2814 Use `match-beginning' rather than `match-string' when the result is
2815 just used as a flag.
2816
2817 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
2818
2819 * net/tramp-compat.el: New file.
2820
2821 * net/tramp.el:
2822 * net/tramp-fish.el:
2823 * net/tramp-smb.el:
2824 * net/tramp-uu.el:
2825 * net/trampver.el: Move compatibility code to tramp-compat.el.
2826 Apply `mapc' instead of `mapcar' when the code needs side effects
2827 only. Move utf-8 coding cookie to the second line.
2828
2829 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
2830
2831 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
2832 Improve custom type.
2833 (icon-map-list): Make it customizable. Document how to disable
2834 stock icons.
2835
2836 2007-09-30 Richard Stallman <rms@gnu.org>
2837
2838 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
2839
2840 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2841
2842 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2843
2844 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2845
2846 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
2847 (t-mouse-mode): New compatibility alias.
2848
2849 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
2850
2851 * server.el (server-delete-client): Only delete the terminal if it
2852 is non-nil.
2853
2854 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
2855
2856 * net/tramp.el (with-file-property, with-connection-property):
2857 Highlight as keyword.
2858 (tramp-rfn-eshadow-setup-minibuffer)
2859 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2860 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
2861 (tramp-do-copy-or-rename-file-directly)
2862 (tramp-do-copy-or-rename-file-out-of-band)
2863 (tramp-handle-shell-command, tramp-get-debug-buffer)
2864 (tramp-send-command-and-read, tramp-equal-remote)
2865 (tramp-get-local-gid): Pacify byte-compiler.
2866 (tramp-handle-file-name-directory): Result shall not be expanded.
2867 (tramp-find-foreign-file-name-handler): Rewrite.
2868 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
2869
2870 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
2871
2872 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2873 Apply `tramp-completion-mode-p'.
2874 (tramp-fish-handle-set-file-times)
2875 (tramp-fish-handle-executable-find)
2876 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
2877 (tramp-fish-retrieve-data): Pacify byte-compiler.
2878
2879 * net/tramp-gw.el (tramp-gw-basic-authentication):
2880 Call `tramp-read-passwd' with first parameter `nil'.
2881
2882 2007-09-28 Glenn Morris <rgm@gnu.org>
2883
2884 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
2885 than mapcar.
2886
2887 * textmodes/tex-mode.el (tex-suscript-height-ratio)
2888 (tex-suscript-height-minimum): New customizable variables.
2889 (tex-suscript-height): New function.
2890 (superscript, subscript): Set height using tex-suscript-height
2891 rather than fixing at 0.8.
2892 (tex-fontify-script, tex-font-script-display): Add :version tag.
2893
2894 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
2895
2896 * progmodes/python.el (python-eldoc-function): Doc fix.
2897
2898 2007-09-27 Glenn Morris <rgm@gnu.org>
2899
2900 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
2901 image if it is not in image-type-auto-detectable, or is there with
2902 a nil value.
2903
2904 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
2905
2906 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
2907 connection more robust.
2908
2909 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2910
2911 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2912 Deal with the case that special &keywords are at the beginning or
2913 end of the argument list. Also add some (incomplete) support for
2914 non-standard arglists.
2915
2916 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2917
2918 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2919 (eldoc-message-commands, eldoc-current-idle-delay)
2920 (eldoc-function-argstring-format): Fix typos in docstrings.
2921
2922 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
2923
2924 * calc/calc-units.el (calc-convert-units)
2925 (calc-convert-temperature): Remove unnecessary colons.
2926
2927 2007-09-26 Bastien Guerry <bzg@altern.org>
2928
2929 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
2930 New function.
2931 (org-export-latex-remove-from-headlines): Name changed because of typo.
2932 (org-export-latex-quotation-marks-convention): Option removed.
2933 (org-export-latex-make-preamble): Handle the DATE option.
2934 (org-export-latex-cleaned-string): Now the only cleaning function,
2935 synched up with org.el.
2936 (org-export-latex-lists, org-export-latex-parse-list)
2937 (org-export-list-to-latex): New functions.
2938
2939 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
2940
2941 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
2942 (org-outline-regexp): New constant.
2943 (org-remember-handler): Throw error when the target file is not in
2944 org-mode.
2945 (org-cleaned-string-for-export): No longer call
2946 `org-export-latex-cleaned-string' with an argument.
2947 (org-get-tags): Returns now a list, not a string.
2948 (org-get-tags-string): New function.
2949 (org-archive-subtree): No need to split return of `org-get-tags'.
2950 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
2951 instead of `org-get-tags'.
2952 (org-agenda-format-date): Rename from `org-agenda-date-format'.
2953 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
2954 (org-compatible-face): New argument INHERITS. Inherit from this
2955 face if possible.
2956 (org-level-1, org-level-2, org-level-3, org-level-4)
2957 (org-level-5, org-level-6, org-level-7, org-level-8)
2958 (org-special-keyword, org-drawer, org-column, org-warning)
2959 (org-archived, org-todo, org-done, org-headline-done, org-table)
2960 (org-formula, org-code, org-agenda-structure)
2961 (org-scheduled-today, org-scheduled-previously)
2962 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
2963 in the new way.
2964 (org-get-heading): New argument NO-TAGS.
2965 (org-fast-tag-selection-include-todo): Made defvar instead of
2966 defcustom, feature is not deprecated.
2967 (org-remember-store-without-prompt): New default value t.
2968 (org-todo-log-states): New variable.
2969 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
2970 Compute the log states.
2971 (org-goto-map): More commands copied from global map. Also bind
2972 `org-occur'.
2973 (org-goto): Made into a general lookup command.
2974 (org-get-location): Complete rewrite.
2975 (org-goto-exit-command): New variable.
2976 (org-goto-selected-point): New variable.
2977 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
2978 Set the new variables.
2979 (org-paste-subtree): Whitespace insertion strategy revised.
2980 (org-remember-apply-template): Protect v-A from the possibility
2981 that v-a might be nil.
2982 (org-remember-handler): Insertion rules revised.
2983 (org-todo): Respect org-todo-log-states.
2984 (org-up-heading-safe): New function.
2985 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
2986
2987 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2988
2989 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
2990 region if in transient-mark-mode.
2991
2992 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2993
2994 * calc/calc-ext.el (calc-init-extensions, calc-reset):
2995 * calc/calc-help.el (calc-full-help):
2996 * calc/calc-misc.el (another-calc):
2997 * calc/calc-store.el (calc-var-name-map):
2998 * calc/calc-stuff.el (calc-flush-caches):
2999 * calc/calc-units.el (math-build-units-table):
3000 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
3001 (calc-quit):
3002 * calendar/icalendar.el (icalendar--format-ical-event)
3003 (icalendar--convert-ical-to-diary):
3004 * emacs-lisp/authors.el (authors):
3005 * emacs-lisp/cust-print.el (custom-print-install)
3006 (custom-print-uninstall):
3007 * emacs-lisp/disass.el (disassemble-1):
3008 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3009 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
3010 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
3011 (elint-check-let-form, elint-check-condition-case-form)
3012 (elint-initialize):
3013 * emacs-lisp/elp.el (elp-results):
3014 * emacs-lisp/generic.el (generic-mode-internal):
3015 * emacs-lisp/re-builder.el (reb-delete-overlays):
3016 * emacs-lisp/regi.el (regi-interpret):
3017 * emacs-lisp/sregex.el (sregex--char-aux):
3018 * emulation/cua-rect.el (cua--deactivate-rectangle)
3019 (cua--highlight-rectangle, cua--rectangle-post-command):
3020 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
3021 * emulation/viper-macs.el (viper-describe-kbd-macros)
3022 (viper-describe-one-macro):
3023 * emulation/viper-util.el (viper-setup-master-buffer):
3024 * emulation/viper.el (set-viper-state-in-major-mode):
3025 * international/mule-diag.el (describe-current-coding-system):
3026 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
3027 * mail/emacsbug.el (report-emacs-bug):
3028 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
3029 * obsolete/hilit19.el (hilit-unhighlight-region)
3030 (hilit-set-mode-patterns):
3031 * play/solitaire.el (solitaire-check, solitaire-solve):
3032 * play/zone.el (zone-pgm-rotate):
3033 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
3034 * progmodes/ada-prj.el (ada-prj-display-page):
3035 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
3036 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
3037 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
3038 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
3039 * progmodes/sh-script.el (sh-make-vars-local)
3040 (sh-reset-indent-vars-to-global-values):
3041 * progmodes/sql.el (top):
3042 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
3043 * progmodes/xscheme.el (top):
3044 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
3045 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
3046 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
3047 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
3048 (artist-submit-bug-report):
3049 * textmodes/flyspell.el (flyspell-delay-commands)
3050 (flyspell-deplacement-commands):
3051 * textmodes/table.el (table--generate-source-epilogue, table-insert)
3052 (table--generate-source-cells-in-a-row, table--make-cell-map)
3053 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
3054
3055 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
3056
3057 * allout.el (produce-allout-mode-map, allout-process-exposed):
3058 * ansi-color.el (ansi-color-make-color-map):
3059 * autoinsert.el (auto-insert):
3060 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
3061 * dired-aux.el (dired-create-files):
3062 * dired.el (dired-restore-desktop-buffer):
3063 * ediff-diff.el (ediff-setup-fine-diff-regions):
3064 * ediff-mult.el (ediff-intersect-directories)
3065 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
3066 (ediff-redraw-registry-buffer):
3067 * ediff-ptch.el (ediff-fixup-patch-map):
3068 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
3069 (ediff-really-quit, ediff-clear-diff-vector):
3070 * emerge.el (emerge-really-quit):
3071 * ffap.el (ffap-replace-file-component):
3072 * filecache.el (file-cache-add-directory)
3073 (file-cache-add-directory-recursively)
3074 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
3075 (file-cache-delete-directory, file-cache-files-matching-internal)
3076 (file-cache-display):
3077 * files.el (cd):
3078 * find-lisp.el (find-lisp-insert-directory):
3079 * finder.el (finder-compile-keywords):
3080 * help.el (view-emacs-news):
3081 * hi-lock.el (hi-lock-write-interactive-patterns):
3082 * ido.el (ido-to-end, ido-set-matches-1):
3083 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
3084 (image-dired-mark-tagged-files):
3085 * jka-cmpr-hook.el (jka-compr-get-compression-info):
3086 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
3087 * ps-print.el (ps-background, ps-begin-file)
3088 (ps-build-reference-face-lists):
3089 * simple.el (clone-buffer):
3090 * startup.el (command-line):
3091 * tempo.el (tempo-insert-template, tempo-is-user-element)
3092 (tempo-forward-mark, tempo-backward-mark):
3093 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
3094
3095 2007-09-25 Glenn Morris <rgm@gnu.org>
3096
3097 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
3098
3099 * view.el (view-search-no-match-lines): Add a doc string.
3100 Rewrite to simplify and work better.
3101
3102 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3103
3104 * progmodes/cc-mode.el (c-mode-base-map):
3105 Use c-indent-line-or-region instead of c-indent-line.
3106
3107 * indent.el (indent-for-tab-command): First check if the region is
3108 active.
3109
3110 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3111
3112 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
3113 whitespace-rescan-timer-time is 0.
3114
3115 2007-09-24 Karl Berry <karl@gnu.org>
3116
3117 * international/mule.el (coding-system-base): Fix doc string grammar.
3118
3119 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
3120
3121 * net/tramp.el (tramp-completion-mode-p): Rename from
3122 `tramp-completion-mode'. Revert logic, check `return', `newline'
3123 and such alike. Packages like Icicles tend to use other completion
3124 characters but `tab' and `space' only.
3125
3126 2007-09-24 Adam Hupp <adam@hupp.org>
3127
3128 * progmodes/python.el (run-python): Import emacs module without
3129 waiting; prevents lockup on error.
3130
3131 2007-09-23 Richard Stallman <rms@gnu.org>
3132
3133 * mail/sendmail.el (mail-bury): Delete the frame
3134 if this frame looks like it was made for this message.
3135
3136 * completion.el (completion-separator-self-insert-command)
3137 (completion-separator-self-insert-autofilling):
3138 If `self-insert-command' has been remapped, use the substitute.
3139
3140 * simple.el (copy-region-as-kill): Doc fix.
3141
3142 * textmodes/org.el (org-confirm-shell-link-function)
3143 (org-confirm-elisp-link-function): Doc fixes.
3144
3145 2007-09-23 Glenn Morris <rgm@gnu.org>
3146
3147 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3148
3149 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
3150
3151 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
3152
3153 * term/tvi970.el (terminal-init-tvi970): Likewise.
3154
3155 * term/sun-mouse.el (print-mouse-format): Likewise.
3156
3157 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
3158 Use forward-line instead of previous-line and next-line.
3159
3160 2007-09-22 Juri Linkov <juri@jurta.org>
3161
3162 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
3163
3164 * tutorial.el (tutorial--default-keys): Update standard bindings:
3165 rename `iconify-or-deiconify-frame' to `suspend-frame',
3166 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
3167
3168 2007-09-22 Juri Linkov <juri@jurta.org>
3169
3170 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
3171 Add help-echo to external links and to links without description.
3172 (fancy-splash-insert): Use help-echo from the 3rd element of the
3173 link specification list, or "Follow this link" if it's nil. Doc fix.
3174
3175 2007-09-22 Juri Linkov <juri@jurta.org>
3176
3177 * startup.el (command-line): Rename `inhibit-startup-message' to
3178 `inhibit-startup-screen'.
3179 (fancy-about-text): Use shorter label for "Ordering Manuals".
3180 (fancy-startup-tail): Add optional arg `concise'. When `concise'
3181 is nil, display a line with "To start..." and 3 links to useful
3182 tasks. Display the "Dismiss" button and "Don't show this message
3183 again" only when concise is non-nil.
3184 (fancy-startup-screen): Call `fancy-startup-tail' with optional
3185 arg `concise'. If CONCISE is non-nil, display a concise version
3186 of the splash screen in another window. Otherwise, switch to the
3187 startup buffer in the same window.
3188 (startup-echo-area-message): Change displayed binding from
3189 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
3190 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
3191 the GNU system".
3192 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
3193 to "*GNU Emacs*".
3194 (display-about-screen): Don't check the existence of the buffer
3195 "*About GNU Emacs*".
3196 (display-splash-screen): Make alias to `display-startup-screen'.
3197 (command-line-1): Rename `inhibit-startup-message' to
3198 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
3199 started with command line options "-f", "-funcall", "-e", "-eval",
3200 "-execute", "-insert", "-find-file", "-file", "-visit".
3201 Inhibit startup screen when Emacs is started with a file name only
3202 on tty (i.e. don't inhibit it when started with a file name like
3203 "emacs FILE..." on a window system).
3204 (command-line-1): Simplify logic of displaying the startup screen:
3205 if file-count > 0, then display the concise version in another
3206 window, otherwise display full version in the same window.
3207
3208 * help.el (help-map): Bind C-h C-a to about-emacs.
3209 (help-for-help-internal): Add C-a description to C-h help text.
3210
3211 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3212
3213 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
3214 (checkdoc-permit-comma-termination-flag): Autoload the
3215 safe-local-variable setting.
3216
3217 * bookmark.el (bookmark-xemacsp): Remove.
3218 (bookmark-make): Don't use bookmark-xemacsp,
3219 use (featurep 'xemacs) instead.
3220
3221 * speedbar.el (speedbar-frame-mode)
3222 (speedbar-frame-reposition-smartly)
3223 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3224 (speedbar-check-vc): Remove use of non-existent variable
3225 dframe-xemacsp, use (featurep 'xemacs) instead.
3226
3227 * indent.el (indent-for-tab-command): Indent the region if
3228 transient-mark-mode and the region is active.
3229
3230 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
3231
3232 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3233 add inferior-octave-directory-tracker to the buffer-local value
3234 of comint-input-filter-functions.
3235
3236 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3237
3238 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
3239
3240 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
3241
3242 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
3243 on w32 frames.
3244
3245 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 * startup.el (normal-top-level): Remove DISPLAY from
3248 process-environment to let it be computed dynamically in callproc.c.
3249
3250 * frame.el (frame-initialize, make-frame):
3251 * faces.el (tty-set-up-initial-frame-faces):
3252 * env.el (setenv): Don't set display-environment-variable.
3253
3254 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
3255 (server-create-tty-frame): Don't set unused `tty' property.
3256 Set `display' instead of display-environment-variable.
3257 (server-create-window-system-frame): No display-environment-variable.
3258
3259 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
3260
3261 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
3262 (rfn-eshadow-update-overlay-hook): New defvars.
3263 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
3264 Run the hooks.
3265
3266 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
3267 (tramp-rfn-eshadow-setup-minibuffer)
3268 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
3269 rfn-eshadow.el.
3270
3271 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
3272 timeout.
3273
3274 2007-09-21 Glenn Morris <rgm@gnu.org>
3275
3276 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
3277 * term/sun-mouse.el (suspend-emacstool): Remove.
3278 * term/sun.el: Remove emacstool-related code.
3279
3280 * emacs-lisp/bytecomp.el (byte-compile-warnings)
3281 (byte-compile-warnings-safe-p): Add `mapcar'.
3282 (byte-compile-warning-types): Add mapcar and make-local.
3283 (byte-compile-normal-call): Add option to suppress mapcar warning.
3284 (top-level): Use mapc rather than mapcar in eval-when-compile.
3285
3286 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
3287 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
3288 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
3289 Handle escaped parens.
3290 (latex-forward-sexp): Doc fix.
3291
3292 * eshell/esh-mode.el (eshell-output-filter-functions):
3293 Add eshell-postoutput-scroll-to-bottom.
3294
3295 * loadup.el: Remove termdev.
3296
3297 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
3298 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
3299
3300 2007-09-21 Markus Triska <markus.triska@gmx.at>
3301
3302 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
3303 `mapcar' is called for effect.
3304
3305 2007-09-21 Kevin Ryde <user42@zip.com.au>
3306
3307 * international/mule.el (sgml-html-meta-auto-coding-function):
3308 Bind `case-fold-search' to t.
3309
3310 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * termdev.el: Remove.
3313
3314 * frame.el (get-device-terminal): New function. Moved from termdev.el.
3315 (frames-on-display-list): Use it.
3316
3317 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
3318
3319 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
3320
3321 2007-09-20 Richard Stallman <rms@gnu.org>
3322
3323 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
3324
3325 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3326
3327 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
3328
3329 2007-09-20 Glenn Morris <rgm@gnu.org>
3330
3331 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3332 motion functions, rather than hard-coding "\n\n".
3333 (tex-validate-region): Check for eobp, to speed up.
3334 (tex-next-unmatched-end): Doc fix.
3335
3336 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3337
3338 * files.el (auto-mode-alist): Use archive-mode for .rar files.
3339
3340 * international/mule.el (auto-coding-alist): Rar archives are binary.
3341
3342 * arc-mode.el: Add basic support for Rar.
3343 (archive-find-type): Recognize Rar's signature.
3344 (archive-desummarize): New fun.
3345 (archive-summarize): Use it to restore the buffer's data in case
3346 someone wants to switch to some other major mode.
3347 (archive-resummarize): Use it as well.
3348 (archive-rar-summarize, archive-rar-extract): New functions.
3349
3350 * filesets.el: Remove spurious * in docstrings.
3351 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
3352 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
3353 (filesets-ingroup-collect): Remove unused arg `depth'.
3354 (filesets-update): Remove unused arg `version'.
3355
3356 * finder.el (finder-compile-keywords): Fix up comment style.
3357 (finder-mouse-face-on-line): previous-line -> forward-line.
3358
3359 * recentf.el: Remove spurious * in docstrings.
3360 (recentf-save-list): Fix up comment style.
3361
3362 * progmodes/octave-mod.el: Remove spurious * in docstrings.
3363 (octave-mode-map): Move init into declaration and remove \t binding.
3364 (octave-mode-startup-message): Remove unused var.
3365 (octave-scan-blocks): Remove unused arg `from'.
3366 (octave-forward-block, octave-down-block, octave-up-block):
3367 Update callers.
3368
3369 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
3370 (meta-mode-map): Likewise and remove \t binding.
3371
3372 * net/snmp-mode.el: Remove spurious * in docstrings.
3373 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
3374 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
3375 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
3376 that completion accepts lists of strings.
3377 (snmp-mode-syntax-table): Move initialization into declaration.
3378 (snmp-mode-map): Likewise and remove \t binding.
3379 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
3380 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
3381 (snmp-indent-command): Remove.
3382
3383 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
3384 binding, so tab-always-indent works right.
3385
3386 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
3387
3388 * net/browse-url.el (browse-url-elinks-new-window): New function.
3389 (browse-url-elinks): Use browse-url-elinks-new-window.
3390 Accept optional second argument `new-window'. Fix typo in doc-string.
3391 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
3392 Improve error message.
3393
3394 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3395
3396 * net/browse-url.el (browse-url-url-encode-chars): Use the right
3397 parameter name in the function body.
3398 Reported by Johannes Weiner.
3399
3400 2007-09-19 Glenn Morris <rgm@gnu.org>
3401
3402 * net/socks.el (socks-open-network-stream): Signal an explicit
3403 error if the port associated with a service string can't be found.
3404
3405 * textmodes/tex-mode.el (tex-terminate-paragraph):
3406 Use backward-paragraph.
3407
3408 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3409
3410 * server.el (server-running-p): New function.
3411
3412 2007-09-18 Jason Rumney <jasonr@gnu.org>
3413
3414 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
3415 x-focus-frame.
3416
3417 * frame.el (select-frame-set-input-focus, select-frame-by-name):
3418 Use x-focus-frame for w32.
3419
3420 2007-09-17 David Kastrup <dak@gnu.org>
3421
3422 * textmodes/tex-mode.el (tex-verbatim-environments):
3423 Eliminate CL dependency.
3424
3425 2007-09-17 Richard Stallman <rms@gnu.org>
3426
3427 * newcomment.el (comment-add): New arg EXTRA.
3428 (comment-region-default): Pass EXTRA if not indenting lines.
3429
3430 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3431
3432 * net/browse-url.el (browse-url-url-encode-chars): New function.
3433 URL-encode some chars in a string.
3434 (browse-url-encode-url): Rewrite using the previous function.
3435 (browse-url-file-url): Use `browse-url-url-encode-chars'.
3436 (browse-url-elinks-sentinel): Fix typo.
3437 (browse-url-new-window-flag): Doc change.
3438
3439 2007-09-17 Glenn Morris <rgm@gnu.org>
3440
3441 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3442 filename from `--file-line-error', if it is available.
3443
3444 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3445
3446 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3447 TeX `--file-line-error' format.
3448
3449 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3450
3451 * xt-mouse.el: Delete add-hook calls that were moved to
3452 xterm-mouse-mode.
3453 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
3454 does not work.
3455
3456 2007-09-17 Richard Stallman <rms@gnu.org>
3457
3458 * cus-face.el (custom-theme-set-faces): Undo previous change.
3459
3460 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
3461
3462 2007-09-17 Glenn Morris <rgm@gnu.org>
3463
3464 * textmodes/tex-mode.el (tex-region): Simplify previous change,
3465 handling the case where the region is not in `tex-main-file'.
3466 (tex-region-1): Delete.
3467 (tex-region-header): New function, doing the header part of the
3468 old tex-region-1.
3469
3470 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3471
3472 * simple.el (newline): Simplify use of prefix-numeric-value.
3473 (line-move-partial): Remove unused var `ppos'.
3474 (line-move-1): Replace 9999 with most-positive-fixnum.
3475 (move-end-of-line): Use more efficient single-property search.
3476 (move-beginning-of-line): Remove unused var `start'.
3477 (blink-matching-open): Restructure in a more functional style.
3478
3479 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3480
3481 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
3482
3483 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * server.el (server-clients): Only keep procs, no properties any more.
3486 (server-client): Remove.
3487 (server-client-get, server-client-set): Remove, replace all callers by
3488 process-get and process-put resp.
3489 (server-clients-with, server-add-client, server-delete-client)
3490 (server-create-tty-frame, server-create-window-system-frame)
3491 (server-process-filter, server-execute, server-visit-files)
3492 (server-buffer-done, server-kill-buffer-query-function)
3493 (server-kill-emacs-query-function, server-switch-buffer)
3494 (server-save-buffers-kill-terminal): Update accordingly.
3495
3496 * server.el (server-with-environment): Simplify.
3497 (server-select-display, server-unselect-display): Re-add functions that
3498 seem to have been lost in the multi-tty merge.
3499 (server-eval-and-print, server-create-tty-frame)
3500 (server-create-window-system-frame, server-goto-toplevel)
3501 (server-execute, server-return-error): New functions extracted from
3502 server-process-filter.
3503 (server-execute-continuation): New functions.
3504 (server-process-filter): Restructure so that all arguments are analysed
3505 first and then acted upon in a subsequent stage. This way
3506 server-goto-toplevel can be executed later, when we know if
3507 it's necessary.
3508 Remove the "-version" and "-version-good" support.
3509
3510 2007-09-16 Drew Adams <drew.adams@oracle.com>
3511
3512 * cus-edit.el (custom-face-edit-activate): Doc fix.
3513
3514 2007-09-16 Glenn Morris <rgm@gnu.org>
3515
3516 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
3517 Following cal-bahai renaming, update all instances of
3518 list-bahai-diary-entries to diary-bahai-list-entries,
3519 mark-bahai-diary-entries to diary-bahai-mark-entries,
3520 calendar-goto-bahai-date to calendar-bahai-goto-date,
3521 insert-bahai-diary-entry to diary-bahai-insert-entry,
3522 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
3523 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
3524 calendar-print-bahai-date to calendar-bahai-print-date.
3525
3526 * textmodes/tex-mode.el (tex-region): Handle the case where the
3527 region is not in `tex-main-file'. Move the old code that applies
3528 to both cases...
3529 (tex-region-1): ...to this new function.
3530
3531 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3532
3533 * vc.el (vc-process-sentinel): New function.
3534 (vc-exec-after): Use it instead of using ugly hackish analysis and
3535 construction of Elisp code.
3536 (vc-sentinel-movepoint): New dynamically scoped var.
3537 (vc-print-log, vc-annotate): Set it to move the user's point.
3538
3539 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
3540 inhibit-modification-hooks.
3541
3542 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
3543 (calendar-bahai-print-date, calendar-bahai-goto-date)
3544 (diary-bahai-list-entries, diary-bahai-insert-entry):
3545 New names to clean up the namespace a bit more.
3546 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
3547
3548 2007-09-15 Glenn Morris <rgm@gnu.org>
3549
3550 * calendar/holidays.el (holiday-list): Rename it back to
3551 `list-holidays', but leave `holiday-list' as an alias.
3552
3553 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
3554 custom group.
3555
3556 * textmodes/css-mode.el (css): New custom group.
3557 (css-electrick-keys, css-selector, css-property)
3558 (css-indent-offset): Specify custom group.
3559
3560 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3561
3562 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
3563 (cvs-execute-single-file): Use process-file.
3564 (cvs-run-process): Use start-file-process.
3565
3566 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
3567
3568 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
3569 level. Remove the hooks when turning off the mode.
3570
3571 * term/xterm.el: Require xt-mouse at compile time.
3572 (terminal-init-xterm): Turn on xterm mouse tracking for this
3573 terminal if xterm-mouse-mode is enabled.
3574
3575 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3576
3577 * term/xterm.el (xterm-function-map): Replace bindings that were
3578 deleted by the merge.
3579
3580 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
3581
3582 * play/bubbles.el (bubbles-version): Bump value to "0.5".
3583 (bubbles-mode-map): Move define-key statements here.
3584 (bubbles-game-theme-menu): Ditto.
3585 (bubbles-graphics-theme-menu): Ditto.
3586 (bubbles-menu): Ditto.
3587 (bubbles-mode): Initialize buffer-undo-list, redisplay.
3588 (bubbles--initialize): Reset buffer-undo-list, redisplay.
3589 (bubbles-plop): Set buffer-undo-list, redisplay.
3590 (bubbles-undo): Reset buffer-undo-list, redisplay.
3591 (bubbles--show-images): Take care of missing text properties.
3592
3593 2007-09-14 Glenn Morris <rgm@gnu.org>
3594
3595 * startup.el (fancy-startup-text, fancy-about-text): Fix face
3596 quoting.
3597
3598 * calendar/cal-hebrew.el, calendar/cal-menu.el
3599 * calendar/calendar.el, calendar/diary-lib.el
3600 * calendar/holidays.el: Rename all instances of
3601 list-calendar-holidays callers to calendar-list-holidays,
3602 list-holidays to holiday-list, check-calendar-holidays to
3603 calendar-check-holidays, mark-calendar-holidays to
3604 calendar-mark-holidays, and filter-visible-calendar-holidays to
3605 holiday-filter-visible-calendar.
3606
3607 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3608
3609 * term/xterm.el (xterm-function-map): Add C-M- bindings.
3610
3611 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3612
3613 * play/bubbles.el (bubbles--initialize-images): Fix bug:
3614 Use transparent background for empty cells in graphics mode.
3615
3616 2007-09-13 Jari Aalto <jari.aalto@cante.net>
3617
3618 * man.el (Man-default-man-entry): At end of line, continue looking
3619 to the next line for possible end of hyphenated command.
3620
3621 2007-09-13 Chris Moore <dooglus@gmail.com>
3622
3623 * shell.el (shell-resync-dirs): Don't move the cursor relative to
3624 the command being edited.
3625
3626 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
3627
3628 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
3629
3630 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
3631
3632 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
3633 C-M-S- keys.
3634
3635 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
3636
3637 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3638
3639 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
3640 New argument `filename-p' to use one set of confusing chars or another.
3641 (browse-url-file-url): Use the argument.
3642 Suggested by Johannes Weiner.
3643
3644 2007-09-12 Romain Francoise <romain@orebokech.com>
3645
3646 * cus-start.el (all): Revert 2007-09-08 change.
3647
3648 2007-09-12 Aaron Hawley <aaronh@garden.org>
3649
3650 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
3651 extract .Z files, since it is more common than uncompress.
3652
3653 2007-09-12 Glenn Morris <rgm@gnu.org>
3654
3655 * textmodes/org-publish.el (org-publish-org-to-html): Remove
3656 duplicate function definition.
3657
3658 2007-09-10 Chris Moore <dooglus@gmail.com>
3659
3660 * diff-mode.el (diff-sanity-check-hunk):
3661 Also accept single-line hunks.
3662
3663 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
3664
3665 * startup.el (startup-screen-inhibit-startup-screen)
3666 (pure-space-overflow-message): New vars.
3667 (fancy-splash-insert): Allow functions for face and link specs.
3668 (fancy-splash-head): Remove unused arg. Move splash text...
3669 (fancy-startup-text, fancy-about-text): ...here.
3670 (fancy-startup-tail): Rename from fancy-splash-tail.
3671 (fancy-startup-screen, fancy-about-screen): Split off from
3672 fancy-splash-screens.
3673 (display-startup-screen): New function.
3674 (display-about-screen): Rename from display-splash-screen.
3675 (command-line-1): Use concise startup screen if necessary.
3676
3677 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3678
3679 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
3680 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
3681
3682 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3683
3684 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3685 (python-font-lock-keywords): Update to the 2.5 version of the language.
3686 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3687 (python-backspace): Only behave funny in code.
3688 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3689 (inferior-python-mode): Add PDB prompt regexp.
3690 (python-fill-paragraph): Refine the fenced-string regexp.
3691 (python-find-imports): Handle imports spanning several lines.
3692 (python-mode): Add `class' to hideshow support.
3693
3694 2007-09-10 Dave Love <fx@gnu.org>
3695
3696 * outline.el (outline-4, outline-5, outline-7):
3697 Move font-lock-builtin-face down from 4 to 7 to better keep the
3698 progression of color brightness, and to better match Org-mode's faces.
3699
3700 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3701
3702 * progmodes/meta-mode.el (meta-font-lock-keywords)
3703 (font-lock-match-meta-declaration-item-and-skip-to-next)
3704 (meta-comment-indent, meta-indent-previous-line)
3705 (meta-indent-unfinished-line, meta-beginning-of-defun)
3706 (meta-end-of-defun, meta-common-initialization): Handle \f.
3707 (meta-indent-unfinished-line): Do not handle a `%' in a string as
3708 a comment-start.
3709
3710 * files.el (file-modes-char-to-who, file-modes-char-to-right)
3711 (file-modes-rights-to-number): Auxiliary functions for symbolic to
3712 numeric notation of file modes.
3713 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
3714 numeric value.
3715 (read-file-modes): New. Read either an octal value of a file mode or a
3716 symbolic value, and return its numeric value.
3717
3718 * dired-aux.el (dired-do-chmod): Change to use the built-in
3719 `set-file-modes' and the previous symbolic mode parsing functions.
3720
3721 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3722
3723 * textmodes/texinfo.el: Remove spurious * in docstrings.
3724 (texinfo-mode-syntax-table, texinfo-mode-map):
3725 Initialize in the declaration.
3726
3727 * tmm.el: Remove spurious * in docstrings.
3728 (tmm-prompt): Use with-current-buffer.
3729
3730 * vcursor.el: Remove spurious * in docstrings.
3731 (vcursor-map): Initialize in the declaration.
3732 (vcursor-use-vcursor-map): Use define-minor-mode.
3733 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
3734
3735 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
3736 Initialize in the declaration.
3737 (widget-minor-mode): Use define-minor-mode.
3738
3739 * woman.el (woman-mode-map, woman-syntax-table):
3740 Initialize in the declaration.
3741
3742 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
3743
3744 * doc-view.el: New file.
3745
3746 2007-09-09 Juri Linkov <juri@jurta.org>
3747
3748 * Makefile.in (update-authors): Add etc/ to AUTHORS.
3749
3750 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
3751
3752 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
3753 to "Startup screen". Fix docstring.
3754 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
3755 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
3756 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
3757 (initial-scratch-message): Fix docstring.
3758 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
3759 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
3760 Add link to "Customize Startup" and set interval between links to
3761 5 spaces.
3762 (fancy-about-text): Add links "Authors" and "Contributing".
3763 (fancy-splash-head): Add text "Welcome to " on the startup screen,
3764 and "This is " on the about screen. Add link to
3765 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
3766 For the about screen move emacs version to the header from
3767 `fancy-splash-tail' (as it's done already for normal about screen).
3768 (fancy-splash-tail): Insert emacs version only for startup screen.
3769 (normal-splash-screen): Remove duplicate empty lines.
3770 (normal-about-screen): Add links "Authors" and "Contributing".
3771
3772 * menu-bar.el (menu-bar-help-menu):
3773 Move "About Emacs" and "About GNU" to the end of the Help menu.
3774 Move "Emacs Psychotherapist" after "Send Bug Report...".
3775 Move "External Packages" after "Find Emacs Packages".
3776
3777 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
3778
3779 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
3780 they are useless with the byte compiler.
3781 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
3782 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
3783 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
3784 (tramp-file-name-real-host, tramp-file-name-port)
3785 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
3786 defuns.
3787
3788 * net/tramp-cache.el (top): Improve error message when
3789 `tramp-persistency-file-name' is corrupted.
3790
3791 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
3792
3793 * textmodes/org.el (org-re): Also replace the :alpha: class.
3794 (org-todo-tag-alist): Variable removed.
3795 (org-todo-key-alist, org-todo-key-trigger): New variables.
3796 (org-use-fast-todo-selection): New option.
3797 (org-log-done): Docstring fixed.
3798 (org-deadline-warning-days): New default value 14.
3799 (org-edit-timestamp-down-means-later): New option.
3800 (org-tag-alist): Docstring fixed.
3801 (org-fast-tag-selection-include-todo): New option.
3802 (org-export-language-setup): New languages added.
3803 (org-set-regexps-and-options): Compute the new variables.
3804 (org-paste-subtree): Cleaning up.
3805 (org-remember-apply-template): New escape %A.
3806 (org-todo): Call fast TODO selection.
3807 (org-fast-todo-selection): New function.
3808 (org-add-log-note): Allow prefix for abort exit.
3809 (org-at-property-p, org-entry-properties)
3810 (org-columns-get-autowidth-alist): Use :alpha: class.
3811 (org-get-wdays): New function.
3812 (org-agenda-remove-date): New variable.
3813 (org-agenda-get-deadlines): Use `org-get-wdays'.
3814 (org-agenda-get-deadlines): Reverse ee before returning.
3815 (org-format-agenda-item): New argument REMOVE-RE.
3816 (org-agenda-convert-date): Baha'i calendar added.
3817 (org-infile-export-plist): Also find DATE line.
3818 (org-get-min-level): New function.
3819 (org-export-as-html, org-export-as-ascii): Use the date format.
3820 (org-shiftup, org-shiftdown): Use.
3821 `org-edit-timestamp-down-means-later'.
3822 (org-assign-fast-keys): New function.
3823
3824 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
3825
3826 * cus-start.el (all): Add prefer-window-split-horizontally from
3827 window.c.
3828
3829 2007-09-08 Eli Zaretskii <eliz@gnu.org>
3830
3831 * net/browse-url.el (browse-url-galeon): Fix last change.
3832 (top-level): Require cl when compiling.
3833
3834 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
3835
3836 * textmodes/org-export-latex.el: arch-tag restored.
3837
3838 * textmodes/org-publish.el: arch-tag restored.
3839
3840 2007-09-08 Masatake YAMATO <jet@gyve.org>
3841
3842 * progmodes/which-func.el (which-func-modes): Add diff-mode.
3843
3844 * progmodes/cc-langs.el: Support new keywords added to
3845 objective-c frontend of gcc.
3846 (c-simple-stmt-kwds): Add @throw.
3847 (c-block-stmt-2-kwds): Add @synchronized.
3848 (c-block-stmt-1-kwds): Add @finally and @try.
3849
3850 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
3851
3852 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
3853 (org-agenda-after-show-hook): New variable.
3854 (org-columns-compile-format)
3855 (org-columns-get-autowidth-alist, org-buffer-property-keys)
3856 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
3857 property names.
3858 (org-get-wdays): New function.
3859
3860 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3861
3862 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
3863
3864 * term/xterm.el (xterm-function-map): Initialize in the declaration.
3865
3866 * vc-arch.el (vc-arch-checkin): Fix typo.
3867
3868 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3869
3870 * cus-face.el (custom-theme-set-faces): Set face attributes
3871 locally for each frame.
3872
3873 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3874
3875 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
3876 via font-lock-defaults.
3877
3878 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
3879 derived-mode-p.
3880
3881 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
3882
3883 * progmodes/autoconf.el (autoconf-definition-regexp):
3884 Handle optional square brackets around definition name.
3885
3886 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
3887
3888 * net/browse-url.el (browse-url-browser-function): Add elinks.
3889 (browse-url-elinks-wrapper): New option.
3890 (browse-url-encode-url, browse-url-elinks)
3891 (browse-url-elinks-sentinel): New functions.
3892 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
3893 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
3894 Use new function browse-url-encode-url.
3895
3896 2007-09-07 Glenn Morris <rgm@gnu.org>
3897
3898 * version.el (emacs-version): Revert 2007-08-29 change: no need to
3899 say if multi-tty is present.
3900
3901 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * cus-start.el (split-window-preferred-function): Add custom info.
3904
3905 * calendar/holidays.el (holiday-list, calendar-check-holidays)
3906 (calendar-mark-holidays, calendar-list-holidays)
3907 (holiday-filter-visible-calendar): New names to clean up namespace.
3908 (filter-visible-calendar-holidays, list-calendar-holidays)
3909 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
3910 Add compatibility aliases.
3911 (calendar-check-holidays, calendar-mark-holidays)
3912 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
3913 (holiday-sexp): Replace append with list.
3914 (holiday-filter-visible-calendar): Replace append with push.
3915
3916 * woman.el: Remove spurious * in docstrings.
3917 (woman-mini-help, woman-non-underline-faces, woman0-rename)
3918 (woman-topic-all-completions-merge, woman-file-name-all-completions)
3919 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
3920 (woman-write-directory-cache, woman-display-extended-fonts)
3921 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
3922 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
3923 (woman-mode): Use inhibit-read-only.
3924 (woman-negative-vertical-space): Use dotimes.
3925 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
3926
3927 2007-09-06 Romain Francoise <romain@orebokech.com>
3928
3929 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
3930 (vc-bzr-workfile-version): Use it.
3931
3932 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
3933
3934 * complete.el (PC-do-completion): Don't try to treat
3935 empty string as an abbreviation.
3936
3937 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3938
3939 * help-fns.el (describe-variable): Keep doc's text properties.
3940
3941 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
3942
3943 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
3944 instead of a file.
3945
3946 2007-09-06 Glenn Morris <rgm@gnu.org>
3947
3948 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
3949 (checkdoc-minor-mode): Allow user to specify lighter via
3950 checkdoc-minor-mode-string.
3951
3952 2007-09-05 Richard Stallman <rms@gnu.org>
3953
3954 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
3955 Several items removed, simplified, or put on one line.
3956 (fancy-about-text): Add substantial contents, part of startup text.
3957 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
3958 (normal-splash-screen): Call normal-mouse-startup-screen,
3959 normal-no-mouse-startup-screen, or normal-about-screen.
3960 (normal-mouse-startup-screen): New fn, broken out, shortened.
3961 (normal-no-mouse-startup-screen): New fn, broken out.
3962 (normal-about-screen): New function, contents all new.
3963
3964 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3965
3966 * emacs-lisp/rx.el (rx): Fix typo in docstring.
3967
3968 2007-09-05 Glenn Morris <rgm@gnu.org>
3969
3970 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
3971 is bound.
3972
3973 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3974
3975 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
3976 in doc string.
3977
3978 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3979
3980 * server.el (server-start, server-unload-hook): Undo previous change.
3981
3982 * xt-mouse.el: Undo previous change.
3983
3984 2007-09-04 Juri Linkov <juri@jurta.org>
3985
3986 * startup.el (fancy-about-text): New variable.
3987 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
3988 (fancy-current-text, fancy-splash-stop-time)
3989 (fancy-splash-outer-buffer): Remove variables.
3990 (fancy-splash-head, fancy-splash-tail): Add new optional argument
3991 `startup' and use it to conditionally display different texts for
3992 Startup and About screens. Don't display Help commands on the About
3993 screen.
3994 (fancy-splash-screens-1): Remove function and move its content to
3995 `fancy-splash-screens' to the part that dislpays the About screen.
3996 (exit-splash-screen): Don't treat specially exiting from
3997 alternating screens.
3998 (fancy-splash-screens): Rename argument `static' to `startup'.
3999 Fix docstring. Remove code for displaying alternating screens.
4000 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
4001 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
4002 for `inhibit-read-only'.
4003 (normal-splash-screen): Rename argument `static' to `startup'.
4004 Fix docstring. Use argument `startup' to conditionally display
4005 different texts for Startup and About screens. Don't display Help
4006 commands on the About screen. Remove `unwind-protect' `sit-for'
4007 delay and `kill-buffer' after it.
4008 (display-startup-echo-area-message): Remove call to
4009 `use-fancy-splash-screens-p' because image.el is preloaded and
4010 doesn't display "Loading image... done".
4011 (display-splash-screen): Rename argument `static' to `startup'.
4012 Fix docstring.
4013
4014 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4015
4016 * server.el (server-start, server-unload-hook):
4017 suspend-tty-functions has been renamed to suspend-tty-hook.
4018
4019 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
4020 resume-tty-hook.
4021
4022 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
4023
4024 * loadup.el: Fix merge problem, only load "button" once.
4025
4026 2007-09-03 Glenn Morris <rgm@gnu.org>
4027
4028 * vc-svn.el (vc-svn-print-log): If there is only one file, use
4029 "Working file:" as the prefix, for the sake of
4030 log-view-current-file.
4031
4032 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4033
4034 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
4035 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
4036 if the selected frames is in
4037 xterm-modify-other-keys-terminal-list.
4038 (xterm-turn-off-modify-other-keys): Add an optional frame
4039 parameter. Only turn off modify-other-keys if FRAME is in
4040 xterm-modify-other-keys-terminal-list.
4041 (xterm-remove-modify-other-keys): New function.
4042 (terminal-init-xterm): Use it. Deal with delete-frame hook.
4043 Add the selected frame to xterm-modify-other-keys-terminal-list.
4044
4045 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4046
4047 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
4048 (icon-map-list): New variable.
4049 (x-gtk-map-stock): Use icon-map-list.
4050
4051 2007-09-02 Romain Francoise <romain@orebokech.com>
4052
4053 * log-view.el (log-view-current-file): Balance parens.
4054
4055 2007-09-02 Glenn Morris <rgm@gnu.org>
4056
4057 * comint.el (comint-mode): Don't set scroll-conservatively.
4058
4059 * eshell/em-unix.el (eshell/time): Stringify and flatten the
4060 non-command arguments.
4061
4062 * log-view.el (log-view-current-file): Give a more explicit error
4063 if log-view-file-re fails to find a match.
4064
4065 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4066
4067 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4068 Fix bug: Don't expand top-level file name more than once.
4069 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
4070
4071 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4072
4073 * server.el (server-process-filter): Don't display the splash screen.
4074 It's annoying enough on the initial screen and becomes positively
4075 obnoxious here.
4076
4077 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4078
4079 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
4080 Change naming to use "avl-tree--" for internal functions.
4081
4082 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
4083
4084 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
4085 the merge.
4086 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
4087 (provide): Move to the end of file.
4088
4089 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
4090
4091 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4092
4093 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
4094 New variable. List of exceptions for the duplicated word rule.
4095 (flyspell-mark-duplications-flag): Mention it.
4096 (flyspell-word): Treat it.
4097
4098 * files.el (create-file-buffer): If the filename sans directory starts
4099 with spaces, remove them.
4100
4101 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4102
4103 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
4104 (x-gtk-map-stock): Use two directory elements when matching
4105 file name.
4106
4107 2007-08-31 James Wright <james@chumsley.org>
4108
4109 * eshell/em-unix.el (eshell/info): New function.
4110
4111 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * frame.el (frame-initialize, make-frame):
4114 * server.el (server-process-filter):
4115 * faces.el (tty-set-up-initial-frame-faces): Don't set
4116 term-environment-variable since it's not used any more.
4117
4118 * env.el (setenv): Don't treat $TERM specially.
4119
4120 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
4121 stated otherwise, subprocesses do not send back escape sequences
4122 corresponding to the terminal from which Emacs was started.
4123
4124 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
4125
4126 * calculator.el: Require cl for compilation.
4127
4128 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
4129
4130 * outline.el (outline-font-lock-levels): Comment out unused var.
4131 (outline-font-lock-face): Wrap around face list to handle any
4132 nesting depth gracefully.
4133
4134 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
4135
4136 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
4137 `set-file-times'.
4138
4139 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
4140
4141 * textmodes/org.el (org-export-visible): Fix drawers before export.
4142 (org-do-sort): Allow sorting by priority.
4143 (org-agenda-files): Ignore non-existing files.
4144 (org-agenda-skip-unavailable-files): New variable.
4145 (org-ellipsis): All a face as value.
4146 (org-mode): Interprete the face value of `org-ellipsis'.
4147 (org-archive-save-context-info): New option.
4148 (org-archive-subtree): Store context info in archived entry.
4149 (org-fast-tag-selection-can-set-todo-state): New variable.
4150 (org-fast-tag-selection): Allow setting TODO states through this
4151 interface.
4152 (org-cycle): Docstring updated.
4153 (org-todo-keyword-faces): New option.
4154 (org-get-todo-face): New function.
4155 (org-set-font-lock-defaults, org-agenda-highlight-todo):
4156 Use `org-get-todo-face'.
4157 (org-switch-to-buffer-other-window): New function.
4158 (org-table-edit-field, org-table-show-reference)
4159 (org-table-edit-formulas, org-add-log-note)
4160 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
4161 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
4162 `switch-to-buffer-other-window' to make sure that the temporary
4163 windows show up on the current frame.
4164 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
4165 (org-get-entries-from-diary, org-replace-region-by-html):
4166 Don't allow pop-up frames.
4167 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4168 Fix problems with time-of-day.
4169 (org-export-get-title-from-subtree): New function.
4170 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
4171 with listing items that are DONE.
4172 (org-change-tag-in-region): New command.
4173 (org-agenda-skip-scheduled-if-done)
4174 (org-agenda-skip-deadline-if-done): Docstring clarified.
4175 (org-mode): Hide drawers on startup.
4176 (org-get-todo-face): New function.
4177 (org-todo-keyword-faces): New option.
4178 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
4179 (org-remove-keyword-keys): New function.
4180
4181 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
4182
4183 * progmodes/grep.el (grep-find-ignored-directories):
4184 Add monotone _MTN bookkeeping directory in workspaces.
4185 Add RCS control directory. List items in alphabetical order.
4186
4187 * progmodes/grep.el (grep-files-aliases): Add cc alias.
4188 Sort items in alphabetical order. Fix parens.
4189
4190 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4191
4192 * vc-hg.el (vc-hg-extra-menu-map): New variable.
4193 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
4194 (vc-hg-pull): New functions.
4195 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
4196
4197 * term/mac-win.el: Don't require url, only autoloaded url
4198 functions are used in this file.
4199
4200 2007-08-29 Andreas Schwab <schwab@suse.de>
4201
4202 * shell.el (shell): Return correct value from interactive spec.
4203
4204 2007-08-29 Glenn Morris <rgm@gnu.org>
4205
4206 * version.el (emacs-version): Increase to 23.0.50.
4207
4208 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4209
4210 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
4211
4212 2007-08-29 Juri Linkov <juri@jurta.org>
4213
4214 * loadup.el: Add "button" loading after "faces" and move "startup"
4215 to load after "button".
4216
4217 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4218
4219 * loadup.el: Load term/mac-win on a Mac using Carbon.
4220
4221 * term/mac-win.el: Provide mac-win.
4222 (mac-initialized): New variable.
4223 (mac-initialize-window-system): New function. Move global setup here.
4224 (handle-args-function-alist, frame-creation-function-alist):
4225 (window-system-initialization-alist): Add mac entries.
4226 (x-setup-function-keys): New function containing all the
4227 top level function key definitions.
4228
4229 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
4230
4231 * env.el (read-envvar-name): Don't consider the environment frame param.
4232
4233 * env.el (setenv):
4234 * frame.el (frame-initialize, make-frame):
4235 * faces.el (tty-set-up-initial-frame-faces):
4236 * server.el (server-process-filter): Set
4237 display-environment-variable and term-environment-variable.
4238
4239 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
4240
4241 2007-08-29 Jason Rumney <jasonr@gnu.org>
4242
4243 * loadup.el: Only load term/x-win when X is compiled in.
4244 Load term/w32-win and dependencies on windows-nt.
4245
4246 * term/w32-win.el: Reorder to match x-win.el more closely.
4247 Provide w32-win. Don't throw error when global window-system not w32.
4248 (internal-face-interactive): Remove obsolete function.
4249 (x-setup-function-keys): Use local-function-key-map.
4250 (w32-initialized): New variable.
4251 (w32-initialize-window-system): Set it.
4252 Move more global setup here.
4253 (x-setup-function-keys): New function.
4254 (w32-initialize-window-system): Move non function key global setup here.
4255 (x-cut-buffer-max): Remove.
4256 (w32-initialize-window-system): New function.
4257 (handle-args-function-alist, frame-creation-function-alist):
4258 (window-system-initialization-alist): Add w32 entries.
4259
4260 2007-08-29 David Kastrup <dak@gnu.org>
4261
4262 * env.el (getenv): Pass frame to getenv-internal.
4263
4264 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
4265
4266 * version.el (emacs-version): Show if multi-tty is present.
4267
4268 * loadup.el: Delay loading env; mule-conf gets confused by cl
4269 during bootstrap. Also load termdev and term/x-win.
4270
4271 * bindings.el (mode-line-client): New variable.
4272 (help-echo): Add it to the default mode-line format.
4273
4274 * cus-start.el: Remove bogus window-system reference from GTK test.
4275
4276 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
4277 (ebrowse-electric-position-mode-map):
4278 * ebuff-menu.el (electric-buffer-menu-mode-map):
4279 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
4280 not `suspend-emacs'.
4281
4282 * ediff-wind.el (ediff-setup-windows-automatic): New function.
4283 (ediff-window-setup-function): Use it as default.
4284
4285 * files.el (save-buffers-kill-terminal): New function.
4286 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
4287
4288 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
4289 and `with-selected-frame'.
4290
4291 * help-fns.el (describe-variable): Describe frame-local variables
4292 correctly.
4293
4294 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
4295 display support.
4296 (normal-erase-is-backspace-setup-frame): New function.
4297
4298 * subr.el (with-selected-frame): New function.
4299 (read-quoted-char): Use terminal-local binding of
4300 local-function-key-map instead of function-key-map.
4301
4302 * talk.el (talk): New function.
4303 (talk-handle-delete-frame): New function.
4304 (talk-add-display): Open a new frame only if FRAME was not a frame.
4305
4306 * termdev.el: New file.
4307
4308 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
4309 * term/x-win.el: Don't bind f10.
4310 * tmm.el: Remove autoload binding for f10.
4311
4312 * international/encoded-kb.el (encoded-kbd-setup-display): Use
4313 `set-input-meta-mode'. Fix broken condition before set-input-mode.
4314 Store the saved input method as a terminal parameter. Add keymap
4315 parameter. Use it instead of changing key-translation-map directly.
4316 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
4317 Remove.
4318 (encoded-kbd-setup-display): New function.
4319
4320 * international/mule-cmds.el (set-locale-environment): Fix getenv
4321 call. Use save-buffers-kill-terminal. Ignore window-system; always
4322 set the keyboard coding system. Add DISPLAY parameter.
4323 (set-display-table-and-terminal-coding-system): Add DISPLAY
4324 parameter. Pass it to set-terminal-coding-system.
4325
4326 * international/mule.el (keyboard-coding-system): Test for
4327 encoded-kbd-setup-display, not encoded-kbd-mode.
4328 (set-terminal-coding-system, set-keyboard-coding-system): Add
4329 DISPLAY parameter.
4330 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
4331
4332 * term/README: Update.
4333
4334 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
4335
4336 * term/x-win.el (x-setup-function-keys): New function. Move
4337 function-key-map tweaks here. Protect against multiple calls on
4338 the same terminal. Use terminal-local binding of
4339 local-function-key-map instead of function-key-map.
4340 (x-initialize-window-system): Make a copy of pure list. Pass a
4341 frame getenv.
4342
4343 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
4344 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
4345 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
4346 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
4347 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
4348 local-function-key-map instead of function-key-map.
4349
4350 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
4351 `substitute-key-definition' and `define-key' calls against
4352 multiple execution. Use terminal-local binding of
4353 local-function-key-map instead of function-key-map. Pass a frame
4354 to getenv.
4355
4356 * edmacro.el (edmacro-format-keys):
4357 * emulation/cua-base.el (cua--pre-command-handler):
4358 * isearch.el (isearch-other-meta-char):
4359 * xt-mouse.el: Use terminal-local binding of
4360 local-function-key-map instead of function-key-map.
4361
4362 * fringe.el (set-fringe-mode): Simplify and fix using
4363 `modify-all-frames-parameters'.
4364 * scroll-bar.el (set-scroll-bar-mode): Ditto.
4365 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
4366 check before calling `tool-bar-setup'.
4367 (tool-bar-setup): New variable.
4368 (tool-bar-setup): Use it to guard against multiple calls. Add
4369 optional frame parameter, and select that frame before adding items.
4370 (toggle-tool-bar-mode-from-frame): New function.
4371
4372 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
4373 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
4374 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
4375 "Tool-bar" toggles to reflect the state of the current frame.
4376 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
4377
4378 * env.el: Require cl for byte compilation (for `block' and `return').
4379 (environment, setenv-internal): New functions.
4380 (let-environment): New macro.
4381 (setenv, getenv): Add optional terminal parameter. Update docs.
4382 (setenv): Use setenv-internal. Always set process-environment.
4383 Handle `local-environment-variables'.
4384 (read-envvar-name, setenv, getenv): Use frame parameters
4385 to store the local environment, not terminal parameters. Include
4386 `process-environment' as well.
4387
4388 * faces.el (tty-run-terminal-initialization): New function.
4389 (tty-create-frame-with-faces): Use it. Set up faces and
4390 background mode only after the terminal has been initialized.
4391 Call terminal-init-*. Don't load the initialization file more
4392 than once. Call set-locale-environment.
4393 (frame-set-background-mode): Handle the 'background-mode terminal
4394 parameter.
4395 (tty-find-type): New function.
4396 (x-create-frame-with-faces): Remove bogus check for
4397 first frame. Call `tool-bar-setup'. Don't make frame visible
4398 until we are done setting up all its parameters. Call
4399 x-setup-function-keys.
4400
4401 * frame.el (make-frame): Always inherit 'environment and 'client
4402 parameters. Set up the 'environment frame parameter, when needed.
4403 Also inherit 'client parameter. Don't override explicitly
4404 specified values with inherited ones. Add 'terminal frame
4405 parameter. Append window-system-default-frame-alist to parameters
4406 before calling frame-creation-function.
4407 (frame-initialize): Copy the environment from the initial frame.
4408 (window-system-default-frame-alist): Enhance doc string.
4409 (frame-notice-user-settings): Don't put 'tool-bar-lines in
4410 `default-frame-alist' when initial frame is on a tty.
4411 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
4412 Remove specified parameters from `window-system-default-frame-alist'.
4413 (make-frame-on-tty, framep-on-display, suspend-frame):
4414 Extend doc string, update parameter names.
4415 (frames-on-display-list): Use terminal-id to get the display id.
4416 (frame-notice-user-settings): Extend to apply
4417 settings in `window-system-default-frame-alist' as well.
4418 (terminal-id, terminal-parameters, terminal-parameter)
4419 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
4420 (delete-frame-functions): Add to `delete-frame-functions' hook.
4421 (blink-cursor-mode): Adapt blink-cursor-mode default
4422 value from startup.el.
4423 (make-frame-on-display): Protect condition on x-initialized when
4424 x-win.el is not loaded. Update doc.
4425 (suspend-frame): Use display-controlling-tty-p to decide between
4426 suspend-emacs and suspend-tty.
4427 (frames-on-display-list): Update for display ids.
4428 (framep-on-display): Ditto.
4429 (suspend-frame): Use display-name, not frame-tty-name.
4430 (selected-terminal): New function.
4431
4432 * server.el: Use `device' instead of `display' or `display-id' in
4433 variable and client parameter names.
4434 (server-select-display): Remove (unused).
4435 (server-tty-live-p, server-handle-delete-tty): Remove.
4436 (server-unquote-arg, server-quote-arg, server-buffer-clients):
4437 Update docs.
4438 (server-getenv-from, server-with-environment, server-send-string)
4439 (server-save-buffers-kill-terminal): New functions.
4440 (server-delete-client): Handle quits in kill-buffer. Don't kill
4441 modified buffers. Add extra logging. Delete frames after
4442 deleting the tty. Clear 'client parameter before deleting a frame.
4443 Use delete-display, not delete-tty.
4444 (server-visit-files): Don't set `server-existing-buffer' if the
4445 buffer already has other clients. Return list of buffers
4446 created. Update doc. Don't set client-record when nowait.
4447 (server-handle-delete-frame): Delete the client if this was its
4448 last frame. Check that the frame is alive. Remove bogus comment.
4449 Add note on possible race condition. Delete tty clients, if needed.
4450 (server-handle-suspend-tty): Use server-send-string. Kill the
4451 client in case of errors from process-send-string. Use the display
4452 parameter.
4453 (server-unload-hook): Remove obsolete delete-tty hook.
4454 (server-start): Ask before restarting if the old server still has
4455 clients. Add feedback messages. Remove obsolete delete-tty hook.
4456 (server-process-filter): Use server-send-string. Accept `-dir'
4457 command. Switch to *scratch* immediately after creating the frame,
4458 before evaluating any -evals. Protect `display-splash-screen'
4459 call in a condition-case. Explain why. Call
4460 `display-startup-echo-area-message' before
4461 `display-splash-screen'. Don't display the splash screen when no
4462 frame was created. Show the Emacs splash screen and startup echo
4463 area message. Display the *scratch* buffer by default. Store the
4464 local environment in a frame (not terminal) parameter. Do not try
4465 to decode environment strings. Fix reference to the 'display
4466 frame parameter. Change syntax of environment variables. Put
4467 environment into terminal parameters, not client parameters. Use
4468 a dummy client with --no-wait's X frames. In `-position LINE'
4469 handler, don't ruin the request string until the line number is
4470 extracted. Log opened files. Handle -current-frame command.
4471 Don't create frames when it is given. Don't bind X frames to the
4472 client when we are in -no-wait mode. Set locale environment
4473 variables from client while creating tty frames. Disable call to
4474 configure-display-for-locale. When processing -position command,
4475 don't change the request string until the parameters are
4476 extracted. Don't try to create an X frame when Emacs does not
4477 support it. Improve logging. Temporarily set ncurses-related
4478 environment variables to those of the client while creating a new
4479 tty frame. Select buffers opened by nowait clients, don't leave
4480 them buried under others. Set the display parameter, and use it
4481 when appropriate.
4482
4483 * startup.el (display-startup-echo-area-message): Handle
4484 `inhibit-startup-echo-area-message' here.
4485 (command-line-1): Moved from here.
4486 (fancy-splash-screens): Use `overriding-local-map' instead of
4487 `overriding-terminal-local-map' for now; the latter doesn't work
4488 right, it looses keypresses to another terminal. Use
4489 `overriding-terminal-local-map' to set up keymap. Install a
4490 `delete-frame-functions' hook to catch `delete-frame' events.
4491 Ignore `select-window' events to cope better with
4492 `focus-follows-mouse'. Don't switch back to the original buffer
4493 if the splash frame has been killed. Restore previous buffer, even
4494 if it's *scratch*.
4495 (normal-splash-screen): Don't let-bind `mode-line-format'; it
4496 changes the global binding - setq it instead. Use
4497 `save-buffers-kill-terminal'.
4498 (display-splash-screen): Don't do anything if the splash screen is
4499 already displayed elsewhere.
4500 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
4501 (command-line): Replace duplicated code with a call to
4502 tty-run-terminal-initialization. Don't load the terminal
4503 initialization file more than once. Remove call to nonexistent
4504 function `set-locale-translation-file-name'.
4505
4506 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
4507 parameters.
4508 (xterm-mouse-position-function, xterm-mouse-event): Update.
4509 (xterm-mouse-mode): Don't depend on current value of window-system.
4510 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4511 Update for multi-tty.
4512 (turn-on-xterm-mouse-tracking-on-terminal)
4513 (turn-off-xterm-mouse-tracking-on-terminal)
4514 (xterm-mouse-handle-delete-frame): New functions.
4515 (delete-frame-functions, after-make-frame-functions)
4516 (suspend-tty-functions, resume-tty-functions): Install extra hooks
4517 for multi-tty.
4518
4519 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4520
4521 * simple.el (invisible-p): Remove: implemented in C now.
4522 (line-move-invisible-p): Remove obsolete alias.
4523
4524 2007-08-28 Juri Linkov <juri@jurta.org>
4525
4526 * image-mode.el (image-type): New variable.
4527 (image-mode): Set default major mode name to "Image[text]".
4528 (image-minor-mode): Change LIGHTER to display image-type in the
4529 mode line.
4530 (image-minor-mode): Set default image-type to "text".
4531 (image-toggle-display): After switching to text mode, set
4532 image-type to "text" and major mode name to "Image[text]".
4533 After switching to image mode, set image-type to actual image
4534 type, and add image type to major mode name. Let-bind the same
4535 variable names as arguments of `image-type' and `create-image'.
4536 Bind `type' to the result of `image-type' and use it as arg
4537 of `create-image' to not determine the image type twice.
4538
4539 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
4540
4541 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
4542 (tramp-set-file-uid-gid, tramp-get-local-uid)
4543 (tramp-get-local-gid): New defuns.
4544 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
4545 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
4546 Improve fast track.
4547 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
4548 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
4549 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
4550 (tramp-handle-write-region): Improve fast track.
4551 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
4552 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
4553 be nil.
4554
4555 2007-08-28 Ivan Kanis <apple@kanis.eu>
4556
4557 * time.el: New feature to display several time zones in a buffer.
4558 (display-time-world-mode, display-time-world-display)
4559 (display-time-world, display-time-world-timer): New functions.
4560 (display-time-world-list, display-time-world-time-format)
4561 (display-time-world-buffer-name, display-time-world-timer-enable)
4562 (display-time-world-timer-second, display-time-world-mode-map):
4563 New variables.
4564
4565 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4566
4567 * term/x-win.el (x-gtk-stock-map): New variable.
4568 (x-gtk-map-stock): New function.
4569
4570 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
4571 prev/next-node.
4572
4573 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
4574
4575 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
4576
4577 2007-08-28 Glenn Morris <rgm@gnu.org>
4578
4579 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
4580
4581 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4582
4583 * progmodes/modula2.el (m2-definition, m2-module):
4584 Don't use previous-line. Reported by T. V. Raman.
4585
4586 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4587
4588 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
4589 argument to tool-bar-mode call.
4590
4591 2007-08-27 Glenn Morris <rgm@gnu.org>
4592
4593 * diff-mode.el (diff-find-file-name): Only accept regular files,
4594 to rule out /dev/null, directories, etc.
4595
4596 * vc-svn.el (vc-svn-diff): If the repository version of all the
4597 files is the same as the specified OLDVERS, do a local diff.
4598
4599 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
4602 of buffers in uniquify-managed.
4603
4604 * simple.el (invisible-p): Rename from text-invisible-p.
4605 Update callers.
4606
4607 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4608
4609 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
4610 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
4611 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
4612 (cperl-etags-goto-tag-location): Use new style backquotes.
4613
4614 * net/browse-url.el: Remove spurious * in custom docstrings.
4615 (browse-url-filename-alist): Use new-style backquote.
4616
4617 * emacs-lisp/backquote.el (backquote-unquote-symbol)
4618 (backquote-splice-symbol): Clarify they're not new-style unquotes.
4619
4620 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
4621 (\,@): Backslash the , and ,@ which are not new-style unquotes.
4622
4623 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
4624
4625 * net/socks.el (socks-username/password-auth-filter):
4626 Remove unused vars `state' and `desired-len'.
4627 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
4628 (socks-wait-for-state-change): Use new-style backquotes.
4629
4630 * pcvs.el (cvs-mode-status): Fix long-standing typo.
4631
4632 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
4633 backquotes after each `read' rather than once per buffer.
4634
4635 * dframe.el: Remove spurious * in custom docstrings.
4636 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
4637 (dframe-xemacs20p): Remove, inline at the sole use point.
4638 (defface): Don't defvar the face, don't use old-style backquote.
4639 (defcustom): Don't use old-style backquote.
4640 (dframe-frame-parameter, dframe-mouse-event-p):
4641 Make it obvious that it's always defined.
4642 (dframe-popup-kludge): New function to replace
4643 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
4644 (dframe-frame-mode, dframe-set-timer-internal)
4645 (dframe-mouse-set-point): Remove use of with-no-warnings from
4646 XEmacs-specific code.
4647 (dframe-set-timer-internal): Fix very old bug with
4648 post-command-idle-hook.
4649
4650 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
4651
4652 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4653
4654 * emacs-lisp/avl-tree.el: New file.
4655
4656 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4657
4658 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
4659 was used.
4660
4661 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
4662
4663 * complete.el (PC-do-completion): Make RET accept a non-unique but
4664 complete expansion again.
4665
4666 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
4667
4668 * eshell/esh-opt.el (eshell-eval-using-options):
4669 Add debug declaration.
4670
4671 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4672
4673 * log-view.el (log-view-toggle-mark-entry): Add docstring.
4674 (log-view-get-marked): Likewise.
4675
4676 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
4677 (vc-delete-automatic-version-backups): Likewise.
4678
4679 * vc.el (vc-dired-buffers-for-dir): Likewise.
4680
4681 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
4682
4683 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
4684 safe-local-variable setting.
4685 * progmodes/perl-mode.el (perl-indent-level): Likewise.
4686
4687 * log-view.el (log-view-marked-list): Delete variable.
4688 (log-view-mode): Don't use it.
4689 (log-view-toggle-mark-entry): Likewise, simplify.
4690 (log-view-current-tag): Don't return properties.
4691 (log-view-get-marked): New function.
4692
4693 2007-08-25 Alexandre Julliard <julliard@winehq.org>
4694
4695 * vc-git.el (vc-git-mode-line-string): New function.
4696
4697 2007-08-25 Alan Mackenzie <acm@muc.de>
4698
4699 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
4700 new language variable.
4701
4702 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
4703 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
4704 "extern" etc., rather than BOI. Fix addition of spurious
4705 syntactic-symbol 'defun-block-intro, replacing it with
4706 'innamespace, etc.
4707
4708 2007-08-25 Juri Linkov <juri@jurta.org>
4709
4710 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
4711
4712 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
4713 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
4714 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
4715
4716 * image.el (image-type-header-regexps): Use more complex regexp for svg.
4717 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
4718 (image-type-auto-detectable): Add (svg . maybe).
4719
4720 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
4721 to treat it like .tgz.
4722
4723 * calendar/cal-bahai.el: Add file coding cookie.
4724
4725 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
4726
4727 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
4728 Don't behave differently when executed via M-x. Add doc string.
4729
4730 * sort.el (sort-fold-case, sort-numeric-base): Mark as
4731 safe-local-variable.
4732
4733 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
4734
4735 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
4736 the default value.
4737 (math-calendar-tzinfo): New variable.
4738 (math-get-calendar-tzinfo): New function.
4739 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
4740 to get information when zone is nil.
4741
4742 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4743
4744 * log-view.el (log-view-toggle-mark-entry): New function.
4745 (log-view-mode-map): Bind it.
4746 (log-view-marked-list): New variable.
4747 (log-view-mode): Make it local.
4748
4749 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4750
4751 * play/zone.el (zone-pgm-rat-race): New func.
4752 (zone-programs): Add `zone-pgm-rat-race'.
4753
4754 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4755
4756 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
4757 a list.
4758
4759 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4760
4761 * progmodes/hideshow.el (hs-match-data): Delete alias.
4762 (hs-hide-block-at-point, hs-find-block-beginning)
4763 (hs-show-block): Use `match-data' directly.
4764
4765 2007-08-24 Martin Rudalics <rudalics@gmx.at>
4766
4767 * format.el (format-alist): Fix typo in doc-string.
4768
4769 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
4770
4771 * net/tramp.el (tramp-local-host-p): New defun.
4772 (tramp-handle-file-local-copy, tramp-handle-write-region):
4773 Implement fast track when being on the local host.
4774 (tramp-file-name-handler): Don't set "started" property. It shall
4775 be reserved for the "ftp" method.
4776 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
4777
4778 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
4779 (tramp-ftp-file-name-handler): Set "started" property.
4780
4781 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4782
4783 * files.el (backup-buffer-copy): Don't wrap delete in
4784 condition-case, only try to delete if file exists.
4785
4786 2007-08-24 Glenn Morris <rgm@gnu.org>
4787
4788 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
4789
4790 * startup.el (tutorial-directory): Set with eval-at-startup so it
4791 gets the right value in an installed Emacs.
4792
4793 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4794
4795 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
4796 (eldoc-highlight-function-argument): Use it.
4797
4798 2007-08-23 Masatake YAMATO <jet@gyve.org>
4799
4800 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
4801 name of parameters in document body.
4802
4803 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4804
4805 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
4806 (byte-compile-output-as-comment): Use with-current-buffer rather than
4807 a weird set-buffer&prog1 combination.
4808
4809 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
4810 test so as to optimise cases where the `progn's result is constant.
4811
4812 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4813
4814 * locate.el (locate-get-file-positions):
4815 Use line-beginning-position and line-end-position.
4816
4817 2007-08-23 John Wiegley <johnw@newartisans.com>
4818
4819 * calendar/cal-bahai.el: Added in the diacriticals that were
4820 missing for many of the month names.
4821
4822 2007-08-22 Jason Rumney <jasonr@gnu.org>
4823
4824 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
4825
4826 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
4827
4828 * image-mode.el (image-minor-mode): Use image-mode-text-map.
4829
4830 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4831
4832 * dabbrev.el (dabbrev--progress-reporter): New variable.
4833 (dabbrev--scanning-message): Delete func.
4834 (dabbrev--find-expansion): Use a progress reporter
4835 instead of dabbrev--scanning-message.
4836
4837 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4838
4839 * comint.el (comint-exec-1): Raise an error if
4840 `start-file-process' does not return a process object.
4841
4842 * shell.el (shell): Prompt for `default-directory' if it is a
4843 remote file name, and if called with a prefix arg.
4844
4845 2007-08-22 Sam Steingold <sds@gnu.org>
4846
4847 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
4848
4849 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
4850
4851 * textmodes/org-export-latex.el: New file.
4852
4853 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
4854
4855 * textmodes/org.el (org-agenda-skip): Allow a form for
4856 `org-agenda-skip-function'.
4857 (org-agenda-redo): Re-use local settings.
4858 (org-agenda): Store local settings.
4859 (org-agenda-deadline-faces): New option.
4860 (org-agenda-deadline-face): New function.
4861 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
4862 entries on their due date.
4863 (org-agenda-get-timestamps): No longer handle the due dates of
4864 schedules and deadline items.
4865 (org-insert-link-global, org-open-at-point-global): New commands.
4866 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
4867 :for-ascii parameter.
4868 (org-skip-comments): Function removed.
4869 (org-cleaned-string-for-export): Handle special table lines.
4870 (org-global-properties): New option.
4871 (org-entry-get-with-inheritance): Check global properties.
4872 (org-local-properties): New variable.
4873 (org-set-regexps-and-options): Find the #+PROPERTY line.
4874 (org-link-types): Change type into variable (was constant).
4875 (org-make-link-regexps): New function.
4876 (org-link-re-with-space, org-link-re-with-space2)
4877 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
4878 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
4879 these regular expressions happens now in the function
4880 `org-make-link-regexps'.
4881 (org-store-link): Call the functions in
4882 `org-store-link-functions'.
4883 (org-add-link-type): New function.
4884 (org-store-link-functions): New variable.
4885 (org-activate-tags): Force matches to be in headlines.
4886 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
4887 (org-columns-display-here): Make sure this works in a narrowed
4888 buffer by checking for point-min.
4889 (org-columns-display-here): Make the rest of the line intangible,
4890 so that point never can be there.
4891 (org-cleaned-string-for-export): Use `with-current-buffer'.
4892 (org-replace-region-by-html): Use `with-current-buffer'.
4893 (org-unfontify-region, org-do-occur, org-columns-display-here)
4894 (org-columns-remove-overlays, org-columns-quit)
4895 (org-columns-edit-value, org-columns-next-allowed-value)
4896 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
4897 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
4898 (org-agenda-todo, org-agenda-change-all-lines)
4899 (org-agenda-align-tags, org-agenda-priority)
4900 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
4901 (org-agenda-show-new-time, org-cleaned-string-for-export)
4902 (org-export-grab-title-from-buffer)
4903 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
4904 instead of `buffer-read-only'.
4905 (org-export-as-html): Set `coding-system-for-write'.
4906 (org-remember-store-without-prompt): New option.
4907 (org-archive-subtree): Fixed bug with modifying TODO keyword.
4908 (org-beginning-of-line): Also treat C-a special in items.
4909 (org-table-convert-refs-to-rc): Fixed problem with column
4910 reference after "..".
4911 (org-columns-compute): Don't mark buffer modified because of text
4912 properties.
4913 (org-batch-store-agenda-views): Use the variable
4914 `default-directory', not the function.
4915 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
4916 (org-clock-out-when-done): New option.
4917 (org-html-entities): Added HTML entities for smileys.
4918
4919 2007-08-22 Glenn Morris <rgm@gnu.org>
4920
4921 * image.el (create-image): Doc fix.
4922
4923 * startup.el (tutorial-directory): New constant.
4924 (fancy-splash-text): Tutorials now in tutorial-directory.
4925 * tutorial.el (help-with-tutorial): Tutorials now in
4926 tutorial-directory.
4927
4928 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4929
4930 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
4931 otherwise.
4932 (tramp-get-remote-path): New defun. Replace occurrences of
4933 `tramp-default-remote-path' by this function.
4934 (tramp-set-remote-path): Move most of the code to
4935 `tramp-get-remote-path'.
4936 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
4937 existing directories, this is done already in
4938 `tramp-get-remote-path'.
4939
4940 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4941
4942 * image-file.el (image-file-name-extensions): Add "svg".
4943 * image.el (image-type-header-regexps): Add svg entry.
4944
4945 2007-08-22 Glenn Morris <rgm@gnu.org>
4946
4947 * files.el (backup-buffer-copy): Check backup directory is
4948 writable, to avoid infloop deleting old backup.
4949
4950 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
4951 movemail related variables.
4952 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
4953 will now be set before this is called.
4954
4955 2007-08-21 Juri Linkov <juri@jurta.org>
4956
4957 * delsel.el (delete-selection-pre-hook):
4958 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
4959 instead of checking last-command.
4960
4961 2007-08-21 Juri Linkov <juri@jurta.org>
4962
4963 * loadup.el: Preload "button".
4964
4965 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4966
4967 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4968 Add previous-line and next-line.
4969
4970 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
4971 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
4972
4973 * vc-hooks.el (vc-menu-entry): New var.
4974 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
4975 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
4976 (vc-menu-map): Declare and initialize in one step.
4977 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
4978
4979 * menu-bar.el (vc-menu-map): Don't setup any more.
4980 Instead, just create the proper spot in the menu.
4981
4982 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4983
4984 * smerge-mode.el (smerge-resolve): New arg `safe'.
4985 (smerge-resolve-all, smerge-batch-resolve): New function.
4986 (smerge-refine): Make sure `diff' returns the expected result.
4987 (smerge-parsep-re): New const.
4988 (smerge-mode): Use it to adjust paragraph-separate.
4989
4990 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4991 Correctly match / regexp matchers as first char on a line when
4992 fontifying only that line.
4993
4994 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
4995
4996 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4997
4998 * vc-bzr.el: Don't fiddle with vc-handled-backend.
4999 (vc-bzr-registered): Don't redundantly protect against
5000 file-error. Actually use the format-specific code.
5001 (vc-bzr-buffer-nonblank-p): Remove.
5002 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
5003
5004 2007-08-20 Juri Linkov <juri@jurta.org>
5005
5006 * startup.el (fancy-splash-text): Change multiple tabs into one
5007 tab. Remove "Useful File menu items" section (with "Exit Emacs"
5008 and "Recover Crashed Session").
5009 (fancy-splash-screens): Set tab-width to 22.
5010 (normal-splash-screen): Replace literal tabs with \t and
5011 fix whitespace. Remove "Useful File menu items" section (with
5012 "Exit Emacs" and "Recover Crashed Session").
5013
5014 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
5015
5016 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
5017 extracted from `eval-last-sexp-1'.
5018 (eval-last-sexp-1): Call `preceding-sexp'.
5019
5020 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
5021
5022 * vc-rcs.el (vc-rcs-annotate-command):
5023 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
5024 Add back :vc-annotate-prefix propertization.
5025
5026 2007-08-20 Andreas Schwab <schwab@suse.de>
5027
5028 * mail/rmail.el (rmail-autodetect): Doc fix.
5029
5030 2007-08-19 Juri Linkov <juri@jurta.org>
5031
5032 * startup.el (normal-splash-screen): Add more links.
5033
5034 2007-08-19 Juri Linkov <juri@jurta.org>
5035
5036 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
5037 because it's common to both types of splash screen: fancy and normal.
5038 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
5039 (exit-splash-screen): Rename from `fancy-splash-quit'.
5040 Use `quit-window' instead of `kill-buffer'.
5041 (fancy-splash-head): Use make-button to insert GNU image link.
5042 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
5043 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
5044 (normal-splash-screen): Put "Browse manuals" on the same line with
5045 "Emacs manual". Remove descriptions from "Useful tasks" and put
5046 all links in two columns on two lines.
5047
5048 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
5049
5050 * emulation/viper.el (viper-remove-hooks): Remove some additional
5051 viper hooks when the user calls viper-go-away.
5052 (viper-go-away): Restore the default of default-major-mode.
5053 Save the value of default-major-mode before vaperization.
5054
5055 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
5056
5057 * emulation/viper-ex.el: Replace error "" with "Viper bell".
5058
5059 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
5060 buffer for which file is created.
5061
5062 2007-08-19 Glenn Morris <rgm@gnu.org>
5063
5064 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
5065 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
5066 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
5067 shadow files messing up the compilation.
5068
5069 2007-08-18 Glenn Morris <rgm@gnu.org>
5070
5071 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
5072 string. Also apply eldoc-argument-case in the help-split-fundoc
5073 case. Adapt for changed behavior of eldoc-function-argstring,
5074 eldoc-function-argstring-format, and
5075 eldoc-highlight-function-argument.
5076 (eldoc-highlight-function-argument): Handle nil INDEX argument,
5077 just call eldoc-docstring-format-sym-doc in that case.
5078 (eldoc-function-argstring): Change the behavior. Now it converts
5079 an argument list to a string.
5080 (eldoc-function-argstring-format): Change the behavior. Now it
5081 applies `eldoc-argument-case' to a string.
5082
5083 * progmodes/scheme.el (scheme-mode-variables): Set
5084 font-lock-comment-start-skip.
5085
5086 2007-08-18 Martin Rudalics <rudalics@gmx.at>
5087
5088 * progmodes/ada-mode.el (ada-create-syntax-table): Move
5089 set-syntax-table from here to ...
5090 (ada-mode): ... here. Do not change global value of
5091 comment-multi-line. Call new function
5092 ada-initialize-syntax-table-properties and add new function
5093 ada-handle-syntax-table-properties to font-lock-mode-hook.
5094 (ada-deactivate-properties, ada-initialize-properties): Replace
5095 by new functions ...
5096 (ada-handle-syntax-table-properties)
5097 (ada-initialize-syntax-table-properties)
5098 (ada-set-syntax-table-properties): ... to set up syntax-table
5099 properties uniformly, independently from whether font-lock-mode
5100 is enabled or not. Handle read-only buffers and do not change
5101 undo-list when setting syntax-table properties.
5102 (ada-after-change-function): Use ada-set-syntax-table-properties.
5103
5104 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5105
5106 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
5107 (meta-indent-current-nesting): Use a computation of the nesting
5108 instead.
5109 (meta-indent-current-indentation): Indentation is given according
5110 to nesting and if the previous line was finished or not.
5111 (meta-indent-unfinished-line): Tell if the current line ends with
5112 a finished expression.
5113 (meta-indent-looking-at-code): Like `looking-at', but checks if
5114 the point is in a string before.
5115 (meta-indent-level-count): Use it. Don't count parenthesis as it's
5116 done in the nesting function.
5117 (meta-indent-in-string-p): Tell if the current point is in a
5118 string.
5119 (meta-indent-calculate): Treat b-o-b as a special case. Use the
5120 previous functions.
5121
5122 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
5123
5124 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
5125 (copyright-update-year, copyright-update)
5126 (copyright-fix-years): Use it.
5127
5128 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
5129
5130 * emacs-lisp/copyright.el (copyright-update-year):
5131 Fix bug: Handle nil copyright-limit.
5132
5133 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5134
5135 * calc/calc-units.el (math-standard-units): Give exact
5136 conversion for tsp.
5137
5138 * calc/calc.el (math-bignum-digit-length): Compute the
5139 appropriate value.
5140
5141 * calc/calc-bin.el (math-bignum-logb-digit-size)
5142 (math-bignum-digit-power-of-two):
5143 * calc/calc-comb.el (math-small-factorial-table):
5144 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5145 (math-approx-gamma-const):
5146 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
5147 (math-besY1, math-bernoulli-b-cache):
5148 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5149 Remove `eval-when-compile's.
5150
5151 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5152
5153 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
5154 (cperl-find-pods-heres): Fix an error when typing expressions like
5155 `s{a}{b}'.
5156
5157 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5158
5159 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
5160 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
5161 a special case (there's no build number).
5162
5163 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
5164
5165 * completion.el (symbol-under-point, symbol-before-point)
5166 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
5167
5168 2007-08-17 Glenn Morris <rgm@gnu.org>
5169
5170 * progmodes/compile.el (compilation-get-file-structure): Make use
5171 of the directory part when checking for an existing entry, to
5172 handle files with same basename in different directories.
5173
5174 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5175
5176 * calc/calc.el (calc-language-alist): Add texinfo-mode.
5177
5178 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5179
5180 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
5181 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
5182 (ps-paragraph-spacing): Docstring fix.
5183
5184 2007-08-16 Glenn Morris <rgm@gnu.org>
5185
5186 * ps-print.el (ps-font-size): Doc fix.
5187
5188 2007-08-16 Richard Stallman <rms@gnu.org>
5189
5190 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
5191
5192 2007-08-15 Juri Linkov <juri@jurta.org>
5193
5194 * startup.el (initialization): Change parent group from `internal'
5195 to `environment'.
5196 (initial-buffer-choice): New variable.
5197 (command-line): Revert 2007-07-02 change that sets
5198 buffer-offer-save in *scratch* and enables auto-save in it.
5199 (fancy-splash-text): Add links to existing items. Add new items
5200 with links for useful tasks. Move information about Control-g to
5201 fancy-splash-head. Move "Emacs Guided Tour" to the end.
5202 (fancy-splash-keymap): New variable.
5203 (fancy-splash-last-input-event): Remove variable.
5204 (fancy-splash-insert): Add processing of `:link' element.
5205 (fancy-splash-head): Replace "Type Control-l to begin editing"
5206 with "Type `q' to exit".
5207 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
5208 (fancy-splash-default-action, fancy-splash-special-event-action):
5209 Remove functions.
5210 (fancy-splash-quit): New function.
5211 (fancy-splash-screens): Rename input arg from `hide-on-input' to
5212 `static' and reverse the condition of its usage. Don't preserve
5213 original values of `minor-mode-map-alist',
5214 `emulation-mode-map-alists', `special-event-map'.
5215 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5216 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5217 Remove processing of special events. Use local key map
5218 `fancy-splash-keymap'. Set buffer to read-only.
5219 (normal-splash-screen): Rename input arg from `hide-on-input' to
5220 `static' and reverse the condition of its usage.
5221 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5222 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5223 Add links to existing items. Add new items with links for useful
5224 tasks. Use local key map `fancy-splash-keymap'.
5225 (display-splash-screen): Rename input arg from `hide-on-input' to
5226 `static'.
5227 (about-emacs): Add alias to display-splash-screen.
5228 (command-line-1): Use `initial-buffer-choice'.
5229
5230 * menu-bar.el (menu-bar-help-menu):
5231 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
5232 item to about-emacs instead of display-splash-screen.
5233
5234 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5235
5236 * calc/calc-units.el (math-standard-units): Update values.
5237 Put in exact, rational values when possible.
5238 (math-unit-prefixes): Replace floats with powers of ten.
5239 (math-standard-units-systems): Replace floats with integers.
5240 (math-make-unit-string): Remove extra spaces in output.
5241
5242 2007-08-15 Glenn Morris <rgm@gnu.org>
5243
5244 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
5245 sloppier, for the sake of GNU Mailman.
5246 (rmail-digest-rfc1153): Initialize `result' correctly.
5247
5248 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5249
5250 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
5251 in the mail title. Suggested by Reiner Steib.
5252
5253 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
5254
5255 * calc/calc-aent.el (calc-do-quick-calc): Add binary
5256 representation of integers to the list of outputs.
5257
5258 2007-08-14 Glenn Morris <rgm@gnu.org>
5259
5260 * simple.el (bad-packages-alist): New constant.
5261 (bad-package-check): New function. Together, these two add elements
5262 to `after-load-alist' to check for problematic external packages.
5263 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
5264
5265 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5266
5267 * calc/calc-units.el (math-get-standard-units)
5268 (math-get-units, math-make-unit-string)
5269 (math-get-default-units, math-put-default-units): New functions.
5270 (math-default-units-table): New variable.
5271 (calc-convert-units, calc-convert-temperature): Add machinery
5272 to supply default values.
5273
5274 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5275
5276 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
5277 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
5278 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
5279 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
5280
5281 * emulation/tpu-extras.el: Remove spurious * in docstrings.
5282 Put its autoloads into tpu-edt.el rather than loaddefs.el.
5283 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
5284 Make into a proper minor-mode.
5285 (tpu-backward-char, tpu-next-line, tpu-previous-line)
5286 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
5287 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
5288 (tpu-set-cursor-free, tpu-set-cursor-bound):
5289 Delegate to tpu-cursor-free-mode.
5290 (tpu-next-line, tpu-previous-line, tpu-forward-line)
5291 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
5292 Use line-move or forward-line instead of next-line-internal.
5293
5294 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
5295
5296 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
5297
5298 2007-08-12 Richard Stallman <rms@gnu.org>
5299
5300 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
5301 (cvs-execute-single-file): Use new name split-string-and-unquote.
5302 (cvs-header-msg): Use new name combine-and-quote-strings.
5303
5304 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
5305
5306 * progmodes/gud.el (gud-common-init): Use new name
5307 split-string-and-unquote.
5308
5309 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
5310 in javac regexp.
5311
5312 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
5313 combine-and-quote-strings and split-string-and-unquote.
5314
5315 * subr.el (combine-and-quote-strings): Rename from strings->string.
5316 (split-string-and-unquote): Rename from string->strings.
5317
5318 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5319
5320 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
5321 to buffer-local settings.
5322
5323 * emacs-lisp/backquote.el (backquote-delay-process): New function.
5324 (backquote-process): Add internal arg `level'. Use the two to
5325 correctly handle nested backquotes.
5326
5327 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
5328
5329 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
5330 (vc-bzr-state-words): Add "kind changed" state word.
5331 (vc-bzr-status): New function. Return Bzr idea of file status,
5332 which is different from VC's.
5333 (vc-bzr-state): Use vc-bzr-status.
5334 (vc-workfile-unchanged-p): Use vc-bzr-status.
5335 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
5336 (vc-dired-state): Process "kind changed" state word.
5337
5338 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
5341
5342 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
5343 Move from vc-default-find-file-not-found-hook.
5344
5345 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5346
5347 * man.el: Remove spurious * in docstrings.
5348 Merge defvars and toplevel setq-defaults.
5349 (Man-highlight-references0): Limit=nil rather than point-max.
5350 (Man-mode-map): Move initialization into the declaration.
5351 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
5352 (Man-view-header-file): Use expand-file-name rather than concat.
5353 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
5354
5355 * man.el (Man-next-section): Make sure we do not move backward.
5356
5357 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5358
5359 * files.el (auto-mode-alist): Use the purecopied text (duh!).
5360
5361 2007-08-08 Glenn Morris <rgm@gnu.org>
5362
5363 * Replace `iff' in doc-strings and comments.
5364
5365 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5366
5367 * dired.el (dired-pop-to-buffer):
5368 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5369 * calendar/calendar.el (generate-calendar-window):
5370 * progmodes/compile.el (compilation-set-window-height):
5371 * textmodes/two-column.el (2C-two-columns, 2C-merge):
5372 Use window-full-width-p instead of comparing frame-width and
5373 window-width.
5374
5375 * progmodes/compile.el (compilation-find-buffer): Remove extra
5376 argument in call to compilation-buffer-internal-p.
5377
5378 2007-08-07 Tom Tromey <tromey@redhat.com>
5379
5380 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
5381 Add safe-local-variable property.
5382
5383 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5384
5385 * image-mode.el (image-toggle-display): Use image-refresh.
5386
5387 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
5388
5389 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
5390 unofficial version.
5391 (vc-bzr-command): Remove redundant setting of process-connection-type.
5392 (vc-bzr-admin-checkout-format-file): Add autoload.
5393 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
5394 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
5395 (vc-bzr-registered): Compare dirstate format tag with known good
5396 value, abort parsing if match fails. Warn user in docstring.
5397 (vc-bzr-workfile-version): Case for different Bzr branch formats.
5398 See bzrlib/branch.py in Bzr sources.
5399 (vc-bzr-diff): First argument FILES may be a string rather than a list.
5400 (vc-bzr-shell-command): Remove in favor of
5401 vc-bzr-command-discarding-stderr.
5402 (vc-bzr-command-discarding-stderr): New function.
5403
5404 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
5405
5406 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
5407 program, and return nil.
5408 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
5409 (vc-bzr-state): Look for path names relative to the repository
5410 root after status keyword.
5411 (vc-bzr-file-name-relative): New function.
5412 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
5413 depend on it.
5414 (vc-bzr-admin-dirname, ...-checkout-format-file)
5415 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
5416 files that we now parse directly for speed.
5417 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
5418 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
5419 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
5420 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
5421 Bzr warnings, so we must discard it.
5422 (vc-bzr-workfile-version): Speedup counting lines from
5423 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
5424 if that file doesn't exist.
5425 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
5426 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
5427 to `vc-directory-exclusion-list'.
5428 (vc-bzr-shell-command): New function.
5429
5430 2007-08-06 Tom Tromey <tromey@redhat.com>
5431
5432 * diff-mode.el (diff-unified->context, diff-reverse-direction)
5433 (diff-fixup-modifs): Typo in docstring.
5434
5435 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5436
5437 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
5438 count-screen-lines.
5439 (tpu-edt-off): Disable relevant pieces of advice.
5440
5441 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
5442 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
5443 (newline, newline-and-indent, do-auto-fill): Use advice instead of
5444 redefining the function.
5445 (tpu-set-scroll-margins): Activate the pieces of advice.
5446
5447 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5448
5449 * help.el (resize-temp-buffer-window): Use window-full-width-p
5450 instead of comparing frame-width and window-width.
5451
5452 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
5453
5454 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
5455 optional quotes around files in NEED-UPDATE . REMOVED case.
5456
5457 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
5458 (ada-treat-cmd-string): Improve error message.
5459 (ada-do-file-completion): Call `ada-require-project-file', so
5460 project variables are set properly.
5461 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
5462 (ada-gnatfind-buffer-name): New constant.
5463 (ada-find-any-references): Use new constant. Set buffer name
5464 properly in compilation-start. Toggle read-only properly.
5465 (ada-find-in-src-path): Fix spelling error in docstring.
5466
5467 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
5468 by zero error.
5469
5470 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5471
5472 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
5473
5474 2007-08-12 Richard Stallman <rms@gnu.org>
5475
5476 * progmodes/sh-script.el (sh): Delete group `unix'.
5477
5478 * progmodes/gud.el (gud): Change to group `processes'.
5479
5480 2007-08-11 Glenn Morris <rgm@gnu.org>
5481
5482 * progmodes/compile.el (compilation-buffer-name): Don't check
5483 compilation-arguments. It is superfluous, and the variable isn't
5484 even set when this function is called.
5485
5486 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5487
5488 * term/mac-win.el (mac-ae-reopen-application): New function.
5489 (mac-apple-event-map): Bind "reopen application" Apple event to it.
5490
5491 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5492
5493 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
5494 take tex-font-script-display into account.
5495 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
5496 cell to a list of 2 elements to simplify the unfontify code.
5497
5498 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5499
5500 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
5501 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
5502 ps-print-color-p is neither nil nor black-white. Reported by Christian
5503 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5504
5505 2007-08-08 Andreas Schwab <schwab@suse.de>
5506
5507 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
5508 self-insert-command, not self-insert.
5509
5510 2007-08-08 Glenn Morris <rgm@gnu.org>
5511
5512 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
5513 argument optional, for backwards compatibility, and only highlight
5514 args when present. Fix symbol name typo (doc/args).
5515
5516 * help-mode.el (help-make-xrefs): Search for symbol constituents,
5517 rather than just `-'.
5518
5519 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
5520
5521 * calc/calc-units.el (calc-convert-temperature):
5522 Use `/' to create fractions.
5523
5524 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
5525
5526 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
5527 global matching.
5528 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
5529 ERROR-BUFFER more robust. Display output.
5530 (tramp-file-name-handler): Add a connection property when we found
5531 a foreign file name handler. This allows backends like ftp to
5532 profit also from usr/host name completion based on connection
5533 cache.
5534 (tramp-send-command-and-read): Search for trash after the regexp
5535 until eol only. In XEmacs, there is a problem with \n.
5536
5537 * net/tramp-cache.el (top): Read persistent connection history
5538 when cache is empty.
5539
5540 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
5541
5542 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
5543 resulting output.
5544
5545 2007-08-07 Sam Steingold <sds@gnu.org>
5546
5547 * progmodes/compile.el (compilation-start): Pass nil as startfile
5548 to comint-exec.
5549
5550 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5551
5552 * longlines.el (longlines-decoded): New variable.
5553 (longlines-mode): Avoid encoding or decoding the buffer twice.
5554
5555 2007-08-07 Martin Rudalics <rudalics@gmx.at>
5556
5557 * format.el (format-insert-file): Make sure that at most one undo
5558 entry is recorded for the insertion. Inhibit point-motion and
5559 modification hooks around call to insert-file-contents.
5560
5561 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5562
5563 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
5564 Select the buffer's window before moving point.
5565
5566 2007-08-07 Richard Stallman <rms@gnu.org>
5567
5568 * term.el (term): Remove parent group `unix'.
5569
5570 * simple.el (default-indent-new-line): New function.
5571 It calls comment-line-break-function if there are comments.
5572 (do-auto-fill): Use that.
5573
5574 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
5575
5576 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
5577 (PC-do-completion): Add "acronym completion" for symbols and
5578 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
5579
5580 2007-08-06 Sam Steingold <sds@gnu.org>
5581
5582 * mouse.el (mouse-buffer-menu): Pass mode-name through
5583 format-mode-line because it may be a list,
5584 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
5585
5586 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
5587
5588 * printing.el (pr-update-menus): Docstring fix.
5589
5590 2007-08-06 Jason Rumney <jasonr@gnu.org>
5591
5592 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
5593
5594 * vc-hooks.el (vc-call): Add doc string.
5595
5596 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
5597
5598 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
5599 process-filter.
5600
5601 2007-08-06 Kenichi Handa <handa@m17n.org>
5602
5603 * international/quail.el: Wrap (require 'help-mode) by
5604 eval-when-compile.
5605 (quail-help-init): New function.
5606 (quail-help): Call quail-help-init.
5607 (quail-store-decode-map-key): Change it to a function.
5608
5609 2007-08-05 Jason Rumney <jasonr@gnu.org>
5610
5611 * vc.el (vc-rollback): Add norevert argument back.
5612 (vc-revert-buffer): Add back as obsolete alias.
5613
5614 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
5615
5616 * term.el: Honor term-default-fg-color and term-default-bg-color
5617 settings when modifying term-current-face.
5618 (term-default-fg-color, term-default-bg-color): Initialize from
5619 default term-current-face.
5620 (term-mode, term-reset-terminal): Set term-current-face with
5621 term-default-fg-color and term-default-bg-color.
5622 (term-handle-colors-array): term-current-face has term-default-fg-color
5623 and term-default-bg-color after reset escape sequence.
5624 (term-handle-colors-array): Set term-current-color with
5625 term-default-fg/bg-color instead of ansi-term-color-vector when the
5626 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
5627
5628 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
5629
5630 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
5631 (math-nlfit-givens): Let bind free variables.
5632
5633 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
5634
5635 * printing.el: Require lpr and ps-print when loading printing package.
5636 Reported by Glenn Morris <rgm@gnu.org>.
5637
5638 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
5639
5640 * files.el (set-auto-mode): Handle also remote files wrt
5641 `auto-mode-alist'.
5642
5643 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
5644
5645 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
5646 curves and plotting.
5647
5648 * calc/calc-nlfit.el: New file.
5649
5650 2007-08-04 Glenn Morris <rgm@gnu.org>
5651
5652 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
5653 zero, not nil, when the library is first loaded. Check for a file
5654 that has been modified on disk.
5655
5656 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
5657 Remove duplicate defvar preventing initialization.
5658 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
5659
5660 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5661
5662 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
5663 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
5664 may match up to 4 lines.
5665 (diff-beginning-of-file-and-junk): Rewrite.
5666
5667 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5668
5669 * printing.el: Evaluate require only during compilation.
5670 (pr-version): New version 6.9.1.
5671 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
5672 (pr-global-menubar): Fix code.
5673
5674 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
5675
5676 * term.el (term-erase-in-display): Fix case when point is not at
5677 the beginning of the line.
5678
5679 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5680
5681 * calc/calc-ext.el (math-get-value, math-get-sdev)
5682 (math-contains-sdev): New functions.
5683
5684 * calc/calc-graph.el (calc-graph-format-data)
5685 (calc-graph-add-curve): Check for error forms.
5686 (calc-graph-set-styles): Add option for error forms.
5687
5688 2007-08-03 Miles Bader <miles@gnu.org>
5689
5690 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
5691 backend names for new backends to `Git', `Hg', and `Bzr'.
5692 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
5693 not `HG'.
5694 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
5695 name, not `GIT'.
5696 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
5697 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
5698
5699 2007-08-03 Richard Stallman <rms@gnu.org>
5700
5701 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
5702 to update deleted flag.
5703
5704 * cus-edit.el (customize-apropos, customize-apropos-options)
5705 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
5706
5707 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
5708
5709 * startup.el (fancy-splash-head, startup-echo-area-message):
5710 Change message text.
5711
5712 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
5713 All callers use line-move.
5714
5715 * progmodes/compile.el (compilation-find-buffer): Return current
5716 buffer immediately if suitable.
5717 (compile, compilation-buffer-name, compilation-start): Doc fixes.
5718
5719 2007-08-03 Daiki Ueno <ueno@unixuser.org>
5720
5721 * faces.el (face-normalize-spec): New function.
5722 (frame-set-background-mode): Normalize face-spec before calling
5723 face-spec-match-p.
5724
5725 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * server.el (server-window): Add switch-to-buffer-other-frame option.
5728
5729 2007-08-03 Glenn Morris <rgm@gnu.org>
5730
5731 * cus-edit.el (customize-apropos): Make the error message indicate
5732 what kind of thing the user was trying to customize.
5733
5734 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
5735
5736 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
5737 Fix off-by-one error in previous change.
5738
5739 2007-08-03 Drew Adams <drew.adams@oracle.com>
5740
5741 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
5742 Make buffer writable.
5743
5744 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5745
5746 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
5747 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
5748 Use native Emacs functions, when appropriate.
5749
5750 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
5751 Stefan Monnier <monnier@iro.umontreal.ca>
5752
5753 * vc.el: Document new VC operation `extra-menu'.
5754
5755 * vc-hooks.el (vc-default-extra-menu): New function.
5756
5757 * menu-bar.el (menu-bar-vc-filter): New function.
5758 (menu-bar-tools-menu): Use it as a filter.
5759
5760 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
5761
5762 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
5763
5764 2007-08-01 Glenn Morris <rgm@gnu.org>
5765
5766 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
5767 strings.
5768 (fortran-tab-mode-default): Remove needless autoload.
5769 (fortran-tab-mode-string): Add help-echo and mouse properties, and
5770 mark as risky.
5771 (fortran-line-length): New buffer-local variable, safe if integer.
5772 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
5773 Change from variables to constants.
5774 (fortran-font-lock-syntactic-keywords): Delete as a variable,
5775 replace with a new function definition.
5776 (fortran-mode): Use fortran-line-length, and
5777 fortran-font-lock-syntactic-keywords as a function. Add a
5778 hack-local-variables-hook function.
5779 (fortran-line-length, fortran-hack-local-variables): New functions.
5780 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
5781 Use fortran-line-length rather than 72.
5782 (fortran-window-create-momentarily): Doc fix.
5783
5784 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
5785
5786 * cus-edit.el (custom-group-value-create, custom-goto-parent):
5787 Fix parent groups link.
5788
5789 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
5790
5791 * progmodes/python.el (python-current-defun): Adjust to never fall
5792 into infinite loop.
5793
5794 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
5795
5796 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
5797
5798 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
5799
5800 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
5801 (copyright-fix-years, copyright): Correctly handle the case where
5802 copyright-limit is nil.
5803
5804 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
5805
5806 * progmodes/python.el (run-python): Fix path separator under w32.
5807
5808 2007-07-30 Richard Stallman <rms@gnu.org>
5809
5810 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5811 Treat non-break space as whitespace in Lisp.
5812
5813 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
5814
5815 * vc.el (vc-dired-hook): Use inhibit-read-only.
5816
5817 * progmodes/compile.el (compilation-forget-errors):
5818 Reset compilation-auto-jump-to-next.
5819
5820 2007-07-30 Michael Olson <mwolson@gnu.org>
5821
5822 * cus-edit.el (custom-group-save): Fix void function definition
5823 error. Thanks to Zhang Wei for the report.
5824
5825 * ps-print.el: Check in trivial changes to the autoloads section
5826 caused by the build process. These autoloads really ought to be
5827 placed in a separate file, methinks.
5828
5829 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5830
5831 * calendar/calendar.el (calendar-mode): Make sure
5832 displayed-(month|year) are set.
5833 (calendar-basic-setup): Display buffer before adjusting window sizes.
5834 (generate-calendar-window): Use inhibit-read-only. Simplify.
5835 Generate buffer and set displayed-month and displayed-year before
5836 calling update-calendar-mode-line.
5837
5838 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
5839
5840 * net/tramp.el:
5841 * net/tramp-uu.el:
5842 * net/trampver.el: Use utf-8 encoding with coding cookie.
5843
5844 * net/tramp-cache.el:
5845 * net/tramp-fish.el:
5846 * net/tramp-ftp.el:
5847 * net/tramp-gw.el:
5848 * net/tramp-smb.el: Remove coding cookie.
5849
5850 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5851 Flush buffer file-name's file property.
5852 (tramp-handle-file-remote-p): The first parameter is FILENAME.
5853
5854 * net/trampver.el: Update release number.
5855
5856 2007-07-29 Juri Linkov <juri@jurta.org>
5857
5858 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
5859 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
5860 when major-mode is not dired-mode.
5861 (dired-toggle-read-only): New function.
5862 (dired-recursive-deletes): Remove obsolete comments about old
5863 default value.
5864 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
5865
5866 * wdired.el (wdired-exit): New function.
5867 (wdired-mode-map): Bind C-x C-q to wdired-exit.
5868
5869 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5870
5871 * cus-edit.el (customize-read-group): New fun.
5872 (customize-group-other-window, customize-face-other-window):
5873 Prompt before delegating to customize-(group|face).
5874 Bind pop-up-windows rather than use the other-window argument.
5875 (customize-group, customize-face): Prompt from the interactive spec.
5876 Remove args `prompt-for-group' and `other-window'.
5877
5878 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
5879 (ad-body-forms, ad-advised-interactive-form): Revert this part of
5880 last change.
5881
5882 2007-07-28 Masatake YAMATO <jet@gyve.org>
5883
5884 * vc.el (vc-dired-mode): Add a menu for VC related operation.
5885 Use backend name as the menu label. Suggested by David Kastrup.
5886
5887 2007-07-28 Alan Mackenzie <acm@muc.de>
5888
5889 Fix problem with modes derived from CC Mode:
5890 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
5891 macro to cc-langs.
5892 (c-init-language-vars-for): Remove call to above macro.
5893 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
5894 been moved to here.
5895 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
5896
5897 2007-07-28 Eli Zaretskii <eliz@gnu.org>
5898
5899 * net/trampver.el: Fix the `coding' cookie.
5900
5901 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
5902
5903 * vc-git.el (vc-git-print-log): Support both the old single file
5904 interface and the new one.
5905
5906 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
5907
5908 * bindings.el (mode-line-remote): Use updated %@ construct.
5909
5910 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
5911
5912 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5913 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
5914 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
5915 (diary-list-bahai-entries, diary-bahai-mark-entries)
5916 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
5917 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5918 New names to clean up namespace.
5919 (list-bahai-diary-entries, mark-bahai-diary-entries)
5920 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
5921 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
5922 Add compatibility aliases.
5923
5924 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
5925
5926 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
5927 (calendar-scroll-left-three-months)
5928 (calendar-scroll-right-three-months): Clean up namespace.
5929 (scroll-calendar-left, scroll-calendar-right)
5930 (scroll-calendar-left-three-months)
5931 (scroll-calendar-right-three-months): Add compatibility aliases.
5932
5933 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5934 Behave like mouse-scroll-calendar-* when used from the mouse.
5935
5936 * calendar/cal-menu.el (cal-menu-scroll-menu)
5937 (cal-menu-global-mouse-menu):
5938 * calendar/calendar.el (calendar-mode-map):
5939 Use new calendar-scroll-* names.
5940 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
5941 Remove. Use calendar-scroll-* directly instead.
5942
5943 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5944
5945 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
5946 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
5947 (ad-make-advised-definition, ad-cache-id-verification-code):
5948 Use commandp and interactive-form instead.
5949
5950 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5951
5952 * vc-git.el: Relicense to GPLv3 or later.
5953 (vc-directory-exclusion-list, vc-handled-backends): Remove.
5954
5955 * vc-hooks.el (vc-handled-backends): Add GIT.
5956
5957 * vc.el (vc-directory-exclusion-list): Add .git.
5958
5959 2007-07-26 Alexandre Julliard <julliard@winehq.org>
5960
5961 * vc-git.el (vc-git-revision-table)
5962 (vc-git-revision-completion-table): New functions.
5963
5964 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5965
5966 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
5967 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
5968 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
5969 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
5970 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
5971 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
5972 New command actions for EPS header and EPS footer.
5973
5974 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
5975 footer. Fix some problems with one-or-more, zero-or-more and
5976 alternative constructions generation. Some log messages
5977 implementation. Doc fix.
5978 (ebnf-version): New version 4.4.
5979 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
5980 (ebnf-eps-footer, ebnf-log): New options.
5981 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
5982 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
5983 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
5984 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
5985 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
5986 (ebnf-style-custom-list, ebnf-style-database): Put new values.
5987 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
5988 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
5989 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
5990 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
5991 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
5992 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
5993 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
5994 (ebnf-non-terminal-dimension, ebnf-special-dimension)
5995 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
5996 (ebnf-except-dimension, ebnf-alternative-dimension)
5997 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
5998 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
5999 message fun.
6000 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6001 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6002 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6003 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6004 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6005 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6006 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6007 compatibility with Emacs 20 & 21.
6008 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6009 (ebnf-eps-file-alist, ebnf-basic-width-extra)
6010 (ebnf-basic-empty-height): New vars.
6011 (ebnf-prologue): Fix PostScript code.
6012 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6013 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6014 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6015 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6016
6017 2007-07-25 Glenn Morris <rgm@gnu.org>
6018
6019 * Relicense all FSF files to GPLv3 or later.
6020
6021 * COPYING: Switch to GPLv3.
6022
6023 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6024
6025 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
6026 Replace it with another one which disables undo before calling
6027 erase-buffer and then turns it back on if needed.
6028
6029 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6030
6031 * ps-print.el: Problem with foreground and background color when
6032 printing a buffer with and without faces. Reported by Christian
6033 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6034 (ps-print-version): New version 6.7.5.
6035 (ps-default-fg): Change default value to nil, so black color is used
6036 when a face does not specify a foreground color.
6037 (ps-default-bg): Change default value to nil, so white color is used
6038 for background color.
6039 (ps-begin-job): Fix code.
6040
6041 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6042
6043 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
6044
6045 2007-07-24 Glenn Morris <rgm@gnu.org>
6046
6047 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6048 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6049 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6050 (cal-tex-cursor-week, cal-tex-cursor-week2)
6051 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6052 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6053 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6054 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6055
6056 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6057
6058 * calendar/calendar.el (calendar-mode-map): Move initialization
6059 into declaration. Add menu bindings (used to be done in cal-menu).
6060 (calendar-mode): Don't add an activate-menubar-hook.
6061
6062 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
6063 modify calendar-mode-map), use easy-menu, and make sure that C-h k
6064 can be used on the menu entries.
6065 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
6066 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
6067 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
6068 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
6069 (calendar-flatten, cal-menu-update): Remove.
6070 (calendar-mouse-insert-hebrew-diary-entry)
6071 (calendar-mouse-insert-islamic-diary-entry)
6072 (calendar-mouse-insert-bahai-diary-entry):
6073 Remove (fold into cal-menu-diary-menu).
6074 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
6075 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
6076 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
6077 (calendar-mouse-view-diary-entries): Minor simplifications.
6078 (calendar-event-to-date): Use with-current-buffer.
6079
6080 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
6081
6082 * add-log.el (change-log-redate): Remove (not needed anymore and
6083 doesn't appear to work).
6084
6085 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6086
6087 * frame.el: Use mapc and dolist instead of mapcar where possible.
6088 (close-display-connection): New command.
6089
6090 2007-07-25 Alexandre Julliard <julliard@winehq.org>
6091
6092 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
6093 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
6094
6095 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6096
6097 * ps-print.el (ps-multibyte-buffer): Docstring fix.
6098
6099 * ps-mule.el: Doc fix.
6100 (ps-multibyte-buffer, ps-mule-font-info-database-default)
6101 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
6102
6103 2007-07-25 Glenn Morris <rgm@gnu.org>
6104
6105 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
6106 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
6107 (cal-tex-daily-end, cal-tex-hook)
6108 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
6109 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
6110 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6111 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6112 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
6113 (cal-tex-day-prefix, cal-tex-day-name-format)
6114 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
6115 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
6116 (cal-tex-LaTeX-subst-list): Change from variables to constants.
6117 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
6118 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
6119 etc, rather than \bf.
6120 (cal-tex-mini-calendar): Fix typos in previous change.
6121 (cal-tex-latexify-list): Remove inner let binding.
6122 (cal-tex-end-document, cal-tex-banner): Use multi-line
6123 cal-tex-comment.
6124 (cal-tex-comment): Handle embedded newlines.
6125 (cal-tex-LaTeXify-string): Use substring-no-properties.
6126
6127 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
6128
6129 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6130 Add support for the Maden build tool.
6131
6132 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
6133
6134 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
6135
6136 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6137
6138 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
6139
6140 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6141
6142 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
6143 C-x C-q.
6144
6145 * vc-git.el (vc-git-print-log): Fix previous change.
6146
6147 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6148
6149 * window.el (save-selected-window): Minor optimization.
6150 (bw-adjust-window): If operation failed, try with a smaller delta.
6151 (window-fixed-size-p): New function.
6152 (window-area-factor): New var.
6153 (balance-windows-area): New command.
6154
6155 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
6156 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
6157 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
6158 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
6159 (ps-mule-begin-job): Use dolist.
6160
6161 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
6162
6163 * subr.el (start-file-process-shell-command)
6164 (process-file-shell-command): New defuns.
6165
6166 * progmodes/compile.el (compilation-start):
6167 Apply `start-file-process-shell-command'.
6168
6169 2007-07-24 Alexandre Julliard <julliard@winehq.org>
6170
6171 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
6172
6173 2007-07-24 Alan Mackenzie <acm@muc.de>
6174
6175 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6176 Initialise byte-compile-unresolved-functions before rather than
6177 after a compilation.
6178 (byte-compile-unresolved-functions): Amplify doc string.
6179
6180 2007-07-24 Glenn Morris <rgm@gnu.org>
6181
6182 * startup.el (normal-splash-screen): Use `emacs-copyright'.
6183
6184 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6185 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6186 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6187 (cal-tex-cursor-week, cal-tex-cursor-week2)
6188 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6189 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6190 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6191 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6192
6193 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
6194 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
6195 (cal-tex-day-name-format, cal-tex-cal-one-month)
6196 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
6197 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
6198 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
6199 (cal-tex-list-holidays, cal-tex-cursor-year)
6200 (cal-tex-cursor-year-landscape, cal-tex-year)
6201 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
6202 (cal-tex-cursor-month, cal-tex-insert-days)
6203 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6204 (cal-tex-first-blank-p, cal-tex-cursor-week)
6205 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6206 (cal-tex-week-hours, cal-tex-cursor-week-monday)
6207 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
6208 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6209 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
6210 (cal-tex-latexify-list, cal-tex-previous-month)
6211 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
6212 modernization, including using dotimes rather than
6213 calendar-for-loop.
6214 (cal-tex-LaTeX-subst-list): Remove `@'.
6215 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
6216 Use \textit and \textbf rather than \em and \it.
6217
6218 * calendar/cal-bahai.el (list-bahai-diary-entries)
6219 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
6220 * calendar/cal-islam.el (list-islamic-diary-entries)
6221 * calendar/calendar.el (generate-calendar, generate-calendar-month)
6222 * calendar/diary-lib.el (diary-list-entries)
6223 (mark-calendar-date-pattern): Use `dotimes' rather than
6224 `calendar-for-loop'.
6225
6226 * calendar/calendar.el (calendar-for-loop): Doc fix.
6227
6228 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
6231 underlying file is uptodate.
6232
6233 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
6234
6235 * replace.el (perform-replace): Use isearch-no-upper-case-p.
6236
6237 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6238
6239 * vc-hooks.el (vc-mode-line-map): New const.
6240 (vc-mode-line): Use it.
6241
6242 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6243
6244 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
6245 (vc-git-unregister): New functions.
6246 (vc-git-find-version): Use the result of ls-files as a parameter
6247 for cat-file.
6248
6249 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
6250
6251 * net/tramp.el (tramp-perl-file-attributes)
6252 (tramp-perl-directory-files-and-attributes)
6253 (tramp-handle-file-attributes-with-stat)
6254 (tramp-handle-directory-files-and-attributes-with-stat)
6255 (tramp-convert-file-attributes): Handle huge file sizes.
6256
6257 2007-07-23 Juri Linkov <juri@jurta.org>
6258
6259 * isearch.el (isearch-message-function): New variable.
6260 (isearch-update, isearch-search): Use it.
6261
6262 * simple.el (goto-history-element): New function created from
6263 next-history-element.
6264 (next-history-element): Most code moved to goto-history-element.
6265 Call goto-history-element with (- minibuffer-history-position n).
6266 (previous-history-element): Call goto-history-element with (+
6267 minibuffer-history-position n).
6268 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
6269 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
6270 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
6271 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
6272 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
6273 (minibuffer-history-isearch-pop-state): New functions.
6274
6275 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6276
6277 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
6278 Also, if FILE is a list, return non-nil if any of its elements
6279 should stay local. Update docstring.
6280
6281 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6282
6283 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
6284 change by reverting a small part.
6285
6286 2007-07-23 Richard Stallman <rms@gnu.org>
6287
6288 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
6289
6290 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6291
6292 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
6293 handling it. Use vc-git-command.
6294 (vc-git-find-version, vc-git-diff-tree): New functions.
6295 (vc-git-revert): Use vc-git-command.
6296 (vc-git--run-command): Delete.
6297
6298 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6299
6300 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
6301
6302 2007-07-20 Kenichi Handa <handa@m17n.org>
6303
6304 * international/utf-8.el (utf-8-post-read-conversion):
6305 Temporarily bind utf-8-compose-scripts to nil while running
6306 *-compose-region functions.
6307
6308 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6309
6310 * vc-git.el: Update status.
6311 (vc-directory-exclusion-list): Use eval-after-load.
6312
6313 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
6314
6315 * bindings.el (mode-line-remote): New variable.
6316 (help-echo): Add to default values of mode-line-format.
6317
6318 * files.el: Mark mode-line-remote as risky.
6319
6320 2007-07-22 Juri Linkov <juri@jurta.org>
6321
6322 * isearch.el (isearch-edit-string): Save old point and
6323 isearch-other-end to old-point and old-other-end before reading
6324 the search string from minibuffer. After exiting minibuffer set
6325 point to old-other-end if point and the search direction is the
6326 same as before reading the search string.
6327 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
6328 to isearch-other-end. Instead of isearch-search-and-update call
6329 three functions isearch-search, isearch-push-state and isearch-update.
6330
6331 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6332
6333 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
6334 deal with multiple file arguments.
6335 (vc-git-print-log): Deal with multiple file arguments.
6336
6337 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6338
6339 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
6340 diff-refine-hunk. Adjust users.
6341 (diff-unified-hunk-p, diff-splittable-p): New functions.
6342 (diff-mode-menu): Use it to disable Split when it doesn't work.
6343
6344 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6345
6346 * diff-mode.el (diff-mode-menu): New entries.
6347
6348 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6349
6350 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
6351 if applicable, so as to save undo-log space.
6352
6353 * diff-mode.el (diff-find-file-name): Add arg `batch'.
6354
6355 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
6356 (diff-file-kill): Use it.
6357 (diff-beginning-of-hunk): Add arg `try-harder' using it.
6358 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
6359 Use it so they find the hunk even when we're in the file header.
6360
6361 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6362
6363 * vc-git.el (vc-git-revision-granularity, vc-git-root)
6364 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
6365 (vc-git-create-repo): New functions.
6366 (vc-git-registered): New autoloaded function definition.
6367 (vc-git-registered): Use vc-git-root.
6368 (vc-git-responsible-p): New defalias.
6369 (vc-git-annotate-extract-revision-at-line): Uncomment.
6370 (vc-git-print-log): Add the file name to the log.
6371 (vc-git-log-view-mode): New derived mode.
6372 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
6373
6374 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6375
6376 * progmodes/grep.el (grep-compute-defaults): Keep default values.
6377
6378 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
6379
6380 * textmodes/reftex.el (reftex-access-parse-file): Create parse
6381 file in a way that does not interfere with recentf mode.
6382 (reftex-access-parse-file): Do not risk destroying an existing
6383 buffer.
6384
6385 2007-07-22 Alexandre Julliard <julliard@winehq.org>
6386
6387 * vc-git.el: New file.
6388
6389 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6390
6391 * textmodes/tex-mode.el (tex-font-script-display): Change default.
6392
6393 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6394
6395 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
6396 for branches and new files.
6397
6398 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
6399 local-map handling ...
6400 (vc-mode-line): ... here. Improve handling of help-echo.
6401
6402 * vc.el (mode-line-string): Document help-echo usage.
6403
6404 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6405
6406 Sync with Tramp 2.1.10.
6407
6408 * net/tramp.el (tramp-get-ls-command): Fix typo.
6409
6410 * net/trampver.el: Update release number.
6411
6412 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6413
6414 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
6415
6416 * term/x-win.el (x-handle-no-bitmap-icon): New function.
6417
6418 2007-07-22 Martin Rudalics <rudalics@gmx.at>
6419
6420 * add-log.el (change-log-fill-parenthesized-list): New function.
6421 (change-log-indent): Call change-log-fill-parenthesized-list.
6422 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
6423 Have lines with leading asterisk start a paragraph.
6424
6425 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6426
6427 * calc/calc-math.el (math-emacs-precision)
6428 (math-largest-emacs-expt, math-smallest-emacs-expt):
6429 New variables.
6430 (math-use-emacs-fn): New function.
6431 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
6432 appropriate.
6433
6434 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6435
6436 * image-dired.el (image-dired-sane-db-file): New func.
6437 (image-dired-write-tags, image-dired-remove-tag)
6438 (image-dired-list-tags, image-dired-write-comments)
6439 (image-dired-get-comment, image-dired-mark-tagged-files)
6440 (image-dired-create-gallery-lists): Call new func.
6441 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
6442
6443 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6444
6445 * vc-hg.el (vc-hg-dir-state): Fix loop.
6446 (vc-hg-print-log): Fix expected return value for vc-hg-command.
6447 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
6448 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
6449 (vc-hg-revert): Likewise.
6450 (vc-hg-revision-table, vc-hg-revision-completion-table): New
6451 functions.
6452
6453 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6454
6455 * add-log.el (change-log-resolve-conflict): Don't lose data if the
6456 merge fails.
6457
6458 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6459
6460 * progmodes/compile.el (compilation-auto-jump-to-first-error):
6461 Add group and version.
6462
6463 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6464
6465 * add-log.el (add-log-file-name): Use file-relative-name.
6466 (add-change-log-entry): Delay reading
6467 add-log-(full-name|mailing-address) to after we've switched to the
6468 ChangeLog buffer so we get the right value.
6469 (add-change-log-entry, add-log-current-defun, change-log-merge):
6470 Use derived-mode-p rather than checking major-mode directly.
6471
6472 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
6473 name for buffer-file-name if it refers to a directory.
6474
6475 * vc-arch.el (vc-arch-diff): Fix last change.
6476
6477 * progmodes/compile.el (compilation-start): Remember the original
6478 directory in a buffer-local compilation-directory.
6479 (compile): Set the global value of compilation-directory.
6480 (recompile): Use compilation-directory even in the compilation buffer.
6481
6482 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6483
6484 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
6485
6486 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6487
6488 * ps-print.el: Problem with foreground and background color when
6489 printing a buffer with and without faces. Reported by Christian
6490 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6491 (ps-print-version): New version 6.7.5.
6492 (ps-default-fg): Change default value to nil, so black color is used
6493 when a face does not specify a foreground color.
6494 (ps-default-bg): Change default value to nil, so white color is used
6495 for background color.
6496 (ps-begin-job): Fix code.
6497
6498 2007-07-20 Eli Zaretskii <eliz@gnu.org>
6499
6500 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
6501 in $(INSTALL_DIR)/lisp/ if they already exist.
6502
6503 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
6504
6505 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
6506 in $(INSTALL_DIR)/lisp/ if they already exist.
6507
6508 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6509
6510 * progmodes/vera-mode.el (vera-re-search-forward)
6511 (vera-re-search-backward): Remove use of store-match-data.
6512 (vera-mode-map): Move initialization into declaration.
6513
6514 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
6515 (flymake-find-buildfile): Use locate-dominating-file.
6516
6517 * vc.el (vc-delistify): Use mapconcat.
6518 (vc-do-command): Minor simplification.
6519 (vc-expand-dirs): Use push.
6520
6521 * vc-mcvs.el (vc-mcvs-create-repo):
6522 * vc-cvs.el (vc-cvs-create-repo): Remove.
6523
6524 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
6525 directory and the root as well.
6526
6527 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6528
6529 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
6530 instead of a file.
6531
6532 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
6533 (vc-hg-registered): Replace if with when.
6534 (vc-hg-state): Deal with nonexistent files and handle removed files.
6535 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
6536 (vc-hg-checkout): Re-enable.
6537 (vc-hg-create-repo): Fix typos.
6538 (vc-hg-print-log): Fix for multiple files.
6539 (vc-hg-workfile-unchanged-p): New function.
6540
6541 * vc.el: Fix typo.
6542 (vc-print-log): Fix call to print-log.
6543 (vc-default-comment-history): Likewise.
6544 (vc-directory-exclusion-list): Add .hg and .bzr.
6545 (vc-diff-internal): Pass a list instead of a file.
6546
6547 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
6548
6549 * vc-bzr.el (vc-bzr-create-repo): New function.
6550
6551 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
6554 `file' from which to start the search.
6555
6556 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
6557
6558 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
6559 having a single file argument to having a list of files as the
6560 first argument.
6561
6562 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6563
6564 * files.el (locate-dominating-file): New function.
6565
6566 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
6567
6568 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
6569 (grep-compute-defaults): Use it.
6570
6571 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6572
6573 * uniquify.el: Docstring fixes.
6574
6575 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
6576
6577 * vc.el (revision-granularity, create-repo): Document new vc
6578 backend properties.
6579 (vc-rollback): Renamed from vc-cancel-version. Update
6580 references. Pass a list instead of a file.
6581 (vc-revert): Renamed from vc-revert-buffer. Update references.
6582 (vc-delistify, vc-expand-dirs): New functions.
6583 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
6584 of files instead of a single file.
6585 (vc-position-context, vc-resync-window, vc-diff-internal)
6586 (vc-print-log): Pass a list instead of a file.
6587
6588 * vc-hooks.el (vc-stay-local-p, vc-backend)
6589 (vc-backend-subdirectory-name): Work on a file list, not a single
6590 file.
6591 (vc-workfile-version): Update docstring.
6592 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
6593 vc-revert instead of vc-revert-buffer.
6594 (vc-prefix-map): Likewise. Bind vc-update.
6595
6596 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
6597 (vc-svn-wash-log): New functions.
6598 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
6599 (vc-svn-command): Deal with a list of files, not a single file.
6600
6601 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
6602 (vc-rcs-wash-log): New functions.
6603 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
6604 Deal with a list of files, not a single file.
6605 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
6606
6607 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
6608 functions.
6609 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
6610 list of files, not a single file.
6611
6612 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
6613 New functions.
6614 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
6615 (vc-mcvs-diff): Deal with a list of files, not a single file.
6616
6617 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
6618 functions.
6619 (vc-hg-print-log): Deal with a list of files, not a single file.
6620 (vc-hg-diff-tree): New function, replace defalias with the same
6621 name.
6622 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
6623 FILES to denote that it is a file list, not a single file.
6624
6625 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
6626 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
6627 a single file.
6628 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
6629 that it is a file list, not a single file.
6630 (vc-cvs-diff): Likewise. Simplify.
6631
6632 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
6633 Deal with a list of files, not a single file.
6634
6635 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
6636 (vc-bzr-print-log): Update FILE parameter name to denote that it
6637 is a file list, not a single file.
6638 (vc-bzr-diff): Likewise. Use the car of files.
6639
6640 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
6641
6642 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
6643 (follow-delete-other-windows-and-split, follow-recenter)
6644 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
6645 (follow-redisplay, follow-estimate-first-window-start)
6646 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
6647 Fix typos in docstrings.
6648
6649 2007-07-18 Martin Rudalics <rudalics@gmx.at>
6650
6651 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
6652 avoid that filling introduces lines with a single asterisk.
6653
6654 * kmacro.el (kmacro-end-macro): When ignoring empty macro
6655 avoid incorrect kmacro-ring-empty-p messages.
6656 Reported by Michael Schierl <schierlm@gmx.de>.
6657
6658 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6659
6660 * vc.el: Add more info about the vc-registered function.
6661
6662 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6663
6664 * files.el (file-remote-p): Introduce optional parameter
6665 IDENTIFICATION.
6666
6667 * recentf.el (recentf-keep-default-predicate): Adapt call of
6668 `file-remote-p'.
6669
6670 * progmodes/grep.el (grep-probe): Use `process-file'.
6671 (grep-compute-defaults): Handle variables host specific.
6672
6673 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
6674 parameter IDENTIFICATION.
6675
6676 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
6677 parameter IDENTIFICATION.
6678 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
6679 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6680 Add entry for `set-file-times'.
6681 (tramp-do-copy-or-rename-file-via-buffer)
6682 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
6683 (tramp-handle-unhandled-file-name-directory): Rewrite.
6684 (tramp-convert-file-attributes): Add error handling when inode is
6685 extraordinary big.
6686 (tramp-get-inode): Change parameter from FILE to VEC.
6687 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
6688 is nil. This is according to the specification. Goto (point-max)
6689 when ready.
6690 (tramp-handle-shell-command): Rewrite completely, using
6691 `process-file' and `start-file-process'.
6692 (tramp-methods, tramp-find-shell)
6693 (tramp-open-connection-setup-interactive-shell)
6694 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
6695 var. Reported by Steve Youngs <steve@sxemacs.org>.
6696
6697 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
6698 entry for `set-file-times'. Rename `start-process' into
6699 `start-file-process'. Remove `call-process' entry.
6700 (tramp-fish-handle-set-file-times): New defun.
6701 (tramp-fish-handle-executable-find): Use `process-file'.
6702 (tramp-fish-handle-process-file): New defun. Replaces
6703 `tramp-fish-handle-call-process'.
6704 (tramp-fish-do-copy-or-rename-file-directly): Use
6705 `set-file-times'.
6706 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
6707
6708 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
6709 `tramp-get-inode' parameter.
6710
6711 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
6714 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
6715 nowadays, and by the time Emacs-23 comes out, nobody will even remember
6716 it has ever existed.
6717
6718 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6719
6720 * vc.el: Undo previous change.
6721
6722 2007-07-16 Eli Zaretskii <eliz@gnu.org>
6723
6724 * makefile.w32-in (clean): Don't delete *~.
6725
6726 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
6727
6728 * textmodes/tex-mode.el (tex-verbatim-environments):
6729 Add safe-local-variable property.
6730 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
6731 when starting font-lock rather than when loading tex-mode.el.
6732
6733 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
6734 whole $( rather than just the $. Rename from sh-quoted-subshell.
6735 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
6736
6737 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6738
6739 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
6740 bookmark-alist. Instead, if not sorting, simply return it.
6741 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
6742 for its return value, not for its side effect.
6743
6744 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
6745 case of alignment under a constant symbol, find and consider
6746 the sexp actually at indentation to be the "last sexp".
6747
6748 2007-07-16 Drew Adams <drew.adams@oracle.com>
6749
6750 * mouse.el (mouse-yank-secondary): Better error message if no
6751 secondary selection.
6752
6753 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6754
6755 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
6756
6757 * term/xterm.el (xterm-turn-on-modify-other-keys)
6758 (xterm-turn-off-modify-other-keys): New functions.
6759 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
6760 terminal supports it.
6761
6762 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6763
6764 * bookmark.el (bookmark-show-all-annotations):
6765 Make sure each inserted annotation ends with newline.
6766
6767 2007-07-15 Richard Stallman <rms@gnu.org>
6768
6769 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6770
6771 * tutorial.el (tutorial--find-changed-keys):
6772 Handle C-x specially like ESC.
6773
6774 2007-07-15 Aaron Hawley <aaronh@garden.org>
6775
6776 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6777
6778 2007-07-15 Juri Linkov <juri@jurta.org>
6779
6780 * delsel.el (delete-selection-pre-hook):
6781 * emulation/cua-base.el (cua-paste): Before a yank command,
6782 check also whether last-command is one of mouse-save-then-kill,
6783 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
6784
6785 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
6786
6787 * recentf.el (recentf-keep-default-predicate): New defun.
6788 (recentf-keep): Use it as initial value.
6789
6790 2007-07-15 Karl Fogel <kfogel@red-bean.com>
6791
6792 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
6793 thus restoring bookmark bindings to three slots under C-x r. See
6794 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
6795
6796 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6797
6798 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
6799
6800 2007-07-15 Jason Rumney <jasonr@gnu.org>
6801
6802 * w32-fns.el (set-default-process-coding-system): Use dos line ends
6803 for input to cmdproxy on all versions of Windows.
6804 Use dos line ends for input to plink.
6805
6806 * comint.el (comint-simple-send): Concat newline before sending.
6807 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
6808
6809 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
6810
6811 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
6812 safe-local-variable setting.
6813
6814 2007-07-14 David Kastrup <dak@gnu.org>
6815
6816 * emacs-lisp/advice.el (defadvice): Doc fix.
6817
6818 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
6819
6820 * subr.el (when, unless): Doc fix.
6821
6822 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6823
6824 * replace.el (match): Use yellow1 instead of yellow.
6825
6826 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
6827 red.
6828
6829 * pcvs-info.el (cvs-unknown): Likewise.
6830
6831 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6832
6833 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
6834 (install): Use them to copy all *.el files before *.elc.
6835
6836 2007-07-13 Drew Adams <drew.adams@oracle.com>
6837
6838 * bookmark.el (bookmark-jump-other-window): New function.
6839 (bookmark-map): Bind it to "o".
6840
6841 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
6842 and its thread contains discussion about this change.
6843 The original patch was slightly tweaked by Karl Fogel
6844 <kfogel@red-bean.com> before committing.
6845
6846 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6847
6848 * bookmark.el: Shorten some comments to fit within 80 lines.
6849
6850 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6851
6852 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
6853 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
6854 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
6855 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
6856
6857 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
6858
6859 * textmodes/org.el: Bug fixes.
6860 (org-end-of-line): Move to end of line if in headline without tags.
6861
6862 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * vc-hooks.el: Remove spurious * in docstrings.
6865 (vc-handled-backends): Add BZR.
6866
6867 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
6868
6869 2007-07-12 Davis Herring <herring@lanl.gov>
6870
6871 * desktop.el (desktop-buffer-info, desktop-save):
6872 Use `desktop-dirname' instead of `dirname'.
6873
6874 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6875
6876 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
6877
6878 * progmodes/python.el (python-which-func-length-limit): New var.
6879 (python-which-func): New function.
6880 (python-current-defun): Add optional `length-limit' and try to fit
6881 computed function name to that length.
6882 (python-mode): Hook `python-which-func' up.
6883
6884 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6885
6886 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
6887
6888 * comint.el (comint-dynamic-complete-as-filename):
6889 Use read-file-name-completion-ignore-case.
6890
6891 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
6892
6893 * comint.el (comint-dynamic-list-filename-completions):
6894 Use read-file-name-completion-ignore-case.
6895
6896 * vc-cvs.el: Require CL.
6897 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
6898 New functions to provide completion of revision names.
6899
6900 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
6901 (vc-cvs-annotate-first-line-re): New const.
6902 (vc-cvs-annotate-process-filter): New fun.
6903 (vc-cvs-annotate-command): Use them and run the command asynchronously.
6904
6905 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6906
6907 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
6908 (eldoc-print-current-symbol-info): Adjust for changed helper
6909 function signatures.
6910 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
6911 `eldoc-highlight-function-argument'.
6912 (eldoc-highlight-function-argument): New function.
6913 (eldoc-get-var-docstring): Format documentation with
6914 `font-lock-variable-name-face'.
6915 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
6916 where suited.
6917 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
6918 (eldoc-beginning-of-sexp): Return number of skipped sexps.
6919
6920 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
6921
6922 * progmodes/compile.el (compilation-start): `start-process' must
6923 still be redefined when calling `start-process-shell-command'.
6924
6925 * progmodes/gud.el (gud-file-name): When `default-directory' is a
6926 remote file name, prepend its remote part to the filename.
6927 (gud-common-init): When `default-directory' is a remote file name,
6928 make the filename relative to it.
6929 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
6930
6931 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
6932
6933 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
6934 mouse binding and a tooltip.
6935
6936 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6937
6938 * menu-bar.el (vc-menu-map): New defalias.
6939
6940 2007-07-10 Richard Stallman <rms@gnu.org>
6941
6942 * emacs-lisp/lisp-mode.el (eval-defun):
6943 Explain special handling of `defface'.
6944
6945 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
6946
6947 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
6948
6949 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
6950
6951 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6952
6953 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
6954
6955 * vc-arch.el (vc-arch-complete): Remove.
6956 (vc-arch-revision-completion-table): Use complete-with-action.
6957
6958 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
6959 (complete-with-action): New function.
6960 (dynamic-completion-table): Use it.
6961
6962 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
6963
6964 * comint.el (make-comint, make-comint-in-buffer)
6965 (comint-exec-1): Replace `start-process' by `start-file-process'.
6966
6967 * progmodes/compile.el (compilation-start): Revert redefining
6968 `start-process'.
6969
6970 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6971
6972 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
6973 with EOLs when generating MD5 checksums.
6974
6975 * follow.el: Don't change the global map from the follow-mode-map
6976 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
6977 XEmacs code.
6978 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
6979 since `follow-mode' should be used instead for that.
6980
6981 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
6982 (easy-menu-do-define): Use it.
6983 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
6984
6985 * progmodes/compile.el (compilation-auto-jump-to-first-error)
6986 (compilation-auto-jump-to-next): New vars.
6987 (compilation-auto-jump): New function.
6988 (compilation-error-properties): Use them to jump to first error.
6989 (compilation-start): Set the var if requested.
6990
6991 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
6992 duplicates without also removing entries from other directories.
6993
6994 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
6995
6996 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
6997 Remember span as default.
6998 (org-columns-edit-value): Rename from `org-column-edit'.
6999 (org-columns-display-here-title): Rename from
7000 `org-overlay-columns-title'.
7001 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
7002 (org-columns-get-autowidth-alist): Rename from
7003 `org-get-columns-autowidth-alist'.
7004 (org-columns-display-here): Rename from `org-overlay-columns'.
7005 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
7006 (org-columns-quit): Rename from `org-column-quit'.
7007 (org-columns-show-value): Rename from `org-column-show-value'.
7008 (org-columns-content, org-columns-widen)
7009 (org-columns-next-allowed-value)
7010 (org-columns-edit-allowed, org-columns-store-format)
7011 (org-columns-uncompile-format, org-columns-redo)
7012 (org-columns-edit-attributes, org-delete-property)
7013 (org-set-property, org-columns-update)
7014 (org-columns-compute, org-columns-eval)
7015 (org-columns-not-in-agenda, org-columns-compute-all)
7016 (org-property-next-allowed-value)
7017 (org-columns-compile-format)
7018 (org-fill-paragraph-experimental)
7019 (org-string-to-number, org-property-action)
7020 (org-columns-move-left, org-columns-new)
7021 (org-column-number-to-string)
7022 (org-property-previous-allowed-value)
7023 (org-at-property-p, org-columns-delete)
7024 (org-columns-previous-allowed-value)
7025 (org-columns-move-right, org-columns-narrow)
7026 (org-property-get-allowed-values)
7027 (org-verify-version, org-column-string-to-number)
7028 (org-delete-property-globally): New functions.
7029 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
7030 (org-columns-overlays): Rename from `org-column-overlays'.
7031 (org-columns-map): Rename from `org-column-map'.
7032 (org-columns-current-maxwidths): Rename from
7033 `org-current-columns-maxwidths'.
7034 (org-columns-begin-marker, org-columns-current-fmt-compiled)
7035 (org-previous-header-line-format)
7036 (org-columns-inhibit-recalculation)
7037 (org-columns-top-level-marker): New variables.
7038 (org-columns-default-format): Rename from `org-default-columns-format'.
7039 (org-property-re): New constant.
7040
7041 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
7042
7043 * subr.el (looking-at-p, string-match-p): New functions.
7044
7045 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
7046
7047 * textmodes/tex-mode.el (tex-fontify-script)
7048 (tex-font-script-display): New variables to make display of
7049 superscripts and subscripts customizable.
7050 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
7051
7052 2007-07-09 Richard Stallman <rms@gnu.org>
7053
7054 * isearch.el (isearch-edit-string): Call to isearch-push-state
7055 after the search.
7056
7057 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7058
7059 * window.el (fit-window-to-buffer): Remove setting of window-min-height
7060 to 1 as enlarge-window uses the value to resize/shrink windows other
7061 than WINDOW if needed.
7062
7063 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
7064
7065 * cus-start.el (file-coding-system-alist): Fix custom type.
7066
7067 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
7068
7069 * longlines.el (longlines-wrap-region): Avoid marking buffer as
7070 modified.
7071 (longlines-auto-wrap, longlines-window-change-function):
7072 Remove unnecessary calls to set-buffer-modified-p.
7073
7074 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
7075
7076 * cus-start.el (file-coding-system-alist): Fix custom type.
7077
7078 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
7081 (vc-cvs-checkout): Remove last arg now unused; simplify.
7082
7083 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7084
7085 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
7086
7087 * net/tramp.el:
7088 * net/tramp-ftp.el:
7089 * net/tramp-smb.el:
7090 * net/tramp-uu.el:
7091 * net/trampver.el: Migrate to Tramp 2.1.
7092
7093 * net/tramp-cache.el:
7094 * net/tramp-fish.el:
7095 * net/tramp-gw.el: New Tramp packages.
7096
7097 * net/tramp-util.el:
7098 * net/tramp-vc.el: Removed.
7099
7100 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
7101 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
7102
7103 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
7104
7105 * progmodes/compile.el (compilation-start): Redefine
7106 `start-process' temporarily when `default-directory' is remote.
7107 Remove case of synchronous compilation, this won't happen ever.
7108 (compilation-setup): Make local variable `comint-file-name-prefix'
7109 for remote compilation.
7110
7111 2007-07-08 Martin Rudalics <rudalics@gmx.at>
7112
7113 * novice.el (disabled-command-function): Fit window to buffer to
7114 make last line visible.
7115 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7116
7117 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
7118 when handling the terminating event.
7119
7120 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7121
7122 * calc/calc.el (math-read-number-simple): Remove leading 0s.
7123 (math-bignum-digit-length): Change to optimal value.
7124
7125 * calc/calc-bin.el (math-bignum-logb-digit-size)
7126 (math-bignum-digit-power-of-two): Evaluate when compiled.
7127
7128 * calc/calc-comb.el (math-small-factorial-table)
7129 (math-init-random-base, math-prime-test): Remove unnecessary calls
7130 to `math-read-number-simple'.
7131
7132 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7133 (math-approx-gamma-const): Add docstrings.
7134
7135 * calc/calc-forms.el (math-julian-date-beginning)
7136 (math-julian-date-beginning-int): New constants.
7137 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
7138 Use the new constants.
7139
7140 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
7141
7142 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7143 Add docstrings.
7144
7145 2007-07-07 Tom Tromey <tromey@redhat.com>
7146
7147 * vc.el (vc-annotate): Jump to line and output message only after the
7148 process is really all done.
7149
7150 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7151
7152 * vc.el (vc-exec-after): Don't move point from the sentinel.
7153 Forcefully read all the remaining text in the pipe upon process exit.
7154 (vc-annotate-display-autoscale, vc-annotate-lines):
7155 Don't stop at the first unrecognized line.
7156 (vc-annotate-display-select): Run autoscale after the process is done
7157 since it depends on the whole result.
7158
7159 2007-07-07 Eli Zaretskii <eliz@gnu.org>
7160
7161 * term/w32-win.el (menu-bar-open): New function.
7162 Bind <f10> to it.
7163
7164 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7165
7166 * simple.el (start-file-process): New defun.
7167
7168 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * files.el (find-file-confirm-nonexistent-file): Rename from
7171 find-file-confirm-inexistent-file. Update users.
7172
7173 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
7174 format of autoload block where the file's time-stamp is replaced by its
7175 MD5 checksum.
7176 (autoload-generate-file-autoloads): Use MD5 checksum instead of
7177 time-stamp for secondary autoloads files.
7178 (update-directory-autoloads): Remove duplicate entries.
7179 Use time-less-p for time-stamps, as done in autoload-find-destination.
7180
7181 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7182
7183 * calc/calc.el (math-read-number): Replace number by variable.
7184 (math-read-number-simple): Properly parse small integers.
7185
7186 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7187
7188 * vc.el: Fix doc for the checkout function.
7189
7190 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
7191
7192 * vc-hg.el (vc-hg-root): New function.
7193 (vc-hg-registered): Use it.
7194 (vc-hg-diff-tree): New defalias.
7195 (vc-hg-responsible-p): Likewise.
7196 (vc-hg-checkout): Comment out, not needed.
7197 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
7198 (vc-hg-find-version, vc-hg-next-version): New functions.
7199
7200 2007-07-06 Andreas Schwab <schwab@suse.de>
7201
7202 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
7203 dynamic bindings around the evaluation of the expression.
7204 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
7205
7206 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7207
7208 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
7209 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
7210 Use run-hooks rather than run-mode-hooks.
7211
7212 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
7213
7214 * calc/calc-comb.el (math-random-digit): Rename to
7215 `math-random-three-digit-number'.
7216 (math-random-digits): Don't depend on representation of integer.
7217
7218 * calc/calc-bin.el (math-bignum-logb-digit-size)
7219 (math-bignum-digit-power-of-two): New constants.
7220 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
7221 (math-not-bignum, math-clip-bignum): Use the constants
7222 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
7223 instead of their values.
7224 (math-clip): Use math-small-integer-size instead of its value.
7225
7226 * calc/calc.el (math-add-bignum): Replace number by constant.
7227
7228 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7229
7230 * wid-edit.el (widget-documentation-string-value-create):
7231 Insert indentation spaces.
7232
7233 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7234
7235 * emacs-lisp/byte-opt.el: Revert last change.
7236
7237 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7238
7239 * vc-hooks.el (vc-handled-backends): Add HG.
7240
7241 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
7242
7243 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * complete.el (PC-do-complete-and-exit): Add support for the new
7246 `confirm-only' confirmation mode.
7247
7248 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7249
7250 * cus-edit.el (custom-commands): New variable.
7251 (custom-tool-bar-map): New variable. Initialize using
7252 `custom-commands'.
7253 (custom-mode): Use `custom-tool-bar-map'.
7254 (custom-buffer-create-internal): Insert action buttons only if
7255 tool bar is not used. Use `custom-commands'.
7256 (Custom-help, custom-command-apply): New function.
7257 (custom-command-apply, Custom-set, Custom-save)
7258 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
7259 Use `custom-command-apply' instead of duplicating code.
7260 (customize-group-other-window): Call `customize-group' instead of
7261 duplicating code.
7262 (customize-face-other-window): Call `customize-face' instead of
7263 duplicating code.
7264 (customize-group, customize-face): Add optional args for opening
7265 in another window.
7266 (custom-variable-tag): Don't inherit `variable-pitch' face.
7267 (custom-group-tag): Inherit `variable-pitch' face.
7268 (custom-variable-value-create): Set documentation indentation.
7269 (custom-group-value-create): Make group name a link, instead of
7270 using an extra "go to group" button.
7271 (custom-prompt-variable, custom-group-set, custom-group-save)
7272 (custom-group-reset-current, custom-group-reset-saved)
7273 (custom-group-reset-standard): Minor cleanup.
7274
7275 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7276
7277 * Makefile.in (bootstrap-prepare): When copying from
7278 ldefs-boot.el, make sure loaddefs.el is writeable.
7279
7280 (bootstrap-prepare): Make $(lisp)/ps-print.el
7281 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
7282
7283 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7284
7285 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
7286 only caller, and delete.
7287 (vc-hg-state): Deal with exceptions and only parse the output on
7288 successful return.
7289 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
7290 caller, and delete.
7291 (vc-hg-workfile-version): Deal with exceptions and only parse the
7292 output on successful return.
7293 (vc-hg-revert): New function.
7294
7295 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
7296
7297 * calculator.el (calculator-expt): Use more cases to determine
7298 the value.
7299
7300 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7301
7302 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
7303 file names.
7304
7305 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7306
7307 * calculator.el (calculator-expt, calculator-integer-p):
7308 New functions.
7309 (calculator-fact): Check to see if the factorial will be too
7310 large before computing it.
7311 (calculator-initial-operators): Use `calculator-expt' to
7312 compute "^".
7313 (calculator-mode): Mention that results which are too large
7314 will return inf.
7315 * calc/calc-comb.el (math-small-factorial-table): Replace list
7316 by vector.
7317
7318 2007-07-03 David Kastrup <dak@gnu.org>
7319
7320 * shell.el: On request of the authors, remove their addresses for
7321 the sake of bug reports, and add the developer list address as
7322 maintainer information.
7323
7324 2007-07-03 Richard Stallman <rms@gnu.org>
7325
7326 * files.el (make-directory): Doc fix.
7327 (find-file-confirm-inexistent-file): Make it a defcustom.
7328 Make nil the default.
7329
7330 2007-07-02 Richard Stallman <rms@gnu.org>
7331
7332 * startup.el (command-line): Set buffer-offer-save in *scratch*
7333 and enable auto-save in it.
7334
7335 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7336
7337 * textmodes/org.el (orgstruct-mode-map): New variable.
7338 (orgstruct-mode): New minor mode.
7339 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
7340 (orgstruct-make-binding, org-context-p, org-get-local-variables)
7341 (org-run-like-in-org-mode): New functions.
7342 (org-cycle-list-bullet): New command.
7343 (org-special-properties, org-property-start-re)
7344 (org-property-end-re): New constants.
7345 (org-with-point-at): New macro.
7346 (org-get-property-block, org-entry-properties, org-entry-get)
7347 (org-entry-delete, org-entry-get-with-inheritance)
7348 (org-entry-put, org-buffer-property-keys): New functions.
7349 (org-insert-property-drawer): New command.
7350 (org-entry-property-inherited-from): New variable.
7351 (org-column): New face.
7352 (org-column-overlays, org-current-columns-fmt)
7353 (org-current-columns-maxwidths, org-column-map): New variables.
7354 (org-column-menu): New menu.
7355 (org-new-column-overlay, org-overlay-columns)
7356 (org-overlay-columns-title, org-remove-column-overlays)
7357 (org-column-show-value, org-column-quit, org-column-edit):
7358 New functions.
7359 (org-columns, org-agenda-columns): New commands.
7360 (org-get-columns-autowidth-alist): New functions.
7361 (org-properties): New customize group.
7362 (org-default-columns-format): New option.
7363 (org-priority): Realign tags after changing priority.
7364 (org-preserve-lc): New macro.
7365 (org-update-checkbox-count): Catch case when there is no headline.
7366 (org-agenda-quit): Remove any column overlays.
7367 (org-beginning-of-item-list): Fixed bug when non-item line is
7368 indented too deep.
7369 (org-cached-props): New variable.
7370 (org-cached-entry-get): New function.
7371 (org-make-tags-matcher): Handle property matches.
7372 (org-table-recalculate): Swap evaluation order: Field formula
7373 first, then column formulas, but don't allow them to overwrite the
7374 field formulas.
7375 (org-table-eval-formula): New argument untouchable.
7376 (org-table-put-field-property): New function.
7377
7378 2007-07-02 Martin Rudalics <rudalics@gmx.at>
7379
7380 * help-mode.el (help-make-xrefs): Skip spaces too when
7381 skipping tabs.
7382
7383 * ffap.el (dired-at-point-prompter): Improve prompt in
7384 list-directory case.
7385
7386 2007-07-01 Richard Stallman <rms@gnu.org>
7387
7388 * files.el (find-file-visit-truename): Fix safe-local-variable value.
7389
7390 2007-07-01 Richard Stallman <rms@gnu.org>
7391
7392 * cus-start.el (max-mini-window-height): Added.
7393
7394 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7395
7396 * complete.el (partial-completion-mode): Remove advice of
7397 read-file-name-internal.
7398 (PC-do-completion): Rebind minibuffer-completion-table.
7399 (PC-read-file-name-internal): New function doing what
7400 read-file-name-internal advice did.
7401
7402 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
7403
7404 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
7405 property on a few symbols.
7406 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
7407 (byte-optimize-lapcode): Remove bindings that are not referenced
7408 and certainly will not effect through dynamic scoping.
7409
7410 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7411
7412 * files.el (find-file-confirm-inexistent-file): New var.
7413 (find-file, find-file-other-window, find-file-other-frame)
7414 (find-file-read-only, find-file-read-only-other-window)
7415 (find-file-read-only-other-frame): Use it.
7416
7417 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7418
7419 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
7420
7421 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
7422
7423 * generic-x.el (generic-define-mswindows-modes)
7424 (generic-define-unix-modes, apache-log-generic-mode)
7425 (bat-generic-mode-keymap, java-manifest-generic-mode)
7426 (show-tabs-generic-mode): Fix typos in docstrings.
7427
7428 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
7429
7430 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
7431 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
7432 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
7433 (rcirc-print): Never ignore messages from ourself.
7434
7435 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7436
7437 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
7438 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
7439
7440 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7441
7442 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
7443 replace-regexp-in-string.
7444
7445 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7446
7447 * emacs-lisp/cl.el: Set edebug and indentation before loading
7448 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
7449
7450 2007-06-28 Andreas Schwab <schwab@suse.de>
7451
7452 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
7453 $(lisp)/subdirs.el.
7454
7455 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
7456
7457 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
7458 the speedbar frame if nil; that deletes the current frame or
7459 causes an error if it is the only frame.
7460 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
7461
7462 2007-06-28 Kevin Ryde <user42@zip.com.au>
7463
7464 * textmodes/nroff-mode.el: Groff \# comments.
7465 (nroff-mode-syntax-table): \# comment intro,
7466 plain # as punct per global table.
7467 (nroff-font-lock-keywords): Add # as a single char escape.
7468 (nroff-mode): In comment-start-skip, match \#.
7469
7470 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
7473 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
7474 point-min == 1.
7475
7476 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
7477
7478 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
7479 Rename and move to...
7480
7481 * subr.el (strings->string, string->strings): ...here.
7482
7483 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
7484 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
7485
7486 * progmodes/gud.el (gud-common-init): Call string->strings instead
7487 of split-string.
7488
7489 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7490
7491 * dired-aux.el: Remove `dired-call-process'.
7492 (dired-check-process): Call `process-file'.
7493
7494 * wdired.el (wdired-do-perm-changes): Call `process-file'.
7495
7496 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
7497 `ange-ftp-process-file'.
7498
7499 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
7502
7503 * emacs-lisp/cl-extra.el:
7504 * emacs-lisp/cl-seq.el:
7505 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
7506 Add autoload cookies on all defs autoloaded manually in cl.el.
7507
7508 * emacs-lisp/cl-loaddefs.el: New file.
7509
7510 * textmodes/texinfmt.el (texinfo-raisesections-alist)
7511 (texinfo-lowersections-alist): Merge definition and declaration.
7512 (texinfo-start-of-header, texinfo-end-of-header): Remove.
7513 (texinfo-format-syntax-table): Merge init into declaration.
7514 (texinfo-format-parse-line-args, texinfo-format-parse-args)
7515 (texinfo-format-parse-defun-args, texinfo-format-node)
7516 (texinfo-push-stack, texinfo-multitable-widths)
7517 (texinfo-define-info-enclosure, texinfo-alias)
7518 (texinfo-format-defindex, batch-texinfo-format): Use push.
7519 (texinfo-footnote-number): Remove duplicate declaration.
7520
7521 * ps-print.el: Update with auto-generated autoloads.
7522
7523 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
7524
7525 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7526
7527 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
7528 relative to current dir for file-local settings.
7529 (autoload-generate-file-autoloads): Add `outfile' arg.
7530 (update-directory-autoloads): Use it to directly call
7531 autoload-generate-file-autoloads instead of going through
7532 update-file-autoloads so we avoid redundant searches and so we can know
7533 the set of buffers changed so we can save them all.
7534
7535 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
7536 rather than throwing `up-to-date'.
7537 (autoload-generate-file-autoloads): Adjust correspondingly.
7538 (update-file-autoloads): Be careful to let-bind
7539 autoload-modified-buffers and adjust to new calling conventions.
7540 (autoload-modified-buffers): Make it a dynamically scoped var.
7541 (update-directory-autoloads): Use file-relative-name instead of
7542 autoload-trim-file-name.
7543 (autoload-insert-section-header): Don't use autoload-trim-file-name
7544 since the file is already relative now.
7545 (autoload-trim-file-name): Remove.
7546
7547 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
7548 (vc-arch-complete, vc-arch--version-completion-table)
7549 (vc-arch-revision-completion-table): New functions to provide
7550 completion of revision names.
7551 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
7552 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
7553 to let the user trim the revlib.
7554
7555 * vc.el: Add new VC operation `revision-completion-table'.
7556 (vc-default-revision-completion-table): New function.
7557 (vc-version-diff, vc-version-other-window): Use it to provide
7558 completion of revision names if the backend provides it.
7559
7560 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
7561
7562 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
7563 of newer .svn/entries.
7564
7565 2007-06-25 David Kastrup <dak@gnu.org>
7566
7567 * calc/calc-poly.el (math-padded-polynomial)
7568 (math-partial-fractions): Add some function comments.
7569
7570 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7573 Make `outbuf' optional.
7574 (update-file-autoloads): Use it.
7575
7576 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7577
7578 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
7579 (autoload-find-destination): Keep it uptodate.
7580 (autoload-save-buffers): New fun.
7581 (update-file-autoloads): Use it. Re-add the "up to date" message.
7582
7583 * emacs-lisp/autoload.el: Refactor for upcoming changes.
7584 (autoload-find-destination): New function extracted from
7585 update-file-autoloads.
7586 (update-file-autoloads): Use it.
7587 (autoload-generate-file-autoloads): New function extracted from
7588 generate-file-autoloads. Use file-relative-name. Delay computation of
7589 output-start to the first cookie. Remove done-any, replaced by
7590 output-start.
7591 (generate-file-autoloads): Use it.
7592
7593 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
7594
7595 * calc/calc-comb.el (math-init-random-base, math-prime-test):
7596 Use math-read-number-simple to insert constants.
7597 (math-prime-test): Redo calculation of sum.
7598
7599 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
7600
7601 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
7602 math-scale-bignum-3.
7603 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
7604 math-bignum-digit-size.
7605 (math-isqrt-small): Add another possible initial guess.
7606
7607 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7608
7609 * textmodes/bibtex.el (bibtex-entry-format): New options
7610 `whitespace', `braces', and `string'.
7611 (bibtex-field-braces-alist, bibtex-field-strings-alist)
7612 (bibtex-field-braces-opt, bibtex-field-strings-opt)
7613 (bibtex-cite-matcher-alist): New variables.
7614 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
7615 (bibtex-flash-head): Use blink-matching-delay.
7616 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
7617 (bibtex-format-entry, bibtex-reformat): Handle new options of
7618 bibtex-entry-format.
7619 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
7620 New functions.
7621 (bibtex-complete-internal): Do not display messages while
7622 minibuffer is used. Do not leave around a completions buffer
7623 that is out of date.
7624 (bibtex-copy-summary-as-kill): New optional arg.
7625 (bibtex-font-lock-url): New optional arg no-button.
7626 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
7627 (bibtex-url): Allow multiple URLs per entry.
7628
7629 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7630
7631 * emacs-lisp/autoload.el (autoload-generated-file): New function.
7632 (update-file-autoloads, update-directory-autoloads): Use it.
7633 (autoload-file-load-name): New function.
7634 (generate-file-autoloads, update-file-autoloads): Use it.
7635 (autoload-find-file): Accept non-absolute argument. Set default-dir.
7636 (generate-file-autoloads): If the autoloaded form is malformed,
7637 indicate the problem with a warning instead of aborting.
7638
7639 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7640
7641 * simple.el (next-error-recenter): Accept `(4)' as well;
7642 also, specify `integer' instead of `number'.
7643
7644 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7645
7646 * ls-lisp.el (insert-directory): If an invalid regexp error is
7647 thrown, try using FILE as a literal file name, not a wildcard.
7648
7649 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
7650
7651 * ruler-mode.el (ruler-mode): Prevent clobbering the original
7652 `header-line-format' when reentering ruler mode.
7653
7654 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7655
7656 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
7657 FILE exists as a file.
7658
7659 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7660
7661 * calc/calc.el (math-bignum-digit-length)
7662 (math-bignum-digit-size, math-small-integer-size):
7663 New constants.
7664 (math-normalize, math-bignum-big, math-make-float)
7665 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
7666 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
7667 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
7668 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
7669 (math-quotient, math-div-bignum, math-div-bignum-digit)
7670 (math-div-bignum-part, math-format-bignum-decimal)
7671 (math-read-bignum): Use math-bignum-digit-length,
7672 math-bignum-digit-size and math-small-integer-size.
7673
7674 * calc/calc-ext.el (math-fixnum-big): Use the variable
7675 math-bignum-digit-size.
7676
7677 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7678
7679 * log-view.el (log-view-mode-menu): New menu.
7680
7681 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7682
7683 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
7684 differently.
7685
7686 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
7687 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
7688
7689 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7690
7691 * vc-hg.el (vc-hg-print-log): Insert the file name.
7692 (vc-hg-log-view-mode): Fontify the file name.
7693
7694 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7695
7696 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
7697 (calcFunc-julian): Fix incorrect number used in calculations.
7698
7699 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
7700
7701 * simple.el (next-error-recenter): New defcustom.
7702 (next-error, next-error-internal): Recenter if specified,
7703 immediately prior to running `next-error-hook'.
7704
7705 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
7706 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
7707
7708 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
7709
7710 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7711
7712 * calc/calc-comb.el (math-small-factorial-table): New variable.
7713 (calcFunc-fact): Use `math-small-factorial-table'.
7714
7715 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
7716 initial values.
7717 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
7718 New variables to use in caches.
7719
7720 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
7721 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
7722
7723 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
7724 (math-bernoulli-b-cache): Use math-read-number-simple to insert
7725 bignums.
7726
7727 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7728 New variables to use in caches.
7729
7730 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7731
7732 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
7733
7734 * vc-hg.el (vc-hg-log-view-mode): New mode.
7735
7736 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
7737
7738 * calc/calc.el (math-read-number-simple): New function.
7739
7740 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7741
7742 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
7743 (vera-font-lock-match-item): Fix doc string.
7744 (vera-in-comment-p): Remove unused function.
7745 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
7746 use `syntax-ppss'.
7747 (vera-forward-syntactic-ws): Fix argument order.
7748 (vera-prepare-search): Use `with-syntax-table'.
7749 (vera-indent-line): Fix doc string.
7750 (vera-electric-tab): Fix doc string.
7751 (vera-expand-abbrev): Define alias instead of using `fset'.
7752 (vera-comment-uncomment-region): Use `comment-start-skip'.
7753
7754 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
7755
7756 * textmodes/org.el (org-export-with-footnotes): New option.
7757 (org-export-as-html): Fix replacement bug for XEmacs.
7758 (org-agenda-default-appointment-duration): New option.
7759
7760 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7761
7762 * vc-hg.el: Add to do items.
7763 (vc-hg-diff): Add support for comparing different revisions.
7764 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
7765 (vc-hg-annotate-extract-revision-at-line)
7766 (vc-hg-previous-version, vc-hg-checkin): New functions.
7767 (vc-hg-annotate-re): New constant.
7768
7769 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7770
7771 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
7772
7773 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
7776 buffer-local value of log-view-*-re if applicable.
7777
7778 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
7779 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
7780 (vc-bzr-command*): Remove both (incompatible) versions.
7781 (vc-bzr-do-command*): Remove.
7782 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
7783 Remove by folding into its only caller vc-bzr-command.
7784 (vc-bzr-command): Always set the environment, even when ineffective.
7785 (vc-bzr-version): Minor fix up.
7786 (vc-bzr-admin-dirname): New var.
7787 (vc-bzr-bzr-dir): Remove.
7788 (vc-bzr-root-dir): New fun.
7789 (vc-bzr-registered): Use it. Add an autoloaded version.
7790 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
7791 (vc-bzr-view-log-function): Remove.
7792 (vc-bzr-log-view-mode): New major mode to replace it.
7793 (vc-bzr-print-log): Only activate the old hack if needed.
7794
7795 * vc.el (vc-default-log-view-mode): New function.
7796 (vc-print-log): Add new `log-view-mode' VC operation.
7797
7798 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
7799
7800 * ido.el (ido-find-file-in-dir): Don't signal an error for
7801 empty directories.
7802
7803 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
7804
7805 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
7806 directory where the desktop file was found, as the docstring says.
7807 (desktop-kill): Use `read-directory-name'.
7808
7809 2007-06-20 Alan Mackenzie <acm@muc.de>
7810
7811 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
7812 When removing lines, also remove the \n. Correction of patch of
7813 2007-04-21.
7814
7815 2007-06-20 Martin Rudalics <rudalics@gmx.at>
7816
7817 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
7818 event is not a cons cell. Do not unread drag-mouse-1 events.
7819 Select right window in check whether space was stolen from
7820 window above.
7821
7822 * help-mode.el (help-make-xrefs): Adjust position of new forward
7823 button.
7824
7825 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
7826
7827 * vc-bzr.el (vc-bzr-with-process-environment)
7828 (vc-bzr-std-process-invocation): New macros.
7829 (vc-bzr-command, vc-bzr-command*): Use them.
7830 (vc-bzr-with-c-locale): Remove.
7831 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
7832 (vc-bzr-buffer-nonblank-p): New function.
7833 (vc-bzr-state-words): New const.
7834 (vc-bzr-state): Look for `bzr status' keywords in output.
7835 Display everything else as a warning message to the user.
7836 Fix status report with bzr >= 0.15.
7837
7838 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
7839
7840 * vc-hg.el (vc-hg-global-switches): Simplify.
7841 (vc-hg-state): Handle more states.
7842 (vc-hg-diff): Fix doc-string.
7843 (vc-hg-register): New function.
7844 (vc-hg-checkout): Likewise.
7845
7846 2007-06-20 Reto Zimmermann <reto@gnu.org>
7847
7848 * progmodes/vera-mode.el: New file.
7849
7850 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7851
7852 * calc/calc.el (calc-multiplication-has-precendence):
7853 New variable.
7854 (math-standard-ops, math-standard-ops-p, math-expr-ops):
7855 New functions.
7856 (math-expr-opers): Define using math-standard-ops rather than
7857 math-standard-opers.
7858 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
7859 equal the function math-standard-ops rather than the variable
7860 math-standard-opers.
7861 (calc-algebraic-entry): Let math-expr-opers equal
7862 math-standard-ops or math-expr-ops, as appropriate.
7863 (math-expr-read-level, math-read-factor): Let math-expr-opers
7864 equal math-expr-ops.
7865 * calc/calc-embed.el (calc-embedded-finish-edit):
7866 Let math-expr-opers equal the function math-standard-ops
7867 rather than the variable math-standard-opers.
7868 * calc/calc-ext.el (math-read-plain-expr)
7869 (math-format-flat-expr-fancy): Let math-expr-opers equal the
7870 function math-standard-ops rather than the variable
7871 math-standard-opers.
7872 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
7873 Let math-expr-opers equal the function math-standard-ops rather
7874 than the variable math-standard-opers.
7875 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
7876 equal the function math-standard-ops rather than the variable
7877 math-standard-opers.
7878 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
7879 equal the function math-standard-ops rather than the variable
7880 math-standard-opers.
7881 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
7882 math-expr-ops.
7883
7884 2007-06-19 Ivan Kanis <apple@kanis.eu>
7885
7886 * vc-hg.el: New file.
7887
7888 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7889
7890 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
7891 with font-lock-multiline.
7892
7893 2007-06-17 Glenn Morris <rgm@gnu.org>
7894
7895 * lpr.el (lpr-page-header-switches): Move %s to separate element
7896 for correct quoting. Doc fix.
7897
7898 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7899
7900 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
7901 than setting sgml-xml-mode.
7902 (sgml-mode, html-mode): Set sgml-xml-mode.
7903 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
7904 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
7905 (sgml-electric-tag-pair-before-change-function)
7906 (sgml-electric-tag-pair-flush-overlays): New functions.
7907 (sgml-electric-tag-pair-mode): New minor mode.
7908 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
7909 (sgml-calculate-indent): Use assoc-string.
7910
7911 2007-06-16 Karl Fogel <kfogel@red-bean.com>
7912
7913 * thingatpt.el (thing-at-point-email-regexp): Don't require two
7914 chars before the "@" in an email address. Andreas Roehler noticed
7915 this problem.
7916
7917 2007-06-15 Karl Fogel <kfogel@red-bean.com>
7918
7919 * thingatpt.el: Add support for email addresses (`email').
7920 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
7921 (thing-at-point-email-regexp): New variable.
7922 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
7923 properties on this symbol, with lambda forms for values.
7924
7925 2007-06-15 Masatake YAMATO <jet@gyve.org>
7926
7927 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
7928
7929 * vc.el (vc-dired-hook): Check the backend returned from
7930 `vc-responsible-backend' can really handle `subdir'.
7931
7932 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
7933
7934 * wid-edit.el (widget-add-documentation-string-button):
7935 Fix handling of documentation indent.
7936
7937 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
7938
7939 * mb-depth.el: New file.
7940
7941 2007-06-15 Masatake YAMATO <jet@gyve.org>
7942
7943 * vc.el (vc-dired-mode): Show backend name as part of mode name.
7944
7945 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7946
7947 * wid-edit.el (widget-default-create): Move ?h handling here...
7948 (widget-default-format-handler): ...from here.
7949 (widget-docstring, widget-add-documentation-string-button): New funs.
7950 (documentation-string): Add :visibility-widget property.
7951 (widget-documentation-string-value-create): Use it.
7952
7953 * cus-edit.el (custom-split-regexp-maybe): Simplify.
7954 (custom-buffer-create-internal): Simplify message.
7955 (custom-variable-tag): Reduce height to normal.
7956 (custom-variable-value-create, custom-face-value-create)
7957 (custom-visibility): New widget.
7958 (custom-visibility): New face.
7959 (custom-group-value-create):
7960 Call widget-add-documentation-string-button, using `custom-visibility'.
7961
7962 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7963
7964 * emacs-lisp/bytecomp.el (byte-compile-current-group)
7965 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
7966 change. Apparently the "warning even if the group is implicit" is
7967 a feature rather than a bug.
7968
7969 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
7970
7971 * emulation/viper.el (viper-describe-key-ad)
7972 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
7973 Compile them conditionally.
7974 (viper-version): Belated version change.
7975
7976 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
7977
7978 * follow.el (follow-all-followers, follow-generic-filter):
7979 * pcomplete.el (pcomplete-restore-windows):
7980 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
7981 (x-dnd-drop-data):
7982 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
7983 * progmodes/python.el (python-complete-symbol):
7984 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
7985
7986 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
7987
7988 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
7989 around bright and dim regexps. Make sure bright and dim matches
7990 use word anchors. Send text through rcirc-markup functions.
7991 (rcirc-url-regexp): Add single quote character.
7992 (rcirc-connect): Write logs to disk on auto-save-hook.
7993 Make server a non-optional argument.
7994 (rcirc-log-alist): New variable.
7995 (rcirc-log-directory): Make customizable.
7996 (rcirc-log-flag): New customizable variable.
7997 (rcirc-log): New function.
7998 (rcirc-print): Use above function.
7999 (rcirc-log-write): New function.
8000 (rcirc-generate-new-buffer-name): Strip text properties.
8001 (rcirc-switch-to-buffer-function): Remove variable.
8002 (rcirc-last-non-irc-buffer): Remove variable.
8003 (rcirc-non-irc-buffer): Add function.
8004 (rcirc-next-active-buffer): Use above function.
8005 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
8006 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
8007 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
8008 (rcirc-omit-mode): Add minor-mode.
8009 (rcirc-mode-map): Change C-c C-o binding.
8010 (rcirc-mode): Clear mode-line-process. Use a custom
8011 fill-paragraph-function. Set up buffer-invisibility-spec.
8012 (rcirc-response-formats): Remove timestamp code.
8013 (rcirc-omit-responses): Add variable.
8014 (rcirc-print): Don't put the overlay arrow on potentially omitted
8015 lines. Log line to disk. Record activity for private messages
8016 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
8017 (rcirc-jump-to-first-unread-line): Print message if there is no
8018 unread text.
8019 (rcirc-clear-unread): New function.
8020 (rcirc-markup-text-functions): Add variable.
8021 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
8022 (rcirc-debug): Don't mess with window configuration.
8023 (rcirc-send-message): Send message before printing locally.
8024 Add SILENT argument, do not print message if non-nil.
8025 (rcirc-visible-buffers): New function and variable.
8026 (rcirc-window-configuration-change-1): Add function.
8027 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
8028 server buffer.
8029 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
8030 (rcirc-fill-paragraph): Add function.
8031 (rcirc-record-activity, rcirc-window-configuration-change-1):
8032 Only update the activity string if it has actually changed.
8033 (rcirc-update-activity-string): Remove padding characters from the
8034 mode-line string.
8035 (rcirc-disconnect-buffer): New function to be called when a
8036 channel is parted or the user quits.
8037 (rcirc-server-name): Warn when the server-name hasn't been set.
8038 (rcirc-window-configuration-change): Postpone work until
8039 post-command-hook.
8040 (rcirc-window-configuration-change-1): Update mode-line and
8041 overlay arrows here.
8042 (rcirc-authenticate): Fixc hanserv identification.
8043 (rcirc-default-server): Remove variable.
8044 (rcirc): Connect according to rcirc-connections.
8045 (rcirc-connections): Add variable.
8046 (rcirc-startup-channels-alist): Remove variable.
8047 (rcirc-startup-channels): Remove function.
8048
8049 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8050
8051 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
8052
8053 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
8054
8055 * term/xterm.el (terminal-init-xterm): Escape parens in character
8056 constants.
8057
8058 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8059
8060 * progmodes/sh-script.el: Remove unneeded * from docstrings.
8061 Use [:alpha:] and [:alnum:] where applicable.
8062 (sh-quoted-subshell): Rewrite to correctly
8063 handle nested mixes of `...' and $(...).
8064 (sh-apply-quoted-subshell): Remove.
8065 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
8066
8067 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
8068
8069 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
8070
8071 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
8072 previous change.
8073
8074 2007-06-12 Tom Tromey <tromey@redhat.com>
8075
8076 * subr.el (user-emacs-directory): New defconst.
8077 * cmuscheme.el (scheme-start-file):
8078 * shell.el (shell):
8079 * completion.el (save-completions-file-name):
8080 * custom.el (custom-theme-directory):
8081 * term/x-win.el (emacs-session-filename):
8082 * filesets.el (filesets-menu-cache-file):
8083 * thumbs.el (thumbs-thumbsdir):
8084 * server.el (server-auth-dir):
8085 * image-dired.el (image-dired-dir):
8086 (image-dired-db-file):
8087 (image-dired-temp-image-file):
8088 (image-dired-gallery-dir):
8089 (image-dired-temp-rotate-image-file):
8090 * play/gamegrid.el (gamegrid-user-score-file-directory):
8091 * savehist.el (savehist-file):
8092 * tutorial.el (tutorial--saved-dir):
8093 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
8094
8095 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
8096
8097 * scroll-lock.el (scroll-lock-mode): Doc fix.
8098
8099 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8100
8101 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
8102
8103 * ediff-init.el: Doc strings.
8104
8105 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8106
8107 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
8108 (byte-compile-file): Bind it.
8109 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
8110 group argument is provided implicitly.
8111 (byte-compile-format-warn, byte-compile-from-buffer)
8112 (byte-compile-insert-header): Don't hardcode point-min==1.
8113 (byte-compile-file-form-require): Remove unused var old-load-list.
8114 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
8115
8116 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8117
8118 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
8119 Display error messages.
8120 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
8121 Get rid of cl.el dependencies.
8122
8123 * emulation/viper-init.el (viper-suppress-input-method-change-message):
8124 New variable.
8125 (viper-activate-input-method-action)
8126 (viper-inactivate-input-method-action):
8127 Use viper-suppress-input-method-change-message.
8128
8129 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
8130 for C-s, C-r.
8131
8132 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
8133 Use viper-replace-overlay-cursor-color instead of
8134 viper-replace-overlay-cursor-color.
8135 (viper-sit-for-short): Use sit-for with 3 arguments.
8136
8137 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
8138 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
8139 to gud-mode.
8140
8141 * ediff-mult.el (ediff-meta-buffer-brief-message)
8142 (ediff-meta-buffer-verbose-message): New variables.
8143 (ediff-meta-buffer-message): Variable deleted.
8144 (ediff-verbose-help-enabled): New variable.
8145 (ediff-toggle-verbose-help-meta-buffer): New function.
8146 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
8147 message options.
8148
8149 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
8150 (ediff-fixup-patch-map): Improve heuristic.
8151
8152 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8153
8154 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
8155 (log-view-font-lock-keywords): Simplify.
8156 (log-view-current-file, log-view-current-tag): Simplify.
8157
8158 2007-06-12 Sam Steingold <sds@gnu.org>
8159
8160 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
8161
8162 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
8163
8164 * desktop.el (desktop-load-locked-desktop): New option.
8165 (desktop-read): Use it.
8166 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
8167 Use `when'.
8168
8169 2007-06-12 Davis Herring <herring@lanl.gov>
8170
8171 * desktop.el (desktop-save-mode-off): New function.
8172 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
8173 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
8174 (desktop-claim-lock, desktop-release-lock): New functions.
8175 (desktop-kill): Tell `desktop-save' that this is the last save.
8176 Release the lock afterwards.
8177 (desktop-buffer-info): New function.
8178 (desktop-save): Use it. Run `desktop-save-hook' where the doc
8179 says to. Detect conflicts, and manage the lock.
8180 (desktop-read): Detect conflicts. Manage the lock.
8181
8182 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8183
8184 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
8185
8186 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
8187 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
8188 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
8189 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
8190 keysyms rather than byte sequences.
8191 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
8192
8193 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8194
8195 * font-lock.el (font-lock-add-keywords): In case font-lock was only
8196 half-activated, forcefully activate it completely.
8197
8198 2007-06-11 Richard Stallman <rms@gnu.org>
8199
8200 * cus-edit.el (custom-variable-type): Doc fix.
8201
8202 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8203
8204 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
8205 (sh-font-lock-flush-syntax-ppss-cache): New functions.
8206 (sh-font-lock-syntactic-keywords): Use them to distinguish the
8207 different possible cases for \'.
8208
8209 * complete.el (PC-bindings): Don't bind things already bound in the
8210 parent keymap.
8211
8212 * textmodes/bibtex-style.el: New file.
8213
8214 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
8215
8216 * vc-bzr.el: New file.
8217
8218 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8219
8220 * vc-svn.el (vc-svn-program): New var.
8221 (vc-svn-command): Use it.
8222
8223 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
8224
8225 * server.el (server-switch-buffer): Remove redundant check.
8226
8227 2007-06-10 Martin Rudalics <rudalics@gmx.at>
8228
8229 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8230 Match against file-name-nondirectory.
8231 Fix text on user customization variables.
8232 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
8233
8234 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8235
8236 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
8237
8238 2007-06-09 Davis Herring <herring@lanl.gov>
8239
8240 * desktop.el (desktop-minor-mode-table): Doc fix.
8241
8242 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * textmodes/css-mode.el (css-navigation-syntax-table):
8245 Use set-char-table-range so it also works in the unicode branch.
8246
8247 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
8248
8249 * help-mode.el (help-xref-forward-stack)
8250 (help-xref-stack-forward-item, help-forward-label): New variables.
8251 (help-forward): New button type.
8252 (help-setup-xref): Initialise help-xref-forward-stack.
8253 (help-make-xrefs): Add forward button, if appropriate.
8254 (help-xref-go-back): Push item on forward stack.
8255 (help-xref-go-forward, help-go-forward): New functions.
8256
8257 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
8258
8259 * dired.el (dired-mode-map): Remove spurious separator.
8260
8261 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8262
8263 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
8264
8265 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8266 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
8267
8268 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
8269
8270 * textmodes/org.el: Version number fixed.
8271
8272 2007-06-07 Glenn Morris <rgm@gnu.org>
8273
8274 * version.el (emacs-copyright): New constant.
8275 * startup.el (fancy-splash-tail): Use emacs-copyright.
8276 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
8277
8278 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
8279 `make-local'.
8280 (byte-compile-warnings-safe-p): Add `make-local'.
8281 (byte-compile-make-variable-buffer-local):
8282 Allow byte-compile-warnings to suppress this warning.
8283
8284 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
8285 format of "menu" description.
8286 (tutorial--find-changed-keys): Describe the specific menu a
8287 command is in.
8288
8289 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
8290 Rewrite compatibility functions to silence byte-compiler.
8291
8292 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8293
8294 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
8295 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
8296
8297 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
8298
8299 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
8300
8301 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8302
8303 * progmodes/ebrowse.el (ebrowse-member-table):
8304 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
8305 (org-batch-agenda-csv): Fix typos in docstrings.
8306
8307 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8308
8309 * international/mule-cmds.el (toggle-enable-multibyte-characters)
8310 (sort-coding-systems, search-unencodable-char): Doc fixes.
8311 (coding-system-change-eol-conversion, set-default-coding-systems)
8312 (prefer-coding-system, find-multibyte-characters, princ-list)
8313 (leim-list-entry-regexp, set-input-method, locale-language-names)
8314 (input-method-exit-on-first-char, exit-language-environment-hook)
8315 (locale-charset-language-names): Fix typos in docstrings.
8316
8317 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8318
8319 * pgg.el (pgg-sign-region, pgg-sign):
8320 * ses.el (ses-call-printer):
8321 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
8322 * textmodes/org.el (org-cycle): Fix typos in docstrings.
8323
8324 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
8325
8326 * textmodes/org.el (org-export-region-as-html)
8327 (org-replace-region-by-html, org-number-to-letters)
8328 (org-table-fedit-finish, org-normalize-color)
8329 (org-table-fedit-ref-right, org-date-to-gregorian)
8330 (org-table-fedit-move, org-table-convert-refs-to-rc)
8331 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
8332 (org-write-agenda, org-colgroup-info-to-vline-list)
8333 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
8334 (org-indent-line-function, org-export-as-html-to-buffer)
8335 (org-store-agenda-views, org-update-mode-line)
8336 (org-find-if, org-delete-all)
8337 (org-table-fedit-convert-buffer, org-emphasize)
8338 (org-uniquify, org-table-fedit-lisp-indent)
8339 (org-table-fedit-scroll, org-get-todo-sequence-head)
8340 (org-table-fedit-scroll-down, org-table-fedit-line-down)
8341 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
8342 (org-table-fedit-toggle-coordinates, org-dvipng-color)
8343 (org-table-fedit-line-up, org-table-fedit-ref-down)
8344 (org-table-formula-from-user, org-mode-flyspell-verify)
8345 (org-cycle-show-empty-lines, org-ctrl-c-ret)
8346 (org-table-formula-to-user, org-diary-to-ical-string)
8347 (orgtbl-export, org-table-fedit-post-command)
8348 (org-closed-in-range, org-shiftcontrolright)
8349 (org-table-convert-refs-to-an, org-table-hline-and-move)
8350 (org-table-formula-less-p, org-format-table-ascii)
8351 (org-agenda-get-sexps, org-shift-refpart)
8352 (org-diary-sexp-entry, org-time-string-to-absolute)
8353 (org-table-show-reference, org-letters-to-number)
8354 (org-fix-agenda-info, org-table-fedit-ref-up)
8355 (org-table-fedit-shift-reference, org-table-fedit-abort)
8356 (org-closest-date, org-shiftcontrolleft)
8357 (org-at-heading-or-item-p, org-rematch-and-replace)
8358 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
8359 New functions.
8360 (org-table-edit-scroll-down, org-finish-edit-formulas)
8361 (org-table-edit-next-field, org-abort-edit-formulas)
8362 (org-font-lock-level, org-export-find-first-heading-line)
8363 (org-table-edit-line-down, org-table-edit-backward-field)
8364 (org-edit-formula-lisp-indent, org-table-edit-move)
8365 (org-check-log-option, org-this-word)
8366 (org-table-edit-line-up, org-table-edit-formulas-post-command)
8367 (org-agenda-file-to-end, org-expand-file-name)
8368 (org-fake-empty-table-line, org-table-edit-scroll)
8369 (org-toggle-log-option, org-show-reference): Function removed.
8370 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
8371 New defsubsts.
8372 (org-unmodified, org-batch-store-agenda-views)
8373 (org-batch-agenda-csv): New macro.
8374 (org-agenda-export): New customization group.
8375 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
8376 (org-highest-priority, org-agenda-exporter-settings)
8377 (org-log-done-with-time, org-replace-disputed-keys)
8378 (org-format-latex-header, org-export-table-header-tags)
8379 (org-cycle-separator-lines, org-export-table-data-tags)
8380 (org-icalendar-include-sexps)
8381 (org-empty-line-terminates-plain-lists)
8382 (org-log-repeat, org-special-ctrl-a)
8383 (org-table-use-standard-references, org-disputed-keys)
8384 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
8385 (org-agenda-export-html-style): New option.
8386 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
8387 (org-CUA-compatible): Option removed.
8388 (org-agenda-structure, org-sexp-date): New face.
8389 (org-todo-keywords-for-agenda, org-not-done-keywords)
8390 (org-planning-or-clock-line-re, org-agenda-name)
8391 (org-table-colgroup-info, org-todo-sets)
8392 (constants-unit-system, org-clock-mode-line-entry)
8393 (org-mode-line-timer, org-table-current-begin-pos)
8394 (org-todo-keywords-1, org-mode-line-string)
8395 (org-table-clean-did-remove-column, org-table-fedit-map)
8396 (org-clock-heading, org-table-buffer-is-an)
8397 (org-agenda-info, org-done-keywords)
8398 (org-done-keywords-for-agenda, org-todo-heads)
8399 (org-todo-kwd-alist, org-clock-start-time): New variable.
8400 (org-todo-kwd-priority-p, org-edit-formulas-map)
8401 (org-repeat-re, org-todo-kwd-max-priority)
8402 (org-version, org-done-string)
8403 (org-table-clean-did-remove-column-1, org-disputed-keys):
8404 Remove variables.
8405 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
8406 (org-ts-lengths): Constant removed.
8407 (org-follow-gnus-link): Don't ask how many articles to read.
8408 (org-export-find-first-export-line): Rename from
8409 `org-export-find-first-heading'.
8410 Use `org-export-skip-text-before-1st-heading'.
8411 (org-table-fedit-post-command): Rename from
8412 `org-table-edit-formulas-post-command'.
8413 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
8414 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
8415 (org-table-fedit-lisp-indent): Rename from
8416 `org-edit-formula-lisp-indent'.
8417 (org-table-show-reference): Rename from `org-show-reference'.
8418 (org-table-store-formulas): Use `org-table-formula-less-p'.
8419 (org-table-edit-formulas): Position cursor to current field equation.
8420 (org-update-checkbox-count, org-hide-archived-subtrees)
8421 (org-timestamp-up-day, org-timestamp-down-day)
8422 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
8423 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
8424 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
8425 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
8426 Let `org-on-heading-p' also check for invisible heading.
8427 (org-read-date): Match am/pm times.
8428 (org-eval-in-calendar): Fix default date in prompt.
8429
8430 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
8431
8432 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
8433 "ChangeLog.a" entries, giving the latter lower priority.
8434
8435 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
8436
8437 * faces.el (face-id): If the argument is a face alias,
8438 return the ID of the target face.
8439
8440 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
8441
8442 * net/socks.el (top): Remove unnecessary copyright line.
8443
8444 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
8445
8446 * longlines.el (longlines-auto-wrap): Handle argument correctly.
8447
8448 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
8449
8450 * net/socks.el: New file, taken from w3 repository.
8451 (top): Update Copyright. Don't load cl.el.
8452 (all): Replace `case' by `cond', `string-to-int' by
8453 `string-to-number', and `process-kill-without-query' by
8454 `set-process-query-on-exit-flag'.
8455 (socks-char-int): Remove defalias and all occurrences.
8456
8457 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
8458
8459 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
8460 Fix typos in docstrings.
8461 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
8462 (compilation-finish-function): Fix typo in obsolescence declaration.
8463
8464 2007-06-03 Sam Steingold <sds@gnu.org>
8465
8466 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
8467 handle unending automatic recompilation of changed files (`omake -P').
8468 (compilation-loop): VISITED is now 5th CDR.
8469 (compilation-next-error-function): Set TIMESTAMP.
8470
8471 2007-06-03 Sam Steingold <sds@gnu.org>
8472
8473 * files.el (kill-buffer-ask): New function.
8474 (kill-some-buffers): Use it.
8475 (kill-matching-buffers): New user command.
8476
8477 2007-06-01 David Kastrup <dak@gnu.org>
8478
8479 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8480 Change default to `top'.
8481
8482 2007-05-31 Richard Stallman <rms@gnu.org>
8483
8484 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
8485
8486 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8487
8488 * textmodes/css-mode.el: New file.
8489
8490 2007-05-30 Michael Olson <mwolson@gnu.org>
8491
8492 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
8493 died and we are trying to send a signal to it. The program using
8494 tq.el should periodically check to see whether the process has
8495 died and react appropriately -- this is not the responsibility of
8496 tq.el, and is consistent with the rest of the tq.el source code.
8497
8498 2007-05-29 Martin Rudalics <rudalics@gmx.at>
8499
8500 * textmodes/table.el (table--point-entered-cell-function)
8501 (table--point-left-cell-function):
8502 Bind `inhibit-point-motion-hooks' to t.
8503
8504 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8505
8506 * emacs-lisp/rx.el (rx): Doc fix.
8507
8508 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
8509
8510 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
8511
8512 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
8513
8514 Sync with Tramp 2.0.56.
8515
8516 * net/tramp.el:
8517 * net/tramp-ftp.el:
8518 * net/tramp-smb.el:
8519 * net/tramp-util.el:
8520 * net/tramp-vc.el:
8521 Don't load cl.el, because that pollutes the namespace. Replace cl
8522 macros by their implementations where necessary. Requested by
8523 Richard Stallman <rms@gnu.org>.
8524
8525 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
8526 doesn't exist.
8527 (with-parsed-tramp-file-name): Protect debug spec during compilation.
8528 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
8529 (tramp-file-name-p, tramp-file-name-multi-method)
8530 (tramp-file-name-method, tramp-file-name-user)
8531 (tramp-file-name-host, tramp-file-name-localname): New defuns,
8532 replacing defstruct `tramp-file-name'.
8533 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
8534 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
8535 Apply `vector' instead of `make-tramp-file-name'.
8536 (tramp-handle-make-auto-save-file-name):
8537 Apply `tramp-temporary-file-directory' for compatibility reasons.
8538 (tramp-completion-mode): Use `natnump' instead of `wholenump'
8539 because of XEmacs.
8540 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
8541 started.
8542
8543 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
8544
8545 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
8546
8547 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
8548
8549 * log-edit.el (log-edit-changelog-paragraph): Return point-max
8550 as the end of the ChangeLog paragraph when it ends without a line
8551 termination.
8552
8553 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
8554
8555 * net/webjump.el (webjump-sample-sites):
8556 Add simple Wikipedia query.
8557
8558 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8559
8560 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
8561 compatibility code.
8562
8563 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
8564 (copyright-update-year): Use it.
8565
8566 * edmacro.el (edmacro-format-keys): Use current-active-maps.
8567
8568 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
8569 Add indentation and debugging info. Fix up comment convention.
8570
8571 * cus-dep.el (custom-make-dependencies): Simplify.
8572
8573 * composite.el (compose-region, decompose-region):
8574 Use inhibit-read-only and restore-buffer-modified-p.
8575
8576 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
8577 (xterm-mouse-event): Use it.
8578
8579 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
8580
8581 * bs.el (bs-cycle-previous): Don't modify the cycle list until
8582 `switch-to-buffer' has returned succesfully.
8583 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
8584 window is dedicated (it could iconify the frame).
8585
8586 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
8587
8588 * vc-hooks.el (vc-find-root): Fix file attribute test.
8589
8590 2007-05-24 Richard Stallman <rms@gnu.org>
8591
8592 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8593 Don't let opoint be nil.
8594 (flyspell-emacs-popup): Explicit error if no dialogs.
8595
8596 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
8597
8598 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
8599 (image-next-line, image-previous-line, image-scroll-up)
8600 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
8601 New functions.
8602 (image-mode-map): Remap motion commands.
8603 (image-mode-text-map): New keymap for viewing images as text.
8604 (image-mode): Use image-mode-map.
8605 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
8606
8607 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8608
8609 * textmodes/fill.el (canonically-space-region): Make the second arg
8610 a marker if it's not already the case.
8611
8612 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8613
8614 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
8615 (tar-get-descriptor): Handle type 55, an extended pax header.
8616
8617 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8618
8619 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
8620 to confuse outline-minor-mode.
8621
8622 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8623
8624 * tar-mode.el (tar-file-name-handler): New function.
8625 (tar-extract): Bind file-name-handler-alist to it to force
8626 find-buffer-file-type-coding-system behave as if the file being
8627 extracted existed. Use last-coding-system-used to force
8628 buffer-file-coding-system to what decode-coding-region actually
8629 used to decode the file.
8630
8631 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8632
8633 * progmodes/compile.el (compilation-handle-exit):
8634 `compilation-finish-function' may change the current buffer.
8635
8636 2007-05-22 Richard Stallman <rms@gnu.org>
8637
8638 * files.el (set-auto-mode): Doc fix.
8639
8640 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8641
8642 * help-fns.el (find-source-lisp-file): New function.
8643 (describe-function-1): Use find-source-lisp-file to find source
8644 file in compile tree.
8645
8646 2007-05-22 Eli Zaretskii <eliz@gnu.org>
8647
8648 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8649
8650 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
8651
8652 * emacs-lisp/easy-mmode.el (define-minor-mode)
8653 (easy-mmode-define-navigation): Fix typos in docstrings.
8654
8655 2007-05-22 Glenn Morris <rgm@gnu.org>
8656
8657 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
8658
8659 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
8660
8661 * mail/mail-extr.el (mail-extract-address-components):
8662 Recognize non-ASCII characters except for NBSP as words.
8663
8664 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
8665
8666 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
8667 (rcirc-print): Handle `window-width'.
8668 (rcirc-buffer-maximum-lines): Doc fix.
8669
8670 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
8671
8672 * image-mode.el (image-toggle-display): Don't clear image cache.
8673 Only use filename in image spec if the file is readable.
8674 Call image-refresh.
8675
8676 * image.el (image-type-from-file-name, image-type): Simplify.
8677 (image-type-auto-detected-p): Don't scan auto-mode-alist.
8678
8679 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
8680 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
8681
8682 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8683
8684 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
8685 is an error.
8686
8687 * term/linux.el (terminal-init-linux): Don't signal an error
8688 if gpm isn't running.
8689
8690 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8691
8692 * t-mouse.el: Reduce to a minor-mode macro call.
8693 (t-mouse-mode): Remove the lighter.
8694
8695 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
8696
8697 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
8698
8699 * files.el (auto-mode-alist): Change the regexp so that
8700 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
8701
8702 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8703
8704 * Version 22.1 released.
8705
8706 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
8707
8708 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
8709 changes.
8710
8711 2007-05-19 Kevin Ryde <user42@zip.com.au>
8712
8713 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
8714
8715 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
8716
8717 * textmodes/sgml-mode.el: Revert last change.
8718
8719 2007-05-18 Richard Stallman <rms@gnu.org>
8720
8721 * simple.el (push-mark): Doc fix.
8722
8723 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
8724
8725 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
8726 tpu-global-map.
8727 (tpu-original-global-map): Variable deleted.
8728 (tpu-control-keys-map): New keymap variable.
8729 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
8730 setting keymapping directly.
8731 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
8732 tpu-global-map.
8733 (tpu-edt-on): Activate the tpu-global-map.
8734 (tpu-edt-off): Deactivate the tpu-global-map.
8735
8736 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
8737
8738 * textmodes/ispell.el (ispell-get-word): Return markers
8739 for start and end positions.
8740 (ispell-word): Assume END is a marker.
8741
8742 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8743
8744 * printing.el: Group together all XEmacs/Emacs definitions.
8745 (pr-version): New version 6.9.
8746 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
8747 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
8748 (pr-menu-bind): Fix code.
8749 (pr-e-frame-char-height, pr-e-frame-char-width)
8750 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
8751 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
8752 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
8753 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
8754 (pr-x-event-y-pixel): Aliases eliminated.
8755 (pr-xemacs-global-menubar): Macro moved.
8756 (current-menubar, current-mouse-event, zmacs-region-stays)
8757 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
8758 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
8759 Vars moved.
8760 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
8761 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
8762 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
8763 (pr-menu-set-utility-title, pr-even-or-odd-pages)
8764 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
8765 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
8766 moved.
8767
8768 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
8769
8770 * textmodes/sgml-mode.el (sgml-tag):
8771 Fix bug: Call sgml-transformation-function.
8772
8773 2007-05-17 Martin Rudalics <rudalics@gmx.at>
8774
8775 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
8776 modified flag of buffer. Use `inhibit-modification-hooks'.
8777
8778 2007-05-16 Richard Stallman <rms@gnu.org>
8779
8780 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
8781
8782 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8783
8784 * files.el (magic-mode-alist, magic-fallback-mode-alist):
8785 Move the *ml, Postscript, and XmCD entries to the fallback part.
8786
8787 * files.el (magic-fallback-mode-alist):
8788 Rename from file-start-mode-alist.
8789
8790 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8791
8792 * progmodes/compile.el (compilation-handle-exit): Quote first
8793 argument of `run-hook-with-args'.
8794
8795 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
8796
8797 * buff-menu.el (Buffer-menu-sort-column):
8798 * dabbrev.el (dabbrev-upcase-means-case-search):
8799 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8800 * info.el (Info-current-subfile):
8801 * ls-lisp.el (ls-lisp-verbosity):
8802 * msb.el (msb-menu-cond):
8803 * pcvs.el (cvs-dired-use-hook):
8804 * simple.el (set-mark-command-repeat-pop):
8805 * time.el (display-time-24hr-format, display-time-mail-file):
8806 Doc fixes.
8807
8808 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
8809 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
8810
8811 * view.el (view-inhibit-help-message): Fix typo in docstring.
8812 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
8813
8814 2007-05-16 Martin Rudalics <rudalics@gmx.at>
8815
8816 * textmodes/ispell.el (ispell-start-process): Defend against bad
8817 default-directory.
8818
8819 2007-05-14 Eli Zaretskii <eliz@gnu.org>
8820
8821 * mail/rmail.el (rmail-convert-to-babyl-format): Check
8822 content-transfer-encoding _last_, because it's its position that
8823 we need as value of base64-header-field-end.
8824
8825 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
8826
8827 * files.el (mode-require-final-newline, require-final-newline)
8828 (enable-local-variables, enable-local-eval): Doc fixes.
8829
8830 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8831
8832 * ps-print.el: Use default color when foreground or background color
8833 are unspecified. Reported by Leo <sdl.web@gmail.com>.
8834 (ps-print-version): New version 6.7.4.
8835 (ps-rgb-color): New argument. Use default color when color is
8836 unspecified.
8837 (ps-begin-job): Fix code.
8838
8839 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
8840
8841 * longlines.el (longlines-mode): Make longlines-auto-wrap
8842 buffer-local. Add hooks unconditionally.
8843 (longlines-auto-wrap): Toggle wrapping.
8844 (longlines-after-change-function)
8845 (longlines-post-command-function): Check longlines-auto-wrap.
8846
8847 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
8848
8849 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
8850 (xterm-mouse-translate): Use it.
8851
8852 2007-05-10 Richard Stallman <rms@gnu.org>
8853
8854 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
8855 (iso-cvt-write-only): Likewise.
8856
8857 * emacs-lisp/easy-mmode.el (define-minor-mode):
8858 Fix generated doc string.
8859
8860 * startup.el (fancy-splash-text): Add URL of guided tour.
8861 Adjust horizontal and vertical whitespace.
8862
8863 * progmodes/compile.el (compilation-handle-exit):
8864 Use run-hook-with-args to run compilation-finish-functions.
8865
8866 * files.el (file-start-mode-alist): New variable.
8867 (magic-mode-regexp-match-limit): Doc fix.
8868 (set-auto-mode): Handle file-start-mode-alist.
8869 A little cleanup of structure.
8870
8871 * dabbrev.el (dabbrev-eliminate-newlines):
8872 Renamed from dabbrev--eliminate-newlines. All uses changed.
8873
8874 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8875
8876 * man.el (Man-next-section): Don't consider the last line of the page
8877 as being part of any section.
8878
8879 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8880
8881 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
8882 can take any number of values.
8883
8884 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
8887 to the list of citation commands.
8888
8889 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8890
8891 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
8892
8893 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
8894
8895 * progmodes/python.el (python-font-lock-keywords)
8896 (python-open-block-statement-p, python-mode): Add support for the new
8897 "with" keyword.
8898
8899 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8900
8901 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
8902 the exact opposite of diff-goto-source.
8903
8904 * emacs-lisp/advice.el (ad-special-forms): Remove.
8905 (ad-special-form-p): Use subr-arity.
8906
8907 * newcomment.el (comment-search-forward): Make sure we search forward.
8908 (comment-enter-backward): Try and distinguish the non-matching case at
8909 EOB from the non-matching case with a missing comment-end-skip for
8910 a 2-char comment ender.
8911 (comment-choose-indent): New function extracted from comment-indent.
8912 Improve the alignment algorithm.
8913 (comment-indent): Use it.
8914
8915 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
8916 XML style Processing Instructions.
8917 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
8918 (sgml-calculate-indent): Handle `pi' context.
8919
8920 * vc.el: Ensure that update-changelog issues an error when used with
8921 a backend that does not implement it.
8922 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
8923 Remove `backend' argument. Use expand-file-name.
8924 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
8925
8926 * progmodes/python.el (python-end-of-block): Revert last change.
8927 (python-end-of-statement): Make sure we move *forward*.
8928
8929 2007-05-08 Richard Stallman <rms@gnu.org>
8930
8931 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8932 Don't include non-self-insert commands in the exception for `-'.
8933
8934 2007-05-08 David Reitter <david.reitter@gmail.com>
8935
8936 * progmodes/python.el (python-guess-indent): Check non-nullness
8937 before comparing indent against the 2..8 interval.
8938
8939 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8940
8941 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
8942 available.
8943
8944 2007-05-06 Richard Stallman <rms@gnu.org>
8945
8946 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
8947
8948 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8949
8950 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
8951 rather than storing their value in the revert-buffer function.
8952
8953 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
8954
8955 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
8956 when disabling t-mouse-mode.
8957
8958 2007-05-01 Davis Herring <herring@lanl.gov>
8959
8960 * calendar/timeclock.el: Update version number.
8961 (timeclock-modeline-display): Mention timeclock-use-display-time
8962 in explanatory message.
8963 (timeclock-in): Fix non-interactive workday specifications.
8964 (timeclock-log): Don't kill the log buffer if it already existed.
8965 Suppress warnings when finding the log. Don't check for a nil
8966 project twice. Run hooks after killing the buffer (if applicable).
8967 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
8968 was geometric). All uses changed.
8969 (timeclock-generate-report): Support prefix argument.
8970
8971 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
8972
8973 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
8974 disconnections.
8975
8976 2007-05-01 Romain Francoise <romain@orebokech.com>
8977
8978 * dired-x.el: Revert 2007-04-06 change.
8979
8980 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
8981
8982 * find-dired.el (find-dired-filter): Propertize all text down to eob.
8983
8984 2007-04-29 Richard Stallman <rms@gnu.org>
8985
8986 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
8987
8988 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * progmodes/cc-mode.el (c-before-change): Use point-min rather
8991 than 1.
8992
8993 2007-04-28 Richard Stallman <rms@gnu.org>
8994
8995 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
8996
8997 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
8998
8999 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
9000 don't put stop on toolbar.
9001
9002 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9003
9004 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
9005
9006 2007-04-28 Eli Zaretskii <eliz@gnu.org>
9007
9008 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
9009 instead of $(lisp)/mh-e.
9010
9011 2007-04-28 Glenn Morris <rgm@gnu.org>
9012
9013 * image-dired.el (image-dired-cmd-create-thumbnail-options)
9014 (image-dired-cmd-create-temp-image-options): Replace option
9015 +profile "*" with -strip.
9016
9017 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
9018
9019 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9020 Use window-start and window-end.
9021
9022 2007-04-27 Andreas Schwab <schwab@suse.de>
9023
9024 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
9025
9026 2007-04-27 Eli Zaretskii <eliz@gnu.org>
9027
9028 * textmodes/fill.el (fill-paragraph): Doc fix.
9029
9030 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
9031
9032 * locate.el (locate-in-alternate-database): Doc fix.
9033
9034 2007-04-26 Glenn Morris <rgm@gnu.org>
9035
9036 * button.el (button): Use underline if supported, else fall back
9037 to color.
9038
9039 * version.el (emacs-version): Increase to 22.1.50.
9040
9041 2007-04-25 Richard Stallman <rms@gnu.org>
9042
9043 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
9044
9045 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
9046
9047 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
9048 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
9049 pushing mark.
9050 (idlwave-current-routine): Don't push mark.
9051
9052 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
9053
9054 * image-dired.el (image-dired-display-image): Derive image-type from
9055 filename rather than assuming jpeg, in case no resizing was needed.
9056
9057 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9058
9059 * custom.el (defface): Doc fix.
9060
9061 See ChangeLog.12 for earlier changes.
9062
9063 ;; Local Variables:
9064 ;; coding: iso-2022-7bit
9065 ;; add-log-time-zone-rule: t
9066 ;; End:
9067
9068 Copyright (C) 2007 Free Software Foundation, Inc.
9069
9070 This file is part of GNU Emacs.
9071
9072 GNU Emacs is free software; you can redistribute it and/or modify
9073 it under the terms of the GNU General Public License as published by
9074 the Free Software Foundation; either version 3, or (at your option)
9075 any later version.
9076
9077 GNU Emacs is distributed in the hope that it will be useful,
9078 but WITHOUT ANY WARRANTY; without even the implied warranty of
9079 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9080 GNU General Public License for more details.
9081
9082 You should have received a copy of the GNU General Public License
9083 along with GNU Emacs; see the file COPYING. If not, write to the
9084 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
9085 Boston, MA 02110-1301, USA.
9086
9087 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af