]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Change regexp to match dir like 'a...b'
[gnu-emacs] / lisp / ChangeLog
1 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
2
3 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
4 match dir like "a...b".
5
6 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
9
10 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
11
12 * net/tramp.el (tramp-handle-substitute-in-file-name):
13 Don't expand the remote connection identification.
14 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
16 before calling stty.
17
18 * net/tramp-cache.el (tramp-cache-print)
19 (tramp-dump-connection-properties): Fix docstring.
20 (tramp-list-connections): Rename from
21 `tramp-cache-list-connections'.
22
23 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
24
25 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
26 remote connection identification when setting connection property.
27
28 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
29 "//" substitutes only in the local filename part.
30
31 2007-11-07 David Hansen <david.hansen@gmx.net>
32
33 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
34
35 2007-11-07 Glenn Morris <rgm@gnu.org>
36
37 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
38 Remove superfluous concats. Move final set-buffer to
39 non-emacs-specific code.
40
41 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
42
43 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
44
45 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
46
47 * eshell/esh-mode.el (eshell-output-filter):
48 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
49 Use `with-current-buffer'.
50
51 2007-11-07 Andreas Schwab <schwab@suse.de>
52
53 * server.el (server-start): Only register cleanup after server was
54 started.
55
56 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
57
58 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
59
60 * net/tramp-cache (tramp-cache-print): Move down.
61 (tramp-cache-list-connections): New defun.
62
63 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
64
65 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
66
67 * ido.el (ido-save-history): Write the history file in the current
68 filename coding system, and add `coding' file-local variable.
69
70 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
71
72 * textmodes/org.el (org-table-formula-substitute-names):
73 Remove forgotten temporary debugging code.
74
75 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
76
77 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
78 the prompt.
79
80 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
81
82 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
83
84 2007-11-05 Simon Josefsson <simon@josefsson.org>
85
86 * net/tls.el (tls-end-of-info): Doc fix.
87
88 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
89
90 * international/utf-7.el (utf-7-imap): New coding system.
91 (utf-7-imap-post-read-conversion): New function.
92 (utf-7-imap-pre-write-conversion): New function.
93
94 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * abbrev.el (abbrev--write): Fix up typo.
97
98 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
99
100 * abbrev.el (define-abbrev-table): Doc fix.
101
102 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
103
104 * info.el (Info-revert-buffer-function): New func.
105 (Info-mode): Arrange to use it for reverting.
106 (Info-copy-current-node-name): Add space between filename and nodename.
107
108 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * abbrev.el (expand-abbrev): Move point back to expansion's end.
111
112 2007-11-04 Glenn Morris <rgm@gnu.org>
113
114 * net/tls.el: Don't require rx when compiling.
115 (tls-end-of-info): Rewrite without using rx.
116 (open-tls-stream): Use with-current-buffer.
117
118 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
119
120 * net/tls.el: Require rx when compiling.
121 (tls-end-of-info): New variable.
122 (open-tls-stream): Keep reading input until `tls-end-of-info' is
123 matched.
124
125 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
126
127 * register.el (append-to-register, prepend-to-register):
128 Don't signal error on empty register; use the text, instead.
129
130 2007-11-03 Michael Olson <mwolson@gnu.org>
131
132 * textmodes/remember.el (remember-buffer):
133 Use define-obsolete-function-alias rather than defalias.
134
135 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
136
137 * simple.el (bad-packages-alist): Anchor semantic regexp.
138
139 2007-11-03 Glenn Morris <rgm@gnu.org>
140
141 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
142 if defined, for blank lines. Doc fix.
143
144 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
145 (fortran-mode): Set values for comment-region-function,
146 uncomment-region-function and comment-insert-comment-function.
147 (fortran-uncomment-region): New function.
148
149 * textmodes/nroff-mode.el (nroff-mode):
150 Set comment-insert-comment-function rather than indent-line-function.
151 (nroff-indent-line-function): Remove.
152 (nroff-insert-comment-function): New function.
153
154 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
155
156 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
157
158 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
159
160 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
161
162 * emulation/viper-cmd.el (viper-prev-destructive-command)
163 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
164 copy-sequence.
165
166 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
167 Got rid of ediff-copy-list.
168
169 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
170 use face-name.
171 (ediff-test-utility,ediff-diff-mandatory-option)
172 (ediff-reset-diff-options): Remove to simplify the mandatory option
173 handling on Windows.
174 (ediff-set-diff-options): Add.
175 (ediff-diff-options): Set "--binary" option as default in some cases.
176
177 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
178 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
179 ediff-vc-working-revision. Require vc-hooks.
180
181 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
182
183 * files.el (hack-local-variables): Fix membership tests to avoid
184 treating all variables as safe if `enable-local-variables' is
185 set to :safe (CVE-2007-5795).
186
187 2007-11-02 Glenn Morris <rgm@gnu.org>
188
189 * newcomment.el (comment-indent): Let comment-insert-comment-function,
190 if defined, do all the work of inserting a new comment.
191
192 * progmodes/etags.el (tags-table-mode): Disable undo.
193
194 * simple.el (bad-packages-alist): Revert previous change.
195
196 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
197
198 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
199
200 * obsolete/lselect.el: Do not warn about unknown functions.
201
202 2007-11-02 Michael Olson <mwolson@gnu.org>
203
204 * textmodes/remember.el (remember-buffer): Make this an alias of
205 remember-finalize, because Org uses it.
206
207 2007-11-01 Michael Olson <mwolson@gnu.org>
208
209 * textmodes/remember.el: Improve documentation in heading.
210 (remember-before-remember-hook): Turn into a customizable option.
211 (remember): Document INITIAL argument.
212 (remember-region): Remove autoload cookie. Improve docstring to
213 mention that it is called from the *Remember* buffer, and does not
214 have any functional overlap with the `remember' function.
215 (remember-finalize): Remove autoload cookie. Rename from
216 remember-buffer to emphasize that this does not have any
217 functional overlap with the `remember' function.
218 (remember-destroy): Remove autoload cookie.
219 (remember-mode-map): Define and initialize in one step.
220 (remember-mode): Improve docstring.
221 (remember-annotation-functions): Default to just '(buffer-file-name),
222 and don't try to take the default value from Planner.
223
224 2007-11-01 Glenn Morris <rgm@gnu.org>
225
226 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
227
228 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
229
230 * emacs-lisp/authors.el (authors-scan-change-log)
231 (authors-scan-el): Don't enable local eval; enable only safe local
232 variables, without querying.
233
234 * mail/footnote.el (footnote-numeric-regexp)
235 (footnote-english-upper-regexp, footnote-english-lower-regexp)
236 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
237 Match multi-character footnotes.
238
239 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
240 (nroff-indent-line-function): New function.
241 (nroff-count-text-lines): Use nroff-forward-text-line rather than
242 obsolete alias.
243
244 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
245
246 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
247 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
248 (rcirc-print): Only update the line count when not marking the
249 line as omittable.
250 (rcirc-log-write): Specify coding system when writing logfile.
251 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
252
253 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
254
255 * printing.el (printing): Fix :version, printing.el was included
256 for in emacs-22.1.
257 (pr-path-style, pr-path-alist, pr-txt-name)
258 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
259 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
260 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
261 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
262 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
263 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
264 (pr-setting-database, pr-visible-entry-list)
265 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
266 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
267
268 * ediff-util.el (ediff-nuke-selective-display): Move definition to
269 top level, make it dependent on the emacs flavor.
270
271 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
272 Test for XEmacs not for itimer.
273
274 * term/sun-mouse.el:
275 * obsolete/sun-fns.el:
276 * obsolete/sun-curs.el: Remove files.
277
278 * term/sun.el (select-previous-complex-command): Remove obsolete code.
279
280 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
281
282 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
283 was given to concat.
284
285 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
288 used normally for goto-line. Change `g' to revert the buffer.
289 Add redundant `r' binding for buffer-revert.
290
291 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
292 (mail-abbrevs-setup): Use abbrev-expand-functions.
293 (build-mail-abbrevs): Use with-temp-buffer.
294 (define-mail-abbrev): Simplify.
295 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
296 Change it for use on abbrev-expand-functions.
297 (mail-abbrev-complete-alias): Use with-syntax-table.
298
299 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
300
301 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
302 directly. Fix bug in deleting temp file.
303
304 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
305
306 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
307 Merge defvar and define-abbrev-table.
308 (def-python-skeleton): Use :case-fixed and :enable-function.
309 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
310 Remove.
311 (python-mode): Don't modify pre-abbrev-expand-hook.
312
313 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
314
315 * ediff-util.el (ediff-file-checked-out-p)
316 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
317
318 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * abbrev.el (abbrev-symbol): Correct let->let*.
321 (abbrev--before-point): Only use abbrev-start-location if before point.
322
323 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
324
325 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
326 (strokes-unload-hook): Remove function and variable.
327 (strokes-unload-function): New-style unload function, adapted
328 from `strokes-unload-hook'.
329
330 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
331 (cl-unload-hook): Remove variable.
332 (cl-unload-function): New-style unload function, adapted
333 from `cl-cannot-unload'.
334
335 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
336 (elp-unload-function): New-style unload function, adapted
337 from `elp-unload-hook'.
338
339 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
340
341 * emacs-lisp/find-func.el (find-library): Use library at
342 point as default interactive argument.
343
344 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
345
346 * shadowfile.el (shadow-join): Remove.
347 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
348 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
349 (shadowfile-unload-hook): Remove function and variable.
350 (shadowfile-unload-function): New-style unload function, adapted
351 from `shadowfile-unload-hook'.
352
353 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
354
355 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
356 only if it is bound.
357
358 * textmodes/reftex.el: Move autoloads for before all uses.
359 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
360 (reftex-delete-overlay): Move to the top level with the condition
361 in the body.
362
363 * progmodes/simula.el: Use when instead of if.
364
365 * iimage.el (iimage-locate-file): Define unconditionally.
366
367 * mail/mailabbrev.el (mail-abbrev-next-line):
368 * emulation/vip.el (vip-enlarge-region, vip-line)
369 (vip-next-line-at-bol, vip-previous-line)
370 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
371 Wrap with-no-warnings around uses of next-line and previous-line.
372
373 * ediff.el (run-ediff-from-cvs-buffer):
374 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
375 Remove function not used by pcl-cvs anymore.
376 (noninteractive, generic-sc-get-latest-rev)
377 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
378 Delete support for long obsolete generic-sc.el.
379
380 2007-10-31 Glenn Morris <rgm@gnu.org>
381
382 * cvs-status.el: No longer require pcvs when compiling.
383
384 * doc-view.el (doc-view-conversion-refresh-interval)
385 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
386 (doc-view-reset-slice): Doc fixes.
387 (doc-view-menu): Remove deleted function doc-view-edit-doc.
388
389 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
390
391 * help-at-pt.el (help-at-pt-unload-hook): Remove.
392 Timers are automatically canceled by `unload-feature'.
393
394 * delsel.el (delsel-unload-hook): Remove function and variable.
395 (delsel-unload-function): New-style unload function, adapted
396 from `delsel-unload-hook'.
397
398 * msb.el (msb-unload-hook): Remove function and variable.
399 (msb-unload-function): New-style unload function, adapted from
400 `msb-unload-hook'.
401
402 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
403
404 * desktop.el (uniquify-managed): Pacify byte compiler.
405 (desktop-buffer-info): If the buffer name is managed by uniquify,
406 save the base name, not the uniquified one.
407 (desktop-create-buffer): Allow `rename-buffer' to generate a new
408 name in case of conflict.
409
410 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 * doc-view.el: Use expand-file-name rather than concat.
413 (doc-view-cache-directory): Add the UID so multiple users won't clash.
414 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
415 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
416 (doc-view-toggle-display): Use an overlay over the whole buffer so as
417 not to have to touch the buffer's content.
418 (doc-view-initiate-display): New function, extracted from doc-view-mode.
419 (doc-view-mode): Use it. Don't mark as a special mode.
420 Put the page numbers in the modeline.
421 Set up the overlay. Hide the cursor. Run the mode hook.
422 Use after-revert-hook rather than revert-buffer-function.
423 (doc-view-search-internal): Fix typo.
424 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
425 image-cache flush.
426 (doc-view-reconvert-doc): Don't reset the whole mode.
427 (doc-view-make-safe-dir): New function.
428 (doc-view-current-cache-dir): Use it.
429
430 2007-10-30 Jason Rumney <jasonr@gnu.org>
431
432 * time.el (display-time-world-list): Test for zoneinfo support.
433
434 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
435
436 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
437
438 * net/tramp-cache.el (tramp-flush-file-function): Check also
439 `default-directory' if `buffer-file-name' does not return a
440 string. Added to `eshell-pre-command-hook'.
441
442 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
443
444 * doc-view.el (doc-view-current-doc): Remove.
445 Replace all uses by buffer-file-name.
446 (doc-view-menu): New menu.
447 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
448 unused var `doc'.
449 (doc-view-sort): Simplify.
450 (doc-view-buffer-message): Don't change buffer-modified-p.
451 (doc-view-mode): Change it here instead.
452 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
453 Don't modify the global value of revert-buffer-function.
454
455 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
456 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
457 (image-toggle-display): Take overlays into account and don't assume
458 point-min==1.
459
460 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
461
462 * vc.el (vc-annotate): Fix omission bug:
463 Specify value for vc-sentinel-movepoint.
464
465 2007-10-30 Michael Olson <mwolson@gnu.org>
466
467 * textmodes/remember.el (remember-mode-hook)
468 (remember-handler-functions, remember-annotation-functions):
469 Add additional items as options, including some Org functions.
470
471 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
472
473 * doc-view.el: Remove cl-dependency.
474 (doc-view-buffer-message): Mention new binding K.
475 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
476 instead of variable.
477 (doc-view-current-cache-dir): Better cache dir naming.
478 (doc-view-current-display): Remove variable.
479 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
480 (doc-view-kill-proc): Set converter process to nil.
481 (doc-view-minor-mode): New minor mode.
482 (doc-view-minor-mode-map): New keymap.
483 (doc-view-mode): Remove text/image switching code. Use plain defun.
484 (doc-view-mode-map): New binding K kills converter process.
485 Remove C-c C-e binding.
486 (doc-view-mode-text-map): Remove keymap.
487 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
488 d-v-display-maybe.
489 (doc-view-previous-major-mode): New variable.
490 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
491 (doc-view-remove-if): New function.
492 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
493 (doc-view-toggle-display): Toggle modes instead of display styles.
494 (doc-view-reconvert-doc): Adapt to new way of doing things.
495
496 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
497
498 2007-10-30 Glenn Morris <rgm@gnu.org>
499
500 * dirtrack.el (dirtrack-mode): Doc fix.
501
502 * shell.el (shell-dirtrack-verbose, shell-mode)
503 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
504
505 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
506 (byte-compile-enable-warning): Doc fix.
507
508 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
509 suppress byte-opt warning.
510
511 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
512
513 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
514 (edt-gnu-emacs19-p): Remove.
515 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
516 (edt-xserver, edt-page-backward, edt-beginning-of-line)
517 (edt-end-of-line-forward, edt-end-of-line-backward)
518 (edt-one-word-forward, edt-one-word-backward, edt-character)
519 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
520 (edt-find-forward, edt-find-backward, edt-find-next-forward)
521 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
522 (edt-define-key, edt-bottom-check, edt-sentence-forward)
523 (edt-sentence-backward, edt-paragraph-forward)
524 (edt-paragraph-backward, edt-restore-key, edt-window-top)
525 (edt-window-bottom, edt-scroll-window-forward-line)
526 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
527 (edt-line-to-top-of-window, edt-paragraph-backward)
528 (edt-restore-key, edt-window-top, edt-window-bottom)
529 (edt-scroll-window-forward-line)
530 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
531 (edt-line-to-middle-of-window, edt-goto-percentage)
532 (edt-display-the-time, edt-remember, edt-split-window)
533 (edt-emulation-on, edt-emulation-off)
534 (edt-default-emulation-setup, edt-user-emulation-setup)
535 (edt-select-default-global-map, edt-select-user-global-map):
536 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
537 tests.
538
539 * textmodes/reftex-index.el (reftex-index-selection-or-word):
540 Use feature test instead of boundp test so it can be resolved at
541 compile time.
542
543 * net/newsticker.el (replace-regexp-in-string): Only define for
544 XEmacs.
545
546 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
547
548 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
549 Update all users.
550 (abbrev-get, abbrev-put): Simplify.
551 (define-abbrev): Don't store the `force' value in the :system property.
552 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
553
554 2007-10-30 Michael Olson <mwolson@gnu.org>
555
556 * desktop.el (desktop-minor-mode-table): Add line for ERC.
557
558 * textmodes/remember.el: New file that implements a mode for
559 quickly jotting down things to remember.
560
561 * textmodes/remember-diary.el: A backend for remember.el that
562 implements saving notes to a Diary file.
563
564 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
565
566 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
567 Relocate in file.
568 (allout-doublecheck-at-and-shallower): Increase to include
569 slightly greater depths, since yank interaction is now ok.
570 Also, elaborate the docstring to explain the situation.
571 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
572 instead of concat, so we accommodate key sequences expressed as
573 vectors as well as strings and lists.
574 (allout-flag-region, allout-hide-by-annotation): Make the
575 hidden-text overlays 'front-advance.
576 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
577 (allout-aberrant-container-p, allout-on-current-heading-p)
578 (allout-e-o-prefix-p, allout-next-heading)
579 (allout-previous-heading, allout-goto-prefix)
580 (allout-end-of-prefix, allout-next-sibling-leap)
581 (allout-next-visible-heading, allout-auto-fill)
582 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
583 (allout-yank-processing, allout-resolve-xref)
584 (allout-current-topic-collapsed-p, allout-hide-region-body)
585 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
586 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
587 (count-trailing-whitespace-region): Preserve match data, so allout
588 outline navigation doesn't disrupt other Emacs operations.
589 (allout-beginning-of-line): Retreat to the beginning of the hidden
590 text, so fields are respected (for submodes that care).
591 (allout-end-of-line): Preserve mark activation status when jumping.
592 (allout-open-topic): Account for opening after a child that
593 contains a hidden trailing newline. Preserve match data.
594 Run allout-structure-added-hook
595 (allout-encrypt-decrypted): Preserve match data.
596 (allout-toggle-current-subtree-exposure): Add new interactive
597 function for toggle subtree exposure - suggested by tassilo.
598 (move-beginning-of-line, move-end-of-line): Don't use
599 line-move-invisible-p, it's obsolete - substitute the code,
600 instead.
601
602 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
603
604 * textmodes/flyspell.el (message-signature-separator):
605 * longlines.el (message-indent-citation-function): Pacify byte
606 compiler.
607
608 * emacs-lisp/cl-loaddefs.el:
609 * ldefs-boot.el: Regenerate.
610
611 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
612 (.el.elc, compile, compile-always, compile-calc)
613 ($(lisp)/progmodes/cc-mode.elc): Use it.
614
615 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
616 Only do work for XEmacs.
617 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
618 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
619 on XEmacs.
620 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
621 (ps-x-color-name, ps-x-color-specifier-p)
622 (ps-x-copy-coding-system, ps-x-device-class)
623 (ps-x-extent-end-position, ps-x-extent-face)
624 (ps-x-extent-priority, ps-x-extent-start-position)
625 (ps-x-face-font-instance, ps-x-find-coding-system)
626 (ps-x-font-instance-properties, ps-x-make-color-instance)
627 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
628 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
629 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
630 (ps-generate-postscript-with-faces): Delete defaliases.
631 (ps-face-foreground-name, ps-face-background-name)
632 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
633 Move definitions to top level, make the body conditional on the Emacs
634 flavor. Replace uses of deleted aliases and renamed functions.
635 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
636 of deleted aliases and renamed functions.
637
638 * calc/calc.el (calc-emacs-type-lucid): Remove.
639 (calc-digit-map, calcDigit-start, calc-read-key)
640 (calc-clear-unread-commands):
641 * calc/calc-ext.el (calc-user-key-map): Replace uses of
642 calc-emacs-type-lucid with (featurep 'xemacs)
643
644 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
645 (featurep 'xemacs).
646 (tpu-lucid-emacs19-p): Remove.
647 (tpu-map-key): Make it a function instead of using fset. Inline
648 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
649 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
650
651 * ielm.el: Use featurep 'xemacs.
652
653 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
654 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
655 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
656 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
657 cperl-xemacs-p with (featurep 'xemacs).
658 (font-lock-cache-position): Pacify byte compiler.
659
660 2007-10-29 Drew Adams <drew.adams@oracle.com>
661
662 * faces.el (read-color): New function.
663 (face-at-point, foreground-color-at-point)
664 (background-color-at-point): New functions.
665
666 2007-10-28 Richard Stallman <rms@gnu.org>
667
668 * net/browse-url.el (browse-url-text-xterm): Rename from
669 browse-url-lynx-xterm and made generic.
670 (browse-url-text-emacs): Likewise.
671 (browse-url-text-browser): New variable.
672 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
673 (browse-url-text-input-field, browse-url-text-input-attempts)
674 (browse-url-kde-program): Likewise.
675
676 2007-10-29 Glenn Morris <rgm@gnu.org>
677
678 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
679 Use mapc rather than mapcar (reinstall change deleted without log
680 entry 2007-10-22).
681
682 2007-10-29 Martin Rudalics <rudalics@gmx.at>
683
684 * wdired.el (wdired-next-line, wdired-previous-line):
685 Use next-line and previous-line wrapped in with-no-warnings.
686
687 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
688
689 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
690 (rcirc-recent-quit-alist): New function.
691 (rcirc): Print a better message when there is only one connected server.
692 (rcirc-complete-nick): Do not update the nick table here.
693 (rcirc-mode-map): Add M-o.
694 (rcirc-current-line): Add variable.
695 (rcirc-mode): Setup variables for line based omit.
696 (rcirc-edit-multiline): Strip text properties.
697 (rcirc-omit-responses): Add NICK.
698 (rcirc-omit-threshold): Add variable.
699 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
700 Add functions.
701 (rcirc-print): Keep track of current line. Do not fill text if
702 `rcirc-fill-flag' is null. Only omit text if the last activity
703 from the sender is more than `rcirc-omit-threshold' lines ago.
704 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
705 numbers instead of time.
706 (rcirc-channel-nicks): Sort by line numbers instead of time.
707 (rcirc-omit-mode): Add `...' when omitting text and recenter.
708 (rcirc-handler-JOIN): Restore the joiners linestamp.
709 (rcirc-maybe-remember-nick-quit): Add function.
710 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
711
712 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
713
714 * loadhist.el (unload-feature-special-hooks):
715 Add `delete-frame-functions' and `suspend-tty-functions'.
716
717 * server.el (server-unload-function): Rename from `server-unload-hook'
718 and adapt to new `unload-feature' functionality. Remove hook from
719 `kill-buffer-hook' buffer-locally.
720 (server-unload-hook): Remove.
721 (server-unload-function): New var; replaces `server-unload-hook'.
722
723 2007-10-29 Glenn Morris <rgm@gnu.org>
724
725 * dirtrack.el (dirtrack-debug): Doc fix.
726 (dirtrack-mode, dirtrack-debug-mode): New names for
727 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
728 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
729 Make obsolete.
730 (dirtrack-debug-message): Only print message if
731 dirtrack-debug-mode is non-nil. Use with-current-buffer.
732 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
733 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
734
735 2007-10-28 Glenn Morris <rgm@gnu.org>
736
737 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
738 (byte-compile-warnings-safe-p): Handle `not'.
739 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
740 (byte-compile-enable-warning): New functions.
741 (byte-compile-eval-before-compile)
742 (byte-compile-file-form-require): Use byte-compile-disable-warning.
743 (byte-compile-close-variables): Locally bind byte-compile-warnings,
744 but do not modify it.
745 (byte-compile-eval, byte-compile-obsolete)
746 (byte-compile-warn-about-unresolved-functions)
747 (byte-compile-file-form-defvar)
748 (byte-compile-file-form-custom-declare-variable)
749 (byte-compile-file-form-require)
750 (byte-compile-file-form-defmumble, byte-compile-lambda)
751 (byte-compile-form, byte-compile-normal-call)
752 (byte-compile-variable-ref, byte-compile-defvar)
753 (byte-compile-make-variable-buffer-local):
754 Use byte-compile-warning-enabled-p.
755 * emacs-lisp/advice.el (ad-compile-function):
756 Use byte-compile-disable-warning.
757 * emacs-lisp/cl.el: Move local variables to end of file, and set
758 byte-compile-warnings to `(not cl-functions)'.
759 * emacs-lisp/cl-compat.el: Add a local variables section, and set
760 byte-compile-warnings to `(not cl-functions)'.
761 * emacs-lisp/cl-macs.el: Unify local variable section, and set
762 byte-compile-warnings to `(not cl-functions)'.
763 (cl-do-proclaim): Use byte-compile-disable-warning and
764 byte-compile-enable-warning.
765 * emacs-lisp/cl-seq.el: Unify local variable section, and set
766 byte-compile-warnings to `(not cl-functions)'.
767 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
768 Use byte-compile-disable-warning.
769
770 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
771
772 * cus-edit.el (custom-browse-insert-prefix):
773 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
774
775 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
776
777 * server.el (server-process-filter): Fix typo in docstring.
778 (server-log): Reflow docstrings.
779 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
780 (server-goto-line-column): Use `when'.
781
782 2007-10-28 Juri Linkov <juri@jurta.org>
783
784 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
785 when mouse is clicked on the isearch message.
786 (isearch-resume): Call `isearch-update' at the end.
787 Rename argument `search' to `string' to conform to the
788 isearch terminology.
789
790 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 Rewrite abbrev.c in Elisp.
793 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
794 (abbrev-table-get, abbrev-table-put, abbrev-get)
795 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
796 (define-abbrev, abbrev--check-chars, define-global-abbrev)
797 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
798 (abbrev-expansion, abbrev--before-point, expand-abbrev)
799 (unexpand-abbrev, abbrev--write, abbrev--describe)
800 (insert-abbrev-table-description, define-abbrev-table):
801 New funs, largely transcribed from abbrev.c.
802 (abbrev-with-wrapper-hook): New macro.
803 (abbrev-table-name-list, global-abbrev-table)
804 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
805 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
806 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
807 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
808 New vars, largely transcribed from abbrev.c.
809 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
810 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
811 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
812
813 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
814
815 * ps-print.el: Now detect if text foreground and background colors are
816 equal and replace the foreground color by another color, so the text
817 becomes visible. Doc fix.
818 (ps-print-version): New version 6.8.
819 (ps-default-fg, ps-default-bg): Docstring fix.
820 (ps-postscript-code-directory): Fix default value code.
821 (ps-fg-list, ps-fg-validate-p): New options.
822 (ps-foreground-list): New var.
823 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
824
825 2007-10-27 Glenn Morris <rgm@gnu.org>
826
827 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
828 (shell-dirtrack-toggle): Mark as obsolete.
829 (dirtrack-toggle, dirtrack-mode): No longer alias to
830 shell-dirtrack-mode.
831
832 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
833
834 * calc/calc.el (math-standard-opers): Lower the precedence
835 of negation.
836 * calc/calc-lang.el (math-oper-table): Lower precedence of
837 negation for C, TeX, and eqn.
838
839 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
840
841 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
842
843 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
844
845 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
846 (desktop-not-loaded-hook): Fix :version tags.
847
848 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
849
850 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
851 (tramp-get-remote-tmpdir): New defun.
852 (tramp-make-tramp-temp-file): Use it.
853 (tramp-local-call-process): New defun. Replace all calls of
854 `call-process' by this when appropriate.
855 (tramp-handle-write-region): Replace calls of `file-attributes' by
856 `tramp-compat-file-attributes'.
857 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
858 Make the first command a `tramp-send-command' call, with let-bind
859 of `tramp-end-of-output'.
860 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
861 (tramp-load-report-modules, tramp-append-tramp-buffers):
862 Move to tramp-cmds.el.
863
864 * net/tramp-fish.el (tramp-fish-handle-copy-file)
865 (tramp-fish-do-copy-or-rename-file)
866 (tramp-fish-do-copy-or-rename-file-directly):
867 * net/tramp-smb.el (tramp-smb-handle-copy-file):
868 Add parameter PRESERVE-UID-GID.
869
870 2007-10-27 Eli Zaretskii <eliz@gnu.org>
871
872 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
873 New defcustoms.
874 (display-time-world-list): Use them as appropriate for the current
875 value of `system-type'.
876
877 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
878
879 * printing.el: Pacify byte compiler, that is, no compiler warnings.
880 Move (again) some variable definitions before use, define some fun
881 aliases, no code change.
882 (pr-version): New version 6.9.2.
883 (pr-path-style, pr-auto-region, pr-menu-char-height)
884 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
885 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
886 via (defvar VAR).
887 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
888 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
889 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
890 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
891 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
892 (pr-menu-print-item, pr-ps-printer-menu-modified)
893 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
894 (pr-even-or-odd-alist): Vars definition moved.
895
896 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
897
898 * emulation/pc-select.el (next-line-mark, next-line-nomark)
899 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
900 around uses of previous-line and next-line.
901
902 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
903 New defvars.
904
905 * textmodes/css-mode.el (comment-continue):
906 * net/browse-url.el (url-handler-regexp):
907 * progmodes/idlw-help.el (idlwave-system-routines):
908 Pacify byte-compiler.
909
910 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
911 line-move-invisible-p with its former definition: invisible-p.
912 line-move-invisible-p was removed on 2007-08-29.
913
914 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
915
916 * files.el (kill-emacs-query-functions): Doc fix;
917 `save-buffers-kill-emacs' is no longer bound to a key.
918
919 2007-10-26 Richard Stallman <rms@gnu.org>
920
921 * isearch-multi.el (isearch-buffers-multi): New option.
922 (isearch-buffers-search-fun): Test it.
923
924 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
925 Put ps-run-clear on C-c C-l.
926
927 * newcomment.el (comment-styles): New style indent-or-triple.
928 (comment-style): Make that the default.
929 (comment-add defvar): Doc fix.
930 (comment-add): Delete arg EXTRA.
931 (comment-region-default): Open code call to comment-add.
932 Handle indent-or-triple style which uses `multi-char' for INDENT.
933
934 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
935
936 * eshell/em-unix.el (nil-blank-string): Doc fix.
937
938 2007-10-26 John Wiegley <johnw@newartisans.com>
939
940 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
941 function, ensure that the third argument is turned into a nil if
942 the string is otherwise completely empty (either no characters, or
943 all tabs/spaces). This fixes a bug from a user who found himself
944 unable to customize `diff-switches' and still use Eshell's diff
945 command.
946
947 2007-10-26 Glenn Morris <rgm@gnu.org>
948
949 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
950 safe-local-variable property.
951
952 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
953
954 * net/browse-url.el (browse-url-browser-function): Delete grail.
955 (browse-url-grail): Function and variable deleted.
956 (browse-url-browser-function): Delete IXI Mosaic.
957 (browse-url-default-browser): Don't try IXI Mosaic.
958 (browse-url-iximosaic): Function deleted.
959 (browse-url-browser-function): Delete MMM.
960 (browse-url-default-browser): Don't try MMM.
961 (browse-url-mmm): Function deleted.
962
963 2007-10-26 Drew Adams <drew.adams@oracle.com>
964
965 * custom.el (custom-note-var-changed): New function.
966
967 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
968
969 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
970 use with the definition. Remove.
971
972 * add-log.el (change-log-start-entry-re): New defconst.
973 (change-log-sortable-date-at): Use it.
974 (change-log-beginning-of-defun, change-log-end-of-defun):
975 New functions.
976 (change-log-mode): Use them for beginning-of-defun-function and
977 end-of-defun-function.
978
979 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
980
981 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
982 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
983 (ses-recalculate-cell): Deal with point being just beyond end of
984 data area (why does this happen?)
985 (ses-set-curcell): Ditto.
986 (ses-column-letter): Handle columns beyond 702. Code written by
987 Gareth Rees.
988
989 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
990
991 * textmodes/org.el (org-agenda-get-restriction-and-command):
992 Use `mapc' instead of `mapcar'.
993 (org-agenda-list): Numeric prefix argument can specify the number
994 of days.
995 (remember-register, remember-buffer): Prevent byte compiler from
996 complaining.
997 (org-todo): Save and restore match data.
998 (org-no-warnings): New macro.
999 (org-columns-eval): Use `org-no-warnings'.
1000
1001 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
1002
1003 * comint.el (comint-password-prompt-regexp):
1004 Handle `[sudo] password'-style prompt.
1005
1006 2007-10-25 Glenn Morris <rgm@gnu.org>
1007
1008 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
1009 (defcustom): Doc fix.
1010
1011 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
1012 Add `non_intrinsic'.
1013 (f90-constants-re): Add ieee modules.
1014 (f90-typedef-matcher, f90-typedec-matcher)
1015 (f90-imenu-type-matcher): New functions.
1016 (f90-font-lock-keywords-1): Give module procedures function-name face.
1017 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
1018 Add `use, intrinsic'.
1019 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
1020 Move start of `enum' blocks to separate entry.
1021 (f90-start-block-re): Fix `type', `abstract interface'.
1022 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
1023 derived types.
1024 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
1025 `elemental', change `enumerator'.
1026 (f90-no-block-limit): Fix `abstract interface'.
1027
1028 * progmodes/f90.el (f90-indented-comment-re)
1029 (f90-directive-comment-re, f90-break-delimiters):
1030 * progmodes/fortran.el (fortran-comment-line-start-skip)
1031 (fortran-directive-re):
1032 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1033 as safe if they are strings.
1034
1035 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1036
1037 * startup.el (window-system): Remove. Don't make it frame-local.
1038
1039 2007-10-24 Richard Stallman <rms@gnu.org>
1040
1041 * savehist.el (savehist-save): Omit unreadable elements.
1042
1043 * loadhist.el (unload-function-defs-list): Rename from
1044 unload-function-features-list.
1045 (unload-feature-special-hooks, unload-feature): Doc fixes.
1046
1047 * indent.el (indent-to-left-margin): If point's in the indentation,
1048 move to the end of the indentation.
1049
1050 * cus-edit.el (customize-changed-options): Make arg optional.
1051
1052 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1053
1054 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1055
1056 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1057
1058 * textmodes/org-publish.el (org-publish-attachment): Re-install
1059 accidentally deleted change.
1060
1061 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1062
1063 * term/iris-ansi.el (iris-function-map): Move init into declaration.
1064
1065 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1066
1067 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1068 (Buffer-menu-mode-map): Initialize in the declaration.
1069 (Buffer-menu-mode): Define with `define-derived-mode'.
1070
1071 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
1072
1073 * textmodes/org.el (org-version): Change to 5.13e.
1074 (org-agenda-file-regexp): Fix typo in docstring.
1075 (org-add-planning-info): Fix bug in parenthesis settings.
1076 (org-scan-tags): Catch the case of indirect buffers with no filename.
1077 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
1078 Re-install switch to mapc, had been removed by accident.
1079 (org-columns-map): New binding `C-c C-o'.
1080 (org-columns-menu): Change menu text and added new entry.
1081 (org-columns-eval): Document the use of `next-line'.
1082 (org-columns-open-link): New function.
1083 (org-columns-follow-link): Remove function.
1084 (org-open-link-from-string): New function.
1085 (org-read-date-get-relative): Fix typo in docstring.
1086 (org-read-date-get-relative): Leading +/- is not optional.
1087 (org-agenda-get-restriction-and-command): Always resize window on
1088 first loop cycle.
1089 (org-agenda-open-link): Make sure the link abbreviations are
1090 present in the agenda buffer.
1091 (org-agenda-copy-local-variable): New function.
1092
1093 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1094
1095 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
1096
1097 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1098
1099 * simple.el (reindent-then-newline-and-indent): Use a `move after
1100 insert' kind of marker in the save-excursion.
1101
1102 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1103
1104 * textmodes/css-mode.el: Require CL.
1105 (comment-continue): Declare.
1106
1107 * subr.el (make-variable-frame-localizable): Remove.
1108 (make-variable-frame-local): Mark obsolete.
1109
1110 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1111
1112 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1113 of the subdirs is unreadable.
1114
1115 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
1116
1117 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
1118 when we are local.
1119
1120 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * progmodes/python.el (python-current-defun): Remove left-over
1123 assignment to `start'.
1124
1125 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1126
1127 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
1128 than `mapcar'; return value is not used.
1129
1130 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1131
1132 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
1133 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
1134
1135 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1136
1137 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1138 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1139
1140 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1141
1142 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
1143
1144 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1145
1146 * emacs-lisp/advice.el (ad-make-advised-docstring):
1147 Add ad-advice-info text property to doc string.
1148
1149 2007-10-23 Glenn Morris <rgm@gnu.org>
1150
1151 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1152 (f90-type-indent, f90-program-indent, f90-associate-indent)
1153 (f90-continuation-indent, f90-comment-region)
1154 (f90-beginning-ampersand, f90-smart-end)
1155 (f90-break-before-delimiters, f90-auto-keyword-case)
1156 (f90-leave-line-no, f90-mode-hook):
1157 Give an appropriate safe-local-variable property.
1158
1159 * progmodes/fortran.el (fortran-tab-mode-default)
1160 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1161 (fortran-structure-indent, fortran-continuation-indent)
1162 (fortran-comment-indent, fortran-comment-line-extra-indent)
1163 (fortran-comment-line-start)
1164 (fortran-minimum-statement-indent-fixed)
1165 (fortran-minimum-statement-indent-tab)
1166 (fortran-comment-indent-char, fortran-line-number-indent)
1167 (fortran-check-all-num-for-matching-do)
1168 (fortran-blink-matching-if, fortran-continuation-string)
1169 (fortran-comment-region, fortran-electric-line-number)
1170 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1171 (fortran-analyze-depth, fortran-break-before-delimiters):
1172 Give an appropriate safe-local-variable property.
1173
1174 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1175
1176 * printing.el: Move variable definitions before use.
1177 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
1178
1179 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1180
1181 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1182 (tpu-edt-off): Use it.
1183 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1184 the global-map before adding it to global-map.
1185
1186 * menu-bar.el (global-buffers-menu-map): New var.
1187 (global-map, menu-bar-update-buffers): Use it.
1188 * msb.el (msb-menu-bar-update-buffers): Use it.
1189 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1190 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1191 Use with-current-buffer.
1192
1193 2007-10-22 Juri Linkov <juri@jurta.org>
1194
1195 * isearch-multi.el: New file.
1196
1197 * isearch.el (isearch-search-string): After finding the next
1198 occurrence switch to buffer isearch-buffers-current-buffer when
1199 isearch-buffers-next-buffer-function is non-nil and
1200 isearch-buffers-current-buffer is live.
1201
1202 * add-log.el (change-log-mode): Make and set buffer-local variable
1203 isearch-buffers-next-buffer-function to change-log-next-buffer.
1204 Call isearch-buffers-minor-mode.
1205 (change-log-next-buffer): New function.
1206
1207 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
1208
1209 * org-export-latex.el (org-export-latex-protect-string):
1210 Renaming of `org-latex-protect'.
1211 (org-export-latex-emphasis-alist): By default, don't protect
1212 any emphasis formatter from further conversion.
1213 (org-export-latex-tables): Honor column grouping for tables.
1214 (org-export-latex-title-command): New option.
1215 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1216 export backslash character.
1217
1218 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1219
1220 * textmodes/org.el (org-read-date-get-relative): New function.
1221 (org-agenda-file-regexp): New variable.
1222 (org-agenda-files): Allow directories in the variable.
1223 (org-agenda-get-restriction-and-command): New function.
1224 (org-agenda): Use `org-agenda-get-restriction-and-command'.
1225 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
1226 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
1227 New functions.
1228 (org-entry-add-to-multivalued-property)
1229 (org-entry-remove-from-multivalued-property)
1230 (org-entry-member-in-multivalued-property): New functions.
1231 (org-remember-apply-template): Catch C-g and make sure window
1232 configuration is restored.
1233 (org-agenda-open-link): Make it work with several links in the line.
1234 (org-drawers, org-set-regexps-and-options)
1235 (org-get-current-options): Add support for a DRAWERS in-buffer option.
1236 (org-agenda-window-frame-fractions): New option.
1237 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
1238 (org-columns-cleanup-item, org-find-entry-with-id)
1239 (org-insert-columns-dblock, org-listtable-to-string)
1240 (org-dblock-write:columnview, org-columns-capture-view)
1241 (org-edit-headline): New functions.
1242 (org-agenda-to-appt): Require calendar.
1243 (org-entry-get-with-inheritance): Widen for search.
1244 (org-columns-display-here): Don't mark buffer as modified when
1245 adding space characters to accomodate column overlays.
1246 (org-export-as-html): Better formatting of tags in the toc.
1247 (org-columns-display-here): Make the ITEM column as compact as possible.
1248 (org-remember-templates): Customization interface improved.
1249 (org-export-with-property-drawer): Variable removed.
1250 (org-export-with-drawers): New option.
1251 (org-complex-heading-regexp): New variable.
1252 (org-sort-entries): Rewrite using `sort-subr'.
1253 (org-set-property): More appropriate completion during interactive use.
1254 (org-sort-entries): Allow sorting by property.
1255 (org-additional-option-like-keywords): Add more values.
1256 (org-sort-entries-or-items): Rename from `org-sort-entries'.
1257
1258 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1259
1260 * textmodes/org.el (org-get-date-from-calendar): New function.
1261 (org-at-timestamp-p, org-timestamp-change)
1262 (org-remember-templates): First element of each entry is now a
1263 name for the template.
1264 (org-store-log-note): Check for `org-note-abort'.
1265 (org-kill-note-or-show-branches): New command.
1266 (org-fontify-priorities): New option.
1267 (org-fontify-priorities): New function.
1268 (org-cut-subtree, org-copy-subtree): New argument N to
1269 act on N sequential subtrees.
1270 (org-paste-subtree): Fix the level at which a tree is pasted.
1271 (org-fit-agenda-window): Limitations on window size removed.
1272 (org-agenda-find-same-or-today-or-agenda): Rename from
1273 `org-agenda-find-today-or-agenda'.
1274 (org-scheduled-past-days): New option.
1275 (org-agenda-scheduled-leaders)
1276 (org-agenda-deadline-leaders): New options.
1277 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
1278 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
1279 (org-export-with-tags, org-export-plist-vars)
1280 (org-infile-export-plist): New "tags" option.
1281 (org-use-property-inheritance): New option.
1282 (org-cached-entry-get): Use `org-use-property-inheritance'.
1283 (org-remember-apply-template): Fix typo.
1284
1285 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
1286
1287 * net/tramp.el (tramp-find-shell)
1288 (tramp-open-connection-setup-interactive-shell): Improve sending
1289 initial commands.
1290 (tramp-action-terminal): Send debug message.
1291 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
1292 (tramp-barf-if-no-shell-prompt): Insert code of
1293 `tramp-wait-for-shell-prompt'.
1294
1295 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1296
1297 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
1298
1299 * term/vt200.el (terminal-init-vt200):
1300 * term/vt201.el (terminal-init-vt201):
1301 * term/vt220.el (terminal-init-vt220):
1302 * term/vt240.el (terminal-init-vt240):
1303 * term/vt300.el (terminal-init-vt300):
1304 * term/vt320.el (terminal-init-vt320):
1305 * term/vt400.el (terminal-init-vt400):
1306 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
1307
1308 * term/wyse50.el (wyse50-terminal-map): New var.
1309 (terminal-init-wyse50): Use it and input-decode-map.
1310 (enable-arrow-keys): Emasculate.
1311
1312 * term/tvi970.el (tvi970-terminal-map): New var.
1313 (terminal-init-tvi970): Use it and input-decode-map.
1314 (tvi970-keypad-numeric): Remove.
1315 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
1316
1317 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
1318 (terminal-init-sun): Use it and input-decode-map.
1319
1320 * term/news.el (terminal-init-news):
1321 * term/lk201.el (terminal-init-lk201):
1322 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
1323
1324 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
1325
1326 * complete.el (PC-expand-many-files): Remove.
1327 (PC-do-completion): Call file-expand-wildcards instead of
1328 PC-expand-many-files.
1329
1330 * net/tramp.el (tramp-handle-expand-many-files): Remove.
1331 (PC-expand-many-files): Remove advice.
1332
1333 2007-10-22 Glenn Morris <rgm@gnu.org>
1334
1335 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
1336 Add some support for Fortran 2003 syntax:
1337 (f90-type-indent): Now also applies to `enum'.
1338 (f90-associate-indent): New user option.
1339 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
1340 Add some F2003 keywords.
1341 (f90-constants-re): New constant.
1342 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
1343 Interface'.
1344 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
1345 `class'. Arguments for `type'/`class' may have spaces. Add a new
1346 element for functions with specified types. Add `end enum' and
1347 `select type'. Add `implicit enumerator' and `procedure'.
1348 Add `class default' and `type is', `class is'. Fix `go to' regexp.
1349 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
1350 (f90-font-lock-keywords-4): Add `f90-constants-re'.
1351 (f90-blocks-re): Add `enum' and `associate'.
1352 (f90-else-like-re): Add `class is', `type is', and `class default'.
1353 (f90-end-type-re): Add `enum'.
1354 (f90-end-associate-re, f90-typeis-re): New constants.
1355 (f90-end-block-re): Add `enum' and `associate'. Change from
1356 optional whitespace to end-of-word, to avoid `enumerator'.
1357 (f90-start-block-re): Add `select type', `abstract interface', and
1358 `enum'. Avoid `type is', and `type (sometype)'.
1359 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
1360 (f90-mode): Doc fix.
1361 (f90-looking-at-select-case): Doc fix. Add `select type'.
1362 (f90-looking-at-associate): New function.
1363 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
1364 Add `enum' and `abstract interface'.
1365 (f90-no-block-limit): Add `select type' and `abstract interface'.
1366 (f90-get-correct-indent, f90-calculate-indent)
1367 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
1368 (f90-indent-region, f90-match-end): Handle `associate' blocks.
1369
1370 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1371
1372 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1373 Use window-full-width-p.
1374
1375 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
1376
1377 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
1378
1379 * tooltip.el: Use featurep 'xemacs.
1380
1381 * printing.el: Move variable definitions before use, no code change.
1382
1383 2007-10-22 Juri Linkov <juri@jurta.org>
1384
1385 * simple.el (goto-history-element): Allow minibuffer-default to be
1386 a list of default values accessible by typing M-n in the minibuffer.
1387
1388 * dired-x.el (dired-guess-shell-command): Put all guesses to the
1389 minibuffer default value list instead of pushing them temporarily
1390 to the history list.
1391
1392 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1393
1394 * hexl.el (hexl-menu): New major mode menu.
1395
1396 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1397
1398 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
1399
1400 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1401
1402 * w32-fns.el (w32-quote-process-args):
1403 * dos-w32.el (print-region-function, lpr-headers-switches)
1404 (ps-print-region-function): Pacify byte-compiler.
1405
1406 * emulation/edt-mapper.el (function-key-map):
1407 (edt-map-key): Make it a function instead of using fset.
1408 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
1409 (edt-gnu-map-key, edt-lucid-map-key): Remove.
1410 (edt-x-emacs-p): Remove.
1411 (edt-emacs-variant, edt-window-system, edt-xserver):
1412 Use featurep 'xemacs.
1413
1414 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
1415 Replace eudc-xemacs-p with its definition.
1416 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
1417 (eudc-emacs-mule-p): Remove.
1418 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
1419 eudc-xemacs-p with feature tests.
1420
1421 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
1422 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
1423 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
1424 (eudc-bob-toggle-inline-display):
1425 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
1426 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
1427
1428 * net/eudcb-ph.el (eudc-ph-open-session):
1429 Replace eudc-xemacs-mule-p with its former definition.
1430
1431 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
1432 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
1433
1434 * progmodes/vera-mode.el (vera-xemacs): Remove.
1435 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
1436
1437 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
1438 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
1439 (vhdl-speedbar-initialize, vhdl-ps-print-init)
1440 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
1441 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
1442 with (featurep 'xemacs).
1443
1444 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
1445 (save-buffer-state-x):
1446 * obsolete/fast-lock.el (fast-lock-verbose):
1447 * emulation/viper-init.el (viper-xemacs-p)
1448 (viper-cond-compile-for-xemacs-or-emacs):
1449 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
1450 * ps-print.el (case-fold-search):
1451 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
1452 * calculator.el (calculator-help): Use featurep 'xemacs.
1453
1454 * progmodes/prolog.el: Undo previous change.
1455 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
1456
1457 * progmodes/dcl-mode.el:
1458 * play/yow.el:
1459 * calendar/todo-mode.el:
1460 * calendar/cal-hebrew.el:
1461 * vc-hg.el: Undo previous change.
1462
1463 * vms-patch.el: Likewise.
1464 (print-region-function): Pacify byte-compiler.
1465
1466 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
1467
1468 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
1469 preserve-uid-gid.
1470
1471 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
1472 compatibility. It is not used, though.
1473
1474 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
1475 Require tramp-cmds.el.
1476 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
1477 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
1478 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
1479 (tramp-do-copy-or-rename-file-out-of-band)
1480 (tramp-maybe-open-connection): Use `make-temp-name'. This is
1481 possible, because we don't need to create the temporary file, but
1482 we need a prefix for ssh, which has its own temporary file handling.
1483 (tramp-handle-delete-directory): Add "-f" to rmdir.
1484 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
1485 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
1486 a signal, in order to give the callee a chance to suppress.
1487 (tramp-handle-write-region): Set owner also in case of short
1488 track. Don't use compatibility calls for `write-region' anymore.
1489 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
1490 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
1491
1492 * net/tramp-cmds.el: New file.
1493
1494 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
1495 `tramp-clear-passwd'.
1496
1497 * net/trampver.el: Update release number.
1498
1499 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1500
1501 * progmodes/gud.el (gud-target-name): Move definition before use.
1502
1503 * progmodes/dcl-mode.el: Require imenu at compile time.
1504
1505 * progmodes/cc-engine.el (c-maybe-stale-found-type):
1506 Pacify byte-compiler.
1507
1508 * obsolete/fast-lock.el: Use featurep test instead of string-match.
1509
1510 * eshell/esh-mode.el (eshell-handle-ansi-color):
1511 Require ansi-color at compile time too.
1512
1513 * eshell/em-unix.el (eshell/info): Require info at compile time too.
1514
1515 * w32-fns.el: Require w32-vars.
1516
1517 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
1518 time too.
1519
1520 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * double.el ([ignore]): Use `ignore'.
1523 (double-setup): Inline into double-mode.
1524 (double-mode): Use define-minor-mode.
1525
1526 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1527
1528 * textmodes/reftex.el: Move require easymenu before first use.
1529 (reftex-info): Require info at compile too.
1530
1531 * textmodes/org-publish.el (org-publish-org-to-html)
1532 (org-publish-org-to): Require org at compile time too.
1533 (org-publish-attachment): Require at compile time too.
1534
1535 * term/tty-colors.el (w32-tty-standard-colors):
1536 Pacify byte-compiler.
1537
1538 * term/pc-win.el (frame-creation-function-alist): Add to this
1539 instead of setting frame-creation-function.
1540
1541 * play/blackbox.el (bb-up, bb-down): Use forward-line.
1542
1543 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
1544
1545 * calendar/todo-mode.el: Require calendar at compile time.
1546
1547 * calendar/cal-hebrew.el: Require holidays at compile time.
1548
1549 * w32-vars.el: Provide w32-vars.
1550
1551 * term/w32-win.el: Require w32-vars.
1552 (w32-color-map): Pacify byte-compiler.
1553
1554 * loadup.el: Load w32-vars before term/w32-win.
1555
1556 2007-10-20 Juri Linkov <juri@jurta.org>
1557
1558 * textmodes/fill.el (fill-paragraph): When the region is active,
1559 don't try other `or' branches regardless of the value returned by
1560 fill-region; just return t.
1561
1562 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1563
1564 * vc.el (vc-do-command): Condition out a misleading message when
1565 running asynchronously.
1566 (vc-deduce-fileset): New argument enables using an unregistered
1567 visited file as a singleton fileset if nothing else is available.
1568 (vc-next-action): Restore file-registering behavior.
1569
1570 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1571
1572 * calc/README: Add recent news.
1573
1574 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
1575
1576 * term/x-win.el (x-gtk-stock-map, icon-map-list)
1577 (x-gtk-map-stock): Delete duplicated definitions from merge.
1578
1579 * progmodes/compile.el (compilation-skip-to-next-location)
1580 (compilation-skip-threshold, compilation-skip-visited):
1581 Move definitions earlier.
1582
1583 * play/decipher.el (decipher-keypress):
1584 * play/zone.el (zone-fall-through-ws):
1585 * play/landmark.el (lm-move-down, lm-move-up):
1586 * play/handwrite.el (handwrite):
1587 * mail/mspools.el (mspools-visit-spool):
1588 * wdired.el (wdired-next-line, wdired-previous-line):
1589 * tar-mode.el (tar-subfile-save-buffer):
1590 * scroll-lock.el (scroll-lock-next-line)
1591 (scroll-lock-previous-line):
1592 * image-dired.el (image-dired-next-line)
1593 (image-dired-previous-line):
1594 * ediff-help.el (ediff-help-message-line-length):
1595 Use forward-line.
1596
1597 * smerge-mode.el (smerge-auto-refine):
1598 * diff-mode.el (diff-auto-refine): Add :group.
1599
1600 * play/yow.el: Require doctor at compile time.
1601
1602 * vmsproc.el: Provide vmsproc.
1603 (command-send-input): Use forward-line.
1604
1605 * vms-patch.el: Require ps-print and vmsproc at compile time.
1606
1607 * vc-mtn.el (log-view-message-re, log-view-file-re)
1608 (log-view-font-lock-keywords): Pacify byte-compiler.
1609
1610 * vc-hg.el: Require log-view at compile time.
1611
1612 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1613
1614 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
1615
1616 2007-10-20 Glenn Morris <rgm@gnu.org>
1617
1618 * progmodes/f90.el (f90-font-lock-keywords-2)
1619 (f90-looking-at-type-like): Fix regexp typos.
1620
1621 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1622
1623 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1624 (bs-mode): Set mode-class property to special.
1625
1626 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1627
1628 * diff-mode.el (diff-auto-refine): New var.
1629 (diff-hunk): Use it.
1630 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
1631 (diff-refine-change): Rename from diff-fine-change. Change it.
1632 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
1633 (diff-refine-hunk): Rename from diff-fine-highlight.
1634
1635 2007-10-20 John Paul Wallington <jpw@pobox.com>
1636
1637 * help-fns.el (describe-variable-custom-version-info): New function
1638 to return variable's version or package version note.
1639 (describe-variable): Use it, display result.
1640
1641 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * smerge-mode.el (smerge-auto-refine): New var.
1644 (smerge-next, smerge-prev): Use it.
1645 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
1646
1647 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1648 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
1649
1650 * vc-bzr.el (vc-bzr-diff-tree):
1651 * vc-git.el (vc-git-diff-tree):
1652 * vc-hg.el (vc-hg-diff-tree):
1653 * vc-mcvs.el (vc-mcvs-diff-tree):
1654 * vc-mtn.el (vc-mtn-diff-tree):
1655 * vc-svn.el (vc-svn-diff-tree): Remove.
1656
1657 * vc-mtn.el (vc-mtn-revision-completion-table):
1658 * vc-cvs.el (vc-cvs-revision-completion-table):
1659 * vc-arch.el (vc-arch-revision-completion-table):
1660 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
1661 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
1662 Make it work when the arg is a list of files.
1663
1664 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1665
1666 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
1667 Also `revision-completion-table' now takes a list of files.
1668 (vc-deduce-fileset): Remove unused var `regexp'.
1669 Only obey allow-directory-wildcard in dired buffers.
1670 (vc-default-diff-tree): Remove.
1671 (vc-diff-added-files): New var.
1672 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
1673 (vc-version-diff): Revert from `vc-history-diff' to the original name.
1674 Remove the `backend' arg.
1675 (vc-contains-version-controlled-file): Remove.
1676 (vc-diff): Bring it closer to the version in Emacs-22.
1677 (vc-revert): Fix typo in let-binding.
1678 (vc-default-unregister): Remove.
1679 (vc-dired-buffers-for-dir): Remove N^2 behavior.
1680
1681 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1682
1683 * textmodes/two-column.el (2C-split, 2C-merge):
1684 * textmodes/bib-mode.el (bib-find-key, mark-bib):
1685 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1686 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
1687 * progmodes/ada-xref.el (ada-get-all-references):
1688 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
1689 * emulation/vi.el (vi-previous-line-first-nonwhite)
1690 (vi-effective-range, vi-put-before):
1691 * emulation/edt.el (edt-next-line, edt-previous-line)
1692 (edt-paragraph-forward): Use forward-line.
1693
1694 * progmodes/etags.el (tags-apropos): Require apropos at compile
1695 time too.
1696
1697 * progmodes/prolog.el: Require comint when compiling.
1698 (inferior-prolog-flavor): Move defvar before use.
1699
1700 2007-10-19 Richard Stallman <rms@gnu.org>
1701
1702 * font-core.el (turn-on-font-lock-if-desired):
1703 Rename from `turn-on-font-lock-if-enabled'.
1704 Fully obey `font-lock-global-modes'.
1705
1706 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1707
1708 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
1709 which will not affect the behavior of things like forward-word.
1710 (diff-fine-highlight): Preserve point.
1711
1712 * doc-view.el (doc-view-mode-map): Use remapping.
1713 Don't rebind C-v, M-v to their default value.
1714 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
1715
1716 * smerge-mode.el: Add word-granularity refinement.
1717 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
1718 (smerge-refine-weight-hack): New vars.
1719 (smerge-refine-forward): New fun.
1720 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
1721 (smerge-refine-subst): Use them as well. Preserve point.
1722
1723 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1724
1725 * follow.el (follow-unload-function): New function.
1726
1727 * loadhist.el (unload-function-features-list):
1728 Rename from `unload-hook-features-list'.
1729 (unload-hook-features-list): Add as obsolete alias.
1730 (unload-feature): Use `unload-function-features-list'
1731 and new FEATURE-unload-function.
1732
1733 2007-10-19 Glenn Morris <rgm@gnu.org>
1734
1735 * bindings.el (mouse-minor-mode-menu)
1736 (minor-mode-menu-from-indicator): Move to mouse.el.
1737 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1738 Move here from bindings.el.
1739
1740 2007-10-19 Richard Stallman <rms@gnu.org>
1741
1742 * help-fns.el (describe-function-1): Don't use the advice origname
1743 if it has no function definition.
1744
1745 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1746
1747 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
1748 Use `save-restriction' rather than `widen'.
1749
1750 2007-10-18 Richard Stallman <rms@gnu.org>
1751
1752 * time.el (display-time-world-time-format): Display day # not month #.
1753
1754 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1755
1756 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
1757
1758 * doc-view.el: Remove version keyword.
1759 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1760 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
1761 (doc-view-ghostscript-options): Improve custom type.
1762 (doc-view-cache-directory, doc-view-conversion-buffer)
1763 (doc-view-conversion-refresh-interval): Simplify custom type.
1764
1765 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
1766
1767 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
1768 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
1769 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
1770 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
1771 Remove superfluous messages.
1772 (doc-view-mode-map): Use the image-mode scrolling commands.
1773 Don't rebind C-x k.
1774
1775 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1776
1777 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
1778 Add comment about "-dSAFER".
1779
1780 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * term/xterm.el: Don't require xt-mouse.
1783 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
1784 calling turn-on-xterm-mouse-tracking-on-terminal directly.
1785
1786 * xt-mouse.el: Don't change the global function-key-map anny more.
1787 (xterm-mouse-mode): Use terminal-init-xterm-hook.
1788 Don't use after-make-frame-functions now that term/xterm.el calls
1789 us directly.
1790 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
1791 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
1792 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
1793 Setup input-decode-map and remember that xterm-mouse-mode was
1794 enabled in this terminal.
1795 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
1796 terminals where it has been enabled.
1797
1798 * faces.el (tty-create-frame-with-faces): Make sure not only
1799 tty-run-terminal-initialization but also set-locale-environment
1800 are run only once per terminal.
1801 (tty-run-terminal-initialization): Don't check if the terminal was
1802 already initted.
1803
1804 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
1805 not to remove keymaps that just happen to inherit from one of ours.
1806 When setting up our keymap, make sure it won't be accidentally
1807 modified by someone else.
1808
1809 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1810
1811 * textmodes/artist.el (artist-previous-line, artist-next-line):
1812 * dired.el (dired-next-line, dired-previous-line):
1813 * progmodes/delphi.el (delphi-newline):
1814 * textmodes/org.el (org-columns-eval):
1815 Use forward-line.
1816
1817 * emerge.el (emerge-setup): Use insert-buffer-substring.
1818 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
1819
1820 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1821
1822 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1823 (adaptive-fill-function): Doc fix. Remove * from docstring.
1824
1825 2007-10-18 Tom Horsley <tom.horsley@att.net>
1826
1827 * simple.el (interprogram-paste-function): Doc fix.
1828 (current-kill): Accept list of strings as well
1829 as single string from `interprogram-paste-function'.
1830
1831 2007-10-18 Glenn Morris <rgm@gnu.org>
1832
1833 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1834
1835 2007-10-18 Drew Adams <drew.adams@oracle.com>
1836
1837 * bindings.el (mode-line-minor-mode-keymap):
1838 Add mouse-minor-mode-menu on mouse-1.
1839 (mode-line-modes): Add mouse-1 to help-echo text.
1840 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1841 New functions.
1842 (mode-line-minor-mode-help): Doc fix.
1843
1844 2007-10-17 Juri Linkov <juri@jurta.org>
1845
1846 * textmodes/fill.el (fill-paragraph-or-region): Remove function
1847 at the request of RMS.
1848 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
1849 arg `region'. Fix docstring. At the first `or' branch add call to
1850 `fill-region' if it the region is active in transient-mark-mode.
1851
1852 * bindings.el (esc-map): Bind M-q to fill-paragraph
1853 instead of fill-paragraph-or-region.
1854
1855 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
1856 with fill-paragraph.
1857
1858 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
1859 Fix docstring.
1860
1861 * indent.el (indent-for-tab-command): Change interactive spec from
1862 "P" to "p". Add check for interactive arg before indenting the
1863 active region.
1864
1865 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
1866 Regroup.
1867
1868 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
1869
1870 * emacs-lisp/find-func.el: Don't require loadhist.
1871
1872 * loadhist.el (feature-symbols, file-provides, file-requires)
1873 (file-set-intersect, file-dependents): Simplify.
1874 (unload-feature-special-hooks): Update list of special hooks.
1875
1876 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
1877
1878 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
1879 extensions since they can be viewed with doc-view.
1880
1881 * files.el (auto-mode-alist): Make doc-view-mode the default mode
1882 for pdf, ps and dvi files.
1883
1884 * doc-view.el: Make doc-view-mode the standard mode for viewing
1885 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
1886 text and image display. Add binding C-c C-e to switch to an
1887 editing mode.
1888 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
1889 avoid security problems when rendering files from untrusted sources.
1890
1891 2007-10-17 Aaron Hawley <aaronh@garden.org>
1892
1893 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1894 position is not saved.
1895
1896 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
1897
1898 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
1899 (doc-view-ghostscript-options): Fix typo in doc string.
1900
1901 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1902
1903 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
1904 handling, so compilation-fake-loc works again.
1905
1906 * server.el (server-select-display): Nop if we do not support m-f-o-d.
1907 (server-process-filter): Revert last change.
1908
1909 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
1910 behavior unrelated to filesets.
1911
1912 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1913
1914 * longlines.el (longlines-wrap-follows-window-size): Integer value
1915 specifies wrapping margin.
1916 (longlines-mode, longlines-window-change-function):
1917 Set window-specific wrapping margin based on the above.
1918
1919 2007-10-17 John Wiegley <johnw@newartisans.com>
1920
1921 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1922
1923 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1924
1925 * server.el (server-process-filter): Only set display if X11 is
1926 supported.
1927
1928 2007-10-17 Glenn Morris <rgm@gnu.org>
1929
1930 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1931 Tweak regexp to avoid stack overflow.
1932
1933 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1934
1935 * simple.el (reindent-then-newline-and-indent): Don't assume that
1936 indent-according-to-mode preserves point.
1937
1938 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1939
1940 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
1941 (bs--nth-wrapper): Simplify.
1942 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
1943 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
1944 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
1945 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
1946 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
1947 (bs-configurations, bs-default-configuration)
1948 (bs-alternative-configuration, bs-cycle-configuration-name)
1949 (bs-string-show-always, bs-string-show-never, bs-string-current)
1950 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
1951 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
1952 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
1953 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
1954 (bs--window-config-coming-from): Revert 2006-11-09 change.
1955 (bs--restore-window-config): Keep the selected frame.
1956 (bs--track-window-changes, bs--remove-hooks): New functions.
1957 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1958 (bs--create-header): Remove.
1959 (bs--create-header-line): New function, based on `bs--create-header'.
1960 (bs--show-header): Use `bs--create-header-line'.
1961 (bs--show-with-configuration): Revert 2006-11-09 change.
1962 Don't reuse window unless it is visible on the selected frame.
1963 Restore window configuration (possibly in a different frame)
1964 before creating any window.
1965
1966 2007-10-16 Glenn Morris <rgm@gnu.org>
1967
1968 * simple.el (blink-matching-open): Don't report false errors with
1969 the `$' syntax class.
1970
1971 2007-10-16 Richard Stallman <rms@gnu.org>
1972
1973 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1974 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1975 (ad-is-advised, ad-get-advice-info-field)
1976 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1977
1978 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1979
1980 * vc-hooks.el (vc-workfile-version): Compatibility alias.
1981 (vc-default-working-revision): Compatibility for backends.
1982
1983 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1984
1985 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1986 (filesets-ormap, filesets-sort-case-sensitive-flag)
1987 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1988 Fix typos in docstrings.
1989 (filesets-conditional-sort, filesets-find-or-display-file)
1990 (filesets-data-get-name, filesets-data-get-data)
1991 (filesets-data-set, filesets-cmd-query-replace-getargs)
1992 (filesets-ingroup-collect): Doc fixes.
1993
1994 2007-10-15 Sam Steingold <sds@gnu.org>
1995
1996 * mail/sendmail.el (sendmail-error-reporting-interactive)
1997 (sendmail-error-reporting-non-interactive): New variables for
1998 sendmail error reporting options to simplify support for imperfect
1999 sendmail emulators.
2000 (sendmail-send-it): Use them instead of list literals.
2001
2002 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2003
2004 * help-fns.el: Revert previous change; it creates a
2005 dependency loop between advice.el and help-fns.el.
2006
2007 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2008
2009 * help-fns.el: Require advice when compiling.
2010
2011 2007-10-14 Drew Adams <drew.adams@oracle.com>
2012
2013 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
2014 (ring-insert+extend, ring-remove+insert+extend, ring-member)
2015 (ring-next, ring-previous): New functions.
2016
2017 2007-10-14 Richard Stallman <rms@gnu.org>
2018
2019 * emacs-lisp/advice.el (documentation): Advice deleted.
2020 Doc for advised functions is now handled at C level.
2021 (ad-stop-advice, ad-start-advice): Don't enable or disable
2022 advice for `documentation'.
2023 (ad-advised-definition-docstring-regexp): Var deleted.
2024 (ad-make-advised-definition-docstring): Store orig name
2025 as text property of string.
2026 (ad-advised-definition-p): Check for text property of docstring.
2027
2028 * help-fns.el (describe-function-1): Find source of advised functions.
2029
2030 2007-10-14 Juri Linkov <juri@jurta.org>
2031
2032 * faces.el (describe-face): Allow handling a string as the face name.
2033
2034 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
2035 active region in transient-mark-mode.
2036 (ispell-region): Change messages displayed at the start and end of
2037 the spell-checking to be the same.
2038
2039 * startup.el (fancy-startup-tail): Say exactly what does the button
2040 dismiss ("Dismiss this startup screen"). Use text "Never show
2041 it again" for the checkbox after this button.
2042 (fancy-startup-screen, fancy-about-screen): Put point before the
2043 first link, so the user can quickly select links with the keyboard.
2044 (normal-mouse-startup-screen): Add more useful text describing how
2045 to follow a link.
2046
2047 2007-10-14 Glenn Morris <rgm@gnu.org>
2048
2049 * progmodes/etags.el (select-tags-table): Disable undo in the
2050 `*Tags Table List*' buffer.
2051
2052 2007-10-13 Eli Zaretskii <eliz@gnu.org>
2053
2054 * dired.el (dired-warn-writable): New face.
2055 (dired-warn-writable-face): New variable.
2056 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
2057 of dired-warning-face, for group- and world-writable files.
2058
2059 2007-10-13 Richard Stallman <rms@gnu.org>
2060
2061 * files.el (directory-abbrev-alist): Doc fix.
2062
2063 2007-10-13 Jari Aalto <jari.aalto@cante.net>
2064
2065 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
2066
2067 2007-10-12 Martin Rudalics <rudalics@gmx.at>
2068
2069 * frame.el (set-frame-configuration): Assign name parameter only
2070 if it has been set explicitly before.
2071
2072 2007-10-11 Tom Tromey <tromey@redhat.com>
2073
2074 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
2075 frame is visible.
2076
2077 2007-10-10 Richard Stallman <rms@gnu.org>
2078
2079 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
2080 in *Backtrace*.
2081
2082 * faces.el (face-font-selection-order): Doc fix.
2083
2084 * loadhist.el (unload-feature): Doc fix.
2085
2086 2007-10-13 Glenn Morris <rgm@gnu.org>
2087
2088 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
2089 (octave-re-search-forward-kw, octave-re-search-backward-kw):
2090 Add doc string, and an explicit COUNT argument.
2091 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
2092 `inc' to search functions.
2093
2094 * faces.el (face-spec-set): When FRAME is nil, set the default for
2095 new frames (restores pre-2007-09-17 behavior). Doc fix.
2096
2097 2007-10-13 John W. Eaton <jwe@octave.org>
2098
2099 * progmodes/octave-mod.el (octave-looking-at-kw)
2100 (octave-re-search-forward-kw, octave-re-search-backward-kw):
2101 New functions.
2102 (octave-in-defun-p, calculate-octave-indent)
2103 (octave-blink-matching-block-open, octave-beginning-of-defun)
2104 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
2105 to search for regexps that contain case-sensitive keywords.
2106 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
2107 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
2108
2109 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2110
2111 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
2112 Do not use a single clause cond.
2113
2114 * cus-start.el (all): Use test that does not match the X11 version
2115 for mac.
2116
2117 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
2118
2119 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
2120 BROWSE buffer.
2121
2122 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2123
2124 * cus-start.el (all): Undo previous change.
2125
2126 2007-10-13 Glenn Morris <rgm@gnu.org>
2127
2128 * woman.el (woman0-rename): Fix paren typo.
2129
2130 * mail/feedmail.el (feedmail-run-the-queue)
2131 (feedmail-look-at-queue-directory):
2132 * mail/reporter.el (reporter-dump-state):
2133 * net/eudc-hotlist.el (eudc-edit-hotlist):
2134 * net/eudc.el (eudc-display-records)
2135 (eudc-filter-duplicate-attributes)
2136 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
2137 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
2138 (eudc-bbdb-query-internal):
2139 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
2140 * net/socks.el (socks-build-auth-list):
2141 * progmodes/cc-cmds.el (top level):
2142 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
2143 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
2144 (cperl-write-tags, cperl-tags-treeify):
2145 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
2146 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
2147 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
2148 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
2149 (idlwave-toolbar-remove-everywhere):
2150 * progmodes/idlwave.el (idlwave-indent-line)
2151 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
2152 (idlwave-write-paths, idlwave-all-method-classes)
2153 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
2154 (idlwave-fix-keywords, idlwave-display-calling-sequence)
2155 (idlwave-complete-in-buffer):
2156 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
2157 (org-fast-tag-selection):
2158 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
2159 than mapcar.
2160
2161 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2162
2163 * diff-mode.el (diff-fine-change): Add :group.
2164
2165 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2166
2167 * cus-start.el (all): Use the same test as the 22.2 branch.
2168
2169 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2170
2171 * diff-mode.el (diff-current-defun): Force recomputation of
2172 change-log-default-name.
2173
2174 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
2175
2176 * startup.el (fancy-startup-screen): Remove an unnecessary newline
2177 and some leftover logic regarding dedicated frames. If showing
2178 concise startup screen, fit window to buffer.
2179 (command-line-1): If we will be using the splash screen, use
2180 find-file instead of find-file-other-window to find additional files.
2181 Comment out unused code for coping with the old sit-for behavior.
2182
2183 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2184
2185 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
2186 `meta' modifier consistently, rather than using sometimes meta
2187 sometimes alt.
2188
2189 2007-10-12 Martin Rudalics <rudalics@gmx.at>
2190
2191 * window.el (handle-select-window): Revert part of 2007-10-08
2192 change setting the input focus.
2193
2194 2007-10-12 Glenn Morris <rgm@gnu.org>
2195
2196 * startup.el (command-line): Do not read abbrev file in batch mode.
2197
2198 * emacs-lisp/byte-opt.el (top level):
2199 * mail/rmail.el (rmail-list-to-menu):
2200 * obsolete/hilit19.el (hilit-mode):
2201 * progmodes/cc-mode.el (c-postprocess-file-styles)
2202 (c-submit-bug-report):
2203 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2204 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
2205 (reftex-access-parse-file):
2206 * textmodes/reftex-cite.el (reftex-do-citation)
2207 (reftex-insert-bib-matches):
2208 * textmodes/reftex-ref.el (reftex-offer-label-menu):
2209 * textmodes/reftex-sel.el (reftex-select-unmark):
2210 * textmodes/reftex-toc.el (reftex-toc-do-promote):
2211 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
2212
2213 * cus-edit.el (custom-variable-menu, custom-face-menu)
2214 (custom-group-menu): Check init-file-user rather than
2215 user-init-file, in case cus-edit is loaded by site-run-file.
2216
2217 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
2218
2219 * vc.el (vc-deduce-fileset): Delete unused code.
2220 (vc-next-action): Fix typos.
2221
2222 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2223
2224 * bs.el (bs--mark-unmark): New function.
2225 (bs-mark-current, bs-unmark-current): Use it.
2226
2227 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2228
2229 * vc.el (vc-diff):
2230 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
2231 temporarily disable the check for his edge case of
2232 vc-diff (stopping it from grinding when called from $HOME), as
2233 it's calling some brittle code in vc-hooks.el.
2234 (with-vc-properties): Fix evaluation time of a macro argument.
2235 * ediff-vers.el (ediff-vc-internal):
2236 * vc-hooks.el:
2237 * loaddefs.el: Follow up on VC terminology change.
2238
2239 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2240
2241 * follow.el (follow-stop-intercept-process-output):
2242 Use `follow-call-process-filter' rather than `process-filter'.
2243 Simplify.
2244
2245 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2246
2247 * vc-hooks.el (vc-registered): Robustify this function a bit
2248 against filenames with no directory component.
2249
2250 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 * international/characters.el: Undo unwanted and unexplained change.
2253
2254 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2255
2256 * ps-print.el: Fix the usage of :foreground and :background face
2257 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2258 (ps-print-version): New version 6.7.6.
2259 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
2260 Fix code.
2261 (ps-face-foreground-color-p, ps-face-background-color-p)
2262 (ps-face-color-p): New inline funs.
2263
2264 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2265
2266 * textmodes/org.el (org-additional-option-like-keywords): New constant.
2267 (org-complete): Use `org-additional-option-like-keywords'.
2268 (org-parse-local-options): New function.
2269
2270 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2271
2272 * textmodes/org.el (org-in-clocktable-p): New function.
2273 (org-clock-report): Only update the table at point, or insert a new one.
2274 (org-clock-goto): New function.
2275 (org-open-file): Use `start-process-shell-command' instead of
2276 `shell-command' with an ampersand.
2277 (org-deadline, org-schedule): New argument REMOVE to remove the
2278 date from the entry.
2279 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
2280 argument to `org-schedule' and `org-deadline'.
2281 (org-trim): Use the correct expressions for beginning and end of
2282 the string.
2283 (org-get-cleaned-entry): Trim the string before returning it.
2284 (org-clock-find-position): New function.
2285 (org-clock-into-drawer): New option.
2286 (org-agenda-tags-column): Rename from
2287 `org-agenda-align-tags-to-column'.
2288 (org-agenda-align-tags): Allow negative values for
2289 `org-agenda-tags-column'.
2290 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
2291 (org-agenda-to-appt): New optional argument FILTER.
2292 (org-completion-fallback-command): New variable.
2293 (org-complete): Use `org-completion-fallback-command'.
2294 (org-find-base-buffer-visiting): Catch the case that there is no
2295 buffer visiting the file.
2296 (org-property-or-variable-value): New function.
2297 (org-todo): Use `org-property-or-variable-value'
2298 (org-agenda-compact-blocks): New option.
2299 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
2300 (org-agenda-schedule, org-agenda-deadline):
2301 Call `org-agenda-show-new-time'.
2302 (org-agenda-show-new-time): New argument PREFIX.
2303 (org-colgroup-info-to-vline-list): Fix but that cause a
2304 shift in the vertical lines.
2305 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
2306 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
2307 (org-indent-item): No arg in call to `org-fix-bullet-type'.
2308 (org-fix-bullet-type): Remove argument.
2309 (org-read-date): Check for am/pm twice, to catch the end time.
2310 (org-goto-map): Use `suppress-keymap'.
2311 (org-remember-apply-template): Respect the dynamically scoped
2312 selection character.
2313
2314 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
2315
2316 * textmodes/org-export-latex.el (org-export-latex-protect-string):
2317 Renaming of `org-latex-protect'.
2318 (org-export-latex-emphasis-alist): By default, don't protect
2319 any emphasis formatter from further conversion.
2320 (org-export-latex-tables): Honor column grouping for tables.
2321 (org-export-latex-title-command): New option.
2322 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2323 export backslash character.
2324
2325 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * frame.el (frame-inherited-parameters): Remove unused `environment'
2328 parameter, and let server.el add `client' when needed.
2329
2330 * server.el (server-create-tty-frame)
2331 (server-create-window-system-frame): Set frame-inherited-parameters.
2332
2333 * frame.el (frame-inherited-parameters): New var.
2334 (make-frame): Use it.
2335
2336 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
2337
2338 * env.el (let-environment): Remove. Unused.
2339 (read-envvar-name): Simplify.
2340 (setenv): Remove unused arg `frame'.
2341
2342 * help-fns.el (describe-variable): Add missing " " for multiline
2343 obsolescence info and missing EOL after global value.
2344
2345 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2346
2347 * add-log.el:
2348 * ediff-vers.el:
2349 * log-view.el:
2350 * pcvs.el:
2351 * vc-arch.el:
2352 * vc-bzr.el:
2353 * vc-cvs.el:
2354 * vc.el:
2355 * vc-git.el:
2356 * vc-hg.el:
2357 * vc-hooks.el:
2358 * vc-mcvs.el:
2359 * vc-mtn.el:
2360 * vc-rcs.el:
2361 * vc-sccs.el:
2362 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
2363 {find,init,next,previous,annotate-*,log}-version ->
2364 {find,init,next,previous,annotate-*,log}-revision,
2365 annotate-focus-version -> annotate-working-revision, The term
2366 'focus' is gone. The term 'revision' is now used consistently
2367 everywhere that reference to a revision ID is intended, replacing
2368 older use of 'version'.
2369
2370 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
2371
2372 * follow.el: Change all instances of "Follow Mode" to "Follow
2373 mode" in docstrings and messages.
2374 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
2375
2376 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2377
2378 * vc.el (vc-next-action): Rewrite completely; this principal
2379 entry point now operates on a current fileset selected either
2380 explicitly via VC-Dired or implicitly by visiting a file buffer,
2381 rather than always operating on the file of the current buffer as
2382 in older versions. Rewrite the rest of the mode to match.
2383 (with-vc-properties): Rewrite to operate on a file list.
2384 (with-vc-file): vc-checkin takes a file list argument now.
2385 (vc-post-command-functions): This hook now receives a file list.
2386 (vc-do-command): Take a either a file or a file list as argument.
2387 (vc-deduce-fileset): New function for deducing a file list to
2388 operate on.
2389 (vc-next-action-on-file, vc-next-action-dired): Remove.
2390 Merge into vc-next-action.
2391 (vc-register): Adapt to the fact that vc-start-entry now takes a
2392 file list.
2393 (vc-register-with): New function.
2394 (vc-start-entry): Take a file list argument rather than a
2395 file argument.
2396 (vc-checkout): Cope with vc-start-entry taking a file list.
2397 (vc-steal-lock): Cope with with-vc-properties taking a
2398 file list.
2399 (vc-checkin): Take a file list argument rather than a file argument.
2400 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
2401 (vc-diff-internal): Rewrite for filesets.
2402 (vc-diff-sentinel): New function, tests whether changes were
2403 written into a diff buffer.
2404 (vc-diff): Rewrite for filesets.
2405 (vc-version-diff): Rewrite for filesets.
2406 (vc-print-log): Take a fileset argument.
2407 (vc-revert): Revert the entire selected fileset, not just the
2408 current buffer.
2409 (vc-rollback): Roll back the entire selected fileset, if
2410 possible. No longer accepts a prefix argument.
2411 (vc-update): Merge new changes for the entire selected
2412 fileset, not just the current buffer.
2413 (vc-revert-file): Cope with with-vc-properties taking a file list.
2414 (vc-default-dired-state-info): Add + status suffix if the file is
2415 modified.
2416 (vc-annotate-warp-version): Use the new diff machinery.
2417 (vc-log-edit): Take a file list argument rather than a file argument.
2418
2419 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
2420
2421 Sync with Tramp 2.1.11.
2422
2423 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2424 Pacify byte compiler.
2425
2426 * net/trampver.el: Update release number.
2427
2428 2007-10-09 Richard Stallman <rms@gnu.org>
2429
2430 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
2431
2432 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2433
2434 * follow.el: Require easymenu.
2435 (follow-mode-hook, follow-mode): Doc fixes.
2436 (follow-mode-off-hook): Mark as obsolete.
2437
2438 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2439
2440 * window.el (mouse-autoselect-window-cancel): Don't cancel for
2441 select-window or select-frame events.
2442 (handle-select-window): When autoselecting window set input
2443 focus. Restructure.
2444
2445 * frame.el (focus-follows-mouse): Move to frame.c.
2446 * cus-start.el (all): Add focus-follows-mouse.
2447
2448 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2449
2450 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2451 activate font-locking in the *buffer-selection* buffer.
2452 (bs-show-sorted): Doc fix.
2453
2454 * bs.el (bs--get-marked-string, bs--get-modified-string)
2455 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2456 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2457 (bs--format-aux): Doc fix.
2458
2459 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2460
2461 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2462
2463 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2464
2465 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
2466 (gud-gdb): New function for old M-x gdb (text command mode).
2467 (gud-gdb-command-name, gdb): Move to...
2468
2469 * progmodes/gdb-ui.el: ...here and adapt doc string.
2470 (gud-gdba-command-name, gdba): Delete.
2471
2472 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2473
2474 * bs.el: Don't defvar `font-lock-verbose'.
2475 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
2476 (bs--get-file-name): Fix typos in docstrings.
2477 (bs--show-header): Use `dolist' instead of `mapcar'.
2478 (bs-mode): Set `show-trailing-whitespace' to nil.
2479 (bs-buffer-sort-function, bs-mouse-select-other-frame)
2480 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
2481 Doc fixes.
2482
2483 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
2484
2485 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
2486
2487 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2488
2489 * progmodes/gud.el (gdb): Make graphical mode the default and
2490 switch to text command mode if appropriate, i.e., reverse previous
2491 arrangement.
2492 (gud-gdb-marker-filter): Adapt for above change.
2493
2494 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
2495 gud-minor-mode and gud-marker-filter.
2496 (gdb-fullname-regexp): New variable.
2497 (gud-gdba-marker-filter): Use it to switch to text command
2498 mode if appropriate.
2499
2500 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2501
2502 * progmodes/gud.el (gud-display-line): Find source buffer even when
2503 GUD buffer has its own frame.
2504
2505 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2506
2507 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
2508
2509 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2510
2511 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2512
2513 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2514
2515 * allout.el (allout-before-change-handler): Replace got-char by
2516 goto-char.
2517
2518 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2519
2520 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
2521 Used to try and automatically enabled smerge-mode in the presence of
2522 conflicts and to call `svn resolved' when the conflicts are gone.
2523 (vc-svn-parse-status): Remember the svn-specific status.
2524
2525 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2526
2527 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
2528 menu-bar-apropos-menu. All users changed.
2529 (menu-bar-help-menu): Change menu symbols to better match the text
2530 displayed by the menu.
2531
2532 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2533
2534 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
2535 #, @, : and ^.
2536
2537 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2538
2539 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
2540
2541 * log-view.el (log-view-mode-map): Likewise.
2542
2543 * diff-mode.el (diff-mode-shared-map): Likewise.
2544
2545 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2546
2547 * files.el (file-name-sans-versions): Also allow `A-Z'.
2548
2549 * vc.el: Mention all supported VC backends.
2550
2551 2007-10-08 Richard Stallman <rms@gnu.org>
2552
2553 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
2554 neighbouring buttons.
2555
2556 2007-10-08 Andreas Schwab <schwab@suse.de>
2557
2558 * files.el (file-name-sans-versions): Also allow `_'.
2559
2560 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2561
2562 * files.el (file-name-sans-versions): Allow - and a-z in version names.
2563
2564 * log-view.el (log-view-mode-map, log-view-mode-menu):
2565 Bind log-view-annotate-version.
2566 (log-view-beginning-of-defun, log-view-end-of-defun)
2567 (log-view-annotate-version): New functions.
2568 (log-view-mode): Use log-view-beginning-of-defun and
2569 log-view-end-of-defun.
2570
2571 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2574
2575 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2576
2577 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2578 neighbouring buttons.
2579
2580 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2581 Recognize gcc's use of "note" for informational messages.
2582
2583 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2584
2585 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2586 (css-mode): Update correspondingly.
2587
2588 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2589
2590 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2591 Signed-off-by, Acked-by and Merge.
2592
2593 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2594
2595 * ediff-init.el (ediff-verbose-p): This var is not a constant.
2596
2597 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2598
2599 * vc-mtn.el: New file.
2600
2601 * vc-hooks.el (vc-handled-backends): Add Mtn.
2602
2603 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2604
2605 * files.el (find-file, find-file-other-window)
2606 (find-file-other-frame, find-file-existing, find-file-read-only)
2607 (find-file-read-only-other-window)
2608 (find-file-read-only-other-frame)
2609 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2610
2611 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2612
2613 * progmodes/gud.el (gdb-ready): New variable.
2614 (gdb): Set it to nil. Set gud-running to nil here...
2615 (gud-common-init): ...instead of here.
2616
2617 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2618 Use gdb-ready. Discard input until GDB is ready to accept it.
2619
2620 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2621
2622 * dired.el (dired-warning): Inherit from font-lock-warning-face to
2623 make it show up with eight colors.
2624
2625 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2626
2627 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2628 diffs are concatenated with no intervening line.
2629
2630 2007-10-08 Dave Love <fx@gnu.org>
2631
2632 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2633 (python-font-lock-keywords): Update to the 2.5 version of the language.
2634 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2635 (python-backspace): Only behave funny in code.
2636 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2637 (inferior-python-mode): Add PDB prompt regexp.
2638 (python-fill-paragraph): Refine the fenced-string regexp.
2639 (python-find-imports): Handle imports spanning several lines.
2640 (python-mode): Add `class' to hideshow support.
2641
2642 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2645 Use add-log-buffer-file-name-function rather than binding
2646 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
2647 when `fi' is the ChangeLog file itself.
2648
2649 * outline.el (outline-flag-region): Use front-advance.
2650
2651 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
2652
2653 * progmodes/cperl-mode.el: Merge upstream 5.23.
2654 (cperl-where-am-i): Remove function.
2655 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2656 (cperl-sniff-for-indent): De-invert [string] and [comment].
2657 When looking for label, skip s:m:y:tr.
2658 (cperl-indent-line): Likewise.
2659 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2660 (cperl-windowed-init): Wrong `ps-print' handling.
2661 Both thanks to Chong Yidong.
2662 (cperl-look-at-leading-count): Could fail with unfinished RExen.
2663 (cperl-find-pods-heres): If the second part of s()[] is missing,
2664 don't try to highlight delimiters...
2665
2666 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2667
2668 * progmodes/compile.el (compilation-get-file-structure): Complete last
2669 change by also using spec-directory in the puthash.
2670
2671 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
2672
2673 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2674 (vc-bzr-status): Fix shadowing of variable 'status'.
2675 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2676 Use `expand-file-name' instead of `concat'.
2677 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2678 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
2679
2680 2007-10-08 Jason Rumney <jasonr@gnu.org>
2681
2682 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
2683
2684 2007-10-08 Richard Stallman <rms@gnu.org>
2685
2686 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2687 Add `safe-local-variable' property.
2688 (lisp-body-indent): Likewise.
2689
2690 2007-10-08 Richard Stallman <rms@gnu.org>
2691
2692 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2693 Add doc string.
2694
2695 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2696
2697 * files.el (backup-buffer-copy): Try to overwrite old backup first.
2698
2699 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2700
2701 * repeat.el (repeat): Use last-repeatable-command instead of
2702 real-last-command. Run pre- and post-command hooks for
2703 self-insertion. Update doc-string.
2704
2705 2007-10-08 Alexandre Julliard <julliard@winehq.org>
2706
2707 * vc-git.el (vc-git-state): Call git-add --refresh to update the
2708 state of the file.
2709 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2710 (vc-git-create-repo): Fix invalid command.
2711
2712 2007-10-08 Richard Stallman <rms@gnu.org>
2713
2714 * textmodes/flyspell.el (flyspell-mode):
2715 Catch errors in flyspell-mode-on.
2716
2717 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2718
2719 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
2720
2721 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2722
2723 * international/encoded-kb.el (encoded-kbd-setup-display):
2724 Use input-decode-map rather than local-key-translation-map.
2725
2726 * term/rxvt.el (rxvt-alternatives-map): New map.
2727 (terminal-init-rxvt): Use it.
2728 Bind rxvt-function-map in input-decode-map.
2729
2730 * term/xterm.el (xterm-alternatives-map): New map.
2731 (terminal-init-xterm): Use it.
2732 Bind xterm-function-map in input-decode-map.
2733
2734 * term/x-win.el (x-alternatives-map): New var.
2735 (x-setup-function-keys): Use it.
2736
2737 * help-fns.el (describe-variable): Slightly change the layout of
2738 meta-info to separate it better from the docstring.
2739 Standardize insertion of extra empty lines in various circumstances.
2740
2741 * diff-mode.el (diff-hunk-style): New fun.
2742 (diff-end-of-hunk): Use it.
2743 (diff-context->unified): Use the new `apply' undo element,
2744 if applicable, so as to save undo-log space.
2745 (diff-fine-change): New face.
2746 (diff-fine-highlight-preproc): New function.
2747 (diff-fine-highlight): New command.
2748 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
2749
2750 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
2751 (smerge-refine-highlight-change): Add `props' argument.
2752 (smerge-refine-subst): New function holding most of smerge-refine.
2753 (smerge-refine): Use it.
2754
2755 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
2756
2757 * vc.el (vc-default-wash-log): Remove unused code, the
2758 log washers all live in the backends now.
2759 (vc-default-comment-history): Correct for the fact
2760 that wash-log is argumentless in the new API.
2761
2762 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
2763
2764 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
2765 (tramp-maybe-send-script): Apply `member' but `memq'.
2766 (tramp-advice-file-expand-wildcards): Simplify implementation.
2767
2768 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2769
2770 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
2771
2772 * mb-depth.el (minibuf-depth-indicator-function): New variable.
2773 (minibuf-depth-setup-minibuffer): Use it.
2774
2775 2007-10-07 Glenn Morris <rgm@gnu.org>
2776
2777 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
2778 version numbers.
2779
2780 2007-10-06 Juri Linkov <juri@jurta.org>
2781
2782 * textmodes/fill.el (fill-paragraph-or-region): New function.
2783
2784 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
2785 instead of fill-paragraph.
2786
2787 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
2788 with fill-paragraph-or-region. Suspend command is now the same
2789 `suspend-frame' on window systems and on tty.
2790
2791 * image.el (image-type): Check if image-types is bound to not fail
2792 on tty.
2793
2794 * delsel.el (delete-selection-pre-hook):
2795 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
2796 is fbound to not fail on mouseless tty.
2797
2798 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
2799
2800 * net/tramp.el (top): Move loading of tramp-util.el and
2801 tramp-vc.el to tramp-compat.el.
2802 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
2803 temporary file if possible, in order to avoid a security hole.
2804 (tramp-do-copy-or-rename-file-out-of-band)
2805 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
2806 with DONT-CREATE, because the connection is not setup yet.
2807 (tramp-handle-process-file): Rewrite temporary file handling.
2808 (tramp-completion-mode): New defvar.
2809 (tramp-completion-mode-p): Use it.
2810
2811 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
2812
2813 * net/tramp-fish.el (tramp-fish-handle-process-file):
2814 Rewrite temporary file handling.
2815
2816 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2817
2818 * vc.el: Workfile version -> focus version change. Port various
2819 comments from new VC to reduce the noise in the diff.
2820 Patch in the new vc-create-repo function to go with the
2821 header comment about it already present.
2822 There are no changes to existing logic in this patch.
2823 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
2824
2825 2007-10-06 Aaron Hawley <aaronh@garden.org>
2826
2827 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
2828
2829 2007-10-05 Chris Moore <dooglus@gmail.com>
2830
2831 * server.el (server-kill-new-buffers): Doc fix.
2832
2833 2007-10-05 John W. Eaton <jwe@octave.org>
2834
2835 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
2836 (octave-begin-keywords): Add "do".
2837 (octave-end-keywords): Remove "end".
2838 (octave-reserved-words): Add "end". Remove "all_va_args",
2839 "gplot", and 'gsplot".
2840 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
2841 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
2842 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
2843 "default_return_value", "define_all_return_values",
2844 "do_fortran_indexing", "empty_list_elements_ok",
2845 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
2846 "ok_to_lose_imaginary_part", "prefer_column_vectors",
2847 "prefer_zero_one_indexing", "propagate_empty_matrices",
2848 "resize_on_range_error", "treat_neg_dim_as_zero",
2849 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
2850 "warn_divide_by_zero", "warn_function_name_clash",
2851 "warn_missing_semicolon", "whitespace_in_literal_matrix".
2852 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
2853 "crash_dumps_octave_core", "sighup_dumps_octave_core",
2854 "sigterm_dumps_octave_core".
2855 (octave-block-match-alist): Remove "end" from block-end keywords.
2856 (octave-mode): Update ftp site address.
2857
2858 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2859
2860 * vc.el: Reorder functions, no code changes.
2861
2862 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
2863
2864 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
2865 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
2866 the cond clauses where needed.
2867 (tramp-handle-write-region): Rearrange code for proper handling of
2868 tmpfile.
2869
2870 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
2871
2872 * net/tramp.el:
2873 * net/tramp-fish.el:
2874 * net/tramp-ftp.el:
2875 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
2876 `tramp-compat-make-temp-file'.
2877
2878 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2879
2880 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
2881
2882 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2883
2884 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
2885 already uses a more recent copyright version than the "current" one.
2886
2887 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2888
2889 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
2890 (doc-view-insert-image): Minor aesthetical docstring changes.
2891
2892 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
2893
2894 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
2895 completing filename.
2896 (doc-view-search-internal): Docstring change.
2897
2898 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
2899
2900 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2901 (tramp-file-name-handler-alist):
2902 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
2903 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
2904 used before, creates the file already, which is not desired.
2905 (tramp-do-copy-or-rename-file-directly): Simplify handling of
2906 temporary file.
2907 (tramp-handle-insert-file-contents): Assign the result in the
2908 short track case.
2909 (tramp-handle-insert-file-contents-literally): New defun.
2910 (tramp-completion-mode-p): Revert change from 2007-09-24.
2911 Checking for `return' etc as last character is not sufficient, for
2912 example in dired-mode when entering <g> (revert-buffer) or
2913 <s> (dired-sort).
2914
2915 * net/tramp-compat.el (top): Add also compatibility code for loading
2916 appropriate timer package.
2917 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
2918 order to avoid autoloading problems.
2919
2920 * net/tramp-fish.el:
2921 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
2922
2923 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
2924 where the second parameter of `copy-file' or `rename-file' is a
2925 remote file but not via ftp.
2926
2927 2007-10-02 Richard Stallman <rms@gnu.org>
2928
2929 * frame.el (cursor-in-non-selected-windows): Doc fix.
2930
2931 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2932
2933 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
2934 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
2935
2936 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
2937
2938 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
2939 when `expt' doesn't give range errors.
2940
2941 2007-10-01 Markus Triska <markus.triska@gmx.at>
2942
2943 * calc/calc-math.el (math-smallest-emacs-expt):
2944 Make the computation more robust.
2945
2946 2007-09-30 David Kastrup <dak@gnu.org>
2947
2948 * startup.el (argv): Alias for `command-line-args-left' to use as
2949 `(pop argv)' inside of --eval command sequences. Allows for
2950 passing shell commands into Emacs verbatim without need for Lisp
2951 quoting.
2952
2953 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
2954 check only for changed size.
2955 (auto-revert-tail-handler): Get size from caller. If the file has
2956 shrunk, tail the whole file again (the file presumably has been
2957 rewritten).
2958
2959 * woman.el (woman-topic-all-completions, woman-mini-help):
2960 Fix fallout from 2007-09-07 introduction of `dolist' when the list
2961 actually was being manipulated in the loop.
2962 (woman-Cyg-to-Win, woman-pre-process-region)
2963 (woman-horizontal-escapes, woman-if-body, woman-unescape)
2964 (woman-strings, woman-special-characters, woman1-hc)
2965 (woman-change-fonts, woman-find-next-control-line):
2966 Use `match-beginning' rather than `match-string' when the result is
2967 just used as a flag.
2968
2969 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
2970
2971 * net/tramp-compat.el: New file.
2972
2973 * net/tramp.el:
2974 * net/tramp-fish.el:
2975 * net/tramp-smb.el:
2976 * net/tramp-uu.el:
2977 * net/trampver.el: Move compatibility code to tramp-compat.el.
2978 Apply `mapc' instead of `mapcar' when the code needs side effects
2979 only. Move utf-8 coding cookie to the second line.
2980
2981 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
2982
2983 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
2984 Improve custom type.
2985 (icon-map-list): Make it customizable. Document how to disable
2986 stock icons.
2987
2988 2007-09-30 Richard Stallman <rms@gnu.org>
2989
2990 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
2991
2992 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2993
2994 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2995
2996 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2997
2998 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
2999 (t-mouse-mode): New compatibility alias.
3000
3001 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
3002
3003 * server.el (server-delete-client): Only delete the terminal if it
3004 is non-nil.
3005
3006 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
3007
3008 * net/tramp.el (with-file-property, with-connection-property):
3009 Highlight as keyword.
3010 (tramp-rfn-eshadow-setup-minibuffer)
3011 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3012 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
3013 (tramp-do-copy-or-rename-file-directly)
3014 (tramp-do-copy-or-rename-file-out-of-band)
3015 (tramp-handle-shell-command, tramp-get-debug-buffer)
3016 (tramp-send-command-and-read, tramp-equal-remote)
3017 (tramp-get-local-gid): Pacify byte-compiler.
3018 (tramp-handle-file-name-directory): Result shall not be expanded.
3019 (tramp-find-foreign-file-name-handler): Rewrite.
3020 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
3021
3022 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
3023
3024 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
3025 Apply `tramp-completion-mode-p'.
3026 (tramp-fish-handle-set-file-times)
3027 (tramp-fish-handle-executable-find)
3028 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
3029 (tramp-fish-retrieve-data): Pacify byte-compiler.
3030
3031 * net/tramp-gw.el (tramp-gw-basic-authentication):
3032 Call `tramp-read-passwd' with first parameter `nil'.
3033
3034 2007-09-28 Glenn Morris <rgm@gnu.org>
3035
3036 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
3037 than mapcar.
3038
3039 * textmodes/tex-mode.el (tex-suscript-height-ratio)
3040 (tex-suscript-height-minimum): New customizable variables.
3041 (tex-suscript-height): New function.
3042 (superscript, subscript): Set height using tex-suscript-height
3043 rather than fixing at 0.8.
3044 (tex-fontify-script, tex-font-script-display): Add :version tag.
3045
3046 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
3047
3048 * progmodes/python.el (python-eldoc-function): Doc fix.
3049
3050 2007-09-27 Glenn Morris <rgm@gnu.org>
3051
3052 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
3053 image if it is not in image-type-auto-detectable, or is there with
3054 a nil value.
3055
3056 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
3057
3058 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
3059 connection more robust.
3060
3061 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3062
3063 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
3064 Deal with the case that special &keywords are at the beginning or
3065 end of the argument list. Also add some (incomplete) support for
3066 non-standard arglists.
3067
3068 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3069
3070 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
3071 (eldoc-message-commands, eldoc-current-idle-delay)
3072 (eldoc-function-argstring-format): Fix typos in docstrings.
3073
3074 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
3075
3076 * calc/calc-units.el (calc-convert-units)
3077 (calc-convert-temperature): Remove unnecessary colons.
3078
3079 2007-09-26 Bastien Guerry <bzg@altern.org>
3080
3081 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
3082 New function.
3083 (org-export-latex-remove-from-headlines): Name changed because of typo.
3084 (org-export-latex-quotation-marks-convention): Option removed.
3085 (org-export-latex-make-preamble): Handle the DATE option.
3086 (org-export-latex-cleaned-string): Now the only cleaning function,
3087 synched up with org.el.
3088 (org-export-latex-lists, org-export-latex-parse-list)
3089 (org-export-list-to-latex): New functions.
3090
3091 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
3092
3093 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
3094 (org-outline-regexp): New constant.
3095 (org-remember-handler): Throw error when the target file is not in
3096 org-mode.
3097 (org-cleaned-string-for-export): No longer call
3098 `org-export-latex-cleaned-string' with an argument.
3099 (org-get-tags): Returns now a list, not a string.
3100 (org-get-tags-string): New function.
3101 (org-archive-subtree): No need to split return of `org-get-tags'.
3102 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
3103 instead of `org-get-tags'.
3104 (org-agenda-format-date): Rename from `org-agenda-date-format'.
3105 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
3106 (org-compatible-face): New argument INHERITS. Inherit from this
3107 face if possible.
3108 (org-level-1, org-level-2, org-level-3, org-level-4)
3109 (org-level-5, org-level-6, org-level-7, org-level-8)
3110 (org-special-keyword, org-drawer, org-column, org-warning)
3111 (org-archived, org-todo, org-done, org-headline-done, org-table)
3112 (org-formula, org-code, org-agenda-structure)
3113 (org-scheduled-today, org-scheduled-previously)
3114 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
3115 in the new way.
3116 (org-get-heading): New argument NO-TAGS.
3117 (org-fast-tag-selection-include-todo): Made defvar instead of
3118 defcustom, feature is not deprecated.
3119 (org-remember-store-without-prompt): New default value t.
3120 (org-todo-log-states): New variable.
3121 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
3122 Compute the log states.
3123 (org-goto-map): More commands copied from global map. Also bind
3124 `org-occur'.
3125 (org-goto): Made into a general lookup command.
3126 (org-get-location): Complete rewrite.
3127 (org-goto-exit-command): New variable.
3128 (org-goto-selected-point): New variable.
3129 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
3130 Set the new variables.
3131 (org-paste-subtree): Whitespace insertion strategy revised.
3132 (org-remember-apply-template): Protect v-A from the possibility
3133 that v-a might be nil.
3134 (org-remember-handler): Insertion rules revised.
3135 (org-todo): Respect org-todo-log-states.
3136 (org-up-heading-safe): New function.
3137 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
3138
3139 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3140
3141 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
3142 region if in transient-mark-mode.
3143
3144 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3145
3146 * calc/calc-ext.el (calc-init-extensions, calc-reset):
3147 * calc/calc-help.el (calc-full-help):
3148 * calc/calc-misc.el (another-calc):
3149 * calc/calc-store.el (calc-var-name-map):
3150 * calc/calc-stuff.el (calc-flush-caches):
3151 * calc/calc-units.el (math-build-units-table):
3152 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
3153 (calc-quit):
3154 * calendar/icalendar.el (icalendar--format-ical-event)
3155 (icalendar--convert-ical-to-diary):
3156 * emacs-lisp/authors.el (authors):
3157 * emacs-lisp/cust-print.el (custom-print-install)
3158 (custom-print-uninstall):
3159 * emacs-lisp/disass.el (disassemble-1):
3160 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3161 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
3162 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
3163 (elint-check-let-form, elint-check-condition-case-form)
3164 (elint-initialize):
3165 * emacs-lisp/elp.el (elp-results):
3166 * emacs-lisp/generic.el (generic-mode-internal):
3167 * emacs-lisp/re-builder.el (reb-delete-overlays):
3168 * emacs-lisp/regi.el (regi-interpret):
3169 * emacs-lisp/sregex.el (sregex--char-aux):
3170 * emulation/cua-rect.el (cua--deactivate-rectangle)
3171 (cua--highlight-rectangle, cua--rectangle-post-command):
3172 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
3173 * emulation/viper-macs.el (viper-describe-kbd-macros)
3174 (viper-describe-one-macro):
3175 * emulation/viper-util.el (viper-setup-master-buffer):
3176 * emulation/viper.el (set-viper-state-in-major-mode):
3177 * international/mule-diag.el (describe-current-coding-system):
3178 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
3179 * mail/emacsbug.el (report-emacs-bug):
3180 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
3181 * obsolete/hilit19.el (hilit-unhighlight-region)
3182 (hilit-set-mode-patterns):
3183 * play/solitaire.el (solitaire-check, solitaire-solve):
3184 * play/zone.el (zone-pgm-rotate):
3185 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
3186 * progmodes/ada-prj.el (ada-prj-display-page):
3187 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
3188 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
3189 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
3190 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
3191 * progmodes/sh-script.el (sh-make-vars-local)
3192 (sh-reset-indent-vars-to-global-values):
3193 * progmodes/sql.el (top):
3194 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
3195 * progmodes/xscheme.el (top):
3196 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
3197 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
3198 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
3199 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
3200 (artist-submit-bug-report):
3201 * textmodes/flyspell.el (flyspell-delay-commands)
3202 (flyspell-deplacement-commands):
3203 * textmodes/table.el (table--generate-source-epilogue, table-insert)
3204 (table--generate-source-cells-in-a-row, table--make-cell-map)
3205 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
3206
3207 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
3208
3209 * allout.el (produce-allout-mode-map, allout-process-exposed):
3210 * ansi-color.el (ansi-color-make-color-map):
3211 * autoinsert.el (auto-insert):
3212 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
3213 * dired-aux.el (dired-create-files):
3214 * dired.el (dired-restore-desktop-buffer):
3215 * ediff-diff.el (ediff-setup-fine-diff-regions):
3216 * ediff-mult.el (ediff-intersect-directories)
3217 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
3218 (ediff-redraw-registry-buffer):
3219 * ediff-ptch.el (ediff-fixup-patch-map):
3220 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
3221 (ediff-really-quit, ediff-clear-diff-vector):
3222 * emerge.el (emerge-really-quit):
3223 * ffap.el (ffap-replace-file-component):
3224 * filecache.el (file-cache-add-directory)
3225 (file-cache-add-directory-recursively)
3226 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
3227 (file-cache-delete-directory, file-cache-files-matching-internal)
3228 (file-cache-display):
3229 * files.el (cd):
3230 * find-lisp.el (find-lisp-insert-directory):
3231 * finder.el (finder-compile-keywords):
3232 * help.el (view-emacs-news):
3233 * hi-lock.el (hi-lock-write-interactive-patterns):
3234 * ido.el (ido-to-end, ido-set-matches-1):
3235 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
3236 (image-dired-mark-tagged-files):
3237 * jka-cmpr-hook.el (jka-compr-get-compression-info):
3238 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
3239 * ps-print.el (ps-background, ps-begin-file)
3240 (ps-build-reference-face-lists):
3241 * simple.el (clone-buffer):
3242 * startup.el (command-line):
3243 * tempo.el (tempo-insert-template, tempo-is-user-element)
3244 (tempo-forward-mark, tempo-backward-mark):
3245 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
3246
3247 2007-09-25 Glenn Morris <rgm@gnu.org>
3248
3249 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
3250
3251 * view.el (view-search-no-match-lines): Add a doc string.
3252 Rewrite to simplify and work better.
3253
3254 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3255
3256 * progmodes/cc-mode.el (c-mode-base-map):
3257 Use c-indent-line-or-region instead of c-indent-line.
3258
3259 * indent.el (indent-for-tab-command): First check if the region is
3260 active.
3261
3262 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3263
3264 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
3265 whitespace-rescan-timer-time is 0.
3266
3267 2007-09-24 Karl Berry <karl@gnu.org>
3268
3269 * international/mule.el (coding-system-base): Fix doc string grammar.
3270
3271 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
3272
3273 * net/tramp.el (tramp-completion-mode-p): Rename from
3274 `tramp-completion-mode'. Revert logic, check `return', `newline'
3275 and such alike. Packages like Icicles tend to use other completion
3276 characters but `tab' and `space' only.
3277
3278 2007-09-24 Adam Hupp <adam@hupp.org>
3279
3280 * progmodes/python.el (run-python): Import emacs module without
3281 waiting; prevents lockup on error.
3282
3283 2007-09-23 Richard Stallman <rms@gnu.org>
3284
3285 * mail/sendmail.el (mail-bury): Delete the frame
3286 if this frame looks like it was made for this message.
3287
3288 * completion.el (completion-separator-self-insert-command)
3289 (completion-separator-self-insert-autofilling):
3290 If `self-insert-command' has been remapped, use the substitute.
3291
3292 * simple.el (copy-region-as-kill): Doc fix.
3293
3294 * textmodes/org.el (org-confirm-shell-link-function)
3295 (org-confirm-elisp-link-function): Doc fixes.
3296
3297 2007-09-23 Glenn Morris <rgm@gnu.org>
3298
3299 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3300
3301 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
3302
3303 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
3304
3305 * term/tvi970.el (terminal-init-tvi970): Likewise.
3306
3307 * term/sun-mouse.el (print-mouse-format): Likewise.
3308
3309 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
3310 Use forward-line instead of previous-line and next-line.
3311
3312 2007-09-22 Juri Linkov <juri@jurta.org>
3313
3314 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
3315
3316 * tutorial.el (tutorial--default-keys): Update standard bindings:
3317 rename `iconify-or-deiconify-frame' to `suspend-frame',
3318 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
3319
3320 2007-09-22 Juri Linkov <juri@jurta.org>
3321
3322 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
3323 Add help-echo to external links and to links without description.
3324 (fancy-splash-insert): Use help-echo from the 3rd element of the
3325 link specification list, or "Follow this link" if it's nil. Doc fix.
3326
3327 2007-09-22 Juri Linkov <juri@jurta.org>
3328
3329 * startup.el (command-line): Rename `inhibit-startup-message' to
3330 `inhibit-startup-screen'.
3331 (fancy-about-text): Use shorter label for "Ordering Manuals".
3332 (fancy-startup-tail): Add optional arg `concise'. When `concise'
3333 is nil, display a line with "To start..." and 3 links to useful
3334 tasks. Display the "Dismiss" button and "Don't show this message
3335 again" only when concise is non-nil.
3336 (fancy-startup-screen): Call `fancy-startup-tail' with optional
3337 arg `concise'. If CONCISE is non-nil, display a concise version
3338 of the splash screen in another window. Otherwise, switch to the
3339 startup buffer in the same window.
3340 (startup-echo-area-message): Change displayed binding from
3341 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
3342 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
3343 the GNU system".
3344 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
3345 to "*GNU Emacs*".
3346 (display-about-screen): Don't check the existence of the buffer
3347 "*About GNU Emacs*".
3348 (display-splash-screen): Make alias to `display-startup-screen'.
3349 (command-line-1): Rename `inhibit-startup-message' to
3350 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
3351 started with command line options "-f", "-funcall", "-e", "-eval",
3352 "-execute", "-insert", "-find-file", "-file", "-visit".
3353 Inhibit startup screen when Emacs is started with a file name only
3354 on tty (i.e. don't inhibit it when started with a file name like
3355 "emacs FILE..." on a window system).
3356 (command-line-1): Simplify logic of displaying the startup screen:
3357 if file-count > 0, then display the concise version in another
3358 window, otherwise display full version in the same window.
3359
3360 * help.el (help-map): Bind C-h C-a to about-emacs.
3361 (help-for-help-internal): Add C-a description to C-h help text.
3362
3363 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3364
3365 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
3366 (checkdoc-permit-comma-termination-flag): Autoload the
3367 safe-local-variable setting.
3368
3369 * bookmark.el (bookmark-xemacsp): Remove.
3370 (bookmark-make): Don't use bookmark-xemacsp,
3371 use (featurep 'xemacs) instead.
3372
3373 * speedbar.el (speedbar-frame-mode)
3374 (speedbar-frame-reposition-smartly)
3375 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3376 (speedbar-check-vc): Remove use of non-existent variable
3377 dframe-xemacsp, use (featurep 'xemacs) instead.
3378
3379 * indent.el (indent-for-tab-command): Indent the region if
3380 transient-mark-mode and the region is active.
3381
3382 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
3383
3384 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3385 add inferior-octave-directory-tracker to the buffer-local value
3386 of comint-input-filter-functions.
3387
3388 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3389
3390 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
3391
3392 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
3393
3394 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
3395 on w32 frames.
3396
3397 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3398
3399 * startup.el (normal-top-level): Remove DISPLAY from
3400 process-environment to let it be computed dynamically in callproc.c.
3401
3402 * frame.el (frame-initialize, make-frame):
3403 * faces.el (tty-set-up-initial-frame-faces):
3404 * env.el (setenv): Don't set display-environment-variable.
3405
3406 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
3407 (server-create-tty-frame): Don't set unused `tty' property.
3408 Set `display' instead of display-environment-variable.
3409 (server-create-window-system-frame): No display-environment-variable.
3410
3411 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
3412
3413 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
3414 (rfn-eshadow-update-overlay-hook): New defvars.
3415 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
3416 Run the hooks.
3417
3418 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
3419 (tramp-rfn-eshadow-setup-minibuffer)
3420 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
3421 rfn-eshadow.el.
3422
3423 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
3424 timeout.
3425
3426 2007-09-21 Glenn Morris <rgm@gnu.org>
3427
3428 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
3429 * term/sun-mouse.el (suspend-emacstool): Remove.
3430 * term/sun.el: Remove emacstool-related code.
3431
3432 * emacs-lisp/bytecomp.el (byte-compile-warnings)
3433 (byte-compile-warnings-safe-p): Add `mapcar'.
3434 (byte-compile-warning-types): Add mapcar and make-local.
3435 (byte-compile-normal-call): Add option to suppress mapcar warning.
3436 (top-level): Use mapc rather than mapcar in eval-when-compile.
3437
3438 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
3439 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
3440 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
3441 Handle escaped parens.
3442 (latex-forward-sexp): Doc fix.
3443
3444 * eshell/esh-mode.el (eshell-output-filter-functions):
3445 Add eshell-postoutput-scroll-to-bottom.
3446
3447 * loadup.el: Remove termdev.
3448
3449 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
3450 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
3451
3452 2007-09-21 Markus Triska <markus.triska@gmx.at>
3453
3454 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
3455 `mapcar' is called for effect.
3456
3457 2007-09-21 Kevin Ryde <user42@zip.com.au>
3458
3459 * international/mule.el (sgml-html-meta-auto-coding-function):
3460 Bind `case-fold-search' to t.
3461
3462 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * termdev.el: Remove.
3465
3466 * frame.el (get-device-terminal): New function. Moved from termdev.el.
3467 (frames-on-display-list): Use it.
3468
3469 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
3470
3471 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
3472
3473 2007-09-20 Richard Stallman <rms@gnu.org>
3474
3475 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
3476
3477 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3478
3479 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
3480
3481 2007-09-20 Glenn Morris <rgm@gnu.org>
3482
3483 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3484 motion functions, rather than hard-coding "\n\n".
3485 (tex-validate-region): Check for eobp, to speed up.
3486 (tex-next-unmatched-end): Doc fix.
3487
3488 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * files.el (auto-mode-alist): Use archive-mode for .rar files.
3491
3492 * international/mule.el (auto-coding-alist): Rar archives are binary.
3493
3494 * arc-mode.el: Add basic support for Rar.
3495 (archive-find-type): Recognize Rar's signature.
3496 (archive-desummarize): New fun.
3497 (archive-summarize): Use it to restore the buffer's data in case
3498 someone wants to switch to some other major mode.
3499 (archive-resummarize): Use it as well.
3500 (archive-rar-summarize, archive-rar-extract): New functions.
3501
3502 * filesets.el: Remove spurious * in docstrings.
3503 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
3504 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
3505 (filesets-ingroup-collect): Remove unused arg `depth'.
3506 (filesets-update): Remove unused arg `version'.
3507
3508 * finder.el (finder-compile-keywords): Fix up comment style.
3509 (finder-mouse-face-on-line): previous-line -> forward-line.
3510
3511 * recentf.el: Remove spurious * in docstrings.
3512 (recentf-save-list): Fix up comment style.
3513
3514 * progmodes/octave-mod.el: Remove spurious * in docstrings.
3515 (octave-mode-map): Move init into declaration and remove \t binding.
3516 (octave-mode-startup-message): Remove unused var.
3517 (octave-scan-blocks): Remove unused arg `from'.
3518 (octave-forward-block, octave-down-block, octave-up-block):
3519 Update callers.
3520
3521 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
3522 (meta-mode-map): Likewise and remove \t binding.
3523
3524 * net/snmp-mode.el: Remove spurious * in docstrings.
3525 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
3526 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
3527 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
3528 that completion accepts lists of strings.
3529 (snmp-mode-syntax-table): Move initialization into declaration.
3530 (snmp-mode-map): Likewise and remove \t binding.
3531 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
3532 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
3533 (snmp-indent-command): Remove.
3534
3535 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
3536 binding, so tab-always-indent works right.
3537
3538 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
3539
3540 * net/browse-url.el (browse-url-elinks-new-window): New function.
3541 (browse-url-elinks): Use browse-url-elinks-new-window.
3542 Accept optional second argument `new-window'. Fix typo in doc-string.
3543 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
3544 Improve error message.
3545
3546 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3547
3548 * net/browse-url.el (browse-url-url-encode-chars): Use the right
3549 parameter name in the function body.
3550 Reported by Johannes Weiner.
3551
3552 2007-09-19 Glenn Morris <rgm@gnu.org>
3553
3554 * net/socks.el (socks-open-network-stream): Signal an explicit
3555 error if the port associated with a service string can't be found.
3556
3557 * textmodes/tex-mode.el (tex-terminate-paragraph):
3558 Use backward-paragraph.
3559
3560 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3561
3562 * server.el (server-running-p): New function.
3563
3564 2007-09-18 Jason Rumney <jasonr@gnu.org>
3565
3566 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
3567 x-focus-frame.
3568
3569 * frame.el (select-frame-set-input-focus, select-frame-by-name):
3570 Use x-focus-frame for w32.
3571
3572 2007-09-17 David Kastrup <dak@gnu.org>
3573
3574 * textmodes/tex-mode.el (tex-verbatim-environments):
3575 Eliminate CL dependency.
3576
3577 2007-09-17 Richard Stallman <rms@gnu.org>
3578
3579 * newcomment.el (comment-add): New arg EXTRA.
3580 (comment-region-default): Pass EXTRA if not indenting lines.
3581
3582 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3583
3584 * net/browse-url.el (browse-url-url-encode-chars): New function.
3585 URL-encode some chars in a string.
3586 (browse-url-encode-url): Rewrite using the previous function.
3587 (browse-url-file-url): Use `browse-url-url-encode-chars'.
3588 (browse-url-elinks-sentinel): Fix typo.
3589 (browse-url-new-window-flag): Doc change.
3590
3591 2007-09-17 Glenn Morris <rgm@gnu.org>
3592
3593 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3594 filename from `--file-line-error', if it is available.
3595
3596 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3597
3598 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3599 TeX `--file-line-error' format.
3600
3601 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3602
3603 * xt-mouse.el: Delete add-hook calls that were moved to
3604 xterm-mouse-mode.
3605 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
3606 does not work.
3607
3608 2007-09-17 Richard Stallman <rms@gnu.org>
3609
3610 * cus-face.el (custom-theme-set-faces): Undo previous change.
3611
3612 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
3613
3614 2007-09-17 Glenn Morris <rgm@gnu.org>
3615
3616 * textmodes/tex-mode.el (tex-region): Simplify previous change,
3617 handling the case where the region is not in `tex-main-file'.
3618 (tex-region-1): Delete.
3619 (tex-region-header): New function, doing the header part of the
3620 old tex-region-1.
3621
3622 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3623
3624 * simple.el (newline): Simplify use of prefix-numeric-value.
3625 (line-move-partial): Remove unused var `ppos'.
3626 (line-move-1): Replace 9999 with most-positive-fixnum.
3627 (move-end-of-line): Use more efficient single-property search.
3628 (move-beginning-of-line): Remove unused var `start'.
3629 (blink-matching-open): Restructure in a more functional style.
3630
3631 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3632
3633 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
3634
3635 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3636
3637 * server.el (server-clients): Only keep procs, no properties any more.
3638 (server-client): Remove.
3639 (server-client-get, server-client-set): Remove, replace all callers by
3640 process-get and process-put resp.
3641 (server-clients-with, server-add-client, server-delete-client)
3642 (server-create-tty-frame, server-create-window-system-frame)
3643 (server-process-filter, server-execute, server-visit-files)
3644 (server-buffer-done, server-kill-buffer-query-function)
3645 (server-kill-emacs-query-function, server-switch-buffer)
3646 (server-save-buffers-kill-terminal): Update accordingly.
3647
3648 * server.el (server-with-environment): Simplify.
3649 (server-select-display, server-unselect-display): Re-add functions that
3650 seem to have been lost in the multi-tty merge.
3651 (server-eval-and-print, server-create-tty-frame)
3652 (server-create-window-system-frame, server-goto-toplevel)
3653 (server-execute, server-return-error): New functions extracted from
3654 server-process-filter.
3655 (server-execute-continuation): New functions.
3656 (server-process-filter): Restructure so that all arguments are analysed
3657 first and then acted upon in a subsequent stage. This way
3658 server-goto-toplevel can be executed later, when we know if
3659 it's necessary.
3660 Remove the "-version" and "-version-good" support.
3661
3662 2007-09-16 Drew Adams <drew.adams@oracle.com>
3663
3664 * cus-edit.el (custom-face-edit-activate): Doc fix.
3665
3666 2007-09-16 Glenn Morris <rgm@gnu.org>
3667
3668 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
3669 Following cal-bahai renaming, update all instances of
3670 list-bahai-diary-entries to diary-bahai-list-entries,
3671 mark-bahai-diary-entries to diary-bahai-mark-entries,
3672 calendar-goto-bahai-date to calendar-bahai-goto-date,
3673 insert-bahai-diary-entry to diary-bahai-insert-entry,
3674 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
3675 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
3676 calendar-print-bahai-date to calendar-bahai-print-date.
3677
3678 * textmodes/tex-mode.el (tex-region): Handle the case where the
3679 region is not in `tex-main-file'. Move the old code that applies
3680 to both cases...
3681 (tex-region-1): ...to this new function.
3682
3683 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3684
3685 * vc.el (vc-process-sentinel): New function.
3686 (vc-exec-after): Use it instead of using ugly hackish analysis and
3687 construction of Elisp code.
3688 (vc-sentinel-movepoint): New dynamically scoped var.
3689 (vc-print-log, vc-annotate): Set it to move the user's point.
3690
3691 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
3692 inhibit-modification-hooks.
3693
3694 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
3695 (calendar-bahai-print-date, calendar-bahai-goto-date)
3696 (diary-bahai-list-entries, diary-bahai-insert-entry):
3697 New names to clean up the namespace a bit more.
3698 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
3699
3700 2007-09-15 Glenn Morris <rgm@gnu.org>
3701
3702 * calendar/holidays.el (holiday-list): Rename it back to
3703 `list-holidays', but leave `holiday-list' as an alias.
3704
3705 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
3706 custom group.
3707
3708 * textmodes/css-mode.el (css): New custom group.
3709 (css-electrick-keys, css-selector, css-property)
3710 (css-indent-offset): Specify custom group.
3711
3712 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3713
3714 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
3715 (cvs-execute-single-file): Use process-file.
3716 (cvs-run-process): Use start-file-process.
3717
3718 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
3719
3720 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
3721 level. Remove the hooks when turning off the mode.
3722
3723 * term/xterm.el: Require xt-mouse at compile time.
3724 (terminal-init-xterm): Turn on xterm mouse tracking for this
3725 terminal if xterm-mouse-mode is enabled.
3726
3727 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3728
3729 * term/xterm.el (xterm-function-map): Replace bindings that were
3730 deleted by the merge.
3731
3732 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
3733
3734 * play/bubbles.el (bubbles-version): Bump value to "0.5".
3735 (bubbles-mode-map): Move define-key statements here.
3736 (bubbles-game-theme-menu): Ditto.
3737 (bubbles-graphics-theme-menu): Ditto.
3738 (bubbles-menu): Ditto.
3739 (bubbles-mode): Initialize buffer-undo-list, redisplay.
3740 (bubbles--initialize): Reset buffer-undo-list, redisplay.
3741 (bubbles-plop): Set buffer-undo-list, redisplay.
3742 (bubbles-undo): Reset buffer-undo-list, redisplay.
3743 (bubbles--show-images): Take care of missing text properties.
3744
3745 2007-09-14 Glenn Morris <rgm@gnu.org>
3746
3747 * startup.el (fancy-startup-text, fancy-about-text): Fix face
3748 quoting.
3749
3750 * calendar/cal-hebrew.el, calendar/cal-menu.el
3751 * calendar/calendar.el, calendar/diary-lib.el
3752 * calendar/holidays.el: Rename all instances of
3753 list-calendar-holidays callers to calendar-list-holidays,
3754 list-holidays to holiday-list, check-calendar-holidays to
3755 calendar-check-holidays, mark-calendar-holidays to
3756 calendar-mark-holidays, and filter-visible-calendar-holidays to
3757 holiday-filter-visible-calendar.
3758
3759 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3760
3761 * term/xterm.el (xterm-function-map): Add C-M- bindings.
3762
3763 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3764
3765 * play/bubbles.el (bubbles--initialize-images): Fix bug:
3766 Use transparent background for empty cells in graphics mode.
3767
3768 2007-09-13 Jari Aalto <jari.aalto@cante.net>
3769
3770 * man.el (Man-default-man-entry): At end of line, continue looking
3771 to the next line for possible end of hyphenated command.
3772
3773 2007-09-13 Chris Moore <dooglus@gmail.com>
3774
3775 * shell.el (shell-resync-dirs): Don't move the cursor relative to
3776 the command being edited.
3777
3778 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
3779
3780 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
3781
3782 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
3783
3784 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
3785 C-M-S- keys.
3786
3787 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
3788
3789 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3790
3791 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
3792 New argument `filename-p' to use one set of confusing chars or another.
3793 (browse-url-file-url): Use the argument.
3794 Suggested by Johannes Weiner.
3795
3796 2007-09-12 Romain Francoise <romain@orebokech.com>
3797
3798 * cus-start.el (all): Revert 2007-09-08 change.
3799
3800 2007-09-12 Aaron Hawley <aaronh@garden.org>
3801
3802 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
3803 extract .Z files, since it is more common than uncompress.
3804
3805 2007-09-12 Glenn Morris <rgm@gnu.org>
3806
3807 * textmodes/org-publish.el (org-publish-org-to-html): Remove
3808 duplicate function definition.
3809
3810 2007-09-10 Chris Moore <dooglus@gmail.com>
3811
3812 * diff-mode.el (diff-sanity-check-hunk):
3813 Also accept single-line hunks.
3814
3815 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
3816
3817 * startup.el (startup-screen-inhibit-startup-screen)
3818 (pure-space-overflow-message): New vars.
3819 (fancy-splash-insert): Allow functions for face and link specs.
3820 (fancy-splash-head): Remove unused arg. Move splash text...
3821 (fancy-startup-text, fancy-about-text): ...here.
3822 (fancy-startup-tail): Rename from fancy-splash-tail.
3823 (fancy-startup-screen, fancy-about-screen): Split off from
3824 fancy-splash-screens.
3825 (display-startup-screen): New function.
3826 (display-about-screen): Rename from display-splash-screen.
3827 (command-line-1): Use concise startup screen if necessary.
3828
3829 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3830
3831 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
3832 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
3833
3834 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3835
3836 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3837 (python-font-lock-keywords): Update to the 2.5 version of the language.
3838 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3839 (python-backspace): Only behave funny in code.
3840 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3841 (inferior-python-mode): Add PDB prompt regexp.
3842 (python-fill-paragraph): Refine the fenced-string regexp.
3843 (python-find-imports): Handle imports spanning several lines.
3844 (python-mode): Add `class' to hideshow support.
3845
3846 2007-09-10 Dave Love <fx@gnu.org>
3847
3848 * outline.el (outline-4, outline-5, outline-7):
3849 Move font-lock-builtin-face down from 4 to 7 to better keep the
3850 progression of color brightness, and to better match Org-mode's faces.
3851
3852 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3853
3854 * progmodes/meta-mode.el (meta-font-lock-keywords)
3855 (font-lock-match-meta-declaration-item-and-skip-to-next)
3856 (meta-comment-indent, meta-indent-previous-line)
3857 (meta-indent-unfinished-line, meta-beginning-of-defun)
3858 (meta-end-of-defun, meta-common-initialization): Handle \f.
3859 (meta-indent-unfinished-line): Do not handle a `%' in a string as
3860 a comment-start.
3861
3862 * files.el (file-modes-char-to-who, file-modes-char-to-right)
3863 (file-modes-rights-to-number): Auxiliary functions for symbolic to
3864 numeric notation of file modes.
3865 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
3866 numeric value.
3867 (read-file-modes): New. Read either an octal value of a file mode or a
3868 symbolic value, and return its numeric value.
3869
3870 * dired-aux.el (dired-do-chmod): Change to use the built-in
3871 `set-file-modes' and the previous symbolic mode parsing functions.
3872
3873 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3874
3875 * textmodes/texinfo.el: Remove spurious * in docstrings.
3876 (texinfo-mode-syntax-table, texinfo-mode-map):
3877 Initialize in the declaration.
3878
3879 * tmm.el: Remove spurious * in docstrings.
3880 (tmm-prompt): Use with-current-buffer.
3881
3882 * vcursor.el: Remove spurious * in docstrings.
3883 (vcursor-map): Initialize in the declaration.
3884 (vcursor-use-vcursor-map): Use define-minor-mode.
3885 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
3886
3887 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
3888 Initialize in the declaration.
3889 (widget-minor-mode): Use define-minor-mode.
3890
3891 * woman.el (woman-mode-map, woman-syntax-table):
3892 Initialize in the declaration.
3893
3894 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
3895
3896 * doc-view.el: New file.
3897
3898 2007-09-09 Juri Linkov <juri@jurta.org>
3899
3900 * Makefile.in (update-authors): Add etc/ to AUTHORS.
3901
3902 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
3903
3904 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
3905 to "Startup screen". Fix docstring.
3906 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
3907 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
3908 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
3909 (initial-scratch-message): Fix docstring.
3910 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
3911 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
3912 Add link to "Customize Startup" and set interval between links to
3913 5 spaces.
3914 (fancy-about-text): Add links "Authors" and "Contributing".
3915 (fancy-splash-head): Add text "Welcome to " on the startup screen,
3916 and "This is " on the about screen. Add link to
3917 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
3918 For the about screen move emacs version to the header from
3919 `fancy-splash-tail' (as it's done already for normal about screen).
3920 (fancy-splash-tail): Insert emacs version only for startup screen.
3921 (normal-splash-screen): Remove duplicate empty lines.
3922 (normal-about-screen): Add links "Authors" and "Contributing".
3923
3924 * menu-bar.el (menu-bar-help-menu):
3925 Move "About Emacs" and "About GNU" to the end of the Help menu.
3926 Move "Emacs Psychotherapist" after "Send Bug Report...".
3927 Move "External Packages" after "Find Emacs Packages".
3928
3929 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
3930
3931 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
3932 they are useless with the byte compiler.
3933 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
3934 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
3935 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
3936 (tramp-file-name-real-host, tramp-file-name-port)
3937 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
3938 defuns.
3939
3940 * net/tramp-cache.el (top): Improve error message when
3941 `tramp-persistency-file-name' is corrupted.
3942
3943 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
3944
3945 * textmodes/org.el (org-re): Also replace the :alpha: class.
3946 (org-todo-tag-alist): Variable removed.
3947 (org-todo-key-alist, org-todo-key-trigger): New variables.
3948 (org-use-fast-todo-selection): New option.
3949 (org-log-done): Docstring fixed.
3950 (org-deadline-warning-days): New default value 14.
3951 (org-edit-timestamp-down-means-later): New option.
3952 (org-tag-alist): Docstring fixed.
3953 (org-fast-tag-selection-include-todo): New option.
3954 (org-export-language-setup): New languages added.
3955 (org-set-regexps-and-options): Compute the new variables.
3956 (org-paste-subtree): Cleaning up.
3957 (org-remember-apply-template): New escape %A.
3958 (org-todo): Call fast TODO selection.
3959 (org-fast-todo-selection): New function.
3960 (org-add-log-note): Allow prefix for abort exit.
3961 (org-at-property-p, org-entry-properties)
3962 (org-columns-get-autowidth-alist): Use :alpha: class.
3963 (org-get-wdays): New function.
3964 (org-agenda-remove-date): New variable.
3965 (org-agenda-get-deadlines): Use `org-get-wdays'.
3966 (org-agenda-get-deadlines): Reverse ee before returning.
3967 (org-format-agenda-item): New argument REMOVE-RE.
3968 (org-agenda-convert-date): Baha'i calendar added.
3969 (org-infile-export-plist): Also find DATE line.
3970 (org-get-min-level): New function.
3971 (org-export-as-html, org-export-as-ascii): Use the date format.
3972 (org-shiftup, org-shiftdown): Use.
3973 `org-edit-timestamp-down-means-later'.
3974 (org-assign-fast-keys): New function.
3975
3976 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
3977
3978 * cus-start.el (all): Add prefer-window-split-horizontally from
3979 window.c.
3980
3981 2007-09-08 Eli Zaretskii <eliz@gnu.org>
3982
3983 * net/browse-url.el (browse-url-galeon): Fix last change.
3984 (top-level): Require cl when compiling.
3985
3986 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
3987
3988 * textmodes/org-export-latex.el: arch-tag restored.
3989
3990 * textmodes/org-publish.el: arch-tag restored.
3991
3992 2007-09-08 Masatake YAMATO <jet@gyve.org>
3993
3994 * progmodes/which-func.el (which-func-modes): Add diff-mode.
3995
3996 * progmodes/cc-langs.el: Support new keywords added to
3997 objective-c frontend of gcc.
3998 (c-simple-stmt-kwds): Add @throw.
3999 (c-block-stmt-2-kwds): Add @synchronized.
4000 (c-block-stmt-1-kwds): Add @finally and @try.
4001
4002 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
4003
4004 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
4005 (org-agenda-after-show-hook): New variable.
4006 (org-columns-compile-format)
4007 (org-columns-get-autowidth-alist, org-buffer-property-keys)
4008 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
4009 property names.
4010 (org-get-wdays): New function.
4011
4012 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
4015
4016 * term/xterm.el (xterm-function-map): Initialize in the declaration.
4017
4018 * vc-arch.el (vc-arch-checkin): Fix typo.
4019
4020 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
4021
4022 * cus-face.el (custom-theme-set-faces): Set face attributes
4023 locally for each frame.
4024
4025 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4026
4027 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
4028 via font-lock-defaults.
4029
4030 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
4031 derived-mode-p.
4032
4033 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
4034
4035 * progmodes/autoconf.el (autoconf-definition-regexp):
4036 Handle optional square brackets around definition name.
4037
4038 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
4039
4040 * net/browse-url.el (browse-url-browser-function): Add elinks.
4041 (browse-url-elinks-wrapper): New option.
4042 (browse-url-encode-url, browse-url-elinks)
4043 (browse-url-elinks-sentinel): New functions.
4044 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
4045 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
4046 Use new function browse-url-encode-url.
4047
4048 2007-09-07 Glenn Morris <rgm@gnu.org>
4049
4050 * version.el (emacs-version): Revert 2007-08-29 change: no need to
4051 say if multi-tty is present.
4052
4053 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4054
4055 * cus-start.el (split-window-preferred-function): Add custom info.
4056
4057 * calendar/holidays.el (holiday-list, calendar-check-holidays)
4058 (calendar-mark-holidays, calendar-list-holidays)
4059 (holiday-filter-visible-calendar): New names to clean up namespace.
4060 (filter-visible-calendar-holidays, list-calendar-holidays)
4061 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
4062 Add compatibility aliases.
4063 (calendar-check-holidays, calendar-mark-holidays)
4064 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
4065 (holiday-sexp): Replace append with list.
4066 (holiday-filter-visible-calendar): Replace append with push.
4067
4068 * woman.el: Remove spurious * in docstrings.
4069 (woman-mini-help, woman-non-underline-faces, woman0-rename)
4070 (woman-topic-all-completions-merge, woman-file-name-all-completions)
4071 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
4072 (woman-write-directory-cache, woman-display-extended-fonts)
4073 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
4074 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
4075 (woman-mode): Use inhibit-read-only.
4076 (woman-negative-vertical-space): Use dotimes.
4077 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
4078
4079 2007-09-06 Romain Francoise <romain@orebokech.com>
4080
4081 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
4082 (vc-bzr-workfile-version): Use it.
4083
4084 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
4085
4086 * complete.el (PC-do-completion): Don't try to treat
4087 empty string as an abbreviation.
4088
4089 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4090
4091 * help-fns.el (describe-variable): Keep doc's text properties.
4092
4093 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
4094
4095 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
4096 instead of a file.
4097
4098 2007-09-06 Glenn Morris <rgm@gnu.org>
4099
4100 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
4101 (checkdoc-minor-mode): Allow user to specify lighter via
4102 checkdoc-minor-mode-string.
4103
4104 2007-09-05 Richard Stallman <rms@gnu.org>
4105
4106 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
4107 Several items removed, simplified, or put on one line.
4108 (fancy-about-text): Add substantial contents, part of startup text.
4109 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
4110 (normal-splash-screen): Call normal-mouse-startup-screen,
4111 normal-no-mouse-startup-screen, or normal-about-screen.
4112 (normal-mouse-startup-screen): New fn, broken out, shortened.
4113 (normal-no-mouse-startup-screen): New fn, broken out.
4114 (normal-about-screen): New function, contents all new.
4115
4116 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4117
4118 * emacs-lisp/rx.el (rx): Fix typo in docstring.
4119
4120 2007-09-05 Glenn Morris <rgm@gnu.org>
4121
4122 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
4123 is bound.
4124
4125 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4126
4127 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
4128 in doc string.
4129
4130 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4131
4132 * server.el (server-start, server-unload-hook): Undo previous change.
4133
4134 * xt-mouse.el: Undo previous change.
4135
4136 2007-09-04 Juri Linkov <juri@jurta.org>
4137
4138 * startup.el (fancy-about-text): New variable.
4139 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
4140 (fancy-current-text, fancy-splash-stop-time)
4141 (fancy-splash-outer-buffer): Remove variables.
4142 (fancy-splash-head, fancy-splash-tail): Add new optional argument
4143 `startup' and use it to conditionally display different texts for
4144 Startup and About screens. Don't display Help commands on the About
4145 screen.
4146 (fancy-splash-screens-1): Remove function and move its content to
4147 `fancy-splash-screens' to the part that dislpays the About screen.
4148 (exit-splash-screen): Don't treat specially exiting from
4149 alternating screens.
4150 (fancy-splash-screens): Rename argument `static' to `startup'.
4151 Fix docstring. Remove code for displaying alternating screens.
4152 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
4153 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
4154 for `inhibit-read-only'.
4155 (normal-splash-screen): Rename argument `static' to `startup'.
4156 Fix docstring. Use argument `startup' to conditionally display
4157 different texts for Startup and About screens. Don't display Help
4158 commands on the About screen. Remove `unwind-protect' `sit-for'
4159 delay and `kill-buffer' after it.
4160 (display-startup-echo-area-message): Remove call to
4161 `use-fancy-splash-screens-p' because image.el is preloaded and
4162 doesn't display "Loading image... done".
4163 (display-splash-screen): Rename argument `static' to `startup'.
4164 Fix docstring.
4165
4166 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4167
4168 * server.el (server-start, server-unload-hook):
4169 suspend-tty-functions has been renamed to suspend-tty-hook.
4170
4171 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
4172 resume-tty-hook.
4173
4174 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
4175
4176 * loadup.el: Fix merge problem, only load "button" once.
4177
4178 2007-09-03 Glenn Morris <rgm@gnu.org>
4179
4180 * vc-svn.el (vc-svn-print-log): If there is only one file, use
4181 "Working file:" as the prefix, for the sake of
4182 log-view-current-file.
4183
4184 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4185
4186 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
4187 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
4188 if the selected frames is in
4189 xterm-modify-other-keys-terminal-list.
4190 (xterm-turn-off-modify-other-keys): Add an optional frame
4191 parameter. Only turn off modify-other-keys if FRAME is in
4192 xterm-modify-other-keys-terminal-list.
4193 (xterm-remove-modify-other-keys): New function.
4194 (terminal-init-xterm): Use it. Deal with delete-frame hook.
4195 Add the selected frame to xterm-modify-other-keys-terminal-list.
4196
4197 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4198
4199 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
4200 (icon-map-list): New variable.
4201 (x-gtk-map-stock): Use icon-map-list.
4202
4203 2007-09-02 Romain Francoise <romain@orebokech.com>
4204
4205 * log-view.el (log-view-current-file): Balance parens.
4206
4207 2007-09-02 Glenn Morris <rgm@gnu.org>
4208
4209 * comint.el (comint-mode): Don't set scroll-conservatively.
4210
4211 * eshell/em-unix.el (eshell/time): Stringify and flatten the
4212 non-command arguments.
4213
4214 * log-view.el (log-view-current-file): Give a more explicit error
4215 if log-view-file-re fails to find a match.
4216
4217 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4218
4219 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4220 Fix bug: Don't expand top-level file name more than once.
4221 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
4222
4223 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4224
4225 * server.el (server-process-filter): Don't display the splash screen.
4226 It's annoying enough on the initial screen and becomes positively
4227 obnoxious here.
4228
4229 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4230
4231 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
4232 Change naming to use "avl-tree--" for internal functions.
4233
4234 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
4235
4236 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
4237 the merge.
4238 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
4239 (provide): Move to the end of file.
4240
4241 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
4242
4243 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4244
4245 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
4246 New variable. List of exceptions for the duplicated word rule.
4247 (flyspell-mark-duplications-flag): Mention it.
4248 (flyspell-word): Treat it.
4249
4250 * files.el (create-file-buffer): If the filename sans directory starts
4251 with spaces, remove them.
4252
4253 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4254
4255 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
4256 (x-gtk-map-stock): Use two directory elements when matching
4257 file name.
4258
4259 2007-08-31 James Wright <james@chumsley.org>
4260
4261 * eshell/em-unix.el (eshell/info): New function.
4262
4263 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * frame.el (frame-initialize, make-frame):
4266 * server.el (server-process-filter):
4267 * faces.el (tty-set-up-initial-frame-faces): Don't set
4268 term-environment-variable since it's not used any more.
4269
4270 * env.el (setenv): Don't treat $TERM specially.
4271
4272 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
4273 stated otherwise, subprocesses do not send back escape sequences
4274 corresponding to the terminal from which Emacs was started.
4275
4276 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
4277
4278 * calculator.el: Require cl for compilation.
4279
4280 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
4281
4282 * outline.el (outline-font-lock-levels): Comment out unused var.
4283 (outline-font-lock-face): Wrap around face list to handle any
4284 nesting depth gracefully.
4285
4286 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
4287
4288 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
4289 `set-file-times'.
4290
4291 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
4292
4293 * textmodes/org.el (org-export-visible): Fix drawers before export.
4294 (org-do-sort): Allow sorting by priority.
4295 (org-agenda-files): Ignore non-existing files.
4296 (org-agenda-skip-unavailable-files): New variable.
4297 (org-ellipsis): All a face as value.
4298 (org-mode): Interprete the face value of `org-ellipsis'.
4299 (org-archive-save-context-info): New option.
4300 (org-archive-subtree): Store context info in archived entry.
4301 (org-fast-tag-selection-can-set-todo-state): New variable.
4302 (org-fast-tag-selection): Allow setting TODO states through this
4303 interface.
4304 (org-cycle): Docstring updated.
4305 (org-todo-keyword-faces): New option.
4306 (org-get-todo-face): New function.
4307 (org-set-font-lock-defaults, org-agenda-highlight-todo):
4308 Use `org-get-todo-face'.
4309 (org-switch-to-buffer-other-window): New function.
4310 (org-table-edit-field, org-table-show-reference)
4311 (org-table-edit-formulas, org-add-log-note)
4312 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
4313 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
4314 `switch-to-buffer-other-window' to make sure that the temporary
4315 windows show up on the current frame.
4316 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
4317 (org-get-entries-from-diary, org-replace-region-by-html):
4318 Don't allow pop-up frames.
4319 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4320 Fix problems with time-of-day.
4321 (org-export-get-title-from-subtree): New function.
4322 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
4323 with listing items that are DONE.
4324 (org-change-tag-in-region): New command.
4325 (org-agenda-skip-scheduled-if-done)
4326 (org-agenda-skip-deadline-if-done): Docstring clarified.
4327 (org-mode): Hide drawers on startup.
4328 (org-get-todo-face): New function.
4329 (org-todo-keyword-faces): New option.
4330 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
4331 (org-remove-keyword-keys): New function.
4332
4333 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
4334
4335 * progmodes/grep.el (grep-find-ignored-directories):
4336 Add monotone _MTN bookkeeping directory in workspaces.
4337 Add RCS control directory. List items in alphabetical order.
4338
4339 * progmodes/grep.el (grep-files-aliases): Add cc alias.
4340 Sort items in alphabetical order. Fix parens.
4341
4342 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4343
4344 * vc-hg.el (vc-hg-extra-menu-map): New variable.
4345 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
4346 (vc-hg-pull): New functions.
4347 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
4348
4349 * term/mac-win.el: Don't require url, only autoloaded url
4350 functions are used in this file.
4351
4352 2007-08-29 Andreas Schwab <schwab@suse.de>
4353
4354 * shell.el (shell): Return correct value from interactive spec.
4355
4356 2007-08-29 Glenn Morris <rgm@gnu.org>
4357
4358 * version.el (emacs-version): Increase to 23.0.50.
4359
4360 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4361
4362 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
4363
4364 2007-08-29 Juri Linkov <juri@jurta.org>
4365
4366 * loadup.el: Add "button" loading after "faces" and move "startup"
4367 to load after "button".
4368
4369 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4370
4371 * loadup.el: Load term/mac-win on a Mac using Carbon.
4372
4373 * term/mac-win.el: Provide mac-win.
4374 (mac-initialized): New variable.
4375 (mac-initialize-window-system): New function. Move global setup here.
4376 (handle-args-function-alist, frame-creation-function-alist):
4377 (window-system-initialization-alist): Add mac entries.
4378 (x-setup-function-keys): New function containing all the
4379 top level function key definitions.
4380
4381 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
4382
4383 * env.el (read-envvar-name): Don't consider the environment frame param.
4384
4385 * env.el (setenv):
4386 * frame.el (frame-initialize, make-frame):
4387 * faces.el (tty-set-up-initial-frame-faces):
4388 * server.el (server-process-filter): Set
4389 display-environment-variable and term-environment-variable.
4390
4391 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
4392
4393 2007-08-29 Jason Rumney <jasonr@gnu.org>
4394
4395 * loadup.el: Only load term/x-win when X is compiled in.
4396 Load term/w32-win and dependencies on windows-nt.
4397
4398 * term/w32-win.el: Reorder to match x-win.el more closely.
4399 Provide w32-win. Don't throw error when global window-system not w32.
4400 (internal-face-interactive): Remove obsolete function.
4401 (x-setup-function-keys): Use local-function-key-map.
4402 (w32-initialized): New variable.
4403 (w32-initialize-window-system): Set it.
4404 Move more global setup here.
4405 (x-setup-function-keys): New function.
4406 (w32-initialize-window-system): Move non function key global setup here.
4407 (x-cut-buffer-max): Remove.
4408 (w32-initialize-window-system): New function.
4409 (handle-args-function-alist, frame-creation-function-alist):
4410 (window-system-initialization-alist): Add w32 entries.
4411
4412 2007-08-29 David Kastrup <dak@gnu.org>
4413
4414 * env.el (getenv): Pass frame to getenv-internal.
4415
4416 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
4417
4418 * version.el (emacs-version): Show if multi-tty is present.
4419
4420 * loadup.el: Delay loading env; mule-conf gets confused by cl
4421 during bootstrap. Also load termdev and term/x-win.
4422
4423 * bindings.el (mode-line-client): New variable.
4424 (help-echo): Add it to the default mode-line format.
4425
4426 * cus-start.el: Remove bogus window-system reference from GTK test.
4427
4428 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
4429 (ebrowse-electric-position-mode-map):
4430 * ebuff-menu.el (electric-buffer-menu-mode-map):
4431 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
4432 not `suspend-emacs'.
4433
4434 * ediff-wind.el (ediff-setup-windows-automatic): New function.
4435 (ediff-window-setup-function): Use it as default.
4436
4437 * files.el (save-buffers-kill-terminal): New function.
4438 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
4439
4440 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
4441 and `with-selected-frame'.
4442
4443 * help-fns.el (describe-variable): Describe frame-local variables
4444 correctly.
4445
4446 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
4447 display support.
4448 (normal-erase-is-backspace-setup-frame): New function.
4449
4450 * subr.el (with-selected-frame): New function.
4451 (read-quoted-char): Use terminal-local binding of
4452 local-function-key-map instead of function-key-map.
4453
4454 * talk.el (talk): New function.
4455 (talk-handle-delete-frame): New function.
4456 (talk-add-display): Open a new frame only if FRAME was not a frame.
4457
4458 * termdev.el: New file.
4459
4460 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
4461 * term/x-win.el: Don't bind f10.
4462 * tmm.el: Remove autoload binding for f10.
4463
4464 * international/encoded-kb.el (encoded-kbd-setup-display): Use
4465 `set-input-meta-mode'. Fix broken condition before set-input-mode.
4466 Store the saved input method as a terminal parameter. Add keymap
4467 parameter. Use it instead of changing key-translation-map directly.
4468 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
4469 Remove.
4470 (encoded-kbd-setup-display): New function.
4471
4472 * international/mule-cmds.el (set-locale-environment): Fix getenv
4473 call. Use save-buffers-kill-terminal. Ignore window-system; always
4474 set the keyboard coding system. Add DISPLAY parameter.
4475 (set-display-table-and-terminal-coding-system): Add DISPLAY
4476 parameter. Pass it to set-terminal-coding-system.
4477
4478 * international/mule.el (keyboard-coding-system): Test for
4479 encoded-kbd-setup-display, not encoded-kbd-mode.
4480 (set-terminal-coding-system, set-keyboard-coding-system): Add
4481 DISPLAY parameter.
4482 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
4483
4484 * term/README: Update.
4485
4486 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
4487
4488 * term/x-win.el (x-setup-function-keys): New function. Move
4489 function-key-map tweaks here. Protect against multiple calls on
4490 the same terminal. Use terminal-local binding of
4491 local-function-key-map instead of function-key-map.
4492 (x-initialize-window-system): Make a copy of pure list. Pass a
4493 frame getenv.
4494
4495 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
4496 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
4497 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
4498 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
4499 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
4500 local-function-key-map instead of function-key-map.
4501
4502 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
4503 `substitute-key-definition' and `define-key' calls against
4504 multiple execution. Use terminal-local binding of
4505 local-function-key-map instead of function-key-map. Pass a frame
4506 to getenv.
4507
4508 * edmacro.el (edmacro-format-keys):
4509 * emulation/cua-base.el (cua--pre-command-handler):
4510 * isearch.el (isearch-other-meta-char):
4511 * xt-mouse.el: Use terminal-local binding of
4512 local-function-key-map instead of function-key-map.
4513
4514 * fringe.el (set-fringe-mode): Simplify and fix using
4515 `modify-all-frames-parameters'.
4516 * scroll-bar.el (set-scroll-bar-mode): Ditto.
4517 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
4518 check before calling `tool-bar-setup'.
4519 (tool-bar-setup): New variable.
4520 (tool-bar-setup): Use it to guard against multiple calls. Add
4521 optional frame parameter, and select that frame before adding items.
4522 (toggle-tool-bar-mode-from-frame): New function.
4523
4524 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
4525 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
4526 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
4527 "Tool-bar" toggles to reflect the state of the current frame.
4528 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
4529
4530 * env.el: Require cl for byte compilation (for `block' and `return').
4531 (environment, setenv-internal): New functions.
4532 (let-environment): New macro.
4533 (setenv, getenv): Add optional terminal parameter. Update docs.
4534 (setenv): Use setenv-internal. Always set process-environment.
4535 Handle `local-environment-variables'.
4536 (read-envvar-name, setenv, getenv): Use frame parameters
4537 to store the local environment, not terminal parameters. Include
4538 `process-environment' as well.
4539
4540 * faces.el (tty-run-terminal-initialization): New function.
4541 (tty-create-frame-with-faces): Use it. Set up faces and
4542 background mode only after the terminal has been initialized.
4543 Call terminal-init-*. Don't load the initialization file more
4544 than once. Call set-locale-environment.
4545 (frame-set-background-mode): Handle the 'background-mode terminal
4546 parameter.
4547 (tty-find-type): New function.
4548 (x-create-frame-with-faces): Remove bogus check for
4549 first frame. Call `tool-bar-setup'. Don't make frame visible
4550 until we are done setting up all its parameters. Call
4551 x-setup-function-keys.
4552
4553 * frame.el (make-frame): Always inherit 'environment and 'client
4554 parameters. Set up the 'environment frame parameter, when needed.
4555 Also inherit 'client parameter. Don't override explicitly
4556 specified values with inherited ones. Add 'terminal frame
4557 parameter. Append window-system-default-frame-alist to parameters
4558 before calling frame-creation-function.
4559 (frame-initialize): Copy the environment from the initial frame.
4560 (window-system-default-frame-alist): Enhance doc string.
4561 (frame-notice-user-settings): Don't put 'tool-bar-lines in
4562 `default-frame-alist' when initial frame is on a tty.
4563 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
4564 Remove specified parameters from `window-system-default-frame-alist'.
4565 (make-frame-on-tty, framep-on-display, suspend-frame):
4566 Extend doc string, update parameter names.
4567 (frames-on-display-list): Use terminal-id to get the display id.
4568 (frame-notice-user-settings): Extend to apply
4569 settings in `window-system-default-frame-alist' as well.
4570 (terminal-id, terminal-parameters, terminal-parameter)
4571 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
4572 (delete-frame-functions): Add to `delete-frame-functions' hook.
4573 (blink-cursor-mode): Adapt blink-cursor-mode default
4574 value from startup.el.
4575 (make-frame-on-display): Protect condition on x-initialized when
4576 x-win.el is not loaded. Update doc.
4577 (suspend-frame): Use display-controlling-tty-p to decide between
4578 suspend-emacs and suspend-tty.
4579 (frames-on-display-list): Update for display ids.
4580 (framep-on-display): Ditto.
4581 (suspend-frame): Use display-name, not frame-tty-name.
4582 (selected-terminal): New function.
4583
4584 * server.el: Use `device' instead of `display' or `display-id' in
4585 variable and client parameter names.
4586 (server-select-display): Remove (unused).
4587 (server-tty-live-p, server-handle-delete-tty): Remove.
4588 (server-unquote-arg, server-quote-arg, server-buffer-clients):
4589 Update docs.
4590 (server-getenv-from, server-with-environment, server-send-string)
4591 (server-save-buffers-kill-terminal): New functions.
4592 (server-delete-client): Handle quits in kill-buffer. Don't kill
4593 modified buffers. Add extra logging. Delete frames after
4594 deleting the tty. Clear 'client parameter before deleting a frame.
4595 Use delete-display, not delete-tty.
4596 (server-visit-files): Don't set `server-existing-buffer' if the
4597 buffer already has other clients. Return list of buffers
4598 created. Update doc. Don't set client-record when nowait.
4599 (server-handle-delete-frame): Delete the client if this was its
4600 last frame. Check that the frame is alive. Remove bogus comment.
4601 Add note on possible race condition. Delete tty clients, if needed.
4602 (server-handle-suspend-tty): Use server-send-string. Kill the
4603 client in case of errors from process-send-string. Use the display
4604 parameter.
4605 (server-unload-hook): Remove obsolete delete-tty hook.
4606 (server-start): Ask before restarting if the old server still has
4607 clients. Add feedback messages. Remove obsolete delete-tty hook.
4608 (server-process-filter): Use server-send-string. Accept `-dir'
4609 command. Switch to *scratch* immediately after creating the frame,
4610 before evaluating any -evals. Protect `display-splash-screen'
4611 call in a condition-case. Explain why. Call
4612 `display-startup-echo-area-message' before
4613 `display-splash-screen'. Don't display the splash screen when no
4614 frame was created. Show the Emacs splash screen and startup echo
4615 area message. Display the *scratch* buffer by default. Store the
4616 local environment in a frame (not terminal) parameter. Do not try
4617 to decode environment strings. Fix reference to the 'display
4618 frame parameter. Change syntax of environment variables. Put
4619 environment into terminal parameters, not client parameters. Use
4620 a dummy client with --no-wait's X frames. In `-position LINE'
4621 handler, don't ruin the request string until the line number is
4622 extracted. Log opened files. Handle -current-frame command.
4623 Don't create frames when it is given. Don't bind X frames to the
4624 client when we are in -no-wait mode. Set locale environment
4625 variables from client while creating tty frames. Disable call to
4626 configure-display-for-locale. When processing -position command,
4627 don't change the request string until the parameters are
4628 extracted. Don't try to create an X frame when Emacs does not
4629 support it. Improve logging. Temporarily set ncurses-related
4630 environment variables to those of the client while creating a new
4631 tty frame. Select buffers opened by nowait clients, don't leave
4632 them buried under others. Set the display parameter, and use it
4633 when appropriate.
4634
4635 * startup.el (display-startup-echo-area-message): Handle
4636 `inhibit-startup-echo-area-message' here.
4637 (command-line-1): Moved from here.
4638 (fancy-splash-screens): Use `overriding-local-map' instead of
4639 `overriding-terminal-local-map' for now; the latter doesn't work
4640 right, it looses keypresses to another terminal. Use
4641 `overriding-terminal-local-map' to set up keymap. Install a
4642 `delete-frame-functions' hook to catch `delete-frame' events.
4643 Ignore `select-window' events to cope better with
4644 `focus-follows-mouse'. Don't switch back to the original buffer
4645 if the splash frame has been killed. Restore previous buffer, even
4646 if it's *scratch*.
4647 (normal-splash-screen): Don't let-bind `mode-line-format'; it
4648 changes the global binding - setq it instead. Use
4649 `save-buffers-kill-terminal'.
4650 (display-splash-screen): Don't do anything if the splash screen is
4651 already displayed elsewhere.
4652 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
4653 (command-line): Replace duplicated code with a call to
4654 tty-run-terminal-initialization. Don't load the terminal
4655 initialization file more than once. Remove call to nonexistent
4656 function `set-locale-translation-file-name'.
4657
4658 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
4659 parameters.
4660 (xterm-mouse-position-function, xterm-mouse-event): Update.
4661 (xterm-mouse-mode): Don't depend on current value of window-system.
4662 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4663 Update for multi-tty.
4664 (turn-on-xterm-mouse-tracking-on-terminal)
4665 (turn-off-xterm-mouse-tracking-on-terminal)
4666 (xterm-mouse-handle-delete-frame): New functions.
4667 (delete-frame-functions, after-make-frame-functions)
4668 (suspend-tty-functions, resume-tty-functions): Install extra hooks
4669 for multi-tty.
4670
4671 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4672
4673 * simple.el (invisible-p): Remove: implemented in C now.
4674 (line-move-invisible-p): Remove obsolete alias.
4675
4676 2007-08-28 Juri Linkov <juri@jurta.org>
4677
4678 * image-mode.el (image-type): New variable.
4679 (image-mode): Set default major mode name to "Image[text]".
4680 (image-minor-mode): Change LIGHTER to display image-type in the
4681 mode line.
4682 (image-minor-mode): Set default image-type to "text".
4683 (image-toggle-display): After switching to text mode, set
4684 image-type to "text" and major mode name to "Image[text]".
4685 After switching to image mode, set image-type to actual image
4686 type, and add image type to major mode name. Let-bind the same
4687 variable names as arguments of `image-type' and `create-image'.
4688 Bind `type' to the result of `image-type' and use it as arg
4689 of `create-image' to not determine the image type twice.
4690
4691 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
4692
4693 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
4694 (tramp-set-file-uid-gid, tramp-get-local-uid)
4695 (tramp-get-local-gid): New defuns.
4696 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
4697 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
4698 Improve fast track.
4699 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
4700 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
4701 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
4702 (tramp-handle-write-region): Improve fast track.
4703 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
4704 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
4705 be nil.
4706
4707 2007-08-28 Ivan Kanis <apple@kanis.eu>
4708
4709 * time.el: New feature to display several time zones in a buffer.
4710 (display-time-world-mode, display-time-world-display)
4711 (display-time-world, display-time-world-timer): New functions.
4712 (display-time-world-list, display-time-world-time-format)
4713 (display-time-world-buffer-name, display-time-world-timer-enable)
4714 (display-time-world-timer-second, display-time-world-mode-map):
4715 New variables.
4716
4717 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4718
4719 * term/x-win.el (x-gtk-stock-map): New variable.
4720 (x-gtk-map-stock): New function.
4721
4722 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
4723 prev/next-node.
4724
4725 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
4726
4727 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
4728
4729 2007-08-28 Glenn Morris <rgm@gnu.org>
4730
4731 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
4732
4733 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4734
4735 * progmodes/modula2.el (m2-definition, m2-module):
4736 Don't use previous-line. Reported by T. V. Raman.
4737
4738 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4739
4740 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
4741 argument to tool-bar-mode call.
4742
4743 2007-08-27 Glenn Morris <rgm@gnu.org>
4744
4745 * diff-mode.el (diff-find-file-name): Only accept regular files,
4746 to rule out /dev/null, directories, etc.
4747
4748 * vc-svn.el (vc-svn-diff): If the repository version of all the
4749 files is the same as the specified OLDVERS, do a local diff.
4750
4751 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4752
4753 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
4754 of buffers in uniquify-managed.
4755
4756 * simple.el (invisible-p): Rename from text-invisible-p.
4757 Update callers.
4758
4759 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
4762 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
4763 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
4764 (cperl-etags-goto-tag-location): Use new style backquotes.
4765
4766 * net/browse-url.el: Remove spurious * in custom docstrings.
4767 (browse-url-filename-alist): Use new-style backquote.
4768
4769 * emacs-lisp/backquote.el (backquote-unquote-symbol)
4770 (backquote-splice-symbol): Clarify they're not new-style unquotes.
4771
4772 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
4773 (\,@): Backslash the , and ,@ which are not new-style unquotes.
4774
4775 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
4776
4777 * net/socks.el (socks-username/password-auth-filter):
4778 Remove unused vars `state' and `desired-len'.
4779 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
4780 (socks-wait-for-state-change): Use new-style backquotes.
4781
4782 * pcvs.el (cvs-mode-status): Fix long-standing typo.
4783
4784 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
4785 backquotes after each `read' rather than once per buffer.
4786
4787 * dframe.el: Remove spurious * in custom docstrings.
4788 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
4789 (dframe-xemacs20p): Remove, inline at the sole use point.
4790 (defface): Don't defvar the face, don't use old-style backquote.
4791 (defcustom): Don't use old-style backquote.
4792 (dframe-frame-parameter, dframe-mouse-event-p):
4793 Make it obvious that it's always defined.
4794 (dframe-popup-kludge): New function to replace
4795 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
4796 (dframe-frame-mode, dframe-set-timer-internal)
4797 (dframe-mouse-set-point): Remove use of with-no-warnings from
4798 XEmacs-specific code.
4799 (dframe-set-timer-internal): Fix very old bug with
4800 post-command-idle-hook.
4801
4802 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
4803
4804 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4805
4806 * emacs-lisp/avl-tree.el: New file.
4807
4808 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4809
4810 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
4811 was used.
4812
4813 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
4814
4815 * complete.el (PC-do-completion): Make RET accept a non-unique but
4816 complete expansion again.
4817
4818 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
4819
4820 * eshell/esh-opt.el (eshell-eval-using-options):
4821 Add debug declaration.
4822
4823 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4824
4825 * log-view.el (log-view-toggle-mark-entry): Add docstring.
4826 (log-view-get-marked): Likewise.
4827
4828 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
4829 (vc-delete-automatic-version-backups): Likewise.
4830
4831 * vc.el (vc-dired-buffers-for-dir): Likewise.
4832
4833 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
4834
4835 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
4836 safe-local-variable setting.
4837 * progmodes/perl-mode.el (perl-indent-level): Likewise.
4838
4839 * log-view.el (log-view-marked-list): Delete variable.
4840 (log-view-mode): Don't use it.
4841 (log-view-toggle-mark-entry): Likewise, simplify.
4842 (log-view-current-tag): Don't return properties.
4843 (log-view-get-marked): New function.
4844
4845 2007-08-25 Alexandre Julliard <julliard@winehq.org>
4846
4847 * vc-git.el (vc-git-mode-line-string): New function.
4848
4849 2007-08-25 Alan Mackenzie <acm@muc.de>
4850
4851 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
4852 new language variable.
4853
4854 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
4855 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
4856 "extern" etc., rather than BOI. Fix addition of spurious
4857 syntactic-symbol 'defun-block-intro, replacing it with
4858 'innamespace, etc.
4859
4860 2007-08-25 Juri Linkov <juri@jurta.org>
4861
4862 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
4863
4864 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
4865 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
4866 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
4867
4868 * image.el (image-type-header-regexps): Use more complex regexp for svg.
4869 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
4870 (image-type-auto-detectable): Add (svg . maybe).
4871
4872 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
4873 to treat it like .tgz.
4874
4875 * calendar/cal-bahai.el: Add file coding cookie.
4876
4877 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
4878
4879 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
4880 Don't behave differently when executed via M-x. Add doc string.
4881
4882 * sort.el (sort-fold-case, sort-numeric-base): Mark as
4883 safe-local-variable.
4884
4885 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
4886
4887 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
4888 the default value.
4889 (math-calendar-tzinfo): New variable.
4890 (math-get-calendar-tzinfo): New function.
4891 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
4892 to get information when zone is nil.
4893
4894 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4895
4896 * log-view.el (log-view-toggle-mark-entry): New function.
4897 (log-view-mode-map): Bind it.
4898 (log-view-marked-list): New variable.
4899 (log-view-mode): Make it local.
4900
4901 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4902
4903 * play/zone.el (zone-pgm-rat-race): New func.
4904 (zone-programs): Add `zone-pgm-rat-race'.
4905
4906 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
4909 a list.
4910
4911 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4912
4913 * progmodes/hideshow.el (hs-match-data): Delete alias.
4914 (hs-hide-block-at-point, hs-find-block-beginning)
4915 (hs-show-block): Use `match-data' directly.
4916
4917 2007-08-24 Martin Rudalics <rudalics@gmx.at>
4918
4919 * format.el (format-alist): Fix typo in doc-string.
4920
4921 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
4922
4923 * net/tramp.el (tramp-local-host-p): New defun.
4924 (tramp-handle-file-local-copy, tramp-handle-write-region):
4925 Implement fast track when being on the local host.
4926 (tramp-file-name-handler): Don't set "started" property. It shall
4927 be reserved for the "ftp" method.
4928 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
4929
4930 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
4931 (tramp-ftp-file-name-handler): Set "started" property.
4932
4933 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4934
4935 * files.el (backup-buffer-copy): Don't wrap delete in
4936 condition-case, only try to delete if file exists.
4937
4938 2007-08-24 Glenn Morris <rgm@gnu.org>
4939
4940 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
4941
4942 * startup.el (tutorial-directory): Set with eval-at-startup so it
4943 gets the right value in an installed Emacs.
4944
4945 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4946
4947 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
4948 (eldoc-highlight-function-argument): Use it.
4949
4950 2007-08-23 Masatake YAMATO <jet@gyve.org>
4951
4952 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
4953 name of parameters in document body.
4954
4955 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
4958 (byte-compile-output-as-comment): Use with-current-buffer rather than
4959 a weird set-buffer&prog1 combination.
4960
4961 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
4962 test so as to optimise cases where the `progn's result is constant.
4963
4964 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4965
4966 * locate.el (locate-get-file-positions):
4967 Use line-beginning-position and line-end-position.
4968
4969 2007-08-23 John Wiegley <johnw@newartisans.com>
4970
4971 * calendar/cal-bahai.el: Added in the diacriticals that were
4972 missing for many of the month names.
4973
4974 2007-08-22 Jason Rumney <jasonr@gnu.org>
4975
4976 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
4977
4978 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
4979
4980 * image-mode.el (image-minor-mode): Use image-mode-text-map.
4981
4982 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4983
4984 * dabbrev.el (dabbrev--progress-reporter): New variable.
4985 (dabbrev--scanning-message): Delete func.
4986 (dabbrev--find-expansion): Use a progress reporter
4987 instead of dabbrev--scanning-message.
4988
4989 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4990
4991 * comint.el (comint-exec-1): Raise an error if
4992 `start-file-process' does not return a process object.
4993
4994 * shell.el (shell): Prompt for `default-directory' if it is a
4995 remote file name, and if called with a prefix arg.
4996
4997 2007-08-22 Sam Steingold <sds@gnu.org>
4998
4999 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
5000
5001 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
5002
5003 * textmodes/org-export-latex.el: New file.
5004
5005 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
5006
5007 * textmodes/org.el (org-agenda-skip): Allow a form for
5008 `org-agenda-skip-function'.
5009 (org-agenda-redo): Re-use local settings.
5010 (org-agenda): Store local settings.
5011 (org-agenda-deadline-faces): New option.
5012 (org-agenda-deadline-face): New function.
5013 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
5014 entries on their due date.
5015 (org-agenda-get-timestamps): No longer handle the due dates of
5016 schedules and deadline items.
5017 (org-insert-link-global, org-open-at-point-global): New commands.
5018 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
5019 :for-ascii parameter.
5020 (org-skip-comments): Function removed.
5021 (org-cleaned-string-for-export): Handle special table lines.
5022 (org-global-properties): New option.
5023 (org-entry-get-with-inheritance): Check global properties.
5024 (org-local-properties): New variable.
5025 (org-set-regexps-and-options): Find the #+PROPERTY line.
5026 (org-link-types): Change type into variable (was constant).
5027 (org-make-link-regexps): New function.
5028 (org-link-re-with-space, org-link-re-with-space2)
5029 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
5030 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
5031 these regular expressions happens now in the function
5032 `org-make-link-regexps'.
5033 (org-store-link): Call the functions in
5034 `org-store-link-functions'.
5035 (org-add-link-type): New function.
5036 (org-store-link-functions): New variable.
5037 (org-activate-tags): Force matches to be in headlines.
5038 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
5039 (org-columns-display-here): Make sure this works in a narrowed
5040 buffer by checking for point-min.
5041 (org-columns-display-here): Make the rest of the line intangible,
5042 so that point never can be there.
5043 (org-cleaned-string-for-export): Use `with-current-buffer'.
5044 (org-replace-region-by-html): Use `with-current-buffer'.
5045 (org-unfontify-region, org-do-occur, org-columns-display-here)
5046 (org-columns-remove-overlays, org-columns-quit)
5047 (org-columns-edit-value, org-columns-next-allowed-value)
5048 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
5049 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
5050 (org-agenda-todo, org-agenda-change-all-lines)
5051 (org-agenda-align-tags, org-agenda-priority)
5052 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
5053 (org-agenda-show-new-time, org-cleaned-string-for-export)
5054 (org-export-grab-title-from-buffer)
5055 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
5056 instead of `buffer-read-only'.
5057 (org-export-as-html): Set `coding-system-for-write'.
5058 (org-remember-store-without-prompt): New option.
5059 (org-archive-subtree): Fixed bug with modifying TODO keyword.
5060 (org-beginning-of-line): Also treat C-a special in items.
5061 (org-table-convert-refs-to-rc): Fixed problem with column
5062 reference after "..".
5063 (org-columns-compute): Don't mark buffer modified because of text
5064 properties.
5065 (org-batch-store-agenda-views): Use the variable
5066 `default-directory', not the function.
5067 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
5068 (org-clock-out-when-done): New option.
5069 (org-html-entities): Added HTML entities for smileys.
5070
5071 2007-08-22 Glenn Morris <rgm@gnu.org>
5072
5073 * image.el (create-image): Doc fix.
5074
5075 * startup.el (tutorial-directory): New constant.
5076 (fancy-splash-text): Tutorials now in tutorial-directory.
5077 * tutorial.el (help-with-tutorial): Tutorials now in
5078 tutorial-directory.
5079
5080 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
5081
5082 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
5083 otherwise.
5084 (tramp-get-remote-path): New defun. Replace occurrences of
5085 `tramp-default-remote-path' by this function.
5086 (tramp-set-remote-path): Move most of the code to
5087 `tramp-get-remote-path'.
5088 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
5089 existing directories, this is done already in
5090 `tramp-get-remote-path'.
5091
5092 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
5093
5094 * image-file.el (image-file-name-extensions): Add "svg".
5095 * image.el (image-type-header-regexps): Add svg entry.
5096
5097 2007-08-22 Glenn Morris <rgm@gnu.org>
5098
5099 * files.el (backup-buffer-copy): Check backup directory is
5100 writable, to avoid infloop deleting old backup.
5101
5102 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
5103 movemail related variables.
5104 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
5105 will now be set before this is called.
5106
5107 2007-08-21 Juri Linkov <juri@jurta.org>
5108
5109 * delsel.el (delete-selection-pre-hook):
5110 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
5111 instead of checking last-command.
5112
5113 2007-08-21 Juri Linkov <juri@jurta.org>
5114
5115 * loadup.el: Preload "button".
5116
5117 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5120 Add previous-line and next-line.
5121
5122 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
5123 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
5124
5125 * vc-hooks.el (vc-menu-entry): New var.
5126 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
5127 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
5128 (vc-menu-map): Declare and initialize in one step.
5129 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
5130
5131 * menu-bar.el (vc-menu-map): Don't setup any more.
5132 Instead, just create the proper spot in the menu.
5133
5134 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5135
5136 * smerge-mode.el (smerge-resolve): New arg `safe'.
5137 (smerge-resolve-all, smerge-batch-resolve): New function.
5138 (smerge-refine): Make sure `diff' returns the expected result.
5139 (smerge-parsep-re): New const.
5140 (smerge-mode): Use it to adjust paragraph-separate.
5141
5142 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5143 Correctly match / regexp matchers as first char on a line when
5144 fontifying only that line.
5145
5146 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
5147
5148 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 * vc-bzr.el: Don't fiddle with vc-handled-backend.
5151 (vc-bzr-registered): Don't redundantly protect against
5152 file-error. Actually use the format-specific code.
5153 (vc-bzr-buffer-nonblank-p): Remove.
5154 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
5155
5156 2007-08-20 Juri Linkov <juri@jurta.org>
5157
5158 * startup.el (fancy-splash-text): Change multiple tabs into one
5159 tab. Remove "Useful File menu items" section (with "Exit Emacs"
5160 and "Recover Crashed Session").
5161 (fancy-splash-screens): Set tab-width to 22.
5162 (normal-splash-screen): Replace literal tabs with \t and
5163 fix whitespace. Remove "Useful File menu items" section (with
5164 "Exit Emacs" and "Recover Crashed Session").
5165
5166 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
5167
5168 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
5169 extracted from `eval-last-sexp-1'.
5170 (eval-last-sexp-1): Call `preceding-sexp'.
5171
5172 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
5173
5174 * vc-rcs.el (vc-rcs-annotate-command):
5175 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
5176 Add back :vc-annotate-prefix propertization.
5177
5178 2007-08-20 Andreas Schwab <schwab@suse.de>
5179
5180 * mail/rmail.el (rmail-autodetect): Doc fix.
5181
5182 2007-08-19 Juri Linkov <juri@jurta.org>
5183
5184 * startup.el (normal-splash-screen): Add more links.
5185
5186 2007-08-19 Juri Linkov <juri@jurta.org>
5187
5188 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
5189 because it's common to both types of splash screen: fancy and normal.
5190 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
5191 (exit-splash-screen): Rename from `fancy-splash-quit'.
5192 Use `quit-window' instead of `kill-buffer'.
5193 (fancy-splash-head): Use make-button to insert GNU image link.
5194 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
5195 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
5196 (normal-splash-screen): Put "Browse manuals" on the same line with
5197 "Emacs manual". Remove descriptions from "Useful tasks" and put
5198 all links in two columns on two lines.
5199
5200 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
5201
5202 * emulation/viper.el (viper-remove-hooks): Remove some additional
5203 viper hooks when the user calls viper-go-away.
5204 (viper-go-away): Restore the default of default-major-mode.
5205 Save the value of default-major-mode before vaperization.
5206
5207 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
5208
5209 * emulation/viper-ex.el: Replace error "" with "Viper bell".
5210
5211 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
5212 buffer for which file is created.
5213
5214 2007-08-19 Glenn Morris <rgm@gnu.org>
5215
5216 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
5217 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
5218 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
5219 shadow files messing up the compilation.
5220
5221 2007-08-18 Glenn Morris <rgm@gnu.org>
5222
5223 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
5224 string. Also apply eldoc-argument-case in the help-split-fundoc
5225 case. Adapt for changed behavior of eldoc-function-argstring,
5226 eldoc-function-argstring-format, and
5227 eldoc-highlight-function-argument.
5228 (eldoc-highlight-function-argument): Handle nil INDEX argument,
5229 just call eldoc-docstring-format-sym-doc in that case.
5230 (eldoc-function-argstring): Change the behavior. Now it converts
5231 an argument list to a string.
5232 (eldoc-function-argstring-format): Change the behavior. Now it
5233 applies `eldoc-argument-case' to a string.
5234
5235 * progmodes/scheme.el (scheme-mode-variables): Set
5236 font-lock-comment-start-skip.
5237
5238 2007-08-18 Martin Rudalics <rudalics@gmx.at>
5239
5240 * progmodes/ada-mode.el (ada-create-syntax-table): Move
5241 set-syntax-table from here to ...
5242 (ada-mode): ... here. Do not change global value of
5243 comment-multi-line. Call new function
5244 ada-initialize-syntax-table-properties and add new function
5245 ada-handle-syntax-table-properties to font-lock-mode-hook.
5246 (ada-deactivate-properties, ada-initialize-properties): Replace
5247 by new functions ...
5248 (ada-handle-syntax-table-properties)
5249 (ada-initialize-syntax-table-properties)
5250 (ada-set-syntax-table-properties): ... to set up syntax-table
5251 properties uniformly, independently from whether font-lock-mode
5252 is enabled or not. Handle read-only buffers and do not change
5253 undo-list when setting syntax-table properties.
5254 (ada-after-change-function): Use ada-set-syntax-table-properties.
5255
5256 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5257
5258 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
5259 (meta-indent-current-nesting): Use a computation of the nesting
5260 instead.
5261 (meta-indent-current-indentation): Indentation is given according
5262 to nesting and if the previous line was finished or not.
5263 (meta-indent-unfinished-line): Tell if the current line ends with
5264 a finished expression.
5265 (meta-indent-looking-at-code): Like `looking-at', but checks if
5266 the point is in a string before.
5267 (meta-indent-level-count): Use it. Don't count parenthesis as it's
5268 done in the nesting function.
5269 (meta-indent-in-string-p): Tell if the current point is in a
5270 string.
5271 (meta-indent-calculate): Treat b-o-b as a special case. Use the
5272 previous functions.
5273
5274 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
5275
5276 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
5277 (copyright-update-year, copyright-update)
5278 (copyright-fix-years): Use it.
5279
5280 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
5281
5282 * emacs-lisp/copyright.el (copyright-update-year):
5283 Fix bug: Handle nil copyright-limit.
5284
5285 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5286
5287 * calc/calc-units.el (math-standard-units): Give exact
5288 conversion for tsp.
5289
5290 * calc/calc.el (math-bignum-digit-length): Compute the
5291 appropriate value.
5292
5293 * calc/calc-bin.el (math-bignum-logb-digit-size)
5294 (math-bignum-digit-power-of-two):
5295 * calc/calc-comb.el (math-small-factorial-table):
5296 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5297 (math-approx-gamma-const):
5298 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
5299 (math-besY1, math-bernoulli-b-cache):
5300 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5301 Remove `eval-when-compile's.
5302
5303 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5304
5305 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
5306 (cperl-find-pods-heres): Fix an error when typing expressions like
5307 `s{a}{b}'.
5308
5309 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5310
5311 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
5312 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
5313 a special case (there's no build number).
5314
5315 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
5316
5317 * completion.el (symbol-under-point, symbol-before-point)
5318 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
5319
5320 2007-08-17 Glenn Morris <rgm@gnu.org>
5321
5322 * progmodes/compile.el (compilation-get-file-structure): Make use
5323 of the directory part when checking for an existing entry, to
5324 handle files with same basename in different directories.
5325
5326 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5327
5328 * calc/calc.el (calc-language-alist): Add texinfo-mode.
5329
5330 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5331
5332 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
5333 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
5334 (ps-paragraph-spacing): Docstring fix.
5335
5336 2007-08-16 Glenn Morris <rgm@gnu.org>
5337
5338 * ps-print.el (ps-font-size): Doc fix.
5339
5340 2007-08-16 Richard Stallman <rms@gnu.org>
5341
5342 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
5343
5344 2007-08-15 Juri Linkov <juri@jurta.org>
5345
5346 * startup.el (initialization): Change parent group from `internal'
5347 to `environment'.
5348 (initial-buffer-choice): New variable.
5349 (command-line): Revert 2007-07-02 change that sets
5350 buffer-offer-save in *scratch* and enables auto-save in it.
5351 (fancy-splash-text): Add links to existing items. Add new items
5352 with links for useful tasks. Move information about Control-g to
5353 fancy-splash-head. Move "Emacs Guided Tour" to the end.
5354 (fancy-splash-keymap): New variable.
5355 (fancy-splash-last-input-event): Remove variable.
5356 (fancy-splash-insert): Add processing of `:link' element.
5357 (fancy-splash-head): Replace "Type Control-l to begin editing"
5358 with "Type `q' to exit".
5359 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
5360 (fancy-splash-default-action, fancy-splash-special-event-action):
5361 Remove functions.
5362 (fancy-splash-quit): New function.
5363 (fancy-splash-screens): Rename input arg from `hide-on-input' to
5364 `static' and reverse the condition of its usage. Don't preserve
5365 original values of `minor-mode-map-alist',
5366 `emulation-mode-map-alists', `special-event-map'.
5367 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5368 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5369 Remove processing of special events. Use local key map
5370 `fancy-splash-keymap'. Set buffer to read-only.
5371 (normal-splash-screen): Rename input arg from `hide-on-input' to
5372 `static' and reverse the condition of its usage.
5373 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5374 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5375 Add links to existing items. Add new items with links for useful
5376 tasks. Use local key map `fancy-splash-keymap'.
5377 (display-splash-screen): Rename input arg from `hide-on-input' to
5378 `static'.
5379 (about-emacs): Add alias to display-splash-screen.
5380 (command-line-1): Use `initial-buffer-choice'.
5381
5382 * menu-bar.el (menu-bar-help-menu):
5383 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
5384 item to about-emacs instead of display-splash-screen.
5385
5386 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5387
5388 * calc/calc-units.el (math-standard-units): Update values.
5389 Put in exact, rational values when possible.
5390 (math-unit-prefixes): Replace floats with powers of ten.
5391 (math-standard-units-systems): Replace floats with integers.
5392 (math-make-unit-string): Remove extra spaces in output.
5393
5394 2007-08-15 Glenn Morris <rgm@gnu.org>
5395
5396 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
5397 sloppier, for the sake of GNU Mailman.
5398 (rmail-digest-rfc1153): Initialize `result' correctly.
5399
5400 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5401
5402 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
5403 in the mail title. Suggested by Reiner Steib.
5404
5405 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
5406
5407 * calc/calc-aent.el (calc-do-quick-calc): Add binary
5408 representation of integers to the list of outputs.
5409
5410 2007-08-14 Glenn Morris <rgm@gnu.org>
5411
5412 * simple.el (bad-packages-alist): New constant.
5413 (bad-package-check): New function. Together, these two add elements
5414 to `after-load-alist' to check for problematic external packages.
5415 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
5416
5417 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5418
5419 * calc/calc-units.el (math-get-standard-units)
5420 (math-get-units, math-make-unit-string)
5421 (math-get-default-units, math-put-default-units): New functions.
5422 (math-default-units-table): New variable.
5423 (calc-convert-units, calc-convert-temperature): Add machinery
5424 to supply default values.
5425
5426 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5427
5428 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
5429 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
5430 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
5431 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
5432
5433 * emulation/tpu-extras.el: Remove spurious * in docstrings.
5434 Put its autoloads into tpu-edt.el rather than loaddefs.el.
5435 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
5436 Make into a proper minor-mode.
5437 (tpu-backward-char, tpu-next-line, tpu-previous-line)
5438 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
5439 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
5440 (tpu-set-cursor-free, tpu-set-cursor-bound):
5441 Delegate to tpu-cursor-free-mode.
5442 (tpu-next-line, tpu-previous-line, tpu-forward-line)
5443 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
5444 Use line-move or forward-line instead of next-line-internal.
5445
5446 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
5447
5448 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
5449
5450 2007-08-12 Richard Stallman <rms@gnu.org>
5451
5452 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
5453 (cvs-execute-single-file): Use new name split-string-and-unquote.
5454 (cvs-header-msg): Use new name combine-and-quote-strings.
5455
5456 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
5457
5458 * progmodes/gud.el (gud-common-init): Use new name
5459 split-string-and-unquote.
5460
5461 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
5462 in javac regexp.
5463
5464 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
5465 combine-and-quote-strings and split-string-and-unquote.
5466
5467 * subr.el (combine-and-quote-strings): Rename from strings->string.
5468 (split-string-and-unquote): Rename from string->strings.
5469
5470 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5471
5472 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
5473 to buffer-local settings.
5474
5475 * emacs-lisp/backquote.el (backquote-delay-process): New function.
5476 (backquote-process): Add internal arg `level'. Use the two to
5477 correctly handle nested backquotes.
5478
5479 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
5480
5481 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
5482 (vc-bzr-state-words): Add "kind changed" state word.
5483 (vc-bzr-status): New function. Return Bzr idea of file status,
5484 which is different from VC's.
5485 (vc-bzr-state): Use vc-bzr-status.
5486 (vc-workfile-unchanged-p): Use vc-bzr-status.
5487 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
5488 (vc-dired-state): Process "kind changed" state word.
5489
5490 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5491
5492 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
5493
5494 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
5495 Move from vc-default-find-file-not-found-hook.
5496
5497 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 * man.el: Remove spurious * in docstrings.
5500 Merge defvars and toplevel setq-defaults.
5501 (Man-highlight-references0): Limit=nil rather than point-max.
5502 (Man-mode-map): Move initialization into the declaration.
5503 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
5504 (Man-view-header-file): Use expand-file-name rather than concat.
5505 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
5506
5507 * man.el (Man-next-section): Make sure we do not move backward.
5508
5509 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5510
5511 * files.el (auto-mode-alist): Use the purecopied text (duh!).
5512
5513 2007-08-08 Glenn Morris <rgm@gnu.org>
5514
5515 * Replace `iff' in doc-strings and comments.
5516
5517 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5518
5519 * dired.el (dired-pop-to-buffer):
5520 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5521 * calendar/calendar.el (generate-calendar-window):
5522 * progmodes/compile.el (compilation-set-window-height):
5523 * textmodes/two-column.el (2C-two-columns, 2C-merge):
5524 Use window-full-width-p instead of comparing frame-width and
5525 window-width.
5526
5527 * progmodes/compile.el (compilation-find-buffer): Remove extra
5528 argument in call to compilation-buffer-internal-p.
5529
5530 2007-08-07 Tom Tromey <tromey@redhat.com>
5531
5532 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
5533 Add safe-local-variable property.
5534
5535 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5536
5537 * image-mode.el (image-toggle-display): Use image-refresh.
5538
5539 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
5540
5541 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
5542 unofficial version.
5543 (vc-bzr-command): Remove redundant setting of process-connection-type.
5544 (vc-bzr-admin-checkout-format-file): Add autoload.
5545 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
5546 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
5547 (vc-bzr-registered): Compare dirstate format tag with known good
5548 value, abort parsing if match fails. Warn user in docstring.
5549 (vc-bzr-workfile-version): Case for different Bzr branch formats.
5550 See bzrlib/branch.py in Bzr sources.
5551 (vc-bzr-diff): First argument FILES may be a string rather than a list.
5552 (vc-bzr-shell-command): Remove in favor of
5553 vc-bzr-command-discarding-stderr.
5554 (vc-bzr-command-discarding-stderr): New function.
5555
5556 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
5557
5558 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
5559 program, and return nil.
5560 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
5561 (vc-bzr-state): Look for path names relative to the repository
5562 root after status keyword.
5563 (vc-bzr-file-name-relative): New function.
5564 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
5565 depend on it.
5566 (vc-bzr-admin-dirname, ...-checkout-format-file)
5567 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
5568 files that we now parse directly for speed.
5569 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
5570 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
5571 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
5572 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
5573 Bzr warnings, so we must discard it.
5574 (vc-bzr-workfile-version): Speedup counting lines from
5575 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
5576 if that file doesn't exist.
5577 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
5578 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
5579 to `vc-directory-exclusion-list'.
5580 (vc-bzr-shell-command): New function.
5581
5582 2007-08-06 Tom Tromey <tromey@redhat.com>
5583
5584 * diff-mode.el (diff-unified->context, diff-reverse-direction)
5585 (diff-fixup-modifs): Typo in docstring.
5586
5587 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5588
5589 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
5590 count-screen-lines.
5591 (tpu-edt-off): Disable relevant pieces of advice.
5592
5593 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
5594 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
5595 (newline, newline-and-indent, do-auto-fill): Use advice instead of
5596 redefining the function.
5597 (tpu-set-scroll-margins): Activate the pieces of advice.
5598
5599 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5600
5601 * help.el (resize-temp-buffer-window): Use window-full-width-p
5602 instead of comparing frame-width and window-width.
5603
5604 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
5605
5606 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
5607 optional quotes around files in NEED-UPDATE . REMOVED case.
5608
5609 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
5610 (ada-treat-cmd-string): Improve error message.
5611 (ada-do-file-completion): Call `ada-require-project-file', so
5612 project variables are set properly.
5613 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
5614 (ada-gnatfind-buffer-name): New constant.
5615 (ada-find-any-references): Use new constant. Set buffer name
5616 properly in compilation-start. Toggle read-only properly.
5617 (ada-find-in-src-path): Fix spelling error in docstring.
5618
5619 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
5620 by zero error.
5621
5622 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5623
5624 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
5625
5626 2007-08-12 Richard Stallman <rms@gnu.org>
5627
5628 * progmodes/sh-script.el (sh): Delete group `unix'.
5629
5630 * progmodes/gud.el (gud): Change to group `processes'.
5631
5632 2007-08-11 Glenn Morris <rgm@gnu.org>
5633
5634 * progmodes/compile.el (compilation-buffer-name): Don't check
5635 compilation-arguments. It is superfluous, and the variable isn't
5636 even set when this function is called.
5637
5638 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5639
5640 * term/mac-win.el (mac-ae-reopen-application): New function.
5641 (mac-apple-event-map): Bind "reopen application" Apple event to it.
5642
5643 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5644
5645 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
5646 take tex-font-script-display into account.
5647 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
5648 cell to a list of 2 elements to simplify the unfontify code.
5649
5650 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5651
5652 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
5653 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
5654 ps-print-color-p is neither nil nor black-white. Reported by Christian
5655 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5656
5657 2007-08-08 Andreas Schwab <schwab@suse.de>
5658
5659 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
5660 self-insert-command, not self-insert.
5661
5662 2007-08-08 Glenn Morris <rgm@gnu.org>
5663
5664 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
5665 argument optional, for backwards compatibility, and only highlight
5666 args when present. Fix symbol name typo (doc/args).
5667
5668 * help-mode.el (help-make-xrefs): Search for symbol constituents,
5669 rather than just `-'.
5670
5671 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
5672
5673 * calc/calc-units.el (calc-convert-temperature):
5674 Use `/' to create fractions.
5675
5676 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
5677
5678 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
5679 global matching.
5680 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
5681 ERROR-BUFFER more robust. Display output.
5682 (tramp-file-name-handler): Add a connection property when we found
5683 a foreign file name handler. This allows backends like ftp to
5684 profit also from usr/host name completion based on connection
5685 cache.
5686 (tramp-send-command-and-read): Search for trash after the regexp
5687 until eol only. In XEmacs, there is a problem with \n.
5688
5689 * net/tramp-cache.el (top): Read persistent connection history
5690 when cache is empty.
5691
5692 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
5693
5694 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
5695 resulting output.
5696
5697 2007-08-07 Sam Steingold <sds@gnu.org>
5698
5699 * progmodes/compile.el (compilation-start): Pass nil as startfile
5700 to comint-exec.
5701
5702 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5703
5704 * longlines.el (longlines-decoded): New variable.
5705 (longlines-mode): Avoid encoding or decoding the buffer twice.
5706
5707 2007-08-07 Martin Rudalics <rudalics@gmx.at>
5708
5709 * format.el (format-insert-file): Make sure that at most one undo
5710 entry is recorded for the insertion. Inhibit point-motion and
5711 modification hooks around call to insert-file-contents.
5712
5713 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
5716 Select the buffer's window before moving point.
5717
5718 2007-08-07 Richard Stallman <rms@gnu.org>
5719
5720 * term.el (term): Remove parent group `unix'.
5721
5722 * simple.el (default-indent-new-line): New function.
5723 It calls comment-line-break-function if there are comments.
5724 (do-auto-fill): Use that.
5725
5726 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
5727
5728 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
5729 (PC-do-completion): Add "acronym completion" for symbols and
5730 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
5731
5732 2007-08-06 Sam Steingold <sds@gnu.org>
5733
5734 * mouse.el (mouse-buffer-menu): Pass mode-name through
5735 format-mode-line because it may be a list,
5736 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
5737
5738 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
5739
5740 * printing.el (pr-update-menus): Docstring fix.
5741
5742 2007-08-06 Jason Rumney <jasonr@gnu.org>
5743
5744 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
5745
5746 * vc-hooks.el (vc-call): Add doc string.
5747
5748 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
5749
5750 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
5751 process-filter.
5752
5753 2007-08-06 Kenichi Handa <handa@m17n.org>
5754
5755 * international/quail.el: Wrap (require 'help-mode) by
5756 eval-when-compile.
5757 (quail-help-init): New function.
5758 (quail-help): Call quail-help-init.
5759 (quail-store-decode-map-key): Change it to a function.
5760
5761 2007-08-05 Jason Rumney <jasonr@gnu.org>
5762
5763 * vc.el (vc-rollback): Add norevert argument back.
5764 (vc-revert-buffer): Add back as obsolete alias.
5765
5766 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
5767
5768 * term.el: Honor term-default-fg-color and term-default-bg-color
5769 settings when modifying term-current-face.
5770 (term-default-fg-color, term-default-bg-color): Initialize from
5771 default term-current-face.
5772 (term-mode, term-reset-terminal): Set term-current-face with
5773 term-default-fg-color and term-default-bg-color.
5774 (term-handle-colors-array): term-current-face has term-default-fg-color
5775 and term-default-bg-color after reset escape sequence.
5776 (term-handle-colors-array): Set term-current-color with
5777 term-default-fg/bg-color instead of ansi-term-color-vector when the
5778 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
5779
5780 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
5781
5782 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
5783 (math-nlfit-givens): Let bind free variables.
5784
5785 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
5786
5787 * printing.el: Require lpr and ps-print when loading printing package.
5788 Reported by Glenn Morris <rgm@gnu.org>.
5789
5790 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
5791
5792 * files.el (set-auto-mode): Handle also remote files wrt
5793 `auto-mode-alist'.
5794
5795 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
5796
5797 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
5798 curves and plotting.
5799
5800 * calc/calc-nlfit.el: New file.
5801
5802 2007-08-04 Glenn Morris <rgm@gnu.org>
5803
5804 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
5805 zero, not nil, when the library is first loaded. Check for a file
5806 that has been modified on disk.
5807
5808 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
5809 Remove duplicate defvar preventing initialization.
5810 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
5811
5812 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5813
5814 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
5815 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
5816 may match up to 4 lines.
5817 (diff-beginning-of-file-and-junk): Rewrite.
5818
5819 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5820
5821 * printing.el: Evaluate require only during compilation.
5822 (pr-version): New version 6.9.1.
5823 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
5824 (pr-global-menubar): Fix code.
5825
5826 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
5827
5828 * term.el (term-erase-in-display): Fix case when point is not at
5829 the beginning of the line.
5830
5831 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5832
5833 * calc/calc-ext.el (math-get-value, math-get-sdev)
5834 (math-contains-sdev): New functions.
5835
5836 * calc/calc-graph.el (calc-graph-format-data)
5837 (calc-graph-add-curve): Check for error forms.
5838 (calc-graph-set-styles): Add option for error forms.
5839
5840 2007-08-03 Miles Bader <miles@gnu.org>
5841
5842 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
5843 backend names for new backends to `Git', `Hg', and `Bzr'.
5844 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
5845 not `HG'.
5846 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
5847 name, not `GIT'.
5848 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
5849 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
5850
5851 2007-08-03 Richard Stallman <rms@gnu.org>
5852
5853 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
5854 to update deleted flag.
5855
5856 * cus-edit.el (customize-apropos, customize-apropos-options)
5857 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
5858
5859 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
5860
5861 * startup.el (fancy-splash-head, startup-echo-area-message):
5862 Change message text.
5863
5864 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
5865 All callers use line-move.
5866
5867 * progmodes/compile.el (compilation-find-buffer): Return current
5868 buffer immediately if suitable.
5869 (compile, compilation-buffer-name, compilation-start): Doc fixes.
5870
5871 2007-08-03 Daiki Ueno <ueno@unixuser.org>
5872
5873 * faces.el (face-normalize-spec): New function.
5874 (frame-set-background-mode): Normalize face-spec before calling
5875 face-spec-match-p.
5876
5877 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5878
5879 * server.el (server-window): Add switch-to-buffer-other-frame option.
5880
5881 2007-08-03 Glenn Morris <rgm@gnu.org>
5882
5883 * cus-edit.el (customize-apropos): Make the error message indicate
5884 what kind of thing the user was trying to customize.
5885
5886 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
5887
5888 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
5889 Fix off-by-one error in previous change.
5890
5891 2007-08-03 Drew Adams <drew.adams@oracle.com>
5892
5893 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
5894 Make buffer writable.
5895
5896 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5897
5898 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
5899 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
5900 Use native Emacs functions, when appropriate.
5901
5902 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
5903 Stefan Monnier <monnier@iro.umontreal.ca>
5904
5905 * vc.el: Document new VC operation `extra-menu'.
5906
5907 * vc-hooks.el (vc-default-extra-menu): New function.
5908
5909 * menu-bar.el (menu-bar-vc-filter): New function.
5910 (menu-bar-tools-menu): Use it as a filter.
5911
5912 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
5913
5914 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
5915
5916 2007-08-01 Glenn Morris <rgm@gnu.org>
5917
5918 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
5919 strings.
5920 (fortran-tab-mode-default): Remove needless autoload.
5921 (fortran-tab-mode-string): Add help-echo and mouse properties, and
5922 mark as risky.
5923 (fortran-line-length): New buffer-local variable, safe if integer.
5924 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
5925 Change from variables to constants.
5926 (fortran-font-lock-syntactic-keywords): Delete as a variable,
5927 replace with a new function definition.
5928 (fortran-mode): Use fortran-line-length, and
5929 fortran-font-lock-syntactic-keywords as a function. Add a
5930 hack-local-variables-hook function.
5931 (fortran-line-length, fortran-hack-local-variables): New functions.
5932 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
5933 Use fortran-line-length rather than 72.
5934 (fortran-window-create-momentarily): Doc fix.
5935
5936 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
5937
5938 * cus-edit.el (custom-group-value-create, custom-goto-parent):
5939 Fix parent groups link.
5940
5941 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
5942
5943 * progmodes/python.el (python-current-defun): Adjust to never fall
5944 into infinite loop.
5945
5946 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
5947
5948 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
5949
5950 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
5951
5952 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
5953 (copyright-fix-years, copyright): Correctly handle the case where
5954 copyright-limit is nil.
5955
5956 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
5957
5958 * progmodes/python.el (run-python): Fix path separator under w32.
5959
5960 2007-07-30 Richard Stallman <rms@gnu.org>
5961
5962 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5963 Treat non-break space as whitespace in Lisp.
5964
5965 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * vc.el (vc-dired-hook): Use inhibit-read-only.
5968
5969 * progmodes/compile.el (compilation-forget-errors):
5970 Reset compilation-auto-jump-to-next.
5971
5972 2007-07-30 Michael Olson <mwolson@gnu.org>
5973
5974 * cus-edit.el (custom-group-save): Fix void function definition
5975 error. Thanks to Zhang Wei for the report.
5976
5977 * ps-print.el: Check in trivial changes to the autoloads section
5978 caused by the build process. These autoloads really ought to be
5979 placed in a separate file, methinks.
5980
5981 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5982
5983 * calendar/calendar.el (calendar-mode): Make sure
5984 displayed-(month|year) are set.
5985 (calendar-basic-setup): Display buffer before adjusting window sizes.
5986 (generate-calendar-window): Use inhibit-read-only. Simplify.
5987 Generate buffer and set displayed-month and displayed-year before
5988 calling update-calendar-mode-line.
5989
5990 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
5991
5992 * net/tramp.el:
5993 * net/tramp-uu.el:
5994 * net/trampver.el: Use utf-8 encoding with coding cookie.
5995
5996 * net/tramp-cache.el:
5997 * net/tramp-fish.el:
5998 * net/tramp-ftp.el:
5999 * net/tramp-gw.el:
6000 * net/tramp-smb.el: Remove coding cookie.
6001
6002 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6003 Flush buffer file-name's file property.
6004 (tramp-handle-file-remote-p): The first parameter is FILENAME.
6005
6006 * net/trampver.el: Update release number.
6007
6008 2007-07-29 Juri Linkov <juri@jurta.org>
6009
6010 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
6011 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
6012 when major-mode is not dired-mode.
6013 (dired-toggle-read-only): New function.
6014 (dired-recursive-deletes): Remove obsolete comments about old
6015 default value.
6016 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
6017
6018 * wdired.el (wdired-exit): New function.
6019 (wdired-mode-map): Bind C-x C-q to wdired-exit.
6020
6021 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
6022
6023 * cus-edit.el (customize-read-group): New fun.
6024 (customize-group-other-window, customize-face-other-window):
6025 Prompt before delegating to customize-(group|face).
6026 Bind pop-up-windows rather than use the other-window argument.
6027 (customize-group, customize-face): Prompt from the interactive spec.
6028 Remove args `prompt-for-group' and `other-window'.
6029
6030 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
6031 (ad-body-forms, ad-advised-interactive-form): Revert this part of
6032 last change.
6033
6034 2007-07-28 Masatake YAMATO <jet@gyve.org>
6035
6036 * vc.el (vc-dired-mode): Add a menu for VC related operation.
6037 Use backend name as the menu label. Suggested by David Kastrup.
6038
6039 2007-07-28 Alan Mackenzie <acm@muc.de>
6040
6041 Fix problem with modes derived from CC Mode:
6042 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
6043 macro to cc-langs.
6044 (c-init-language-vars-for): Remove call to above macro.
6045 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
6046 been moved to here.
6047 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
6048
6049 2007-07-28 Eli Zaretskii <eliz@gnu.org>
6050
6051 * net/trampver.el: Fix the `coding' cookie.
6052
6053 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
6054
6055 * vc-git.el (vc-git-print-log): Support both the old single file
6056 interface and the new one.
6057
6058 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
6059
6060 * bindings.el (mode-line-remote): Use updated %@ construct.
6061
6062 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
6063
6064 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
6065 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
6066 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
6067 (diary-list-bahai-entries, diary-bahai-mark-entries)
6068 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
6069 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
6070 New names to clean up namespace.
6071 (list-bahai-diary-entries, mark-bahai-diary-entries)
6072 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
6073 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
6074 Add compatibility aliases.
6075
6076 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
6077
6078 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
6079 (calendar-scroll-left-three-months)
6080 (calendar-scroll-right-three-months): Clean up namespace.
6081 (scroll-calendar-left, scroll-calendar-right)
6082 (scroll-calendar-left-three-months)
6083 (scroll-calendar-right-three-months): Add compatibility aliases.
6084
6085 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
6086 Behave like mouse-scroll-calendar-* when used from the mouse.
6087
6088 * calendar/cal-menu.el (cal-menu-scroll-menu)
6089 (cal-menu-global-mouse-menu):
6090 * calendar/calendar.el (calendar-mode-map):
6091 Use new calendar-scroll-* names.
6092 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
6093 Remove. Use calendar-scroll-* directly instead.
6094
6095 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6096
6097 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
6098 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
6099 (ad-make-advised-definition, ad-cache-id-verification-code):
6100 Use commandp and interactive-form instead.
6101
6102 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
6103
6104 * vc-git.el: Relicense to GPLv3 or later.
6105 (vc-directory-exclusion-list, vc-handled-backends): Remove.
6106
6107 * vc-hooks.el (vc-handled-backends): Add GIT.
6108
6109 * vc.el (vc-directory-exclusion-list): Add .git.
6110
6111 2007-07-26 Alexandre Julliard <julliard@winehq.org>
6112
6113 * vc-git.el (vc-git-revision-table)
6114 (vc-git-revision-completion-table): New functions.
6115
6116 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6117
6118 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6119 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6120 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6121 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6122 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6123 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6124 New command actions for EPS header and EPS footer.
6125
6126 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6127 footer. Fix some problems with one-or-more, zero-or-more and
6128 alternative constructions generation. Some log messages
6129 implementation. Doc fix.
6130 (ebnf-version): New version 4.4.
6131 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6132 (ebnf-eps-footer, ebnf-log): New options.
6133 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6134 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6135 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6136 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6137 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
6138 (ebnf-style-custom-list, ebnf-style-database): Put new values.
6139 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6140 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6141 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6142 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6143 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6144 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6145 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6146 (ebnf-non-terminal-dimension, ebnf-special-dimension)
6147 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6148 (ebnf-except-dimension, ebnf-alternative-dimension)
6149 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6150 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
6151 message fun.
6152 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6153 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6154 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6155 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6156 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6157 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6158 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6159 compatibility with Emacs 20 & 21.
6160 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6161 (ebnf-eps-file-alist, ebnf-basic-width-extra)
6162 (ebnf-basic-empty-height): New vars.
6163 (ebnf-prologue): Fix PostScript code.
6164 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6165 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6166 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6167 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6168
6169 2007-07-25 Glenn Morris <rgm@gnu.org>
6170
6171 * Relicense all FSF files to GPLv3 or later.
6172
6173 * COPYING: Switch to GPLv3.
6174
6175 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6176
6177 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
6178 Replace it with another one which disables undo before calling
6179 erase-buffer and then turns it back on if needed.
6180
6181 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6182
6183 * ps-print.el: Problem with foreground and background color when
6184 printing a buffer with and without faces. Reported by Christian
6185 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6186 (ps-print-version): New version 6.7.5.
6187 (ps-default-fg): Change default value to nil, so black color is used
6188 when a face does not specify a foreground color.
6189 (ps-default-bg): Change default value to nil, so white color is used
6190 for background color.
6191 (ps-begin-job): Fix code.
6192
6193 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6194
6195 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
6196
6197 2007-07-24 Glenn Morris <rgm@gnu.org>
6198
6199 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6200 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6201 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6202 (cal-tex-cursor-week, cal-tex-cursor-week2)
6203 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6204 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6205 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6206 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6207
6208 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6209
6210 * calendar/calendar.el (calendar-mode-map): Move initialization
6211 into declaration. Add menu bindings (used to be done in cal-menu).
6212 (calendar-mode): Don't add an activate-menubar-hook.
6213
6214 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
6215 modify calendar-mode-map), use easy-menu, and make sure that C-h k
6216 can be used on the menu entries.
6217 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
6218 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
6219 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
6220 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
6221 (calendar-flatten, cal-menu-update): Remove.
6222 (calendar-mouse-insert-hebrew-diary-entry)
6223 (calendar-mouse-insert-islamic-diary-entry)
6224 (calendar-mouse-insert-bahai-diary-entry):
6225 Remove (fold into cal-menu-diary-menu).
6226 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
6227 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
6228 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
6229 (calendar-mouse-view-diary-entries): Minor simplifications.
6230 (calendar-event-to-date): Use with-current-buffer.
6231
6232 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
6233
6234 * add-log.el (change-log-redate): Remove (not needed anymore and
6235 doesn't appear to work).
6236
6237 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6238
6239 * frame.el: Use mapc and dolist instead of mapcar where possible.
6240 (close-display-connection): New command.
6241
6242 2007-07-25 Alexandre Julliard <julliard@winehq.org>
6243
6244 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
6245 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
6246
6247 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6248
6249 * ps-print.el (ps-multibyte-buffer): Docstring fix.
6250
6251 * ps-mule.el: Doc fix.
6252 (ps-multibyte-buffer, ps-mule-font-info-database-default)
6253 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
6254
6255 2007-07-25 Glenn Morris <rgm@gnu.org>
6256
6257 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
6258 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
6259 (cal-tex-daily-end, cal-tex-hook)
6260 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
6261 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
6262 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6263 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6264 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
6265 (cal-tex-day-prefix, cal-tex-day-name-format)
6266 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
6267 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
6268 (cal-tex-LaTeX-subst-list): Change from variables to constants.
6269 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
6270 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
6271 etc, rather than \bf.
6272 (cal-tex-mini-calendar): Fix typos in previous change.
6273 (cal-tex-latexify-list): Remove inner let binding.
6274 (cal-tex-end-document, cal-tex-banner): Use multi-line
6275 cal-tex-comment.
6276 (cal-tex-comment): Handle embedded newlines.
6277 (cal-tex-LaTeXify-string): Use substring-no-properties.
6278
6279 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
6280
6281 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6282 Add support for the Maden build tool.
6283
6284 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
6285
6286 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
6287
6288 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6289
6290 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
6291
6292 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6293
6294 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
6295 C-x C-q.
6296
6297 * vc-git.el (vc-git-print-log): Fix previous change.
6298
6299 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6300
6301 * window.el (save-selected-window): Minor optimization.
6302 (bw-adjust-window): If operation failed, try with a smaller delta.
6303 (window-fixed-size-p): New function.
6304 (window-area-factor): New var.
6305 (balance-windows-area): New command.
6306
6307 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
6308 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
6309 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
6310 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
6311 (ps-mule-begin-job): Use dolist.
6312
6313 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
6314
6315 * subr.el (start-file-process-shell-command)
6316 (process-file-shell-command): New defuns.
6317
6318 * progmodes/compile.el (compilation-start):
6319 Apply `start-file-process-shell-command'.
6320
6321 2007-07-24 Alexandre Julliard <julliard@winehq.org>
6322
6323 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
6324
6325 2007-07-24 Alan Mackenzie <acm@muc.de>
6326
6327 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6328 Initialise byte-compile-unresolved-functions before rather than
6329 after a compilation.
6330 (byte-compile-unresolved-functions): Amplify doc string.
6331
6332 2007-07-24 Glenn Morris <rgm@gnu.org>
6333
6334 * startup.el (normal-splash-screen): Use `emacs-copyright'.
6335
6336 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6337 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6338 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6339 (cal-tex-cursor-week, cal-tex-cursor-week2)
6340 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6341 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6342 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6343 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6344
6345 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
6346 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
6347 (cal-tex-day-name-format, cal-tex-cal-one-month)
6348 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
6349 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
6350 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
6351 (cal-tex-list-holidays, cal-tex-cursor-year)
6352 (cal-tex-cursor-year-landscape, cal-tex-year)
6353 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
6354 (cal-tex-cursor-month, cal-tex-insert-days)
6355 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6356 (cal-tex-first-blank-p, cal-tex-cursor-week)
6357 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6358 (cal-tex-week-hours, cal-tex-cursor-week-monday)
6359 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
6360 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6361 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
6362 (cal-tex-latexify-list, cal-tex-previous-month)
6363 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
6364 modernization, including using dotimes rather than
6365 calendar-for-loop.
6366 (cal-tex-LaTeX-subst-list): Remove `@'.
6367 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
6368 Use \textit and \textbf rather than \em and \it.
6369
6370 * calendar/cal-bahai.el (list-bahai-diary-entries)
6371 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
6372 * calendar/cal-islam.el (list-islamic-diary-entries)
6373 * calendar/calendar.el (generate-calendar, generate-calendar-month)
6374 * calendar/diary-lib.el (diary-list-entries)
6375 (mark-calendar-date-pattern): Use `dotimes' rather than
6376 `calendar-for-loop'.
6377
6378 * calendar/calendar.el (calendar-for-loop): Doc fix.
6379
6380 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6381
6382 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
6383 underlying file is uptodate.
6384
6385 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
6386
6387 * replace.el (perform-replace): Use isearch-no-upper-case-p.
6388
6389 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6390
6391 * vc-hooks.el (vc-mode-line-map): New const.
6392 (vc-mode-line): Use it.
6393
6394 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6395
6396 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
6397 (vc-git-unregister): New functions.
6398 (vc-git-find-version): Use the result of ls-files as a parameter
6399 for cat-file.
6400
6401 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
6402
6403 * net/tramp.el (tramp-perl-file-attributes)
6404 (tramp-perl-directory-files-and-attributes)
6405 (tramp-handle-file-attributes-with-stat)
6406 (tramp-handle-directory-files-and-attributes-with-stat)
6407 (tramp-convert-file-attributes): Handle huge file sizes.
6408
6409 2007-07-23 Juri Linkov <juri@jurta.org>
6410
6411 * isearch.el (isearch-message-function): New variable.
6412 (isearch-update, isearch-search): Use it.
6413
6414 * simple.el (goto-history-element): New function created from
6415 next-history-element.
6416 (next-history-element): Most code moved to goto-history-element.
6417 Call goto-history-element with (- minibuffer-history-position n).
6418 (previous-history-element): Call goto-history-element with (+
6419 minibuffer-history-position n).
6420 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
6421 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
6422 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
6423 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
6424 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
6425 (minibuffer-history-isearch-pop-state): New functions.
6426
6427 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6428
6429 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
6430 Also, if FILE is a list, return non-nil if any of its elements
6431 should stay local. Update docstring.
6432
6433 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6434
6435 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
6436 change by reverting a small part.
6437
6438 2007-07-23 Richard Stallman <rms@gnu.org>
6439
6440 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
6441
6442 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6443
6444 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
6445 handling it. Use vc-git-command.
6446 (vc-git-find-version, vc-git-diff-tree): New functions.
6447 (vc-git-revert): Use vc-git-command.
6448 (vc-git--run-command): Delete.
6449
6450 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6451
6452 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
6453
6454 2007-07-20 Kenichi Handa <handa@m17n.org>
6455
6456 * international/utf-8.el (utf-8-post-read-conversion):
6457 Temporarily bind utf-8-compose-scripts to nil while running
6458 *-compose-region functions.
6459
6460 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6461
6462 * vc-git.el: Update status.
6463 (vc-directory-exclusion-list): Use eval-after-load.
6464
6465 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
6466
6467 * bindings.el (mode-line-remote): New variable.
6468 (help-echo): Add to default values of mode-line-format.
6469
6470 * files.el: Mark mode-line-remote as risky.
6471
6472 2007-07-22 Juri Linkov <juri@jurta.org>
6473
6474 * isearch.el (isearch-edit-string): Save old point and
6475 isearch-other-end to old-point and old-other-end before reading
6476 the search string from minibuffer. After exiting minibuffer set
6477 point to old-other-end if point and the search direction is the
6478 same as before reading the search string.
6479 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
6480 to isearch-other-end. Instead of isearch-search-and-update call
6481 three functions isearch-search, isearch-push-state and isearch-update.
6482
6483 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6484
6485 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
6486 deal with multiple file arguments.
6487 (vc-git-print-log): Deal with multiple file arguments.
6488
6489 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6490
6491 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
6492 diff-refine-hunk. Adjust users.
6493 (diff-unified-hunk-p, diff-splittable-p): New functions.
6494 (diff-mode-menu): Use it to disable Split when it doesn't work.
6495
6496 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6497
6498 * diff-mode.el (diff-mode-menu): New entries.
6499
6500 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6501
6502 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
6503 if applicable, so as to save undo-log space.
6504
6505 * diff-mode.el (diff-find-file-name): Add arg `batch'.
6506
6507 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
6508 (diff-file-kill): Use it.
6509 (diff-beginning-of-hunk): Add arg `try-harder' using it.
6510 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
6511 Use it so they find the hunk even when we're in the file header.
6512
6513 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6514
6515 * vc-git.el (vc-git-revision-granularity, vc-git-root)
6516 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
6517 (vc-git-create-repo): New functions.
6518 (vc-git-registered): New autoloaded function definition.
6519 (vc-git-registered): Use vc-git-root.
6520 (vc-git-responsible-p): New defalias.
6521 (vc-git-annotate-extract-revision-at-line): Uncomment.
6522 (vc-git-print-log): Add the file name to the log.
6523 (vc-git-log-view-mode): New derived mode.
6524 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
6525
6526 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6527
6528 * progmodes/grep.el (grep-compute-defaults): Keep default values.
6529
6530 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
6531
6532 * textmodes/reftex.el (reftex-access-parse-file): Create parse
6533 file in a way that does not interfere with recentf mode.
6534 (reftex-access-parse-file): Do not risk destroying an existing
6535 buffer.
6536
6537 2007-07-22 Alexandre Julliard <julliard@winehq.org>
6538
6539 * vc-git.el: New file.
6540
6541 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * textmodes/tex-mode.el (tex-font-script-display): Change default.
6544
6545 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6546
6547 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
6548 for branches and new files.
6549
6550 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
6551 local-map handling ...
6552 (vc-mode-line): ... here. Improve handling of help-echo.
6553
6554 * vc.el (mode-line-string): Document help-echo usage.
6555
6556 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6557
6558 Sync with Tramp 2.1.10.
6559
6560 * net/tramp.el (tramp-get-ls-command): Fix typo.
6561
6562 * net/trampver.el: Update release number.
6563
6564 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6565
6566 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
6567
6568 * term/x-win.el (x-handle-no-bitmap-icon): New function.
6569
6570 2007-07-22 Martin Rudalics <rudalics@gmx.at>
6571
6572 * add-log.el (change-log-fill-parenthesized-list): New function.
6573 (change-log-indent): Call change-log-fill-parenthesized-list.
6574 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
6575 Have lines with leading asterisk start a paragraph.
6576
6577 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6578
6579 * calc/calc-math.el (math-emacs-precision)
6580 (math-largest-emacs-expt, math-smallest-emacs-expt):
6581 New variables.
6582 (math-use-emacs-fn): New function.
6583 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
6584 appropriate.
6585
6586 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6587
6588 * image-dired.el (image-dired-sane-db-file): New func.
6589 (image-dired-write-tags, image-dired-remove-tag)
6590 (image-dired-list-tags, image-dired-write-comments)
6591 (image-dired-get-comment, image-dired-mark-tagged-files)
6592 (image-dired-create-gallery-lists): Call new func.
6593 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
6594
6595 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6596
6597 * vc-hg.el (vc-hg-dir-state): Fix loop.
6598 (vc-hg-print-log): Fix expected return value for vc-hg-command.
6599 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
6600 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
6601 (vc-hg-revert): Likewise.
6602 (vc-hg-revision-table, vc-hg-revision-completion-table): New
6603 functions.
6604
6605 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6606
6607 * add-log.el (change-log-resolve-conflict): Don't lose data if the
6608 merge fails.
6609
6610 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6611
6612 * progmodes/compile.el (compilation-auto-jump-to-first-error):
6613 Add group and version.
6614
6615 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6616
6617 * add-log.el (add-log-file-name): Use file-relative-name.
6618 (add-change-log-entry): Delay reading
6619 add-log-(full-name|mailing-address) to after we've switched to the
6620 ChangeLog buffer so we get the right value.
6621 (add-change-log-entry, add-log-current-defun, change-log-merge):
6622 Use derived-mode-p rather than checking major-mode directly.
6623
6624 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
6625 name for buffer-file-name if it refers to a directory.
6626
6627 * vc-arch.el (vc-arch-diff): Fix last change.
6628
6629 * progmodes/compile.el (compilation-start): Remember the original
6630 directory in a buffer-local compilation-directory.
6631 (compile): Set the global value of compilation-directory.
6632 (recompile): Use compilation-directory even in the compilation buffer.
6633
6634 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6635
6636 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
6637
6638 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6639
6640 * ps-print.el: Problem with foreground and background color when
6641 printing a buffer with and without faces. Reported by Christian
6642 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6643 (ps-print-version): New version 6.7.5.
6644 (ps-default-fg): Change default value to nil, so black color is used
6645 when a face does not specify a foreground color.
6646 (ps-default-bg): Change default value to nil, so white color is used
6647 for background color.
6648 (ps-begin-job): Fix code.
6649
6650 2007-07-20 Eli Zaretskii <eliz@gnu.org>
6651
6652 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
6653 in $(INSTALL_DIR)/lisp/ if they already exist.
6654
6655 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
6656
6657 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
6658 in $(INSTALL_DIR)/lisp/ if they already exist.
6659
6660 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6661
6662 * progmodes/vera-mode.el (vera-re-search-forward)
6663 (vera-re-search-backward): Remove use of store-match-data.
6664 (vera-mode-map): Move initialization into declaration.
6665
6666 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
6667 (flymake-find-buildfile): Use locate-dominating-file.
6668
6669 * vc.el (vc-delistify): Use mapconcat.
6670 (vc-do-command): Minor simplification.
6671 (vc-expand-dirs): Use push.
6672
6673 * vc-mcvs.el (vc-mcvs-create-repo):
6674 * vc-cvs.el (vc-cvs-create-repo): Remove.
6675
6676 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
6677 directory and the root as well.
6678
6679 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6680
6681 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
6682 instead of a file.
6683
6684 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
6685 (vc-hg-registered): Replace if with when.
6686 (vc-hg-state): Deal with nonexistent files and handle removed files.
6687 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
6688 (vc-hg-checkout): Re-enable.
6689 (vc-hg-create-repo): Fix typos.
6690 (vc-hg-print-log): Fix for multiple files.
6691 (vc-hg-workfile-unchanged-p): New function.
6692
6693 * vc.el: Fix typo.
6694 (vc-print-log): Fix call to print-log.
6695 (vc-default-comment-history): Likewise.
6696 (vc-directory-exclusion-list): Add .hg and .bzr.
6697 (vc-diff-internal): Pass a list instead of a file.
6698
6699 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
6700
6701 * vc-bzr.el (vc-bzr-create-repo): New function.
6702
6703 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6704
6705 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
6706 `file' from which to start the search.
6707
6708 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
6709
6710 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
6711 having a single file argument to having a list of files as the
6712 first argument.
6713
6714 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6715
6716 * files.el (locate-dominating-file): New function.
6717
6718 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
6719
6720 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
6721 (grep-compute-defaults): Use it.
6722
6723 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 * uniquify.el: Docstring fixes.
6726
6727 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
6728
6729 * vc.el (revision-granularity, create-repo): Document new vc
6730 backend properties.
6731 (vc-rollback): Renamed from vc-cancel-version. Update
6732 references. Pass a list instead of a file.
6733 (vc-revert): Renamed from vc-revert-buffer. Update references.
6734 (vc-delistify, vc-expand-dirs): New functions.
6735 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
6736 of files instead of a single file.
6737 (vc-position-context, vc-resync-window, vc-diff-internal)
6738 (vc-print-log): Pass a list instead of a file.
6739
6740 * vc-hooks.el (vc-stay-local-p, vc-backend)
6741 (vc-backend-subdirectory-name): Work on a file list, not a single
6742 file.
6743 (vc-workfile-version): Update docstring.
6744 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
6745 vc-revert instead of vc-revert-buffer.
6746 (vc-prefix-map): Likewise. Bind vc-update.
6747
6748 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
6749 (vc-svn-wash-log): New functions.
6750 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
6751 (vc-svn-command): Deal with a list of files, not a single file.
6752
6753 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
6754 (vc-rcs-wash-log): New functions.
6755 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
6756 Deal with a list of files, not a single file.
6757 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
6758
6759 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
6760 functions.
6761 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
6762 list of files, not a single file.
6763
6764 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
6765 New functions.
6766 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
6767 (vc-mcvs-diff): Deal with a list of files, not a single file.
6768
6769 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
6770 functions.
6771 (vc-hg-print-log): Deal with a list of files, not a single file.
6772 (vc-hg-diff-tree): New function, replace defalias with the same
6773 name.
6774 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
6775 FILES to denote that it is a file list, not a single file.
6776
6777 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
6778 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
6779 a single file.
6780 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
6781 that it is a file list, not a single file.
6782 (vc-cvs-diff): Likewise. Simplify.
6783
6784 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
6785 Deal with a list of files, not a single file.
6786
6787 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
6788 (vc-bzr-print-log): Update FILE parameter name to denote that it
6789 is a file list, not a single file.
6790 (vc-bzr-diff): Likewise. Use the car of files.
6791
6792 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
6793
6794 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
6795 (follow-delete-other-windows-and-split, follow-recenter)
6796 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
6797 (follow-redisplay, follow-estimate-first-window-start)
6798 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
6799 Fix typos in docstrings.
6800
6801 2007-07-18 Martin Rudalics <rudalics@gmx.at>
6802
6803 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
6804 avoid that filling introduces lines with a single asterisk.
6805
6806 * kmacro.el (kmacro-end-macro): When ignoring empty macro
6807 avoid incorrect kmacro-ring-empty-p messages.
6808 Reported by Michael Schierl <schierlm@gmx.de>.
6809
6810 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6811
6812 * vc.el: Add more info about the vc-registered function.
6813
6814 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6815
6816 * files.el (file-remote-p): Introduce optional parameter
6817 IDENTIFICATION.
6818
6819 * recentf.el (recentf-keep-default-predicate): Adapt call of
6820 `file-remote-p'.
6821
6822 * progmodes/grep.el (grep-probe): Use `process-file'.
6823 (grep-compute-defaults): Handle variables host specific.
6824
6825 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
6826 parameter IDENTIFICATION.
6827
6828 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
6829 parameter IDENTIFICATION.
6830 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
6831 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6832 Add entry for `set-file-times'.
6833 (tramp-do-copy-or-rename-file-via-buffer)
6834 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
6835 (tramp-handle-unhandled-file-name-directory): Rewrite.
6836 (tramp-convert-file-attributes): Add error handling when inode is
6837 extraordinary big.
6838 (tramp-get-inode): Change parameter from FILE to VEC.
6839 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
6840 is nil. This is according to the specification. Goto (point-max)
6841 when ready.
6842 (tramp-handle-shell-command): Rewrite completely, using
6843 `process-file' and `start-file-process'.
6844 (tramp-methods, tramp-find-shell)
6845 (tramp-open-connection-setup-interactive-shell)
6846 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
6847 var. Reported by Steve Youngs <steve@sxemacs.org>.
6848
6849 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
6850 entry for `set-file-times'. Rename `start-process' into
6851 `start-file-process'. Remove `call-process' entry.
6852 (tramp-fish-handle-set-file-times): New defun.
6853 (tramp-fish-handle-executable-find): Use `process-file'.
6854 (tramp-fish-handle-process-file): New defun. Replaces
6855 `tramp-fish-handle-call-process'.
6856 (tramp-fish-do-copy-or-rename-file-directly): Use
6857 `set-file-times'.
6858 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
6859
6860 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
6861 `tramp-get-inode' parameter.
6862
6863 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
6866 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
6867 nowadays, and by the time Emacs-23 comes out, nobody will even remember
6868 it has ever existed.
6869
6870 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6871
6872 * vc.el: Undo previous change.
6873
6874 2007-07-16 Eli Zaretskii <eliz@gnu.org>
6875
6876 * makefile.w32-in (clean): Don't delete *~.
6877
6878 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
6879
6880 * textmodes/tex-mode.el (tex-verbatim-environments):
6881 Add safe-local-variable property.
6882 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
6883 when starting font-lock rather than when loading tex-mode.el.
6884
6885 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
6886 whole $( rather than just the $. Rename from sh-quoted-subshell.
6887 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
6888
6889 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6890
6891 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
6892 bookmark-alist. Instead, if not sorting, simply return it.
6893 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
6894 for its return value, not for its side effect.
6895
6896 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
6897 case of alignment under a constant symbol, find and consider
6898 the sexp actually at indentation to be the "last sexp".
6899
6900 2007-07-16 Drew Adams <drew.adams@oracle.com>
6901
6902 * mouse.el (mouse-yank-secondary): Better error message if no
6903 secondary selection.
6904
6905 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6906
6907 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
6908
6909 * term/xterm.el (xterm-turn-on-modify-other-keys)
6910 (xterm-turn-off-modify-other-keys): New functions.
6911 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
6912 terminal supports it.
6913
6914 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6915
6916 * bookmark.el (bookmark-show-all-annotations):
6917 Make sure each inserted annotation ends with newline.
6918
6919 2007-07-15 Richard Stallman <rms@gnu.org>
6920
6921 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6922
6923 * tutorial.el (tutorial--find-changed-keys):
6924 Handle C-x specially like ESC.
6925
6926 2007-07-15 Aaron Hawley <aaronh@garden.org>
6927
6928 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6929
6930 2007-07-15 Juri Linkov <juri@jurta.org>
6931
6932 * delsel.el (delete-selection-pre-hook):
6933 * emulation/cua-base.el (cua-paste): Before a yank command,
6934 check also whether last-command is one of mouse-save-then-kill,
6935 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
6936
6937 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
6938
6939 * recentf.el (recentf-keep-default-predicate): New defun.
6940 (recentf-keep): Use it as initial value.
6941
6942 2007-07-15 Karl Fogel <kfogel@red-bean.com>
6943
6944 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
6945 thus restoring bookmark bindings to three slots under C-x r. See
6946 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
6947
6948 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6949
6950 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
6951
6952 2007-07-15 Jason Rumney <jasonr@gnu.org>
6953
6954 * w32-fns.el (set-default-process-coding-system): Use dos line ends
6955 for input to cmdproxy on all versions of Windows.
6956 Use dos line ends for input to plink.
6957
6958 * comint.el (comint-simple-send): Concat newline before sending.
6959 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
6960
6961 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
6964 safe-local-variable setting.
6965
6966 2007-07-14 David Kastrup <dak@gnu.org>
6967
6968 * emacs-lisp/advice.el (defadvice): Doc fix.
6969
6970 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
6971
6972 * subr.el (when, unless): Doc fix.
6973
6974 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6975
6976 * replace.el (match): Use yellow1 instead of yellow.
6977
6978 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
6979 red.
6980
6981 * pcvs-info.el (cvs-unknown): Likewise.
6982
6983 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6984
6985 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
6986 (install): Use them to copy all *.el files before *.elc.
6987
6988 2007-07-13 Drew Adams <drew.adams@oracle.com>
6989
6990 * bookmark.el (bookmark-jump-other-window): New function.
6991 (bookmark-map): Bind it to "o".
6992
6993 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
6994 and its thread contains discussion about this change.
6995 The original patch was slightly tweaked by Karl Fogel
6996 <kfogel@red-bean.com> before committing.
6997
6998 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6999
7000 * bookmark.el: Shorten some comments to fit within 80 lines.
7001
7002 2007-07-13 Karl Fogel <kfogel@red-bean.com>
7003
7004 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
7005 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
7006 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
7007 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
7008
7009 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
7010
7011 * textmodes/org.el: Bug fixes.
7012 (org-end-of-line): Move to end of line if in headline without tags.
7013
7014 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * vc-hooks.el: Remove spurious * in docstrings.
7017 (vc-handled-backends): Add BZR.
7018
7019 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
7020
7021 2007-07-12 Davis Herring <herring@lanl.gov>
7022
7023 * desktop.el (desktop-buffer-info, desktop-save):
7024 Use `desktop-dirname' instead of `dirname'.
7025
7026 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
7027
7028 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
7029
7030 * progmodes/python.el (python-which-func-length-limit): New var.
7031 (python-which-func): New function.
7032 (python-current-defun): Add optional `length-limit' and try to fit
7033 computed function name to that length.
7034 (python-mode): Hook `python-which-func' up.
7035
7036 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7037
7038 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
7039
7040 * comint.el (comint-dynamic-complete-as-filename):
7041 Use read-file-name-completion-ignore-case.
7042
7043 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
7044
7045 * comint.el (comint-dynamic-list-filename-completions):
7046 Use read-file-name-completion-ignore-case.
7047
7048 * vc-cvs.el: Require CL.
7049 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
7050 New functions to provide completion of revision names.
7051
7052 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
7053 (vc-cvs-annotate-first-line-re): New const.
7054 (vc-cvs-annotate-process-filter): New fun.
7055 (vc-cvs-annotate-command): Use them and run the command asynchronously.
7056
7057 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
7058
7059 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
7060 (eldoc-print-current-symbol-info): Adjust for changed helper
7061 function signatures.
7062 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
7063 `eldoc-highlight-function-argument'.
7064 (eldoc-highlight-function-argument): New function.
7065 (eldoc-get-var-docstring): Format documentation with
7066 `font-lock-variable-name-face'.
7067 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
7068 where suited.
7069 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
7070 (eldoc-beginning-of-sexp): Return number of skipped sexps.
7071
7072 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
7073
7074 * progmodes/compile.el (compilation-start): `start-process' must
7075 still be redefined when calling `start-process-shell-command'.
7076
7077 * progmodes/gud.el (gud-file-name): When `default-directory' is a
7078 remote file name, prepend its remote part to the filename.
7079 (gud-common-init): When `default-directory' is a remote file name,
7080 make the filename relative to it.
7081 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
7082
7083 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7084
7085 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
7086 mouse binding and a tooltip.
7087
7088 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7089
7090 * menu-bar.el (vc-menu-map): New defalias.
7091
7092 2007-07-10 Richard Stallman <rms@gnu.org>
7093
7094 * emacs-lisp/lisp-mode.el (eval-defun):
7095 Explain special handling of `defface'.
7096
7097 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
7098
7099 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
7100
7101 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
7102
7103 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7104
7105 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
7106
7107 * vc-arch.el (vc-arch-complete): Remove.
7108 (vc-arch-revision-completion-table): Use complete-with-action.
7109
7110 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
7111 (complete-with-action): New function.
7112 (dynamic-completion-table): Use it.
7113
7114 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
7115
7116 * comint.el (make-comint, make-comint-in-buffer)
7117 (comint-exec-1): Replace `start-process' by `start-file-process'.
7118
7119 * progmodes/compile.el (compilation-start): Revert redefining
7120 `start-process'.
7121
7122 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7123
7124 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
7125 with EOLs when generating MD5 checksums.
7126
7127 * follow.el: Don't change the global map from the follow-mode-map
7128 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
7129 XEmacs code.
7130 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
7131 since `follow-mode' should be used instead for that.
7132
7133 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
7134 (easy-menu-do-define): Use it.
7135 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
7136
7137 * progmodes/compile.el (compilation-auto-jump-to-first-error)
7138 (compilation-auto-jump-to-next): New vars.
7139 (compilation-auto-jump): New function.
7140 (compilation-error-properties): Use them to jump to first error.
7141 (compilation-start): Set the var if requested.
7142
7143 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
7144 duplicates without also removing entries from other directories.
7145
7146 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
7147
7148 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
7149 Remember span as default.
7150 (org-columns-edit-value): Rename from `org-column-edit'.
7151 (org-columns-display-here-title): Rename from
7152 `org-overlay-columns-title'.
7153 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
7154 (org-columns-get-autowidth-alist): Rename from
7155 `org-get-columns-autowidth-alist'.
7156 (org-columns-display-here): Rename from `org-overlay-columns'.
7157 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
7158 (org-columns-quit): Rename from `org-column-quit'.
7159 (org-columns-show-value): Rename from `org-column-show-value'.
7160 (org-columns-content, org-columns-widen)
7161 (org-columns-next-allowed-value)
7162 (org-columns-edit-allowed, org-columns-store-format)
7163 (org-columns-uncompile-format, org-columns-redo)
7164 (org-columns-edit-attributes, org-delete-property)
7165 (org-set-property, org-columns-update)
7166 (org-columns-compute, org-columns-eval)
7167 (org-columns-not-in-agenda, org-columns-compute-all)
7168 (org-property-next-allowed-value)
7169 (org-columns-compile-format)
7170 (org-fill-paragraph-experimental)
7171 (org-string-to-number, org-property-action)
7172 (org-columns-move-left, org-columns-new)
7173 (org-column-number-to-string)
7174 (org-property-previous-allowed-value)
7175 (org-at-property-p, org-columns-delete)
7176 (org-columns-previous-allowed-value)
7177 (org-columns-move-right, org-columns-narrow)
7178 (org-property-get-allowed-values)
7179 (org-verify-version, org-column-string-to-number)
7180 (org-delete-property-globally): New functions.
7181 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
7182 (org-columns-overlays): Rename from `org-column-overlays'.
7183 (org-columns-map): Rename from `org-column-map'.
7184 (org-columns-current-maxwidths): Rename from
7185 `org-current-columns-maxwidths'.
7186 (org-columns-begin-marker, org-columns-current-fmt-compiled)
7187 (org-previous-header-line-format)
7188 (org-columns-inhibit-recalculation)
7189 (org-columns-top-level-marker): New variables.
7190 (org-columns-default-format): Rename from `org-default-columns-format'.
7191 (org-property-re): New constant.
7192
7193 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
7194
7195 * subr.el (looking-at-p, string-match-p): New functions.
7196
7197 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
7198
7199 * textmodes/tex-mode.el (tex-fontify-script)
7200 (tex-font-script-display): New variables to make display of
7201 superscripts and subscripts customizable.
7202 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
7203
7204 2007-07-09 Richard Stallman <rms@gnu.org>
7205
7206 * isearch.el (isearch-edit-string): Call to isearch-push-state
7207 after the search.
7208
7209 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7210
7211 * window.el (fit-window-to-buffer): Remove setting of window-min-height
7212 to 1 as enlarge-window uses the value to resize/shrink windows other
7213 than WINDOW if needed.
7214
7215 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
7216
7217 * cus-start.el (file-coding-system-alist): Fix custom type.
7218
7219 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
7220
7221 * longlines.el (longlines-wrap-region): Avoid marking buffer as
7222 modified.
7223 (longlines-auto-wrap, longlines-window-change-function):
7224 Remove unnecessary calls to set-buffer-modified-p.
7225
7226 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
7227
7228 * cus-start.el (file-coding-system-alist): Fix custom type.
7229
7230 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7231
7232 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
7233 (vc-cvs-checkout): Remove last arg now unused; simplify.
7234
7235 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7236
7237 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
7238
7239 * net/tramp.el:
7240 * net/tramp-ftp.el:
7241 * net/tramp-smb.el:
7242 * net/tramp-uu.el:
7243 * net/trampver.el: Migrate to Tramp 2.1.
7244
7245 * net/tramp-cache.el:
7246 * net/tramp-fish.el:
7247 * net/tramp-gw.el: New Tramp packages.
7248
7249 * net/tramp-util.el:
7250 * net/tramp-vc.el: Removed.
7251
7252 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
7253 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
7254
7255 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
7256
7257 * progmodes/compile.el (compilation-start): Redefine
7258 `start-process' temporarily when `default-directory' is remote.
7259 Remove case of synchronous compilation, this won't happen ever.
7260 (compilation-setup): Make local variable `comint-file-name-prefix'
7261 for remote compilation.
7262
7263 2007-07-08 Martin Rudalics <rudalics@gmx.at>
7264
7265 * novice.el (disabled-command-function): Fit window to buffer to
7266 make last line visible.
7267 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7268
7269 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
7270 when handling the terminating event.
7271
7272 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7273
7274 * calc/calc.el (math-read-number-simple): Remove leading 0s.
7275 (math-bignum-digit-length): Change to optimal value.
7276
7277 * calc/calc-bin.el (math-bignum-logb-digit-size)
7278 (math-bignum-digit-power-of-two): Evaluate when compiled.
7279
7280 * calc/calc-comb.el (math-small-factorial-table)
7281 (math-init-random-base, math-prime-test): Remove unnecessary calls
7282 to `math-read-number-simple'.
7283
7284 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7285 (math-approx-gamma-const): Add docstrings.
7286
7287 * calc/calc-forms.el (math-julian-date-beginning)
7288 (math-julian-date-beginning-int): New constants.
7289 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
7290 Use the new constants.
7291
7292 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
7293
7294 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7295 Add docstrings.
7296
7297 2007-07-07 Tom Tromey <tromey@redhat.com>
7298
7299 * vc.el (vc-annotate): Jump to line and output message only after the
7300 process is really all done.
7301
7302 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7303
7304 * vc.el (vc-exec-after): Don't move point from the sentinel.
7305 Forcefully read all the remaining text in the pipe upon process exit.
7306 (vc-annotate-display-autoscale, vc-annotate-lines):
7307 Don't stop at the first unrecognized line.
7308 (vc-annotate-display-select): Run autoscale after the process is done
7309 since it depends on the whole result.
7310
7311 2007-07-07 Eli Zaretskii <eliz@gnu.org>
7312
7313 * term/w32-win.el (menu-bar-open): New function.
7314 Bind <f10> to it.
7315
7316 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7317
7318 * simple.el (start-file-process): New defun.
7319
7320 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 * files.el (find-file-confirm-nonexistent-file): Rename from
7323 find-file-confirm-inexistent-file. Update users.
7324
7325 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
7326 format of autoload block where the file's time-stamp is replaced by its
7327 MD5 checksum.
7328 (autoload-generate-file-autoloads): Use MD5 checksum instead of
7329 time-stamp for secondary autoloads files.
7330 (update-directory-autoloads): Remove duplicate entries.
7331 Use time-less-p for time-stamps, as done in autoload-find-destination.
7332
7333 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7334
7335 * calc/calc.el (math-read-number): Replace number by variable.
7336 (math-read-number-simple): Properly parse small integers.
7337
7338 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7339
7340 * vc.el: Fix doc for the checkout function.
7341
7342 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
7343
7344 * vc-hg.el (vc-hg-root): New function.
7345 (vc-hg-registered): Use it.
7346 (vc-hg-diff-tree): New defalias.
7347 (vc-hg-responsible-p): Likewise.
7348 (vc-hg-checkout): Comment out, not needed.
7349 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
7350 (vc-hg-find-version, vc-hg-next-version): New functions.
7351
7352 2007-07-06 Andreas Schwab <schwab@suse.de>
7353
7354 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
7355 dynamic bindings around the evaluation of the expression.
7356 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
7357
7358 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7359
7360 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
7361 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
7362 Use run-hooks rather than run-mode-hooks.
7363
7364 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
7365
7366 * calc/calc-comb.el (math-random-digit): Rename to
7367 `math-random-three-digit-number'.
7368 (math-random-digits): Don't depend on representation of integer.
7369
7370 * calc/calc-bin.el (math-bignum-logb-digit-size)
7371 (math-bignum-digit-power-of-two): New constants.
7372 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
7373 (math-not-bignum, math-clip-bignum): Use the constants
7374 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
7375 instead of their values.
7376 (math-clip): Use math-small-integer-size instead of its value.
7377
7378 * calc/calc.el (math-add-bignum): Replace number by constant.
7379
7380 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7381
7382 * wid-edit.el (widget-documentation-string-value-create):
7383 Insert indentation spaces.
7384
7385 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7386
7387 * emacs-lisp/byte-opt.el: Revert last change.
7388
7389 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7390
7391 * vc-hooks.el (vc-handled-backends): Add HG.
7392
7393 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
7394
7395 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7396
7397 * complete.el (PC-do-complete-and-exit): Add support for the new
7398 `confirm-only' confirmation mode.
7399
7400 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7401
7402 * cus-edit.el (custom-commands): New variable.
7403 (custom-tool-bar-map): New variable. Initialize using
7404 `custom-commands'.
7405 (custom-mode): Use `custom-tool-bar-map'.
7406 (custom-buffer-create-internal): Insert action buttons only if
7407 tool bar is not used. Use `custom-commands'.
7408 (Custom-help, custom-command-apply): New function.
7409 (custom-command-apply, Custom-set, Custom-save)
7410 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
7411 Use `custom-command-apply' instead of duplicating code.
7412 (customize-group-other-window): Call `customize-group' instead of
7413 duplicating code.
7414 (customize-face-other-window): Call `customize-face' instead of
7415 duplicating code.
7416 (customize-group, customize-face): Add optional args for opening
7417 in another window.
7418 (custom-variable-tag): Don't inherit `variable-pitch' face.
7419 (custom-group-tag): Inherit `variable-pitch' face.
7420 (custom-variable-value-create): Set documentation indentation.
7421 (custom-group-value-create): Make group name a link, instead of
7422 using an extra "go to group" button.
7423 (custom-prompt-variable, custom-group-set, custom-group-save)
7424 (custom-group-reset-current, custom-group-reset-saved)
7425 (custom-group-reset-standard): Minor cleanup.
7426
7427 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7428
7429 * Makefile.in (bootstrap-prepare): When copying from
7430 ldefs-boot.el, make sure loaddefs.el is writeable.
7431
7432 (bootstrap-prepare): Make $(lisp)/ps-print.el
7433 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
7434
7435 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7436
7437 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
7438 only caller, and delete.
7439 (vc-hg-state): Deal with exceptions and only parse the output on
7440 successful return.
7441 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
7442 caller, and delete.
7443 (vc-hg-workfile-version): Deal with exceptions and only parse the
7444 output on successful return.
7445 (vc-hg-revert): New function.
7446
7447 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
7448
7449 * calculator.el (calculator-expt): Use more cases to determine
7450 the value.
7451
7452 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7453
7454 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
7455 file names.
7456
7457 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7458
7459 * calculator.el (calculator-expt, calculator-integer-p):
7460 New functions.
7461 (calculator-fact): Check to see if the factorial will be too
7462 large before computing it.
7463 (calculator-initial-operators): Use `calculator-expt' to
7464 compute "^".
7465 (calculator-mode): Mention that results which are too large
7466 will return inf.
7467 * calc/calc-comb.el (math-small-factorial-table): Replace list
7468 by vector.
7469
7470 2007-07-03 David Kastrup <dak@gnu.org>
7471
7472 * shell.el: On request of the authors, remove their addresses for
7473 the sake of bug reports, and add the developer list address as
7474 maintainer information.
7475
7476 2007-07-03 Richard Stallman <rms@gnu.org>
7477
7478 * files.el (make-directory): Doc fix.
7479 (find-file-confirm-inexistent-file): Make it a defcustom.
7480 Make nil the default.
7481
7482 2007-07-02 Richard Stallman <rms@gnu.org>
7483
7484 * startup.el (command-line): Set buffer-offer-save in *scratch*
7485 and enable auto-save in it.
7486
7487 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7488
7489 * textmodes/org.el (orgstruct-mode-map): New variable.
7490 (orgstruct-mode): New minor mode.
7491 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
7492 (orgstruct-make-binding, org-context-p, org-get-local-variables)
7493 (org-run-like-in-org-mode): New functions.
7494 (org-cycle-list-bullet): New command.
7495 (org-special-properties, org-property-start-re)
7496 (org-property-end-re): New constants.
7497 (org-with-point-at): New macro.
7498 (org-get-property-block, org-entry-properties, org-entry-get)
7499 (org-entry-delete, org-entry-get-with-inheritance)
7500 (org-entry-put, org-buffer-property-keys): New functions.
7501 (org-insert-property-drawer): New command.
7502 (org-entry-property-inherited-from): New variable.
7503 (org-column): New face.
7504 (org-column-overlays, org-current-columns-fmt)
7505 (org-current-columns-maxwidths, org-column-map): New variables.
7506 (org-column-menu): New menu.
7507 (org-new-column-overlay, org-overlay-columns)
7508 (org-overlay-columns-title, org-remove-column-overlays)
7509 (org-column-show-value, org-column-quit, org-column-edit):
7510 New functions.
7511 (org-columns, org-agenda-columns): New commands.
7512 (org-get-columns-autowidth-alist): New functions.
7513 (org-properties): New customize group.
7514 (org-default-columns-format): New option.
7515 (org-priority): Realign tags after changing priority.
7516 (org-preserve-lc): New macro.
7517 (org-update-checkbox-count): Catch case when there is no headline.
7518 (org-agenda-quit): Remove any column overlays.
7519 (org-beginning-of-item-list): Fixed bug when non-item line is
7520 indented too deep.
7521 (org-cached-props): New variable.
7522 (org-cached-entry-get): New function.
7523 (org-make-tags-matcher): Handle property matches.
7524 (org-table-recalculate): Swap evaluation order: Field formula
7525 first, then column formulas, but don't allow them to overwrite the
7526 field formulas.
7527 (org-table-eval-formula): New argument untouchable.
7528 (org-table-put-field-property): New function.
7529
7530 2007-07-02 Martin Rudalics <rudalics@gmx.at>
7531
7532 * help-mode.el (help-make-xrefs): Skip spaces too when
7533 skipping tabs.
7534
7535 * ffap.el (dired-at-point-prompter): Improve prompt in
7536 list-directory case.
7537
7538 2007-07-01 Richard Stallman <rms@gnu.org>
7539
7540 * files.el (find-file-visit-truename): Fix safe-local-variable value.
7541
7542 2007-07-01 Richard Stallman <rms@gnu.org>
7543
7544 * cus-start.el (max-mini-window-height): Added.
7545
7546 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7547
7548 * complete.el (partial-completion-mode): Remove advice of
7549 read-file-name-internal.
7550 (PC-do-completion): Rebind minibuffer-completion-table.
7551 (PC-read-file-name-internal): New function doing what
7552 read-file-name-internal advice did.
7553
7554 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
7555
7556 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
7557 property on a few symbols.
7558 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
7559 (byte-optimize-lapcode): Remove bindings that are not referenced
7560 and certainly will not effect through dynamic scoping.
7561
7562 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7563
7564 * files.el (find-file-confirm-inexistent-file): New var.
7565 (find-file, find-file-other-window, find-file-other-frame)
7566 (find-file-read-only, find-file-read-only-other-window)
7567 (find-file-read-only-other-frame): Use it.
7568
7569 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7570
7571 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
7572
7573 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
7574
7575 * generic-x.el (generic-define-mswindows-modes)
7576 (generic-define-unix-modes, apache-log-generic-mode)
7577 (bat-generic-mode-keymap, java-manifest-generic-mode)
7578 (show-tabs-generic-mode): Fix typos in docstrings.
7579
7580 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
7581
7582 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
7583 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
7584 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
7585 (rcirc-print): Never ignore messages from ourself.
7586
7587 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7588
7589 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
7590 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
7591
7592 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7593
7594 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
7595 replace-regexp-in-string.
7596
7597 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * emacs-lisp/cl.el: Set edebug and indentation before loading
7600 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
7601
7602 2007-06-28 Andreas Schwab <schwab@suse.de>
7603
7604 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
7605 $(lisp)/subdirs.el.
7606
7607 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
7608
7609 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
7610 the speedbar frame if nil; that deletes the current frame or
7611 causes an error if it is the only frame.
7612 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
7613
7614 2007-06-28 Kevin Ryde <user42@zip.com.au>
7615
7616 * textmodes/nroff-mode.el: Groff \# comments.
7617 (nroff-mode-syntax-table): \# comment intro,
7618 plain # as punct per global table.
7619 (nroff-font-lock-keywords): Add # as a single char escape.
7620 (nroff-mode): In comment-start-skip, match \#.
7621
7622 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7623
7624 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
7625 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
7626 point-min == 1.
7627
7628 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
7629
7630 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
7631 Rename and move to...
7632
7633 * subr.el (strings->string, string->strings): ...here.
7634
7635 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
7636 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
7637
7638 * progmodes/gud.el (gud-common-init): Call string->strings instead
7639 of split-string.
7640
7641 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7642
7643 * dired-aux.el: Remove `dired-call-process'.
7644 (dired-check-process): Call `process-file'.
7645
7646 * wdired.el (wdired-do-perm-changes): Call `process-file'.
7647
7648 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
7649 `ange-ftp-process-file'.
7650
7651 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7652
7653 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
7654
7655 * emacs-lisp/cl-extra.el:
7656 * emacs-lisp/cl-seq.el:
7657 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
7658 Add autoload cookies on all defs autoloaded manually in cl.el.
7659
7660 * emacs-lisp/cl-loaddefs.el: New file.
7661
7662 * textmodes/texinfmt.el (texinfo-raisesections-alist)
7663 (texinfo-lowersections-alist): Merge definition and declaration.
7664 (texinfo-start-of-header, texinfo-end-of-header): Remove.
7665 (texinfo-format-syntax-table): Merge init into declaration.
7666 (texinfo-format-parse-line-args, texinfo-format-parse-args)
7667 (texinfo-format-parse-defun-args, texinfo-format-node)
7668 (texinfo-push-stack, texinfo-multitable-widths)
7669 (texinfo-define-info-enclosure, texinfo-alias)
7670 (texinfo-format-defindex, batch-texinfo-format): Use push.
7671 (texinfo-footnote-number): Remove duplicate declaration.
7672
7673 * ps-print.el: Update with auto-generated autoloads.
7674
7675 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
7676
7677 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7678
7679 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
7680 relative to current dir for file-local settings.
7681 (autoload-generate-file-autoloads): Add `outfile' arg.
7682 (update-directory-autoloads): Use it to directly call
7683 autoload-generate-file-autoloads instead of going through
7684 update-file-autoloads so we avoid redundant searches and so we can know
7685 the set of buffers changed so we can save them all.
7686
7687 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
7688 rather than throwing `up-to-date'.
7689 (autoload-generate-file-autoloads): Adjust correspondingly.
7690 (update-file-autoloads): Be careful to let-bind
7691 autoload-modified-buffers and adjust to new calling conventions.
7692 (autoload-modified-buffers): Make it a dynamically scoped var.
7693 (update-directory-autoloads): Use file-relative-name instead of
7694 autoload-trim-file-name.
7695 (autoload-insert-section-header): Don't use autoload-trim-file-name
7696 since the file is already relative now.
7697 (autoload-trim-file-name): Remove.
7698
7699 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
7700 (vc-arch-complete, vc-arch--version-completion-table)
7701 (vc-arch-revision-completion-table): New functions to provide
7702 completion of revision names.
7703 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
7704 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
7705 to let the user trim the revlib.
7706
7707 * vc.el: Add new VC operation `revision-completion-table'.
7708 (vc-default-revision-completion-table): New function.
7709 (vc-version-diff, vc-version-other-window): Use it to provide
7710 completion of revision names if the backend provides it.
7711
7712 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
7713
7714 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
7715 of newer .svn/entries.
7716
7717 2007-06-25 David Kastrup <dak@gnu.org>
7718
7719 * calc/calc-poly.el (math-padded-polynomial)
7720 (math-partial-fractions): Add some function comments.
7721
7722 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7723
7724 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7725 Make `outbuf' optional.
7726 (update-file-autoloads): Use it.
7727
7728 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7729
7730 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
7731 (autoload-find-destination): Keep it uptodate.
7732 (autoload-save-buffers): New fun.
7733 (update-file-autoloads): Use it. Re-add the "up to date" message.
7734
7735 * emacs-lisp/autoload.el: Refactor for upcoming changes.
7736 (autoload-find-destination): New function extracted from
7737 update-file-autoloads.
7738 (update-file-autoloads): Use it.
7739 (autoload-generate-file-autoloads): New function extracted from
7740 generate-file-autoloads. Use file-relative-name. Delay computation of
7741 output-start to the first cookie. Remove done-any, replaced by
7742 output-start.
7743 (generate-file-autoloads): Use it.
7744
7745 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
7746
7747 * calc/calc-comb.el (math-init-random-base, math-prime-test):
7748 Use math-read-number-simple to insert constants.
7749 (math-prime-test): Redo calculation of sum.
7750
7751 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
7752
7753 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
7754 math-scale-bignum-3.
7755 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
7756 math-bignum-digit-size.
7757 (math-isqrt-small): Add another possible initial guess.
7758
7759 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7760
7761 * textmodes/bibtex.el (bibtex-entry-format): New options
7762 `whitespace', `braces', and `string'.
7763 (bibtex-field-braces-alist, bibtex-field-strings-alist)
7764 (bibtex-field-braces-opt, bibtex-field-strings-opt)
7765 (bibtex-cite-matcher-alist): New variables.
7766 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
7767 (bibtex-flash-head): Use blink-matching-delay.
7768 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
7769 (bibtex-format-entry, bibtex-reformat): Handle new options of
7770 bibtex-entry-format.
7771 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
7772 New functions.
7773 (bibtex-complete-internal): Do not display messages while
7774 minibuffer is used. Do not leave around a completions buffer
7775 that is out of date.
7776 (bibtex-copy-summary-as-kill): New optional arg.
7777 (bibtex-font-lock-url): New optional arg no-button.
7778 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
7779 (bibtex-url): Allow multiple URLs per entry.
7780
7781 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7782
7783 * emacs-lisp/autoload.el (autoload-generated-file): New function.
7784 (update-file-autoloads, update-directory-autoloads): Use it.
7785 (autoload-file-load-name): New function.
7786 (generate-file-autoloads, update-file-autoloads): Use it.
7787 (autoload-find-file): Accept non-absolute argument. Set default-dir.
7788 (generate-file-autoloads): If the autoloaded form is malformed,
7789 indicate the problem with a warning instead of aborting.
7790
7791 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7792
7793 * simple.el (next-error-recenter): Accept `(4)' as well;
7794 also, specify `integer' instead of `number'.
7795
7796 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7797
7798 * ls-lisp.el (insert-directory): If an invalid regexp error is
7799 thrown, try using FILE as a literal file name, not a wildcard.
7800
7801 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
7802
7803 * ruler-mode.el (ruler-mode): Prevent clobbering the original
7804 `header-line-format' when reentering ruler mode.
7805
7806 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7807
7808 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
7809 FILE exists as a file.
7810
7811 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7812
7813 * calc/calc.el (math-bignum-digit-length)
7814 (math-bignum-digit-size, math-small-integer-size):
7815 New constants.
7816 (math-normalize, math-bignum-big, math-make-float)
7817 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
7818 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
7819 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
7820 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
7821 (math-quotient, math-div-bignum, math-div-bignum-digit)
7822 (math-div-bignum-part, math-format-bignum-decimal)
7823 (math-read-bignum): Use math-bignum-digit-length,
7824 math-bignum-digit-size and math-small-integer-size.
7825
7826 * calc/calc-ext.el (math-fixnum-big): Use the variable
7827 math-bignum-digit-size.
7828
7829 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7830
7831 * log-view.el (log-view-mode-menu): New menu.
7832
7833 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7834
7835 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
7836 differently.
7837
7838 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
7839 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
7840
7841 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7842
7843 * vc-hg.el (vc-hg-print-log): Insert the file name.
7844 (vc-hg-log-view-mode): Fontify the file name.
7845
7846 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7847
7848 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
7849 (calcFunc-julian): Fix incorrect number used in calculations.
7850
7851 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
7852
7853 * simple.el (next-error-recenter): New defcustom.
7854 (next-error, next-error-internal): Recenter if specified,
7855 immediately prior to running `next-error-hook'.
7856
7857 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
7858 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
7859
7860 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
7861
7862 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7863
7864 * calc/calc-comb.el (math-small-factorial-table): New variable.
7865 (calcFunc-fact): Use `math-small-factorial-table'.
7866
7867 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
7868 initial values.
7869 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
7870 New variables to use in caches.
7871
7872 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
7873 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
7874
7875 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
7876 (math-bernoulli-b-cache): Use math-read-number-simple to insert
7877 bignums.
7878
7879 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7880 New variables to use in caches.
7881
7882 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7883
7884 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
7885
7886 * vc-hg.el (vc-hg-log-view-mode): New mode.
7887
7888 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
7889
7890 * calc/calc.el (math-read-number-simple): New function.
7891
7892 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7893
7894 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
7895 (vera-font-lock-match-item): Fix doc string.
7896 (vera-in-comment-p): Remove unused function.
7897 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
7898 use `syntax-ppss'.
7899 (vera-forward-syntactic-ws): Fix argument order.
7900 (vera-prepare-search): Use `with-syntax-table'.
7901 (vera-indent-line): Fix doc string.
7902 (vera-electric-tab): Fix doc string.
7903 (vera-expand-abbrev): Define alias instead of using `fset'.
7904 (vera-comment-uncomment-region): Use `comment-start-skip'.
7905
7906 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
7907
7908 * textmodes/org.el (org-export-with-footnotes): New option.
7909 (org-export-as-html): Fix replacement bug for XEmacs.
7910 (org-agenda-default-appointment-duration): New option.
7911
7912 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7913
7914 * vc-hg.el: Add to do items.
7915 (vc-hg-diff): Add support for comparing different revisions.
7916 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
7917 (vc-hg-annotate-extract-revision-at-line)
7918 (vc-hg-previous-version, vc-hg-checkin): New functions.
7919 (vc-hg-annotate-re): New constant.
7920
7921 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7922
7923 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
7924
7925 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7926
7927 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
7928 buffer-local value of log-view-*-re if applicable.
7929
7930 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
7931 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
7932 (vc-bzr-command*): Remove both (incompatible) versions.
7933 (vc-bzr-do-command*): Remove.
7934 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
7935 Remove by folding into its only caller vc-bzr-command.
7936 (vc-bzr-command): Always set the environment, even when ineffective.
7937 (vc-bzr-version): Minor fix up.
7938 (vc-bzr-admin-dirname): New var.
7939 (vc-bzr-bzr-dir): Remove.
7940 (vc-bzr-root-dir): New fun.
7941 (vc-bzr-registered): Use it. Add an autoloaded version.
7942 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
7943 (vc-bzr-view-log-function): Remove.
7944 (vc-bzr-log-view-mode): New major mode to replace it.
7945 (vc-bzr-print-log): Only activate the old hack if needed.
7946
7947 * vc.el (vc-default-log-view-mode): New function.
7948 (vc-print-log): Add new `log-view-mode' VC operation.
7949
7950 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
7951
7952 * ido.el (ido-find-file-in-dir): Don't signal an error for
7953 empty directories.
7954
7955 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
7956
7957 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
7958 directory where the desktop file was found, as the docstring says.
7959 (desktop-kill): Use `read-directory-name'.
7960
7961 2007-06-20 Alan Mackenzie <acm@muc.de>
7962
7963 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
7964 When removing lines, also remove the \n. Correction of patch of
7965 2007-04-21.
7966
7967 2007-06-20 Martin Rudalics <rudalics@gmx.at>
7968
7969 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
7970 event is not a cons cell. Do not unread drag-mouse-1 events.
7971 Select right window in check whether space was stolen from
7972 window above.
7973
7974 * help-mode.el (help-make-xrefs): Adjust position of new forward
7975 button.
7976
7977 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
7978
7979 * vc-bzr.el (vc-bzr-with-process-environment)
7980 (vc-bzr-std-process-invocation): New macros.
7981 (vc-bzr-command, vc-bzr-command*): Use them.
7982 (vc-bzr-with-c-locale): Remove.
7983 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
7984 (vc-bzr-buffer-nonblank-p): New function.
7985 (vc-bzr-state-words): New const.
7986 (vc-bzr-state): Look for `bzr status' keywords in output.
7987 Display everything else as a warning message to the user.
7988 Fix status report with bzr >= 0.15.
7989
7990 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
7991
7992 * vc-hg.el (vc-hg-global-switches): Simplify.
7993 (vc-hg-state): Handle more states.
7994 (vc-hg-diff): Fix doc-string.
7995 (vc-hg-register): New function.
7996 (vc-hg-checkout): Likewise.
7997
7998 2007-06-20 Reto Zimmermann <reto@gnu.org>
7999
8000 * progmodes/vera-mode.el: New file.
8001
8002 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
8003
8004 * calc/calc.el (calc-multiplication-has-precendence):
8005 New variable.
8006 (math-standard-ops, math-standard-ops-p, math-expr-ops):
8007 New functions.
8008 (math-expr-opers): Define using math-standard-ops rather than
8009 math-standard-opers.
8010 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
8011 equal the function math-standard-ops rather than the variable
8012 math-standard-opers.
8013 (calc-algebraic-entry): Let math-expr-opers equal
8014 math-standard-ops or math-expr-ops, as appropriate.
8015 (math-expr-read-level, math-read-factor): Let math-expr-opers
8016 equal math-expr-ops.
8017 * calc/calc-embed.el (calc-embedded-finish-edit):
8018 Let math-expr-opers equal the function math-standard-ops
8019 rather than the variable math-standard-opers.
8020 * calc/calc-ext.el (math-read-plain-expr)
8021 (math-format-flat-expr-fancy): Let math-expr-opers equal the
8022 function math-standard-ops rather than the variable
8023 math-standard-opers.
8024 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
8025 Let math-expr-opers equal the function math-standard-ops rather
8026 than the variable math-standard-opers.
8027 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
8028 equal the function math-standard-ops rather than the variable
8029 math-standard-opers.
8030 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
8031 equal the function math-standard-ops rather than the variable
8032 math-standard-opers.
8033 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
8034 math-expr-ops.
8035
8036 2007-06-19 Ivan Kanis <apple@kanis.eu>
8037
8038 * vc-hg.el: New file.
8039
8040 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8041
8042 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
8043 with font-lock-multiline.
8044
8045 2007-06-17 Glenn Morris <rgm@gnu.org>
8046
8047 * lpr.el (lpr-page-header-switches): Move %s to separate element
8048 for correct quoting. Doc fix.
8049
8050 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8051
8052 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
8053 than setting sgml-xml-mode.
8054 (sgml-mode, html-mode): Set sgml-xml-mode.
8055 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
8056 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
8057 (sgml-electric-tag-pair-before-change-function)
8058 (sgml-electric-tag-pair-flush-overlays): New functions.
8059 (sgml-electric-tag-pair-mode): New minor mode.
8060 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
8061 (sgml-calculate-indent): Use assoc-string.
8062
8063 2007-06-16 Karl Fogel <kfogel@red-bean.com>
8064
8065 * thingatpt.el (thing-at-point-email-regexp): Don't require two
8066 chars before the "@" in an email address. Andreas Roehler noticed
8067 this problem.
8068
8069 2007-06-15 Karl Fogel <kfogel@red-bean.com>
8070
8071 * thingatpt.el: Add support for email addresses (`email').
8072 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
8073 (thing-at-point-email-regexp): New variable.
8074 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
8075 properties on this symbol, with lambda forms for values.
8076
8077 2007-06-15 Masatake YAMATO <jet@gyve.org>
8078
8079 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
8080
8081 * vc.el (vc-dired-hook): Check the backend returned from
8082 `vc-responsible-backend' can really handle `subdir'.
8083
8084 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
8085
8086 * wid-edit.el (widget-add-documentation-string-button):
8087 Fix handling of documentation indent.
8088
8089 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
8090
8091 * mb-depth.el: New file.
8092
8093 2007-06-15 Masatake YAMATO <jet@gyve.org>
8094
8095 * vc.el (vc-dired-mode): Show backend name as part of mode name.
8096
8097 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
8098
8099 * wid-edit.el (widget-default-create): Move ?h handling here...
8100 (widget-default-format-handler): ...from here.
8101 (widget-docstring, widget-add-documentation-string-button): New funs.
8102 (documentation-string): Add :visibility-widget property.
8103 (widget-documentation-string-value-create): Use it.
8104
8105 * cus-edit.el (custom-split-regexp-maybe): Simplify.
8106 (custom-buffer-create-internal): Simplify message.
8107 (custom-variable-tag): Reduce height to normal.
8108 (custom-variable-value-create, custom-face-value-create)
8109 (custom-visibility): New widget.
8110 (custom-visibility): New face.
8111 (custom-group-value-create):
8112 Call widget-add-documentation-string-button, using `custom-visibility'.
8113
8114 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * emacs-lisp/bytecomp.el (byte-compile-current-group)
8117 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
8118 change. Apparently the "warning even if the group is implicit" is
8119 a feature rather than a bug.
8120
8121 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
8122
8123 * emulation/viper.el (viper-describe-key-ad)
8124 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
8125 Compile them conditionally.
8126 (viper-version): Belated version change.
8127
8128 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
8129
8130 * follow.el (follow-all-followers, follow-generic-filter):
8131 * pcomplete.el (pcomplete-restore-windows):
8132 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
8133 (x-dnd-drop-data):
8134 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
8135 * progmodes/python.el (python-complete-symbol):
8136 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
8137
8138 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
8139
8140 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
8141 around bright and dim regexps. Make sure bright and dim matches
8142 use word anchors. Send text through rcirc-markup functions.
8143 (rcirc-url-regexp): Add single quote character.
8144 (rcirc-connect): Write logs to disk on auto-save-hook.
8145 Make server a non-optional argument.
8146 (rcirc-log-alist): New variable.
8147 (rcirc-log-directory): Make customizable.
8148 (rcirc-log-flag): New customizable variable.
8149 (rcirc-log): New function.
8150 (rcirc-print): Use above function.
8151 (rcirc-log-write): New function.
8152 (rcirc-generate-new-buffer-name): Strip text properties.
8153 (rcirc-switch-to-buffer-function): Remove variable.
8154 (rcirc-last-non-irc-buffer): Remove variable.
8155 (rcirc-non-irc-buffer): Add function.
8156 (rcirc-next-active-buffer): Use above function.
8157 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
8158 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
8159 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
8160 (rcirc-omit-mode): Add minor-mode.
8161 (rcirc-mode-map): Change C-c C-o binding.
8162 (rcirc-mode): Clear mode-line-process. Use a custom
8163 fill-paragraph-function. Set up buffer-invisibility-spec.
8164 (rcirc-response-formats): Remove timestamp code.
8165 (rcirc-omit-responses): Add variable.
8166 (rcirc-print): Don't put the overlay arrow on potentially omitted
8167 lines. Log line to disk. Record activity for private messages
8168 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
8169 (rcirc-jump-to-first-unread-line): Print message if there is no
8170 unread text.
8171 (rcirc-clear-unread): New function.
8172 (rcirc-markup-text-functions): Add variable.
8173 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
8174 (rcirc-debug): Don't mess with window configuration.
8175 (rcirc-send-message): Send message before printing locally.
8176 Add SILENT argument, do not print message if non-nil.
8177 (rcirc-visible-buffers): New function and variable.
8178 (rcirc-window-configuration-change-1): Add function.
8179 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
8180 server buffer.
8181 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
8182 (rcirc-fill-paragraph): Add function.
8183 (rcirc-record-activity, rcirc-window-configuration-change-1):
8184 Only update the activity string if it has actually changed.
8185 (rcirc-update-activity-string): Remove padding characters from the
8186 mode-line string.
8187 (rcirc-disconnect-buffer): New function to be called when a
8188 channel is parted or the user quits.
8189 (rcirc-server-name): Warn when the server-name hasn't been set.
8190 (rcirc-window-configuration-change): Postpone work until
8191 post-command-hook.
8192 (rcirc-window-configuration-change-1): Update mode-line and
8193 overlay arrows here.
8194 (rcirc-authenticate): Fixc hanserv identification.
8195 (rcirc-default-server): Remove variable.
8196 (rcirc): Connect according to rcirc-connections.
8197 (rcirc-connections): Add variable.
8198 (rcirc-startup-channels-alist): Remove variable.
8199 (rcirc-startup-channels): Remove function.
8200
8201 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8202
8203 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
8204
8205 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
8206
8207 * term/xterm.el (terminal-init-xterm): Escape parens in character
8208 constants.
8209
8210 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8211
8212 * progmodes/sh-script.el: Remove unneeded * from docstrings.
8213 Use [:alpha:] and [:alnum:] where applicable.
8214 (sh-quoted-subshell): Rewrite to correctly
8215 handle nested mixes of `...' and $(...).
8216 (sh-apply-quoted-subshell): Remove.
8217 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
8218
8219 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
8220
8221 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
8222
8223 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
8224 previous change.
8225
8226 2007-06-12 Tom Tromey <tromey@redhat.com>
8227
8228 * subr.el (user-emacs-directory): New defconst.
8229 * cmuscheme.el (scheme-start-file):
8230 * shell.el (shell):
8231 * completion.el (save-completions-file-name):
8232 * custom.el (custom-theme-directory):
8233 * term/x-win.el (emacs-session-filename):
8234 * filesets.el (filesets-menu-cache-file):
8235 * thumbs.el (thumbs-thumbsdir):
8236 * server.el (server-auth-dir):
8237 * image-dired.el (image-dired-dir):
8238 (image-dired-db-file):
8239 (image-dired-temp-image-file):
8240 (image-dired-gallery-dir):
8241 (image-dired-temp-rotate-image-file):
8242 * play/gamegrid.el (gamegrid-user-score-file-directory):
8243 * savehist.el (savehist-file):
8244 * tutorial.el (tutorial--saved-dir):
8245 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
8246
8247 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
8248
8249 * scroll-lock.el (scroll-lock-mode): Doc fix.
8250
8251 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8252
8253 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
8254
8255 * ediff-init.el: Doc strings.
8256
8257 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8258
8259 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
8260 (byte-compile-file): Bind it.
8261 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
8262 group argument is provided implicitly.
8263 (byte-compile-format-warn, byte-compile-from-buffer)
8264 (byte-compile-insert-header): Don't hardcode point-min==1.
8265 (byte-compile-file-form-require): Remove unused var old-load-list.
8266 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
8267
8268 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8269
8270 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
8271 Display error messages.
8272 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
8273 Get rid of cl.el dependencies.
8274
8275 * emulation/viper-init.el (viper-suppress-input-method-change-message):
8276 New variable.
8277 (viper-activate-input-method-action)
8278 (viper-inactivate-input-method-action):
8279 Use viper-suppress-input-method-change-message.
8280
8281 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
8282 for C-s, C-r.
8283
8284 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
8285 Use viper-replace-overlay-cursor-color instead of
8286 viper-replace-overlay-cursor-color.
8287 (viper-sit-for-short): Use sit-for with 3 arguments.
8288
8289 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
8290 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
8291 to gud-mode.
8292
8293 * ediff-mult.el (ediff-meta-buffer-brief-message)
8294 (ediff-meta-buffer-verbose-message): New variables.
8295 (ediff-meta-buffer-message): Variable deleted.
8296 (ediff-verbose-help-enabled): New variable.
8297 (ediff-toggle-verbose-help-meta-buffer): New function.
8298 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
8299 message options.
8300
8301 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
8302 (ediff-fixup-patch-map): Improve heuristic.
8303
8304 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8305
8306 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
8307 (log-view-font-lock-keywords): Simplify.
8308 (log-view-current-file, log-view-current-tag): Simplify.
8309
8310 2007-06-12 Sam Steingold <sds@gnu.org>
8311
8312 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
8313
8314 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
8315
8316 * desktop.el (desktop-load-locked-desktop): New option.
8317 (desktop-read): Use it.
8318 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
8319 Use `when'.
8320
8321 2007-06-12 Davis Herring <herring@lanl.gov>
8322
8323 * desktop.el (desktop-save-mode-off): New function.
8324 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
8325 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
8326 (desktop-claim-lock, desktop-release-lock): New functions.
8327 (desktop-kill): Tell `desktop-save' that this is the last save.
8328 Release the lock afterwards.
8329 (desktop-buffer-info): New function.
8330 (desktop-save): Use it. Run `desktop-save-hook' where the doc
8331 says to. Detect conflicts, and manage the lock.
8332 (desktop-read): Detect conflicts. Manage the lock.
8333
8334 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
8337
8338 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
8339 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
8340 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
8341 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
8342 keysyms rather than byte sequences.
8343 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
8344
8345 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * font-lock.el (font-lock-add-keywords): In case font-lock was only
8348 half-activated, forcefully activate it completely.
8349
8350 2007-06-11 Richard Stallman <rms@gnu.org>
8351
8352 * cus-edit.el (custom-variable-type): Doc fix.
8353
8354 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8355
8356 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
8357 (sh-font-lock-flush-syntax-ppss-cache): New functions.
8358 (sh-font-lock-syntactic-keywords): Use them to distinguish the
8359 different possible cases for \'.
8360
8361 * complete.el (PC-bindings): Don't bind things already bound in the
8362 parent keymap.
8363
8364 * textmodes/bibtex-style.el: New file.
8365
8366 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
8367
8368 * vc-bzr.el: New file.
8369
8370 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8371
8372 * vc-svn.el (vc-svn-program): New var.
8373 (vc-svn-command): Use it.
8374
8375 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
8376
8377 * server.el (server-switch-buffer): Remove redundant check.
8378
8379 2007-06-10 Martin Rudalics <rudalics@gmx.at>
8380
8381 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8382 Match against file-name-nondirectory.
8383 Fix text on user customization variables.
8384 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
8385
8386 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8387
8388 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
8389
8390 2007-06-09 Davis Herring <herring@lanl.gov>
8391
8392 * desktop.el (desktop-minor-mode-table): Doc fix.
8393
8394 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8395
8396 * textmodes/css-mode.el (css-navigation-syntax-table):
8397 Use set-char-table-range so it also works in the unicode branch.
8398
8399 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
8400
8401 * help-mode.el (help-xref-forward-stack)
8402 (help-xref-stack-forward-item, help-forward-label): New variables.
8403 (help-forward): New button type.
8404 (help-setup-xref): Initialise help-xref-forward-stack.
8405 (help-make-xrefs): Add forward button, if appropriate.
8406 (help-xref-go-back): Push item on forward stack.
8407 (help-xref-go-forward, help-go-forward): New functions.
8408
8409 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
8410
8411 * dired.el (dired-mode-map): Remove spurious separator.
8412
8413 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8414
8415 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
8416
8417 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8418 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
8419
8420 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
8421
8422 * textmodes/org.el: Version number fixed.
8423
8424 2007-06-07 Glenn Morris <rgm@gnu.org>
8425
8426 * version.el (emacs-copyright): New constant.
8427 * startup.el (fancy-splash-tail): Use emacs-copyright.
8428 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
8429
8430 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
8431 `make-local'.
8432 (byte-compile-warnings-safe-p): Add `make-local'.
8433 (byte-compile-make-variable-buffer-local):
8434 Allow byte-compile-warnings to suppress this warning.
8435
8436 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
8437 format of "menu" description.
8438 (tutorial--find-changed-keys): Describe the specific menu a
8439 command is in.
8440
8441 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
8442 Rewrite compatibility functions to silence byte-compiler.
8443
8444 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8445
8446 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
8447 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
8448
8449 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
8450
8451 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
8452
8453 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8454
8455 * progmodes/ebrowse.el (ebrowse-member-table):
8456 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
8457 (org-batch-agenda-csv): Fix typos in docstrings.
8458
8459 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8460
8461 * international/mule-cmds.el (toggle-enable-multibyte-characters)
8462 (sort-coding-systems, search-unencodable-char): Doc fixes.
8463 (coding-system-change-eol-conversion, set-default-coding-systems)
8464 (prefer-coding-system, find-multibyte-characters, princ-list)
8465 (leim-list-entry-regexp, set-input-method, locale-language-names)
8466 (input-method-exit-on-first-char, exit-language-environment-hook)
8467 (locale-charset-language-names): Fix typos in docstrings.
8468
8469 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8470
8471 * pgg.el (pgg-sign-region, pgg-sign):
8472 * ses.el (ses-call-printer):
8473 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
8474 * textmodes/org.el (org-cycle): Fix typos in docstrings.
8475
8476 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
8477
8478 * textmodes/org.el (org-export-region-as-html)
8479 (org-replace-region-by-html, org-number-to-letters)
8480 (org-table-fedit-finish, org-normalize-color)
8481 (org-table-fedit-ref-right, org-date-to-gregorian)
8482 (org-table-fedit-move, org-table-convert-refs-to-rc)
8483 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
8484 (org-write-agenda, org-colgroup-info-to-vline-list)
8485 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
8486 (org-indent-line-function, org-export-as-html-to-buffer)
8487 (org-store-agenda-views, org-update-mode-line)
8488 (org-find-if, org-delete-all)
8489 (org-table-fedit-convert-buffer, org-emphasize)
8490 (org-uniquify, org-table-fedit-lisp-indent)
8491 (org-table-fedit-scroll, org-get-todo-sequence-head)
8492 (org-table-fedit-scroll-down, org-table-fedit-line-down)
8493 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
8494 (org-table-fedit-toggle-coordinates, org-dvipng-color)
8495 (org-table-fedit-line-up, org-table-fedit-ref-down)
8496 (org-table-formula-from-user, org-mode-flyspell-verify)
8497 (org-cycle-show-empty-lines, org-ctrl-c-ret)
8498 (org-table-formula-to-user, org-diary-to-ical-string)
8499 (orgtbl-export, org-table-fedit-post-command)
8500 (org-closed-in-range, org-shiftcontrolright)
8501 (org-table-convert-refs-to-an, org-table-hline-and-move)
8502 (org-table-formula-less-p, org-format-table-ascii)
8503 (org-agenda-get-sexps, org-shift-refpart)
8504 (org-diary-sexp-entry, org-time-string-to-absolute)
8505 (org-table-show-reference, org-letters-to-number)
8506 (org-fix-agenda-info, org-table-fedit-ref-up)
8507 (org-table-fedit-shift-reference, org-table-fedit-abort)
8508 (org-closest-date, org-shiftcontrolleft)
8509 (org-at-heading-or-item-p, org-rematch-and-replace)
8510 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
8511 New functions.
8512 (org-table-edit-scroll-down, org-finish-edit-formulas)
8513 (org-table-edit-next-field, org-abort-edit-formulas)
8514 (org-font-lock-level, org-export-find-first-heading-line)
8515 (org-table-edit-line-down, org-table-edit-backward-field)
8516 (org-edit-formula-lisp-indent, org-table-edit-move)
8517 (org-check-log-option, org-this-word)
8518 (org-table-edit-line-up, org-table-edit-formulas-post-command)
8519 (org-agenda-file-to-end, org-expand-file-name)
8520 (org-fake-empty-table-line, org-table-edit-scroll)
8521 (org-toggle-log-option, org-show-reference): Function removed.
8522 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
8523 New defsubsts.
8524 (org-unmodified, org-batch-store-agenda-views)
8525 (org-batch-agenda-csv): New macro.
8526 (org-agenda-export): New customization group.
8527 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
8528 (org-highest-priority, org-agenda-exporter-settings)
8529 (org-log-done-with-time, org-replace-disputed-keys)
8530 (org-format-latex-header, org-export-table-header-tags)
8531 (org-cycle-separator-lines, org-export-table-data-tags)
8532 (org-icalendar-include-sexps)
8533 (org-empty-line-terminates-plain-lists)
8534 (org-log-repeat, org-special-ctrl-a)
8535 (org-table-use-standard-references, org-disputed-keys)
8536 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
8537 (org-agenda-export-html-style): New option.
8538 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
8539 (org-CUA-compatible): Option removed.
8540 (org-agenda-structure, org-sexp-date): New face.
8541 (org-todo-keywords-for-agenda, org-not-done-keywords)
8542 (org-planning-or-clock-line-re, org-agenda-name)
8543 (org-table-colgroup-info, org-todo-sets)
8544 (constants-unit-system, org-clock-mode-line-entry)
8545 (org-mode-line-timer, org-table-current-begin-pos)
8546 (org-todo-keywords-1, org-mode-line-string)
8547 (org-table-clean-did-remove-column, org-table-fedit-map)
8548 (org-clock-heading, org-table-buffer-is-an)
8549 (org-agenda-info, org-done-keywords)
8550 (org-done-keywords-for-agenda, org-todo-heads)
8551 (org-todo-kwd-alist, org-clock-start-time): New variable.
8552 (org-todo-kwd-priority-p, org-edit-formulas-map)
8553 (org-repeat-re, org-todo-kwd-max-priority)
8554 (org-version, org-done-string)
8555 (org-table-clean-did-remove-column-1, org-disputed-keys):
8556 Remove variables.
8557 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
8558 (org-ts-lengths): Constant removed.
8559 (org-follow-gnus-link): Don't ask how many articles to read.
8560 (org-export-find-first-export-line): Rename from
8561 `org-export-find-first-heading'.
8562 Use `org-export-skip-text-before-1st-heading'.
8563 (org-table-fedit-post-command): Rename from
8564 `org-table-edit-formulas-post-command'.
8565 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
8566 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
8567 (org-table-fedit-lisp-indent): Rename from
8568 `org-edit-formula-lisp-indent'.
8569 (org-table-show-reference): Rename from `org-show-reference'.
8570 (org-table-store-formulas): Use `org-table-formula-less-p'.
8571 (org-table-edit-formulas): Position cursor to current field equation.
8572 (org-update-checkbox-count, org-hide-archived-subtrees)
8573 (org-timestamp-up-day, org-timestamp-down-day)
8574 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
8575 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
8576 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
8577 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
8578 Let `org-on-heading-p' also check for invisible heading.
8579 (org-read-date): Match am/pm times.
8580 (org-eval-in-calendar): Fix default date in prompt.
8581
8582 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
8583
8584 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
8585 "ChangeLog.a" entries, giving the latter lower priority.
8586
8587 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
8588
8589 * faces.el (face-id): If the argument is a face alias,
8590 return the ID of the target face.
8591
8592 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
8593
8594 * net/socks.el (top): Remove unnecessary copyright line.
8595
8596 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
8597
8598 * longlines.el (longlines-auto-wrap): Handle argument correctly.
8599
8600 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
8601
8602 * net/socks.el: New file, taken from w3 repository.
8603 (top): Update Copyright. Don't load cl.el.
8604 (all): Replace `case' by `cond', `string-to-int' by
8605 `string-to-number', and `process-kill-without-query' by
8606 `set-process-query-on-exit-flag'.
8607 (socks-char-int): Remove defalias and all occurrences.
8608
8609 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
8610
8611 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
8612 Fix typos in docstrings.
8613 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
8614 (compilation-finish-function): Fix typo in obsolescence declaration.
8615
8616 2007-06-03 Sam Steingold <sds@gnu.org>
8617
8618 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
8619 handle unending automatic recompilation of changed files (`omake -P').
8620 (compilation-loop): VISITED is now 5th CDR.
8621 (compilation-next-error-function): Set TIMESTAMP.
8622
8623 2007-06-03 Sam Steingold <sds@gnu.org>
8624
8625 * files.el (kill-buffer-ask): New function.
8626 (kill-some-buffers): Use it.
8627 (kill-matching-buffers): New user command.
8628
8629 2007-06-01 David Kastrup <dak@gnu.org>
8630
8631 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8632 Change default to `top'.
8633
8634 2007-05-31 Richard Stallman <rms@gnu.org>
8635
8636 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
8637
8638 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8639
8640 * textmodes/css-mode.el: New file.
8641
8642 2007-05-30 Michael Olson <mwolson@gnu.org>
8643
8644 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
8645 died and we are trying to send a signal to it. The program using
8646 tq.el should periodically check to see whether the process has
8647 died and react appropriately -- this is not the responsibility of
8648 tq.el, and is consistent with the rest of the tq.el source code.
8649
8650 2007-05-29 Martin Rudalics <rudalics@gmx.at>
8651
8652 * textmodes/table.el (table--point-entered-cell-function)
8653 (table--point-left-cell-function):
8654 Bind `inhibit-point-motion-hooks' to t.
8655
8656 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8657
8658 * emacs-lisp/rx.el (rx): Doc fix.
8659
8660 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
8661
8662 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
8663
8664 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
8665
8666 Sync with Tramp 2.0.56.
8667
8668 * net/tramp.el:
8669 * net/tramp-ftp.el:
8670 * net/tramp-smb.el:
8671 * net/tramp-util.el:
8672 * net/tramp-vc.el:
8673 Don't load cl.el, because that pollutes the namespace. Replace cl
8674 macros by their implementations where necessary. Requested by
8675 Richard Stallman <rms@gnu.org>.
8676
8677 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
8678 doesn't exist.
8679 (with-parsed-tramp-file-name): Protect debug spec during compilation.
8680 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
8681 (tramp-file-name-p, tramp-file-name-multi-method)
8682 (tramp-file-name-method, tramp-file-name-user)
8683 (tramp-file-name-host, tramp-file-name-localname): New defuns,
8684 replacing defstruct `tramp-file-name'.
8685 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
8686 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
8687 Apply `vector' instead of `make-tramp-file-name'.
8688 (tramp-handle-make-auto-save-file-name):
8689 Apply `tramp-temporary-file-directory' for compatibility reasons.
8690 (tramp-completion-mode): Use `natnump' instead of `wholenump'
8691 because of XEmacs.
8692 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
8693 started.
8694
8695 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
8696
8697 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
8698
8699 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
8700
8701 * log-edit.el (log-edit-changelog-paragraph): Return point-max
8702 as the end of the ChangeLog paragraph when it ends without a line
8703 termination.
8704
8705 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
8706
8707 * net/webjump.el (webjump-sample-sites):
8708 Add simple Wikipedia query.
8709
8710 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8711
8712 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
8713 compatibility code.
8714
8715 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
8716 (copyright-update-year): Use it.
8717
8718 * edmacro.el (edmacro-format-keys): Use current-active-maps.
8719
8720 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
8721 Add indentation and debugging info. Fix up comment convention.
8722
8723 * cus-dep.el (custom-make-dependencies): Simplify.
8724
8725 * composite.el (compose-region, decompose-region):
8726 Use inhibit-read-only and restore-buffer-modified-p.
8727
8728 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
8729 (xterm-mouse-event): Use it.
8730
8731 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
8732
8733 * bs.el (bs-cycle-previous): Don't modify the cycle list until
8734 `switch-to-buffer' has returned succesfully.
8735 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
8736 window is dedicated (it could iconify the frame).
8737
8738 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
8739
8740 * vc-hooks.el (vc-find-root): Fix file attribute test.
8741
8742 2007-05-24 Richard Stallman <rms@gnu.org>
8743
8744 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8745 Don't let opoint be nil.
8746 (flyspell-emacs-popup): Explicit error if no dialogs.
8747
8748 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
8749
8750 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
8751 (image-next-line, image-previous-line, image-scroll-up)
8752 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
8753 New functions.
8754 (image-mode-map): Remap motion commands.
8755 (image-mode-text-map): New keymap for viewing images as text.
8756 (image-mode): Use image-mode-map.
8757 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
8758
8759 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8760
8761 * textmodes/fill.el (canonically-space-region): Make the second arg
8762 a marker if it's not already the case.
8763
8764 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8765
8766 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
8767 (tar-get-descriptor): Handle type 55, an extended pax header.
8768
8769 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8770
8771 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
8772 to confuse outline-minor-mode.
8773
8774 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8775
8776 * tar-mode.el (tar-file-name-handler): New function.
8777 (tar-extract): Bind file-name-handler-alist to it to force
8778 find-buffer-file-type-coding-system behave as if the file being
8779 extracted existed. Use last-coding-system-used to force
8780 buffer-file-coding-system to what decode-coding-region actually
8781 used to decode the file.
8782
8783 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8784
8785 * progmodes/compile.el (compilation-handle-exit):
8786 `compilation-finish-function' may change the current buffer.
8787
8788 2007-05-22 Richard Stallman <rms@gnu.org>
8789
8790 * files.el (set-auto-mode): Doc fix.
8791
8792 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8793
8794 * help-fns.el (find-source-lisp-file): New function.
8795 (describe-function-1): Use find-source-lisp-file to find source
8796 file in compile tree.
8797
8798 2007-05-22 Eli Zaretskii <eliz@gnu.org>
8799
8800 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8801
8802 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
8803
8804 * emacs-lisp/easy-mmode.el (define-minor-mode)
8805 (easy-mmode-define-navigation): Fix typos in docstrings.
8806
8807 2007-05-22 Glenn Morris <rgm@gnu.org>
8808
8809 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
8810
8811 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
8812
8813 * mail/mail-extr.el (mail-extract-address-components):
8814 Recognize non-ASCII characters except for NBSP as words.
8815
8816 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
8817
8818 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
8819 (rcirc-print): Handle `window-width'.
8820 (rcirc-buffer-maximum-lines): Doc fix.
8821
8822 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
8823
8824 * image-mode.el (image-toggle-display): Don't clear image cache.
8825 Only use filename in image spec if the file is readable.
8826 Call image-refresh.
8827
8828 * image.el (image-type-from-file-name, image-type): Simplify.
8829 (image-type-auto-detected-p): Don't scan auto-mode-alist.
8830
8831 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
8832 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
8833
8834 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8835
8836 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
8837 is an error.
8838
8839 * term/linux.el (terminal-init-linux): Don't signal an error
8840 if gpm isn't running.
8841
8842 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8843
8844 * t-mouse.el: Reduce to a minor-mode macro call.
8845 (t-mouse-mode): Remove the lighter.
8846
8847 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
8848
8849 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
8850
8851 * files.el (auto-mode-alist): Change the regexp so that
8852 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
8853
8854 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8855
8856 * Version 22.1 released.
8857
8858 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
8859
8860 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
8861 changes.
8862
8863 2007-05-19 Kevin Ryde <user42@zip.com.au>
8864
8865 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
8866
8867 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
8868
8869 * textmodes/sgml-mode.el: Revert last change.
8870
8871 2007-05-18 Richard Stallman <rms@gnu.org>
8872
8873 * simple.el (push-mark): Doc fix.
8874
8875 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
8876
8877 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
8878 tpu-global-map.
8879 (tpu-original-global-map): Variable deleted.
8880 (tpu-control-keys-map): New keymap variable.
8881 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
8882 setting keymapping directly.
8883 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
8884 tpu-global-map.
8885 (tpu-edt-on): Activate the tpu-global-map.
8886 (tpu-edt-off): Deactivate the tpu-global-map.
8887
8888 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
8889
8890 * textmodes/ispell.el (ispell-get-word): Return markers
8891 for start and end positions.
8892 (ispell-word): Assume END is a marker.
8893
8894 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8895
8896 * printing.el: Group together all XEmacs/Emacs definitions.
8897 (pr-version): New version 6.9.
8898 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
8899 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
8900 (pr-menu-bind): Fix code.
8901 (pr-e-frame-char-height, pr-e-frame-char-width)
8902 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
8903 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
8904 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
8905 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
8906 (pr-x-event-y-pixel): Aliases eliminated.
8907 (pr-xemacs-global-menubar): Macro moved.
8908 (current-menubar, current-mouse-event, zmacs-region-stays)
8909 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
8910 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
8911 Vars moved.
8912 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
8913 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
8914 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
8915 (pr-menu-set-utility-title, pr-even-or-odd-pages)
8916 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
8917 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
8918 moved.
8919
8920 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
8921
8922 * textmodes/sgml-mode.el (sgml-tag):
8923 Fix bug: Call sgml-transformation-function.
8924
8925 2007-05-17 Martin Rudalics <rudalics@gmx.at>
8926
8927 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
8928 modified flag of buffer. Use `inhibit-modification-hooks'.
8929
8930 2007-05-16 Richard Stallman <rms@gnu.org>
8931
8932 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
8933
8934 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8935
8936 * files.el (magic-mode-alist, magic-fallback-mode-alist):
8937 Move the *ml, Postscript, and XmCD entries to the fallback part.
8938
8939 * files.el (magic-fallback-mode-alist):
8940 Rename from file-start-mode-alist.
8941
8942 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8943
8944 * progmodes/compile.el (compilation-handle-exit): Quote first
8945 argument of `run-hook-with-args'.
8946
8947 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
8948
8949 * buff-menu.el (Buffer-menu-sort-column):
8950 * dabbrev.el (dabbrev-upcase-means-case-search):
8951 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8952 * info.el (Info-current-subfile):
8953 * ls-lisp.el (ls-lisp-verbosity):
8954 * msb.el (msb-menu-cond):
8955 * pcvs.el (cvs-dired-use-hook):
8956 * simple.el (set-mark-command-repeat-pop):
8957 * time.el (display-time-24hr-format, display-time-mail-file):
8958 Doc fixes.
8959
8960 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
8961 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
8962
8963 * view.el (view-inhibit-help-message): Fix typo in docstring.
8964 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
8965
8966 2007-05-16 Martin Rudalics <rudalics@gmx.at>
8967
8968 * textmodes/ispell.el (ispell-start-process): Defend against bad
8969 default-directory.
8970
8971 2007-05-14 Eli Zaretskii <eliz@gnu.org>
8972
8973 * mail/rmail.el (rmail-convert-to-babyl-format): Check
8974 content-transfer-encoding _last_, because it's its position that
8975 we need as value of base64-header-field-end.
8976
8977 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
8978
8979 * files.el (mode-require-final-newline, require-final-newline)
8980 (enable-local-variables, enable-local-eval): Doc fixes.
8981
8982 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8983
8984 * ps-print.el: Use default color when foreground or background color
8985 are unspecified. Reported by Leo <sdl.web@gmail.com>.
8986 (ps-print-version): New version 6.7.4.
8987 (ps-rgb-color): New argument. Use default color when color is
8988 unspecified.
8989 (ps-begin-job): Fix code.
8990
8991 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
8992
8993 * longlines.el (longlines-mode): Make longlines-auto-wrap
8994 buffer-local. Add hooks unconditionally.
8995 (longlines-auto-wrap): Toggle wrapping.
8996 (longlines-after-change-function)
8997 (longlines-post-command-function): Check longlines-auto-wrap.
8998
8999 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
9000
9001 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
9002 (xterm-mouse-translate): Use it.
9003
9004 2007-05-10 Richard Stallman <rms@gnu.org>
9005
9006 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
9007 (iso-cvt-write-only): Likewise.
9008
9009 * emacs-lisp/easy-mmode.el (define-minor-mode):
9010 Fix generated doc string.
9011
9012 * startup.el (fancy-splash-text): Add URL of guided tour.
9013 Adjust horizontal and vertical whitespace.
9014
9015 * progmodes/compile.el (compilation-handle-exit):
9016 Use run-hook-with-args to run compilation-finish-functions.
9017
9018 * files.el (file-start-mode-alist): New variable.
9019 (magic-mode-regexp-match-limit): Doc fix.
9020 (set-auto-mode): Handle file-start-mode-alist.
9021 A little cleanup of structure.
9022
9023 * dabbrev.el (dabbrev-eliminate-newlines):
9024 Renamed from dabbrev--eliminate-newlines. All uses changed.
9025
9026 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9027
9028 * man.el (Man-next-section): Don't consider the last line of the page
9029 as being part of any section.
9030
9031 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
9032
9033 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
9034 can take any number of values.
9035
9036 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9037
9038 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
9039 to the list of citation commands.
9040
9041 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9042
9043 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
9044
9045 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
9046
9047 * progmodes/python.el (python-font-lock-keywords)
9048 (python-open-block-statement-p, python-mode): Add support for the new
9049 "with" keyword.
9050
9051 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9052
9053 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
9054 the exact opposite of diff-goto-source.
9055
9056 * emacs-lisp/advice.el (ad-special-forms): Remove.
9057 (ad-special-form-p): Use subr-arity.
9058
9059 * newcomment.el (comment-search-forward): Make sure we search forward.
9060 (comment-enter-backward): Try and distinguish the non-matching case at
9061 EOB from the non-matching case with a missing comment-end-skip for
9062 a 2-char comment ender.
9063 (comment-choose-indent): New function extracted from comment-indent.
9064 Improve the alignment algorithm.
9065 (comment-indent): Use it.
9066
9067 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
9068 XML style Processing Instructions.
9069 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
9070 (sgml-calculate-indent): Handle `pi' context.
9071
9072 * vc.el: Ensure that update-changelog issues an error when used with
9073 a backend that does not implement it.
9074 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
9075 Remove `backend' argument. Use expand-file-name.
9076 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
9077
9078 * progmodes/python.el (python-end-of-block): Revert last change.
9079 (python-end-of-statement): Make sure we move *forward*.
9080
9081 2007-05-08 Richard Stallman <rms@gnu.org>
9082
9083 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9084 Don't include non-self-insert commands in the exception for `-'.
9085
9086 2007-05-08 David Reitter <david.reitter@gmail.com>
9087
9088 * progmodes/python.el (python-guess-indent): Check non-nullness
9089 before comparing indent against the 2..8 interval.
9090
9091 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9092
9093 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
9094 available.
9095
9096 2007-05-06 Richard Stallman <rms@gnu.org>
9097
9098 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
9099
9100 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9101
9102 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
9103 rather than storing their value in the revert-buffer function.
9104
9105 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
9106
9107 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
9108 when disabling t-mouse-mode.
9109
9110 2007-05-01 Davis Herring <herring@lanl.gov>
9111
9112 * calendar/timeclock.el: Update version number.
9113 (timeclock-modeline-display): Mention timeclock-use-display-time
9114 in explanatory message.
9115 (timeclock-in): Fix non-interactive workday specifications.
9116 (timeclock-log): Don't kill the log buffer if it already existed.
9117 Suppress warnings when finding the log. Don't check for a nil
9118 project twice. Run hooks after killing the buffer (if applicable).
9119 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
9120 was geometric). All uses changed.
9121 (timeclock-generate-report): Support prefix argument.
9122
9123 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
9124
9125 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
9126 disconnections.
9127
9128 2007-05-01 Romain Francoise <romain@orebokech.com>
9129
9130 * dired-x.el: Revert 2007-04-06 change.
9131
9132 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
9133
9134 * find-dired.el (find-dired-filter): Propertize all text down to eob.
9135
9136 2007-04-29 Richard Stallman <rms@gnu.org>
9137
9138 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
9139
9140 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9141
9142 * progmodes/cc-mode.el (c-before-change): Use point-min rather
9143 than 1.
9144
9145 2007-04-28 Richard Stallman <rms@gnu.org>
9146
9147 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
9148
9149 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
9150
9151 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
9152 don't put stop on toolbar.
9153
9154 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9155
9156 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
9157
9158 2007-04-28 Eli Zaretskii <eliz@gnu.org>
9159
9160 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
9161 instead of $(lisp)/mh-e.
9162
9163 2007-04-28 Glenn Morris <rgm@gnu.org>
9164
9165 * image-dired.el (image-dired-cmd-create-thumbnail-options)
9166 (image-dired-cmd-create-temp-image-options): Replace option
9167 +profile "*" with -strip.
9168
9169 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
9170
9171 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9172 Use window-start and window-end.
9173
9174 2007-04-27 Andreas Schwab <schwab@suse.de>
9175
9176 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
9177
9178 2007-04-27 Eli Zaretskii <eliz@gnu.org>
9179
9180 * textmodes/fill.el (fill-paragraph): Doc fix.
9181
9182 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
9183
9184 * locate.el (locate-in-alternate-database): Doc fix.
9185
9186 2007-04-26 Glenn Morris <rgm@gnu.org>
9187
9188 * button.el (button): Use underline if supported, else fall back
9189 to color.
9190
9191 * version.el (emacs-version): Increase to 22.1.50.
9192
9193 2007-04-25 Richard Stallman <rms@gnu.org>
9194
9195 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
9196
9197 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
9198
9199 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
9200 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
9201 pushing mark.
9202 (idlwave-current-routine): Don't push mark.
9203
9204 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
9205
9206 * image-dired.el (image-dired-display-image): Derive image-type from
9207 filename rather than assuming jpeg, in case no resizing was needed.
9208
9209 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9210
9211 * custom.el (defface): Doc fix.
9212
9213 See ChangeLog.12 for earlier changes.
9214
9215 ;; Local Variables:
9216 ;; coding: iso-2022-7bit
9217 ;; add-log-time-zone-rule: t
9218 ;; End:
9219
9220 Copyright (C) 2007 Free Software Foundation, Inc.
9221
9222 This file is part of GNU Emacs.
9223
9224 GNU Emacs is free software; you can redistribute it and/or modify
9225 it under the terms of the GNU General Public License as published by
9226 the Free Software Foundation; either version 3, or (at your option)
9227 any later version.
9228
9229 GNU Emacs is distributed in the hope that it will be useful,
9230 but WITHOUT ANY WARRANTY; without even the implied warranty of
9231 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9232 GNU General Public License for more details.
9233
9234 You should have received a copy of the GNU General Public License
9235 along with GNU Emacs; see the file COPYING. If not, write to the
9236 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
9237 Boston, MA 02110-1301, USA.
9238
9239 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af