]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* net/tramp.el (top): Don't autoload `tramp-cache-print'.
[gnu-emacs] / lisp / ChangeLog
1 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
4
5 * net/tramp-cache (tramp-cache-print): Move down.
6 (tramp-cache-list-connections): New defun.
7
8 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
9
10 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
11
12 * ido.el (ido-save-history): Write the history file in the current
13 filename coding system, and add `coding' file-local variable.
14
15 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
16
17 * textmodes/org.el (org-table-formula-substitute-names):
18 Remove forgotten temporary debugging code.
19
20 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
21
22 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
23 the prompt.
24
25 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
26
27 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
28
29 2007-11-05 Simon Josefsson <simon@josefsson.org>
30
31 * net/tls.el (tls-end-of-info): Doc fix.
32
33 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
34
35 * international/utf-7.el (utf-7-imap): New coding system.
36 (utf-7-imap-post-read-conversion): New function.
37 (utf-7-imap-pre-write-conversion): New function.
38
39 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
40
41 * abbrev.el (abbrev--write): Fix up typo.
42
43 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
44
45 * abbrev.el (define-abbrev-table): Doc fix.
46
47 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
48
49 * info.el (Info-revert-buffer-function): New func.
50 (Info-mode): Arrange to use it for reverting.
51 (Info-copy-current-node-name): Add space between filename and nodename.
52
53 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
54
55 * abbrev.el (expand-abbrev): Move point back to expansion's end.
56
57 2007-11-04 Glenn Morris <rgm@gnu.org>
58
59 * net/tls.el: Don't require rx when compiling.
60 (tls-end-of-info): Rewrite without using rx.
61 (open-tls-stream): Use with-current-buffer.
62
63 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
64
65 * net/tls.el: Require rx when compiling.
66 (tls-end-of-info): New variable.
67 (open-tls-stream): Keep reading input until `tls-end-of-info' is
68 matched.
69
70 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
71
72 * register.el (append-to-register, prepend-to-register):
73 Don't signal error on empty register; use the text, instead.
74
75 2007-11-03 Michael Olson <mwolson@gnu.org>
76
77 * textmodes/remember.el (remember-buffer):
78 Use define-obsolete-function-alias rather than defalias.
79
80 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
81
82 * simple.el (bad-packages-alist): Anchor semantic regexp.
83
84 2007-11-03 Glenn Morris <rgm@gnu.org>
85
86 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
87 if defined, for blank lines. Doc fix.
88
89 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
90 (fortran-mode): Set values for comment-region-function,
91 uncomment-region-function and comment-insert-comment-function.
92 (fortran-uncomment-region): New function.
93
94 * textmodes/nroff-mode.el (nroff-mode):
95 Set comment-insert-comment-function rather than indent-line-function.
96 (nroff-indent-line-function): Remove.
97 (nroff-insert-comment-function): New function.
98
99 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
100
101 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
102
103 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
104
105 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
106
107 * emulation/viper-cmd.el (viper-prev-destructive-command)
108 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
109 copy-sequence.
110
111 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
112 Got rid of ediff-copy-list.
113
114 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
115 use face-name.
116 (ediff-test-utility,ediff-diff-mandatory-option)
117 (ediff-reset-diff-options): Remove to simplify the mandatory option
118 handling on Windows.
119 (ediff-set-diff-options): Add.
120 (ediff-diff-options): Set "--binary" option as default in some cases.
121
122 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
123 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
124 ediff-vc-working-revision. Require vc-hooks.
125
126 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
127
128 * files.el (hack-local-variables): Fix membership tests to avoid
129 treating all variables as safe if `enable-local-variables' is
130 set to :safe (CVE-2007-5795).
131
132 2007-11-02 Glenn Morris <rgm@gnu.org>
133
134 * newcomment.el (comment-indent): Let comment-insert-comment-function,
135 if defined, do all the work of inserting a new comment.
136
137 * progmodes/etags.el (tags-table-mode): Disable undo.
138
139 * simple.el (bad-packages-alist): Revert previous change.
140
141 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
142
143 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
144
145 * obsolete/lselect.el: Do not warn about unknown functions.
146
147 2007-11-02 Michael Olson <mwolson@gnu.org>
148
149 * textmodes/remember.el (remember-buffer): Make this an alias of
150 remember-finalize, because Org uses it.
151
152 2007-11-01 Michael Olson <mwolson@gnu.org>
153
154 * textmodes/remember.el: Improve documentation in heading.
155 (remember-before-remember-hook): Turn into a customizable option.
156 (remember): Document INITIAL argument.
157 (remember-region): Remove autoload cookie. Improve docstring to
158 mention that it is called from the *Remember* buffer, and does not
159 have any functional overlap with the `remember' function.
160 (remember-finalize): Remove autoload cookie. Rename from
161 remember-buffer to emphasize that this does not have any
162 functional overlap with the `remember' function.
163 (remember-destroy): Remove autoload cookie.
164 (remember-mode-map): Define and initialize in one step.
165 (remember-mode): Improve docstring.
166 (remember-annotation-functions): Default to just '(buffer-file-name),
167 and don't try to take the default value from Planner.
168
169 2007-11-01 Glenn Morris <rgm@gnu.org>
170
171 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
172
173 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
174
175 * emacs-lisp/authors.el (authors-scan-change-log)
176 (authors-scan-el): Don't enable local eval; enable only safe local
177 variables, without querying.
178
179 * mail/footnote.el (footnote-numeric-regexp)
180 (footnote-english-upper-regexp, footnote-english-lower-regexp)
181 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
182 Match multi-character footnotes.
183
184 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
185 (nroff-indent-line-function): New function.
186 (nroff-count-text-lines): Use nroff-forward-text-line rather than
187 obsolete alias.
188
189 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
190
191 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
192 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
193 (rcirc-print): Only update the line count when not marking the
194 line as omittable.
195 (rcirc-log-write): Specify coding system when writing logfile.
196 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
197
198 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
199
200 * printing.el (printing): Fix :version, printing.el was included
201 for in emacs-22.1.
202 (pr-path-style, pr-path-alist, pr-txt-name)
203 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
204 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
205 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
206 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
207 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
208 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
209 (pr-setting-database, pr-visible-entry-list)
210 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
211 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
212
213 * ediff-util.el (ediff-nuke-selective-display): Move definition to
214 top level, make it dependent on the emacs flavor.
215
216 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
217 Test for XEmacs not for itimer.
218
219 * term/sun-mouse.el:
220 * obsolete/sun-fns.el:
221 * obsolete/sun-curs.el: Remove files.
222
223 * term/sun.el (select-previous-complex-command): Remove obsolete code.
224
225 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
226
227 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
228 was given to concat.
229
230 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
233 used normally for goto-line. Change `g' to revert the buffer.
234 Add redundant `r' binding for buffer-revert.
235
236 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
237 (mail-abbrevs-setup): Use abbrev-expand-functions.
238 (build-mail-abbrevs): Use with-temp-buffer.
239 (define-mail-abbrev): Simplify.
240 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
241 Change it for use on abbrev-expand-functions.
242 (mail-abbrev-complete-alias): Use with-syntax-table.
243
244 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
245
246 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
247 directly. Fix bug in deleting temp file.
248
249 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
250
251 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
252 Merge defvar and define-abbrev-table.
253 (def-python-skeleton): Use :case-fixed and :enable-function.
254 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
255 Remove.
256 (python-mode): Don't modify pre-abbrev-expand-hook.
257
258 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
259
260 * ediff-util.el (ediff-file-checked-out-p)
261 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
262
263 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
264
265 * abbrev.el (abbrev-symbol): Correct let->let*.
266 (abbrev--before-point): Only use abbrev-start-location if before point.
267
268 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
269
270 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
271 (strokes-unload-hook): Remove function and variable.
272 (strokes-unload-function): New-style unload function, adapted
273 from `strokes-unload-hook'.
274
275 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
276 (cl-unload-hook): Remove variable.
277 (cl-unload-function): New-style unload function, adapted
278 from `cl-cannot-unload'.
279
280 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
281 (elp-unload-function): New-style unload function, adapted
282 from `elp-unload-hook'.
283
284 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
285
286 * emacs-lisp/find-func.el (find-library): Use library at
287 point as default interactive argument.
288
289 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
290
291 * shadowfile.el (shadow-join): Remove.
292 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
293 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
294 (shadowfile-unload-hook): Remove function and variable.
295 (shadowfile-unload-function): New-style unload function, adapted
296 from `shadowfile-unload-hook'.
297
298 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
299
300 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
301 only if it is bound.
302
303 * textmodes/reftex.el: Move autoloads for before all uses.
304 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
305 (reftex-delete-overlay): Move to the top level with the condition
306 in the body.
307
308 * progmodes/simula.el: Use when instead of if.
309
310 * iimage.el (iimage-locate-file): Define unconditionally.
311
312 * mail/mailabbrev.el (mail-abbrev-next-line):
313 * emulation/vip.el (vip-enlarge-region, vip-line)
314 (vip-next-line-at-bol, vip-previous-line)
315 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
316 Wrap with-no-warnings around uses of next-line and previous-line.
317
318 * ediff.el (run-ediff-from-cvs-buffer):
319 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
320 Remove function not used by pcl-cvs anymore.
321 (noninteractive, generic-sc-get-latest-rev)
322 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
323 Delete support for long obsolete generic-sc.el.
324
325 2007-10-31 Glenn Morris <rgm@gnu.org>
326
327 * cvs-status.el: No longer require pcvs when compiling.
328
329 * doc-view.el (doc-view-conversion-refresh-interval)
330 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
331 (doc-view-reset-slice): Doc fixes.
332 (doc-view-menu): Remove deleted function doc-view-edit-doc.
333
334 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
335
336 * help-at-pt.el (help-at-pt-unload-hook): Remove.
337 Timers are automatically canceled by `unload-feature'.
338
339 * delsel.el (delsel-unload-hook): Remove function and variable.
340 (delsel-unload-function): New-style unload function, adapted
341 from `delsel-unload-hook'.
342
343 * msb.el (msb-unload-hook): Remove function and variable.
344 (msb-unload-function): New-style unload function, adapted from
345 `msb-unload-hook'.
346
347 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
348
349 * desktop.el (uniquify-managed): Pacify byte compiler.
350 (desktop-buffer-info): If the buffer name is managed by uniquify,
351 save the base name, not the uniquified one.
352 (desktop-create-buffer): Allow `rename-buffer' to generate a new
353 name in case of conflict.
354
355 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * doc-view.el: Use expand-file-name rather than concat.
358 (doc-view-cache-directory): Add the UID so multiple users won't clash.
359 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
360 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
361 (doc-view-toggle-display): Use an overlay over the whole buffer so as
362 not to have to touch the buffer's content.
363 (doc-view-initiate-display): New function, extracted from doc-view-mode.
364 (doc-view-mode): Use it. Don't mark as a special mode.
365 Put the page numbers in the modeline.
366 Set up the overlay. Hide the cursor. Run the mode hook.
367 Use after-revert-hook rather than revert-buffer-function.
368 (doc-view-search-internal): Fix typo.
369 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
370 image-cache flush.
371 (doc-view-reconvert-doc): Don't reset the whole mode.
372 (doc-view-make-safe-dir): New function.
373 (doc-view-current-cache-dir): Use it.
374
375 2007-10-30 Jason Rumney <jasonr@gnu.org>
376
377 * time.el (display-time-world-list): Test for zoneinfo support.
378
379 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
380
381 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
382
383 * net/tramp-cache.el (tramp-flush-file-function): Check also
384 `default-directory' if `buffer-file-name' does not return a
385 string. Added to `eshell-pre-command-hook'.
386
387 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * doc-view.el (doc-view-current-doc): Remove.
390 Replace all uses by buffer-file-name.
391 (doc-view-menu): New menu.
392 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
393 unused var `doc'.
394 (doc-view-sort): Simplify.
395 (doc-view-buffer-message): Don't change buffer-modified-p.
396 (doc-view-mode): Change it here instead.
397 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
398 Don't modify the global value of revert-buffer-function.
399
400 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
401 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
402 (image-toggle-display): Take overlays into account and don't assume
403 point-min==1.
404
405 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
406
407 * vc.el (vc-annotate): Fix omission bug:
408 Specify value for vc-sentinel-movepoint.
409
410 2007-10-30 Michael Olson <mwolson@gnu.org>
411
412 * textmodes/remember.el (remember-mode-hook)
413 (remember-handler-functions, remember-annotation-functions):
414 Add additional items as options, including some Org functions.
415
416 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
417
418 * doc-view.el: Remove cl-dependency.
419 (doc-view-buffer-message): Mention new binding K.
420 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
421 instead of variable.
422 (doc-view-current-cache-dir): Better cache dir naming.
423 (doc-view-current-display): Remove variable.
424 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
425 (doc-view-kill-proc): Set converter process to nil.
426 (doc-view-minor-mode): New minor mode.
427 (doc-view-minor-mode-map): New keymap.
428 (doc-view-mode): Remove text/image switching code. Use plain defun.
429 (doc-view-mode-map): New binding K kills converter process.
430 Remove C-c C-e binding.
431 (doc-view-mode-text-map): Remove keymap.
432 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
433 d-v-display-maybe.
434 (doc-view-previous-major-mode): New variable.
435 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
436 (doc-view-remove-if): New function.
437 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
438 (doc-view-toggle-display): Toggle modes instead of display styles.
439 (doc-view-reconvert-doc): Adapt to new way of doing things.
440
441 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
442
443 2007-10-30 Glenn Morris <rgm@gnu.org>
444
445 * dirtrack.el (dirtrack-mode): Doc fix.
446
447 * shell.el (shell-dirtrack-verbose, shell-mode)
448 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
449
450 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
451 (byte-compile-enable-warning): Doc fix.
452
453 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
454 suppress byte-opt warning.
455
456 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
457
458 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
459 (edt-gnu-emacs19-p): Remove.
460 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
461 (edt-xserver, edt-page-backward, edt-beginning-of-line)
462 (edt-end-of-line-forward, edt-end-of-line-backward)
463 (edt-one-word-forward, edt-one-word-backward, edt-character)
464 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
465 (edt-find-forward, edt-find-backward, edt-find-next-forward)
466 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
467 (edt-define-key, edt-bottom-check, edt-sentence-forward)
468 (edt-sentence-backward, edt-paragraph-forward)
469 (edt-paragraph-backward, edt-restore-key, edt-window-top)
470 (edt-window-bottom, edt-scroll-window-forward-line)
471 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
472 (edt-line-to-top-of-window, edt-paragraph-backward)
473 (edt-restore-key, edt-window-top, edt-window-bottom)
474 (edt-scroll-window-forward-line)
475 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
476 (edt-line-to-middle-of-window, edt-goto-percentage)
477 (edt-display-the-time, edt-remember, edt-split-window)
478 (edt-emulation-on, edt-emulation-off)
479 (edt-default-emulation-setup, edt-user-emulation-setup)
480 (edt-select-default-global-map, edt-select-user-global-map):
481 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
482 tests.
483
484 * textmodes/reftex-index.el (reftex-index-selection-or-word):
485 Use feature test instead of boundp test so it can be resolved at
486 compile time.
487
488 * net/newsticker.el (replace-regexp-in-string): Only define for
489 XEmacs.
490
491 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
494 Update all users.
495 (abbrev-get, abbrev-put): Simplify.
496 (define-abbrev): Don't store the `force' value in the :system property.
497 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
498
499 2007-10-30 Michael Olson <mwolson@gnu.org>
500
501 * desktop.el (desktop-minor-mode-table): Add line for ERC.
502
503 * textmodes/remember.el: New file that implements a mode for
504 quickly jotting down things to remember.
505
506 * textmodes/remember-diary.el: A backend for remember.el that
507 implements saving notes to a Diary file.
508
509 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
510
511 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
512 Relocate in file.
513 (allout-doublecheck-at-and-shallower): Increase to include
514 slightly greater depths, since yank interaction is now ok.
515 Also, elaborate the docstring to explain the situation.
516 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
517 instead of concat, so we accommodate key sequences expressed as
518 vectors as well as strings and lists.
519 (allout-flag-region, allout-hide-by-annotation): Make the
520 hidden-text overlays 'front-advance.
521 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
522 (allout-aberrant-container-p, allout-on-current-heading-p)
523 (allout-e-o-prefix-p, allout-next-heading)
524 (allout-previous-heading, allout-goto-prefix)
525 (allout-end-of-prefix, allout-next-sibling-leap)
526 (allout-next-visible-heading, allout-auto-fill)
527 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
528 (allout-yank-processing, allout-resolve-xref)
529 (allout-current-topic-collapsed-p, allout-hide-region-body)
530 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
531 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
532 (count-trailing-whitespace-region): Preserve match data, so allout
533 outline navigation doesn't disrupt other Emacs operations.
534 (allout-beginning-of-line): Retreat to the beginning of the hidden
535 text, so fields are respected (for submodes that care).
536 (allout-end-of-line): Preserve mark activation status when jumping.
537 (allout-open-topic): Account for opening after a child that
538 contains a hidden trailing newline. Preserve match data.
539 Run allout-structure-added-hook
540 (allout-encrypt-decrypted): Preserve match data.
541 (allout-toggle-current-subtree-exposure): Add new interactive
542 function for toggle subtree exposure - suggested by tassilo.
543 (move-beginning-of-line, move-end-of-line): Don't use
544 line-move-invisible-p, it's obsolete - substitute the code,
545 instead.
546
547 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
548
549 * textmodes/flyspell.el (message-signature-separator):
550 * longlines.el (message-indent-citation-function): Pacify byte
551 compiler.
552
553 * emacs-lisp/cl-loaddefs.el:
554 * ldefs-boot.el: Regenerate.
555
556 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
557 (.el.elc, compile, compile-always, compile-calc)
558 ($(lisp)/progmodes/cc-mode.elc): Use it.
559
560 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
561 Only do work for XEmacs.
562 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
563 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
564 on XEmacs.
565 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
566 (ps-x-color-name, ps-x-color-specifier-p)
567 (ps-x-copy-coding-system, ps-x-device-class)
568 (ps-x-extent-end-position, ps-x-extent-face)
569 (ps-x-extent-priority, ps-x-extent-start-position)
570 (ps-x-face-font-instance, ps-x-find-coding-system)
571 (ps-x-font-instance-properties, ps-x-make-color-instance)
572 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
573 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
574 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
575 (ps-generate-postscript-with-faces): Delete defaliases.
576 (ps-face-foreground-name, ps-face-background-name)
577 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
578 Move definitions to top level, make the body conditional on the Emacs
579 flavor. Replace uses of deleted aliases and renamed functions.
580 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
581 of deleted aliases and renamed functions.
582
583 * calc/calc.el (calc-emacs-type-lucid): Remove.
584 (calc-digit-map, calcDigit-start, calc-read-key)
585 (calc-clear-unread-commands):
586 * calc/calc-ext.el (calc-user-key-map): Replace uses of
587 calc-emacs-type-lucid with (featurep 'xemacs)
588
589 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
590 (featurep 'xemacs).
591 (tpu-lucid-emacs19-p): Remove.
592 (tpu-map-key): Make it a function instead of using fset. Inline
593 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
594 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
595
596 * ielm.el: Use featurep 'xemacs.
597
598 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
599 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
600 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
601 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
602 cperl-xemacs-p with (featurep 'xemacs).
603 (font-lock-cache-position): Pacify byte compiler.
604
605 2007-10-29 Drew Adams <drew.adams@oracle.com>
606
607 * faces.el (read-color): New function.
608 (face-at-point, foreground-color-at-point)
609 (background-color-at-point): New functions.
610
611 2007-10-28 Richard Stallman <rms@gnu.org>
612
613 * net/browse-url.el (browse-url-text-xterm): Rename from
614 browse-url-lynx-xterm and made generic.
615 (browse-url-text-emacs): Likewise.
616 (browse-url-text-browser): New variable.
617 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
618 (browse-url-text-input-field, browse-url-text-input-attempts)
619 (browse-url-kde-program): Likewise.
620
621 2007-10-29 Glenn Morris <rgm@gnu.org>
622
623 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
624 Use mapc rather than mapcar (reinstall change deleted without log
625 entry 2007-10-22).
626
627 2007-10-29 Martin Rudalics <rudalics@gmx.at>
628
629 * wdired.el (wdired-next-line, wdired-previous-line):
630 Use next-line and previous-line wrapped in with-no-warnings.
631
632 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
633
634 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
635 (rcirc-recent-quit-alist): New function.
636 (rcirc): Print a better message when there is only one connected server.
637 (rcirc-complete-nick): Do not update the nick table here.
638 (rcirc-mode-map): Add M-o.
639 (rcirc-current-line): Add variable.
640 (rcirc-mode): Setup variables for line based omit.
641 (rcirc-edit-multiline): Strip text properties.
642 (rcirc-omit-responses): Add NICK.
643 (rcirc-omit-threshold): Add variable.
644 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
645 Add functions.
646 (rcirc-print): Keep track of current line. Do not fill text if
647 `rcirc-fill-flag' is null. Only omit text if the last activity
648 from the sender is more than `rcirc-omit-threshold' lines ago.
649 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
650 numbers instead of time.
651 (rcirc-channel-nicks): Sort by line numbers instead of time.
652 (rcirc-omit-mode): Add `...' when omitting text and recenter.
653 (rcirc-handler-JOIN): Restore the joiners linestamp.
654 (rcirc-maybe-remember-nick-quit): Add function.
655 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
656
657 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
658
659 * loadhist.el (unload-feature-special-hooks):
660 Add `delete-frame-functions' and `suspend-tty-functions'.
661
662 * server.el (server-unload-function): Rename from `server-unload-hook'
663 and adapt to new `unload-feature' functionality. Remove hook from
664 `kill-buffer-hook' buffer-locally.
665 (server-unload-hook): Remove.
666 (server-unload-function): New var; replaces `server-unload-hook'.
667
668 2007-10-29 Glenn Morris <rgm@gnu.org>
669
670 * dirtrack.el (dirtrack-debug): Doc fix.
671 (dirtrack-mode, dirtrack-debug-mode): New names for
672 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
673 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
674 Make obsolete.
675 (dirtrack-debug-message): Only print message if
676 dirtrack-debug-mode is non-nil. Use with-current-buffer.
677 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
678 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
679
680 2007-10-28 Glenn Morris <rgm@gnu.org>
681
682 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
683 (byte-compile-warnings-safe-p): Handle `not'.
684 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
685 (byte-compile-enable-warning): New functions.
686 (byte-compile-eval-before-compile)
687 (byte-compile-file-form-require): Use byte-compile-disable-warning.
688 (byte-compile-close-variables): Locally bind byte-compile-warnings,
689 but do not modify it.
690 (byte-compile-eval, byte-compile-obsolete)
691 (byte-compile-warn-about-unresolved-functions)
692 (byte-compile-file-form-defvar)
693 (byte-compile-file-form-custom-declare-variable)
694 (byte-compile-file-form-require)
695 (byte-compile-file-form-defmumble, byte-compile-lambda)
696 (byte-compile-form, byte-compile-normal-call)
697 (byte-compile-variable-ref, byte-compile-defvar)
698 (byte-compile-make-variable-buffer-local):
699 Use byte-compile-warning-enabled-p.
700 * emacs-lisp/advice.el (ad-compile-function):
701 Use byte-compile-disable-warning.
702 * emacs-lisp/cl.el: Move local variables to end of file, and set
703 byte-compile-warnings to `(not cl-functions)'.
704 * emacs-lisp/cl-compat.el: Add a local variables section, and set
705 byte-compile-warnings to `(not cl-functions)'.
706 * emacs-lisp/cl-macs.el: Unify local variable section, and set
707 byte-compile-warnings to `(not cl-functions)'.
708 (cl-do-proclaim): Use byte-compile-disable-warning and
709 byte-compile-enable-warning.
710 * emacs-lisp/cl-seq.el: Unify local variable section, and set
711 byte-compile-warnings to `(not cl-functions)'.
712 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
713 Use byte-compile-disable-warning.
714
715 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
716
717 * cus-edit.el (custom-browse-insert-prefix):
718 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
719
720 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
721
722 * server.el (server-process-filter): Fix typo in docstring.
723 (server-log): Reflow docstrings.
724 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
725 (server-goto-line-column): Use `when'.
726
727 2007-10-28 Juri Linkov <juri@jurta.org>
728
729 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
730 when mouse is clicked on the isearch message.
731 (isearch-resume): Call `isearch-update' at the end.
732 Rename argument `search' to `string' to conform to the
733 isearch terminology.
734
735 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 Rewrite abbrev.c in Elisp.
738 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
739 (abbrev-table-get, abbrev-table-put, abbrev-get)
740 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
741 (define-abbrev, abbrev--check-chars, define-global-abbrev)
742 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
743 (abbrev-expansion, abbrev--before-point, expand-abbrev)
744 (unexpand-abbrev, abbrev--write, abbrev--describe)
745 (insert-abbrev-table-description, define-abbrev-table):
746 New funs, largely transcribed from abbrev.c.
747 (abbrev-with-wrapper-hook): New macro.
748 (abbrev-table-name-list, global-abbrev-table)
749 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
750 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
751 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
752 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
753 New vars, largely transcribed from abbrev.c.
754 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
755 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
756 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
757
758 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
759
760 * ps-print.el: Now detect if text foreground and background colors are
761 equal and replace the foreground color by another color, so the text
762 becomes visible. Doc fix.
763 (ps-print-version): New version 6.8.
764 (ps-default-fg, ps-default-bg): Docstring fix.
765 (ps-postscript-code-directory): Fix default value code.
766 (ps-fg-list, ps-fg-validate-p): New options.
767 (ps-foreground-list): New var.
768 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
769
770 2007-10-27 Glenn Morris <rgm@gnu.org>
771
772 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
773 (shell-dirtrack-toggle): Mark as obsolete.
774 (dirtrack-toggle, dirtrack-mode): No longer alias to
775 shell-dirtrack-mode.
776
777 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
778
779 * calc/calc.el (math-standard-opers): Lower the precedence
780 of negation.
781 * calc/calc-lang.el (math-oper-table): Lower precedence of
782 negation for C, TeX, and eqn.
783
784 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
785
786 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
787
788 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
789
790 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
791 (desktop-not-loaded-hook): Fix :version tags.
792
793 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
794
795 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
796 (tramp-get-remote-tmpdir): New defun.
797 (tramp-make-tramp-temp-file): Use it.
798 (tramp-local-call-process): New defun. Replace all calls of
799 `call-process' by this when appropriate.
800 (tramp-handle-write-region): Replace calls of `file-attributes' by
801 `tramp-compat-file-attributes'.
802 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
803 Make the first command a `tramp-send-command' call, with let-bind
804 of `tramp-end-of-output'.
805 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
806 (tramp-load-report-modules, tramp-append-tramp-buffers):
807 Move to tramp-cmds.el.
808
809 * net/tramp-fish.el (tramp-fish-handle-copy-file)
810 (tramp-fish-do-copy-or-rename-file)
811 (tramp-fish-do-copy-or-rename-file-directly):
812 * net/tramp-smb.el (tramp-smb-handle-copy-file):
813 Add parameter PRESERVE-UID-GID.
814
815 2007-10-27 Eli Zaretskii <eliz@gnu.org>
816
817 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
818 New defcustoms.
819 (display-time-world-list): Use them as appropriate for the current
820 value of `system-type'.
821
822 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
823
824 * printing.el: Pacify byte compiler, that is, no compiler warnings.
825 Move (again) some variable definitions before use, define some fun
826 aliases, no code change.
827 (pr-version): New version 6.9.2.
828 (pr-path-style, pr-auto-region, pr-menu-char-height)
829 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
830 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
831 via (defvar VAR).
832 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
833 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
834 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
835 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
836 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
837 (pr-menu-print-item, pr-ps-printer-menu-modified)
838 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
839 (pr-even-or-odd-alist): Vars definition moved.
840
841 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
842
843 * emulation/pc-select.el (next-line-mark, next-line-nomark)
844 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
845 around uses of previous-line and next-line.
846
847 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
848 New defvars.
849
850 * textmodes/css-mode.el (comment-continue):
851 * net/browse-url.el (url-handler-regexp):
852 * progmodes/idlw-help.el (idlwave-system-routines):
853 Pacify byte-compiler.
854
855 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
856 line-move-invisible-p with its former definition: invisible-p.
857 line-move-invisible-p was removed on 2007-08-29.
858
859 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
860
861 * files.el (kill-emacs-query-functions): Doc fix;
862 `save-buffers-kill-emacs' is no longer bound to a key.
863
864 2007-10-26 Richard Stallman <rms@gnu.org>
865
866 * isearch-multi.el (isearch-buffers-multi): New option.
867 (isearch-buffers-search-fun): Test it.
868
869 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
870 Put ps-run-clear on C-c C-l.
871
872 * newcomment.el (comment-styles): New style indent-or-triple.
873 (comment-style): Make that the default.
874 (comment-add defvar): Doc fix.
875 (comment-add): Delete arg EXTRA.
876 (comment-region-default): Open code call to comment-add.
877 Handle indent-or-triple style which uses `multi-char' for INDENT.
878
879 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
880
881 * eshell/em-unix.el (nil-blank-string): Doc fix.
882
883 2007-10-26 John Wiegley <johnw@newartisans.com>
884
885 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
886 function, ensure that the third argument is turned into a nil if
887 the string is otherwise completely empty (either no characters, or
888 all tabs/spaces). This fixes a bug from a user who found himself
889 unable to customize `diff-switches' and still use Eshell's diff
890 command.
891
892 2007-10-26 Glenn Morris <rgm@gnu.org>
893
894 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
895 safe-local-variable property.
896
897 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
898
899 * net/browse-url.el (browse-url-browser-function): Delete grail.
900 (browse-url-grail): Function and variable deleted.
901 (browse-url-browser-function): Delete IXI Mosaic.
902 (browse-url-default-browser): Don't try IXI Mosaic.
903 (browse-url-iximosaic): Function deleted.
904 (browse-url-browser-function): Delete MMM.
905 (browse-url-default-browser): Don't try MMM.
906 (browse-url-mmm): Function deleted.
907
908 2007-10-26 Drew Adams <drew.adams@oracle.com>
909
910 * custom.el (custom-note-var-changed): New function.
911
912 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
913
914 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
915 use with the definition. Remove.
916
917 * add-log.el (change-log-start-entry-re): New defconst.
918 (change-log-sortable-date-at): Use it.
919 (change-log-beginning-of-defun, change-log-end-of-defun):
920 New functions.
921 (change-log-mode): Use them for beginning-of-defun-function and
922 end-of-defun-function.
923
924 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
925
926 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
927 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
928 (ses-recalculate-cell): Deal with point being just beyond end of
929 data area (why does this happen?)
930 (ses-set-curcell): Ditto.
931 (ses-column-letter): Handle columns beyond 702. Code written by
932 Gareth Rees.
933
934 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
935
936 * textmodes/org.el (org-agenda-get-restriction-and-command):
937 Use `mapc' instead of `mapcar'.
938 (org-agenda-list): Numeric prefix argument can specify the number
939 of days.
940 (remember-register, remember-buffer): Prevent byte compiler from
941 complaining.
942 (org-todo): Save and restore match data.
943 (org-no-warnings): New macro.
944 (org-columns-eval): Use `org-no-warnings'.
945
946 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
947
948 * comint.el (comint-password-prompt-regexp):
949 Handle `[sudo] password'-style prompt.
950
951 2007-10-25 Glenn Morris <rgm@gnu.org>
952
953 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
954 (defcustom): Doc fix.
955
956 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
957 Add `non_intrinsic'.
958 (f90-constants-re): Add ieee modules.
959 (f90-typedef-matcher, f90-typedec-matcher)
960 (f90-imenu-type-matcher): New functions.
961 (f90-font-lock-keywords-1): Give module procedures function-name face.
962 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
963 Add `use, intrinsic'.
964 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
965 Move start of `enum' blocks to separate entry.
966 (f90-start-block-re): Fix `type', `abstract interface'.
967 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
968 derived types.
969 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
970 `elemental', change `enumerator'.
971 (f90-no-block-limit): Fix `abstract interface'.
972
973 * progmodes/f90.el (f90-indented-comment-re)
974 (f90-directive-comment-re, f90-break-delimiters):
975 * progmodes/fortran.el (fortran-comment-line-start-skip)
976 (fortran-directive-re):
977 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
978 as safe if they are strings.
979
980 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
981
982 * startup.el (window-system): Remove. Don't make it frame-local.
983
984 2007-10-24 Richard Stallman <rms@gnu.org>
985
986 * savehist.el (savehist-save): Omit unreadable elements.
987
988 * loadhist.el (unload-function-defs-list): Rename from
989 unload-function-features-list.
990 (unload-feature-special-hooks, unload-feature): Doc fixes.
991
992 * indent.el (indent-to-left-margin): If point's in the indentation,
993 move to the end of the indentation.
994
995 * cus-edit.el (customize-changed-options): Make arg optional.
996
997 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
998
999 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1000
1001 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1002
1003 * textmodes/org-publish.el (org-publish-attachment): Re-install
1004 accidentally deleted change.
1005
1006 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1007
1008 * term/iris-ansi.el (iris-function-map): Move init into declaration.
1009
1010 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1011
1012 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1013 (Buffer-menu-mode-map): Initialize in the declaration.
1014 (Buffer-menu-mode): Define with `define-derived-mode'.
1015
1016 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
1017
1018 * textmodes/org.el (org-version): Change to 5.13e.
1019 (org-agenda-file-regexp): Fix typo in docstring.
1020 (org-add-planning-info): Fix bug in parenthesis settings.
1021 (org-scan-tags): Catch the case of indirect buffers with no filename.
1022 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
1023 Re-install switch to mapc, had been removed by accident.
1024 (org-columns-map): New binding `C-c C-o'.
1025 (org-columns-menu): Change menu text and added new entry.
1026 (org-columns-eval): Document the use of `next-line'.
1027 (org-columns-open-link): New function.
1028 (org-columns-follow-link): Remove function.
1029 (org-open-link-from-string): New function.
1030 (org-read-date-get-relative): Fix typo in docstring.
1031 (org-read-date-get-relative): Leading +/- is not optional.
1032 (org-agenda-get-restriction-and-command): Always resize window on
1033 first loop cycle.
1034 (org-agenda-open-link): Make sure the link abbreviations are
1035 present in the agenda buffer.
1036 (org-agenda-copy-local-variable): New function.
1037
1038 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
1041
1042 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1043
1044 * simple.el (reindent-then-newline-and-indent): Use a `move after
1045 insert' kind of marker in the save-excursion.
1046
1047 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1048
1049 * textmodes/css-mode.el: Require CL.
1050 (comment-continue): Declare.
1051
1052 * subr.el (make-variable-frame-localizable): Remove.
1053 (make-variable-frame-local): Mark obsolete.
1054
1055 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1056
1057 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1058 of the subdirs is unreadable.
1059
1060 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
1061
1062 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
1063 when we are local.
1064
1065 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1066
1067 * progmodes/python.el (python-current-defun): Remove left-over
1068 assignment to `start'.
1069
1070 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1071
1072 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
1073 than `mapcar'; return value is not used.
1074
1075 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1076
1077 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
1078 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
1079
1080 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1081
1082 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1083 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1084
1085 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1086
1087 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
1088
1089 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1090
1091 * emacs-lisp/advice.el (ad-make-advised-docstring):
1092 Add ad-advice-info text property to doc string.
1093
1094 2007-10-23 Glenn Morris <rgm@gnu.org>
1095
1096 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1097 (f90-type-indent, f90-program-indent, f90-associate-indent)
1098 (f90-continuation-indent, f90-comment-region)
1099 (f90-beginning-ampersand, f90-smart-end)
1100 (f90-break-before-delimiters, f90-auto-keyword-case)
1101 (f90-leave-line-no, f90-mode-hook):
1102 Give an appropriate safe-local-variable property.
1103
1104 * progmodes/fortran.el (fortran-tab-mode-default)
1105 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1106 (fortran-structure-indent, fortran-continuation-indent)
1107 (fortran-comment-indent, fortran-comment-line-extra-indent)
1108 (fortran-comment-line-start)
1109 (fortran-minimum-statement-indent-fixed)
1110 (fortran-minimum-statement-indent-tab)
1111 (fortran-comment-indent-char, fortran-line-number-indent)
1112 (fortran-check-all-num-for-matching-do)
1113 (fortran-blink-matching-if, fortran-continuation-string)
1114 (fortran-comment-region, fortran-electric-line-number)
1115 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1116 (fortran-analyze-depth, fortran-break-before-delimiters):
1117 Give an appropriate safe-local-variable property.
1118
1119 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1120
1121 * printing.el: Move variable definitions before use.
1122 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
1123
1124 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1125
1126 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1127 (tpu-edt-off): Use it.
1128 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1129 the global-map before adding it to global-map.
1130
1131 * menu-bar.el (global-buffers-menu-map): New var.
1132 (global-map, menu-bar-update-buffers): Use it.
1133 * msb.el (msb-menu-bar-update-buffers): Use it.
1134 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1135 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1136 Use with-current-buffer.
1137
1138 2007-10-22 Juri Linkov <juri@jurta.org>
1139
1140 * isearch-multi.el: New file.
1141
1142 * isearch.el (isearch-search-string): After finding the next
1143 occurrence switch to buffer isearch-buffers-current-buffer when
1144 isearch-buffers-next-buffer-function is non-nil and
1145 isearch-buffers-current-buffer is live.
1146
1147 * add-log.el (change-log-mode): Make and set buffer-local variable
1148 isearch-buffers-next-buffer-function to change-log-next-buffer.
1149 Call isearch-buffers-minor-mode.
1150 (change-log-next-buffer): New function.
1151
1152 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
1153
1154 * org-export-latex.el (org-export-latex-protect-string):
1155 Renaming of `org-latex-protect'.
1156 (org-export-latex-emphasis-alist): By default, don't protect
1157 any emphasis formatter from further conversion.
1158 (org-export-latex-tables): Honor column grouping for tables.
1159 (org-export-latex-title-command): New option.
1160 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1161 export backslash character.
1162
1163 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1164
1165 * textmodes/org.el (org-read-date-get-relative): New function.
1166 (org-agenda-file-regexp): New variable.
1167 (org-agenda-files): Allow directories in the variable.
1168 (org-agenda-get-restriction-and-command): New function.
1169 (org-agenda): Use `org-agenda-get-restriction-and-command'.
1170 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
1171 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
1172 New functions.
1173 (org-entry-add-to-multivalued-property)
1174 (org-entry-remove-from-multivalued-property)
1175 (org-entry-member-in-multivalued-property): New functions.
1176 (org-remember-apply-template): Catch C-g and make sure window
1177 configuration is restored.
1178 (org-agenda-open-link): Make it work with several links in the line.
1179 (org-drawers, org-set-regexps-and-options)
1180 (org-get-current-options): Add support for a DRAWERS in-buffer option.
1181 (org-agenda-window-frame-fractions): New option.
1182 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
1183 (org-columns-cleanup-item, org-find-entry-with-id)
1184 (org-insert-columns-dblock, org-listtable-to-string)
1185 (org-dblock-write:columnview, org-columns-capture-view)
1186 (org-edit-headline): New functions.
1187 (org-agenda-to-appt): Require calendar.
1188 (org-entry-get-with-inheritance): Widen for search.
1189 (org-columns-display-here): Don't mark buffer as modified when
1190 adding space characters to accomodate column overlays.
1191 (org-export-as-html): Better formatting of tags in the toc.
1192 (org-columns-display-here): Make the ITEM column as compact as possible.
1193 (org-remember-templates): Customization interface improved.
1194 (org-export-with-property-drawer): Variable removed.
1195 (org-export-with-drawers): New option.
1196 (org-complex-heading-regexp): New variable.
1197 (org-sort-entries): Rewrite using `sort-subr'.
1198 (org-set-property): More appropriate completion during interactive use.
1199 (org-sort-entries): Allow sorting by property.
1200 (org-additional-option-like-keywords): Add more values.
1201 (org-sort-entries-or-items): Rename from `org-sort-entries'.
1202
1203 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1204
1205 * textmodes/org.el (org-get-date-from-calendar): New function.
1206 (org-at-timestamp-p, org-timestamp-change)
1207 (org-remember-templates): First element of each entry is now a
1208 name for the template.
1209 (org-store-log-note): Check for `org-note-abort'.
1210 (org-kill-note-or-show-branches): New command.
1211 (org-fontify-priorities): New option.
1212 (org-fontify-priorities): New function.
1213 (org-cut-subtree, org-copy-subtree): New argument N to
1214 act on N sequential subtrees.
1215 (org-paste-subtree): Fix the level at which a tree is pasted.
1216 (org-fit-agenda-window): Limitations on window size removed.
1217 (org-agenda-find-same-or-today-or-agenda): Rename from
1218 `org-agenda-find-today-or-agenda'.
1219 (org-scheduled-past-days): New option.
1220 (org-agenda-scheduled-leaders)
1221 (org-agenda-deadline-leaders): New options.
1222 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
1223 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
1224 (org-export-with-tags, org-export-plist-vars)
1225 (org-infile-export-plist): New "tags" option.
1226 (org-use-property-inheritance): New option.
1227 (org-cached-entry-get): Use `org-use-property-inheritance'.
1228 (org-remember-apply-template): Fix typo.
1229
1230 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
1231
1232 * net/tramp.el (tramp-find-shell)
1233 (tramp-open-connection-setup-interactive-shell): Improve sending
1234 initial commands.
1235 (tramp-action-terminal): Send debug message.
1236 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
1237 (tramp-barf-if-no-shell-prompt): Insert code of
1238 `tramp-wait-for-shell-prompt'.
1239
1240 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
1243
1244 * term/vt200.el (terminal-init-vt200):
1245 * term/vt201.el (terminal-init-vt201):
1246 * term/vt220.el (terminal-init-vt220):
1247 * term/vt240.el (terminal-init-vt240):
1248 * term/vt300.el (terminal-init-vt300):
1249 * term/vt320.el (terminal-init-vt320):
1250 * term/vt400.el (terminal-init-vt400):
1251 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
1252
1253 * term/wyse50.el (wyse50-terminal-map): New var.
1254 (terminal-init-wyse50): Use it and input-decode-map.
1255 (enable-arrow-keys): Emasculate.
1256
1257 * term/tvi970.el (tvi970-terminal-map): New var.
1258 (terminal-init-tvi970): Use it and input-decode-map.
1259 (tvi970-keypad-numeric): Remove.
1260 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
1261
1262 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
1263 (terminal-init-sun): Use it and input-decode-map.
1264
1265 * term/news.el (terminal-init-news):
1266 * term/lk201.el (terminal-init-lk201):
1267 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
1268
1269 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
1270
1271 * complete.el (PC-expand-many-files): Remove.
1272 (PC-do-completion): Call file-expand-wildcards instead of
1273 PC-expand-many-files.
1274
1275 * net/tramp.el (tramp-handle-expand-many-files): Remove.
1276 (PC-expand-many-files): Remove advice.
1277
1278 2007-10-22 Glenn Morris <rgm@gnu.org>
1279
1280 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
1281 Add some support for Fortran 2003 syntax:
1282 (f90-type-indent): Now also applies to `enum'.
1283 (f90-associate-indent): New user option.
1284 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
1285 Add some F2003 keywords.
1286 (f90-constants-re): New constant.
1287 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
1288 Interface'.
1289 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
1290 `class'. Arguments for `type'/`class' may have spaces. Add a new
1291 element for functions with specified types. Add `end enum' and
1292 `select type'. Add `implicit enumerator' and `procedure'.
1293 Add `class default' and `type is', `class is'. Fix `go to' regexp.
1294 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
1295 (f90-font-lock-keywords-4): Add `f90-constants-re'.
1296 (f90-blocks-re): Add `enum' and `associate'.
1297 (f90-else-like-re): Add `class is', `type is', and `class default'.
1298 (f90-end-type-re): Add `enum'.
1299 (f90-end-associate-re, f90-typeis-re): New constants.
1300 (f90-end-block-re): Add `enum' and `associate'. Change from
1301 optional whitespace to end-of-word, to avoid `enumerator'.
1302 (f90-start-block-re): Add `select type', `abstract interface', and
1303 `enum'. Avoid `type is', and `type (sometype)'.
1304 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
1305 (f90-mode): Doc fix.
1306 (f90-looking-at-select-case): Doc fix. Add `select type'.
1307 (f90-looking-at-associate): New function.
1308 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
1309 Add `enum' and `abstract interface'.
1310 (f90-no-block-limit): Add `select type' and `abstract interface'.
1311 (f90-get-correct-indent, f90-calculate-indent)
1312 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
1313 (f90-indent-region, f90-match-end): Handle `associate' blocks.
1314
1315 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1316
1317 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1318 Use window-full-width-p.
1319
1320 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
1321
1322 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
1323
1324 * tooltip.el: Use featurep 'xemacs.
1325
1326 * printing.el: Move variable definitions before use, no code change.
1327
1328 2007-10-22 Juri Linkov <juri@jurta.org>
1329
1330 * simple.el (goto-history-element): Allow minibuffer-default to be
1331 a list of default values accessible by typing M-n in the minibuffer.
1332
1333 * dired-x.el (dired-guess-shell-command): Put all guesses to the
1334 minibuffer default value list instead of pushing them temporarily
1335 to the history list.
1336
1337 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1338
1339 * hexl.el (hexl-menu): New major mode menu.
1340
1341 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1342
1343 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
1344
1345 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1346
1347 * w32-fns.el (w32-quote-process-args):
1348 * dos-w32.el (print-region-function, lpr-headers-switches)
1349 (ps-print-region-function): Pacify byte-compiler.
1350
1351 * emulation/edt-mapper.el (function-key-map):
1352 (edt-map-key): Make it a function instead of using fset.
1353 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
1354 (edt-gnu-map-key, edt-lucid-map-key): Remove.
1355 (edt-x-emacs-p): Remove.
1356 (edt-emacs-variant, edt-window-system, edt-xserver):
1357 Use featurep 'xemacs.
1358
1359 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
1360 Replace eudc-xemacs-p with its definition.
1361 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
1362 (eudc-emacs-mule-p): Remove.
1363 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
1364 eudc-xemacs-p with feature tests.
1365
1366 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
1367 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
1368 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
1369 (eudc-bob-toggle-inline-display):
1370 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
1371 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
1372
1373 * net/eudcb-ph.el (eudc-ph-open-session):
1374 Replace eudc-xemacs-mule-p with its former definition.
1375
1376 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
1377 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
1378
1379 * progmodes/vera-mode.el (vera-xemacs): Remove.
1380 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
1381
1382 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
1383 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
1384 (vhdl-speedbar-initialize, vhdl-ps-print-init)
1385 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
1386 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
1387 with (featurep 'xemacs).
1388
1389 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
1390 (save-buffer-state-x):
1391 * obsolete/fast-lock.el (fast-lock-verbose):
1392 * emulation/viper-init.el (viper-xemacs-p)
1393 (viper-cond-compile-for-xemacs-or-emacs):
1394 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
1395 * ps-print.el (case-fold-search):
1396 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
1397 * calculator.el (calculator-help): Use featurep 'xemacs.
1398
1399 * progmodes/prolog.el: Undo previous change.
1400 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
1401
1402 * progmodes/dcl-mode.el:
1403 * play/yow.el:
1404 * calendar/todo-mode.el:
1405 * calendar/cal-hebrew.el:
1406 * vc-hg.el: Undo previous change.
1407
1408 * vms-patch.el: Likewise.
1409 (print-region-function): Pacify byte-compiler.
1410
1411 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
1412
1413 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
1414 preserve-uid-gid.
1415
1416 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
1417 compatibility. It is not used, though.
1418
1419 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
1420 Require tramp-cmds.el.
1421 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
1422 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
1423 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
1424 (tramp-do-copy-or-rename-file-out-of-band)
1425 (tramp-maybe-open-connection): Use `make-temp-name'. This is
1426 possible, because we don't need to create the temporary file, but
1427 we need a prefix for ssh, which has its own temporary file handling.
1428 (tramp-handle-delete-directory): Add "-f" to rmdir.
1429 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
1430 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
1431 a signal, in order to give the callee a chance to suppress.
1432 (tramp-handle-write-region): Set owner also in case of short
1433 track. Don't use compatibility calls for `write-region' anymore.
1434 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
1435 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
1436
1437 * net/tramp-cmds.el: New file.
1438
1439 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
1440 `tramp-clear-passwd'.
1441
1442 * net/trampver.el: Update release number.
1443
1444 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1445
1446 * progmodes/gud.el (gud-target-name): Move definition before use.
1447
1448 * progmodes/dcl-mode.el: Require imenu at compile time.
1449
1450 * progmodes/cc-engine.el (c-maybe-stale-found-type):
1451 Pacify byte-compiler.
1452
1453 * obsolete/fast-lock.el: Use featurep test instead of string-match.
1454
1455 * eshell/esh-mode.el (eshell-handle-ansi-color):
1456 Require ansi-color at compile time too.
1457
1458 * eshell/em-unix.el (eshell/info): Require info at compile time too.
1459
1460 * w32-fns.el: Require w32-vars.
1461
1462 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
1463 time too.
1464
1465 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1466
1467 * double.el ([ignore]): Use `ignore'.
1468 (double-setup): Inline into double-mode.
1469 (double-mode): Use define-minor-mode.
1470
1471 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1472
1473 * textmodes/reftex.el: Move require easymenu before first use.
1474 (reftex-info): Require info at compile too.
1475
1476 * textmodes/org-publish.el (org-publish-org-to-html)
1477 (org-publish-org-to): Require org at compile time too.
1478 (org-publish-attachment): Require at compile time too.
1479
1480 * term/tty-colors.el (w32-tty-standard-colors):
1481 Pacify byte-compiler.
1482
1483 * term/pc-win.el (frame-creation-function-alist): Add to this
1484 instead of setting frame-creation-function.
1485
1486 * play/blackbox.el (bb-up, bb-down): Use forward-line.
1487
1488 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
1489
1490 * calendar/todo-mode.el: Require calendar at compile time.
1491
1492 * calendar/cal-hebrew.el: Require holidays at compile time.
1493
1494 * w32-vars.el: Provide w32-vars.
1495
1496 * term/w32-win.el: Require w32-vars.
1497 (w32-color-map): Pacify byte-compiler.
1498
1499 * loadup.el: Load w32-vars before term/w32-win.
1500
1501 2007-10-20 Juri Linkov <juri@jurta.org>
1502
1503 * textmodes/fill.el (fill-paragraph): When the region is active,
1504 don't try other `or' branches regardless of the value returned by
1505 fill-region; just return t.
1506
1507 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1508
1509 * vc.el (vc-do-command): Condition out a misleading message when
1510 running asynchronously.
1511 (vc-deduce-fileset): New argument enables using an unregistered
1512 visited file as a singleton fileset if nothing else is available.
1513 (vc-next-action): Restore file-registering behavior.
1514
1515 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1516
1517 * calc/README: Add recent news.
1518
1519 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
1520
1521 * term/x-win.el (x-gtk-stock-map, icon-map-list)
1522 (x-gtk-map-stock): Delete duplicated definitions from merge.
1523
1524 * progmodes/compile.el (compilation-skip-to-next-location)
1525 (compilation-skip-threshold, compilation-skip-visited):
1526 Move definitions earlier.
1527
1528 * play/decipher.el (decipher-keypress):
1529 * play/zone.el (zone-fall-through-ws):
1530 * play/landmark.el (lm-move-down, lm-move-up):
1531 * play/handwrite.el (handwrite):
1532 * mail/mspools.el (mspools-visit-spool):
1533 * wdired.el (wdired-next-line, wdired-previous-line):
1534 * tar-mode.el (tar-subfile-save-buffer):
1535 * scroll-lock.el (scroll-lock-next-line)
1536 (scroll-lock-previous-line):
1537 * image-dired.el (image-dired-next-line)
1538 (image-dired-previous-line):
1539 * ediff-help.el (ediff-help-message-line-length):
1540 Use forward-line.
1541
1542 * smerge-mode.el (smerge-auto-refine):
1543 * diff-mode.el (diff-auto-refine): Add :group.
1544
1545 * play/yow.el: Require doctor at compile time.
1546
1547 * vmsproc.el: Provide vmsproc.
1548 (command-send-input): Use forward-line.
1549
1550 * vms-patch.el: Require ps-print and vmsproc at compile time.
1551
1552 * vc-mtn.el (log-view-message-re, log-view-file-re)
1553 (log-view-font-lock-keywords): Pacify byte-compiler.
1554
1555 * vc-hg.el: Require log-view at compile time.
1556
1557 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1558
1559 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
1560
1561 2007-10-20 Glenn Morris <rgm@gnu.org>
1562
1563 * progmodes/f90.el (f90-font-lock-keywords-2)
1564 (f90-looking-at-type-like): Fix regexp typos.
1565
1566 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1567
1568 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1569 (bs-mode): Set mode-class property to special.
1570
1571 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1572
1573 * diff-mode.el (diff-auto-refine): New var.
1574 (diff-hunk): Use it.
1575 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
1576 (diff-refine-change): Rename from diff-fine-change. Change it.
1577 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
1578 (diff-refine-hunk): Rename from diff-fine-highlight.
1579
1580 2007-10-20 John Paul Wallington <jpw@pobox.com>
1581
1582 * help-fns.el (describe-variable-custom-version-info): New function
1583 to return variable's version or package version note.
1584 (describe-variable): Use it, display result.
1585
1586 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * smerge-mode.el (smerge-auto-refine): New var.
1589 (smerge-next, smerge-prev): Use it.
1590 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
1591
1592 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1593 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
1594
1595 * vc-bzr.el (vc-bzr-diff-tree):
1596 * vc-git.el (vc-git-diff-tree):
1597 * vc-hg.el (vc-hg-diff-tree):
1598 * vc-mcvs.el (vc-mcvs-diff-tree):
1599 * vc-mtn.el (vc-mtn-diff-tree):
1600 * vc-svn.el (vc-svn-diff-tree): Remove.
1601
1602 * vc-mtn.el (vc-mtn-revision-completion-table):
1603 * vc-cvs.el (vc-cvs-revision-completion-table):
1604 * vc-arch.el (vc-arch-revision-completion-table):
1605 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
1606 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
1607 Make it work when the arg is a list of files.
1608
1609 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1610
1611 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
1612 Also `revision-completion-table' now takes a list of files.
1613 (vc-deduce-fileset): Remove unused var `regexp'.
1614 Only obey allow-directory-wildcard in dired buffers.
1615 (vc-default-diff-tree): Remove.
1616 (vc-diff-added-files): New var.
1617 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
1618 (vc-version-diff): Revert from `vc-history-diff' to the original name.
1619 Remove the `backend' arg.
1620 (vc-contains-version-controlled-file): Remove.
1621 (vc-diff): Bring it closer to the version in Emacs-22.
1622 (vc-revert): Fix typo in let-binding.
1623 (vc-default-unregister): Remove.
1624 (vc-dired-buffers-for-dir): Remove N^2 behavior.
1625
1626 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1627
1628 * textmodes/two-column.el (2C-split, 2C-merge):
1629 * textmodes/bib-mode.el (bib-find-key, mark-bib):
1630 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1631 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
1632 * progmodes/ada-xref.el (ada-get-all-references):
1633 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
1634 * emulation/vi.el (vi-previous-line-first-nonwhite)
1635 (vi-effective-range, vi-put-before):
1636 * emulation/edt.el (edt-next-line, edt-previous-line)
1637 (edt-paragraph-forward): Use forward-line.
1638
1639 * progmodes/etags.el (tags-apropos): Require apropos at compile
1640 time too.
1641
1642 * progmodes/prolog.el: Require comint when compiling.
1643 (inferior-prolog-flavor): Move defvar before use.
1644
1645 2007-10-19 Richard Stallman <rms@gnu.org>
1646
1647 * font-core.el (turn-on-font-lock-if-desired):
1648 Rename from `turn-on-font-lock-if-enabled'.
1649 Fully obey `font-lock-global-modes'.
1650
1651 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1652
1653 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
1654 which will not affect the behavior of things like forward-word.
1655 (diff-fine-highlight): Preserve point.
1656
1657 * doc-view.el (doc-view-mode-map): Use remapping.
1658 Don't rebind C-v, M-v to their default value.
1659 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
1660
1661 * smerge-mode.el: Add word-granularity refinement.
1662 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
1663 (smerge-refine-weight-hack): New vars.
1664 (smerge-refine-forward): New fun.
1665 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
1666 (smerge-refine-subst): Use them as well. Preserve point.
1667
1668 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1669
1670 * follow.el (follow-unload-function): New function.
1671
1672 * loadhist.el (unload-function-features-list):
1673 Rename from `unload-hook-features-list'.
1674 (unload-hook-features-list): Add as obsolete alias.
1675 (unload-feature): Use `unload-function-features-list'
1676 and new FEATURE-unload-function.
1677
1678 2007-10-19 Glenn Morris <rgm@gnu.org>
1679
1680 * bindings.el (mouse-minor-mode-menu)
1681 (minor-mode-menu-from-indicator): Move to mouse.el.
1682 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1683 Move here from bindings.el.
1684
1685 2007-10-19 Richard Stallman <rms@gnu.org>
1686
1687 * help-fns.el (describe-function-1): Don't use the advice origname
1688 if it has no function definition.
1689
1690 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1691
1692 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
1693 Use `save-restriction' rather than `widen'.
1694
1695 2007-10-18 Richard Stallman <rms@gnu.org>
1696
1697 * time.el (display-time-world-time-format): Display day # not month #.
1698
1699 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1700
1701 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
1702
1703 * doc-view.el: Remove version keyword.
1704 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1705 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
1706 (doc-view-ghostscript-options): Improve custom type.
1707 (doc-view-cache-directory, doc-view-conversion-buffer)
1708 (doc-view-conversion-refresh-interval): Simplify custom type.
1709
1710 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
1711
1712 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
1713 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
1714 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
1715 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
1716 Remove superfluous messages.
1717 (doc-view-mode-map): Use the image-mode scrolling commands.
1718 Don't rebind C-x k.
1719
1720 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1721
1722 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
1723 Add comment about "-dSAFER".
1724
1725 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1726
1727 * term/xterm.el: Don't require xt-mouse.
1728 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
1729 calling turn-on-xterm-mouse-tracking-on-terminal directly.
1730
1731 * xt-mouse.el: Don't change the global function-key-map anny more.
1732 (xterm-mouse-mode): Use terminal-init-xterm-hook.
1733 Don't use after-make-frame-functions now that term/xterm.el calls
1734 us directly.
1735 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
1736 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
1737 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
1738 Setup input-decode-map and remember that xterm-mouse-mode was
1739 enabled in this terminal.
1740 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
1741 terminals where it has been enabled.
1742
1743 * faces.el (tty-create-frame-with-faces): Make sure not only
1744 tty-run-terminal-initialization but also set-locale-environment
1745 are run only once per terminal.
1746 (tty-run-terminal-initialization): Don't check if the terminal was
1747 already initted.
1748
1749 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
1750 not to remove keymaps that just happen to inherit from one of ours.
1751 When setting up our keymap, make sure it won't be accidentally
1752 modified by someone else.
1753
1754 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1755
1756 * textmodes/artist.el (artist-previous-line, artist-next-line):
1757 * dired.el (dired-next-line, dired-previous-line):
1758 * progmodes/delphi.el (delphi-newline):
1759 * textmodes/org.el (org-columns-eval):
1760 Use forward-line.
1761
1762 * emerge.el (emerge-setup): Use insert-buffer-substring.
1763 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
1764
1765 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1766
1767 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1768 (adaptive-fill-function): Doc fix. Remove * from docstring.
1769
1770 2007-10-18 Tom Horsley <tom.horsley@att.net>
1771
1772 * simple.el (interprogram-paste-function): Doc fix.
1773 (current-kill): Accept list of strings as well
1774 as single string from `interprogram-paste-function'.
1775
1776 2007-10-18 Glenn Morris <rgm@gnu.org>
1777
1778 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1779
1780 2007-10-18 Drew Adams <drew.adams@oracle.com>
1781
1782 * bindings.el (mode-line-minor-mode-keymap):
1783 Add mouse-minor-mode-menu on mouse-1.
1784 (mode-line-modes): Add mouse-1 to help-echo text.
1785 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1786 New functions.
1787 (mode-line-minor-mode-help): Doc fix.
1788
1789 2007-10-17 Juri Linkov <juri@jurta.org>
1790
1791 * textmodes/fill.el (fill-paragraph-or-region): Remove function
1792 at the request of RMS.
1793 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
1794 arg `region'. Fix docstring. At the first `or' branch add call to
1795 `fill-region' if it the region is active in transient-mark-mode.
1796
1797 * bindings.el (esc-map): Bind M-q to fill-paragraph
1798 instead of fill-paragraph-or-region.
1799
1800 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
1801 with fill-paragraph.
1802
1803 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
1804 Fix docstring.
1805
1806 * indent.el (indent-for-tab-command): Change interactive spec from
1807 "P" to "p". Add check for interactive arg before indenting the
1808 active region.
1809
1810 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
1811 Regroup.
1812
1813 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
1814
1815 * emacs-lisp/find-func.el: Don't require loadhist.
1816
1817 * loadhist.el (feature-symbols, file-provides, file-requires)
1818 (file-set-intersect, file-dependents): Simplify.
1819 (unload-feature-special-hooks): Update list of special hooks.
1820
1821 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
1822
1823 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
1824 extensions since they can be viewed with doc-view.
1825
1826 * files.el (auto-mode-alist): Make doc-view-mode the default mode
1827 for pdf, ps and dvi files.
1828
1829 * doc-view.el: Make doc-view-mode the standard mode for viewing
1830 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
1831 text and image display. Add binding C-c C-e to switch to an
1832 editing mode.
1833 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
1834 avoid security problems when rendering files from untrusted sources.
1835
1836 2007-10-17 Aaron Hawley <aaronh@garden.org>
1837
1838 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1839 position is not saved.
1840
1841 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
1842
1843 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
1844 (doc-view-ghostscript-options): Fix typo in doc string.
1845
1846 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1847
1848 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
1849 handling, so compilation-fake-loc works again.
1850
1851 * server.el (server-select-display): Nop if we do not support m-f-o-d.
1852 (server-process-filter): Revert last change.
1853
1854 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
1855 behavior unrelated to filesets.
1856
1857 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1858
1859 * longlines.el (longlines-wrap-follows-window-size): Integer value
1860 specifies wrapping margin.
1861 (longlines-mode, longlines-window-change-function):
1862 Set window-specific wrapping margin based on the above.
1863
1864 2007-10-17 John Wiegley <johnw@newartisans.com>
1865
1866 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1867
1868 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1869
1870 * server.el (server-process-filter): Only set display if X11 is
1871 supported.
1872
1873 2007-10-17 Glenn Morris <rgm@gnu.org>
1874
1875 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1876 Tweak regexp to avoid stack overflow.
1877
1878 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1879
1880 * simple.el (reindent-then-newline-and-indent): Don't assume that
1881 indent-according-to-mode preserves point.
1882
1883 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1884
1885 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
1886 (bs--nth-wrapper): Simplify.
1887 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
1888 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
1889 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
1890 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
1891 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
1892 (bs-configurations, bs-default-configuration)
1893 (bs-alternative-configuration, bs-cycle-configuration-name)
1894 (bs-string-show-always, bs-string-show-never, bs-string-current)
1895 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
1896 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
1897 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
1898 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
1899 (bs--window-config-coming-from): Revert 2006-11-09 change.
1900 (bs--restore-window-config): Keep the selected frame.
1901 (bs--track-window-changes, bs--remove-hooks): New functions.
1902 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1903 (bs--create-header): Remove.
1904 (bs--create-header-line): New function, based on `bs--create-header'.
1905 (bs--show-header): Use `bs--create-header-line'.
1906 (bs--show-with-configuration): Revert 2006-11-09 change.
1907 Don't reuse window unless it is visible on the selected frame.
1908 Restore window configuration (possibly in a different frame)
1909 before creating any window.
1910
1911 2007-10-16 Glenn Morris <rgm@gnu.org>
1912
1913 * simple.el (blink-matching-open): Don't report false errors with
1914 the `$' syntax class.
1915
1916 2007-10-16 Richard Stallman <rms@gnu.org>
1917
1918 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1919 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1920 (ad-is-advised, ad-get-advice-info-field)
1921 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1922
1923 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * vc-hooks.el (vc-workfile-version): Compatibility alias.
1926 (vc-default-working-revision): Compatibility for backends.
1927
1928 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1929
1930 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1931 (filesets-ormap, filesets-sort-case-sensitive-flag)
1932 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1933 Fix typos in docstrings.
1934 (filesets-conditional-sort, filesets-find-or-display-file)
1935 (filesets-data-get-name, filesets-data-get-data)
1936 (filesets-data-set, filesets-cmd-query-replace-getargs)
1937 (filesets-ingroup-collect): Doc fixes.
1938
1939 2007-10-15 Sam Steingold <sds@gnu.org>
1940
1941 * mail/sendmail.el (sendmail-error-reporting-interactive)
1942 (sendmail-error-reporting-non-interactive): New variables for
1943 sendmail error reporting options to simplify support for imperfect
1944 sendmail emulators.
1945 (sendmail-send-it): Use them instead of list literals.
1946
1947 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1948
1949 * help-fns.el: Revert previous change; it creates a
1950 dependency loop between advice.el and help-fns.el.
1951
1952 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1953
1954 * help-fns.el: Require advice when compiling.
1955
1956 2007-10-14 Drew Adams <drew.adams@oracle.com>
1957
1958 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
1959 (ring-insert+extend, ring-remove+insert+extend, ring-member)
1960 (ring-next, ring-previous): New functions.
1961
1962 2007-10-14 Richard Stallman <rms@gnu.org>
1963
1964 * emacs-lisp/advice.el (documentation): Advice deleted.
1965 Doc for advised functions is now handled at C level.
1966 (ad-stop-advice, ad-start-advice): Don't enable or disable
1967 advice for `documentation'.
1968 (ad-advised-definition-docstring-regexp): Var deleted.
1969 (ad-make-advised-definition-docstring): Store orig name
1970 as text property of string.
1971 (ad-advised-definition-p): Check for text property of docstring.
1972
1973 * help-fns.el (describe-function-1): Find source of advised functions.
1974
1975 2007-10-14 Juri Linkov <juri@jurta.org>
1976
1977 * faces.el (describe-face): Allow handling a string as the face name.
1978
1979 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
1980 active region in transient-mark-mode.
1981 (ispell-region): Change messages displayed at the start and end of
1982 the spell-checking to be the same.
1983
1984 * startup.el (fancy-startup-tail): Say exactly what does the button
1985 dismiss ("Dismiss this startup screen"). Use text "Never show
1986 it again" for the checkbox after this button.
1987 (fancy-startup-screen, fancy-about-screen): Put point before the
1988 first link, so the user can quickly select links with the keyboard.
1989 (normal-mouse-startup-screen): Add more useful text describing how
1990 to follow a link.
1991
1992 2007-10-14 Glenn Morris <rgm@gnu.org>
1993
1994 * progmodes/etags.el (select-tags-table): Disable undo in the
1995 `*Tags Table List*' buffer.
1996
1997 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1998
1999 * dired.el (dired-warn-writable): New face.
2000 (dired-warn-writable-face): New variable.
2001 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
2002 of dired-warning-face, for group- and world-writable files.
2003
2004 2007-10-13 Richard Stallman <rms@gnu.org>
2005
2006 * files.el (directory-abbrev-alist): Doc fix.
2007
2008 2007-10-13 Jari Aalto <jari.aalto@cante.net>
2009
2010 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
2011
2012 2007-10-12 Martin Rudalics <rudalics@gmx.at>
2013
2014 * frame.el (set-frame-configuration): Assign name parameter only
2015 if it has been set explicitly before.
2016
2017 2007-10-11 Tom Tromey <tromey@redhat.com>
2018
2019 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
2020 frame is visible.
2021
2022 2007-10-10 Richard Stallman <rms@gnu.org>
2023
2024 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
2025 in *Backtrace*.
2026
2027 * faces.el (face-font-selection-order): Doc fix.
2028
2029 * loadhist.el (unload-feature): Doc fix.
2030
2031 2007-10-13 Glenn Morris <rgm@gnu.org>
2032
2033 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
2034 (octave-re-search-forward-kw, octave-re-search-backward-kw):
2035 Add doc string, and an explicit COUNT argument.
2036 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
2037 `inc' to search functions.
2038
2039 * faces.el (face-spec-set): When FRAME is nil, set the default for
2040 new frames (restores pre-2007-09-17 behavior). Doc fix.
2041
2042 2007-10-13 John W. Eaton <jwe@octave.org>
2043
2044 * progmodes/octave-mod.el (octave-looking-at-kw)
2045 (octave-re-search-forward-kw, octave-re-search-backward-kw):
2046 New functions.
2047 (octave-in-defun-p, calculate-octave-indent)
2048 (octave-blink-matching-block-open, octave-beginning-of-defun)
2049 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
2050 to search for regexps that contain case-sensitive keywords.
2051 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
2052 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
2053
2054 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2055
2056 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
2057 Do not use a single clause cond.
2058
2059 * cus-start.el (all): Use test that does not match the X11 version
2060 for mac.
2061
2062 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
2063
2064 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
2065 BROWSE buffer.
2066
2067 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2068
2069 * cus-start.el (all): Undo previous change.
2070
2071 2007-10-13 Glenn Morris <rgm@gnu.org>
2072
2073 * woman.el (woman0-rename): Fix paren typo.
2074
2075 * mail/feedmail.el (feedmail-run-the-queue)
2076 (feedmail-look-at-queue-directory):
2077 * mail/reporter.el (reporter-dump-state):
2078 * net/eudc-hotlist.el (eudc-edit-hotlist):
2079 * net/eudc.el (eudc-display-records)
2080 (eudc-filter-duplicate-attributes)
2081 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
2082 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
2083 (eudc-bbdb-query-internal):
2084 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
2085 * net/socks.el (socks-build-auth-list):
2086 * progmodes/cc-cmds.el (top level):
2087 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
2088 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
2089 (cperl-write-tags, cperl-tags-treeify):
2090 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
2091 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
2092 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
2093 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
2094 (idlwave-toolbar-remove-everywhere):
2095 * progmodes/idlwave.el (idlwave-indent-line)
2096 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
2097 (idlwave-write-paths, idlwave-all-method-classes)
2098 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
2099 (idlwave-fix-keywords, idlwave-display-calling-sequence)
2100 (idlwave-complete-in-buffer):
2101 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
2102 (org-fast-tag-selection):
2103 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
2104 than mapcar.
2105
2106 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2107
2108 * diff-mode.el (diff-fine-change): Add :group.
2109
2110 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2111
2112 * cus-start.el (all): Use the same test as the 22.2 branch.
2113
2114 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2115
2116 * diff-mode.el (diff-current-defun): Force recomputation of
2117 change-log-default-name.
2118
2119 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
2120
2121 * startup.el (fancy-startup-screen): Remove an unnecessary newline
2122 and some leftover logic regarding dedicated frames. If showing
2123 concise startup screen, fit window to buffer.
2124 (command-line-1): If we will be using the splash screen, use
2125 find-file instead of find-file-other-window to find additional files.
2126 Comment out unused code for coping with the old sit-for behavior.
2127
2128 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2129
2130 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
2131 `meta' modifier consistently, rather than using sometimes meta
2132 sometimes alt.
2133
2134 2007-10-12 Martin Rudalics <rudalics@gmx.at>
2135
2136 * window.el (handle-select-window): Revert part of 2007-10-08
2137 change setting the input focus.
2138
2139 2007-10-12 Glenn Morris <rgm@gnu.org>
2140
2141 * startup.el (command-line): Do not read abbrev file in batch mode.
2142
2143 * emacs-lisp/byte-opt.el (top level):
2144 * mail/rmail.el (rmail-list-to-menu):
2145 * obsolete/hilit19.el (hilit-mode):
2146 * progmodes/cc-mode.el (c-postprocess-file-styles)
2147 (c-submit-bug-report):
2148 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2149 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
2150 (reftex-access-parse-file):
2151 * textmodes/reftex-cite.el (reftex-do-citation)
2152 (reftex-insert-bib-matches):
2153 * textmodes/reftex-ref.el (reftex-offer-label-menu):
2154 * textmodes/reftex-sel.el (reftex-select-unmark):
2155 * textmodes/reftex-toc.el (reftex-toc-do-promote):
2156 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
2157
2158 * cus-edit.el (custom-variable-menu, custom-face-menu)
2159 (custom-group-menu): Check init-file-user rather than
2160 user-init-file, in case cus-edit is loaded by site-run-file.
2161
2162 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
2163
2164 * vc.el (vc-deduce-fileset): Delete unused code.
2165 (vc-next-action): Fix typos.
2166
2167 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2168
2169 * bs.el (bs--mark-unmark): New function.
2170 (bs-mark-current, bs-unmark-current): Use it.
2171
2172 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2173
2174 * vc.el (vc-diff):
2175 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
2176 temporarily disable the check for his edge case of
2177 vc-diff (stopping it from grinding when called from $HOME), as
2178 it's calling some brittle code in vc-hooks.el.
2179 (with-vc-properties): Fix evaluation time of a macro argument.
2180 * ediff-vers.el (ediff-vc-internal):
2181 * vc-hooks.el:
2182 * loaddefs.el: Follow up on VC terminology change.
2183
2184 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2185
2186 * follow.el (follow-stop-intercept-process-output):
2187 Use `follow-call-process-filter' rather than `process-filter'.
2188 Simplify.
2189
2190 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2191
2192 * vc-hooks.el (vc-registered): Robustify this function a bit
2193 against filenames with no directory component.
2194
2195 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2196
2197 * international/characters.el: Undo unwanted and unexplained change.
2198
2199 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2200
2201 * ps-print.el: Fix the usage of :foreground and :background face
2202 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2203 (ps-print-version): New version 6.7.6.
2204 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
2205 Fix code.
2206 (ps-face-foreground-color-p, ps-face-background-color-p)
2207 (ps-face-color-p): New inline funs.
2208
2209 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2210
2211 * textmodes/org.el (org-additional-option-like-keywords): New constant.
2212 (org-complete): Use `org-additional-option-like-keywords'.
2213 (org-parse-local-options): New function.
2214
2215 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2216
2217 * textmodes/org.el (org-in-clocktable-p): New function.
2218 (org-clock-report): Only update the table at point, or insert a new one.
2219 (org-clock-goto): New function.
2220 (org-open-file): Use `start-process-shell-command' instead of
2221 `shell-command' with an ampersand.
2222 (org-deadline, org-schedule): New argument REMOVE to remove the
2223 date from the entry.
2224 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
2225 argument to `org-schedule' and `org-deadline'.
2226 (org-trim): Use the correct expressions for beginning and end of
2227 the string.
2228 (org-get-cleaned-entry): Trim the string before returning it.
2229 (org-clock-find-position): New function.
2230 (org-clock-into-drawer): New option.
2231 (org-agenda-tags-column): Rename from
2232 `org-agenda-align-tags-to-column'.
2233 (org-agenda-align-tags): Allow negative values for
2234 `org-agenda-tags-column'.
2235 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
2236 (org-agenda-to-appt): New optional argument FILTER.
2237 (org-completion-fallback-command): New variable.
2238 (org-complete): Use `org-completion-fallback-command'.
2239 (org-find-base-buffer-visiting): Catch the case that there is no
2240 buffer visiting the file.
2241 (org-property-or-variable-value): New function.
2242 (org-todo): Use `org-property-or-variable-value'
2243 (org-agenda-compact-blocks): New option.
2244 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
2245 (org-agenda-schedule, org-agenda-deadline):
2246 Call `org-agenda-show-new-time'.
2247 (org-agenda-show-new-time): New argument PREFIX.
2248 (org-colgroup-info-to-vline-list): Fix but that cause a
2249 shift in the vertical lines.
2250 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
2251 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
2252 (org-indent-item): No arg in call to `org-fix-bullet-type'.
2253 (org-fix-bullet-type): Remove argument.
2254 (org-read-date): Check for am/pm twice, to catch the end time.
2255 (org-goto-map): Use `suppress-keymap'.
2256 (org-remember-apply-template): Respect the dynamically scoped
2257 selection character.
2258
2259 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
2260
2261 * textmodes/org-export-latex.el (org-export-latex-protect-string):
2262 Renaming of `org-latex-protect'.
2263 (org-export-latex-emphasis-alist): By default, don't protect
2264 any emphasis formatter from further conversion.
2265 (org-export-latex-tables): Honor column grouping for tables.
2266 (org-export-latex-title-command): New option.
2267 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2268 export backslash character.
2269
2270 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * frame.el (frame-inherited-parameters): Remove unused `environment'
2273 parameter, and let server.el add `client' when needed.
2274
2275 * server.el (server-create-tty-frame)
2276 (server-create-window-system-frame): Set frame-inherited-parameters.
2277
2278 * frame.el (frame-inherited-parameters): New var.
2279 (make-frame): Use it.
2280
2281 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
2282
2283 * env.el (let-environment): Remove. Unused.
2284 (read-envvar-name): Simplify.
2285 (setenv): Remove unused arg `frame'.
2286
2287 * help-fns.el (describe-variable): Add missing " " for multiline
2288 obsolescence info and missing EOL after global value.
2289
2290 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2291
2292 * add-log.el:
2293 * ediff-vers.el:
2294 * log-view.el:
2295 * pcvs.el:
2296 * vc-arch.el:
2297 * vc-bzr.el:
2298 * vc-cvs.el:
2299 * vc.el:
2300 * vc-git.el:
2301 * vc-hg.el:
2302 * vc-hooks.el:
2303 * vc-mcvs.el:
2304 * vc-mtn.el:
2305 * vc-rcs.el:
2306 * vc-sccs.el:
2307 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
2308 {find,init,next,previous,annotate-*,log}-version ->
2309 {find,init,next,previous,annotate-*,log}-revision,
2310 annotate-focus-version -> annotate-working-revision, The term
2311 'focus' is gone. The term 'revision' is now used consistently
2312 everywhere that reference to a revision ID is intended, replacing
2313 older use of 'version'.
2314
2315 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
2316
2317 * follow.el: Change all instances of "Follow Mode" to "Follow
2318 mode" in docstrings and messages.
2319 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
2320
2321 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2322
2323 * vc.el (vc-next-action): Rewrite completely; this principal
2324 entry point now operates on a current fileset selected either
2325 explicitly via VC-Dired or implicitly by visiting a file buffer,
2326 rather than always operating on the file of the current buffer as
2327 in older versions. Rewrite the rest of the mode to match.
2328 (with-vc-properties): Rewrite to operate on a file list.
2329 (with-vc-file): vc-checkin takes a file list argument now.
2330 (vc-post-command-functions): This hook now receives a file list.
2331 (vc-do-command): Take a either a file or a file list as argument.
2332 (vc-deduce-fileset): New function for deducing a file list to
2333 operate on.
2334 (vc-next-action-on-file, vc-next-action-dired): Remove.
2335 Merge into vc-next-action.
2336 (vc-register): Adapt to the fact that vc-start-entry now takes a
2337 file list.
2338 (vc-register-with): New function.
2339 (vc-start-entry): Take a file list argument rather than a
2340 file argument.
2341 (vc-checkout): Cope with vc-start-entry taking a file list.
2342 (vc-steal-lock): Cope with with-vc-properties taking a
2343 file list.
2344 (vc-checkin): Take a file list argument rather than a file argument.
2345 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
2346 (vc-diff-internal): Rewrite for filesets.
2347 (vc-diff-sentinel): New function, tests whether changes were
2348 written into a diff buffer.
2349 (vc-diff): Rewrite for filesets.
2350 (vc-version-diff): Rewrite for filesets.
2351 (vc-print-log): Take a fileset argument.
2352 (vc-revert): Revert the entire selected fileset, not just the
2353 current buffer.
2354 (vc-rollback): Roll back the entire selected fileset, if
2355 possible. No longer accepts a prefix argument.
2356 (vc-update): Merge new changes for the entire selected
2357 fileset, not just the current buffer.
2358 (vc-revert-file): Cope with with-vc-properties taking a file list.
2359 (vc-default-dired-state-info): Add + status suffix if the file is
2360 modified.
2361 (vc-annotate-warp-version): Use the new diff machinery.
2362 (vc-log-edit): Take a file list argument rather than a file argument.
2363
2364 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
2365
2366 Sync with Tramp 2.1.11.
2367
2368 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2369 Pacify byte compiler.
2370
2371 * net/trampver.el: Update release number.
2372
2373 2007-10-09 Richard Stallman <rms@gnu.org>
2374
2375 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
2376
2377 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2378
2379 * follow.el: Require easymenu.
2380 (follow-mode-hook, follow-mode): Doc fixes.
2381 (follow-mode-off-hook): Mark as obsolete.
2382
2383 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2384
2385 * window.el (mouse-autoselect-window-cancel): Don't cancel for
2386 select-window or select-frame events.
2387 (handle-select-window): When autoselecting window set input
2388 focus. Restructure.
2389
2390 * frame.el (focus-follows-mouse): Move to frame.c.
2391 * cus-start.el (all): Add focus-follows-mouse.
2392
2393 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2394
2395 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2396 activate font-locking in the *buffer-selection* buffer.
2397 (bs-show-sorted): Doc fix.
2398
2399 * bs.el (bs--get-marked-string, bs--get-modified-string)
2400 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2401 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2402 (bs--format-aux): Doc fix.
2403
2404 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2405
2406 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2407
2408 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2409
2410 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
2411 (gud-gdb): New function for old M-x gdb (text command mode).
2412 (gud-gdb-command-name, gdb): Move to...
2413
2414 * progmodes/gdb-ui.el: ...here and adapt doc string.
2415 (gud-gdba-command-name, gdba): Delete.
2416
2417 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2418
2419 * bs.el: Don't defvar `font-lock-verbose'.
2420 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
2421 (bs--get-file-name): Fix typos in docstrings.
2422 (bs--show-header): Use `dolist' instead of `mapcar'.
2423 (bs-mode): Set `show-trailing-whitespace' to nil.
2424 (bs-buffer-sort-function, bs-mouse-select-other-frame)
2425 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
2426 Doc fixes.
2427
2428 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
2429
2430 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
2431
2432 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2433
2434 * progmodes/gud.el (gdb): Make graphical mode the default and
2435 switch to text command mode if appropriate, i.e., reverse previous
2436 arrangement.
2437 (gud-gdb-marker-filter): Adapt for above change.
2438
2439 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
2440 gud-minor-mode and gud-marker-filter.
2441 (gdb-fullname-regexp): New variable.
2442 (gud-gdba-marker-filter): Use it to switch to text command
2443 mode if appropriate.
2444
2445 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2446
2447 * progmodes/gud.el (gud-display-line): Find source buffer even when
2448 GUD buffer has its own frame.
2449
2450 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2451
2452 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
2453
2454 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2455
2456 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2457
2458 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2459
2460 * allout.el (allout-before-change-handler): Replace got-char by
2461 goto-char.
2462
2463 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
2466 Used to try and automatically enabled smerge-mode in the presence of
2467 conflicts and to call `svn resolved' when the conflicts are gone.
2468 (vc-svn-parse-status): Remember the svn-specific status.
2469
2470 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2471
2472 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
2473 menu-bar-apropos-menu. All users changed.
2474 (menu-bar-help-menu): Change menu symbols to better match the text
2475 displayed by the menu.
2476
2477 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2478
2479 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
2480 #, @, : and ^.
2481
2482 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2483
2484 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
2485
2486 * log-view.el (log-view-mode-map): Likewise.
2487
2488 * diff-mode.el (diff-mode-shared-map): Likewise.
2489
2490 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2491
2492 * files.el (file-name-sans-versions): Also allow `A-Z'.
2493
2494 * vc.el: Mention all supported VC backends.
2495
2496 2007-10-08 Richard Stallman <rms@gnu.org>
2497
2498 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
2499 neighbouring buttons.
2500
2501 2007-10-08 Andreas Schwab <schwab@suse.de>
2502
2503 * files.el (file-name-sans-versions): Also allow `_'.
2504
2505 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2506
2507 * files.el (file-name-sans-versions): Allow - and a-z in version names.
2508
2509 * log-view.el (log-view-mode-map, log-view-mode-menu):
2510 Bind log-view-annotate-version.
2511 (log-view-beginning-of-defun, log-view-end-of-defun)
2512 (log-view-annotate-version): New functions.
2513 (log-view-mode): Use log-view-beginning-of-defun and
2514 log-view-end-of-defun.
2515
2516 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2519
2520 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2521
2522 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2523 neighbouring buttons.
2524
2525 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2526 Recognize gcc's use of "note" for informational messages.
2527
2528 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2529
2530 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2531 (css-mode): Update correspondingly.
2532
2533 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2534
2535 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2536 Signed-off-by, Acked-by and Merge.
2537
2538 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2539
2540 * ediff-init.el (ediff-verbose-p): This var is not a constant.
2541
2542 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * vc-mtn.el: New file.
2545
2546 * vc-hooks.el (vc-handled-backends): Add Mtn.
2547
2548 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2549
2550 * files.el (find-file, find-file-other-window)
2551 (find-file-other-frame, find-file-existing, find-file-read-only)
2552 (find-file-read-only-other-window)
2553 (find-file-read-only-other-frame)
2554 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2555
2556 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2557
2558 * progmodes/gud.el (gdb-ready): New variable.
2559 (gdb): Set it to nil. Set gud-running to nil here...
2560 (gud-common-init): ...instead of here.
2561
2562 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2563 Use gdb-ready. Discard input until GDB is ready to accept it.
2564
2565 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2566
2567 * dired.el (dired-warning): Inherit from font-lock-warning-face to
2568 make it show up with eight colors.
2569
2570 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2573 diffs are concatenated with no intervening line.
2574
2575 2007-10-08 Dave Love <fx@gnu.org>
2576
2577 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2578 (python-font-lock-keywords): Update to the 2.5 version of the language.
2579 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2580 (python-backspace): Only behave funny in code.
2581 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2582 (inferior-python-mode): Add PDB prompt regexp.
2583 (python-fill-paragraph): Refine the fenced-string regexp.
2584 (python-find-imports): Handle imports spanning several lines.
2585 (python-mode): Add `class' to hideshow support.
2586
2587 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2588
2589 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2590 Use add-log-buffer-file-name-function rather than binding
2591 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
2592 when `fi' is the ChangeLog file itself.
2593
2594 * outline.el (outline-flag-region): Use front-advance.
2595
2596 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
2597
2598 * progmodes/cperl-mode.el: Merge upstream 5.23.
2599 (cperl-where-am-i): Remove function.
2600 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2601 (cperl-sniff-for-indent): De-invert [string] and [comment].
2602 When looking for label, skip s:m:y:tr.
2603 (cperl-indent-line): Likewise.
2604 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2605 (cperl-windowed-init): Wrong `ps-print' handling.
2606 Both thanks to Chong Yidong.
2607 (cperl-look-at-leading-count): Could fail with unfinished RExen.
2608 (cperl-find-pods-heres): If the second part of s()[] is missing,
2609 don't try to highlight delimiters...
2610
2611 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2612
2613 * progmodes/compile.el (compilation-get-file-structure): Complete last
2614 change by also using spec-directory in the puthash.
2615
2616 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
2617
2618 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2619 (vc-bzr-status): Fix shadowing of variable 'status'.
2620 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2621 Use `expand-file-name' instead of `concat'.
2622 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2623 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
2624
2625 2007-10-08 Jason Rumney <jasonr@gnu.org>
2626
2627 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
2628
2629 2007-10-08 Richard Stallman <rms@gnu.org>
2630
2631 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2632 Add `safe-local-variable' property.
2633 (lisp-body-indent): Likewise.
2634
2635 2007-10-08 Richard Stallman <rms@gnu.org>
2636
2637 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2638 Add doc string.
2639
2640 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2641
2642 * files.el (backup-buffer-copy): Try to overwrite old backup first.
2643
2644 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2645
2646 * repeat.el (repeat): Use last-repeatable-command instead of
2647 real-last-command. Run pre- and post-command hooks for
2648 self-insertion. Update doc-string.
2649
2650 2007-10-08 Alexandre Julliard <julliard@winehq.org>
2651
2652 * vc-git.el (vc-git-state): Call git-add --refresh to update the
2653 state of the file.
2654 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2655 (vc-git-create-repo): Fix invalid command.
2656
2657 2007-10-08 Richard Stallman <rms@gnu.org>
2658
2659 * textmodes/flyspell.el (flyspell-mode):
2660 Catch errors in flyspell-mode-on.
2661
2662 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2663
2664 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
2665
2666 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2667
2668 * international/encoded-kb.el (encoded-kbd-setup-display):
2669 Use input-decode-map rather than local-key-translation-map.
2670
2671 * term/rxvt.el (rxvt-alternatives-map): New map.
2672 (terminal-init-rxvt): Use it.
2673 Bind rxvt-function-map in input-decode-map.
2674
2675 * term/xterm.el (xterm-alternatives-map): New map.
2676 (terminal-init-xterm): Use it.
2677 Bind xterm-function-map in input-decode-map.
2678
2679 * term/x-win.el (x-alternatives-map): New var.
2680 (x-setup-function-keys): Use it.
2681
2682 * help-fns.el (describe-variable): Slightly change the layout of
2683 meta-info to separate it better from the docstring.
2684 Standardize insertion of extra empty lines in various circumstances.
2685
2686 * diff-mode.el (diff-hunk-style): New fun.
2687 (diff-end-of-hunk): Use it.
2688 (diff-context->unified): Use the new `apply' undo element,
2689 if applicable, so as to save undo-log space.
2690 (diff-fine-change): New face.
2691 (diff-fine-highlight-preproc): New function.
2692 (diff-fine-highlight): New command.
2693 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
2694
2695 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
2696 (smerge-refine-highlight-change): Add `props' argument.
2697 (smerge-refine-subst): New function holding most of smerge-refine.
2698 (smerge-refine): Use it.
2699
2700 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
2701
2702 * vc.el (vc-default-wash-log): Remove unused code, the
2703 log washers all live in the backends now.
2704 (vc-default-comment-history): Correct for the fact
2705 that wash-log is argumentless in the new API.
2706
2707 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
2708
2709 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
2710 (tramp-maybe-send-script): Apply `member' but `memq'.
2711 (tramp-advice-file-expand-wildcards): Simplify implementation.
2712
2713 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2714
2715 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
2716
2717 * mb-depth.el (minibuf-depth-indicator-function): New variable.
2718 (minibuf-depth-setup-minibuffer): Use it.
2719
2720 2007-10-07 Glenn Morris <rgm@gnu.org>
2721
2722 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
2723 version numbers.
2724
2725 2007-10-06 Juri Linkov <juri@jurta.org>
2726
2727 * textmodes/fill.el (fill-paragraph-or-region): New function.
2728
2729 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
2730 instead of fill-paragraph.
2731
2732 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
2733 with fill-paragraph-or-region. Suspend command is now the same
2734 `suspend-frame' on window systems and on tty.
2735
2736 * image.el (image-type): Check if image-types is bound to not fail
2737 on tty.
2738
2739 * delsel.el (delete-selection-pre-hook):
2740 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
2741 is fbound to not fail on mouseless tty.
2742
2743 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
2744
2745 * net/tramp.el (top): Move loading of tramp-util.el and
2746 tramp-vc.el to tramp-compat.el.
2747 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
2748 temporary file if possible, in order to avoid a security hole.
2749 (tramp-do-copy-or-rename-file-out-of-band)
2750 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
2751 with DONT-CREATE, because the connection is not setup yet.
2752 (tramp-handle-process-file): Rewrite temporary file handling.
2753 (tramp-completion-mode): New defvar.
2754 (tramp-completion-mode-p): Use it.
2755
2756 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
2757
2758 * net/tramp-fish.el (tramp-fish-handle-process-file):
2759 Rewrite temporary file handling.
2760
2761 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2762
2763 * vc.el: Workfile version -> focus version change. Port various
2764 comments from new VC to reduce the noise in the diff.
2765 Patch in the new vc-create-repo function to go with the
2766 header comment about it already present.
2767 There are no changes to existing logic in this patch.
2768 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
2769
2770 2007-10-06 Aaron Hawley <aaronh@garden.org>
2771
2772 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
2773
2774 2007-10-05 Chris Moore <dooglus@gmail.com>
2775
2776 * server.el (server-kill-new-buffers): Doc fix.
2777
2778 2007-10-05 John W. Eaton <jwe@octave.org>
2779
2780 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
2781 (octave-begin-keywords): Add "do".
2782 (octave-end-keywords): Remove "end".
2783 (octave-reserved-words): Add "end". Remove "all_va_args",
2784 "gplot", and 'gsplot".
2785 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
2786 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
2787 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
2788 "default_return_value", "define_all_return_values",
2789 "do_fortran_indexing", "empty_list_elements_ok",
2790 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
2791 "ok_to_lose_imaginary_part", "prefer_column_vectors",
2792 "prefer_zero_one_indexing", "propagate_empty_matrices",
2793 "resize_on_range_error", "treat_neg_dim_as_zero",
2794 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
2795 "warn_divide_by_zero", "warn_function_name_clash",
2796 "warn_missing_semicolon", "whitespace_in_literal_matrix".
2797 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
2798 "crash_dumps_octave_core", "sighup_dumps_octave_core",
2799 "sigterm_dumps_octave_core".
2800 (octave-block-match-alist): Remove "end" from block-end keywords.
2801 (octave-mode): Update ftp site address.
2802
2803 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2804
2805 * vc.el: Reorder functions, no code changes.
2806
2807 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
2808
2809 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
2810 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
2811 the cond clauses where needed.
2812 (tramp-handle-write-region): Rearrange code for proper handling of
2813 tmpfile.
2814
2815 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
2816
2817 * net/tramp.el:
2818 * net/tramp-fish.el:
2819 * net/tramp-ftp.el:
2820 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
2821 `tramp-compat-make-temp-file'.
2822
2823 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2824
2825 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
2826
2827 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2828
2829 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
2830 already uses a more recent copyright version than the "current" one.
2831
2832 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2833
2834 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
2835 (doc-view-insert-image): Minor aesthetical docstring changes.
2836
2837 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
2838
2839 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
2840 completing filename.
2841 (doc-view-search-internal): Docstring change.
2842
2843 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
2844
2845 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2846 (tramp-file-name-handler-alist):
2847 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
2848 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
2849 used before, creates the file already, which is not desired.
2850 (tramp-do-copy-or-rename-file-directly): Simplify handling of
2851 temporary file.
2852 (tramp-handle-insert-file-contents): Assign the result in the
2853 short track case.
2854 (tramp-handle-insert-file-contents-literally): New defun.
2855 (tramp-completion-mode-p): Revert change from 2007-09-24.
2856 Checking for `return' etc as last character is not sufficient, for
2857 example in dired-mode when entering <g> (revert-buffer) or
2858 <s> (dired-sort).
2859
2860 * net/tramp-compat.el (top): Add also compatibility code for loading
2861 appropriate timer package.
2862 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
2863 order to avoid autoloading problems.
2864
2865 * net/tramp-fish.el:
2866 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
2867
2868 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
2869 where the second parameter of `copy-file' or `rename-file' is a
2870 remote file but not via ftp.
2871
2872 2007-10-02 Richard Stallman <rms@gnu.org>
2873
2874 * frame.el (cursor-in-non-selected-windows): Doc fix.
2875
2876 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2877
2878 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
2879 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
2880
2881 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
2882
2883 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
2884 when `expt' doesn't give range errors.
2885
2886 2007-10-01 Markus Triska <markus.triska@gmx.at>
2887
2888 * calc/calc-math.el (math-smallest-emacs-expt):
2889 Make the computation more robust.
2890
2891 2007-09-30 David Kastrup <dak@gnu.org>
2892
2893 * startup.el (argv): Alias for `command-line-args-left' to use as
2894 `(pop argv)' inside of --eval command sequences. Allows for
2895 passing shell commands into Emacs verbatim without need for Lisp
2896 quoting.
2897
2898 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
2899 check only for changed size.
2900 (auto-revert-tail-handler): Get size from caller. If the file has
2901 shrunk, tail the whole file again (the file presumably has been
2902 rewritten).
2903
2904 * woman.el (woman-topic-all-completions, woman-mini-help):
2905 Fix fallout from 2007-09-07 introduction of `dolist' when the list
2906 actually was being manipulated in the loop.
2907 (woman-Cyg-to-Win, woman-pre-process-region)
2908 (woman-horizontal-escapes, woman-if-body, woman-unescape)
2909 (woman-strings, woman-special-characters, woman1-hc)
2910 (woman-change-fonts, woman-find-next-control-line):
2911 Use `match-beginning' rather than `match-string' when the result is
2912 just used as a flag.
2913
2914 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
2915
2916 * net/tramp-compat.el: New file.
2917
2918 * net/tramp.el:
2919 * net/tramp-fish.el:
2920 * net/tramp-smb.el:
2921 * net/tramp-uu.el:
2922 * net/trampver.el: Move compatibility code to tramp-compat.el.
2923 Apply `mapc' instead of `mapcar' when the code needs side effects
2924 only. Move utf-8 coding cookie to the second line.
2925
2926 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
2927
2928 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
2929 Improve custom type.
2930 (icon-map-list): Make it customizable. Document how to disable
2931 stock icons.
2932
2933 2007-09-30 Richard Stallman <rms@gnu.org>
2934
2935 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
2936
2937 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2938
2939 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2940
2941 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2942
2943 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
2944 (t-mouse-mode): New compatibility alias.
2945
2946 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
2947
2948 * server.el (server-delete-client): Only delete the terminal if it
2949 is non-nil.
2950
2951 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
2952
2953 * net/tramp.el (with-file-property, with-connection-property):
2954 Highlight as keyword.
2955 (tramp-rfn-eshadow-setup-minibuffer)
2956 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2957 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
2958 (tramp-do-copy-or-rename-file-directly)
2959 (tramp-do-copy-or-rename-file-out-of-band)
2960 (tramp-handle-shell-command, tramp-get-debug-buffer)
2961 (tramp-send-command-and-read, tramp-equal-remote)
2962 (tramp-get-local-gid): Pacify byte-compiler.
2963 (tramp-handle-file-name-directory): Result shall not be expanded.
2964 (tramp-find-foreign-file-name-handler): Rewrite.
2965 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
2966
2967 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
2968
2969 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2970 Apply `tramp-completion-mode-p'.
2971 (tramp-fish-handle-set-file-times)
2972 (tramp-fish-handle-executable-find)
2973 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
2974 (tramp-fish-retrieve-data): Pacify byte-compiler.
2975
2976 * net/tramp-gw.el (tramp-gw-basic-authentication):
2977 Call `tramp-read-passwd' with first parameter `nil'.
2978
2979 2007-09-28 Glenn Morris <rgm@gnu.org>
2980
2981 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
2982 than mapcar.
2983
2984 * textmodes/tex-mode.el (tex-suscript-height-ratio)
2985 (tex-suscript-height-minimum): New customizable variables.
2986 (tex-suscript-height): New function.
2987 (superscript, subscript): Set height using tex-suscript-height
2988 rather than fixing at 0.8.
2989 (tex-fontify-script, tex-font-script-display): Add :version tag.
2990
2991 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
2992
2993 * progmodes/python.el (python-eldoc-function): Doc fix.
2994
2995 2007-09-27 Glenn Morris <rgm@gnu.org>
2996
2997 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
2998 image if it is not in image-type-auto-detectable, or is there with
2999 a nil value.
3000
3001 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
3002
3003 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
3004 connection more robust.
3005
3006 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3007
3008 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
3009 Deal with the case that special &keywords are at the beginning or
3010 end of the argument list. Also add some (incomplete) support for
3011 non-standard arglists.
3012
3013 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3014
3015 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
3016 (eldoc-message-commands, eldoc-current-idle-delay)
3017 (eldoc-function-argstring-format): Fix typos in docstrings.
3018
3019 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
3020
3021 * calc/calc-units.el (calc-convert-units)
3022 (calc-convert-temperature): Remove unnecessary colons.
3023
3024 2007-09-26 Bastien Guerry <bzg@altern.org>
3025
3026 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
3027 New function.
3028 (org-export-latex-remove-from-headlines): Name changed because of typo.
3029 (org-export-latex-quotation-marks-convention): Option removed.
3030 (org-export-latex-make-preamble): Handle the DATE option.
3031 (org-export-latex-cleaned-string): Now the only cleaning function,
3032 synched up with org.el.
3033 (org-export-latex-lists, org-export-latex-parse-list)
3034 (org-export-list-to-latex): New functions.
3035
3036 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
3037
3038 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
3039 (org-outline-regexp): New constant.
3040 (org-remember-handler): Throw error when the target file is not in
3041 org-mode.
3042 (org-cleaned-string-for-export): No longer call
3043 `org-export-latex-cleaned-string' with an argument.
3044 (org-get-tags): Returns now a list, not a string.
3045 (org-get-tags-string): New function.
3046 (org-archive-subtree): No need to split return of `org-get-tags'.
3047 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
3048 instead of `org-get-tags'.
3049 (org-agenda-format-date): Rename from `org-agenda-date-format'.
3050 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
3051 (org-compatible-face): New argument INHERITS. Inherit from this
3052 face if possible.
3053 (org-level-1, org-level-2, org-level-3, org-level-4)
3054 (org-level-5, org-level-6, org-level-7, org-level-8)
3055 (org-special-keyword, org-drawer, org-column, org-warning)
3056 (org-archived, org-todo, org-done, org-headline-done, org-table)
3057 (org-formula, org-code, org-agenda-structure)
3058 (org-scheduled-today, org-scheduled-previously)
3059 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
3060 in the new way.
3061 (org-get-heading): New argument NO-TAGS.
3062 (org-fast-tag-selection-include-todo): Made defvar instead of
3063 defcustom, feature is not deprecated.
3064 (org-remember-store-without-prompt): New default value t.
3065 (org-todo-log-states): New variable.
3066 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
3067 Compute the log states.
3068 (org-goto-map): More commands copied from global map. Also bind
3069 `org-occur'.
3070 (org-goto): Made into a general lookup command.
3071 (org-get-location): Complete rewrite.
3072 (org-goto-exit-command): New variable.
3073 (org-goto-selected-point): New variable.
3074 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
3075 Set the new variables.
3076 (org-paste-subtree): Whitespace insertion strategy revised.
3077 (org-remember-apply-template): Protect v-A from the possibility
3078 that v-a might be nil.
3079 (org-remember-handler): Insertion rules revised.
3080 (org-todo): Respect org-todo-log-states.
3081 (org-up-heading-safe): New function.
3082 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
3083
3084 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3085
3086 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
3087 region if in transient-mark-mode.
3088
3089 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3090
3091 * calc/calc-ext.el (calc-init-extensions, calc-reset):
3092 * calc/calc-help.el (calc-full-help):
3093 * calc/calc-misc.el (another-calc):
3094 * calc/calc-store.el (calc-var-name-map):
3095 * calc/calc-stuff.el (calc-flush-caches):
3096 * calc/calc-units.el (math-build-units-table):
3097 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
3098 (calc-quit):
3099 * calendar/icalendar.el (icalendar--format-ical-event)
3100 (icalendar--convert-ical-to-diary):
3101 * emacs-lisp/authors.el (authors):
3102 * emacs-lisp/cust-print.el (custom-print-install)
3103 (custom-print-uninstall):
3104 * emacs-lisp/disass.el (disassemble-1):
3105 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3106 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
3107 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
3108 (elint-check-let-form, elint-check-condition-case-form)
3109 (elint-initialize):
3110 * emacs-lisp/elp.el (elp-results):
3111 * emacs-lisp/generic.el (generic-mode-internal):
3112 * emacs-lisp/re-builder.el (reb-delete-overlays):
3113 * emacs-lisp/regi.el (regi-interpret):
3114 * emacs-lisp/sregex.el (sregex--char-aux):
3115 * emulation/cua-rect.el (cua--deactivate-rectangle)
3116 (cua--highlight-rectangle, cua--rectangle-post-command):
3117 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
3118 * emulation/viper-macs.el (viper-describe-kbd-macros)
3119 (viper-describe-one-macro):
3120 * emulation/viper-util.el (viper-setup-master-buffer):
3121 * emulation/viper.el (set-viper-state-in-major-mode):
3122 * international/mule-diag.el (describe-current-coding-system):
3123 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
3124 * mail/emacsbug.el (report-emacs-bug):
3125 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
3126 * obsolete/hilit19.el (hilit-unhighlight-region)
3127 (hilit-set-mode-patterns):
3128 * play/solitaire.el (solitaire-check, solitaire-solve):
3129 * play/zone.el (zone-pgm-rotate):
3130 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
3131 * progmodes/ada-prj.el (ada-prj-display-page):
3132 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
3133 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
3134 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
3135 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
3136 * progmodes/sh-script.el (sh-make-vars-local)
3137 (sh-reset-indent-vars-to-global-values):
3138 * progmodes/sql.el (top):
3139 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
3140 * progmodes/xscheme.el (top):
3141 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
3142 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
3143 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
3144 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
3145 (artist-submit-bug-report):
3146 * textmodes/flyspell.el (flyspell-delay-commands)
3147 (flyspell-deplacement-commands):
3148 * textmodes/table.el (table--generate-source-epilogue, table-insert)
3149 (table--generate-source-cells-in-a-row, table--make-cell-map)
3150 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
3151
3152 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
3153
3154 * allout.el (produce-allout-mode-map, allout-process-exposed):
3155 * ansi-color.el (ansi-color-make-color-map):
3156 * autoinsert.el (auto-insert):
3157 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
3158 * dired-aux.el (dired-create-files):
3159 * dired.el (dired-restore-desktop-buffer):
3160 * ediff-diff.el (ediff-setup-fine-diff-regions):
3161 * ediff-mult.el (ediff-intersect-directories)
3162 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
3163 (ediff-redraw-registry-buffer):
3164 * ediff-ptch.el (ediff-fixup-patch-map):
3165 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
3166 (ediff-really-quit, ediff-clear-diff-vector):
3167 * emerge.el (emerge-really-quit):
3168 * ffap.el (ffap-replace-file-component):
3169 * filecache.el (file-cache-add-directory)
3170 (file-cache-add-directory-recursively)
3171 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
3172 (file-cache-delete-directory, file-cache-files-matching-internal)
3173 (file-cache-display):
3174 * files.el (cd):
3175 * find-lisp.el (find-lisp-insert-directory):
3176 * finder.el (finder-compile-keywords):
3177 * help.el (view-emacs-news):
3178 * hi-lock.el (hi-lock-write-interactive-patterns):
3179 * ido.el (ido-to-end, ido-set-matches-1):
3180 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
3181 (image-dired-mark-tagged-files):
3182 * jka-cmpr-hook.el (jka-compr-get-compression-info):
3183 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
3184 * ps-print.el (ps-background, ps-begin-file)
3185 (ps-build-reference-face-lists):
3186 * simple.el (clone-buffer):
3187 * startup.el (command-line):
3188 * tempo.el (tempo-insert-template, tempo-is-user-element)
3189 (tempo-forward-mark, tempo-backward-mark):
3190 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
3191
3192 2007-09-25 Glenn Morris <rgm@gnu.org>
3193
3194 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
3195
3196 * view.el (view-search-no-match-lines): Add a doc string.
3197 Rewrite to simplify and work better.
3198
3199 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3200
3201 * progmodes/cc-mode.el (c-mode-base-map):
3202 Use c-indent-line-or-region instead of c-indent-line.
3203
3204 * indent.el (indent-for-tab-command): First check if the region is
3205 active.
3206
3207 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3208
3209 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
3210 whitespace-rescan-timer-time is 0.
3211
3212 2007-09-24 Karl Berry <karl@gnu.org>
3213
3214 * international/mule.el (coding-system-base): Fix doc string grammar.
3215
3216 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
3217
3218 * net/tramp.el (tramp-completion-mode-p): Rename from
3219 `tramp-completion-mode'. Revert logic, check `return', `newline'
3220 and such alike. Packages like Icicles tend to use other completion
3221 characters but `tab' and `space' only.
3222
3223 2007-09-24 Adam Hupp <adam@hupp.org>
3224
3225 * progmodes/python.el (run-python): Import emacs module without
3226 waiting; prevents lockup on error.
3227
3228 2007-09-23 Richard Stallman <rms@gnu.org>
3229
3230 * mail/sendmail.el (mail-bury): Delete the frame
3231 if this frame looks like it was made for this message.
3232
3233 * completion.el (completion-separator-self-insert-command)
3234 (completion-separator-self-insert-autofilling):
3235 If `self-insert-command' has been remapped, use the substitute.
3236
3237 * simple.el (copy-region-as-kill): Doc fix.
3238
3239 * textmodes/org.el (org-confirm-shell-link-function)
3240 (org-confirm-elisp-link-function): Doc fixes.
3241
3242 2007-09-23 Glenn Morris <rgm@gnu.org>
3243
3244 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3245
3246 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
3247
3248 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
3249
3250 * term/tvi970.el (terminal-init-tvi970): Likewise.
3251
3252 * term/sun-mouse.el (print-mouse-format): Likewise.
3253
3254 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
3255 Use forward-line instead of previous-line and next-line.
3256
3257 2007-09-22 Juri Linkov <juri@jurta.org>
3258
3259 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
3260
3261 * tutorial.el (tutorial--default-keys): Update standard bindings:
3262 rename `iconify-or-deiconify-frame' to `suspend-frame',
3263 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
3264
3265 2007-09-22 Juri Linkov <juri@jurta.org>
3266
3267 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
3268 Add help-echo to external links and to links without description.
3269 (fancy-splash-insert): Use help-echo from the 3rd element of the
3270 link specification list, or "Follow this link" if it's nil. Doc fix.
3271
3272 2007-09-22 Juri Linkov <juri@jurta.org>
3273
3274 * startup.el (command-line): Rename `inhibit-startup-message' to
3275 `inhibit-startup-screen'.
3276 (fancy-about-text): Use shorter label for "Ordering Manuals".
3277 (fancy-startup-tail): Add optional arg `concise'. When `concise'
3278 is nil, display a line with "To start..." and 3 links to useful
3279 tasks. Display the "Dismiss" button and "Don't show this message
3280 again" only when concise is non-nil.
3281 (fancy-startup-screen): Call `fancy-startup-tail' with optional
3282 arg `concise'. If CONCISE is non-nil, display a concise version
3283 of the splash screen in another window. Otherwise, switch to the
3284 startup buffer in the same window.
3285 (startup-echo-area-message): Change displayed binding from
3286 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
3287 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
3288 the GNU system".
3289 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
3290 to "*GNU Emacs*".
3291 (display-about-screen): Don't check the existence of the buffer
3292 "*About GNU Emacs*".
3293 (display-splash-screen): Make alias to `display-startup-screen'.
3294 (command-line-1): Rename `inhibit-startup-message' to
3295 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
3296 started with command line options "-f", "-funcall", "-e", "-eval",
3297 "-execute", "-insert", "-find-file", "-file", "-visit".
3298 Inhibit startup screen when Emacs is started with a file name only
3299 on tty (i.e. don't inhibit it when started with a file name like
3300 "emacs FILE..." on a window system).
3301 (command-line-1): Simplify logic of displaying the startup screen:
3302 if file-count > 0, then display the concise version in another
3303 window, otherwise display full version in the same window.
3304
3305 * help.el (help-map): Bind C-h C-a to about-emacs.
3306 (help-for-help-internal): Add C-a description to C-h help text.
3307
3308 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3309
3310 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
3311 (checkdoc-permit-comma-termination-flag): Autoload the
3312 safe-local-variable setting.
3313
3314 * bookmark.el (bookmark-xemacsp): Remove.
3315 (bookmark-make): Don't use bookmark-xemacsp,
3316 use (featurep 'xemacs) instead.
3317
3318 * speedbar.el (speedbar-frame-mode)
3319 (speedbar-frame-reposition-smartly)
3320 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3321 (speedbar-check-vc): Remove use of non-existent variable
3322 dframe-xemacsp, use (featurep 'xemacs) instead.
3323
3324 * indent.el (indent-for-tab-command): Indent the region if
3325 transient-mark-mode and the region is active.
3326
3327 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
3328
3329 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3330 add inferior-octave-directory-tracker to the buffer-local value
3331 of comint-input-filter-functions.
3332
3333 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3334
3335 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
3336
3337 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
3338
3339 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
3340 on w32 frames.
3341
3342 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * startup.el (normal-top-level): Remove DISPLAY from
3345 process-environment to let it be computed dynamically in callproc.c.
3346
3347 * frame.el (frame-initialize, make-frame):
3348 * faces.el (tty-set-up-initial-frame-faces):
3349 * env.el (setenv): Don't set display-environment-variable.
3350
3351 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
3352 (server-create-tty-frame): Don't set unused `tty' property.
3353 Set `display' instead of display-environment-variable.
3354 (server-create-window-system-frame): No display-environment-variable.
3355
3356 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
3357
3358 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
3359 (rfn-eshadow-update-overlay-hook): New defvars.
3360 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
3361 Run the hooks.
3362
3363 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
3364 (tramp-rfn-eshadow-setup-minibuffer)
3365 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
3366 rfn-eshadow.el.
3367
3368 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
3369 timeout.
3370
3371 2007-09-21 Glenn Morris <rgm@gnu.org>
3372
3373 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
3374 * term/sun-mouse.el (suspend-emacstool): Remove.
3375 * term/sun.el: Remove emacstool-related code.
3376
3377 * emacs-lisp/bytecomp.el (byte-compile-warnings)
3378 (byte-compile-warnings-safe-p): Add `mapcar'.
3379 (byte-compile-warning-types): Add mapcar and make-local.
3380 (byte-compile-normal-call): Add option to suppress mapcar warning.
3381 (top-level): Use mapc rather than mapcar in eval-when-compile.
3382
3383 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
3384 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
3385 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
3386 Handle escaped parens.
3387 (latex-forward-sexp): Doc fix.
3388
3389 * eshell/esh-mode.el (eshell-output-filter-functions):
3390 Add eshell-postoutput-scroll-to-bottom.
3391
3392 * loadup.el: Remove termdev.
3393
3394 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
3395 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
3396
3397 2007-09-21 Markus Triska <markus.triska@gmx.at>
3398
3399 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
3400 `mapcar' is called for effect.
3401
3402 2007-09-21 Kevin Ryde <user42@zip.com.au>
3403
3404 * international/mule.el (sgml-html-meta-auto-coding-function):
3405 Bind `case-fold-search' to t.
3406
3407 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3408
3409 * termdev.el: Remove.
3410
3411 * frame.el (get-device-terminal): New function. Moved from termdev.el.
3412 (frames-on-display-list): Use it.
3413
3414 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
3415
3416 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
3417
3418 2007-09-20 Richard Stallman <rms@gnu.org>
3419
3420 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
3421
3422 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3423
3424 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
3425
3426 2007-09-20 Glenn Morris <rgm@gnu.org>
3427
3428 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3429 motion functions, rather than hard-coding "\n\n".
3430 (tex-validate-region): Check for eobp, to speed up.
3431 (tex-next-unmatched-end): Doc fix.
3432
3433 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * files.el (auto-mode-alist): Use archive-mode for .rar files.
3436
3437 * international/mule.el (auto-coding-alist): Rar archives are binary.
3438
3439 * arc-mode.el: Add basic support for Rar.
3440 (archive-find-type): Recognize Rar's signature.
3441 (archive-desummarize): New fun.
3442 (archive-summarize): Use it to restore the buffer's data in case
3443 someone wants to switch to some other major mode.
3444 (archive-resummarize): Use it as well.
3445 (archive-rar-summarize, archive-rar-extract): New functions.
3446
3447 * filesets.el: Remove spurious * in docstrings.
3448 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
3449 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
3450 (filesets-ingroup-collect): Remove unused arg `depth'.
3451 (filesets-update): Remove unused arg `version'.
3452
3453 * finder.el (finder-compile-keywords): Fix up comment style.
3454 (finder-mouse-face-on-line): previous-line -> forward-line.
3455
3456 * recentf.el: Remove spurious * in docstrings.
3457 (recentf-save-list): Fix up comment style.
3458
3459 * progmodes/octave-mod.el: Remove spurious * in docstrings.
3460 (octave-mode-map): Move init into declaration and remove \t binding.
3461 (octave-mode-startup-message): Remove unused var.
3462 (octave-scan-blocks): Remove unused arg `from'.
3463 (octave-forward-block, octave-down-block, octave-up-block):
3464 Update callers.
3465
3466 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
3467 (meta-mode-map): Likewise and remove \t binding.
3468
3469 * net/snmp-mode.el: Remove spurious * in docstrings.
3470 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
3471 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
3472 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
3473 that completion accepts lists of strings.
3474 (snmp-mode-syntax-table): Move initialization into declaration.
3475 (snmp-mode-map): Likewise and remove \t binding.
3476 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
3477 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
3478 (snmp-indent-command): Remove.
3479
3480 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
3481 binding, so tab-always-indent works right.
3482
3483 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
3484
3485 * net/browse-url.el (browse-url-elinks-new-window): New function.
3486 (browse-url-elinks): Use browse-url-elinks-new-window.
3487 Accept optional second argument `new-window'. Fix typo in doc-string.
3488 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
3489 Improve error message.
3490
3491 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3492
3493 * net/browse-url.el (browse-url-url-encode-chars): Use the right
3494 parameter name in the function body.
3495 Reported by Johannes Weiner.
3496
3497 2007-09-19 Glenn Morris <rgm@gnu.org>
3498
3499 * net/socks.el (socks-open-network-stream): Signal an explicit
3500 error if the port associated with a service string can't be found.
3501
3502 * textmodes/tex-mode.el (tex-terminate-paragraph):
3503 Use backward-paragraph.
3504
3505 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3506
3507 * server.el (server-running-p): New function.
3508
3509 2007-09-18 Jason Rumney <jasonr@gnu.org>
3510
3511 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
3512 x-focus-frame.
3513
3514 * frame.el (select-frame-set-input-focus, select-frame-by-name):
3515 Use x-focus-frame for w32.
3516
3517 2007-09-17 David Kastrup <dak@gnu.org>
3518
3519 * textmodes/tex-mode.el (tex-verbatim-environments):
3520 Eliminate CL dependency.
3521
3522 2007-09-17 Richard Stallman <rms@gnu.org>
3523
3524 * newcomment.el (comment-add): New arg EXTRA.
3525 (comment-region-default): Pass EXTRA if not indenting lines.
3526
3527 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3528
3529 * net/browse-url.el (browse-url-url-encode-chars): New function.
3530 URL-encode some chars in a string.
3531 (browse-url-encode-url): Rewrite using the previous function.
3532 (browse-url-file-url): Use `browse-url-url-encode-chars'.
3533 (browse-url-elinks-sentinel): Fix typo.
3534 (browse-url-new-window-flag): Doc change.
3535
3536 2007-09-17 Glenn Morris <rgm@gnu.org>
3537
3538 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3539 filename from `--file-line-error', if it is available.
3540
3541 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3542
3543 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3544 TeX `--file-line-error' format.
3545
3546 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3547
3548 * xt-mouse.el: Delete add-hook calls that were moved to
3549 xterm-mouse-mode.
3550 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
3551 does not work.
3552
3553 2007-09-17 Richard Stallman <rms@gnu.org>
3554
3555 * cus-face.el (custom-theme-set-faces): Undo previous change.
3556
3557 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
3558
3559 2007-09-17 Glenn Morris <rgm@gnu.org>
3560
3561 * textmodes/tex-mode.el (tex-region): Simplify previous change,
3562 handling the case where the region is not in `tex-main-file'.
3563 (tex-region-1): Delete.
3564 (tex-region-header): New function, doing the header part of the
3565 old tex-region-1.
3566
3567 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3568
3569 * simple.el (newline): Simplify use of prefix-numeric-value.
3570 (line-move-partial): Remove unused var `ppos'.
3571 (line-move-1): Replace 9999 with most-positive-fixnum.
3572 (move-end-of-line): Use more efficient single-property search.
3573 (move-beginning-of-line): Remove unused var `start'.
3574 (blink-matching-open): Restructure in a more functional style.
3575
3576 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3577
3578 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
3579
3580 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3581
3582 * server.el (server-clients): Only keep procs, no properties any more.
3583 (server-client): Remove.
3584 (server-client-get, server-client-set): Remove, replace all callers by
3585 process-get and process-put resp.
3586 (server-clients-with, server-add-client, server-delete-client)
3587 (server-create-tty-frame, server-create-window-system-frame)
3588 (server-process-filter, server-execute, server-visit-files)
3589 (server-buffer-done, server-kill-buffer-query-function)
3590 (server-kill-emacs-query-function, server-switch-buffer)
3591 (server-save-buffers-kill-terminal): Update accordingly.
3592
3593 * server.el (server-with-environment): Simplify.
3594 (server-select-display, server-unselect-display): Re-add functions that
3595 seem to have been lost in the multi-tty merge.
3596 (server-eval-and-print, server-create-tty-frame)
3597 (server-create-window-system-frame, server-goto-toplevel)
3598 (server-execute, server-return-error): New functions extracted from
3599 server-process-filter.
3600 (server-execute-continuation): New functions.
3601 (server-process-filter): Restructure so that all arguments are analysed
3602 first and then acted upon in a subsequent stage. This way
3603 server-goto-toplevel can be executed later, when we know if
3604 it's necessary.
3605 Remove the "-version" and "-version-good" support.
3606
3607 2007-09-16 Drew Adams <drew.adams@oracle.com>
3608
3609 * cus-edit.el (custom-face-edit-activate): Doc fix.
3610
3611 2007-09-16 Glenn Morris <rgm@gnu.org>
3612
3613 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
3614 Following cal-bahai renaming, update all instances of
3615 list-bahai-diary-entries to diary-bahai-list-entries,
3616 mark-bahai-diary-entries to diary-bahai-mark-entries,
3617 calendar-goto-bahai-date to calendar-bahai-goto-date,
3618 insert-bahai-diary-entry to diary-bahai-insert-entry,
3619 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
3620 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
3621 calendar-print-bahai-date to calendar-bahai-print-date.
3622
3623 * textmodes/tex-mode.el (tex-region): Handle the case where the
3624 region is not in `tex-main-file'. Move the old code that applies
3625 to both cases...
3626 (tex-region-1): ...to this new function.
3627
3628 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * vc.el (vc-process-sentinel): New function.
3631 (vc-exec-after): Use it instead of using ugly hackish analysis and
3632 construction of Elisp code.
3633 (vc-sentinel-movepoint): New dynamically scoped var.
3634 (vc-print-log, vc-annotate): Set it to move the user's point.
3635
3636 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
3637 inhibit-modification-hooks.
3638
3639 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
3640 (calendar-bahai-print-date, calendar-bahai-goto-date)
3641 (diary-bahai-list-entries, diary-bahai-insert-entry):
3642 New names to clean up the namespace a bit more.
3643 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
3644
3645 2007-09-15 Glenn Morris <rgm@gnu.org>
3646
3647 * calendar/holidays.el (holiday-list): Rename it back to
3648 `list-holidays', but leave `holiday-list' as an alias.
3649
3650 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
3651 custom group.
3652
3653 * textmodes/css-mode.el (css): New custom group.
3654 (css-electrick-keys, css-selector, css-property)
3655 (css-indent-offset): Specify custom group.
3656
3657 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3658
3659 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
3660 (cvs-execute-single-file): Use process-file.
3661 (cvs-run-process): Use start-file-process.
3662
3663 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
3664
3665 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
3666 level. Remove the hooks when turning off the mode.
3667
3668 * term/xterm.el: Require xt-mouse at compile time.
3669 (terminal-init-xterm): Turn on xterm mouse tracking for this
3670 terminal if xterm-mouse-mode is enabled.
3671
3672 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3673
3674 * term/xterm.el (xterm-function-map): Replace bindings that were
3675 deleted by the merge.
3676
3677 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
3678
3679 * play/bubbles.el (bubbles-version): Bump value to "0.5".
3680 (bubbles-mode-map): Move define-key statements here.
3681 (bubbles-game-theme-menu): Ditto.
3682 (bubbles-graphics-theme-menu): Ditto.
3683 (bubbles-menu): Ditto.
3684 (bubbles-mode): Initialize buffer-undo-list, redisplay.
3685 (bubbles--initialize): Reset buffer-undo-list, redisplay.
3686 (bubbles-plop): Set buffer-undo-list, redisplay.
3687 (bubbles-undo): Reset buffer-undo-list, redisplay.
3688 (bubbles--show-images): Take care of missing text properties.
3689
3690 2007-09-14 Glenn Morris <rgm@gnu.org>
3691
3692 * startup.el (fancy-startup-text, fancy-about-text): Fix face
3693 quoting.
3694
3695 * calendar/cal-hebrew.el, calendar/cal-menu.el
3696 * calendar/calendar.el, calendar/diary-lib.el
3697 * calendar/holidays.el: Rename all instances of
3698 list-calendar-holidays callers to calendar-list-holidays,
3699 list-holidays to holiday-list, check-calendar-holidays to
3700 calendar-check-holidays, mark-calendar-holidays to
3701 calendar-mark-holidays, and filter-visible-calendar-holidays to
3702 holiday-filter-visible-calendar.
3703
3704 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3705
3706 * term/xterm.el (xterm-function-map): Add C-M- bindings.
3707
3708 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3709
3710 * play/bubbles.el (bubbles--initialize-images): Fix bug:
3711 Use transparent background for empty cells in graphics mode.
3712
3713 2007-09-13 Jari Aalto <jari.aalto@cante.net>
3714
3715 * man.el (Man-default-man-entry): At end of line, continue looking
3716 to the next line for possible end of hyphenated command.
3717
3718 2007-09-13 Chris Moore <dooglus@gmail.com>
3719
3720 * shell.el (shell-resync-dirs): Don't move the cursor relative to
3721 the command being edited.
3722
3723 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
3724
3725 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
3726
3727 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
3728
3729 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
3730 C-M-S- keys.
3731
3732 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
3733
3734 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3735
3736 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
3737 New argument `filename-p' to use one set of confusing chars or another.
3738 (browse-url-file-url): Use the argument.
3739 Suggested by Johannes Weiner.
3740
3741 2007-09-12 Romain Francoise <romain@orebokech.com>
3742
3743 * cus-start.el (all): Revert 2007-09-08 change.
3744
3745 2007-09-12 Aaron Hawley <aaronh@garden.org>
3746
3747 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
3748 extract .Z files, since it is more common than uncompress.
3749
3750 2007-09-12 Glenn Morris <rgm@gnu.org>
3751
3752 * textmodes/org-publish.el (org-publish-org-to-html): Remove
3753 duplicate function definition.
3754
3755 2007-09-10 Chris Moore <dooglus@gmail.com>
3756
3757 * diff-mode.el (diff-sanity-check-hunk):
3758 Also accept single-line hunks.
3759
3760 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
3761
3762 * startup.el (startup-screen-inhibit-startup-screen)
3763 (pure-space-overflow-message): New vars.
3764 (fancy-splash-insert): Allow functions for face and link specs.
3765 (fancy-splash-head): Remove unused arg. Move splash text...
3766 (fancy-startup-text, fancy-about-text): ...here.
3767 (fancy-startup-tail): Rename from fancy-splash-tail.
3768 (fancy-startup-screen, fancy-about-screen): Split off from
3769 fancy-splash-screens.
3770 (display-startup-screen): New function.
3771 (display-about-screen): Rename from display-splash-screen.
3772 (command-line-1): Use concise startup screen if necessary.
3773
3774 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3775
3776 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
3777 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
3778
3779 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3780
3781 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3782 (python-font-lock-keywords): Update to the 2.5 version of the language.
3783 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3784 (python-backspace): Only behave funny in code.
3785 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3786 (inferior-python-mode): Add PDB prompt regexp.
3787 (python-fill-paragraph): Refine the fenced-string regexp.
3788 (python-find-imports): Handle imports spanning several lines.
3789 (python-mode): Add `class' to hideshow support.
3790
3791 2007-09-10 Dave Love <fx@gnu.org>
3792
3793 * outline.el (outline-4, outline-5, outline-7):
3794 Move font-lock-builtin-face down from 4 to 7 to better keep the
3795 progression of color brightness, and to better match Org-mode's faces.
3796
3797 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3798
3799 * progmodes/meta-mode.el (meta-font-lock-keywords)
3800 (font-lock-match-meta-declaration-item-and-skip-to-next)
3801 (meta-comment-indent, meta-indent-previous-line)
3802 (meta-indent-unfinished-line, meta-beginning-of-defun)
3803 (meta-end-of-defun, meta-common-initialization): Handle \f.
3804 (meta-indent-unfinished-line): Do not handle a `%' in a string as
3805 a comment-start.
3806
3807 * files.el (file-modes-char-to-who, file-modes-char-to-right)
3808 (file-modes-rights-to-number): Auxiliary functions for symbolic to
3809 numeric notation of file modes.
3810 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
3811 numeric value.
3812 (read-file-modes): New. Read either an octal value of a file mode or a
3813 symbolic value, and return its numeric value.
3814
3815 * dired-aux.el (dired-do-chmod): Change to use the built-in
3816 `set-file-modes' and the previous symbolic mode parsing functions.
3817
3818 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3819
3820 * textmodes/texinfo.el: Remove spurious * in docstrings.
3821 (texinfo-mode-syntax-table, texinfo-mode-map):
3822 Initialize in the declaration.
3823
3824 * tmm.el: Remove spurious * in docstrings.
3825 (tmm-prompt): Use with-current-buffer.
3826
3827 * vcursor.el: Remove spurious * in docstrings.
3828 (vcursor-map): Initialize in the declaration.
3829 (vcursor-use-vcursor-map): Use define-minor-mode.
3830 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
3831
3832 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
3833 Initialize in the declaration.
3834 (widget-minor-mode): Use define-minor-mode.
3835
3836 * woman.el (woman-mode-map, woman-syntax-table):
3837 Initialize in the declaration.
3838
3839 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
3840
3841 * doc-view.el: New file.
3842
3843 2007-09-09 Juri Linkov <juri@jurta.org>
3844
3845 * Makefile.in (update-authors): Add etc/ to AUTHORS.
3846
3847 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
3848
3849 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
3850 to "Startup screen". Fix docstring.
3851 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
3852 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
3853 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
3854 (initial-scratch-message): Fix docstring.
3855 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
3856 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
3857 Add link to "Customize Startup" and set interval between links to
3858 5 spaces.
3859 (fancy-about-text): Add links "Authors" and "Contributing".
3860 (fancy-splash-head): Add text "Welcome to " on the startup screen,
3861 and "This is " on the about screen. Add link to
3862 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
3863 For the about screen move emacs version to the header from
3864 `fancy-splash-tail' (as it's done already for normal about screen).
3865 (fancy-splash-tail): Insert emacs version only for startup screen.
3866 (normal-splash-screen): Remove duplicate empty lines.
3867 (normal-about-screen): Add links "Authors" and "Contributing".
3868
3869 * menu-bar.el (menu-bar-help-menu):
3870 Move "About Emacs" and "About GNU" to the end of the Help menu.
3871 Move "Emacs Psychotherapist" after "Send Bug Report...".
3872 Move "External Packages" after "Find Emacs Packages".
3873
3874 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
3875
3876 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
3877 they are useless with the byte compiler.
3878 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
3879 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
3880 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
3881 (tramp-file-name-real-host, tramp-file-name-port)
3882 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
3883 defuns.
3884
3885 * net/tramp-cache.el (top): Improve error message when
3886 `tramp-persistency-file-name' is corrupted.
3887
3888 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
3889
3890 * textmodes/org.el (org-re): Also replace the :alpha: class.
3891 (org-todo-tag-alist): Variable removed.
3892 (org-todo-key-alist, org-todo-key-trigger): New variables.
3893 (org-use-fast-todo-selection): New option.
3894 (org-log-done): Docstring fixed.
3895 (org-deadline-warning-days): New default value 14.
3896 (org-edit-timestamp-down-means-later): New option.
3897 (org-tag-alist): Docstring fixed.
3898 (org-fast-tag-selection-include-todo): New option.
3899 (org-export-language-setup): New languages added.
3900 (org-set-regexps-and-options): Compute the new variables.
3901 (org-paste-subtree): Cleaning up.
3902 (org-remember-apply-template): New escape %A.
3903 (org-todo): Call fast TODO selection.
3904 (org-fast-todo-selection): New function.
3905 (org-add-log-note): Allow prefix for abort exit.
3906 (org-at-property-p, org-entry-properties)
3907 (org-columns-get-autowidth-alist): Use :alpha: class.
3908 (org-get-wdays): New function.
3909 (org-agenda-remove-date): New variable.
3910 (org-agenda-get-deadlines): Use `org-get-wdays'.
3911 (org-agenda-get-deadlines): Reverse ee before returning.
3912 (org-format-agenda-item): New argument REMOVE-RE.
3913 (org-agenda-convert-date): Baha'i calendar added.
3914 (org-infile-export-plist): Also find DATE line.
3915 (org-get-min-level): New function.
3916 (org-export-as-html, org-export-as-ascii): Use the date format.
3917 (org-shiftup, org-shiftdown): Use.
3918 `org-edit-timestamp-down-means-later'.
3919 (org-assign-fast-keys): New function.
3920
3921 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
3922
3923 * cus-start.el (all): Add prefer-window-split-horizontally from
3924 window.c.
3925
3926 2007-09-08 Eli Zaretskii <eliz@gnu.org>
3927
3928 * net/browse-url.el (browse-url-galeon): Fix last change.
3929 (top-level): Require cl when compiling.
3930
3931 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
3932
3933 * textmodes/org-export-latex.el: arch-tag restored.
3934
3935 * textmodes/org-publish.el: arch-tag restored.
3936
3937 2007-09-08 Masatake YAMATO <jet@gyve.org>
3938
3939 * progmodes/which-func.el (which-func-modes): Add diff-mode.
3940
3941 * progmodes/cc-langs.el: Support new keywords added to
3942 objective-c frontend of gcc.
3943 (c-simple-stmt-kwds): Add @throw.
3944 (c-block-stmt-2-kwds): Add @synchronized.
3945 (c-block-stmt-1-kwds): Add @finally and @try.
3946
3947 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
3948
3949 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
3950 (org-agenda-after-show-hook): New variable.
3951 (org-columns-compile-format)
3952 (org-columns-get-autowidth-alist, org-buffer-property-keys)
3953 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
3954 property names.
3955 (org-get-wdays): New function.
3956
3957 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
3960
3961 * term/xterm.el (xterm-function-map): Initialize in the declaration.
3962
3963 * vc-arch.el (vc-arch-checkin): Fix typo.
3964
3965 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3966
3967 * cus-face.el (custom-theme-set-faces): Set face attributes
3968 locally for each frame.
3969
3970 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3971
3972 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
3973 via font-lock-defaults.
3974
3975 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
3976 derived-mode-p.
3977
3978 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
3979
3980 * progmodes/autoconf.el (autoconf-definition-regexp):
3981 Handle optional square brackets around definition name.
3982
3983 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
3984
3985 * net/browse-url.el (browse-url-browser-function): Add elinks.
3986 (browse-url-elinks-wrapper): New option.
3987 (browse-url-encode-url, browse-url-elinks)
3988 (browse-url-elinks-sentinel): New functions.
3989 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
3990 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
3991 Use new function browse-url-encode-url.
3992
3993 2007-09-07 Glenn Morris <rgm@gnu.org>
3994
3995 * version.el (emacs-version): Revert 2007-08-29 change: no need to
3996 say if multi-tty is present.
3997
3998 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3999
4000 * cus-start.el (split-window-preferred-function): Add custom info.
4001
4002 * calendar/holidays.el (holiday-list, calendar-check-holidays)
4003 (calendar-mark-holidays, calendar-list-holidays)
4004 (holiday-filter-visible-calendar): New names to clean up namespace.
4005 (filter-visible-calendar-holidays, list-calendar-holidays)
4006 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
4007 Add compatibility aliases.
4008 (calendar-check-holidays, calendar-mark-holidays)
4009 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
4010 (holiday-sexp): Replace append with list.
4011 (holiday-filter-visible-calendar): Replace append with push.
4012
4013 * woman.el: Remove spurious * in docstrings.
4014 (woman-mini-help, woman-non-underline-faces, woman0-rename)
4015 (woman-topic-all-completions-merge, woman-file-name-all-completions)
4016 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
4017 (woman-write-directory-cache, woman-display-extended-fonts)
4018 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
4019 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
4020 (woman-mode): Use inhibit-read-only.
4021 (woman-negative-vertical-space): Use dotimes.
4022 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
4023
4024 2007-09-06 Romain Francoise <romain@orebokech.com>
4025
4026 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
4027 (vc-bzr-workfile-version): Use it.
4028
4029 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
4030
4031 * complete.el (PC-do-completion): Don't try to treat
4032 empty string as an abbreviation.
4033
4034 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4035
4036 * help-fns.el (describe-variable): Keep doc's text properties.
4037
4038 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
4039
4040 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
4041 instead of a file.
4042
4043 2007-09-06 Glenn Morris <rgm@gnu.org>
4044
4045 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
4046 (checkdoc-minor-mode): Allow user to specify lighter via
4047 checkdoc-minor-mode-string.
4048
4049 2007-09-05 Richard Stallman <rms@gnu.org>
4050
4051 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
4052 Several items removed, simplified, or put on one line.
4053 (fancy-about-text): Add substantial contents, part of startup text.
4054 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
4055 (normal-splash-screen): Call normal-mouse-startup-screen,
4056 normal-no-mouse-startup-screen, or normal-about-screen.
4057 (normal-mouse-startup-screen): New fn, broken out, shortened.
4058 (normal-no-mouse-startup-screen): New fn, broken out.
4059 (normal-about-screen): New function, contents all new.
4060
4061 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4062
4063 * emacs-lisp/rx.el (rx): Fix typo in docstring.
4064
4065 2007-09-05 Glenn Morris <rgm@gnu.org>
4066
4067 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
4068 is bound.
4069
4070 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4071
4072 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
4073 in doc string.
4074
4075 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4076
4077 * server.el (server-start, server-unload-hook): Undo previous change.
4078
4079 * xt-mouse.el: Undo previous change.
4080
4081 2007-09-04 Juri Linkov <juri@jurta.org>
4082
4083 * startup.el (fancy-about-text): New variable.
4084 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
4085 (fancy-current-text, fancy-splash-stop-time)
4086 (fancy-splash-outer-buffer): Remove variables.
4087 (fancy-splash-head, fancy-splash-tail): Add new optional argument
4088 `startup' and use it to conditionally display different texts for
4089 Startup and About screens. Don't display Help commands on the About
4090 screen.
4091 (fancy-splash-screens-1): Remove function and move its content to
4092 `fancy-splash-screens' to the part that dislpays the About screen.
4093 (exit-splash-screen): Don't treat specially exiting from
4094 alternating screens.
4095 (fancy-splash-screens): Rename argument `static' to `startup'.
4096 Fix docstring. Remove code for displaying alternating screens.
4097 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
4098 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
4099 for `inhibit-read-only'.
4100 (normal-splash-screen): Rename argument `static' to `startup'.
4101 Fix docstring. Use argument `startup' to conditionally display
4102 different texts for Startup and About screens. Don't display Help
4103 commands on the About screen. Remove `unwind-protect' `sit-for'
4104 delay and `kill-buffer' after it.
4105 (display-startup-echo-area-message): Remove call to
4106 `use-fancy-splash-screens-p' because image.el is preloaded and
4107 doesn't display "Loading image... done".
4108 (display-splash-screen): Rename argument `static' to `startup'.
4109 Fix docstring.
4110
4111 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4112
4113 * server.el (server-start, server-unload-hook):
4114 suspend-tty-functions has been renamed to suspend-tty-hook.
4115
4116 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
4117 resume-tty-hook.
4118
4119 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
4120
4121 * loadup.el: Fix merge problem, only load "button" once.
4122
4123 2007-09-03 Glenn Morris <rgm@gnu.org>
4124
4125 * vc-svn.el (vc-svn-print-log): If there is only one file, use
4126 "Working file:" as the prefix, for the sake of
4127 log-view-current-file.
4128
4129 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4130
4131 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
4132 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
4133 if the selected frames is in
4134 xterm-modify-other-keys-terminal-list.
4135 (xterm-turn-off-modify-other-keys): Add an optional frame
4136 parameter. Only turn off modify-other-keys if FRAME is in
4137 xterm-modify-other-keys-terminal-list.
4138 (xterm-remove-modify-other-keys): New function.
4139 (terminal-init-xterm): Use it. Deal with delete-frame hook.
4140 Add the selected frame to xterm-modify-other-keys-terminal-list.
4141
4142 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4143
4144 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
4145 (icon-map-list): New variable.
4146 (x-gtk-map-stock): Use icon-map-list.
4147
4148 2007-09-02 Romain Francoise <romain@orebokech.com>
4149
4150 * log-view.el (log-view-current-file): Balance parens.
4151
4152 2007-09-02 Glenn Morris <rgm@gnu.org>
4153
4154 * comint.el (comint-mode): Don't set scroll-conservatively.
4155
4156 * eshell/em-unix.el (eshell/time): Stringify and flatten the
4157 non-command arguments.
4158
4159 * log-view.el (log-view-current-file): Give a more explicit error
4160 if log-view-file-re fails to find a match.
4161
4162 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4163
4164 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4165 Fix bug: Don't expand top-level file name more than once.
4166 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
4167
4168 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * server.el (server-process-filter): Don't display the splash screen.
4171 It's annoying enough on the initial screen and becomes positively
4172 obnoxious here.
4173
4174 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
4177 Change naming to use "avl-tree--" for internal functions.
4178
4179 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
4180
4181 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
4182 the merge.
4183 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
4184 (provide): Move to the end of file.
4185
4186 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
4187
4188 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4189
4190 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
4191 New variable. List of exceptions for the duplicated word rule.
4192 (flyspell-mark-duplications-flag): Mention it.
4193 (flyspell-word): Treat it.
4194
4195 * files.el (create-file-buffer): If the filename sans directory starts
4196 with spaces, remove them.
4197
4198 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4199
4200 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
4201 (x-gtk-map-stock): Use two directory elements when matching
4202 file name.
4203
4204 2007-08-31 James Wright <james@chumsley.org>
4205
4206 * eshell/em-unix.el (eshell/info): New function.
4207
4208 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4209
4210 * frame.el (frame-initialize, make-frame):
4211 * server.el (server-process-filter):
4212 * faces.el (tty-set-up-initial-frame-faces): Don't set
4213 term-environment-variable since it's not used any more.
4214
4215 * env.el (setenv): Don't treat $TERM specially.
4216
4217 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
4218 stated otherwise, subprocesses do not send back escape sequences
4219 corresponding to the terminal from which Emacs was started.
4220
4221 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
4222
4223 * calculator.el: Require cl for compilation.
4224
4225 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
4226
4227 * outline.el (outline-font-lock-levels): Comment out unused var.
4228 (outline-font-lock-face): Wrap around face list to handle any
4229 nesting depth gracefully.
4230
4231 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
4232
4233 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
4234 `set-file-times'.
4235
4236 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
4237
4238 * textmodes/org.el (org-export-visible): Fix drawers before export.
4239 (org-do-sort): Allow sorting by priority.
4240 (org-agenda-files): Ignore non-existing files.
4241 (org-agenda-skip-unavailable-files): New variable.
4242 (org-ellipsis): All a face as value.
4243 (org-mode): Interprete the face value of `org-ellipsis'.
4244 (org-archive-save-context-info): New option.
4245 (org-archive-subtree): Store context info in archived entry.
4246 (org-fast-tag-selection-can-set-todo-state): New variable.
4247 (org-fast-tag-selection): Allow setting TODO states through this
4248 interface.
4249 (org-cycle): Docstring updated.
4250 (org-todo-keyword-faces): New option.
4251 (org-get-todo-face): New function.
4252 (org-set-font-lock-defaults, org-agenda-highlight-todo):
4253 Use `org-get-todo-face'.
4254 (org-switch-to-buffer-other-window): New function.
4255 (org-table-edit-field, org-table-show-reference)
4256 (org-table-edit-formulas, org-add-log-note)
4257 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
4258 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
4259 `switch-to-buffer-other-window' to make sure that the temporary
4260 windows show up on the current frame.
4261 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
4262 (org-get-entries-from-diary, org-replace-region-by-html):
4263 Don't allow pop-up frames.
4264 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4265 Fix problems with time-of-day.
4266 (org-export-get-title-from-subtree): New function.
4267 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
4268 with listing items that are DONE.
4269 (org-change-tag-in-region): New command.
4270 (org-agenda-skip-scheduled-if-done)
4271 (org-agenda-skip-deadline-if-done): Docstring clarified.
4272 (org-mode): Hide drawers on startup.
4273 (org-get-todo-face): New function.
4274 (org-todo-keyword-faces): New option.
4275 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
4276 (org-remove-keyword-keys): New function.
4277
4278 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
4279
4280 * progmodes/grep.el (grep-find-ignored-directories):
4281 Add monotone _MTN bookkeeping directory in workspaces.
4282 Add RCS control directory. List items in alphabetical order.
4283
4284 * progmodes/grep.el (grep-files-aliases): Add cc alias.
4285 Sort items in alphabetical order. Fix parens.
4286
4287 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4288
4289 * vc-hg.el (vc-hg-extra-menu-map): New variable.
4290 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
4291 (vc-hg-pull): New functions.
4292 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
4293
4294 * term/mac-win.el: Don't require url, only autoloaded url
4295 functions are used in this file.
4296
4297 2007-08-29 Andreas Schwab <schwab@suse.de>
4298
4299 * shell.el (shell): Return correct value from interactive spec.
4300
4301 2007-08-29 Glenn Morris <rgm@gnu.org>
4302
4303 * version.el (emacs-version): Increase to 23.0.50.
4304
4305 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4306
4307 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
4308
4309 2007-08-29 Juri Linkov <juri@jurta.org>
4310
4311 * loadup.el: Add "button" loading after "faces" and move "startup"
4312 to load after "button".
4313
4314 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4315
4316 * loadup.el: Load term/mac-win on a Mac using Carbon.
4317
4318 * term/mac-win.el: Provide mac-win.
4319 (mac-initialized): New variable.
4320 (mac-initialize-window-system): New function. Move global setup here.
4321 (handle-args-function-alist, frame-creation-function-alist):
4322 (window-system-initialization-alist): Add mac entries.
4323 (x-setup-function-keys): New function containing all the
4324 top level function key definitions.
4325
4326 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
4327
4328 * env.el (read-envvar-name): Don't consider the environment frame param.
4329
4330 * env.el (setenv):
4331 * frame.el (frame-initialize, make-frame):
4332 * faces.el (tty-set-up-initial-frame-faces):
4333 * server.el (server-process-filter): Set
4334 display-environment-variable and term-environment-variable.
4335
4336 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
4337
4338 2007-08-29 Jason Rumney <jasonr@gnu.org>
4339
4340 * loadup.el: Only load term/x-win when X is compiled in.
4341 Load term/w32-win and dependencies on windows-nt.
4342
4343 * term/w32-win.el: Reorder to match x-win.el more closely.
4344 Provide w32-win. Don't throw error when global window-system not w32.
4345 (internal-face-interactive): Remove obsolete function.
4346 (x-setup-function-keys): Use local-function-key-map.
4347 (w32-initialized): New variable.
4348 (w32-initialize-window-system): Set it.
4349 Move more global setup here.
4350 (x-setup-function-keys): New function.
4351 (w32-initialize-window-system): Move non function key global setup here.
4352 (x-cut-buffer-max): Remove.
4353 (w32-initialize-window-system): New function.
4354 (handle-args-function-alist, frame-creation-function-alist):
4355 (window-system-initialization-alist): Add w32 entries.
4356
4357 2007-08-29 David Kastrup <dak@gnu.org>
4358
4359 * env.el (getenv): Pass frame to getenv-internal.
4360
4361 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
4362
4363 * version.el (emacs-version): Show if multi-tty is present.
4364
4365 * loadup.el: Delay loading env; mule-conf gets confused by cl
4366 during bootstrap. Also load termdev and term/x-win.
4367
4368 * bindings.el (mode-line-client): New variable.
4369 (help-echo): Add it to the default mode-line format.
4370
4371 * cus-start.el: Remove bogus window-system reference from GTK test.
4372
4373 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
4374 (ebrowse-electric-position-mode-map):
4375 * ebuff-menu.el (electric-buffer-menu-mode-map):
4376 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
4377 not `suspend-emacs'.
4378
4379 * ediff-wind.el (ediff-setup-windows-automatic): New function.
4380 (ediff-window-setup-function): Use it as default.
4381
4382 * files.el (save-buffers-kill-terminal): New function.
4383 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
4384
4385 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
4386 and `with-selected-frame'.
4387
4388 * help-fns.el (describe-variable): Describe frame-local variables
4389 correctly.
4390
4391 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
4392 display support.
4393 (normal-erase-is-backspace-setup-frame): New function.
4394
4395 * subr.el (with-selected-frame): New function.
4396 (read-quoted-char): Use terminal-local binding of
4397 local-function-key-map instead of function-key-map.
4398
4399 * talk.el (talk): New function.
4400 (talk-handle-delete-frame): New function.
4401 (talk-add-display): Open a new frame only if FRAME was not a frame.
4402
4403 * termdev.el: New file.
4404
4405 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
4406 * term/x-win.el: Don't bind f10.
4407 * tmm.el: Remove autoload binding for f10.
4408
4409 * international/encoded-kb.el (encoded-kbd-setup-display): Use
4410 `set-input-meta-mode'. Fix broken condition before set-input-mode.
4411 Store the saved input method as a terminal parameter. Add keymap
4412 parameter. Use it instead of changing key-translation-map directly.
4413 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
4414 Remove.
4415 (encoded-kbd-setup-display): New function.
4416
4417 * international/mule-cmds.el (set-locale-environment): Fix getenv
4418 call. Use save-buffers-kill-terminal. Ignore window-system; always
4419 set the keyboard coding system. Add DISPLAY parameter.
4420 (set-display-table-and-terminal-coding-system): Add DISPLAY
4421 parameter. Pass it to set-terminal-coding-system.
4422
4423 * international/mule.el (keyboard-coding-system): Test for
4424 encoded-kbd-setup-display, not encoded-kbd-mode.
4425 (set-terminal-coding-system, set-keyboard-coding-system): Add
4426 DISPLAY parameter.
4427 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
4428
4429 * term/README: Update.
4430
4431 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
4432
4433 * term/x-win.el (x-setup-function-keys): New function. Move
4434 function-key-map tweaks here. Protect against multiple calls on
4435 the same terminal. Use terminal-local binding of
4436 local-function-key-map instead of function-key-map.
4437 (x-initialize-window-system): Make a copy of pure list. Pass a
4438 frame getenv.
4439
4440 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
4441 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
4442 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
4443 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
4444 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
4445 local-function-key-map instead of function-key-map.
4446
4447 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
4448 `substitute-key-definition' and `define-key' calls against
4449 multiple execution. Use terminal-local binding of
4450 local-function-key-map instead of function-key-map. Pass a frame
4451 to getenv.
4452
4453 * edmacro.el (edmacro-format-keys):
4454 * emulation/cua-base.el (cua--pre-command-handler):
4455 * isearch.el (isearch-other-meta-char):
4456 * xt-mouse.el: Use terminal-local binding of
4457 local-function-key-map instead of function-key-map.
4458
4459 * fringe.el (set-fringe-mode): Simplify and fix using
4460 `modify-all-frames-parameters'.
4461 * scroll-bar.el (set-scroll-bar-mode): Ditto.
4462 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
4463 check before calling `tool-bar-setup'.
4464 (tool-bar-setup): New variable.
4465 (tool-bar-setup): Use it to guard against multiple calls. Add
4466 optional frame parameter, and select that frame before adding items.
4467 (toggle-tool-bar-mode-from-frame): New function.
4468
4469 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
4470 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
4471 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
4472 "Tool-bar" toggles to reflect the state of the current frame.
4473 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
4474
4475 * env.el: Require cl for byte compilation (for `block' and `return').
4476 (environment, setenv-internal): New functions.
4477 (let-environment): New macro.
4478 (setenv, getenv): Add optional terminal parameter. Update docs.
4479 (setenv): Use setenv-internal. Always set process-environment.
4480 Handle `local-environment-variables'.
4481 (read-envvar-name, setenv, getenv): Use frame parameters
4482 to store the local environment, not terminal parameters. Include
4483 `process-environment' as well.
4484
4485 * faces.el (tty-run-terminal-initialization): New function.
4486 (tty-create-frame-with-faces): Use it. Set up faces and
4487 background mode only after the terminal has been initialized.
4488 Call terminal-init-*. Don't load the initialization file more
4489 than once. Call set-locale-environment.
4490 (frame-set-background-mode): Handle the 'background-mode terminal
4491 parameter.
4492 (tty-find-type): New function.
4493 (x-create-frame-with-faces): Remove bogus check for
4494 first frame. Call `tool-bar-setup'. Don't make frame visible
4495 until we are done setting up all its parameters. Call
4496 x-setup-function-keys.
4497
4498 * frame.el (make-frame): Always inherit 'environment and 'client
4499 parameters. Set up the 'environment frame parameter, when needed.
4500 Also inherit 'client parameter. Don't override explicitly
4501 specified values with inherited ones. Add 'terminal frame
4502 parameter. Append window-system-default-frame-alist to parameters
4503 before calling frame-creation-function.
4504 (frame-initialize): Copy the environment from the initial frame.
4505 (window-system-default-frame-alist): Enhance doc string.
4506 (frame-notice-user-settings): Don't put 'tool-bar-lines in
4507 `default-frame-alist' when initial frame is on a tty.
4508 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
4509 Remove specified parameters from `window-system-default-frame-alist'.
4510 (make-frame-on-tty, framep-on-display, suspend-frame):
4511 Extend doc string, update parameter names.
4512 (frames-on-display-list): Use terminal-id to get the display id.
4513 (frame-notice-user-settings): Extend to apply
4514 settings in `window-system-default-frame-alist' as well.
4515 (terminal-id, terminal-parameters, terminal-parameter)
4516 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
4517 (delete-frame-functions): Add to `delete-frame-functions' hook.
4518 (blink-cursor-mode): Adapt blink-cursor-mode default
4519 value from startup.el.
4520 (make-frame-on-display): Protect condition on x-initialized when
4521 x-win.el is not loaded. Update doc.
4522 (suspend-frame): Use display-controlling-tty-p to decide between
4523 suspend-emacs and suspend-tty.
4524 (frames-on-display-list): Update for display ids.
4525 (framep-on-display): Ditto.
4526 (suspend-frame): Use display-name, not frame-tty-name.
4527 (selected-terminal): New function.
4528
4529 * server.el: Use `device' instead of `display' or `display-id' in
4530 variable and client parameter names.
4531 (server-select-display): Remove (unused).
4532 (server-tty-live-p, server-handle-delete-tty): Remove.
4533 (server-unquote-arg, server-quote-arg, server-buffer-clients):
4534 Update docs.
4535 (server-getenv-from, server-with-environment, server-send-string)
4536 (server-save-buffers-kill-terminal): New functions.
4537 (server-delete-client): Handle quits in kill-buffer. Don't kill
4538 modified buffers. Add extra logging. Delete frames after
4539 deleting the tty. Clear 'client parameter before deleting a frame.
4540 Use delete-display, not delete-tty.
4541 (server-visit-files): Don't set `server-existing-buffer' if the
4542 buffer already has other clients. Return list of buffers
4543 created. Update doc. Don't set client-record when nowait.
4544 (server-handle-delete-frame): Delete the client if this was its
4545 last frame. Check that the frame is alive. Remove bogus comment.
4546 Add note on possible race condition. Delete tty clients, if needed.
4547 (server-handle-suspend-tty): Use server-send-string. Kill the
4548 client in case of errors from process-send-string. Use the display
4549 parameter.
4550 (server-unload-hook): Remove obsolete delete-tty hook.
4551 (server-start): Ask before restarting if the old server still has
4552 clients. Add feedback messages. Remove obsolete delete-tty hook.
4553 (server-process-filter): Use server-send-string. Accept `-dir'
4554 command. Switch to *scratch* immediately after creating the frame,
4555 before evaluating any -evals. Protect `display-splash-screen'
4556 call in a condition-case. Explain why. Call
4557 `display-startup-echo-area-message' before
4558 `display-splash-screen'. Don't display the splash screen when no
4559 frame was created. Show the Emacs splash screen and startup echo
4560 area message. Display the *scratch* buffer by default. Store the
4561 local environment in a frame (not terminal) parameter. Do not try
4562 to decode environment strings. Fix reference to the 'display
4563 frame parameter. Change syntax of environment variables. Put
4564 environment into terminal parameters, not client parameters. Use
4565 a dummy client with --no-wait's X frames. In `-position LINE'
4566 handler, don't ruin the request string until the line number is
4567 extracted. Log opened files. Handle -current-frame command.
4568 Don't create frames when it is given. Don't bind X frames to the
4569 client when we are in -no-wait mode. Set locale environment
4570 variables from client while creating tty frames. Disable call to
4571 configure-display-for-locale. When processing -position command,
4572 don't change the request string until the parameters are
4573 extracted. Don't try to create an X frame when Emacs does not
4574 support it. Improve logging. Temporarily set ncurses-related
4575 environment variables to those of the client while creating a new
4576 tty frame. Select buffers opened by nowait clients, don't leave
4577 them buried under others. Set the display parameter, and use it
4578 when appropriate.
4579
4580 * startup.el (display-startup-echo-area-message): Handle
4581 `inhibit-startup-echo-area-message' here.
4582 (command-line-1): Moved from here.
4583 (fancy-splash-screens): Use `overriding-local-map' instead of
4584 `overriding-terminal-local-map' for now; the latter doesn't work
4585 right, it looses keypresses to another terminal. Use
4586 `overriding-terminal-local-map' to set up keymap. Install a
4587 `delete-frame-functions' hook to catch `delete-frame' events.
4588 Ignore `select-window' events to cope better with
4589 `focus-follows-mouse'. Don't switch back to the original buffer
4590 if the splash frame has been killed. Restore previous buffer, even
4591 if it's *scratch*.
4592 (normal-splash-screen): Don't let-bind `mode-line-format'; it
4593 changes the global binding - setq it instead. Use
4594 `save-buffers-kill-terminal'.
4595 (display-splash-screen): Don't do anything if the splash screen is
4596 already displayed elsewhere.
4597 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
4598 (command-line): Replace duplicated code with a call to
4599 tty-run-terminal-initialization. Don't load the terminal
4600 initialization file more than once. Remove call to nonexistent
4601 function `set-locale-translation-file-name'.
4602
4603 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
4604 parameters.
4605 (xterm-mouse-position-function, xterm-mouse-event): Update.
4606 (xterm-mouse-mode): Don't depend on current value of window-system.
4607 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4608 Update for multi-tty.
4609 (turn-on-xterm-mouse-tracking-on-terminal)
4610 (turn-off-xterm-mouse-tracking-on-terminal)
4611 (xterm-mouse-handle-delete-frame): New functions.
4612 (delete-frame-functions, after-make-frame-functions)
4613 (suspend-tty-functions, resume-tty-functions): Install extra hooks
4614 for multi-tty.
4615
4616 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * simple.el (invisible-p): Remove: implemented in C now.
4619 (line-move-invisible-p): Remove obsolete alias.
4620
4621 2007-08-28 Juri Linkov <juri@jurta.org>
4622
4623 * image-mode.el (image-type): New variable.
4624 (image-mode): Set default major mode name to "Image[text]".
4625 (image-minor-mode): Change LIGHTER to display image-type in the
4626 mode line.
4627 (image-minor-mode): Set default image-type to "text".
4628 (image-toggle-display): After switching to text mode, set
4629 image-type to "text" and major mode name to "Image[text]".
4630 After switching to image mode, set image-type to actual image
4631 type, and add image type to major mode name. Let-bind the same
4632 variable names as arguments of `image-type' and `create-image'.
4633 Bind `type' to the result of `image-type' and use it as arg
4634 of `create-image' to not determine the image type twice.
4635
4636 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
4637
4638 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
4639 (tramp-set-file-uid-gid, tramp-get-local-uid)
4640 (tramp-get-local-gid): New defuns.
4641 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
4642 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
4643 Improve fast track.
4644 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
4645 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
4646 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
4647 (tramp-handle-write-region): Improve fast track.
4648 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
4649 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
4650 be nil.
4651
4652 2007-08-28 Ivan Kanis <apple@kanis.eu>
4653
4654 * time.el: New feature to display several time zones in a buffer.
4655 (display-time-world-mode, display-time-world-display)
4656 (display-time-world, display-time-world-timer): New functions.
4657 (display-time-world-list, display-time-world-time-format)
4658 (display-time-world-buffer-name, display-time-world-timer-enable)
4659 (display-time-world-timer-second, display-time-world-mode-map):
4660 New variables.
4661
4662 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4663
4664 * term/x-win.el (x-gtk-stock-map): New variable.
4665 (x-gtk-map-stock): New function.
4666
4667 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
4668 prev/next-node.
4669
4670 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
4671
4672 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
4673
4674 2007-08-28 Glenn Morris <rgm@gnu.org>
4675
4676 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
4677
4678 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4679
4680 * progmodes/modula2.el (m2-definition, m2-module):
4681 Don't use previous-line. Reported by T. V. Raman.
4682
4683 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4684
4685 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
4686 argument to tool-bar-mode call.
4687
4688 2007-08-27 Glenn Morris <rgm@gnu.org>
4689
4690 * diff-mode.el (diff-find-file-name): Only accept regular files,
4691 to rule out /dev/null, directories, etc.
4692
4693 * vc-svn.el (vc-svn-diff): If the repository version of all the
4694 files is the same as the specified OLDVERS, do a local diff.
4695
4696 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
4699 of buffers in uniquify-managed.
4700
4701 * simple.el (invisible-p): Rename from text-invisible-p.
4702 Update callers.
4703
4704 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4705
4706 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
4707 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
4708 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
4709 (cperl-etags-goto-tag-location): Use new style backquotes.
4710
4711 * net/browse-url.el: Remove spurious * in custom docstrings.
4712 (browse-url-filename-alist): Use new-style backquote.
4713
4714 * emacs-lisp/backquote.el (backquote-unquote-symbol)
4715 (backquote-splice-symbol): Clarify they're not new-style unquotes.
4716
4717 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
4718 (\,@): Backslash the , and ,@ which are not new-style unquotes.
4719
4720 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
4721
4722 * net/socks.el (socks-username/password-auth-filter):
4723 Remove unused vars `state' and `desired-len'.
4724 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
4725 (socks-wait-for-state-change): Use new-style backquotes.
4726
4727 * pcvs.el (cvs-mode-status): Fix long-standing typo.
4728
4729 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
4730 backquotes after each `read' rather than once per buffer.
4731
4732 * dframe.el: Remove spurious * in custom docstrings.
4733 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
4734 (dframe-xemacs20p): Remove, inline at the sole use point.
4735 (defface): Don't defvar the face, don't use old-style backquote.
4736 (defcustom): Don't use old-style backquote.
4737 (dframe-frame-parameter, dframe-mouse-event-p):
4738 Make it obvious that it's always defined.
4739 (dframe-popup-kludge): New function to replace
4740 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
4741 (dframe-frame-mode, dframe-set-timer-internal)
4742 (dframe-mouse-set-point): Remove use of with-no-warnings from
4743 XEmacs-specific code.
4744 (dframe-set-timer-internal): Fix very old bug with
4745 post-command-idle-hook.
4746
4747 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
4748
4749 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4750
4751 * emacs-lisp/avl-tree.el: New file.
4752
4753 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4754
4755 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
4756 was used.
4757
4758 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
4759
4760 * complete.el (PC-do-completion): Make RET accept a non-unique but
4761 complete expansion again.
4762
4763 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
4764
4765 * eshell/esh-opt.el (eshell-eval-using-options):
4766 Add debug declaration.
4767
4768 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4769
4770 * log-view.el (log-view-toggle-mark-entry): Add docstring.
4771 (log-view-get-marked): Likewise.
4772
4773 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
4774 (vc-delete-automatic-version-backups): Likewise.
4775
4776 * vc.el (vc-dired-buffers-for-dir): Likewise.
4777
4778 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
4779
4780 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
4781 safe-local-variable setting.
4782 * progmodes/perl-mode.el (perl-indent-level): Likewise.
4783
4784 * log-view.el (log-view-marked-list): Delete variable.
4785 (log-view-mode): Don't use it.
4786 (log-view-toggle-mark-entry): Likewise, simplify.
4787 (log-view-current-tag): Don't return properties.
4788 (log-view-get-marked): New function.
4789
4790 2007-08-25 Alexandre Julliard <julliard@winehq.org>
4791
4792 * vc-git.el (vc-git-mode-line-string): New function.
4793
4794 2007-08-25 Alan Mackenzie <acm@muc.de>
4795
4796 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
4797 new language variable.
4798
4799 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
4800 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
4801 "extern" etc., rather than BOI. Fix addition of spurious
4802 syntactic-symbol 'defun-block-intro, replacing it with
4803 'innamespace, etc.
4804
4805 2007-08-25 Juri Linkov <juri@jurta.org>
4806
4807 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
4808
4809 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
4810 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
4811 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
4812
4813 * image.el (image-type-header-regexps): Use more complex regexp for svg.
4814 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
4815 (image-type-auto-detectable): Add (svg . maybe).
4816
4817 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
4818 to treat it like .tgz.
4819
4820 * calendar/cal-bahai.el: Add file coding cookie.
4821
4822 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
4823
4824 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
4825 Don't behave differently when executed via M-x. Add doc string.
4826
4827 * sort.el (sort-fold-case, sort-numeric-base): Mark as
4828 safe-local-variable.
4829
4830 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
4831
4832 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
4833 the default value.
4834 (math-calendar-tzinfo): New variable.
4835 (math-get-calendar-tzinfo): New function.
4836 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
4837 to get information when zone is nil.
4838
4839 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4840
4841 * log-view.el (log-view-toggle-mark-entry): New function.
4842 (log-view-mode-map): Bind it.
4843 (log-view-marked-list): New variable.
4844 (log-view-mode): Make it local.
4845
4846 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4847
4848 * play/zone.el (zone-pgm-rat-race): New func.
4849 (zone-programs): Add `zone-pgm-rat-race'.
4850
4851 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4852
4853 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
4854 a list.
4855
4856 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4857
4858 * progmodes/hideshow.el (hs-match-data): Delete alias.
4859 (hs-hide-block-at-point, hs-find-block-beginning)
4860 (hs-show-block): Use `match-data' directly.
4861
4862 2007-08-24 Martin Rudalics <rudalics@gmx.at>
4863
4864 * format.el (format-alist): Fix typo in doc-string.
4865
4866 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
4867
4868 * net/tramp.el (tramp-local-host-p): New defun.
4869 (tramp-handle-file-local-copy, tramp-handle-write-region):
4870 Implement fast track when being on the local host.
4871 (tramp-file-name-handler): Don't set "started" property. It shall
4872 be reserved for the "ftp" method.
4873 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
4874
4875 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
4876 (tramp-ftp-file-name-handler): Set "started" property.
4877
4878 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4879
4880 * files.el (backup-buffer-copy): Don't wrap delete in
4881 condition-case, only try to delete if file exists.
4882
4883 2007-08-24 Glenn Morris <rgm@gnu.org>
4884
4885 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
4886
4887 * startup.el (tutorial-directory): Set with eval-at-startup so it
4888 gets the right value in an installed Emacs.
4889
4890 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4891
4892 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
4893 (eldoc-highlight-function-argument): Use it.
4894
4895 2007-08-23 Masatake YAMATO <jet@gyve.org>
4896
4897 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
4898 name of parameters in document body.
4899
4900 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4901
4902 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
4903 (byte-compile-output-as-comment): Use with-current-buffer rather than
4904 a weird set-buffer&prog1 combination.
4905
4906 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
4907 test so as to optimise cases where the `progn's result is constant.
4908
4909 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4910
4911 * locate.el (locate-get-file-positions):
4912 Use line-beginning-position and line-end-position.
4913
4914 2007-08-23 John Wiegley <johnw@newartisans.com>
4915
4916 * calendar/cal-bahai.el: Added in the diacriticals that were
4917 missing for many of the month names.
4918
4919 2007-08-22 Jason Rumney <jasonr@gnu.org>
4920
4921 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
4922
4923 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
4924
4925 * image-mode.el (image-minor-mode): Use image-mode-text-map.
4926
4927 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4928
4929 * dabbrev.el (dabbrev--progress-reporter): New variable.
4930 (dabbrev--scanning-message): Delete func.
4931 (dabbrev--find-expansion): Use a progress reporter
4932 instead of dabbrev--scanning-message.
4933
4934 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4935
4936 * comint.el (comint-exec-1): Raise an error if
4937 `start-file-process' does not return a process object.
4938
4939 * shell.el (shell): Prompt for `default-directory' if it is a
4940 remote file name, and if called with a prefix arg.
4941
4942 2007-08-22 Sam Steingold <sds@gnu.org>
4943
4944 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
4945
4946 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
4947
4948 * textmodes/org-export-latex.el: New file.
4949
4950 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
4951
4952 * textmodes/org.el (org-agenda-skip): Allow a form for
4953 `org-agenda-skip-function'.
4954 (org-agenda-redo): Re-use local settings.
4955 (org-agenda): Store local settings.
4956 (org-agenda-deadline-faces): New option.
4957 (org-agenda-deadline-face): New function.
4958 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
4959 entries on their due date.
4960 (org-agenda-get-timestamps): No longer handle the due dates of
4961 schedules and deadline items.
4962 (org-insert-link-global, org-open-at-point-global): New commands.
4963 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
4964 :for-ascii parameter.
4965 (org-skip-comments): Function removed.
4966 (org-cleaned-string-for-export): Handle special table lines.
4967 (org-global-properties): New option.
4968 (org-entry-get-with-inheritance): Check global properties.
4969 (org-local-properties): New variable.
4970 (org-set-regexps-and-options): Find the #+PROPERTY line.
4971 (org-link-types): Change type into variable (was constant).
4972 (org-make-link-regexps): New function.
4973 (org-link-re-with-space, org-link-re-with-space2)
4974 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
4975 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
4976 these regular expressions happens now in the function
4977 `org-make-link-regexps'.
4978 (org-store-link): Call the functions in
4979 `org-store-link-functions'.
4980 (org-add-link-type): New function.
4981 (org-store-link-functions): New variable.
4982 (org-activate-tags): Force matches to be in headlines.
4983 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
4984 (org-columns-display-here): Make sure this works in a narrowed
4985 buffer by checking for point-min.
4986 (org-columns-display-here): Make the rest of the line intangible,
4987 so that point never can be there.
4988 (org-cleaned-string-for-export): Use `with-current-buffer'.
4989 (org-replace-region-by-html): Use `with-current-buffer'.
4990 (org-unfontify-region, org-do-occur, org-columns-display-here)
4991 (org-columns-remove-overlays, org-columns-quit)
4992 (org-columns-edit-value, org-columns-next-allowed-value)
4993 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
4994 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
4995 (org-agenda-todo, org-agenda-change-all-lines)
4996 (org-agenda-align-tags, org-agenda-priority)
4997 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
4998 (org-agenda-show-new-time, org-cleaned-string-for-export)
4999 (org-export-grab-title-from-buffer)
5000 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
5001 instead of `buffer-read-only'.
5002 (org-export-as-html): Set `coding-system-for-write'.
5003 (org-remember-store-without-prompt): New option.
5004 (org-archive-subtree): Fixed bug with modifying TODO keyword.
5005 (org-beginning-of-line): Also treat C-a special in items.
5006 (org-table-convert-refs-to-rc): Fixed problem with column
5007 reference after "..".
5008 (org-columns-compute): Don't mark buffer modified because of text
5009 properties.
5010 (org-batch-store-agenda-views): Use the variable
5011 `default-directory', not the function.
5012 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
5013 (org-clock-out-when-done): New option.
5014 (org-html-entities): Added HTML entities for smileys.
5015
5016 2007-08-22 Glenn Morris <rgm@gnu.org>
5017
5018 * image.el (create-image): Doc fix.
5019
5020 * startup.el (tutorial-directory): New constant.
5021 (fancy-splash-text): Tutorials now in tutorial-directory.
5022 * tutorial.el (help-with-tutorial): Tutorials now in
5023 tutorial-directory.
5024
5025 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
5026
5027 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
5028 otherwise.
5029 (tramp-get-remote-path): New defun. Replace occurrences of
5030 `tramp-default-remote-path' by this function.
5031 (tramp-set-remote-path): Move most of the code to
5032 `tramp-get-remote-path'.
5033 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
5034 existing directories, this is done already in
5035 `tramp-get-remote-path'.
5036
5037 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
5038
5039 * image-file.el (image-file-name-extensions): Add "svg".
5040 * image.el (image-type-header-regexps): Add svg entry.
5041
5042 2007-08-22 Glenn Morris <rgm@gnu.org>
5043
5044 * files.el (backup-buffer-copy): Check backup directory is
5045 writable, to avoid infloop deleting old backup.
5046
5047 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
5048 movemail related variables.
5049 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
5050 will now be set before this is called.
5051
5052 2007-08-21 Juri Linkov <juri@jurta.org>
5053
5054 * delsel.el (delete-selection-pre-hook):
5055 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
5056 instead of checking last-command.
5057
5058 2007-08-21 Juri Linkov <juri@jurta.org>
5059
5060 * loadup.el: Preload "button".
5061
5062 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5063
5064 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5065 Add previous-line and next-line.
5066
5067 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
5068 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
5069
5070 * vc-hooks.el (vc-menu-entry): New var.
5071 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
5072 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
5073 (vc-menu-map): Declare and initialize in one step.
5074 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
5075
5076 * menu-bar.el (vc-menu-map): Don't setup any more.
5077 Instead, just create the proper spot in the menu.
5078
5079 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5080
5081 * smerge-mode.el (smerge-resolve): New arg `safe'.
5082 (smerge-resolve-all, smerge-batch-resolve): New function.
5083 (smerge-refine): Make sure `diff' returns the expected result.
5084 (smerge-parsep-re): New const.
5085 (smerge-mode): Use it to adjust paragraph-separate.
5086
5087 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5088 Correctly match / regexp matchers as first char on a line when
5089 fontifying only that line.
5090
5091 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
5092
5093 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5094
5095 * vc-bzr.el: Don't fiddle with vc-handled-backend.
5096 (vc-bzr-registered): Don't redundantly protect against
5097 file-error. Actually use the format-specific code.
5098 (vc-bzr-buffer-nonblank-p): Remove.
5099 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
5100
5101 2007-08-20 Juri Linkov <juri@jurta.org>
5102
5103 * startup.el (fancy-splash-text): Change multiple tabs into one
5104 tab. Remove "Useful File menu items" section (with "Exit Emacs"
5105 and "Recover Crashed Session").
5106 (fancy-splash-screens): Set tab-width to 22.
5107 (normal-splash-screen): Replace literal tabs with \t and
5108 fix whitespace. Remove "Useful File menu items" section (with
5109 "Exit Emacs" and "Recover Crashed Session").
5110
5111 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
5112
5113 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
5114 extracted from `eval-last-sexp-1'.
5115 (eval-last-sexp-1): Call `preceding-sexp'.
5116
5117 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
5118
5119 * vc-rcs.el (vc-rcs-annotate-command):
5120 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
5121 Add back :vc-annotate-prefix propertization.
5122
5123 2007-08-20 Andreas Schwab <schwab@suse.de>
5124
5125 * mail/rmail.el (rmail-autodetect): Doc fix.
5126
5127 2007-08-19 Juri Linkov <juri@jurta.org>
5128
5129 * startup.el (normal-splash-screen): Add more links.
5130
5131 2007-08-19 Juri Linkov <juri@jurta.org>
5132
5133 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
5134 because it's common to both types of splash screen: fancy and normal.
5135 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
5136 (exit-splash-screen): Rename from `fancy-splash-quit'.
5137 Use `quit-window' instead of `kill-buffer'.
5138 (fancy-splash-head): Use make-button to insert GNU image link.
5139 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
5140 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
5141 (normal-splash-screen): Put "Browse manuals" on the same line with
5142 "Emacs manual". Remove descriptions from "Useful tasks" and put
5143 all links in two columns on two lines.
5144
5145 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
5146
5147 * emulation/viper.el (viper-remove-hooks): Remove some additional
5148 viper hooks when the user calls viper-go-away.
5149 (viper-go-away): Restore the default of default-major-mode.
5150 Save the value of default-major-mode before vaperization.
5151
5152 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
5153
5154 * emulation/viper-ex.el: Replace error "" with "Viper bell".
5155
5156 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
5157 buffer for which file is created.
5158
5159 2007-08-19 Glenn Morris <rgm@gnu.org>
5160
5161 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
5162 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
5163 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
5164 shadow files messing up the compilation.
5165
5166 2007-08-18 Glenn Morris <rgm@gnu.org>
5167
5168 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
5169 string. Also apply eldoc-argument-case in the help-split-fundoc
5170 case. Adapt for changed behavior of eldoc-function-argstring,
5171 eldoc-function-argstring-format, and
5172 eldoc-highlight-function-argument.
5173 (eldoc-highlight-function-argument): Handle nil INDEX argument,
5174 just call eldoc-docstring-format-sym-doc in that case.
5175 (eldoc-function-argstring): Change the behavior. Now it converts
5176 an argument list to a string.
5177 (eldoc-function-argstring-format): Change the behavior. Now it
5178 applies `eldoc-argument-case' to a string.
5179
5180 * progmodes/scheme.el (scheme-mode-variables): Set
5181 font-lock-comment-start-skip.
5182
5183 2007-08-18 Martin Rudalics <rudalics@gmx.at>
5184
5185 * progmodes/ada-mode.el (ada-create-syntax-table): Move
5186 set-syntax-table from here to ...
5187 (ada-mode): ... here. Do not change global value of
5188 comment-multi-line. Call new function
5189 ada-initialize-syntax-table-properties and add new function
5190 ada-handle-syntax-table-properties to font-lock-mode-hook.
5191 (ada-deactivate-properties, ada-initialize-properties): Replace
5192 by new functions ...
5193 (ada-handle-syntax-table-properties)
5194 (ada-initialize-syntax-table-properties)
5195 (ada-set-syntax-table-properties): ... to set up syntax-table
5196 properties uniformly, independently from whether font-lock-mode
5197 is enabled or not. Handle read-only buffers and do not change
5198 undo-list when setting syntax-table properties.
5199 (ada-after-change-function): Use ada-set-syntax-table-properties.
5200
5201 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5202
5203 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
5204 (meta-indent-current-nesting): Use a computation of the nesting
5205 instead.
5206 (meta-indent-current-indentation): Indentation is given according
5207 to nesting and if the previous line was finished or not.
5208 (meta-indent-unfinished-line): Tell if the current line ends with
5209 a finished expression.
5210 (meta-indent-looking-at-code): Like `looking-at', but checks if
5211 the point is in a string before.
5212 (meta-indent-level-count): Use it. Don't count parenthesis as it's
5213 done in the nesting function.
5214 (meta-indent-in-string-p): Tell if the current point is in a
5215 string.
5216 (meta-indent-calculate): Treat b-o-b as a special case. Use the
5217 previous functions.
5218
5219 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
5220
5221 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
5222 (copyright-update-year, copyright-update)
5223 (copyright-fix-years): Use it.
5224
5225 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
5226
5227 * emacs-lisp/copyright.el (copyright-update-year):
5228 Fix bug: Handle nil copyright-limit.
5229
5230 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5231
5232 * calc/calc-units.el (math-standard-units): Give exact
5233 conversion for tsp.
5234
5235 * calc/calc.el (math-bignum-digit-length): Compute the
5236 appropriate value.
5237
5238 * calc/calc-bin.el (math-bignum-logb-digit-size)
5239 (math-bignum-digit-power-of-two):
5240 * calc/calc-comb.el (math-small-factorial-table):
5241 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5242 (math-approx-gamma-const):
5243 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
5244 (math-besY1, math-bernoulli-b-cache):
5245 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5246 Remove `eval-when-compile's.
5247
5248 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5249
5250 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
5251 (cperl-find-pods-heres): Fix an error when typing expressions like
5252 `s{a}{b}'.
5253
5254 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5255
5256 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
5257 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
5258 a special case (there's no build number).
5259
5260 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
5261
5262 * completion.el (symbol-under-point, symbol-before-point)
5263 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
5264
5265 2007-08-17 Glenn Morris <rgm@gnu.org>
5266
5267 * progmodes/compile.el (compilation-get-file-structure): Make use
5268 of the directory part when checking for an existing entry, to
5269 handle files with same basename in different directories.
5270
5271 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5272
5273 * calc/calc.el (calc-language-alist): Add texinfo-mode.
5274
5275 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5276
5277 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
5278 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
5279 (ps-paragraph-spacing): Docstring fix.
5280
5281 2007-08-16 Glenn Morris <rgm@gnu.org>
5282
5283 * ps-print.el (ps-font-size): Doc fix.
5284
5285 2007-08-16 Richard Stallman <rms@gnu.org>
5286
5287 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
5288
5289 2007-08-15 Juri Linkov <juri@jurta.org>
5290
5291 * startup.el (initialization): Change parent group from `internal'
5292 to `environment'.
5293 (initial-buffer-choice): New variable.
5294 (command-line): Revert 2007-07-02 change that sets
5295 buffer-offer-save in *scratch* and enables auto-save in it.
5296 (fancy-splash-text): Add links to existing items. Add new items
5297 with links for useful tasks. Move information about Control-g to
5298 fancy-splash-head. Move "Emacs Guided Tour" to the end.
5299 (fancy-splash-keymap): New variable.
5300 (fancy-splash-last-input-event): Remove variable.
5301 (fancy-splash-insert): Add processing of `:link' element.
5302 (fancy-splash-head): Replace "Type Control-l to begin editing"
5303 with "Type `q' to exit".
5304 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
5305 (fancy-splash-default-action, fancy-splash-special-event-action):
5306 Remove functions.
5307 (fancy-splash-quit): New function.
5308 (fancy-splash-screens): Rename input arg from `hide-on-input' to
5309 `static' and reverse the condition of its usage. Don't preserve
5310 original values of `minor-mode-map-alist',
5311 `emulation-mode-map-alists', `special-event-map'.
5312 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5313 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5314 Remove processing of special events. Use local key map
5315 `fancy-splash-keymap'. Set buffer to read-only.
5316 (normal-splash-screen): Rename input arg from `hide-on-input' to
5317 `static' and reverse the condition of its usage.
5318 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5319 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5320 Add links to existing items. Add new items with links for useful
5321 tasks. Use local key map `fancy-splash-keymap'.
5322 (display-splash-screen): Rename input arg from `hide-on-input' to
5323 `static'.
5324 (about-emacs): Add alias to display-splash-screen.
5325 (command-line-1): Use `initial-buffer-choice'.
5326
5327 * menu-bar.el (menu-bar-help-menu):
5328 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
5329 item to about-emacs instead of display-splash-screen.
5330
5331 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5332
5333 * calc/calc-units.el (math-standard-units): Update values.
5334 Put in exact, rational values when possible.
5335 (math-unit-prefixes): Replace floats with powers of ten.
5336 (math-standard-units-systems): Replace floats with integers.
5337 (math-make-unit-string): Remove extra spaces in output.
5338
5339 2007-08-15 Glenn Morris <rgm@gnu.org>
5340
5341 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
5342 sloppier, for the sake of GNU Mailman.
5343 (rmail-digest-rfc1153): Initialize `result' correctly.
5344
5345 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5346
5347 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
5348 in the mail title. Suggested by Reiner Steib.
5349
5350 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
5351
5352 * calc/calc-aent.el (calc-do-quick-calc): Add binary
5353 representation of integers to the list of outputs.
5354
5355 2007-08-14 Glenn Morris <rgm@gnu.org>
5356
5357 * simple.el (bad-packages-alist): New constant.
5358 (bad-package-check): New function. Together, these two add elements
5359 to `after-load-alist' to check for problematic external packages.
5360 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
5361
5362 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5363
5364 * calc/calc-units.el (math-get-standard-units)
5365 (math-get-units, math-make-unit-string)
5366 (math-get-default-units, math-put-default-units): New functions.
5367 (math-default-units-table): New variable.
5368 (calc-convert-units, calc-convert-temperature): Add machinery
5369 to supply default values.
5370
5371 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5372
5373 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
5374 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
5375 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
5376 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
5377
5378 * emulation/tpu-extras.el: Remove spurious * in docstrings.
5379 Put its autoloads into tpu-edt.el rather than loaddefs.el.
5380 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
5381 Make into a proper minor-mode.
5382 (tpu-backward-char, tpu-next-line, tpu-previous-line)
5383 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
5384 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
5385 (tpu-set-cursor-free, tpu-set-cursor-bound):
5386 Delegate to tpu-cursor-free-mode.
5387 (tpu-next-line, tpu-previous-line, tpu-forward-line)
5388 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
5389 Use line-move or forward-line instead of next-line-internal.
5390
5391 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
5392
5393 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
5394
5395 2007-08-12 Richard Stallman <rms@gnu.org>
5396
5397 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
5398 (cvs-execute-single-file): Use new name split-string-and-unquote.
5399 (cvs-header-msg): Use new name combine-and-quote-strings.
5400
5401 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
5402
5403 * progmodes/gud.el (gud-common-init): Use new name
5404 split-string-and-unquote.
5405
5406 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
5407 in javac regexp.
5408
5409 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
5410 combine-and-quote-strings and split-string-and-unquote.
5411
5412 * subr.el (combine-and-quote-strings): Rename from strings->string.
5413 (split-string-and-unquote): Rename from string->strings.
5414
5415 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
5418 to buffer-local settings.
5419
5420 * emacs-lisp/backquote.el (backquote-delay-process): New function.
5421 (backquote-process): Add internal arg `level'. Use the two to
5422 correctly handle nested backquotes.
5423
5424 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
5425
5426 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
5427 (vc-bzr-state-words): Add "kind changed" state word.
5428 (vc-bzr-status): New function. Return Bzr idea of file status,
5429 which is different from VC's.
5430 (vc-bzr-state): Use vc-bzr-status.
5431 (vc-workfile-unchanged-p): Use vc-bzr-status.
5432 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
5433 (vc-dired-state): Process "kind changed" state word.
5434
5435 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5436
5437 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
5438
5439 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
5440 Move from vc-default-find-file-not-found-hook.
5441
5442 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5443
5444 * man.el: Remove spurious * in docstrings.
5445 Merge defvars and toplevel setq-defaults.
5446 (Man-highlight-references0): Limit=nil rather than point-max.
5447 (Man-mode-map): Move initialization into the declaration.
5448 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
5449 (Man-view-header-file): Use expand-file-name rather than concat.
5450 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
5451
5452 * man.el (Man-next-section): Make sure we do not move backward.
5453
5454 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5455
5456 * files.el (auto-mode-alist): Use the purecopied text (duh!).
5457
5458 2007-08-08 Glenn Morris <rgm@gnu.org>
5459
5460 * Replace `iff' in doc-strings and comments.
5461
5462 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5463
5464 * dired.el (dired-pop-to-buffer):
5465 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5466 * calendar/calendar.el (generate-calendar-window):
5467 * progmodes/compile.el (compilation-set-window-height):
5468 * textmodes/two-column.el (2C-two-columns, 2C-merge):
5469 Use window-full-width-p instead of comparing frame-width and
5470 window-width.
5471
5472 * progmodes/compile.el (compilation-find-buffer): Remove extra
5473 argument in call to compilation-buffer-internal-p.
5474
5475 2007-08-07 Tom Tromey <tromey@redhat.com>
5476
5477 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
5478 Add safe-local-variable property.
5479
5480 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5481
5482 * image-mode.el (image-toggle-display): Use image-refresh.
5483
5484 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
5485
5486 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
5487 unofficial version.
5488 (vc-bzr-command): Remove redundant setting of process-connection-type.
5489 (vc-bzr-admin-checkout-format-file): Add autoload.
5490 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
5491 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
5492 (vc-bzr-registered): Compare dirstate format tag with known good
5493 value, abort parsing if match fails. Warn user in docstring.
5494 (vc-bzr-workfile-version): Case for different Bzr branch formats.
5495 See bzrlib/branch.py in Bzr sources.
5496 (vc-bzr-diff): First argument FILES may be a string rather than a list.
5497 (vc-bzr-shell-command): Remove in favor of
5498 vc-bzr-command-discarding-stderr.
5499 (vc-bzr-command-discarding-stderr): New function.
5500
5501 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
5502
5503 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
5504 program, and return nil.
5505 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
5506 (vc-bzr-state): Look for path names relative to the repository
5507 root after status keyword.
5508 (vc-bzr-file-name-relative): New function.
5509 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
5510 depend on it.
5511 (vc-bzr-admin-dirname, ...-checkout-format-file)
5512 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
5513 files that we now parse directly for speed.
5514 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
5515 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
5516 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
5517 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
5518 Bzr warnings, so we must discard it.
5519 (vc-bzr-workfile-version): Speedup counting lines from
5520 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
5521 if that file doesn't exist.
5522 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
5523 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
5524 to `vc-directory-exclusion-list'.
5525 (vc-bzr-shell-command): New function.
5526
5527 2007-08-06 Tom Tromey <tromey@redhat.com>
5528
5529 * diff-mode.el (diff-unified->context, diff-reverse-direction)
5530 (diff-fixup-modifs): Typo in docstring.
5531
5532 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5533
5534 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
5535 count-screen-lines.
5536 (tpu-edt-off): Disable relevant pieces of advice.
5537
5538 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
5539 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
5540 (newline, newline-and-indent, do-auto-fill): Use advice instead of
5541 redefining the function.
5542 (tpu-set-scroll-margins): Activate the pieces of advice.
5543
5544 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5545
5546 * help.el (resize-temp-buffer-window): Use window-full-width-p
5547 instead of comparing frame-width and window-width.
5548
5549 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
5550
5551 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
5552 optional quotes around files in NEED-UPDATE . REMOVED case.
5553
5554 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
5555 (ada-treat-cmd-string): Improve error message.
5556 (ada-do-file-completion): Call `ada-require-project-file', so
5557 project variables are set properly.
5558 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
5559 (ada-gnatfind-buffer-name): New constant.
5560 (ada-find-any-references): Use new constant. Set buffer name
5561 properly in compilation-start. Toggle read-only properly.
5562 (ada-find-in-src-path): Fix spelling error in docstring.
5563
5564 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
5565 by zero error.
5566
5567 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5568
5569 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
5570
5571 2007-08-12 Richard Stallman <rms@gnu.org>
5572
5573 * progmodes/sh-script.el (sh): Delete group `unix'.
5574
5575 * progmodes/gud.el (gud): Change to group `processes'.
5576
5577 2007-08-11 Glenn Morris <rgm@gnu.org>
5578
5579 * progmodes/compile.el (compilation-buffer-name): Don't check
5580 compilation-arguments. It is superfluous, and the variable isn't
5581 even set when this function is called.
5582
5583 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5584
5585 * term/mac-win.el (mac-ae-reopen-application): New function.
5586 (mac-apple-event-map): Bind "reopen application" Apple event to it.
5587
5588 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5589
5590 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
5591 take tex-font-script-display into account.
5592 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
5593 cell to a list of 2 elements to simplify the unfontify code.
5594
5595 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5596
5597 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
5598 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
5599 ps-print-color-p is neither nil nor black-white. Reported by Christian
5600 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5601
5602 2007-08-08 Andreas Schwab <schwab@suse.de>
5603
5604 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
5605 self-insert-command, not self-insert.
5606
5607 2007-08-08 Glenn Morris <rgm@gnu.org>
5608
5609 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
5610 argument optional, for backwards compatibility, and only highlight
5611 args when present. Fix symbol name typo (doc/args).
5612
5613 * help-mode.el (help-make-xrefs): Search for symbol constituents,
5614 rather than just `-'.
5615
5616 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
5617
5618 * calc/calc-units.el (calc-convert-temperature):
5619 Use `/' to create fractions.
5620
5621 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
5622
5623 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
5624 global matching.
5625 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
5626 ERROR-BUFFER more robust. Display output.
5627 (tramp-file-name-handler): Add a connection property when we found
5628 a foreign file name handler. This allows backends like ftp to
5629 profit also from usr/host name completion based on connection
5630 cache.
5631 (tramp-send-command-and-read): Search for trash after the regexp
5632 until eol only. In XEmacs, there is a problem with \n.
5633
5634 * net/tramp-cache.el (top): Read persistent connection history
5635 when cache is empty.
5636
5637 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
5638
5639 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
5640 resulting output.
5641
5642 2007-08-07 Sam Steingold <sds@gnu.org>
5643
5644 * progmodes/compile.el (compilation-start): Pass nil as startfile
5645 to comint-exec.
5646
5647 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5648
5649 * longlines.el (longlines-decoded): New variable.
5650 (longlines-mode): Avoid encoding or decoding the buffer twice.
5651
5652 2007-08-07 Martin Rudalics <rudalics@gmx.at>
5653
5654 * format.el (format-insert-file): Make sure that at most one undo
5655 entry is recorded for the insertion. Inhibit point-motion and
5656 modification hooks around call to insert-file-contents.
5657
5658 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5659
5660 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
5661 Select the buffer's window before moving point.
5662
5663 2007-08-07 Richard Stallman <rms@gnu.org>
5664
5665 * term.el (term): Remove parent group `unix'.
5666
5667 * simple.el (default-indent-new-line): New function.
5668 It calls comment-line-break-function if there are comments.
5669 (do-auto-fill): Use that.
5670
5671 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
5672
5673 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
5674 (PC-do-completion): Add "acronym completion" for symbols and
5675 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
5676
5677 2007-08-06 Sam Steingold <sds@gnu.org>
5678
5679 * mouse.el (mouse-buffer-menu): Pass mode-name through
5680 format-mode-line because it may be a list,
5681 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
5682
5683 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
5684
5685 * printing.el (pr-update-menus): Docstring fix.
5686
5687 2007-08-06 Jason Rumney <jasonr@gnu.org>
5688
5689 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
5690
5691 * vc-hooks.el (vc-call): Add doc string.
5692
5693 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
5694
5695 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
5696 process-filter.
5697
5698 2007-08-06 Kenichi Handa <handa@m17n.org>
5699
5700 * international/quail.el: Wrap (require 'help-mode) by
5701 eval-when-compile.
5702 (quail-help-init): New function.
5703 (quail-help): Call quail-help-init.
5704 (quail-store-decode-map-key): Change it to a function.
5705
5706 2007-08-05 Jason Rumney <jasonr@gnu.org>
5707
5708 * vc.el (vc-rollback): Add norevert argument back.
5709 (vc-revert-buffer): Add back as obsolete alias.
5710
5711 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
5712
5713 * term.el: Honor term-default-fg-color and term-default-bg-color
5714 settings when modifying term-current-face.
5715 (term-default-fg-color, term-default-bg-color): Initialize from
5716 default term-current-face.
5717 (term-mode, term-reset-terminal): Set term-current-face with
5718 term-default-fg-color and term-default-bg-color.
5719 (term-handle-colors-array): term-current-face has term-default-fg-color
5720 and term-default-bg-color after reset escape sequence.
5721 (term-handle-colors-array): Set term-current-color with
5722 term-default-fg/bg-color instead of ansi-term-color-vector when the
5723 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
5724
5725 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
5726
5727 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
5728 (math-nlfit-givens): Let bind free variables.
5729
5730 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
5731
5732 * printing.el: Require lpr and ps-print when loading printing package.
5733 Reported by Glenn Morris <rgm@gnu.org>.
5734
5735 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
5736
5737 * files.el (set-auto-mode): Handle also remote files wrt
5738 `auto-mode-alist'.
5739
5740 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
5741
5742 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
5743 curves and plotting.
5744
5745 * calc/calc-nlfit.el: New file.
5746
5747 2007-08-04 Glenn Morris <rgm@gnu.org>
5748
5749 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
5750 zero, not nil, when the library is first loaded. Check for a file
5751 that has been modified on disk.
5752
5753 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
5754 Remove duplicate defvar preventing initialization.
5755 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
5756
5757 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5758
5759 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
5760 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
5761 may match up to 4 lines.
5762 (diff-beginning-of-file-and-junk): Rewrite.
5763
5764 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5765
5766 * printing.el: Evaluate require only during compilation.
5767 (pr-version): New version 6.9.1.
5768 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
5769 (pr-global-menubar): Fix code.
5770
5771 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
5772
5773 * term.el (term-erase-in-display): Fix case when point is not at
5774 the beginning of the line.
5775
5776 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5777
5778 * calc/calc-ext.el (math-get-value, math-get-sdev)
5779 (math-contains-sdev): New functions.
5780
5781 * calc/calc-graph.el (calc-graph-format-data)
5782 (calc-graph-add-curve): Check for error forms.
5783 (calc-graph-set-styles): Add option for error forms.
5784
5785 2007-08-03 Miles Bader <miles@gnu.org>
5786
5787 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
5788 backend names for new backends to `Git', `Hg', and `Bzr'.
5789 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
5790 not `HG'.
5791 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
5792 name, not `GIT'.
5793 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
5794 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
5795
5796 2007-08-03 Richard Stallman <rms@gnu.org>
5797
5798 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
5799 to update deleted flag.
5800
5801 * cus-edit.el (customize-apropos, customize-apropos-options)
5802 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
5803
5804 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
5805
5806 * startup.el (fancy-splash-head, startup-echo-area-message):
5807 Change message text.
5808
5809 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
5810 All callers use line-move.
5811
5812 * progmodes/compile.el (compilation-find-buffer): Return current
5813 buffer immediately if suitable.
5814 (compile, compilation-buffer-name, compilation-start): Doc fixes.
5815
5816 2007-08-03 Daiki Ueno <ueno@unixuser.org>
5817
5818 * faces.el (face-normalize-spec): New function.
5819 (frame-set-background-mode): Normalize face-spec before calling
5820 face-spec-match-p.
5821
5822 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * server.el (server-window): Add switch-to-buffer-other-frame option.
5825
5826 2007-08-03 Glenn Morris <rgm@gnu.org>
5827
5828 * cus-edit.el (customize-apropos): Make the error message indicate
5829 what kind of thing the user was trying to customize.
5830
5831 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
5832
5833 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
5834 Fix off-by-one error in previous change.
5835
5836 2007-08-03 Drew Adams <drew.adams@oracle.com>
5837
5838 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
5839 Make buffer writable.
5840
5841 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5842
5843 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
5844 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
5845 Use native Emacs functions, when appropriate.
5846
5847 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
5848 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * vc.el: Document new VC operation `extra-menu'.
5851
5852 * vc-hooks.el (vc-default-extra-menu): New function.
5853
5854 * menu-bar.el (menu-bar-vc-filter): New function.
5855 (menu-bar-tools-menu): Use it as a filter.
5856
5857 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
5858
5859 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
5860
5861 2007-08-01 Glenn Morris <rgm@gnu.org>
5862
5863 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
5864 strings.
5865 (fortran-tab-mode-default): Remove needless autoload.
5866 (fortran-tab-mode-string): Add help-echo and mouse properties, and
5867 mark as risky.
5868 (fortran-line-length): New buffer-local variable, safe if integer.
5869 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
5870 Change from variables to constants.
5871 (fortran-font-lock-syntactic-keywords): Delete as a variable,
5872 replace with a new function definition.
5873 (fortran-mode): Use fortran-line-length, and
5874 fortran-font-lock-syntactic-keywords as a function. Add a
5875 hack-local-variables-hook function.
5876 (fortran-line-length, fortran-hack-local-variables): New functions.
5877 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
5878 Use fortran-line-length rather than 72.
5879 (fortran-window-create-momentarily): Doc fix.
5880
5881 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
5882
5883 * cus-edit.el (custom-group-value-create, custom-goto-parent):
5884 Fix parent groups link.
5885
5886 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
5887
5888 * progmodes/python.el (python-current-defun): Adjust to never fall
5889 into infinite loop.
5890
5891 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
5894
5895 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
5896
5897 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
5898 (copyright-fix-years, copyright): Correctly handle the case where
5899 copyright-limit is nil.
5900
5901 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
5902
5903 * progmodes/python.el (run-python): Fix path separator under w32.
5904
5905 2007-07-30 Richard Stallman <rms@gnu.org>
5906
5907 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5908 Treat non-break space as whitespace in Lisp.
5909
5910 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
5911
5912 * vc.el (vc-dired-hook): Use inhibit-read-only.
5913
5914 * progmodes/compile.el (compilation-forget-errors):
5915 Reset compilation-auto-jump-to-next.
5916
5917 2007-07-30 Michael Olson <mwolson@gnu.org>
5918
5919 * cus-edit.el (custom-group-save): Fix void function definition
5920 error. Thanks to Zhang Wei for the report.
5921
5922 * ps-print.el: Check in trivial changes to the autoloads section
5923 caused by the build process. These autoloads really ought to be
5924 placed in a separate file, methinks.
5925
5926 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5927
5928 * calendar/calendar.el (calendar-mode): Make sure
5929 displayed-(month|year) are set.
5930 (calendar-basic-setup): Display buffer before adjusting window sizes.
5931 (generate-calendar-window): Use inhibit-read-only. Simplify.
5932 Generate buffer and set displayed-month and displayed-year before
5933 calling update-calendar-mode-line.
5934
5935 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
5936
5937 * net/tramp.el:
5938 * net/tramp-uu.el:
5939 * net/trampver.el: Use utf-8 encoding with coding cookie.
5940
5941 * net/tramp-cache.el:
5942 * net/tramp-fish.el:
5943 * net/tramp-ftp.el:
5944 * net/tramp-gw.el:
5945 * net/tramp-smb.el: Remove coding cookie.
5946
5947 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5948 Flush buffer file-name's file property.
5949 (tramp-handle-file-remote-p): The first parameter is FILENAME.
5950
5951 * net/trampver.el: Update release number.
5952
5953 2007-07-29 Juri Linkov <juri@jurta.org>
5954
5955 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
5956 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
5957 when major-mode is not dired-mode.
5958 (dired-toggle-read-only): New function.
5959 (dired-recursive-deletes): Remove obsolete comments about old
5960 default value.
5961 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
5962
5963 * wdired.el (wdired-exit): New function.
5964 (wdired-mode-map): Bind C-x C-q to wdired-exit.
5965
5966 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * cus-edit.el (customize-read-group): New fun.
5969 (customize-group-other-window, customize-face-other-window):
5970 Prompt before delegating to customize-(group|face).
5971 Bind pop-up-windows rather than use the other-window argument.
5972 (customize-group, customize-face): Prompt from the interactive spec.
5973 Remove args `prompt-for-group' and `other-window'.
5974
5975 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
5976 (ad-body-forms, ad-advised-interactive-form): Revert this part of
5977 last change.
5978
5979 2007-07-28 Masatake YAMATO <jet@gyve.org>
5980
5981 * vc.el (vc-dired-mode): Add a menu for VC related operation.
5982 Use backend name as the menu label. Suggested by David Kastrup.
5983
5984 2007-07-28 Alan Mackenzie <acm@muc.de>
5985
5986 Fix problem with modes derived from CC Mode:
5987 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
5988 macro to cc-langs.
5989 (c-init-language-vars-for): Remove call to above macro.
5990 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
5991 been moved to here.
5992 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
5993
5994 2007-07-28 Eli Zaretskii <eliz@gnu.org>
5995
5996 * net/trampver.el: Fix the `coding' cookie.
5997
5998 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
5999
6000 * vc-git.el (vc-git-print-log): Support both the old single file
6001 interface and the new one.
6002
6003 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
6004
6005 * bindings.el (mode-line-remote): Use updated %@ construct.
6006
6007 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
6008
6009 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
6010 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
6011 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
6012 (diary-list-bahai-entries, diary-bahai-mark-entries)
6013 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
6014 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
6015 New names to clean up namespace.
6016 (list-bahai-diary-entries, mark-bahai-diary-entries)
6017 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
6018 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
6019 Add compatibility aliases.
6020
6021 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
6022
6023 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
6024 (calendar-scroll-left-three-months)
6025 (calendar-scroll-right-three-months): Clean up namespace.
6026 (scroll-calendar-left, scroll-calendar-right)
6027 (scroll-calendar-left-three-months)
6028 (scroll-calendar-right-three-months): Add compatibility aliases.
6029
6030 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
6031 Behave like mouse-scroll-calendar-* when used from the mouse.
6032
6033 * calendar/cal-menu.el (cal-menu-scroll-menu)
6034 (cal-menu-global-mouse-menu):
6035 * calendar/calendar.el (calendar-mode-map):
6036 Use new calendar-scroll-* names.
6037 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
6038 Remove. Use calendar-scroll-* directly instead.
6039
6040 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6041
6042 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
6043 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
6044 (ad-make-advised-definition, ad-cache-id-verification-code):
6045 Use commandp and interactive-form instead.
6046
6047 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
6048
6049 * vc-git.el: Relicense to GPLv3 or later.
6050 (vc-directory-exclusion-list, vc-handled-backends): Remove.
6051
6052 * vc-hooks.el (vc-handled-backends): Add GIT.
6053
6054 * vc.el (vc-directory-exclusion-list): Add .git.
6055
6056 2007-07-26 Alexandre Julliard <julliard@winehq.org>
6057
6058 * vc-git.el (vc-git-revision-table)
6059 (vc-git-revision-completion-table): New functions.
6060
6061 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6062
6063 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6064 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6065 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6066 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6067 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6068 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6069 New command actions for EPS header and EPS footer.
6070
6071 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6072 footer. Fix some problems with one-or-more, zero-or-more and
6073 alternative constructions generation. Some log messages
6074 implementation. Doc fix.
6075 (ebnf-version): New version 4.4.
6076 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6077 (ebnf-eps-footer, ebnf-log): New options.
6078 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6079 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6080 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6081 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6082 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
6083 (ebnf-style-custom-list, ebnf-style-database): Put new values.
6084 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6085 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6086 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6087 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6088 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6089 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6090 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6091 (ebnf-non-terminal-dimension, ebnf-special-dimension)
6092 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6093 (ebnf-except-dimension, ebnf-alternative-dimension)
6094 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6095 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
6096 message fun.
6097 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6098 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6099 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6100 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6101 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6102 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6103 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6104 compatibility with Emacs 20 & 21.
6105 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6106 (ebnf-eps-file-alist, ebnf-basic-width-extra)
6107 (ebnf-basic-empty-height): New vars.
6108 (ebnf-prologue): Fix PostScript code.
6109 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6110 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6111 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6112 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6113
6114 2007-07-25 Glenn Morris <rgm@gnu.org>
6115
6116 * Relicense all FSF files to GPLv3 or later.
6117
6118 * COPYING: Switch to GPLv3.
6119
6120 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6121
6122 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
6123 Replace it with another one which disables undo before calling
6124 erase-buffer and then turns it back on if needed.
6125
6126 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6127
6128 * ps-print.el: Problem with foreground and background color when
6129 printing a buffer with and without faces. Reported by Christian
6130 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6131 (ps-print-version): New version 6.7.5.
6132 (ps-default-fg): Change default value to nil, so black color is used
6133 when a face does not specify a foreground color.
6134 (ps-default-bg): Change default value to nil, so white color is used
6135 for background color.
6136 (ps-begin-job): Fix code.
6137
6138 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6139
6140 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
6141
6142 2007-07-24 Glenn Morris <rgm@gnu.org>
6143
6144 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6145 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6146 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6147 (cal-tex-cursor-week, cal-tex-cursor-week2)
6148 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6149 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6150 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6151 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6152
6153 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6154
6155 * calendar/calendar.el (calendar-mode-map): Move initialization
6156 into declaration. Add menu bindings (used to be done in cal-menu).
6157 (calendar-mode): Don't add an activate-menubar-hook.
6158
6159 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
6160 modify calendar-mode-map), use easy-menu, and make sure that C-h k
6161 can be used on the menu entries.
6162 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
6163 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
6164 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
6165 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
6166 (calendar-flatten, cal-menu-update): Remove.
6167 (calendar-mouse-insert-hebrew-diary-entry)
6168 (calendar-mouse-insert-islamic-diary-entry)
6169 (calendar-mouse-insert-bahai-diary-entry):
6170 Remove (fold into cal-menu-diary-menu).
6171 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
6172 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
6173 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
6174 (calendar-mouse-view-diary-entries): Minor simplifications.
6175 (calendar-event-to-date): Use with-current-buffer.
6176
6177 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
6178
6179 * add-log.el (change-log-redate): Remove (not needed anymore and
6180 doesn't appear to work).
6181
6182 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6183
6184 * frame.el: Use mapc and dolist instead of mapcar where possible.
6185 (close-display-connection): New command.
6186
6187 2007-07-25 Alexandre Julliard <julliard@winehq.org>
6188
6189 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
6190 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
6191
6192 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6193
6194 * ps-print.el (ps-multibyte-buffer): Docstring fix.
6195
6196 * ps-mule.el: Doc fix.
6197 (ps-multibyte-buffer, ps-mule-font-info-database-default)
6198 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
6199
6200 2007-07-25 Glenn Morris <rgm@gnu.org>
6201
6202 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
6203 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
6204 (cal-tex-daily-end, cal-tex-hook)
6205 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
6206 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
6207 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6208 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6209 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
6210 (cal-tex-day-prefix, cal-tex-day-name-format)
6211 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
6212 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
6213 (cal-tex-LaTeX-subst-list): Change from variables to constants.
6214 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
6215 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
6216 etc, rather than \bf.
6217 (cal-tex-mini-calendar): Fix typos in previous change.
6218 (cal-tex-latexify-list): Remove inner let binding.
6219 (cal-tex-end-document, cal-tex-banner): Use multi-line
6220 cal-tex-comment.
6221 (cal-tex-comment): Handle embedded newlines.
6222 (cal-tex-LaTeXify-string): Use substring-no-properties.
6223
6224 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
6225
6226 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6227 Add support for the Maden build tool.
6228
6229 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
6230
6231 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
6232
6233 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6234
6235 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
6236
6237 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6238
6239 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
6240 C-x C-q.
6241
6242 * vc-git.el (vc-git-print-log): Fix previous change.
6243
6244 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6245
6246 * window.el (save-selected-window): Minor optimization.
6247 (bw-adjust-window): If operation failed, try with a smaller delta.
6248 (window-fixed-size-p): New function.
6249 (window-area-factor): New var.
6250 (balance-windows-area): New command.
6251
6252 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
6253 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
6254 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
6255 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
6256 (ps-mule-begin-job): Use dolist.
6257
6258 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
6259
6260 * subr.el (start-file-process-shell-command)
6261 (process-file-shell-command): New defuns.
6262
6263 * progmodes/compile.el (compilation-start):
6264 Apply `start-file-process-shell-command'.
6265
6266 2007-07-24 Alexandre Julliard <julliard@winehq.org>
6267
6268 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
6269
6270 2007-07-24 Alan Mackenzie <acm@muc.de>
6271
6272 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6273 Initialise byte-compile-unresolved-functions before rather than
6274 after a compilation.
6275 (byte-compile-unresolved-functions): Amplify doc string.
6276
6277 2007-07-24 Glenn Morris <rgm@gnu.org>
6278
6279 * startup.el (normal-splash-screen): Use `emacs-copyright'.
6280
6281 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6282 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6283 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6284 (cal-tex-cursor-week, cal-tex-cursor-week2)
6285 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6286 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6287 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6288 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6289
6290 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
6291 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
6292 (cal-tex-day-name-format, cal-tex-cal-one-month)
6293 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
6294 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
6295 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
6296 (cal-tex-list-holidays, cal-tex-cursor-year)
6297 (cal-tex-cursor-year-landscape, cal-tex-year)
6298 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
6299 (cal-tex-cursor-month, cal-tex-insert-days)
6300 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6301 (cal-tex-first-blank-p, cal-tex-cursor-week)
6302 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6303 (cal-tex-week-hours, cal-tex-cursor-week-monday)
6304 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
6305 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6306 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
6307 (cal-tex-latexify-list, cal-tex-previous-month)
6308 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
6309 modernization, including using dotimes rather than
6310 calendar-for-loop.
6311 (cal-tex-LaTeX-subst-list): Remove `@'.
6312 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
6313 Use \textit and \textbf rather than \em and \it.
6314
6315 * calendar/cal-bahai.el (list-bahai-diary-entries)
6316 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
6317 * calendar/cal-islam.el (list-islamic-diary-entries)
6318 * calendar/calendar.el (generate-calendar, generate-calendar-month)
6319 * calendar/diary-lib.el (diary-list-entries)
6320 (mark-calendar-date-pattern): Use `dotimes' rather than
6321 `calendar-for-loop'.
6322
6323 * calendar/calendar.el (calendar-for-loop): Doc fix.
6324
6325 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
6328 underlying file is uptodate.
6329
6330 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
6331
6332 * replace.el (perform-replace): Use isearch-no-upper-case-p.
6333
6334 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6335
6336 * vc-hooks.el (vc-mode-line-map): New const.
6337 (vc-mode-line): Use it.
6338
6339 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6340
6341 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
6342 (vc-git-unregister): New functions.
6343 (vc-git-find-version): Use the result of ls-files as a parameter
6344 for cat-file.
6345
6346 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
6347
6348 * net/tramp.el (tramp-perl-file-attributes)
6349 (tramp-perl-directory-files-and-attributes)
6350 (tramp-handle-file-attributes-with-stat)
6351 (tramp-handle-directory-files-and-attributes-with-stat)
6352 (tramp-convert-file-attributes): Handle huge file sizes.
6353
6354 2007-07-23 Juri Linkov <juri@jurta.org>
6355
6356 * isearch.el (isearch-message-function): New variable.
6357 (isearch-update, isearch-search): Use it.
6358
6359 * simple.el (goto-history-element): New function created from
6360 next-history-element.
6361 (next-history-element): Most code moved to goto-history-element.
6362 Call goto-history-element with (- minibuffer-history-position n).
6363 (previous-history-element): Call goto-history-element with (+
6364 minibuffer-history-position n).
6365 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
6366 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
6367 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
6368 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
6369 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
6370 (minibuffer-history-isearch-pop-state): New functions.
6371
6372 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6373
6374 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
6375 Also, if FILE is a list, return non-nil if any of its elements
6376 should stay local. Update docstring.
6377
6378 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
6381 change by reverting a small part.
6382
6383 2007-07-23 Richard Stallman <rms@gnu.org>
6384
6385 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
6386
6387 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6388
6389 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
6390 handling it. Use vc-git-command.
6391 (vc-git-find-version, vc-git-diff-tree): New functions.
6392 (vc-git-revert): Use vc-git-command.
6393 (vc-git--run-command): Delete.
6394
6395 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6396
6397 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
6398
6399 2007-07-20 Kenichi Handa <handa@m17n.org>
6400
6401 * international/utf-8.el (utf-8-post-read-conversion):
6402 Temporarily bind utf-8-compose-scripts to nil while running
6403 *-compose-region functions.
6404
6405 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6406
6407 * vc-git.el: Update status.
6408 (vc-directory-exclusion-list): Use eval-after-load.
6409
6410 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
6411
6412 * bindings.el (mode-line-remote): New variable.
6413 (help-echo): Add to default values of mode-line-format.
6414
6415 * files.el: Mark mode-line-remote as risky.
6416
6417 2007-07-22 Juri Linkov <juri@jurta.org>
6418
6419 * isearch.el (isearch-edit-string): Save old point and
6420 isearch-other-end to old-point and old-other-end before reading
6421 the search string from minibuffer. After exiting minibuffer set
6422 point to old-other-end if point and the search direction is the
6423 same as before reading the search string.
6424 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
6425 to isearch-other-end. Instead of isearch-search-and-update call
6426 three functions isearch-search, isearch-push-state and isearch-update.
6427
6428 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6429
6430 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
6431 deal with multiple file arguments.
6432 (vc-git-print-log): Deal with multiple file arguments.
6433
6434 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
6437 diff-refine-hunk. Adjust users.
6438 (diff-unified-hunk-p, diff-splittable-p): New functions.
6439 (diff-mode-menu): Use it to disable Split when it doesn't work.
6440
6441 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6442
6443 * diff-mode.el (diff-mode-menu): New entries.
6444
6445 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6446
6447 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
6448 if applicable, so as to save undo-log space.
6449
6450 * diff-mode.el (diff-find-file-name): Add arg `batch'.
6451
6452 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
6453 (diff-file-kill): Use it.
6454 (diff-beginning-of-hunk): Add arg `try-harder' using it.
6455 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
6456 Use it so they find the hunk even when we're in the file header.
6457
6458 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6459
6460 * vc-git.el (vc-git-revision-granularity, vc-git-root)
6461 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
6462 (vc-git-create-repo): New functions.
6463 (vc-git-registered): New autoloaded function definition.
6464 (vc-git-registered): Use vc-git-root.
6465 (vc-git-responsible-p): New defalias.
6466 (vc-git-annotate-extract-revision-at-line): Uncomment.
6467 (vc-git-print-log): Add the file name to the log.
6468 (vc-git-log-view-mode): New derived mode.
6469 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
6470
6471 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6472
6473 * progmodes/grep.el (grep-compute-defaults): Keep default values.
6474
6475 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
6476
6477 * textmodes/reftex.el (reftex-access-parse-file): Create parse
6478 file in a way that does not interfere with recentf mode.
6479 (reftex-access-parse-file): Do not risk destroying an existing
6480 buffer.
6481
6482 2007-07-22 Alexandre Julliard <julliard@winehq.org>
6483
6484 * vc-git.el: New file.
6485
6486 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6487
6488 * textmodes/tex-mode.el (tex-font-script-display): Change default.
6489
6490 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6491
6492 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
6493 for branches and new files.
6494
6495 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
6496 local-map handling ...
6497 (vc-mode-line): ... here. Improve handling of help-echo.
6498
6499 * vc.el (mode-line-string): Document help-echo usage.
6500
6501 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6502
6503 Sync with Tramp 2.1.10.
6504
6505 * net/tramp.el (tramp-get-ls-command): Fix typo.
6506
6507 * net/trampver.el: Update release number.
6508
6509 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6510
6511 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
6512
6513 * term/x-win.el (x-handle-no-bitmap-icon): New function.
6514
6515 2007-07-22 Martin Rudalics <rudalics@gmx.at>
6516
6517 * add-log.el (change-log-fill-parenthesized-list): New function.
6518 (change-log-indent): Call change-log-fill-parenthesized-list.
6519 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
6520 Have lines with leading asterisk start a paragraph.
6521
6522 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6523
6524 * calc/calc-math.el (math-emacs-precision)
6525 (math-largest-emacs-expt, math-smallest-emacs-expt):
6526 New variables.
6527 (math-use-emacs-fn): New function.
6528 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
6529 appropriate.
6530
6531 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6532
6533 * image-dired.el (image-dired-sane-db-file): New func.
6534 (image-dired-write-tags, image-dired-remove-tag)
6535 (image-dired-list-tags, image-dired-write-comments)
6536 (image-dired-get-comment, image-dired-mark-tagged-files)
6537 (image-dired-create-gallery-lists): Call new func.
6538 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
6539
6540 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6541
6542 * vc-hg.el (vc-hg-dir-state): Fix loop.
6543 (vc-hg-print-log): Fix expected return value for vc-hg-command.
6544 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
6545 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
6546 (vc-hg-revert): Likewise.
6547 (vc-hg-revision-table, vc-hg-revision-completion-table): New
6548 functions.
6549
6550 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * add-log.el (change-log-resolve-conflict): Don't lose data if the
6553 merge fails.
6554
6555 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6556
6557 * progmodes/compile.el (compilation-auto-jump-to-first-error):
6558 Add group and version.
6559
6560 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6561
6562 * add-log.el (add-log-file-name): Use file-relative-name.
6563 (add-change-log-entry): Delay reading
6564 add-log-(full-name|mailing-address) to after we've switched to the
6565 ChangeLog buffer so we get the right value.
6566 (add-change-log-entry, add-log-current-defun, change-log-merge):
6567 Use derived-mode-p rather than checking major-mode directly.
6568
6569 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
6570 name for buffer-file-name if it refers to a directory.
6571
6572 * vc-arch.el (vc-arch-diff): Fix last change.
6573
6574 * progmodes/compile.el (compilation-start): Remember the original
6575 directory in a buffer-local compilation-directory.
6576 (compile): Set the global value of compilation-directory.
6577 (recompile): Use compilation-directory even in the compilation buffer.
6578
6579 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6580
6581 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
6582
6583 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6584
6585 * ps-print.el: Problem with foreground and background color when
6586 printing a buffer with and without faces. Reported by Christian
6587 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6588 (ps-print-version): New version 6.7.5.
6589 (ps-default-fg): Change default value to nil, so black color is used
6590 when a face does not specify a foreground color.
6591 (ps-default-bg): Change default value to nil, so white color is used
6592 for background color.
6593 (ps-begin-job): Fix code.
6594
6595 2007-07-20 Eli Zaretskii <eliz@gnu.org>
6596
6597 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
6598 in $(INSTALL_DIR)/lisp/ if they already exist.
6599
6600 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
6601
6602 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
6603 in $(INSTALL_DIR)/lisp/ if they already exist.
6604
6605 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6606
6607 * progmodes/vera-mode.el (vera-re-search-forward)
6608 (vera-re-search-backward): Remove use of store-match-data.
6609 (vera-mode-map): Move initialization into declaration.
6610
6611 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
6612 (flymake-find-buildfile): Use locate-dominating-file.
6613
6614 * vc.el (vc-delistify): Use mapconcat.
6615 (vc-do-command): Minor simplification.
6616 (vc-expand-dirs): Use push.
6617
6618 * vc-mcvs.el (vc-mcvs-create-repo):
6619 * vc-cvs.el (vc-cvs-create-repo): Remove.
6620
6621 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
6622 directory and the root as well.
6623
6624 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6625
6626 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
6627 instead of a file.
6628
6629 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
6630 (vc-hg-registered): Replace if with when.
6631 (vc-hg-state): Deal with nonexistent files and handle removed files.
6632 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
6633 (vc-hg-checkout): Re-enable.
6634 (vc-hg-create-repo): Fix typos.
6635 (vc-hg-print-log): Fix for multiple files.
6636 (vc-hg-workfile-unchanged-p): New function.
6637
6638 * vc.el: Fix typo.
6639 (vc-print-log): Fix call to print-log.
6640 (vc-default-comment-history): Likewise.
6641 (vc-directory-exclusion-list): Add .hg and .bzr.
6642 (vc-diff-internal): Pass a list instead of a file.
6643
6644 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
6645
6646 * vc-bzr.el (vc-bzr-create-repo): New function.
6647
6648 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6649
6650 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
6651 `file' from which to start the search.
6652
6653 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
6654
6655 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
6656 having a single file argument to having a list of files as the
6657 first argument.
6658
6659 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6660
6661 * files.el (locate-dominating-file): New function.
6662
6663 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
6664
6665 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
6666 (grep-compute-defaults): Use it.
6667
6668 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6669
6670 * uniquify.el: Docstring fixes.
6671
6672 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
6673
6674 * vc.el (revision-granularity, create-repo): Document new vc
6675 backend properties.
6676 (vc-rollback): Renamed from vc-cancel-version. Update
6677 references. Pass a list instead of a file.
6678 (vc-revert): Renamed from vc-revert-buffer. Update references.
6679 (vc-delistify, vc-expand-dirs): New functions.
6680 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
6681 of files instead of a single file.
6682 (vc-position-context, vc-resync-window, vc-diff-internal)
6683 (vc-print-log): Pass a list instead of a file.
6684
6685 * vc-hooks.el (vc-stay-local-p, vc-backend)
6686 (vc-backend-subdirectory-name): Work on a file list, not a single
6687 file.
6688 (vc-workfile-version): Update docstring.
6689 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
6690 vc-revert instead of vc-revert-buffer.
6691 (vc-prefix-map): Likewise. Bind vc-update.
6692
6693 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
6694 (vc-svn-wash-log): New functions.
6695 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
6696 (vc-svn-command): Deal with a list of files, not a single file.
6697
6698 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
6699 (vc-rcs-wash-log): New functions.
6700 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
6701 Deal with a list of files, not a single file.
6702 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
6703
6704 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
6705 functions.
6706 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
6707 list of files, not a single file.
6708
6709 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
6710 New functions.
6711 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
6712 (vc-mcvs-diff): Deal with a list of files, not a single file.
6713
6714 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
6715 functions.
6716 (vc-hg-print-log): Deal with a list of files, not a single file.
6717 (vc-hg-diff-tree): New function, replace defalias with the same
6718 name.
6719 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
6720 FILES to denote that it is a file list, not a single file.
6721
6722 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
6723 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
6724 a single file.
6725 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
6726 that it is a file list, not a single file.
6727 (vc-cvs-diff): Likewise. Simplify.
6728
6729 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
6730 Deal with a list of files, not a single file.
6731
6732 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
6733 (vc-bzr-print-log): Update FILE parameter name to denote that it
6734 is a file list, not a single file.
6735 (vc-bzr-diff): Likewise. Use the car of files.
6736
6737 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
6738
6739 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
6740 (follow-delete-other-windows-and-split, follow-recenter)
6741 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
6742 (follow-redisplay, follow-estimate-first-window-start)
6743 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
6744 Fix typos in docstrings.
6745
6746 2007-07-18 Martin Rudalics <rudalics@gmx.at>
6747
6748 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
6749 avoid that filling introduces lines with a single asterisk.
6750
6751 * kmacro.el (kmacro-end-macro): When ignoring empty macro
6752 avoid incorrect kmacro-ring-empty-p messages.
6753 Reported by Michael Schierl <schierlm@gmx.de>.
6754
6755 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6756
6757 * vc.el: Add more info about the vc-registered function.
6758
6759 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6760
6761 * files.el (file-remote-p): Introduce optional parameter
6762 IDENTIFICATION.
6763
6764 * recentf.el (recentf-keep-default-predicate): Adapt call of
6765 `file-remote-p'.
6766
6767 * progmodes/grep.el (grep-probe): Use `process-file'.
6768 (grep-compute-defaults): Handle variables host specific.
6769
6770 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
6771 parameter IDENTIFICATION.
6772
6773 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
6774 parameter IDENTIFICATION.
6775 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
6776 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6777 Add entry for `set-file-times'.
6778 (tramp-do-copy-or-rename-file-via-buffer)
6779 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
6780 (tramp-handle-unhandled-file-name-directory): Rewrite.
6781 (tramp-convert-file-attributes): Add error handling when inode is
6782 extraordinary big.
6783 (tramp-get-inode): Change parameter from FILE to VEC.
6784 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
6785 is nil. This is according to the specification. Goto (point-max)
6786 when ready.
6787 (tramp-handle-shell-command): Rewrite completely, using
6788 `process-file' and `start-file-process'.
6789 (tramp-methods, tramp-find-shell)
6790 (tramp-open-connection-setup-interactive-shell)
6791 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
6792 var. Reported by Steve Youngs <steve@sxemacs.org>.
6793
6794 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
6795 entry for `set-file-times'. Rename `start-process' into
6796 `start-file-process'. Remove `call-process' entry.
6797 (tramp-fish-handle-set-file-times): New defun.
6798 (tramp-fish-handle-executable-find): Use `process-file'.
6799 (tramp-fish-handle-process-file): New defun. Replaces
6800 `tramp-fish-handle-call-process'.
6801 (tramp-fish-do-copy-or-rename-file-directly): Use
6802 `set-file-times'.
6803 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
6804
6805 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
6806 `tramp-get-inode' parameter.
6807
6808 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6809
6810 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
6811 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
6812 nowadays, and by the time Emacs-23 comes out, nobody will even remember
6813 it has ever existed.
6814
6815 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6816
6817 * vc.el: Undo previous change.
6818
6819 2007-07-16 Eli Zaretskii <eliz@gnu.org>
6820
6821 * makefile.w32-in (clean): Don't delete *~.
6822
6823 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
6824
6825 * textmodes/tex-mode.el (tex-verbatim-environments):
6826 Add safe-local-variable property.
6827 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
6828 when starting font-lock rather than when loading tex-mode.el.
6829
6830 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
6831 whole $( rather than just the $. Rename from sh-quoted-subshell.
6832 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
6833
6834 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6835
6836 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
6837 bookmark-alist. Instead, if not sorting, simply return it.
6838 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
6839 for its return value, not for its side effect.
6840
6841 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
6842 case of alignment under a constant symbol, find and consider
6843 the sexp actually at indentation to be the "last sexp".
6844
6845 2007-07-16 Drew Adams <drew.adams@oracle.com>
6846
6847 * mouse.el (mouse-yank-secondary): Better error message if no
6848 secondary selection.
6849
6850 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6851
6852 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
6853
6854 * term/xterm.el (xterm-turn-on-modify-other-keys)
6855 (xterm-turn-off-modify-other-keys): New functions.
6856 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
6857 terminal supports it.
6858
6859 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6860
6861 * bookmark.el (bookmark-show-all-annotations):
6862 Make sure each inserted annotation ends with newline.
6863
6864 2007-07-15 Richard Stallman <rms@gnu.org>
6865
6866 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6867
6868 * tutorial.el (tutorial--find-changed-keys):
6869 Handle C-x specially like ESC.
6870
6871 2007-07-15 Aaron Hawley <aaronh@garden.org>
6872
6873 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6874
6875 2007-07-15 Juri Linkov <juri@jurta.org>
6876
6877 * delsel.el (delete-selection-pre-hook):
6878 * emulation/cua-base.el (cua-paste): Before a yank command,
6879 check also whether last-command is one of mouse-save-then-kill,
6880 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
6881
6882 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
6883
6884 * recentf.el (recentf-keep-default-predicate): New defun.
6885 (recentf-keep): Use it as initial value.
6886
6887 2007-07-15 Karl Fogel <kfogel@red-bean.com>
6888
6889 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
6890 thus restoring bookmark bindings to three slots under C-x r. See
6891 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
6892
6893 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6894
6895 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
6896
6897 2007-07-15 Jason Rumney <jasonr@gnu.org>
6898
6899 * w32-fns.el (set-default-process-coding-system): Use dos line ends
6900 for input to cmdproxy on all versions of Windows.
6901 Use dos line ends for input to plink.
6902
6903 * comint.el (comint-simple-send): Concat newline before sending.
6904 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
6905
6906 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
6907
6908 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
6909 safe-local-variable setting.
6910
6911 2007-07-14 David Kastrup <dak@gnu.org>
6912
6913 * emacs-lisp/advice.el (defadvice): Doc fix.
6914
6915 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
6916
6917 * subr.el (when, unless): Doc fix.
6918
6919 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6920
6921 * replace.el (match): Use yellow1 instead of yellow.
6922
6923 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
6924 red.
6925
6926 * pcvs-info.el (cvs-unknown): Likewise.
6927
6928 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6929
6930 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
6931 (install): Use them to copy all *.el files before *.elc.
6932
6933 2007-07-13 Drew Adams <drew.adams@oracle.com>
6934
6935 * bookmark.el (bookmark-jump-other-window): New function.
6936 (bookmark-map): Bind it to "o".
6937
6938 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
6939 and its thread contains discussion about this change.
6940 The original patch was slightly tweaked by Karl Fogel
6941 <kfogel@red-bean.com> before committing.
6942
6943 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6944
6945 * bookmark.el: Shorten some comments to fit within 80 lines.
6946
6947 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6948
6949 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
6950 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
6951 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
6952 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
6953
6954 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
6955
6956 * textmodes/org.el: Bug fixes.
6957 (org-end-of-line): Move to end of line if in headline without tags.
6958
6959 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6960
6961 * vc-hooks.el: Remove spurious * in docstrings.
6962 (vc-handled-backends): Add BZR.
6963
6964 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
6965
6966 2007-07-12 Davis Herring <herring@lanl.gov>
6967
6968 * desktop.el (desktop-buffer-info, desktop-save):
6969 Use `desktop-dirname' instead of `dirname'.
6970
6971 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6972
6973 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
6974
6975 * progmodes/python.el (python-which-func-length-limit): New var.
6976 (python-which-func): New function.
6977 (python-current-defun): Add optional `length-limit' and try to fit
6978 computed function name to that length.
6979 (python-mode): Hook `python-which-func' up.
6980
6981 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6982
6983 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
6984
6985 * comint.el (comint-dynamic-complete-as-filename):
6986 Use read-file-name-completion-ignore-case.
6987
6988 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
6989
6990 * comint.el (comint-dynamic-list-filename-completions):
6991 Use read-file-name-completion-ignore-case.
6992
6993 * vc-cvs.el: Require CL.
6994 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
6995 New functions to provide completion of revision names.
6996
6997 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
6998 (vc-cvs-annotate-first-line-re): New const.
6999 (vc-cvs-annotate-process-filter): New fun.
7000 (vc-cvs-annotate-command): Use them and run the command asynchronously.
7001
7002 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
7003
7004 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
7005 (eldoc-print-current-symbol-info): Adjust for changed helper
7006 function signatures.
7007 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
7008 `eldoc-highlight-function-argument'.
7009 (eldoc-highlight-function-argument): New function.
7010 (eldoc-get-var-docstring): Format documentation with
7011 `font-lock-variable-name-face'.
7012 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
7013 where suited.
7014 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
7015 (eldoc-beginning-of-sexp): Return number of skipped sexps.
7016
7017 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
7018
7019 * progmodes/compile.el (compilation-start): `start-process' must
7020 still be redefined when calling `start-process-shell-command'.
7021
7022 * progmodes/gud.el (gud-file-name): When `default-directory' is a
7023 remote file name, prepend its remote part to the filename.
7024 (gud-common-init): When `default-directory' is a remote file name,
7025 make the filename relative to it.
7026 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
7027
7028 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7029
7030 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
7031 mouse binding and a tooltip.
7032
7033 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7034
7035 * menu-bar.el (vc-menu-map): New defalias.
7036
7037 2007-07-10 Richard Stallman <rms@gnu.org>
7038
7039 * emacs-lisp/lisp-mode.el (eval-defun):
7040 Explain special handling of `defface'.
7041
7042 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
7043
7044 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
7045
7046 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
7047
7048 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
7051
7052 * vc-arch.el (vc-arch-complete): Remove.
7053 (vc-arch-revision-completion-table): Use complete-with-action.
7054
7055 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
7056 (complete-with-action): New function.
7057 (dynamic-completion-table): Use it.
7058
7059 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
7060
7061 * comint.el (make-comint, make-comint-in-buffer)
7062 (comint-exec-1): Replace `start-process' by `start-file-process'.
7063
7064 * progmodes/compile.el (compilation-start): Revert redefining
7065 `start-process'.
7066
7067 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7068
7069 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
7070 with EOLs when generating MD5 checksums.
7071
7072 * follow.el: Don't change the global map from the follow-mode-map
7073 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
7074 XEmacs code.
7075 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
7076 since `follow-mode' should be used instead for that.
7077
7078 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
7079 (easy-menu-do-define): Use it.
7080 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
7081
7082 * progmodes/compile.el (compilation-auto-jump-to-first-error)
7083 (compilation-auto-jump-to-next): New vars.
7084 (compilation-auto-jump): New function.
7085 (compilation-error-properties): Use them to jump to first error.
7086 (compilation-start): Set the var if requested.
7087
7088 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
7089 duplicates without also removing entries from other directories.
7090
7091 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
7092
7093 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
7094 Remember span as default.
7095 (org-columns-edit-value): Rename from `org-column-edit'.
7096 (org-columns-display-here-title): Rename from
7097 `org-overlay-columns-title'.
7098 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
7099 (org-columns-get-autowidth-alist): Rename from
7100 `org-get-columns-autowidth-alist'.
7101 (org-columns-display-here): Rename from `org-overlay-columns'.
7102 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
7103 (org-columns-quit): Rename from `org-column-quit'.
7104 (org-columns-show-value): Rename from `org-column-show-value'.
7105 (org-columns-content, org-columns-widen)
7106 (org-columns-next-allowed-value)
7107 (org-columns-edit-allowed, org-columns-store-format)
7108 (org-columns-uncompile-format, org-columns-redo)
7109 (org-columns-edit-attributes, org-delete-property)
7110 (org-set-property, org-columns-update)
7111 (org-columns-compute, org-columns-eval)
7112 (org-columns-not-in-agenda, org-columns-compute-all)
7113 (org-property-next-allowed-value)
7114 (org-columns-compile-format)
7115 (org-fill-paragraph-experimental)
7116 (org-string-to-number, org-property-action)
7117 (org-columns-move-left, org-columns-new)
7118 (org-column-number-to-string)
7119 (org-property-previous-allowed-value)
7120 (org-at-property-p, org-columns-delete)
7121 (org-columns-previous-allowed-value)
7122 (org-columns-move-right, org-columns-narrow)
7123 (org-property-get-allowed-values)
7124 (org-verify-version, org-column-string-to-number)
7125 (org-delete-property-globally): New functions.
7126 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
7127 (org-columns-overlays): Rename from `org-column-overlays'.
7128 (org-columns-map): Rename from `org-column-map'.
7129 (org-columns-current-maxwidths): Rename from
7130 `org-current-columns-maxwidths'.
7131 (org-columns-begin-marker, org-columns-current-fmt-compiled)
7132 (org-previous-header-line-format)
7133 (org-columns-inhibit-recalculation)
7134 (org-columns-top-level-marker): New variables.
7135 (org-columns-default-format): Rename from `org-default-columns-format'.
7136 (org-property-re): New constant.
7137
7138 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
7139
7140 * subr.el (looking-at-p, string-match-p): New functions.
7141
7142 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
7143
7144 * textmodes/tex-mode.el (tex-fontify-script)
7145 (tex-font-script-display): New variables to make display of
7146 superscripts and subscripts customizable.
7147 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
7148
7149 2007-07-09 Richard Stallman <rms@gnu.org>
7150
7151 * isearch.el (isearch-edit-string): Call to isearch-push-state
7152 after the search.
7153
7154 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7155
7156 * window.el (fit-window-to-buffer): Remove setting of window-min-height
7157 to 1 as enlarge-window uses the value to resize/shrink windows other
7158 than WINDOW if needed.
7159
7160 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
7161
7162 * cus-start.el (file-coding-system-alist): Fix custom type.
7163
7164 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
7165
7166 * longlines.el (longlines-wrap-region): Avoid marking buffer as
7167 modified.
7168 (longlines-auto-wrap, longlines-window-change-function):
7169 Remove unnecessary calls to set-buffer-modified-p.
7170
7171 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
7172
7173 * cus-start.el (file-coding-system-alist): Fix custom type.
7174
7175 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7176
7177 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
7178 (vc-cvs-checkout): Remove last arg now unused; simplify.
7179
7180 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7181
7182 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
7183
7184 * net/tramp.el:
7185 * net/tramp-ftp.el:
7186 * net/tramp-smb.el:
7187 * net/tramp-uu.el:
7188 * net/trampver.el: Migrate to Tramp 2.1.
7189
7190 * net/tramp-cache.el:
7191 * net/tramp-fish.el:
7192 * net/tramp-gw.el: New Tramp packages.
7193
7194 * net/tramp-util.el:
7195 * net/tramp-vc.el: Removed.
7196
7197 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
7198 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
7199
7200 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
7201
7202 * progmodes/compile.el (compilation-start): Redefine
7203 `start-process' temporarily when `default-directory' is remote.
7204 Remove case of synchronous compilation, this won't happen ever.
7205 (compilation-setup): Make local variable `comint-file-name-prefix'
7206 for remote compilation.
7207
7208 2007-07-08 Martin Rudalics <rudalics@gmx.at>
7209
7210 * novice.el (disabled-command-function): Fit window to buffer to
7211 make last line visible.
7212 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7213
7214 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
7215 when handling the terminating event.
7216
7217 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7218
7219 * calc/calc.el (math-read-number-simple): Remove leading 0s.
7220 (math-bignum-digit-length): Change to optimal value.
7221
7222 * calc/calc-bin.el (math-bignum-logb-digit-size)
7223 (math-bignum-digit-power-of-two): Evaluate when compiled.
7224
7225 * calc/calc-comb.el (math-small-factorial-table)
7226 (math-init-random-base, math-prime-test): Remove unnecessary calls
7227 to `math-read-number-simple'.
7228
7229 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7230 (math-approx-gamma-const): Add docstrings.
7231
7232 * calc/calc-forms.el (math-julian-date-beginning)
7233 (math-julian-date-beginning-int): New constants.
7234 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
7235 Use the new constants.
7236
7237 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
7238
7239 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7240 Add docstrings.
7241
7242 2007-07-07 Tom Tromey <tromey@redhat.com>
7243
7244 * vc.el (vc-annotate): Jump to line and output message only after the
7245 process is really all done.
7246
7247 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7248
7249 * vc.el (vc-exec-after): Don't move point from the sentinel.
7250 Forcefully read all the remaining text in the pipe upon process exit.
7251 (vc-annotate-display-autoscale, vc-annotate-lines):
7252 Don't stop at the first unrecognized line.
7253 (vc-annotate-display-select): Run autoscale after the process is done
7254 since it depends on the whole result.
7255
7256 2007-07-07 Eli Zaretskii <eliz@gnu.org>
7257
7258 * term/w32-win.el (menu-bar-open): New function.
7259 Bind <f10> to it.
7260
7261 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7262
7263 * simple.el (start-file-process): New defun.
7264
7265 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7266
7267 * files.el (find-file-confirm-nonexistent-file): Rename from
7268 find-file-confirm-inexistent-file. Update users.
7269
7270 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
7271 format of autoload block where the file's time-stamp is replaced by its
7272 MD5 checksum.
7273 (autoload-generate-file-autoloads): Use MD5 checksum instead of
7274 time-stamp for secondary autoloads files.
7275 (update-directory-autoloads): Remove duplicate entries.
7276 Use time-less-p for time-stamps, as done in autoload-find-destination.
7277
7278 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7279
7280 * calc/calc.el (math-read-number): Replace number by variable.
7281 (math-read-number-simple): Properly parse small integers.
7282
7283 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7284
7285 * vc.el: Fix doc for the checkout function.
7286
7287 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
7288
7289 * vc-hg.el (vc-hg-root): New function.
7290 (vc-hg-registered): Use it.
7291 (vc-hg-diff-tree): New defalias.
7292 (vc-hg-responsible-p): Likewise.
7293 (vc-hg-checkout): Comment out, not needed.
7294 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
7295 (vc-hg-find-version, vc-hg-next-version): New functions.
7296
7297 2007-07-06 Andreas Schwab <schwab@suse.de>
7298
7299 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
7300 dynamic bindings around the evaluation of the expression.
7301 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
7302
7303 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
7306 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
7307 Use run-hooks rather than run-mode-hooks.
7308
7309 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
7310
7311 * calc/calc-comb.el (math-random-digit): Rename to
7312 `math-random-three-digit-number'.
7313 (math-random-digits): Don't depend on representation of integer.
7314
7315 * calc/calc-bin.el (math-bignum-logb-digit-size)
7316 (math-bignum-digit-power-of-two): New constants.
7317 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
7318 (math-not-bignum, math-clip-bignum): Use the constants
7319 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
7320 instead of their values.
7321 (math-clip): Use math-small-integer-size instead of its value.
7322
7323 * calc/calc.el (math-add-bignum): Replace number by constant.
7324
7325 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7326
7327 * wid-edit.el (widget-documentation-string-value-create):
7328 Insert indentation spaces.
7329
7330 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7331
7332 * emacs-lisp/byte-opt.el: Revert last change.
7333
7334 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7335
7336 * vc-hooks.el (vc-handled-backends): Add HG.
7337
7338 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
7339
7340 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * complete.el (PC-do-complete-and-exit): Add support for the new
7343 `confirm-only' confirmation mode.
7344
7345 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7346
7347 * cus-edit.el (custom-commands): New variable.
7348 (custom-tool-bar-map): New variable. Initialize using
7349 `custom-commands'.
7350 (custom-mode): Use `custom-tool-bar-map'.
7351 (custom-buffer-create-internal): Insert action buttons only if
7352 tool bar is not used. Use `custom-commands'.
7353 (Custom-help, custom-command-apply): New function.
7354 (custom-command-apply, Custom-set, Custom-save)
7355 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
7356 Use `custom-command-apply' instead of duplicating code.
7357 (customize-group-other-window): Call `customize-group' instead of
7358 duplicating code.
7359 (customize-face-other-window): Call `customize-face' instead of
7360 duplicating code.
7361 (customize-group, customize-face): Add optional args for opening
7362 in another window.
7363 (custom-variable-tag): Don't inherit `variable-pitch' face.
7364 (custom-group-tag): Inherit `variable-pitch' face.
7365 (custom-variable-value-create): Set documentation indentation.
7366 (custom-group-value-create): Make group name a link, instead of
7367 using an extra "go to group" button.
7368 (custom-prompt-variable, custom-group-set, custom-group-save)
7369 (custom-group-reset-current, custom-group-reset-saved)
7370 (custom-group-reset-standard): Minor cleanup.
7371
7372 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7373
7374 * Makefile.in (bootstrap-prepare): When copying from
7375 ldefs-boot.el, make sure loaddefs.el is writeable.
7376
7377 (bootstrap-prepare): Make $(lisp)/ps-print.el
7378 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
7379
7380 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7381
7382 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
7383 only caller, and delete.
7384 (vc-hg-state): Deal with exceptions and only parse the output on
7385 successful return.
7386 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
7387 caller, and delete.
7388 (vc-hg-workfile-version): Deal with exceptions and only parse the
7389 output on successful return.
7390 (vc-hg-revert): New function.
7391
7392 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
7393
7394 * calculator.el (calculator-expt): Use more cases to determine
7395 the value.
7396
7397 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7398
7399 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
7400 file names.
7401
7402 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7403
7404 * calculator.el (calculator-expt, calculator-integer-p):
7405 New functions.
7406 (calculator-fact): Check to see if the factorial will be too
7407 large before computing it.
7408 (calculator-initial-operators): Use `calculator-expt' to
7409 compute "^".
7410 (calculator-mode): Mention that results which are too large
7411 will return inf.
7412 * calc/calc-comb.el (math-small-factorial-table): Replace list
7413 by vector.
7414
7415 2007-07-03 David Kastrup <dak@gnu.org>
7416
7417 * shell.el: On request of the authors, remove their addresses for
7418 the sake of bug reports, and add the developer list address as
7419 maintainer information.
7420
7421 2007-07-03 Richard Stallman <rms@gnu.org>
7422
7423 * files.el (make-directory): Doc fix.
7424 (find-file-confirm-inexistent-file): Make it a defcustom.
7425 Make nil the default.
7426
7427 2007-07-02 Richard Stallman <rms@gnu.org>
7428
7429 * startup.el (command-line): Set buffer-offer-save in *scratch*
7430 and enable auto-save in it.
7431
7432 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7433
7434 * textmodes/org.el (orgstruct-mode-map): New variable.
7435 (orgstruct-mode): New minor mode.
7436 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
7437 (orgstruct-make-binding, org-context-p, org-get-local-variables)
7438 (org-run-like-in-org-mode): New functions.
7439 (org-cycle-list-bullet): New command.
7440 (org-special-properties, org-property-start-re)
7441 (org-property-end-re): New constants.
7442 (org-with-point-at): New macro.
7443 (org-get-property-block, org-entry-properties, org-entry-get)
7444 (org-entry-delete, org-entry-get-with-inheritance)
7445 (org-entry-put, org-buffer-property-keys): New functions.
7446 (org-insert-property-drawer): New command.
7447 (org-entry-property-inherited-from): New variable.
7448 (org-column): New face.
7449 (org-column-overlays, org-current-columns-fmt)
7450 (org-current-columns-maxwidths, org-column-map): New variables.
7451 (org-column-menu): New menu.
7452 (org-new-column-overlay, org-overlay-columns)
7453 (org-overlay-columns-title, org-remove-column-overlays)
7454 (org-column-show-value, org-column-quit, org-column-edit):
7455 New functions.
7456 (org-columns, org-agenda-columns): New commands.
7457 (org-get-columns-autowidth-alist): New functions.
7458 (org-properties): New customize group.
7459 (org-default-columns-format): New option.
7460 (org-priority): Realign tags after changing priority.
7461 (org-preserve-lc): New macro.
7462 (org-update-checkbox-count): Catch case when there is no headline.
7463 (org-agenda-quit): Remove any column overlays.
7464 (org-beginning-of-item-list): Fixed bug when non-item line is
7465 indented too deep.
7466 (org-cached-props): New variable.
7467 (org-cached-entry-get): New function.
7468 (org-make-tags-matcher): Handle property matches.
7469 (org-table-recalculate): Swap evaluation order: Field formula
7470 first, then column formulas, but don't allow them to overwrite the
7471 field formulas.
7472 (org-table-eval-formula): New argument untouchable.
7473 (org-table-put-field-property): New function.
7474
7475 2007-07-02 Martin Rudalics <rudalics@gmx.at>
7476
7477 * help-mode.el (help-make-xrefs): Skip spaces too when
7478 skipping tabs.
7479
7480 * ffap.el (dired-at-point-prompter): Improve prompt in
7481 list-directory case.
7482
7483 2007-07-01 Richard Stallman <rms@gnu.org>
7484
7485 * files.el (find-file-visit-truename): Fix safe-local-variable value.
7486
7487 2007-07-01 Richard Stallman <rms@gnu.org>
7488
7489 * cus-start.el (max-mini-window-height): Added.
7490
7491 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7492
7493 * complete.el (partial-completion-mode): Remove advice of
7494 read-file-name-internal.
7495 (PC-do-completion): Rebind minibuffer-completion-table.
7496 (PC-read-file-name-internal): New function doing what
7497 read-file-name-internal advice did.
7498
7499 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
7500
7501 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
7502 property on a few symbols.
7503 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
7504 (byte-optimize-lapcode): Remove bindings that are not referenced
7505 and certainly will not effect through dynamic scoping.
7506
7507 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7508
7509 * files.el (find-file-confirm-inexistent-file): New var.
7510 (find-file, find-file-other-window, find-file-other-frame)
7511 (find-file-read-only, find-file-read-only-other-window)
7512 (find-file-read-only-other-frame): Use it.
7513
7514 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7515
7516 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
7517
7518 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
7519
7520 * generic-x.el (generic-define-mswindows-modes)
7521 (generic-define-unix-modes, apache-log-generic-mode)
7522 (bat-generic-mode-keymap, java-manifest-generic-mode)
7523 (show-tabs-generic-mode): Fix typos in docstrings.
7524
7525 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
7526
7527 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
7528 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
7529 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
7530 (rcirc-print): Never ignore messages from ourself.
7531
7532 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
7535 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
7536
7537 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7538
7539 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
7540 replace-regexp-in-string.
7541
7542 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7543
7544 * emacs-lisp/cl.el: Set edebug and indentation before loading
7545 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
7546
7547 2007-06-28 Andreas Schwab <schwab@suse.de>
7548
7549 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
7550 $(lisp)/subdirs.el.
7551
7552 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
7553
7554 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
7555 the speedbar frame if nil; that deletes the current frame or
7556 causes an error if it is the only frame.
7557 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
7558
7559 2007-06-28 Kevin Ryde <user42@zip.com.au>
7560
7561 * textmodes/nroff-mode.el: Groff \# comments.
7562 (nroff-mode-syntax-table): \# comment intro,
7563 plain # as punct per global table.
7564 (nroff-font-lock-keywords): Add # as a single char escape.
7565 (nroff-mode): In comment-start-skip, match \#.
7566
7567 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7568
7569 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
7570 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
7571 point-min == 1.
7572
7573 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
7574
7575 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
7576 Rename and move to...
7577
7578 * subr.el (strings->string, string->strings): ...here.
7579
7580 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
7581 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
7582
7583 * progmodes/gud.el (gud-common-init): Call string->strings instead
7584 of split-string.
7585
7586 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7587
7588 * dired-aux.el: Remove `dired-call-process'.
7589 (dired-check-process): Call `process-file'.
7590
7591 * wdired.el (wdired-do-perm-changes): Call `process-file'.
7592
7593 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
7594 `ange-ftp-process-file'.
7595
7596 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7597
7598 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
7599
7600 * emacs-lisp/cl-extra.el:
7601 * emacs-lisp/cl-seq.el:
7602 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
7603 Add autoload cookies on all defs autoloaded manually in cl.el.
7604
7605 * emacs-lisp/cl-loaddefs.el: New file.
7606
7607 * textmodes/texinfmt.el (texinfo-raisesections-alist)
7608 (texinfo-lowersections-alist): Merge definition and declaration.
7609 (texinfo-start-of-header, texinfo-end-of-header): Remove.
7610 (texinfo-format-syntax-table): Merge init into declaration.
7611 (texinfo-format-parse-line-args, texinfo-format-parse-args)
7612 (texinfo-format-parse-defun-args, texinfo-format-node)
7613 (texinfo-push-stack, texinfo-multitable-widths)
7614 (texinfo-define-info-enclosure, texinfo-alias)
7615 (texinfo-format-defindex, batch-texinfo-format): Use push.
7616 (texinfo-footnote-number): Remove duplicate declaration.
7617
7618 * ps-print.el: Update with auto-generated autoloads.
7619
7620 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
7621
7622 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7623
7624 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
7625 relative to current dir for file-local settings.
7626 (autoload-generate-file-autoloads): Add `outfile' arg.
7627 (update-directory-autoloads): Use it to directly call
7628 autoload-generate-file-autoloads instead of going through
7629 update-file-autoloads so we avoid redundant searches and so we can know
7630 the set of buffers changed so we can save them all.
7631
7632 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
7633 rather than throwing `up-to-date'.
7634 (autoload-generate-file-autoloads): Adjust correspondingly.
7635 (update-file-autoloads): Be careful to let-bind
7636 autoload-modified-buffers and adjust to new calling conventions.
7637 (autoload-modified-buffers): Make it a dynamically scoped var.
7638 (update-directory-autoloads): Use file-relative-name instead of
7639 autoload-trim-file-name.
7640 (autoload-insert-section-header): Don't use autoload-trim-file-name
7641 since the file is already relative now.
7642 (autoload-trim-file-name): Remove.
7643
7644 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
7645 (vc-arch-complete, vc-arch--version-completion-table)
7646 (vc-arch-revision-completion-table): New functions to provide
7647 completion of revision names.
7648 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
7649 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
7650 to let the user trim the revlib.
7651
7652 * vc.el: Add new VC operation `revision-completion-table'.
7653 (vc-default-revision-completion-table): New function.
7654 (vc-version-diff, vc-version-other-window): Use it to provide
7655 completion of revision names if the backend provides it.
7656
7657 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
7658
7659 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
7660 of newer .svn/entries.
7661
7662 2007-06-25 David Kastrup <dak@gnu.org>
7663
7664 * calc/calc-poly.el (math-padded-polynomial)
7665 (math-partial-fractions): Add some function comments.
7666
7667 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7668
7669 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7670 Make `outbuf' optional.
7671 (update-file-autoloads): Use it.
7672
7673 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7674
7675 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
7676 (autoload-find-destination): Keep it uptodate.
7677 (autoload-save-buffers): New fun.
7678 (update-file-autoloads): Use it. Re-add the "up to date" message.
7679
7680 * emacs-lisp/autoload.el: Refactor for upcoming changes.
7681 (autoload-find-destination): New function extracted from
7682 update-file-autoloads.
7683 (update-file-autoloads): Use it.
7684 (autoload-generate-file-autoloads): New function extracted from
7685 generate-file-autoloads. Use file-relative-name. Delay computation of
7686 output-start to the first cookie. Remove done-any, replaced by
7687 output-start.
7688 (generate-file-autoloads): Use it.
7689
7690 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
7691
7692 * calc/calc-comb.el (math-init-random-base, math-prime-test):
7693 Use math-read-number-simple to insert constants.
7694 (math-prime-test): Redo calculation of sum.
7695
7696 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
7697
7698 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
7699 math-scale-bignum-3.
7700 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
7701 math-bignum-digit-size.
7702 (math-isqrt-small): Add another possible initial guess.
7703
7704 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7705
7706 * textmodes/bibtex.el (bibtex-entry-format): New options
7707 `whitespace', `braces', and `string'.
7708 (bibtex-field-braces-alist, bibtex-field-strings-alist)
7709 (bibtex-field-braces-opt, bibtex-field-strings-opt)
7710 (bibtex-cite-matcher-alist): New variables.
7711 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
7712 (bibtex-flash-head): Use blink-matching-delay.
7713 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
7714 (bibtex-format-entry, bibtex-reformat): Handle new options of
7715 bibtex-entry-format.
7716 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
7717 New functions.
7718 (bibtex-complete-internal): Do not display messages while
7719 minibuffer is used. Do not leave around a completions buffer
7720 that is out of date.
7721 (bibtex-copy-summary-as-kill): New optional arg.
7722 (bibtex-font-lock-url): New optional arg no-button.
7723 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
7724 (bibtex-url): Allow multiple URLs per entry.
7725
7726 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7727
7728 * emacs-lisp/autoload.el (autoload-generated-file): New function.
7729 (update-file-autoloads, update-directory-autoloads): Use it.
7730 (autoload-file-load-name): New function.
7731 (generate-file-autoloads, update-file-autoloads): Use it.
7732 (autoload-find-file): Accept non-absolute argument. Set default-dir.
7733 (generate-file-autoloads): If the autoloaded form is malformed,
7734 indicate the problem with a warning instead of aborting.
7735
7736 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7737
7738 * simple.el (next-error-recenter): Accept `(4)' as well;
7739 also, specify `integer' instead of `number'.
7740
7741 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7742
7743 * ls-lisp.el (insert-directory): If an invalid regexp error is
7744 thrown, try using FILE as a literal file name, not a wildcard.
7745
7746 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
7747
7748 * ruler-mode.el (ruler-mode): Prevent clobbering the original
7749 `header-line-format' when reentering ruler mode.
7750
7751 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7752
7753 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
7754 FILE exists as a file.
7755
7756 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7757
7758 * calc/calc.el (math-bignum-digit-length)
7759 (math-bignum-digit-size, math-small-integer-size):
7760 New constants.
7761 (math-normalize, math-bignum-big, math-make-float)
7762 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
7763 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
7764 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
7765 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
7766 (math-quotient, math-div-bignum, math-div-bignum-digit)
7767 (math-div-bignum-part, math-format-bignum-decimal)
7768 (math-read-bignum): Use math-bignum-digit-length,
7769 math-bignum-digit-size and math-small-integer-size.
7770
7771 * calc/calc-ext.el (math-fixnum-big): Use the variable
7772 math-bignum-digit-size.
7773
7774 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7775
7776 * log-view.el (log-view-mode-menu): New menu.
7777
7778 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7779
7780 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
7781 differently.
7782
7783 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
7784 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
7785
7786 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7787
7788 * vc-hg.el (vc-hg-print-log): Insert the file name.
7789 (vc-hg-log-view-mode): Fontify the file name.
7790
7791 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7792
7793 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
7794 (calcFunc-julian): Fix incorrect number used in calculations.
7795
7796 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
7797
7798 * simple.el (next-error-recenter): New defcustom.
7799 (next-error, next-error-internal): Recenter if specified,
7800 immediately prior to running `next-error-hook'.
7801
7802 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
7803 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
7804
7805 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
7806
7807 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7808
7809 * calc/calc-comb.el (math-small-factorial-table): New variable.
7810 (calcFunc-fact): Use `math-small-factorial-table'.
7811
7812 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
7813 initial values.
7814 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
7815 New variables to use in caches.
7816
7817 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
7818 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
7819
7820 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
7821 (math-bernoulli-b-cache): Use math-read-number-simple to insert
7822 bignums.
7823
7824 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7825 New variables to use in caches.
7826
7827 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7828
7829 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
7830
7831 * vc-hg.el (vc-hg-log-view-mode): New mode.
7832
7833 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
7834
7835 * calc/calc.el (math-read-number-simple): New function.
7836
7837 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7838
7839 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
7840 (vera-font-lock-match-item): Fix doc string.
7841 (vera-in-comment-p): Remove unused function.
7842 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
7843 use `syntax-ppss'.
7844 (vera-forward-syntactic-ws): Fix argument order.
7845 (vera-prepare-search): Use `with-syntax-table'.
7846 (vera-indent-line): Fix doc string.
7847 (vera-electric-tab): Fix doc string.
7848 (vera-expand-abbrev): Define alias instead of using `fset'.
7849 (vera-comment-uncomment-region): Use `comment-start-skip'.
7850
7851 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
7852
7853 * textmodes/org.el (org-export-with-footnotes): New option.
7854 (org-export-as-html): Fix replacement bug for XEmacs.
7855 (org-agenda-default-appointment-duration): New option.
7856
7857 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7858
7859 * vc-hg.el: Add to do items.
7860 (vc-hg-diff): Add support for comparing different revisions.
7861 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
7862 (vc-hg-annotate-extract-revision-at-line)
7863 (vc-hg-previous-version, vc-hg-checkin): New functions.
7864 (vc-hg-annotate-re): New constant.
7865
7866 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7867
7868 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
7869
7870 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7871
7872 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
7873 buffer-local value of log-view-*-re if applicable.
7874
7875 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
7876 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
7877 (vc-bzr-command*): Remove both (incompatible) versions.
7878 (vc-bzr-do-command*): Remove.
7879 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
7880 Remove by folding into its only caller vc-bzr-command.
7881 (vc-bzr-command): Always set the environment, even when ineffective.
7882 (vc-bzr-version): Minor fix up.
7883 (vc-bzr-admin-dirname): New var.
7884 (vc-bzr-bzr-dir): Remove.
7885 (vc-bzr-root-dir): New fun.
7886 (vc-bzr-registered): Use it. Add an autoloaded version.
7887 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
7888 (vc-bzr-view-log-function): Remove.
7889 (vc-bzr-log-view-mode): New major mode to replace it.
7890 (vc-bzr-print-log): Only activate the old hack if needed.
7891
7892 * vc.el (vc-default-log-view-mode): New function.
7893 (vc-print-log): Add new `log-view-mode' VC operation.
7894
7895 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
7896
7897 * ido.el (ido-find-file-in-dir): Don't signal an error for
7898 empty directories.
7899
7900 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
7901
7902 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
7903 directory where the desktop file was found, as the docstring says.
7904 (desktop-kill): Use `read-directory-name'.
7905
7906 2007-06-20 Alan Mackenzie <acm@muc.de>
7907
7908 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
7909 When removing lines, also remove the \n. Correction of patch of
7910 2007-04-21.
7911
7912 2007-06-20 Martin Rudalics <rudalics@gmx.at>
7913
7914 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
7915 event is not a cons cell. Do not unread drag-mouse-1 events.
7916 Select right window in check whether space was stolen from
7917 window above.
7918
7919 * help-mode.el (help-make-xrefs): Adjust position of new forward
7920 button.
7921
7922 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
7923
7924 * vc-bzr.el (vc-bzr-with-process-environment)
7925 (vc-bzr-std-process-invocation): New macros.
7926 (vc-bzr-command, vc-bzr-command*): Use them.
7927 (vc-bzr-with-c-locale): Remove.
7928 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
7929 (vc-bzr-buffer-nonblank-p): New function.
7930 (vc-bzr-state-words): New const.
7931 (vc-bzr-state): Look for `bzr status' keywords in output.
7932 Display everything else as a warning message to the user.
7933 Fix status report with bzr >= 0.15.
7934
7935 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
7936
7937 * vc-hg.el (vc-hg-global-switches): Simplify.
7938 (vc-hg-state): Handle more states.
7939 (vc-hg-diff): Fix doc-string.
7940 (vc-hg-register): New function.
7941 (vc-hg-checkout): Likewise.
7942
7943 2007-06-20 Reto Zimmermann <reto@gnu.org>
7944
7945 * progmodes/vera-mode.el: New file.
7946
7947 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7948
7949 * calc/calc.el (calc-multiplication-has-precendence):
7950 New variable.
7951 (math-standard-ops, math-standard-ops-p, math-expr-ops):
7952 New functions.
7953 (math-expr-opers): Define using math-standard-ops rather than
7954 math-standard-opers.
7955 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
7956 equal the function math-standard-ops rather than the variable
7957 math-standard-opers.
7958 (calc-algebraic-entry): Let math-expr-opers equal
7959 math-standard-ops or math-expr-ops, as appropriate.
7960 (math-expr-read-level, math-read-factor): Let math-expr-opers
7961 equal math-expr-ops.
7962 * calc/calc-embed.el (calc-embedded-finish-edit):
7963 Let math-expr-opers equal the function math-standard-ops
7964 rather than the variable math-standard-opers.
7965 * calc/calc-ext.el (math-read-plain-expr)
7966 (math-format-flat-expr-fancy): Let math-expr-opers equal the
7967 function math-standard-ops rather than the variable
7968 math-standard-opers.
7969 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
7970 Let math-expr-opers equal the function math-standard-ops rather
7971 than the variable math-standard-opers.
7972 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
7973 equal the function math-standard-ops rather than the variable
7974 math-standard-opers.
7975 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
7976 equal the function math-standard-ops rather than the variable
7977 math-standard-opers.
7978 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
7979 math-expr-ops.
7980
7981 2007-06-19 Ivan Kanis <apple@kanis.eu>
7982
7983 * vc-hg.el: New file.
7984
7985 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7986
7987 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
7988 with font-lock-multiline.
7989
7990 2007-06-17 Glenn Morris <rgm@gnu.org>
7991
7992 * lpr.el (lpr-page-header-switches): Move %s to separate element
7993 for correct quoting. Doc fix.
7994
7995 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7996
7997 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
7998 than setting sgml-xml-mode.
7999 (sgml-mode, html-mode): Set sgml-xml-mode.
8000 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
8001 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
8002 (sgml-electric-tag-pair-before-change-function)
8003 (sgml-electric-tag-pair-flush-overlays): New functions.
8004 (sgml-electric-tag-pair-mode): New minor mode.
8005 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
8006 (sgml-calculate-indent): Use assoc-string.
8007
8008 2007-06-16 Karl Fogel <kfogel@red-bean.com>
8009
8010 * thingatpt.el (thing-at-point-email-regexp): Don't require two
8011 chars before the "@" in an email address. Andreas Roehler noticed
8012 this problem.
8013
8014 2007-06-15 Karl Fogel <kfogel@red-bean.com>
8015
8016 * thingatpt.el: Add support for email addresses (`email').
8017 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
8018 (thing-at-point-email-regexp): New variable.
8019 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
8020 properties on this symbol, with lambda forms for values.
8021
8022 2007-06-15 Masatake YAMATO <jet@gyve.org>
8023
8024 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
8025
8026 * vc.el (vc-dired-hook): Check the backend returned from
8027 `vc-responsible-backend' can really handle `subdir'.
8028
8029 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
8030
8031 * wid-edit.el (widget-add-documentation-string-button):
8032 Fix handling of documentation indent.
8033
8034 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
8035
8036 * mb-depth.el: New file.
8037
8038 2007-06-15 Masatake YAMATO <jet@gyve.org>
8039
8040 * vc.el (vc-dired-mode): Show backend name as part of mode name.
8041
8042 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
8043
8044 * wid-edit.el (widget-default-create): Move ?h handling here...
8045 (widget-default-format-handler): ...from here.
8046 (widget-docstring, widget-add-documentation-string-button): New funs.
8047 (documentation-string): Add :visibility-widget property.
8048 (widget-documentation-string-value-create): Use it.
8049
8050 * cus-edit.el (custom-split-regexp-maybe): Simplify.
8051 (custom-buffer-create-internal): Simplify message.
8052 (custom-variable-tag): Reduce height to normal.
8053 (custom-variable-value-create, custom-face-value-create)
8054 (custom-visibility): New widget.
8055 (custom-visibility): New face.
8056 (custom-group-value-create):
8057 Call widget-add-documentation-string-button, using `custom-visibility'.
8058
8059 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8060
8061 * emacs-lisp/bytecomp.el (byte-compile-current-group)
8062 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
8063 change. Apparently the "warning even if the group is implicit" is
8064 a feature rather than a bug.
8065
8066 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
8067
8068 * emulation/viper.el (viper-describe-key-ad)
8069 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
8070 Compile them conditionally.
8071 (viper-version): Belated version change.
8072
8073 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
8074
8075 * follow.el (follow-all-followers, follow-generic-filter):
8076 * pcomplete.el (pcomplete-restore-windows):
8077 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
8078 (x-dnd-drop-data):
8079 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
8080 * progmodes/python.el (python-complete-symbol):
8081 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
8082
8083 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
8084
8085 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
8086 around bright and dim regexps. Make sure bright and dim matches
8087 use word anchors. Send text through rcirc-markup functions.
8088 (rcirc-url-regexp): Add single quote character.
8089 (rcirc-connect): Write logs to disk on auto-save-hook.
8090 Make server a non-optional argument.
8091 (rcirc-log-alist): New variable.
8092 (rcirc-log-directory): Make customizable.
8093 (rcirc-log-flag): New customizable variable.
8094 (rcirc-log): New function.
8095 (rcirc-print): Use above function.
8096 (rcirc-log-write): New function.
8097 (rcirc-generate-new-buffer-name): Strip text properties.
8098 (rcirc-switch-to-buffer-function): Remove variable.
8099 (rcirc-last-non-irc-buffer): Remove variable.
8100 (rcirc-non-irc-buffer): Add function.
8101 (rcirc-next-active-buffer): Use above function.
8102 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
8103 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
8104 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
8105 (rcirc-omit-mode): Add minor-mode.
8106 (rcirc-mode-map): Change C-c C-o binding.
8107 (rcirc-mode): Clear mode-line-process. Use a custom
8108 fill-paragraph-function. Set up buffer-invisibility-spec.
8109 (rcirc-response-formats): Remove timestamp code.
8110 (rcirc-omit-responses): Add variable.
8111 (rcirc-print): Don't put the overlay arrow on potentially omitted
8112 lines. Log line to disk. Record activity for private messages
8113 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
8114 (rcirc-jump-to-first-unread-line): Print message if there is no
8115 unread text.
8116 (rcirc-clear-unread): New function.
8117 (rcirc-markup-text-functions): Add variable.
8118 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
8119 (rcirc-debug): Don't mess with window configuration.
8120 (rcirc-send-message): Send message before printing locally.
8121 Add SILENT argument, do not print message if non-nil.
8122 (rcirc-visible-buffers): New function and variable.
8123 (rcirc-window-configuration-change-1): Add function.
8124 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
8125 server buffer.
8126 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
8127 (rcirc-fill-paragraph): Add function.
8128 (rcirc-record-activity, rcirc-window-configuration-change-1):
8129 Only update the activity string if it has actually changed.
8130 (rcirc-update-activity-string): Remove padding characters from the
8131 mode-line string.
8132 (rcirc-disconnect-buffer): New function to be called when a
8133 channel is parted or the user quits.
8134 (rcirc-server-name): Warn when the server-name hasn't been set.
8135 (rcirc-window-configuration-change): Postpone work until
8136 post-command-hook.
8137 (rcirc-window-configuration-change-1): Update mode-line and
8138 overlay arrows here.
8139 (rcirc-authenticate): Fixc hanserv identification.
8140 (rcirc-default-server): Remove variable.
8141 (rcirc): Connect according to rcirc-connections.
8142 (rcirc-connections): Add variable.
8143 (rcirc-startup-channels-alist): Remove variable.
8144 (rcirc-startup-channels): Remove function.
8145
8146 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8147
8148 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
8149
8150 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
8151
8152 * term/xterm.el (terminal-init-xterm): Escape parens in character
8153 constants.
8154
8155 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * progmodes/sh-script.el: Remove unneeded * from docstrings.
8158 Use [:alpha:] and [:alnum:] where applicable.
8159 (sh-quoted-subshell): Rewrite to correctly
8160 handle nested mixes of `...' and $(...).
8161 (sh-apply-quoted-subshell): Remove.
8162 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
8163
8164 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
8165
8166 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
8167
8168 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
8169 previous change.
8170
8171 2007-06-12 Tom Tromey <tromey@redhat.com>
8172
8173 * subr.el (user-emacs-directory): New defconst.
8174 * cmuscheme.el (scheme-start-file):
8175 * shell.el (shell):
8176 * completion.el (save-completions-file-name):
8177 * custom.el (custom-theme-directory):
8178 * term/x-win.el (emacs-session-filename):
8179 * filesets.el (filesets-menu-cache-file):
8180 * thumbs.el (thumbs-thumbsdir):
8181 * server.el (server-auth-dir):
8182 * image-dired.el (image-dired-dir):
8183 (image-dired-db-file):
8184 (image-dired-temp-image-file):
8185 (image-dired-gallery-dir):
8186 (image-dired-temp-rotate-image-file):
8187 * play/gamegrid.el (gamegrid-user-score-file-directory):
8188 * savehist.el (savehist-file):
8189 * tutorial.el (tutorial--saved-dir):
8190 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
8191
8192 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
8193
8194 * scroll-lock.el (scroll-lock-mode): Doc fix.
8195
8196 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8197
8198 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
8199
8200 * ediff-init.el: Doc strings.
8201
8202 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8203
8204 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
8205 (byte-compile-file): Bind it.
8206 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
8207 group argument is provided implicitly.
8208 (byte-compile-format-warn, byte-compile-from-buffer)
8209 (byte-compile-insert-header): Don't hardcode point-min==1.
8210 (byte-compile-file-form-require): Remove unused var old-load-list.
8211 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
8212
8213 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8214
8215 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
8216 Display error messages.
8217 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
8218 Get rid of cl.el dependencies.
8219
8220 * emulation/viper-init.el (viper-suppress-input-method-change-message):
8221 New variable.
8222 (viper-activate-input-method-action)
8223 (viper-inactivate-input-method-action):
8224 Use viper-suppress-input-method-change-message.
8225
8226 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
8227 for C-s, C-r.
8228
8229 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
8230 Use viper-replace-overlay-cursor-color instead of
8231 viper-replace-overlay-cursor-color.
8232 (viper-sit-for-short): Use sit-for with 3 arguments.
8233
8234 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
8235 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
8236 to gud-mode.
8237
8238 * ediff-mult.el (ediff-meta-buffer-brief-message)
8239 (ediff-meta-buffer-verbose-message): New variables.
8240 (ediff-meta-buffer-message): Variable deleted.
8241 (ediff-verbose-help-enabled): New variable.
8242 (ediff-toggle-verbose-help-meta-buffer): New function.
8243 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
8244 message options.
8245
8246 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
8247 (ediff-fixup-patch-map): Improve heuristic.
8248
8249 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8250
8251 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
8252 (log-view-font-lock-keywords): Simplify.
8253 (log-view-current-file, log-view-current-tag): Simplify.
8254
8255 2007-06-12 Sam Steingold <sds@gnu.org>
8256
8257 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
8258
8259 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
8260
8261 * desktop.el (desktop-load-locked-desktop): New option.
8262 (desktop-read): Use it.
8263 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
8264 Use `when'.
8265
8266 2007-06-12 Davis Herring <herring@lanl.gov>
8267
8268 * desktop.el (desktop-save-mode-off): New function.
8269 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
8270 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
8271 (desktop-claim-lock, desktop-release-lock): New functions.
8272 (desktop-kill): Tell `desktop-save' that this is the last save.
8273 Release the lock afterwards.
8274 (desktop-buffer-info): New function.
8275 (desktop-save): Use it. Run `desktop-save-hook' where the doc
8276 says to. Detect conflicts, and manage the lock.
8277 (desktop-read): Detect conflicts. Manage the lock.
8278
8279 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8280
8281 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
8282
8283 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
8284 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
8285 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
8286 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
8287 keysyms rather than byte sequences.
8288 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
8289
8290 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8291
8292 * font-lock.el (font-lock-add-keywords): In case font-lock was only
8293 half-activated, forcefully activate it completely.
8294
8295 2007-06-11 Richard Stallman <rms@gnu.org>
8296
8297 * cus-edit.el (custom-variable-type): Doc fix.
8298
8299 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8300
8301 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
8302 (sh-font-lock-flush-syntax-ppss-cache): New functions.
8303 (sh-font-lock-syntactic-keywords): Use them to distinguish the
8304 different possible cases for \'.
8305
8306 * complete.el (PC-bindings): Don't bind things already bound in the
8307 parent keymap.
8308
8309 * textmodes/bibtex-style.el: New file.
8310
8311 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
8312
8313 * vc-bzr.el: New file.
8314
8315 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8316
8317 * vc-svn.el (vc-svn-program): New var.
8318 (vc-svn-command): Use it.
8319
8320 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
8321
8322 * server.el (server-switch-buffer): Remove redundant check.
8323
8324 2007-06-10 Martin Rudalics <rudalics@gmx.at>
8325
8326 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8327 Match against file-name-nondirectory.
8328 Fix text on user customization variables.
8329 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
8330
8331 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8332
8333 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
8334
8335 2007-06-09 Davis Herring <herring@lanl.gov>
8336
8337 * desktop.el (desktop-minor-mode-table): Doc fix.
8338
8339 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8340
8341 * textmodes/css-mode.el (css-navigation-syntax-table):
8342 Use set-char-table-range so it also works in the unicode branch.
8343
8344 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
8345
8346 * help-mode.el (help-xref-forward-stack)
8347 (help-xref-stack-forward-item, help-forward-label): New variables.
8348 (help-forward): New button type.
8349 (help-setup-xref): Initialise help-xref-forward-stack.
8350 (help-make-xrefs): Add forward button, if appropriate.
8351 (help-xref-go-back): Push item on forward stack.
8352 (help-xref-go-forward, help-go-forward): New functions.
8353
8354 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
8355
8356 * dired.el (dired-mode-map): Remove spurious separator.
8357
8358 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8359
8360 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
8361
8362 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8363 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
8364
8365 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
8366
8367 * textmodes/org.el: Version number fixed.
8368
8369 2007-06-07 Glenn Morris <rgm@gnu.org>
8370
8371 * version.el (emacs-copyright): New constant.
8372 * startup.el (fancy-splash-tail): Use emacs-copyright.
8373 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
8374
8375 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
8376 `make-local'.
8377 (byte-compile-warnings-safe-p): Add `make-local'.
8378 (byte-compile-make-variable-buffer-local):
8379 Allow byte-compile-warnings to suppress this warning.
8380
8381 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
8382 format of "menu" description.
8383 (tutorial--find-changed-keys): Describe the specific menu a
8384 command is in.
8385
8386 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
8387 Rewrite compatibility functions to silence byte-compiler.
8388
8389 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8390
8391 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
8392 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
8393
8394 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
8395
8396 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
8397
8398 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8399
8400 * progmodes/ebrowse.el (ebrowse-member-table):
8401 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
8402 (org-batch-agenda-csv): Fix typos in docstrings.
8403
8404 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8405
8406 * international/mule-cmds.el (toggle-enable-multibyte-characters)
8407 (sort-coding-systems, search-unencodable-char): Doc fixes.
8408 (coding-system-change-eol-conversion, set-default-coding-systems)
8409 (prefer-coding-system, find-multibyte-characters, princ-list)
8410 (leim-list-entry-regexp, set-input-method, locale-language-names)
8411 (input-method-exit-on-first-char, exit-language-environment-hook)
8412 (locale-charset-language-names): Fix typos in docstrings.
8413
8414 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8415
8416 * pgg.el (pgg-sign-region, pgg-sign):
8417 * ses.el (ses-call-printer):
8418 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
8419 * textmodes/org.el (org-cycle): Fix typos in docstrings.
8420
8421 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
8422
8423 * textmodes/org.el (org-export-region-as-html)
8424 (org-replace-region-by-html, org-number-to-letters)
8425 (org-table-fedit-finish, org-normalize-color)
8426 (org-table-fedit-ref-right, org-date-to-gregorian)
8427 (org-table-fedit-move, org-table-convert-refs-to-rc)
8428 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
8429 (org-write-agenda, org-colgroup-info-to-vline-list)
8430 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
8431 (org-indent-line-function, org-export-as-html-to-buffer)
8432 (org-store-agenda-views, org-update-mode-line)
8433 (org-find-if, org-delete-all)
8434 (org-table-fedit-convert-buffer, org-emphasize)
8435 (org-uniquify, org-table-fedit-lisp-indent)
8436 (org-table-fedit-scroll, org-get-todo-sequence-head)
8437 (org-table-fedit-scroll-down, org-table-fedit-line-down)
8438 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
8439 (org-table-fedit-toggle-coordinates, org-dvipng-color)
8440 (org-table-fedit-line-up, org-table-fedit-ref-down)
8441 (org-table-formula-from-user, org-mode-flyspell-verify)
8442 (org-cycle-show-empty-lines, org-ctrl-c-ret)
8443 (org-table-formula-to-user, org-diary-to-ical-string)
8444 (orgtbl-export, org-table-fedit-post-command)
8445 (org-closed-in-range, org-shiftcontrolright)
8446 (org-table-convert-refs-to-an, org-table-hline-and-move)
8447 (org-table-formula-less-p, org-format-table-ascii)
8448 (org-agenda-get-sexps, org-shift-refpart)
8449 (org-diary-sexp-entry, org-time-string-to-absolute)
8450 (org-table-show-reference, org-letters-to-number)
8451 (org-fix-agenda-info, org-table-fedit-ref-up)
8452 (org-table-fedit-shift-reference, org-table-fedit-abort)
8453 (org-closest-date, org-shiftcontrolleft)
8454 (org-at-heading-or-item-p, org-rematch-and-replace)
8455 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
8456 New functions.
8457 (org-table-edit-scroll-down, org-finish-edit-formulas)
8458 (org-table-edit-next-field, org-abort-edit-formulas)
8459 (org-font-lock-level, org-export-find-first-heading-line)
8460 (org-table-edit-line-down, org-table-edit-backward-field)
8461 (org-edit-formula-lisp-indent, org-table-edit-move)
8462 (org-check-log-option, org-this-word)
8463 (org-table-edit-line-up, org-table-edit-formulas-post-command)
8464 (org-agenda-file-to-end, org-expand-file-name)
8465 (org-fake-empty-table-line, org-table-edit-scroll)
8466 (org-toggle-log-option, org-show-reference): Function removed.
8467 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
8468 New defsubsts.
8469 (org-unmodified, org-batch-store-agenda-views)
8470 (org-batch-agenda-csv): New macro.
8471 (org-agenda-export): New customization group.
8472 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
8473 (org-highest-priority, org-agenda-exporter-settings)
8474 (org-log-done-with-time, org-replace-disputed-keys)
8475 (org-format-latex-header, org-export-table-header-tags)
8476 (org-cycle-separator-lines, org-export-table-data-tags)
8477 (org-icalendar-include-sexps)
8478 (org-empty-line-terminates-plain-lists)
8479 (org-log-repeat, org-special-ctrl-a)
8480 (org-table-use-standard-references, org-disputed-keys)
8481 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
8482 (org-agenda-export-html-style): New option.
8483 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
8484 (org-CUA-compatible): Option removed.
8485 (org-agenda-structure, org-sexp-date): New face.
8486 (org-todo-keywords-for-agenda, org-not-done-keywords)
8487 (org-planning-or-clock-line-re, org-agenda-name)
8488 (org-table-colgroup-info, org-todo-sets)
8489 (constants-unit-system, org-clock-mode-line-entry)
8490 (org-mode-line-timer, org-table-current-begin-pos)
8491 (org-todo-keywords-1, org-mode-line-string)
8492 (org-table-clean-did-remove-column, org-table-fedit-map)
8493 (org-clock-heading, org-table-buffer-is-an)
8494 (org-agenda-info, org-done-keywords)
8495 (org-done-keywords-for-agenda, org-todo-heads)
8496 (org-todo-kwd-alist, org-clock-start-time): New variable.
8497 (org-todo-kwd-priority-p, org-edit-formulas-map)
8498 (org-repeat-re, org-todo-kwd-max-priority)
8499 (org-version, org-done-string)
8500 (org-table-clean-did-remove-column-1, org-disputed-keys):
8501 Remove variables.
8502 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
8503 (org-ts-lengths): Constant removed.
8504 (org-follow-gnus-link): Don't ask how many articles to read.
8505 (org-export-find-first-export-line): Rename from
8506 `org-export-find-first-heading'.
8507 Use `org-export-skip-text-before-1st-heading'.
8508 (org-table-fedit-post-command): Rename from
8509 `org-table-edit-formulas-post-command'.
8510 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
8511 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
8512 (org-table-fedit-lisp-indent): Rename from
8513 `org-edit-formula-lisp-indent'.
8514 (org-table-show-reference): Rename from `org-show-reference'.
8515 (org-table-store-formulas): Use `org-table-formula-less-p'.
8516 (org-table-edit-formulas): Position cursor to current field equation.
8517 (org-update-checkbox-count, org-hide-archived-subtrees)
8518 (org-timestamp-up-day, org-timestamp-down-day)
8519 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
8520 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
8521 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
8522 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
8523 Let `org-on-heading-p' also check for invisible heading.
8524 (org-read-date): Match am/pm times.
8525 (org-eval-in-calendar): Fix default date in prompt.
8526
8527 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
8528
8529 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
8530 "ChangeLog.a" entries, giving the latter lower priority.
8531
8532 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
8533
8534 * faces.el (face-id): If the argument is a face alias,
8535 return the ID of the target face.
8536
8537 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
8538
8539 * net/socks.el (top): Remove unnecessary copyright line.
8540
8541 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
8542
8543 * longlines.el (longlines-auto-wrap): Handle argument correctly.
8544
8545 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
8546
8547 * net/socks.el: New file, taken from w3 repository.
8548 (top): Update Copyright. Don't load cl.el.
8549 (all): Replace `case' by `cond', `string-to-int' by
8550 `string-to-number', and `process-kill-without-query' by
8551 `set-process-query-on-exit-flag'.
8552 (socks-char-int): Remove defalias and all occurrences.
8553
8554 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
8555
8556 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
8557 Fix typos in docstrings.
8558 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
8559 (compilation-finish-function): Fix typo in obsolescence declaration.
8560
8561 2007-06-03 Sam Steingold <sds@gnu.org>
8562
8563 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
8564 handle unending automatic recompilation of changed files (`omake -P').
8565 (compilation-loop): VISITED is now 5th CDR.
8566 (compilation-next-error-function): Set TIMESTAMP.
8567
8568 2007-06-03 Sam Steingold <sds@gnu.org>
8569
8570 * files.el (kill-buffer-ask): New function.
8571 (kill-some-buffers): Use it.
8572 (kill-matching-buffers): New user command.
8573
8574 2007-06-01 David Kastrup <dak@gnu.org>
8575
8576 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8577 Change default to `top'.
8578
8579 2007-05-31 Richard Stallman <rms@gnu.org>
8580
8581 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
8582
8583 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8584
8585 * textmodes/css-mode.el: New file.
8586
8587 2007-05-30 Michael Olson <mwolson@gnu.org>
8588
8589 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
8590 died and we are trying to send a signal to it. The program using
8591 tq.el should periodically check to see whether the process has
8592 died and react appropriately -- this is not the responsibility of
8593 tq.el, and is consistent with the rest of the tq.el source code.
8594
8595 2007-05-29 Martin Rudalics <rudalics@gmx.at>
8596
8597 * textmodes/table.el (table--point-entered-cell-function)
8598 (table--point-left-cell-function):
8599 Bind `inhibit-point-motion-hooks' to t.
8600
8601 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8602
8603 * emacs-lisp/rx.el (rx): Doc fix.
8604
8605 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
8606
8607 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
8608
8609 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
8610
8611 Sync with Tramp 2.0.56.
8612
8613 * net/tramp.el:
8614 * net/tramp-ftp.el:
8615 * net/tramp-smb.el:
8616 * net/tramp-util.el:
8617 * net/tramp-vc.el:
8618 Don't load cl.el, because that pollutes the namespace. Replace cl
8619 macros by their implementations where necessary. Requested by
8620 Richard Stallman <rms@gnu.org>.
8621
8622 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
8623 doesn't exist.
8624 (with-parsed-tramp-file-name): Protect debug spec during compilation.
8625 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
8626 (tramp-file-name-p, tramp-file-name-multi-method)
8627 (tramp-file-name-method, tramp-file-name-user)
8628 (tramp-file-name-host, tramp-file-name-localname): New defuns,
8629 replacing defstruct `tramp-file-name'.
8630 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
8631 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
8632 Apply `vector' instead of `make-tramp-file-name'.
8633 (tramp-handle-make-auto-save-file-name):
8634 Apply `tramp-temporary-file-directory' for compatibility reasons.
8635 (tramp-completion-mode): Use `natnump' instead of `wholenump'
8636 because of XEmacs.
8637 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
8638 started.
8639
8640 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
8641
8642 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
8643
8644 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
8645
8646 * log-edit.el (log-edit-changelog-paragraph): Return point-max
8647 as the end of the ChangeLog paragraph when it ends without a line
8648 termination.
8649
8650 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
8651
8652 * net/webjump.el (webjump-sample-sites):
8653 Add simple Wikipedia query.
8654
8655 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8656
8657 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
8658 compatibility code.
8659
8660 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
8661 (copyright-update-year): Use it.
8662
8663 * edmacro.el (edmacro-format-keys): Use current-active-maps.
8664
8665 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
8666 Add indentation and debugging info. Fix up comment convention.
8667
8668 * cus-dep.el (custom-make-dependencies): Simplify.
8669
8670 * composite.el (compose-region, decompose-region):
8671 Use inhibit-read-only and restore-buffer-modified-p.
8672
8673 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
8674 (xterm-mouse-event): Use it.
8675
8676 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
8677
8678 * bs.el (bs-cycle-previous): Don't modify the cycle list until
8679 `switch-to-buffer' has returned succesfully.
8680 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
8681 window is dedicated (it could iconify the frame).
8682
8683 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
8684
8685 * vc-hooks.el (vc-find-root): Fix file attribute test.
8686
8687 2007-05-24 Richard Stallman <rms@gnu.org>
8688
8689 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8690 Don't let opoint be nil.
8691 (flyspell-emacs-popup): Explicit error if no dialogs.
8692
8693 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
8694
8695 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
8696 (image-next-line, image-previous-line, image-scroll-up)
8697 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
8698 New functions.
8699 (image-mode-map): Remap motion commands.
8700 (image-mode-text-map): New keymap for viewing images as text.
8701 (image-mode): Use image-mode-map.
8702 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
8703
8704 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8705
8706 * textmodes/fill.el (canonically-space-region): Make the second arg
8707 a marker if it's not already the case.
8708
8709 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8710
8711 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
8712 (tar-get-descriptor): Handle type 55, an extended pax header.
8713
8714 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8715
8716 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
8717 to confuse outline-minor-mode.
8718
8719 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8720
8721 * tar-mode.el (tar-file-name-handler): New function.
8722 (tar-extract): Bind file-name-handler-alist to it to force
8723 find-buffer-file-type-coding-system behave as if the file being
8724 extracted existed. Use last-coding-system-used to force
8725 buffer-file-coding-system to what decode-coding-region actually
8726 used to decode the file.
8727
8728 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8729
8730 * progmodes/compile.el (compilation-handle-exit):
8731 `compilation-finish-function' may change the current buffer.
8732
8733 2007-05-22 Richard Stallman <rms@gnu.org>
8734
8735 * files.el (set-auto-mode): Doc fix.
8736
8737 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8738
8739 * help-fns.el (find-source-lisp-file): New function.
8740 (describe-function-1): Use find-source-lisp-file to find source
8741 file in compile tree.
8742
8743 2007-05-22 Eli Zaretskii <eliz@gnu.org>
8744
8745 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8746
8747 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
8748
8749 * emacs-lisp/easy-mmode.el (define-minor-mode)
8750 (easy-mmode-define-navigation): Fix typos in docstrings.
8751
8752 2007-05-22 Glenn Morris <rgm@gnu.org>
8753
8754 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
8755
8756 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
8757
8758 * mail/mail-extr.el (mail-extract-address-components):
8759 Recognize non-ASCII characters except for NBSP as words.
8760
8761 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
8762
8763 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
8764 (rcirc-print): Handle `window-width'.
8765 (rcirc-buffer-maximum-lines): Doc fix.
8766
8767 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
8768
8769 * image-mode.el (image-toggle-display): Don't clear image cache.
8770 Only use filename in image spec if the file is readable.
8771 Call image-refresh.
8772
8773 * image.el (image-type-from-file-name, image-type): Simplify.
8774 (image-type-auto-detected-p): Don't scan auto-mode-alist.
8775
8776 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
8777 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
8778
8779 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8780
8781 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
8782 is an error.
8783
8784 * term/linux.el (terminal-init-linux): Don't signal an error
8785 if gpm isn't running.
8786
8787 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8788
8789 * t-mouse.el: Reduce to a minor-mode macro call.
8790 (t-mouse-mode): Remove the lighter.
8791
8792 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
8793
8794 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
8795
8796 * files.el (auto-mode-alist): Change the regexp so that
8797 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
8798
8799 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8800
8801 * Version 22.1 released.
8802
8803 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
8804
8805 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
8806 changes.
8807
8808 2007-05-19 Kevin Ryde <user42@zip.com.au>
8809
8810 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
8811
8812 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
8813
8814 * textmodes/sgml-mode.el: Revert last change.
8815
8816 2007-05-18 Richard Stallman <rms@gnu.org>
8817
8818 * simple.el (push-mark): Doc fix.
8819
8820 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
8821
8822 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
8823 tpu-global-map.
8824 (tpu-original-global-map): Variable deleted.
8825 (tpu-control-keys-map): New keymap variable.
8826 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
8827 setting keymapping directly.
8828 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
8829 tpu-global-map.
8830 (tpu-edt-on): Activate the tpu-global-map.
8831 (tpu-edt-off): Deactivate the tpu-global-map.
8832
8833 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
8834
8835 * textmodes/ispell.el (ispell-get-word): Return markers
8836 for start and end positions.
8837 (ispell-word): Assume END is a marker.
8838
8839 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8840
8841 * printing.el: Group together all XEmacs/Emacs definitions.
8842 (pr-version): New version 6.9.
8843 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
8844 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
8845 (pr-menu-bind): Fix code.
8846 (pr-e-frame-char-height, pr-e-frame-char-width)
8847 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
8848 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
8849 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
8850 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
8851 (pr-x-event-y-pixel): Aliases eliminated.
8852 (pr-xemacs-global-menubar): Macro moved.
8853 (current-menubar, current-mouse-event, zmacs-region-stays)
8854 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
8855 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
8856 Vars moved.
8857 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
8858 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
8859 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
8860 (pr-menu-set-utility-title, pr-even-or-odd-pages)
8861 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
8862 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
8863 moved.
8864
8865 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
8866
8867 * textmodes/sgml-mode.el (sgml-tag):
8868 Fix bug: Call sgml-transformation-function.
8869
8870 2007-05-17 Martin Rudalics <rudalics@gmx.at>
8871
8872 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
8873 modified flag of buffer. Use `inhibit-modification-hooks'.
8874
8875 2007-05-16 Richard Stallman <rms@gnu.org>
8876
8877 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
8878
8879 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8880
8881 * files.el (magic-mode-alist, magic-fallback-mode-alist):
8882 Move the *ml, Postscript, and XmCD entries to the fallback part.
8883
8884 * files.el (magic-fallback-mode-alist):
8885 Rename from file-start-mode-alist.
8886
8887 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8888
8889 * progmodes/compile.el (compilation-handle-exit): Quote first
8890 argument of `run-hook-with-args'.
8891
8892 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
8893
8894 * buff-menu.el (Buffer-menu-sort-column):
8895 * dabbrev.el (dabbrev-upcase-means-case-search):
8896 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8897 * info.el (Info-current-subfile):
8898 * ls-lisp.el (ls-lisp-verbosity):
8899 * msb.el (msb-menu-cond):
8900 * pcvs.el (cvs-dired-use-hook):
8901 * simple.el (set-mark-command-repeat-pop):
8902 * time.el (display-time-24hr-format, display-time-mail-file):
8903 Doc fixes.
8904
8905 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
8906 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
8907
8908 * view.el (view-inhibit-help-message): Fix typo in docstring.
8909 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
8910
8911 2007-05-16 Martin Rudalics <rudalics@gmx.at>
8912
8913 * textmodes/ispell.el (ispell-start-process): Defend against bad
8914 default-directory.
8915
8916 2007-05-14 Eli Zaretskii <eliz@gnu.org>
8917
8918 * mail/rmail.el (rmail-convert-to-babyl-format): Check
8919 content-transfer-encoding _last_, because it's its position that
8920 we need as value of base64-header-field-end.
8921
8922 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
8923
8924 * files.el (mode-require-final-newline, require-final-newline)
8925 (enable-local-variables, enable-local-eval): Doc fixes.
8926
8927 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8928
8929 * ps-print.el: Use default color when foreground or background color
8930 are unspecified. Reported by Leo <sdl.web@gmail.com>.
8931 (ps-print-version): New version 6.7.4.
8932 (ps-rgb-color): New argument. Use default color when color is
8933 unspecified.
8934 (ps-begin-job): Fix code.
8935
8936 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
8937
8938 * longlines.el (longlines-mode): Make longlines-auto-wrap
8939 buffer-local. Add hooks unconditionally.
8940 (longlines-auto-wrap): Toggle wrapping.
8941 (longlines-after-change-function)
8942 (longlines-post-command-function): Check longlines-auto-wrap.
8943
8944 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
8945
8946 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
8947 (xterm-mouse-translate): Use it.
8948
8949 2007-05-10 Richard Stallman <rms@gnu.org>
8950
8951 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
8952 (iso-cvt-write-only): Likewise.
8953
8954 * emacs-lisp/easy-mmode.el (define-minor-mode):
8955 Fix generated doc string.
8956
8957 * startup.el (fancy-splash-text): Add URL of guided tour.
8958 Adjust horizontal and vertical whitespace.
8959
8960 * progmodes/compile.el (compilation-handle-exit):
8961 Use run-hook-with-args to run compilation-finish-functions.
8962
8963 * files.el (file-start-mode-alist): New variable.
8964 (magic-mode-regexp-match-limit): Doc fix.
8965 (set-auto-mode): Handle file-start-mode-alist.
8966 A little cleanup of structure.
8967
8968 * dabbrev.el (dabbrev-eliminate-newlines):
8969 Renamed from dabbrev--eliminate-newlines. All uses changed.
8970
8971 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8972
8973 * man.el (Man-next-section): Don't consider the last line of the page
8974 as being part of any section.
8975
8976 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8977
8978 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
8979 can take any number of values.
8980
8981 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8982
8983 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
8984 to the list of citation commands.
8985
8986 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8987
8988 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
8989
8990 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
8991
8992 * progmodes/python.el (python-font-lock-keywords)
8993 (python-open-block-statement-p, python-mode): Add support for the new
8994 "with" keyword.
8995
8996 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8997
8998 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
8999 the exact opposite of diff-goto-source.
9000
9001 * emacs-lisp/advice.el (ad-special-forms): Remove.
9002 (ad-special-form-p): Use subr-arity.
9003
9004 * newcomment.el (comment-search-forward): Make sure we search forward.
9005 (comment-enter-backward): Try and distinguish the non-matching case at
9006 EOB from the non-matching case with a missing comment-end-skip for
9007 a 2-char comment ender.
9008 (comment-choose-indent): New function extracted from comment-indent.
9009 Improve the alignment algorithm.
9010 (comment-indent): Use it.
9011
9012 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
9013 XML style Processing Instructions.
9014 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
9015 (sgml-calculate-indent): Handle `pi' context.
9016
9017 * vc.el: Ensure that update-changelog issues an error when used with
9018 a backend that does not implement it.
9019 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
9020 Remove `backend' argument. Use expand-file-name.
9021 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
9022
9023 * progmodes/python.el (python-end-of-block): Revert last change.
9024 (python-end-of-statement): Make sure we move *forward*.
9025
9026 2007-05-08 Richard Stallman <rms@gnu.org>
9027
9028 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9029 Don't include non-self-insert commands in the exception for `-'.
9030
9031 2007-05-08 David Reitter <david.reitter@gmail.com>
9032
9033 * progmodes/python.el (python-guess-indent): Check non-nullness
9034 before comparing indent against the 2..8 interval.
9035
9036 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9037
9038 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
9039 available.
9040
9041 2007-05-06 Richard Stallman <rms@gnu.org>
9042
9043 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
9044
9045 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9046
9047 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
9048 rather than storing their value in the revert-buffer function.
9049
9050 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
9051
9052 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
9053 when disabling t-mouse-mode.
9054
9055 2007-05-01 Davis Herring <herring@lanl.gov>
9056
9057 * calendar/timeclock.el: Update version number.
9058 (timeclock-modeline-display): Mention timeclock-use-display-time
9059 in explanatory message.
9060 (timeclock-in): Fix non-interactive workday specifications.
9061 (timeclock-log): Don't kill the log buffer if it already existed.
9062 Suppress warnings when finding the log. Don't check for a nil
9063 project twice. Run hooks after killing the buffer (if applicable).
9064 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
9065 was geometric). All uses changed.
9066 (timeclock-generate-report): Support prefix argument.
9067
9068 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
9069
9070 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
9071 disconnections.
9072
9073 2007-05-01 Romain Francoise <romain@orebokech.com>
9074
9075 * dired-x.el: Revert 2007-04-06 change.
9076
9077 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
9078
9079 * find-dired.el (find-dired-filter): Propertize all text down to eob.
9080
9081 2007-04-29 Richard Stallman <rms@gnu.org>
9082
9083 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
9084
9085 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9086
9087 * progmodes/cc-mode.el (c-before-change): Use point-min rather
9088 than 1.
9089
9090 2007-04-28 Richard Stallman <rms@gnu.org>
9091
9092 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
9093
9094 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
9095
9096 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
9097 don't put stop on toolbar.
9098
9099 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9100
9101 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
9102
9103 2007-04-28 Eli Zaretskii <eliz@gnu.org>
9104
9105 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
9106 instead of $(lisp)/mh-e.
9107
9108 2007-04-28 Glenn Morris <rgm@gnu.org>
9109
9110 * image-dired.el (image-dired-cmd-create-thumbnail-options)
9111 (image-dired-cmd-create-temp-image-options): Replace option
9112 +profile "*" with -strip.
9113
9114 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
9115
9116 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9117 Use window-start and window-end.
9118
9119 2007-04-27 Andreas Schwab <schwab@suse.de>
9120
9121 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
9122
9123 2007-04-27 Eli Zaretskii <eliz@gnu.org>
9124
9125 * textmodes/fill.el (fill-paragraph): Doc fix.
9126
9127 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
9128
9129 * locate.el (locate-in-alternate-database): Doc fix.
9130
9131 2007-04-26 Glenn Morris <rgm@gnu.org>
9132
9133 * button.el (button): Use underline if supported, else fall back
9134 to color.
9135
9136 * version.el (emacs-version): Increase to 22.1.50.
9137
9138 2007-04-25 Richard Stallman <rms@gnu.org>
9139
9140 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
9141
9142 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
9143
9144 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
9145 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
9146 pushing mark.
9147 (idlwave-current-routine): Don't push mark.
9148
9149 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
9150
9151 * image-dired.el (image-dired-display-image): Derive image-type from
9152 filename rather than assuming jpeg, in case no resizing was needed.
9153
9154 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9155
9156 * custom.el (defface): Doc fix.
9157
9158 See ChangeLog.12 for earlier changes.
9159
9160 ;; Local Variables:
9161 ;; coding: iso-2022-7bit
9162 ;; add-log-time-zone-rule: t
9163 ;; End:
9164
9165 Copyright (C) 2007 Free Software Foundation, Inc.
9166
9167 This file is part of GNU Emacs.
9168
9169 GNU Emacs is free software; you can redistribute it and/or modify
9170 it under the terms of the GNU General Public License as published by
9171 the Free Software Foundation; either version 3, or (at your option)
9172 any later version.
9173
9174 GNU Emacs is distributed in the hope that it will be useful,
9175 but WITHOUT ANY WARRANTY; without even the implied warranty of
9176 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9177 GNU General Public License for more details.
9178
9179 You should have received a copy of the GNU General Public License
9180 along with GNU Emacs; see the file COPYING. If not, write to the
9181 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
9182 Boston, MA 02110-1301, USA.
9183
9184 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af