]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(Info-revert-buffer-function): New func.
[gnu-emacs] / lisp / ChangeLog
1 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
2
3 * info.el (Info-revert-buffer-function): New func.
4 (Info-mode): Arrange to use it for reverting.
5
6 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * abbrev.el (expand-abbrev): Move point back to expansion's end.
9
10 2007-11-04 Glenn Morris <rgm@gnu.org>
11
12 * net/tls.el: Don't require rx when compiling.
13 (tls-end-of-info): Rewrite without using rx.
14 (open-tls-stream): Use with-current-buffer.
15
16 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
17
18 * net/tls.el: Require rx when compiling.
19 (tls-end-of-info): New variable.
20 (open-tls-stream): Keep reading input until `tls-end-of-info' is
21 matched.
22
23 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
24
25 * register.el (append-to-register, prepend-to-register):
26 Don't signal error on empty register; use the text, instead.
27
28 2007-11-03 Michael Olson <mwolson@gnu.org>
29
30 * textmodes/remember.el (remember-buffer):
31 Use define-obsolete-function-alias rather than defalias.
32
33 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
34
35 * simple.el (bad-packages-alist): Anchor semantic regexp.
36
37 2007-11-03 Glenn Morris <rgm@gnu.org>
38
39 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
40 if defined, for blank lines. Doc fix.
41
42 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
43 (fortran-mode): Set values for comment-region-function,
44 uncomment-region-function and comment-insert-comment-function.
45 (fortran-uncomment-region): New function.
46
47 * textmodes/nroff-mode.el (nroff-mode):
48 Set comment-insert-comment-function rather than indent-line-function.
49 (nroff-indent-line-function): Remove.
50 (nroff-insert-comment-function): New function.
51
52 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
53
54 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
55
56 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
57
58 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
59
60 * emulation/viper-cmd.el (viper-prev-destructive-command)
61 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
62 copy-sequence.
63
64 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
65 Got rid of ediff-copy-list.
66
67 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
68 use face-name.
69 (ediff-test-utility,ediff-diff-mandatory-option)
70 (ediff-reset-diff-options): Remove to simplify the mandatory option
71 handling on Windows.
72 (ediff-set-diff-options): Add.
73 (ediff-diff-options): Set "--binary" option as default in some cases.
74
75 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
76 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
77 ediff-vc-working-revision. Require vc-hooks.
78
79 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
80
81 * files.el (hack-local-variables): Fix membership tests to avoid
82 treating all variables as safe if `enable-local-variables' is
83 set to :safe (CVE-2007-5795).
84
85 2007-11-02 Glenn Morris <rgm@gnu.org>
86
87 * newcomment.el (comment-indent): Let comment-insert-comment-function,
88 if defined, do all the work of inserting a new comment.
89
90 * progmodes/etags.el (tags-table-mode): Disable undo.
91
92 * simple.el (bad-packages-alist): Revert previous change.
93
94 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
95
96 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
97
98 * obsolete/lselect.el: Do not warn about unknown functions.
99
100 2007-11-02 Michael Olson <mwolson@gnu.org>
101
102 * textmodes/remember.el (remember-buffer): Make this an alias of
103 remember-finalize, because Org uses it.
104
105 2007-11-01 Michael Olson <mwolson@gnu.org>
106
107 * textmodes/remember.el: Improve documentation in heading.
108 (remember-before-remember-hook): Turn into a customizable option.
109 (remember): Document INITIAL argument.
110 (remember-region): Remove autoload cookie. Improve docstring to
111 mention that it is called from the *Remember* buffer, and does not
112 have any functional overlap with the `remember' function.
113 (remember-finalize): Remove autoload cookie. Rename from
114 remember-buffer to emphasize that this does not have any
115 functional overlap with the `remember' function.
116 (remember-destroy): Remove autoload cookie.
117 (remember-mode-map): Define and initialize in one step.
118 (remember-mode): Improve docstring.
119 (remember-annotation-functions): Default to just '(buffer-file-name),
120 and don't try to take the default value from Planner.
121
122 2007-11-01 Glenn Morris <rgm@gnu.org>
123
124 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
125
126 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
127
128 * emacs-lisp/authors.el (authors-scan-change-log)
129 (authors-scan-el): Don't enable local eval; enable only safe local
130 variables, without querying.
131
132 * mail/footnote.el (footnote-numeric-regexp)
133 (footnote-english-upper-regexp, footnote-english-lower-regexp)
134 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
135 Match multi-character footnotes.
136
137 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
138 (nroff-indent-line-function): New function.
139 (nroff-count-text-lines): Use nroff-forward-text-line rather than
140 obsolete alias.
141
142 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
143
144 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
145 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
146 (rcirc-print): Only update the line count when not marking the
147 line as omittable.
148 (rcirc-log-write): Specify coding system when writing logfile.
149 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
150
151 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
152
153 * printing.el (printing): Fix :version, printing.el was included
154 for in emacs-22.1.
155 (pr-path-style, pr-path-alist, pr-txt-name)
156 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
157 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
158 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
159 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
160 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
161 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
162 (pr-setting-database, pr-visible-entry-list)
163 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
164 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
165
166 * ediff-util.el (ediff-nuke-selective-display): Move definition to
167 top level, make it dependent on the emacs flavor.
168
169 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
170 Test for XEmacs not for itimer.
171
172 * term/sun-mouse.el:
173 * obsolete/sun-fns.el:
174 * obsolete/sun-curs.el: Remove files.
175
176 * term/sun.el (select-previous-complex-command): Remove obsolete code.
177
178 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
179
180 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
181 was given to concat.
182
183 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
186 used normally for goto-line. Change `g' to revert the buffer.
187 Add redundant `r' binding for buffer-revert.
188
189 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
190 (mail-abbrevs-setup): Use abbrev-expand-functions.
191 (build-mail-abbrevs): Use with-temp-buffer.
192 (define-mail-abbrev): Simplify.
193 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
194 Change it for use on abbrev-expand-functions.
195 (mail-abbrev-complete-alias): Use with-syntax-table.
196
197 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
198
199 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
200 directly. Fix bug in deleting temp file.
201
202 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
205 Merge defvar and define-abbrev-table.
206 (def-python-skeleton): Use :case-fixed and :enable-function.
207 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
208 Remove.
209 (python-mode): Don't modify pre-abbrev-expand-hook.
210
211 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
212
213 * ediff-util.el (ediff-file-checked-out-p)
214 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
215
216 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * abbrev.el (abbrev-symbol): Correct let->let*.
219 (abbrev--before-point): Only use abbrev-start-location if before point.
220
221 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
222
223 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
224 (strokes-unload-hook): Remove function and variable.
225 (strokes-unload-function): New-style unload function, adapted
226 from `strokes-unload-hook'.
227
228 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
229 (cl-unload-hook): Remove variable.
230 (cl-unload-function): New-style unload function, adapted
231 from `cl-cannot-unload'.
232
233 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
234 (elp-unload-function): New-style unload function, adapted
235 from `elp-unload-hook'.
236
237 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
238
239 * emacs-lisp/find-func.el (find-library): Use library at
240 point as default interactive argument.
241
242 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
243
244 * shadowfile.el (shadow-join): Remove.
245 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
246 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
247 (shadowfile-unload-hook): Remove function and variable.
248 (shadowfile-unload-function): New-style unload function, adapted
249 from `shadowfile-unload-hook'.
250
251 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
252
253 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
254 only if it is bound.
255
256 * textmodes/reftex.el: Move autoloads for before all uses.
257 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
258 (reftex-delete-overlay): Move to the top level with the condition
259 in the body.
260
261 * progmodes/simula.el: Use when instead of if.
262
263 * iimage.el (iimage-locate-file): Define unconditionally.
264
265 * mail/mailabbrev.el (mail-abbrev-next-line):
266 * emulation/vip.el (vip-enlarge-region, vip-line)
267 (vip-next-line-at-bol, vip-previous-line)
268 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
269 Wrap with-no-warnings around uses of next-line and previous-line.
270
271 * ediff.el (run-ediff-from-cvs-buffer):
272 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
273 Remove function not used by pcl-cvs anymore.
274 (noninteractive, generic-sc-get-latest-rev)
275 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
276 Delete support for long obsolete generic-sc.el.
277
278 2007-10-31 Glenn Morris <rgm@gnu.org>
279
280 * cvs-status.el: No longer require pcvs when compiling.
281
282 * doc-view.el (doc-view-conversion-refresh-interval)
283 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
284 (doc-view-reset-slice): Doc fixes.
285 (doc-view-menu): Remove deleted function doc-view-edit-doc.
286
287 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
288
289 * help-at-pt.el (help-at-pt-unload-hook): Remove.
290 Timers are automatically canceled by `unload-feature'.
291
292 * delsel.el (delsel-unload-hook): Remove function and variable.
293 (delsel-unload-function): New-style unload function, adapted
294 from `delsel-unload-hook'.
295
296 * msb.el (msb-unload-hook): Remove function and variable.
297 (msb-unload-function): New-style unload function, adapted from
298 `msb-unload-hook'.
299
300 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
301
302 * desktop.el (uniquify-managed): Pacify byte compiler.
303 (desktop-buffer-info): If the buffer name is managed by uniquify,
304 save the base name, not the uniquified one.
305 (desktop-create-buffer): Allow `rename-buffer' to generate a new
306 name in case of conflict.
307
308 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * doc-view.el: Use expand-file-name rather than concat.
311 (doc-view-cache-directory): Add the UID so multiple users won't clash.
312 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
313 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
314 (doc-view-toggle-display): Use an overlay over the whole buffer so as
315 not to have to touch the buffer's content.
316 (doc-view-initiate-display): New function, extracted from doc-view-mode.
317 (doc-view-mode): Use it. Don't mark as a special mode.
318 Put the page numbers in the modeline.
319 Set up the overlay. Hide the cursor. Run the mode hook.
320 Use after-revert-hook rather than revert-buffer-function.
321 (doc-view-search-internal): Fix typo.
322 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
323 image-cache flush.
324 (doc-view-reconvert-doc): Don't reset the whole mode.
325 (doc-view-make-safe-dir): New function.
326 (doc-view-current-cache-dir): Use it.
327
328 2007-10-30 Jason Rumney <jasonr@gnu.org>
329
330 * time.el (display-time-world-list): Test for zoneinfo support.
331
332 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
333
334 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
335
336 * net/tramp-cache.el (tramp-flush-file-function): Check also
337 `default-directory' if `buffer-file-name' does not return a
338 string. Added to `eshell-pre-command-hook'.
339
340 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * doc-view.el (doc-view-current-doc): Remove.
343 Replace all uses by buffer-file-name.
344 (doc-view-menu): New menu.
345 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
346 unused var `doc'.
347 (doc-view-sort): Simplify.
348 (doc-view-buffer-message): Don't change buffer-modified-p.
349 (doc-view-mode): Change it here instead.
350 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
351 Don't modify the global value of revert-buffer-function.
352
353 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
354 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
355 (image-toggle-display): Take overlays into account and don't assume
356 point-min==1.
357
358 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
359
360 * vc.el (vc-annotate): Fix omission bug:
361 Specify value for vc-sentinel-movepoint.
362
363 2007-10-30 Michael Olson <mwolson@gnu.org>
364
365 * textmodes/remember.el (remember-mode-hook)
366 (remember-handler-functions, remember-annotation-functions):
367 Add additional items as options, including some Org functions.
368
369 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
370
371 * doc-view.el: Remove cl-dependency.
372 (doc-view-buffer-message): Mention new binding K.
373 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
374 instead of variable.
375 (doc-view-current-cache-dir): Better cache dir naming.
376 (doc-view-current-display): Remove variable.
377 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
378 (doc-view-kill-proc): Set converter process to nil.
379 (doc-view-minor-mode): New minor mode.
380 (doc-view-minor-mode-map): New keymap.
381 (doc-view-mode): Remove text/image switching code. Use plain defun.
382 (doc-view-mode-map): New binding K kills converter process.
383 Remove C-c C-e binding.
384 (doc-view-mode-text-map): Remove keymap.
385 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
386 d-v-display-maybe.
387 (doc-view-previous-major-mode): New variable.
388 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
389 (doc-view-remove-if): New function.
390 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
391 (doc-view-toggle-display): Toggle modes instead of display styles.
392 (doc-view-reconvert-doc): Adapt to new way of doing things.
393
394 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
395
396 2007-10-30 Glenn Morris <rgm@gnu.org>
397
398 * dirtrack.el (dirtrack-mode): Doc fix.
399 * shell.el (shell-dirtrack-verbose, shell-mode)
400 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
401
402 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
403 (byte-compile-enable-warning): Doc fix.
404
405 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
406 suppress byte-opt warning.
407
408 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
409
410 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
411 (edt-gnu-emacs19-p): Remove.
412 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
413 (edt-xserver, edt-page-backward, edt-beginning-of-line)
414 (edt-end-of-line-forward, edt-end-of-line-backward)
415 (edt-one-word-forward, edt-one-word-backward, edt-character)
416 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
417 (edt-find-forward, edt-find-backward, edt-find-next-forward)
418 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
419 (edt-define-key, edt-bottom-check, edt-sentence-forward)
420 (edt-sentence-backward, edt-paragraph-forward)
421 (edt-paragraph-backward, edt-restore-key, edt-window-top)
422 (edt-window-bottom, edt-scroll-window-forward-line)
423 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
424 (edt-line-to-top-of-window, edt-paragraph-backward)
425 (edt-restore-key, edt-window-top, edt-window-bottom)
426 (edt-scroll-window-forward-line)
427 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
428 (edt-line-to-middle-of-window, edt-goto-percentage)
429 (edt-display-the-time, edt-remember, edt-split-window)
430 (edt-emulation-on, edt-emulation-off)
431 (edt-default-emulation-setup, edt-user-emulation-setup)
432 (edt-select-default-global-map, edt-select-user-global-map):
433 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
434 tests.
435
436 * textmodes/reftex-index.el (reftex-index-selection-or-word):
437 Use feature test instead of boundp test so it can be resolved at
438 compile time.
439
440 * net/newsticker.el (replace-regexp-in-string): Only define for
441 XEmacs.
442
443 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
446 Update all users.
447 (abbrev-get, abbrev-put): Simplify.
448 (define-abbrev): Don't store the `force' value in the :system property.
449 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
450
451 2007-10-30 Michael Olson <mwolson@gnu.org>
452
453 * desktop.el (desktop-minor-mode-table): Add line for ERC.
454
455 * textmodes/remember.el: New file that implements a mode for
456 quickly jotting down things to remember.
457
458 * textmodes/remember-diary.el: A backend for remember.el that
459 implements saving notes to a Diary file.
460
461 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
462
463 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
464 Relocate in file.
465 (allout-doublecheck-at-and-shallower): Increase to include
466 slightly greater depths, since yank interaction is now ok.
467 Also, elaborate the docstring to explain the situation.
468 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
469 instead of concat, so we accommodate key sequences expressed as
470 vectors as well as strings and lists.
471 (allout-flag-region, allout-hide-by-annotation): Make the
472 hidden-text overlays 'front-advance.
473 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
474 (allout-aberrant-container-p, allout-on-current-heading-p)
475 (allout-e-o-prefix-p, allout-next-heading)
476 (allout-previous-heading, allout-goto-prefix)
477 (allout-end-of-prefix, allout-next-sibling-leap)
478 (allout-next-visible-heading, allout-auto-fill)
479 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
480 (allout-yank-processing, allout-resolve-xref)
481 (allout-current-topic-collapsed-p, allout-hide-region-body)
482 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
483 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
484 (count-trailing-whitespace-region): Preserve match data, so allout
485 outline navigation doesn't disrupt other Emacs operations.
486 (allout-beginning-of-line): Retreat to the beginning of the hidden
487 text, so fields are respected (for submodes that care).
488 (allout-end-of-line): Preserve mark activation status when jumping.
489 (allout-open-topic): Account for opening after a child that
490 contains a hidden trailing newline. Preserve match data.
491 Run allout-structure-added-hook
492 (allout-encrypt-decrypted): Preserve match data.
493 (allout-toggle-current-subtree-exposure): Add new interactive
494 function for toggle subtree exposure - suggested by tassilo.
495 (move-beginning-of-line, move-end-of-line): Don't use
496 line-move-invisible-p, it's obsolete - substitute the code,
497 instead.
498
499 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
500
501 * textmodes/flyspell.el (message-signature-separator):
502 * longlines.el (message-indent-citation-function): Pacify byte
503 compiler.
504
505 * emacs-lisp/cl-loaddefs.el:
506 * ldefs-boot.el: Regenerate.
507
508 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
509 (.el.elc, compile, compile-always, compile-calc)
510 ($(lisp)/progmodes/cc-mode.elc): Use it.
511
512 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p): Only
513 do work for XEmacs.
514 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
515 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
516 on XEmacs.
517 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
518 (ps-x-color-name, ps-x-color-specifier-p)
519 (ps-x-copy-coding-system, ps-x-device-class)
520 (ps-x-extent-end-position, ps-x-extent-face)
521 (ps-x-extent-priority, ps-x-extent-start-position)
522 (ps-x-face-font-instance, ps-x-find-coding-system)
523 (ps-x-font-instance-properties, ps-x-make-color-instance)
524 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
525 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
526 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
527 (ps-generate-postscript-with-faces): Delete defaliases.
528 (ps-face-foreground-name, ps-face-background-name)
529 (ps-color-values, ps-face-bold-p, ps-face-italic-p): Move
530 definitions to top level, make the body conditional on the Emacs
531 flavor. Replace uses of deleted aliases and renamed functions.
532 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
533 of deleted aliases and renamed functions.
534
535 * calc/calc.el (calc-emacs-type-lucid): Remove.
536 (calc-digit-map, calcDigit-start, calc-read-key)
537 (calc-clear-unread-commands):
538 * calc/calc-ext.el (calc-user-key-map): Replace uses of
539 calc-emacs-type-lucid with (featurep 'xemacs)
540
541 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
542 (featurep 'xemacs).
543 (tpu-lucid-emacs19-p): Remove.
544 (tpu-map-key): Make it a function instead of using fset. Inline
545 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
546 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
547
548 * ielm.el: Use featurep 'xemacs.
549
550 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
551 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
552 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
553 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
554 cperl-xemacs-p with (featurep 'xemacs).
555 (font-lock-cache-position): Pacify byte compiler.
556
557 2007-10-29 Drew Adams <drew.adams@oracle.com>
558
559 * faces.el (read-color): New function.
560 (face-at-point, foreground-color-at-point)
561 (background-color-at-point): New functions.
562
563 2007-10-28 Richard Stallman <rms@gnu.org>
564
565 * net/browse-url.el (browse-url-text-xterm): Renamed from
566 browse-url-lynx-xterm and made generic.
567 (browse-url-text-emacs): Likewise.
568 (browse-url-text-browser): New variable.
569 (browse-url-text-emacs-args): Renamed from browse-url-lynx-emacs-args.
570 (browse-url-text-input-field, browse-url-text-input-attempts)
571 (browse-url-kde-program): Likewise.
572
573 2007-10-29 Glenn Morris <rgm@gnu.org>
574
575 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
576 Use mapc rather than mapcar (reinstall change deleted without log
577 entry 2007-10-22).
578
579 2007-10-29 Martin Rudalics <rudalics@gmx.at>
580
581 * wdired.el (wdired-next-line, wdired-previous-line):
582 Use next-line and previous-line wrapped in with-no-warnings.
583
584 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
585
586 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
587 (rcirc-recent-quit-alist): New function.
588 (rcirc): Print a better message when there is only one connected server.
589 (rcirc-complete-nick): Do not update the nick table here.
590 (rcirc-mode-map): Add M-o.
591 (rcirc-current-line): Add variable.
592 (rcirc-mode): Setup variables for line based omit.
593 (rcirc-edit-multiline): Strip text properties.
594 (rcirc-omit-responses): Add NICK.
595 (rcirc-omit-threshold): Add variable.
596 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
597 Add functions.
598 (rcirc-print): Keep track of current line. Do not fill text if
599 `rcirc-fill-flag' is null. Only omit text if the last activity
600 from the sender is more than `rcirc-omit-threshold' lines ago.
601 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
602 numbers instead of time.
603 (rcirc-channel-nicks): Sort by line numbers instead of time.
604 (rcirc-omit-mode): Add `...' when omitting text and recenter.
605 (rcirc-handler-JOIN): Restore the joiners linestamp.
606 (rcirc-maybe-remember-nick-quit): Add function.
607 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
608
609 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
610
611 * loadhist.el (unload-feature-special-hooks):
612 Add `delete-frame-functions' and `suspend-tty-functions'.
613
614 * server.el (server-unload-function): Rename from `server-unload-hook'
615 and adapt to new `unload-feature' functionality. Remove hook from
616 `kill-buffer-hook' buffer-locally.
617 (server-unload-hook): Remove.
618 (server-unload-function): New var; replaces `server-unload-hook'.
619
620 2007-10-29 Glenn Morris <rgm@gnu.org>
621
622 * dirtrack.el (dirtrack-debug): Doc fix.
623 (dirtrack-mode, dirtrack-debug-mode): New names for
624 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
625 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
626 Make obsolete.
627 (dirtrack-debug-message): Only print message if
628 dirtrack-debug-mode is non-nil. Use with-current-buffer.
629 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
630 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
631
632 2007-10-28 Glenn Morris <rgm@gnu.org>
633
634 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
635 (byte-compile-warnings-safe-p): Handle `not'.
636 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
637 (byte-compile-enable-warning): New functions.
638 (byte-compile-eval-before-compile)
639 (byte-compile-file-form-require): Use byte-compile-disable-warning.
640 (byte-compile-close-variables): Locally bind byte-compile-warnings,
641 but do not modify it.
642 (byte-compile-eval, byte-compile-obsolete)
643 (byte-compile-warn-about-unresolved-functions)
644 (byte-compile-file-form-defvar)
645 (byte-compile-file-form-custom-declare-variable)
646 (byte-compile-file-form-require)
647 (byte-compile-file-form-defmumble, byte-compile-lambda)
648 (byte-compile-form, byte-compile-normal-call)
649 (byte-compile-variable-ref, byte-compile-defvar)
650 (byte-compile-make-variable-buffer-local):
651 Use byte-compile-warning-enabled-p.
652 * emacs-lisp/advice.el (ad-compile-function):
653 Use byte-compile-disable-warning.
654 * emacs-lisp/cl.el: Move local variables to end of file, and set
655 byte-compile-warnings to `(not cl-functions)'.
656 * emacs-lisp/cl-compat.el: Add a local variables section, and set
657 byte-compile-warnings to `(not cl-functions)'.
658 * emacs-lisp/cl-macs.el: Unify local variable section, and set
659 byte-compile-warnings to `(not cl-functions)'.
660 (cl-do-proclaim): Use byte-compile-disable-warning and
661 byte-compile-enable-warning.
662 * emacs-lisp/cl-seq.el: Unify local variable section, and set
663 byte-compile-warnings to `(not cl-functions)'.
664 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
665 Use byte-compile-disable-warning.
666
667 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
668
669 * cus-edit.el (custom-browse-insert-prefix):
670 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
671
672 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
673
674 * server.el (server-process-filter): Fix typo in docstring.
675 (server-log): Reflow docstrings.
676 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
677 (server-goto-line-column): Use `when'.
678
679 2007-10-28 Juri Linkov <juri@jurta.org>
680
681 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
682 when mouse is clicked on the isearch message.
683 (isearch-resume): Call `isearch-update' at the end.
684 Rename argument `search' to `string' to conform to the
685 isearch terminology.
686
687 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 Rewrite abbrev.c in Elisp.
690 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
691 (abbrev-table-get, abbrev-table-put, abbrev-get)
692 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
693 (define-abbrev, abbrev--check-chars, define-global-abbrev)
694 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
695 (abbrev-expansion, abbrev--before-point, expand-abbrev)
696 (unexpand-abbrev, abbrev--write, abbrev--describe)
697 (insert-abbrev-table-description, define-abbrev-table):
698 New funs, largely transcribed from abbrev.c.
699 (abbrev-with-wrapper-hook): New macro.
700 (abbrev-table-name-list, global-abbrev-table)
701 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
702 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
703 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
704 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
705 New vars, largely transcribed from abbrev.c.
706 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
707 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
708 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
709
710 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
711
712 * ps-print.el: Now detect if text foreground and background colors are
713 equal and replace the foreground color by another color, so the text
714 becomes visible. Doc fix.
715 (ps-print-version): New version 6.8.
716 (ps-default-fg, ps-default-bg): Docstring fix.
717 (ps-postscript-code-directory): Fix default value code.
718 (ps-fg-list, ps-fg-validate-p): New options.
719 (ps-foreground-list): New var.
720 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
721
722 2007-10-27 Glenn Morris <rgm@gnu.org>
723
724 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
725 (shell-dirtrack-toggle): Mark as obsolete.
726 (dirtrack-toggle, dirtrack-mode): No longer alias to
727 shell-dirtrack-mode.
728
729 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
730
731 * calc/calc.el (math-standard-opers): Lower the precedence
732 of negation.
733 * calc/calc-lang.el (math-oper-table): Lower precedence of
734 negation for C, TeX, and eqn.
735
736 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
737
738 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
739
740 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
741
742 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
743 (desktop-not-loaded-hook): Fix :version tags.
744
745 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
746
747 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
748 (tramp-get-remote-tmpdir): New defun.
749 (tramp-make-tramp-temp-file): Use it.
750 (tramp-local-call-process): New defun. Replace all calls of
751 `call-process' by this when appropriate.
752 (tramp-handle-write-region): Replace calls of `file-attributes' by
753 `tramp-compat-file-attributes'.
754 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
755 Make the first command a `tramp-send-command' call, with let-bind
756 of `tramp-end-of-output'.
757 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
758 (tramp-load-report-modules, tramp-append-tramp-buffers):
759 Move to tramp-cmds.el.
760
761 * net/tramp-fish.el (tramp-fish-handle-copy-file)
762 (tramp-fish-do-copy-or-rename-file)
763 (tramp-fish-do-copy-or-rename-file-directly):
764 * net/tramp-smb.el (tramp-smb-handle-copy-file):
765 Add parameter PRESERVE-UID-GID.
766
767 2007-10-27 Eli Zaretskii <eliz@gnu.org>
768
769 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
770 New defcustoms.
771 (display-time-world-list): Use them as appropriate for the current
772 value of `system-type'.
773
774 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
775
776 * printing.el: Pacify byte compiler, that is, no compiler warnings.
777 Move (again) some variable definitions before use, define some fun
778 aliases, no code change.
779 (pr-version): New version 6.9.2.
780 (pr-path-style, pr-auto-region, pr-menu-char-height)
781 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
782 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
783 via (defvar VAR).
784 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
785 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
786 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
787 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
788 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
789 (pr-menu-print-item, pr-ps-printer-menu-modified)
790 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
791 (pr-even-or-odd-alist): Vars definition moved.
792
793 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
794
795 * emulation/pc-select.el (next-line-mark, next-line-nomark)
796 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
797 around uses of previous-line and next-line.
798
799 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
800 New defvars.
801
802 * textmodes/css-mode.el (comment-continue):
803 * net/browse-url.el (url-handler-regexp):
804 * progmodes/idlw-help.el (idlwave-system-routines):
805 Pacify byte-compiler.
806
807 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
808 line-move-invisible-p with its former definition: invisible-p.
809 line-move-invisible-p was removed on 2007-08-29.
810
811 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
812
813 * files.el (kill-emacs-query-functions): Doc fix;
814 `save-buffers-kill-emacs' is no longer bound to a key.
815
816 2007-10-26 Richard Stallman <rms@gnu.org>
817
818 * isearch-multi.el (isearch-buffers-multi): New option.
819 (isearch-buffers-search-fun): Test it.
820
821 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
822 Put ps-run-clear on C-c C-l.
823
824 * newcomment.el (comment-styles): New style indent-or-triple.
825 (comment-style): Make that the default.
826 (comment-add defvar): Doc fix.
827 (comment-add): Delete arg EXTRA.
828 (comment-region-default): Open code call to comment-add.
829 Handle indent-or-triple style which uses `multi-char' for INDENT.
830
831 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
832
833 * eshell/em-unix.el (nil-blank-string): Doc fix.
834
835 2007-10-26 John Wiegley <johnw@newartisans.com>
836
837 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
838 function, ensure that the third argument is turned into a nil if
839 the string is otherwise completely empty (either no characters, or
840 all tabs/spaces). This fixes a bug from a user who found himself
841 unable to customize `diff-switches' and still use Eshell's diff
842 command.
843
844 2007-10-26 Glenn Morris <rgm@gnu.org>
845
846 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
847 safe-local-variable property.
848
849 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
850
851 * net/browse-url.el (browse-url-browser-function): Delete grail.
852 (browse-url-grail): Function and variable deleted.
853 (browse-url-browser-function): Delete IXI Mosaic.
854 (browse-url-default-browser): Don't try IXI Mosaic.
855 (browse-url-iximosaic): Function deleted.
856 (browse-url-browser-function): Delete MMM.
857 (browse-url-default-browser): Don't try MMM.
858 (browse-url-mmm): Function deleted.
859
860 2007-10-26 Drew Adams <drew.adams@oracle.com>
861
862 * custom.el (custom-note-var-changed): New function.
863
864 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
865
866 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
867 use with the definition. Remove.
868
869 * add-log.el (change-log-start-entry-re): New defconst.
870 (change-log-sortable-date-at): Use it.
871 (change-log-beginning-of-defun, change-log-end-of-defun):
872 New functions.
873 (change-log-mode): Use them for beginning-of-defun-function and
874 end-of-defun-function.
875
876 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
877
878 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
879 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
880 (ses-recalculate-cell): Deal with point being just beyond end of
881 data area (why does this happen?)
882 (ses-set-curcell): Ditto.
883 (ses-column-letter): Handle columns beyond 702. Code written by
884 Gareth Rees.
885
886 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
887
888 * textmodes/org.el (org-agenda-get-restriction-and-command):
889 Use `mapc' instead of `mapcar'.
890 (org-agenda-list): Numeric prefix argument can specify the number
891 of days.
892 (remember-register, remember-buffer): Prevent byte compiler from
893 complaining.
894 (org-todo): Save and restore match data.
895 (org-no-warnings): New macro.
896 (org-columns-eval): Use `org-no-warnings'.
897
898 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
899
900 * comint.el (comint-password-prompt-regexp):
901 Handle `[sudo] password'-style prompt.
902
903 2007-10-25 Glenn Morris <rgm@gnu.org>
904
905 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
906 (defcustom): Doc fix.
907
908 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
909 Add `non_intrinsic'.
910 (f90-constants-re): Add ieee modules.
911 (f90-typedef-matcher, f90-typedec-matcher)
912 (f90-imenu-type-matcher): New functions.
913 (f90-font-lock-keywords-1): Give module procedures function-name face.
914 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
915 Add `use, intrinsic'.
916 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
917 Move start of `enum' blocks to separate entry.
918 (f90-start-block-re): Fix `type', `abstract interface'.
919 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
920 derived types.
921 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
922 `elemental', change `enumerator'.
923 (f90-no-block-limit): Fix `abstract interface'.
924
925 * progmodes/f90.el (f90-indented-comment-re)
926 (f90-directive-comment-re, f90-break-delimiters):
927 * progmodes/fortran.el (fortran-comment-line-start-skip)
928 (fortran-directive-re):
929 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
930 as safe if they are strings.
931
932 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * startup.el (window-system): Remove. Don't make it frame-local.
935
936 2007-10-24 Richard Stallman <rms@gnu.org>
937
938 * savehist.el (savehist-save): Omit unreadable elements.
939
940 * loadhist.el (unload-function-defs-list): Rename from
941 unload-function-features-list.
942 (unload-feature-special-hooks, unload-feature): Doc fixes.
943
944 * indent.el (indent-to-left-margin): If point's in the indentation,
945 move to the end of the indentation.
946
947 * cus-edit.el (customize-changed-options): Make arg optional.
948
949 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
950
951 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
952
953 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
954
955 * textmodes/org-publish.el (org-publish-attachment): Re-install
956 accidentally deleted change.
957
958 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * term/iris-ansi.el (iris-function-map): Move init into declaration.
961
962 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
963
964 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
965 (Buffer-menu-mode-map): Initialize in the declaration.
966 (Buffer-menu-mode): Define with `define-derived-mode'.
967
968 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
969
970 * textmodes/org.el (org-version): Change to 5.13e.
971 (org-agenda-file-regexp): Fix typo in docstring.
972 (org-add-planning-info): Fix bug in parenthesis settings.
973 (org-scan-tags): Catch the case of indirect buffers with no filename.
974 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
975 Re-install switch to mapc, had been removed by accident.
976 (org-columns-map): New binding `C-c C-o'.
977 (org-columns-menu): Change menu text and added new entry.
978 (org-columns-eval): Document the use of `next-line'.
979 (org-columns-open-link): New function.
980 (org-columns-follow-link): Remove function.
981 (org-open-link-from-string): New function.
982 (org-read-date-get-relative): Fix typo in docstring.
983 (org-read-date-get-relative): Leading +/- is not optional.
984 (org-agenda-get-restriction-and-command): Always resize window on
985 first loop cycle.
986 (org-agenda-open-link): Make sure the link abbreviations are
987 present in the agenda buffer.
988 (org-agenda-copy-local-variable): New function.
989
990 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
991
992 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
993
994 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * simple.el (reindent-then-newline-and-indent): Use a `move after
997 insert' kind of marker in the save-excursion.
998
999 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * textmodes/css-mode.el: Require CL.
1002 (comment-continue): Declare.
1003
1004 * subr.el (make-variable-frame-localizable): Remove.
1005 (make-variable-frame-local): Mark obsolete.
1006
1007 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1010 of the subdirs is unreadable.
1011
1012 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
1013
1014 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
1015 when we are local.
1016
1017 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1018
1019 * progmodes/python.el (python-current-defun): Remove left-over
1020 assignment to `start'.
1021
1022 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1023
1024 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
1025 than `mapcar'; return value is not used.
1026
1027 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1028
1029 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
1030 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
1031
1032 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1033
1034 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1035 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1036
1037 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1038
1039 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
1040
1041 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1042
1043 * emacs-lisp/advice.el (ad-make-advised-docstring):
1044 Add ad-advice-info text property to doc string.
1045
1046 2007-10-23 Glenn Morris <rgm@gnu.org>
1047
1048 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1049 (f90-type-indent, f90-program-indent, f90-associate-indent)
1050 (f90-continuation-indent, f90-comment-region)
1051 (f90-beginning-ampersand, f90-smart-end)
1052 (f90-break-before-delimiters, f90-auto-keyword-case)
1053 (f90-leave-line-no, f90-mode-hook):
1054 Give an appropriate safe-local-variable property.
1055
1056 * progmodes/fortran.el (fortran-tab-mode-default)
1057 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1058 (fortran-structure-indent, fortran-continuation-indent)
1059 (fortran-comment-indent, fortran-comment-line-extra-indent)
1060 (fortran-comment-line-start)
1061 (fortran-minimum-statement-indent-fixed)
1062 (fortran-minimum-statement-indent-tab)
1063 (fortran-comment-indent-char, fortran-line-number-indent)
1064 (fortran-check-all-num-for-matching-do)
1065 (fortran-blink-matching-if, fortran-continuation-string)
1066 (fortran-comment-region, fortran-electric-line-number)
1067 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1068 (fortran-analyze-depth, fortran-break-before-delimiters):
1069 Give an appropriate safe-local-variable property.
1070
1071 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1072
1073 * printing.el: Move variable definitions before use.
1074 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
1075
1076 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1077
1078 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1079 (tpu-edt-off): Use it.
1080 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1081 the global-map before adding it to global-map.
1082
1083 * menu-bar.el (global-buffers-menu-map): New var.
1084 (global-map, menu-bar-update-buffers): Use it.
1085 * msb.el (msb-menu-bar-update-buffers): Use it.
1086 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1087 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1088 Use with-current-buffer.
1089
1090 2007-10-22 Juri Linkov <juri@jurta.org>
1091
1092 * isearch-multi.el: New file.
1093
1094 * isearch.el (isearch-search-string): After finding the next
1095 occurrence switch to buffer isearch-buffers-current-buffer when
1096 isearch-buffers-next-buffer-function is non-nil and
1097 isearch-buffers-current-buffer is live.
1098
1099 * add-log.el (change-log-mode): Make and set buffer-local variable
1100 isearch-buffers-next-buffer-function to change-log-next-buffer.
1101 Call isearch-buffers-minor-mode.
1102 (change-log-next-buffer): New function.
1103
1104 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
1105
1106 * org-export-latex.el (org-export-latex-protect-string):
1107 Renaming of `org-latex-protect'.
1108 (org-export-latex-emphasis-alist): By default, don't protect
1109 any emphasis formatter from further conversion.
1110 (org-export-latex-tables): Honor column grouping for tables.
1111 (org-export-latex-title-command): New option.
1112 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1113 export backslash character.
1114
1115 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1116
1117 * textmodes/org.el (org-read-date-get-relative): New function.
1118 (org-agenda-file-regexp): New variable.
1119 (org-agenda-files): Allow directories in the variable.
1120 (org-agenda-get-restriction-and-command): New function.
1121 (org-agenda): Use `org-agenda-get-restriction-and-command'.
1122 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
1123 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
1124 New functions.
1125 (org-entry-add-to-multivalued-property)
1126 (org-entry-remove-from-multivalued-property)
1127 (org-entry-member-in-multivalued-property): New functions.
1128 (org-remember-apply-template): Catch C-g and make sure window
1129 configuration is restored.
1130 (org-agenda-open-link): Make it work with several links in the line.
1131 (org-drawers, org-set-regexps-and-options)
1132 (org-get-current-options): Add support for a DRAWERS in-buffer option.
1133 (org-agenda-window-frame-fractions): New option.
1134 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
1135 (org-columns-cleanup-item, org-find-entry-with-id)
1136 (org-insert-columns-dblock, org-listtable-to-string)
1137 (org-dblock-write:columnview, org-columns-capture-view)
1138 (org-edit-headline): New functions.
1139 (org-agenda-to-appt): Require calendar.
1140 (org-entry-get-with-inheritance): Widen for search.
1141 (org-columns-display-here): Don't mark buffer as modified when
1142 adding space characters to accomodate column overlays.
1143 (org-export-as-html): Better formatting of tags in the toc.
1144 (org-columns-display-here): Make the ITEM column as compact as possible.
1145 (org-remember-templates): Customization interface improved.
1146 (org-export-with-property-drawer): Variable removed.
1147 (org-export-with-drawers): New option.
1148 (org-complex-heading-regexp): New variable.
1149 (org-sort-entries): Rewrite using `sort-subr'.
1150 (org-set-property): More appropriate completion during interactive use.
1151 (org-sort-entries): Allow sorting by property.
1152 (org-additional-option-like-keywords): Add more values.
1153 (org-sort-entries-or-items): Rename from `org-sort-entries'.
1154
1155 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1156
1157 * textmodes/org.el (org-get-date-from-calendar): New function.
1158 (org-at-timestamp-p, org-timestamp-change)
1159 (org-remember-templates): First element of each entry is now a
1160 name for the template.
1161 (org-store-log-note): Check for `org-note-abort'.
1162 (org-kill-note-or-show-branches): New command.
1163 (org-fontify-priorities): New option.
1164 (org-fontify-priorities): New function.
1165 (org-cut-subtree, org-copy-subtree): New argument N to
1166 act on N sequential subtrees.
1167 (org-paste-subtree): Fix the level at which a tree is pasted.
1168 (org-fit-agenda-window): Limitations on window size removed.
1169 (org-agenda-find-same-or-today-or-agenda): Rename from
1170 `org-agenda-find-today-or-agenda'.
1171 (org-scheduled-past-days): New option.
1172 (org-agenda-scheduled-leaders)
1173 (org-agenda-deadline-leaders): New options.
1174 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
1175 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
1176 (org-export-with-tags, org-export-plist-vars)
1177 (org-infile-export-plist): New "tags" option.
1178 (org-use-property-inheritance): New option.
1179 (org-cached-entry-get): Use `org-use-property-inheritance'.
1180 (org-remember-apply-template): Fix typo.
1181
1182 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
1183
1184 * net/tramp.el (tramp-find-shell)
1185 (tramp-open-connection-setup-interactive-shell): Improve sending
1186 initial commands.
1187 (tramp-action-terminal): Send debug message.
1188 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
1189 (tramp-barf-if-no-shell-prompt): Insert code of
1190 `tramp-wait-for-shell-prompt'.
1191
1192 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1193
1194 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
1195
1196 * term/vt200.el (terminal-init-vt200):
1197 * term/vt201.el (terminal-init-vt201):
1198 * term/vt220.el (terminal-init-vt220):
1199 * term/vt240.el (terminal-init-vt240):
1200 * term/vt300.el (terminal-init-vt300):
1201 * term/vt320.el (terminal-init-vt320):
1202 * term/vt400.el (terminal-init-vt400):
1203 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
1204
1205 * term/wyse50.el (wyse50-terminal-map): New var.
1206 (terminal-init-wyse50): Use it and input-decode-map.
1207 (enable-arrow-keys): Emasculate.
1208
1209 * term/tvi970.el (tvi970-terminal-map): New var.
1210 (terminal-init-tvi970): Use it and input-decode-map.
1211 (tvi970-keypad-numeric): Remove.
1212 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
1213
1214 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
1215 (terminal-init-sun): Use it and input-decode-map.
1216
1217 * term/news.el (terminal-init-news):
1218 * term/lk201.el (terminal-init-lk201):
1219 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
1220
1221 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
1222
1223 * complete.el (PC-expand-many-files): Remove.
1224 (PC-do-completion): Call file-expand-wildcards instead of
1225 PC-expand-many-files.
1226
1227 * net/tramp.el (tramp-handle-expand-many-files): Remove.
1228 (PC-expand-many-files): Remove advice.
1229
1230 2007-10-22 Glenn Morris <rgm@gnu.org>
1231
1232 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
1233 Add some support for Fortran 2003 syntax:
1234 (f90-type-indent): Now also applies to `enum'.
1235 (f90-associate-indent): New user option.
1236 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
1237 Add some F2003 keywords.
1238 (f90-constants-re): New constant.
1239 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
1240 Interface'.
1241 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
1242 `class'. Arguments for `type'/`class' may have spaces. Add a new
1243 element for functions with specified types. Add `end enum' and
1244 `select type'. Add `implicit enumerator' and `procedure'.
1245 Add `class default' and `type is', `class is'. Fix `go to' regexp.
1246 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
1247 (f90-font-lock-keywords-4): Add `f90-constants-re'.
1248 (f90-blocks-re): Add `enum' and `associate'.
1249 (f90-else-like-re): Add `class is', `type is', and `class default'.
1250 (f90-end-type-re): Add `enum'.
1251 (f90-end-associate-re, f90-typeis-re): New constants.
1252 (f90-end-block-re): Add `enum' and `associate'. Change from
1253 optional whitespace to end-of-word, to avoid `enumerator'.
1254 (f90-start-block-re): Add `select type', `abstract interface', and
1255 `enum'. Avoid `type is', and `type (sometype)'.
1256 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
1257 (f90-mode): Doc fix.
1258 (f90-looking-at-select-case): Doc fix. Add `select type'.
1259 (f90-looking-at-associate): New function.
1260 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
1261 Add `enum' and `abstract interface'.
1262 (f90-no-block-limit): Add `select type' and `abstract interface'.
1263 (f90-get-correct-indent, f90-calculate-indent)
1264 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
1265 (f90-indent-region, f90-match-end): Handle `associate' blocks.
1266
1267 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1268
1269 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1270 Use window-full-width-p.
1271
1272 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
1273
1274 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
1275
1276 * tooltip.el: Use featurep 'xemacs.
1277
1278 * printing.el: Move variable definitions before use, no code change.
1279
1280 2007-10-22 Juri Linkov <juri@jurta.org>
1281
1282 * simple.el (goto-history-element): Allow minibuffer-default to be
1283 a list of default values accessible by typing M-n in the minibuffer.
1284
1285 * dired-x.el (dired-guess-shell-command): Put all guesses to the
1286 minibuffer default value list instead of pushing them temporarily
1287 to the history list.
1288
1289 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1290
1291 * hexl.el (hexl-menu): New major mode menu.
1292
1293 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1294
1295 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
1296
1297 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1298
1299 * w32-fns.el (w32-quote-process-args):
1300 * dos-w32.el (print-region-function, lpr-headers-switches)
1301 (ps-print-region-function): Pacify byte-compiler.
1302
1303 * emulation/edt-mapper.el (function-key-map):
1304 (edt-map-key): Make it a function instead of using fset.
1305 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
1306 (edt-gnu-map-key, edt-lucid-map-key): Remove.
1307 (edt-x-emacs-p): Remove.
1308 (edt-emacs-variant, edt-window-system, edt-xserver):
1309 Use featurep 'xemacs.
1310
1311 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
1312 Replace eudc-xemacs-p with its definition.
1313 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
1314 (eudc-emacs-mule-p): Remove.
1315 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
1316 eudc-xemacs-p with feature tests.
1317
1318 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
1319 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
1320 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
1321 (eudc-bob-toggle-inline-display):
1322 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
1323 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
1324
1325 * net/eudcb-ph.el (eudc-ph-open-session):
1326 Replace eudc-xemacs-mule-p with its former definition.
1327
1328 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
1329 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
1330
1331 * progmodes/vera-mode.el (vera-xemacs): Remove.
1332 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
1333
1334 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
1335 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
1336 (vhdl-speedbar-initialize, vhdl-ps-print-init)
1337 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
1338 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
1339 with (featurep 'xemacs).
1340
1341 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
1342 (save-buffer-state-x):
1343 * obsolete/fast-lock.el (fast-lock-verbose):
1344 * emulation/viper-init.el (viper-xemacs-p)
1345 (viper-cond-compile-for-xemacs-or-emacs):
1346 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
1347 * ps-print.el (case-fold-search):
1348 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
1349 * calculator.el (calculator-help): Use featurep 'xemacs.
1350
1351 * progmodes/prolog.el: Undo previous change.
1352 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
1353
1354 * progmodes/dcl-mode.el:
1355 * play/yow.el:
1356 * calendar/todo-mode.el:
1357 * calendar/cal-hebrew.el:
1358 * vc-hg.el: Undo previous change.
1359
1360 * vms-patch.el: Likewise.
1361 (print-region-function): Pacify byte-compiler.
1362
1363 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
1364
1365 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
1366 preserve-uid-gid.
1367
1368 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
1369 compatibility. It is not used, though.
1370
1371 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
1372 Require tramp-cmds.el.
1373 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
1374 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
1375 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
1376 (tramp-do-copy-or-rename-file-out-of-band)
1377 (tramp-maybe-open-connection): Use `make-temp-name'. This is
1378 possible, because we don't need to create the temporary file, but
1379 we need a prefix for ssh, which has its own temporary file handling.
1380 (tramp-handle-delete-directory): Add "-f" to rmdir.
1381 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
1382 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
1383 a signal, in order to give the callee a chance to suppress.
1384 (tramp-handle-write-region): Set owner also in case of short
1385 track. Don't use compatibility calls for `write-region' anymore.
1386 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
1387 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
1388
1389 * net/tramp-cmds.el: New file.
1390
1391 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
1392 `tramp-clear-passwd'.
1393
1394 * net/trampver.el: Update release number.
1395
1396 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1397
1398 * progmodes/gud.el (gud-target-name): Move definition before use.
1399
1400 * progmodes/dcl-mode.el: Require imenu at compile time.
1401
1402 * progmodes/cc-engine.el (c-maybe-stale-found-type):
1403 Pacify byte-compiler.
1404
1405 * obsolete/fast-lock.el: Use featurep test instead of string-match.
1406
1407 * eshell/esh-mode.el (eshell-handle-ansi-color):
1408 Require ansi-color at compile time too.
1409
1410 * eshell/em-unix.el (eshell/info): Require info at compile time too.
1411
1412 * w32-fns.el: Require w32-vars.
1413
1414 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
1415 time too.
1416
1417 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * double.el ([ignore]): Use `ignore'.
1420 (double-setup): Inline into double-mode.
1421 (double-mode): Use define-minor-mode.
1422
1423 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1424
1425 * textmodes/reftex.el: Move require easymenu before first use.
1426 (reftex-info): Require info at compile too.
1427
1428 * textmodes/org-publish.el (org-publish-org-to-html)
1429 (org-publish-org-to): Require org at compile time too.
1430 (org-publish-attachment): Require at compile time too.
1431
1432 * term/tty-colors.el (w32-tty-standard-colors):
1433 Pacify byte-compiler.
1434
1435 * term/pc-win.el (frame-creation-function-alist): Add to this
1436 instead of setting frame-creation-function.
1437
1438 * play/blackbox.el (bb-up, bb-down): Use forward-line.
1439
1440 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
1441
1442 * calendar/todo-mode.el: Require calendar at compile time.
1443
1444 * calendar/cal-hebrew.el: Require holidays at compile time.
1445
1446 * w32-vars.el: Provide w32-vars.
1447
1448 * term/w32-win.el: Require w32-vars.
1449 (w32-color-map): Pacify byte-compiler.
1450
1451 * loadup.el: Load w32-vars before term/w32-win.
1452
1453 2007-10-20 Juri Linkov <juri@jurta.org>
1454
1455 * textmodes/fill.el (fill-paragraph): When the region is active,
1456 don't try other `or' branches regardless of the value returned by
1457 fill-region; just return t.
1458
1459 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1460
1461 * vc.el (vc-do-command): Condition out a misleading message when
1462 running asynchronously.
1463 (vc-deduce-fileset): New argument enables using an unregistered
1464 visited file as a singleton fileset if nothing else is available.
1465 (vc-next-action): Restore file-registering behavior.
1466
1467 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1468
1469 * calc/README: Add recent news.
1470
1471 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
1472
1473 * term/x-win.el (x-gtk-stock-map, icon-map-list)
1474 (x-gtk-map-stock): Delete duplicated definitions from merge.
1475
1476 * progmodes/compile.el (compilation-skip-to-next-location)
1477 (compilation-skip-threshold, compilation-skip-visited):
1478 Move definitions earlier.
1479
1480 * play/decipher.el (decipher-keypress):
1481 * play/zone.el (zone-fall-through-ws):
1482 * play/landmark.el (lm-move-down, lm-move-up):
1483 * play/handwrite.el (handwrite):
1484 * mail/mspools.el (mspools-visit-spool):
1485 * wdired.el (wdired-next-line, wdired-previous-line):
1486 * tar-mode.el (tar-subfile-save-buffer):
1487 * scroll-lock.el (scroll-lock-next-line)
1488 (scroll-lock-previous-line):
1489 * image-dired.el (image-dired-next-line)
1490 (image-dired-previous-line):
1491 * ediff-help.el (ediff-help-message-line-length):
1492 Use forward-line.
1493
1494 * smerge-mode.el (smerge-auto-refine):
1495 * diff-mode.el (diff-auto-refine): Add :group.
1496
1497 * play/yow.el: Require doctor at compile time.
1498
1499 * vmsproc.el: Provide vmsproc.
1500 (command-send-input): Use forward-line.
1501
1502 * vms-patch.el: Require ps-print and vmsproc at compile time.
1503
1504 * vc-mtn.el (log-view-message-re, log-view-file-re)
1505 (log-view-font-lock-keywords): Pacify byte-compiler.
1506
1507 * vc-hg.el: Require log-view at compile time.
1508
1509 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1510
1511 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
1512
1513 2007-10-20 Glenn Morris <rgm@gnu.org>
1514
1515 * progmodes/f90.el (f90-font-lock-keywords-2)
1516 (f90-looking-at-type-like): Fix regexp typos.
1517
1518 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1519
1520 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1521 (bs-mode): Set mode-class property to special.
1522
1523 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1524
1525 * diff-mode.el (diff-auto-refine): New var.
1526 (diff-hunk): Use it.
1527 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
1528 (diff-refine-change): Rename from diff-fine-change. Change it.
1529 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
1530 (diff-refine-hunk): Rename from diff-fine-highlight.
1531
1532 2007-10-20 John Paul Wallington <jpw@pobox.com>
1533
1534 * help-fns.el (describe-variable-custom-version-info): New function
1535 to return variable's version or package version note.
1536 (describe-variable): Use it, display result.
1537
1538 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1539
1540 * smerge-mode.el (smerge-auto-refine): New var.
1541 (smerge-next, smerge-prev): Use it.
1542 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
1543
1544 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1545 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
1546
1547 * vc-bzr.el (vc-bzr-diff-tree):
1548 * vc-git.el (vc-git-diff-tree):
1549 * vc-hg.el (vc-hg-diff-tree):
1550 * vc-mcvs.el (vc-mcvs-diff-tree):
1551 * vc-mtn.el (vc-mtn-diff-tree):
1552 * vc-svn.el (vc-svn-diff-tree): Remove.
1553
1554 * vc-mtn.el (vc-mtn-revision-completion-table):
1555 * vc-cvs.el (vc-cvs-revision-completion-table):
1556 * vc-arch.el (vc-arch-revision-completion-table):
1557 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
1558 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
1559 Make it work when the arg is a list of files.
1560
1561 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1562
1563 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
1564 Also `revision-completion-table' now takes a list of files.
1565 (vc-deduce-fileset): Remove unused var `regexp'.
1566 Only obey allow-directory-wildcard in dired buffers.
1567 (vc-default-diff-tree): Remove.
1568 (vc-diff-added-files): New var.
1569 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
1570 (vc-version-diff): Revert from `vc-history-diff' to the original name.
1571 Remove the `backend' arg.
1572 (vc-contains-version-controlled-file): Remove.
1573 (vc-diff): Bring it closer to the version in Emacs-22.
1574 (vc-revert): Fix typo in let-binding.
1575 (vc-default-unregister): Remove.
1576 (vc-dired-buffers-for-dir): Remove N^2 behavior.
1577
1578 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1579
1580 * textmodes/two-column.el (2C-split, 2C-merge):
1581 * textmodes/bib-mode.el (bib-find-key, mark-bib):
1582 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1583 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
1584 * progmodes/ada-xref.el (ada-get-all-references):
1585 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
1586 * emulation/vi.el (vi-previous-line-first-nonwhite)
1587 (vi-effective-range, vi-put-before):
1588 * emulation/edt.el (edt-next-line, edt-previous-line)
1589 (edt-paragraph-forward): Use forward-line.
1590
1591 * progmodes/etags.el (tags-apropos): Require apropos at compile
1592 time too.
1593
1594 * progmodes/prolog.el: Require comint when compiling.
1595 (inferior-prolog-flavor): Move defvar before use.
1596
1597 2007-10-19 Richard Stallman <rms@gnu.org>
1598
1599 * font-core.el (turn-on-font-lock-if-desired):
1600 Rename from `turn-on-font-lock-if-enabled'.
1601 Fully obey `font-lock-global-modes'.
1602
1603 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
1606 which will not affect the behavior of things like forward-word.
1607 (diff-fine-highlight): Preserve point.
1608
1609 * doc-view.el (doc-view-mode-map): Use remapping.
1610 Don't rebind C-v, M-v to their default value.
1611 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
1612
1613 * smerge-mode.el: Add word-granularity refinement.
1614 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
1615 (smerge-refine-weight-hack): New vars.
1616 (smerge-refine-forward): New fun.
1617 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
1618 (smerge-refine-subst): Use them as well. Preserve point.
1619
1620 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1621
1622 * follow.el (follow-unload-function): New function.
1623
1624 * loadhist.el (unload-function-features-list):
1625 Rename from `unload-hook-features-list'.
1626 (unload-hook-features-list): Add as obsolete alias.
1627 (unload-feature): Use `unload-function-features-list'
1628 and new FEATURE-unload-function.
1629
1630 2007-10-19 Glenn Morris <rgm@gnu.org>
1631
1632 * bindings.el (mouse-minor-mode-menu)
1633 (minor-mode-menu-from-indicator): Move to mouse.el.
1634 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1635 Move here from bindings.el.
1636
1637 2007-10-19 Richard Stallman <rms@gnu.org>
1638
1639 * help-fns.el (describe-function-1): Don't use the advice origname
1640 if it has no function definition.
1641
1642 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1643
1644 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
1645 Use `save-restriction' rather than `widen'.
1646
1647 2007-10-18 Richard Stallman <rms@gnu.org>
1648
1649 * time.el (display-time-world-time-format): Display day # not month #.
1650
1651 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1652
1653 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
1654
1655 * doc-view.el: Remove version keyword.
1656 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1657 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
1658 (doc-view-ghostscript-options): Improve custom type.
1659 (doc-view-cache-directory, doc-view-conversion-buffer)
1660 (doc-view-conversion-refresh-interval): Simplify custom type.
1661
1662 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
1663
1664 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
1665 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
1666 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
1667 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
1668 Remove superfluous messages.
1669 (doc-view-mode-map): Use the image-mode scrolling commands.
1670 Don't rebind C-x k.
1671
1672 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1673
1674 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
1675 Add comment about "-dSAFER".
1676
1677 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1678
1679 * term/xterm.el: Don't require xt-mouse.
1680 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
1681 calling turn-on-xterm-mouse-tracking-on-terminal directly.
1682
1683 * xt-mouse.el: Don't change the global function-key-map anny more.
1684 (xterm-mouse-mode): Use terminal-init-xterm-hook.
1685 Don't use after-make-frame-functions now that term/xterm.el calls
1686 us directly.
1687 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
1688 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
1689 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
1690 Setup input-decode-map and remember that xterm-mouse-mode was
1691 enabled in this terminal.
1692 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
1693 terminals where it has been enabled.
1694
1695 * faces.el (tty-create-frame-with-faces): Make sure not only
1696 tty-run-terminal-initialization but also set-locale-environment
1697 are run only once per terminal.
1698 (tty-run-terminal-initialization): Don't check if the terminal was
1699 already initted.
1700
1701 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
1702 not to remove keymaps that just happen to inherit from one of ours.
1703 When setting up our keymap, make sure it won't be accidentally
1704 modified by someone else.
1705
1706 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1707
1708 * textmodes/artist.el (artist-previous-line, artist-next-line):
1709 * dired.el (dired-next-line, dired-previous-line):
1710 * progmodes/delphi.el (delphi-newline):
1711 * textmodes/org.el (org-columns-eval):
1712 Use forward-line.
1713
1714 * emerge.el (emerge-setup): Use insert-buffer-substring.
1715 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
1716
1717 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1718
1719 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1720 (adaptive-fill-function): Doc fix. Remove * from docstring.
1721
1722 2007-10-18 Tom Horsley <tom.horsley@att.net>
1723
1724 * simple.el (interprogram-paste-function): Doc fix.
1725 (current-kill): Accept list of strings as well
1726 as single string from `interprogram-paste-function'.
1727
1728 2007-10-18 Glenn Morris <rgm@gnu.org>
1729
1730 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1731
1732 2007-10-18 Drew Adams <drew.adams@oracle.com>
1733
1734 * bindings.el (mode-line-minor-mode-keymap):
1735 Add mouse-minor-mode-menu on mouse-1.
1736 (mode-line-modes): Add mouse-1 to help-echo text.
1737 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1738 New functions.
1739 (mode-line-minor-mode-help): Doc fix.
1740
1741 2007-10-17 Juri Linkov <juri@jurta.org>
1742
1743 * textmodes/fill.el (fill-paragraph-or-region): Remove function
1744 at the request of RMS.
1745 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
1746 arg `region'. Fix docstring. At the first `or' branch add call to
1747 `fill-region' if it the region is active in transient-mark-mode.
1748
1749 * bindings.el (esc-map): Bind M-q to fill-paragraph
1750 instead of fill-paragraph-or-region.
1751
1752 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
1753 with fill-paragraph.
1754
1755 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
1756 Fix docstring.
1757
1758 * indent.el (indent-for-tab-command): Change interactive spec from
1759 "P" to "p". Add check for interactive arg before indenting the
1760 active region.
1761
1762 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
1763 Regroup.
1764
1765 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
1766
1767 * emacs-lisp/find-func.el: Don't require loadhist.
1768
1769 * loadhist.el (feature-symbols, file-provides, file-requires)
1770 (file-set-intersect, file-dependents): Simplify.
1771 (unload-feature-special-hooks): Update list of special hooks.
1772
1773 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
1774
1775 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
1776 extensions since they can be viewed with doc-view.
1777
1778 * files.el (auto-mode-alist): Make doc-view-mode the default mode
1779 for pdf, ps and dvi files.
1780
1781 * doc-view.el: Make doc-view-mode the standard mode for viewing
1782 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
1783 text and image display. Add binding C-c C-e to switch to an
1784 editing mode.
1785 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
1786 avoid security problems when rendering files from untrusted sources.
1787
1788 2007-10-17 Aaron Hawley <aaronh@garden.org>
1789
1790 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1791 position is not saved.
1792
1793 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
1794
1795 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
1796 (doc-view-ghostscript-options): Fix typo in doc string.
1797
1798 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1799
1800 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
1801 handling, so compilation-fake-loc works again.
1802
1803 * server.el (server-select-display): Nop if we do not support m-f-o-d.
1804 (server-process-filter): Revert last change.
1805
1806 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
1807 behavior unrelated to filesets.
1808
1809 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * longlines.el (longlines-wrap-follows-window-size): Integer value
1812 specifies wrapping margin.
1813 (longlines-mode, longlines-window-change-function):
1814 Set window-specific wrapping margin based on the above.
1815
1816 2007-10-17 John Wiegley <johnw@newartisans.com>
1817
1818 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1819
1820 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1821
1822 * server.el (server-process-filter): Only set display if X11 is
1823 supported.
1824
1825 2007-10-17 Glenn Morris <rgm@gnu.org>
1826
1827 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1828 Tweak regexp to avoid stack overflow.
1829
1830 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * simple.el (reindent-then-newline-and-indent): Don't assume that
1833 indent-according-to-mode preserves point.
1834
1835 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1836
1837 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
1838 (bs--nth-wrapper): Simplify.
1839 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
1840 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
1841 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
1842 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
1843 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
1844 (bs-configurations, bs-default-configuration)
1845 (bs-alternative-configuration, bs-cycle-configuration-name)
1846 (bs-string-show-always, bs-string-show-never, bs-string-current)
1847 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
1848 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
1849 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
1850 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
1851 (bs--window-config-coming-from): Revert 2006-11-09 change.
1852 (bs--restore-window-config): Keep the selected frame.
1853 (bs--track-window-changes, bs--remove-hooks): New functions.
1854 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1855 (bs--create-header): Remove.
1856 (bs--create-header-line): New function, based on `bs--create-header'.
1857 (bs--show-header): Use `bs--create-header-line'.
1858 (bs--show-with-configuration): Revert 2006-11-09 change.
1859 Don't reuse window unless it is visible on the selected frame.
1860 Restore window configuration (possibly in a different frame)
1861 before creating any window.
1862
1863 2007-10-16 Glenn Morris <rgm@gnu.org>
1864
1865 * simple.el (blink-matching-open): Don't report false errors with
1866 the `$' syntax class.
1867
1868 2007-10-16 Richard Stallman <rms@gnu.org>
1869
1870 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1871 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1872 (ad-is-advised, ad-get-advice-info-field)
1873 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1874
1875 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * vc-hooks.el (vc-workfile-version): Compatibility alias.
1878 (vc-default-working-revision): Compatibility for backends.
1879
1880 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1881
1882 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1883 (filesets-ormap, filesets-sort-case-sensitive-flag)
1884 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1885 Fix typos in docstrings.
1886 (filesets-conditional-sort, filesets-find-or-display-file)
1887 (filesets-data-get-name, filesets-data-get-data)
1888 (filesets-data-set, filesets-cmd-query-replace-getargs)
1889 (filesets-ingroup-collect): Doc fixes.
1890
1891 2007-10-15 Sam Steingold <sds@gnu.org>
1892
1893 * mail/sendmail.el (sendmail-error-reporting-interactive)
1894 (sendmail-error-reporting-non-interactive): New variables for
1895 sendmail error reporting options to simplify support for imperfect
1896 sendmail emulators.
1897 (sendmail-send-it): Use them instead of list literals.
1898
1899 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1900
1901 * help-fns.el: Revert previous change; it creates a
1902 dependency loop between advice.el and help-fns.el.
1903
1904 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1905
1906 * help-fns.el: Require advice when compiling.
1907
1908 2007-10-14 Drew Adams <drew.adams@oracle.com>
1909
1910 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
1911 (ring-insert+extend, ring-remove+insert+extend, ring-member)
1912 (ring-next, ring-previous): New functions.
1913
1914 2007-10-14 Richard Stallman <rms@gnu.org>
1915
1916 * emacs-lisp/advice.el (documentation): Advice deleted.
1917 Doc for advised functions is now handled at C level.
1918 (ad-stop-advice, ad-start-advice): Don't enable or disable
1919 advice for `documentation'.
1920 (ad-advised-definition-docstring-regexp): Var deleted.
1921 (ad-make-advised-definition-docstring): Store orig name
1922 as text property of string.
1923 (ad-advised-definition-p): Check for text property of docstring.
1924
1925 * help-fns.el (describe-function-1): Find source of advised functions.
1926
1927 2007-10-14 Juri Linkov <juri@jurta.org>
1928
1929 * faces.el (describe-face): Allow handling a string as the face name.
1930
1931 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
1932 active region in transient-mark-mode.
1933 (ispell-region): Change messages displayed at the start and end of
1934 the spell-checking to be the same.
1935
1936 * startup.el (fancy-startup-tail): Say exactly what does the button
1937 dismiss ("Dismiss this startup screen"). Use text "Never show
1938 it again" for the checkbox after this button.
1939 (fancy-startup-screen, fancy-about-screen): Put point before the
1940 first link, so the user can quickly select links with the keyboard.
1941 (normal-mouse-startup-screen): Add more useful text describing how
1942 to follow a link.
1943
1944 2007-10-14 Glenn Morris <rgm@gnu.org>
1945
1946 * progmodes/etags.el (select-tags-table): Disable undo in the
1947 `*Tags Table List*' buffer.
1948
1949 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1950
1951 * dired.el (dired-warn-writable): New face.
1952 (dired-warn-writable-face): New variable.
1953 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1954 of dired-warning-face, for group- and world-writable files.
1955
1956 2007-10-13 Richard Stallman <rms@gnu.org>
1957
1958 * files.el (directory-abbrev-alist): Doc fix.
1959
1960 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1961
1962 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1963
1964 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1965
1966 * frame.el (set-frame-configuration): Assign name parameter only
1967 if it has been set explicitly before.
1968
1969 2007-10-11 Tom Tromey <tromey@redhat.com>
1970
1971 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1972 frame is visible.
1973
1974 2007-10-10 Richard Stallman <rms@gnu.org>
1975
1976 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1977 in *Backtrace*.
1978
1979 * faces.el (face-font-selection-order): Doc fix.
1980
1981 * loadhist.el (unload-feature): Doc fix.
1982
1983 2007-10-13 Glenn Morris <rgm@gnu.org>
1984
1985 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1986 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1987 Add doc string, and an explicit COUNT argument.
1988 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1989 `inc' to search functions.
1990
1991 * faces.el (face-spec-set): When FRAME is nil, set the default for
1992 new frames (restores pre-2007-09-17 behavior). Doc fix.
1993
1994 2007-10-13 John W. Eaton <jwe@octave.org>
1995
1996 * progmodes/octave-mod.el (octave-looking-at-kw)
1997 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1998 New functions.
1999 (octave-in-defun-p, calculate-octave-indent)
2000 (octave-blink-matching-block-open, octave-beginning-of-defun)
2001 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
2002 to search for regexps that contain case-sensitive keywords.
2003 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
2004 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
2005
2006 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2007
2008 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
2009 Do not use a single clause cond.
2010
2011 * cus-start.el (all): Use test that does not match the X11 version
2012 for mac.
2013
2014 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
2015
2016 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
2017 BROWSE buffer.
2018
2019 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2020
2021 * cus-start.el (all): Undo previous change.
2022
2023 2007-10-13 Glenn Morris <rgm@gnu.org>
2024
2025 * woman.el (woman0-rename): Fix paren typo.
2026
2027 * mail/feedmail.el (feedmail-run-the-queue)
2028 (feedmail-look-at-queue-directory):
2029 * mail/reporter.el (reporter-dump-state):
2030 * net/eudc-hotlist.el (eudc-edit-hotlist):
2031 * net/eudc.el (eudc-display-records)
2032 (eudc-filter-duplicate-attributes)
2033 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
2034 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
2035 (eudc-bbdb-query-internal):
2036 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
2037 * net/socks.el (socks-build-auth-list):
2038 * progmodes/cc-cmds.el (top level):
2039 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
2040 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
2041 (cperl-write-tags, cperl-tags-treeify):
2042 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
2043 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
2044 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
2045 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
2046 (idlwave-toolbar-remove-everywhere):
2047 * progmodes/idlwave.el (idlwave-indent-line)
2048 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
2049 (idlwave-write-paths, idlwave-all-method-classes)
2050 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
2051 (idlwave-fix-keywords, idlwave-display-calling-sequence)
2052 (idlwave-complete-in-buffer):
2053 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
2054 (org-fast-tag-selection):
2055 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
2056 than mapcar.
2057
2058 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2059
2060 * diff-mode.el (diff-fine-change): Add :group.
2061
2062 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2063
2064 * cus-start.el (all): Use the same test as the 22.2 branch.
2065
2066 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2067
2068 * diff-mode.el (diff-current-defun): Force recomputation of
2069 change-log-default-name.
2070
2071 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
2072
2073 * startup.el (fancy-startup-screen): Remove an unnecessary newline
2074 and some leftover logic regarding dedicated frames. If showing
2075 concise startup screen, fit window to buffer.
2076 (command-line-1): If we will be using the splash screen, use
2077 find-file instead of find-file-other-window to find additional files.
2078 Comment out unused code for coping with the old sit-for behavior.
2079
2080 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2081
2082 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
2083 `meta' modifier consistently, rather than using sometimes meta
2084 sometimes alt.
2085
2086 2007-10-12 Martin Rudalics <rudalics@gmx.at>
2087
2088 * window.el (handle-select-window): Revert part of 2007-10-08
2089 change setting the input focus.
2090
2091 2007-10-12 Glenn Morris <rgm@gnu.org>
2092
2093 * startup.el (command-line): Do not read abbrev file in batch mode.
2094
2095 * emacs-lisp/byte-opt.el (top level):
2096 * mail/rmail.el (rmail-list-to-menu):
2097 * obsolete/hilit19.el (hilit-mode):
2098 * progmodes/cc-mode.el (c-postprocess-file-styles)
2099 (c-submit-bug-report):
2100 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2101 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
2102 (reftex-access-parse-file):
2103 * textmodes/reftex-cite.el (reftex-do-citation)
2104 (reftex-insert-bib-matches):
2105 * textmodes/reftex-ref.el (reftex-offer-label-menu):
2106 * textmodes/reftex-sel.el (reftex-select-unmark):
2107 * textmodes/reftex-toc.el (reftex-toc-do-promote):
2108 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
2109
2110 * cus-edit.el (custom-variable-menu, custom-face-menu)
2111 (custom-group-menu): Check init-file-user rather than
2112 user-init-file, in case cus-edit is loaded by site-run-file.
2113
2114 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
2115
2116 * vc.el (vc-deduce-fileset): Delete unused code.
2117 (vc-next-action): Fix typos.
2118
2119 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2120
2121 * bs.el (bs--mark-unmark): New function.
2122 (bs-mark-current, bs-unmark-current): Use it.
2123
2124 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2125
2126 * vc.el (vc-diff):
2127 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
2128 temporarily disable the check for his edge case of
2129 vc-diff (stopping it from grinding when called from $HOME), as
2130 it's calling some brittle code in vc-hooks.el.
2131 (with-vc-properties): Fix evaluation time of a macro argument.
2132 * ediff-vers.el (ediff-vc-internal):
2133 * vc-hooks.el:
2134 * loaddefs.el: Follow up on VC terminology change.
2135
2136 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2137
2138 * follow.el (follow-stop-intercept-process-output):
2139 Use `follow-call-process-filter' rather than `process-filter'.
2140 Simplify.
2141 * vc.el (vc0iff): Prevent errors in an edge case.
2142
2143 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2144
2145 * vc-hooks.el (vc-registered): Robustify this function a bit
2146 against filenames with no directory component.
2147
2148 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * international/characters.el: Undo unwanted and unexplained change.
2151
2152 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2153
2154 * ps-print.el: Fix the usage of :foreground and :background face
2155 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2156 (ps-print-version): New version 6.7.6.
2157 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
2158 Fix code.
2159 (ps-face-foreground-color-p, ps-face-background-color-p)
2160 (ps-face-color-p): New inline funs.
2161
2162 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2163
2164 * textmodes/org.el (org-additional-option-like-keywords): New constant.
2165 (org-complete): Use `org-additional-option-like-keywords'.
2166 (org-parse-local-options): New function.
2167
2168 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2169
2170 * textmodes/org.el (org-in-clocktable-p): New function.
2171 (org-clock-report): Only update the table at point, or insert a new one.
2172 (org-clock-goto): New function.
2173 (org-open-file): Use `start-process-shell-command' instead of
2174 `shell-command' with an ampersand.
2175 (org-deadline, org-schedule): New argument REMOVE to remove the
2176 date from the entry.
2177 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
2178 argument to `org-schedule' and `org-deadline'.
2179 (org-trim): Use the correct expressions for beginning and end of
2180 the string.
2181 (org-get-cleaned-entry): Trim the string before returning it.
2182 (org-clock-find-position): New function.
2183 (org-clock-into-drawer): New option.
2184 (org-agenda-tags-column): Rename from
2185 `org-agenda-align-tags-to-column'.
2186 (org-agenda-align-tags): Allow negative values for
2187 `org-agenda-tags-column'.
2188 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
2189 (org-agenda-to-appt): New optional argument FILTER.
2190 (org-completion-fallback-command): New variable.
2191 (org-complete): Use `org-completion-fallback-command'.
2192 (org-find-base-buffer-visiting): Catch the case that there is no
2193 buffer visiting the file.
2194 (org-property-or-variable-value): New function.
2195 (org-todo): Use `org-property-or-variable-value'
2196 (org-agenda-compact-blocks): New option.
2197 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
2198 (org-agenda-schedule, org-agenda-deadline):
2199 Call `org-agenda-show-new-time'.
2200 (org-agenda-show-new-time): New argument PREFIX.
2201 (org-colgroup-info-to-vline-list): Fix but that cause a
2202 shift in the vertical lines.
2203 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
2204 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
2205 (org-indent-item): No arg in call to `org-fix-bullet-type'.
2206 (org-fix-bullet-type): Remove argument.
2207 (org-read-date): Check for am/pm twice, to catch the end time.
2208 (org-goto-map): Use `suppress-keymap'.
2209 (org-remember-apply-template): Respect the dynamically scoped
2210 selection character.
2211
2212 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
2213
2214 * textmodes/org-export-latex.el (org-export-latex-protect-string):
2215 Renaming of `org-latex-protect'.
2216 (org-export-latex-emphasis-alist): By default, don't protect
2217 any emphasis formatter from further conversion.
2218 (org-export-latex-tables): Honor column grouping for tables.
2219 (org-export-latex-title-command): New option.
2220 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2221 export backslash character.
2222
2223 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2224
2225 * frame.el (frame-inherited-parameters): Remove unused `environment'
2226 parameter, and let server.el add `client' when needed.
2227
2228 * server.el (server-create-tty-frame)
2229 (server-create-window-system-frame): Set frame-inherited-parameters.
2230
2231 * frame.el (frame-inherited-parameters): New var.
2232 (make-frame): Use it.
2233
2234 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
2235
2236 * env.el (let-environment): Remove. Unused.
2237 (read-envvar-name): Simplify.
2238 (setenv): Remove unused arg `frame'.
2239
2240 * help-fns.el (describe-variable): Add missing " " for multiline
2241 obsolescence info and missing EOL after global value.
2242
2243 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2244
2245 * add-log.el:
2246 * ediff-vers.el:
2247 * log-view.el:
2248 * pcvs.el:
2249 * vc-arch.el:
2250 * vc-bzr.el:
2251 * vc-cvs.el:
2252 * vc.el:
2253 * vc-git.el:
2254 * vc-hg.el:
2255 * vc-hooks.el:
2256 * vc-mcvs.el:
2257 * vc-mtn.el:
2258 * vc-rcs.el:
2259 * vc-sccs.el:
2260 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
2261 {find,init,next,previous,annotate-*,log}-version ->
2262 {find,init,next,previous,annotate-*,log}-revision,
2263 annotate-focus-version -> annotate-working-revision, The term
2264 'focus' is gone. The term 'revision' is now used consistently
2265 everywhere that reference to a revision ID is intended, replacing
2266 older use of 'version'.
2267
2268 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
2269
2270 * follow.el: Change all instances of "Follow Mode" to "Follow
2271 mode" in docstrings and messages.
2272 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
2273
2274 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2275
2276 * vc.el (vc-next-action): Rewrite completely; this principal
2277 entry point now operates on a current fileset selected either
2278 explicitly via VC-Dired or implicitly by visiting a file buffer,
2279 rather than always operating on the file of the current buffer as
2280 in older versions. Rewrite the rest of the mode to match.
2281 (with-vc-properties): Rewrite to operate on a file list.
2282 (with-vc-file): vc-checkin takes a file list argument now.
2283 (vc-post-command-functions): This hook now receives a file list.
2284 (vc-do-command): Take a either a file or a file list as argument.
2285 (vc-deduce-fileset): New function for deducing a file list to
2286 operate on.
2287 (vc-next-action-on-file, vc-next-action-dired): Remove.
2288 Merge into vc-next-action.
2289 (vc-register): Adapt to the fact that vc-start-entry now takes a
2290 file list.
2291 (vc-register-with): New function.
2292 (vc-start-entry): Take a file list argument rather than a
2293 file argument.
2294 (vc-checkout): Cope with vc-start-entry taking a file list.
2295 (vc-steal-lock): Cope with with-vc-properties taking a
2296 file list.
2297 (vc-checkin): Take a file list argument rather than a file argument.
2298 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
2299 (vc-diff-internal): Rewrite for filesets.
2300 (vc-diff-sentinel): New function, tests whether changes were
2301 written into a diff buffer.
2302 (vc-diff): Rewrite for filesets.
2303 (vc-version-diff): Rewrite for filesets.
2304 (vc-print-log): Take a fileset argument.
2305 (vc-revert): Revert the entire selected fileset, not just the
2306 current buffer.
2307 (vc-rollback): Roll back the entire selected fileset, if
2308 possible. No longer accepts a prefix argument.
2309 (vc-update): Merge new changes for the entire selected
2310 fileset, not just the current buffer.
2311 (vc-revert-file): Cope with with-vc-properties taking a file list.
2312 (vc-default-dired-state-info): Add + status suffix if the file is
2313 modified.
2314 (vc-annotate-warp-version): Use the new diff machinery.
2315 (vc-log-edit): Take a file list argument rather than a file argument.
2316
2317 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
2318
2319 Sync with Tramp 2.1.11.
2320
2321 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2322 Pacify byte compiler.
2323
2324 * net/trampver.el: Update release number.
2325
2326 2007-10-09 Richard Stallman <rms@gnu.org>
2327
2328 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
2329
2330 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2331
2332 * follow.el: Require easymenu.
2333 (follow-mode-hook, follow-mode): Doc fixes.
2334 (follow-mode-off-hook): Mark as obsolete.
2335
2336 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2337
2338 * window.el (mouse-autoselect-window-cancel): Don't cancel for
2339 select-window or select-frame events.
2340 (handle-select-window): When autoselecting window set input
2341 focus. Restructure.
2342
2343 * frame.el (focus-follows-mouse): Move to frame.c.
2344 * cus-start.el (all): Add focus-follows-mouse.
2345
2346 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2347
2348 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2349 activate font-locking in the *buffer-selection* buffer.
2350 (bs-show-sorted): Doc fix.
2351
2352 * bs.el (bs--get-marked-string, bs--get-modified-string)
2353 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2354 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2355 (bs--format-aux): Doc fix.
2356
2357 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2358
2359 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2360
2361 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2362
2363 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
2364 (gud-gdb): New function for old M-x gdb (text command mode).
2365 (gud-gdb-command-name, gdb): Move to...
2366
2367 * progmodes/gdb-ui.el: ...here and adapt doc string.
2368 (gud-gdba-command-name, gdba): Delete.
2369
2370 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2371
2372 * bs.el: Don't defvar `font-lock-verbose'.
2373 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
2374 (bs--get-file-name): Fix typos in docstrings.
2375 (bs--show-header): Use `dolist' instead of `mapcar'.
2376 (bs-mode): Set `show-trailing-whitespace' to nil.
2377 (bs-buffer-sort-function, bs-mouse-select-other-frame)
2378 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
2379 Doc fixes.
2380
2381 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
2382
2383 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
2384
2385 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2386
2387 * progmodes/gud.el (gdb): Make graphical mode the default and
2388 switch to text command mode if appropriate, i.e., reverse previous
2389 arrangement.
2390 (gud-gdb-marker-filter): Adapt for above change.
2391
2392 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
2393 gud-minor-mode and gud-marker-filter.
2394 (gdb-fullname-regexp): New variable.
2395 (gud-gdba-marker-filter): Use it to switch to text command
2396 mode if appropriate.
2397
2398 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2399
2400 * progmodes/gud.el (gud-display-line): Find source buffer even when
2401 GUD buffer has its own frame.
2402
2403 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2404
2405 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
2406
2407 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2408
2409 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2410
2411 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2412
2413 * allout.el (allout-before-change-handler): Replace got-char by
2414 goto-char.
2415
2416 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2417
2418 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
2419 Used to try and automatically enabled smerge-mode in the presence of
2420 conflicts and to call `svn resolved' when the conflicts are gone.
2421 (vc-svn-parse-status): Remember the svn-specific status.
2422
2423 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2424
2425 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
2426 menu-bar-apropos-menu. All users changed.
2427 (menu-bar-help-menu): Change menu symbols to better match the text
2428 displayed by the menu.
2429
2430 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2431
2432 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
2433 #, @, : and ^.
2434
2435 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2436
2437 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
2438
2439 * log-view.el (log-view-mode-map): Likewise.
2440
2441 * diff-mode.el (diff-mode-shared-map): Likewise.
2442
2443 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2444
2445 * files.el (file-name-sans-versions): Also allow `A-Z'.
2446
2447 * vc.el: Mention all supported VC backends.
2448
2449 2007-10-08 Richard Stallman <rms@gnu.org>
2450
2451 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
2452 neighbouring buttons.
2453
2454 2007-10-08 Andreas Schwab <schwab@suse.de>
2455
2456 * files.el (file-name-sans-versions): Also allow `_'.
2457
2458 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2459
2460 * files.el (file-name-sans-versions): Allow - and a-z in version names.
2461
2462 * log-view.el (log-view-mode-map, log-view-mode-menu):
2463 Bind log-view-annotate-version.
2464 (log-view-beginning-of-defun, log-view-end-of-defun)
2465 (log-view-annotate-version): New functions.
2466 (log-view-mode): Use log-view-beginning-of-defun and
2467 log-view-end-of-defun.
2468
2469 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2472
2473 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2476 neighbouring buttons.
2477
2478 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2479 Recognize gcc's use of "note" for informational messages.
2480
2481 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2482
2483 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2484 (css-mode): Update correspondingly.
2485
2486 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2487
2488 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2489 Signed-off-by, Acked-by and Merge.
2490
2491 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2492
2493 * ediff-init.el (ediff-verbose-p): This var is not a constant.
2494
2495 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2496
2497 * vc-mtn.el: New file.
2498
2499 * vc-hooks.el (vc-handled-backends): Add Mtn.
2500
2501 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2502
2503 * files.el (find-file, find-file-other-window)
2504 (find-file-other-frame, find-file-existing, find-file-read-only)
2505 (find-file-read-only-other-window)
2506 (find-file-read-only-other-frame)
2507 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2508
2509 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2510
2511 * progmodes/gud.el (gdb-ready): New variable.
2512 (gdb): Set it to nil. Set gud-running to nil here...
2513 (gud-common-init): ...instead of here.
2514
2515 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2516 Use gdb-ready. Discard input until GDB is ready to accept it.
2517
2518 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2519
2520 * dired.el (dired-warning): Inherit from font-lock-warning-face to
2521 make it show up with eight colors.
2522
2523 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2524
2525 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2526 diffs are concatenated with no intervening line.
2527
2528 2007-10-08 Dave Love <fx@gnu.org>
2529
2530 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2531 (python-font-lock-keywords): Update to the 2.5 version of the language.
2532 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2533 (python-backspace): Only behave funny in code.
2534 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2535 (inferior-python-mode): Add PDB prompt regexp.
2536 (python-fill-paragraph): Refine the fenced-string regexp.
2537 (python-find-imports): Handle imports spanning several lines.
2538 (python-mode): Add `class' to hideshow support.
2539
2540 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2541
2542 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2543 Use add-log-buffer-file-name-function rather than binding
2544 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
2545 when `fi' is the ChangeLog file itself.
2546
2547 * outline.el (outline-flag-region): Use front-advance.
2548
2549 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
2550
2551 * progmodes/cperl-mode.el: Merge upstream 5.23.
2552 (cperl-where-am-i): Remove function.
2553 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2554 (cperl-sniff-for-indent): De-invert [string] and [comment].
2555 When looking for label, skip s:m:y:tr.
2556 (cperl-indent-line): Likewise.
2557 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2558 (cperl-windowed-init): Wrong `ps-print' handling.
2559 Both thanks to Chong Yidong.
2560 (cperl-look-at-leading-count): Could fail with unfinished RExen.
2561 (cperl-find-pods-heres): If the second part of s()[] is missing,
2562 don't try to highlight delimiters...
2563
2564 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2565
2566 * progmodes/compile.el (compilation-get-file-structure): Complete last
2567 change by also using spec-directory in the puthash.
2568
2569 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
2570
2571 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2572 (vc-bzr-status): Fix shadowing of variable 'status'.
2573 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2574 Use `expand-file-name' instead of `concat'.
2575 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2576 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
2577
2578 2007-10-08 Jason Rumney <jasonr@gnu.org>
2579
2580 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
2581
2582 2007-10-08 Richard Stallman <rms@gnu.org>
2583
2584 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2585 Add `safe-local-variable' property.
2586 (lisp-body-indent): Likewise.
2587
2588 2007-10-08 Richard Stallman <rms@gnu.org>
2589
2590 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2591 Add doc string.
2592
2593 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2594
2595 * files.el (backup-buffer-copy): Try to overwrite old backup first.
2596
2597 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2598
2599 * repeat.el (repeat): Use last-repeatable-command instead of
2600 real-last-command. Run pre- and post-command hooks for
2601 self-insertion. Update doc-string.
2602
2603 2007-10-08 Alexandre Julliard <julliard@winehq.org>
2604
2605 * vc-git.el (vc-git-state): Call git-add --refresh to update the
2606 state of the file.
2607 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2608 (vc-git-create-repo): Fix invalid command.
2609
2610 2007-10-08 Richard Stallman <rms@gnu.org>
2611
2612 * textmodes/flyspell.el (flyspell-mode):
2613 Catch errors in flyspell-mode-on.
2614
2615 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2616
2617 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
2618
2619 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2620
2621 * international/encoded-kb.el (encoded-kbd-setup-display):
2622 Use input-decode-map rather than local-key-translation-map.
2623
2624 * term/rxvt.el (rxvt-alternatives-map): New map.
2625 (terminal-init-rxvt): Use it.
2626 Bind rxvt-function-map in input-decode-map.
2627
2628 * term/xterm.el (xterm-alternatives-map): New map.
2629 (terminal-init-xterm): Use it.
2630 Bind xterm-function-map in input-decode-map.
2631
2632 * term/x-win.el (x-alternatives-map): New var.
2633 (x-setup-function-keys): Use it.
2634
2635 * help-fns.el (describe-variable): Slightly change the layout of
2636 meta-info to separate it better from the docstring.
2637 Standardize insertion of extra empty lines in various circumstances.
2638
2639 * diff-mode.el (diff-hunk-style): New fun.
2640 (diff-end-of-hunk): Use it.
2641 (diff-context->unified): Use the new `apply' undo element,
2642 if applicable, so as to save undo-log space.
2643 (diff-fine-change): New face.
2644 (diff-fine-highlight-preproc): New function.
2645 (diff-fine-highlight): New command.
2646 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
2647
2648 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
2649 (smerge-refine-highlight-change): Add `props' argument.
2650 (smerge-refine-subst): New function holding most of smerge-refine.
2651 (smerge-refine): Use it.
2652
2653 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
2654
2655 * vc.el (vc-default-wash-log): Remove unused code, the
2656 log washers all live in the backends now.
2657 (vc-default-comment-history): Correct for the fact
2658 that wash-log is argumentless in the new API.
2659
2660 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
2661
2662 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
2663 (tramp-maybe-send-script): Apply `member' but `memq'.
2664 (tramp-advice-file-expand-wildcards): Simplify implementation.
2665
2666 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2667
2668 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
2669
2670 * mb-depth.el (minibuf-depth-indicator-function): New variable.
2671 (minibuf-depth-setup-minibuffer): Use it.
2672
2673 2007-10-07 Glenn Morris <rgm@gnu.org>
2674
2675 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
2676 version numbers.
2677
2678 2007-10-06 Juri Linkov <juri@jurta.org>
2679
2680 * textmodes/fill.el (fill-paragraph-or-region): New function.
2681
2682 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
2683 instead of fill-paragraph.
2684
2685 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
2686 with fill-paragraph-or-region. Suspend command is now the same
2687 `suspend-frame' on window systems and on tty.
2688
2689 * image.el (image-type): Check if image-types is bound to not fail
2690 on tty.
2691
2692 * delsel.el (delete-selection-pre-hook):
2693 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
2694 is fbound to not fail on mouseless tty.
2695
2696 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
2697
2698 * net/tramp.el (top): Move loading of tramp-util.el and
2699 tramp-vc.el to tramp-compat.el.
2700 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
2701 temporary file if possible, in order to avoid a security hole.
2702 (tramp-do-copy-or-rename-file-out-of-band)
2703 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
2704 with DONT-CREATE, because the connection is not setup yet.
2705 (tramp-handle-process-file): Rewrite temporary file handling.
2706 (tramp-completion-mode): New defvar.
2707 (tramp-completion-mode-p): Use it.
2708
2709 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
2710
2711 * net/tramp-fish.el (tramp-fish-handle-process-file):
2712 Rewrite temporary file handling.
2713
2714 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2715
2716 * vc.el: Workfile version -> focus version change. Port various
2717 comments from new VC to reduce the noise in the diff.
2718 Patch in the new vc-create-repo function to go with the
2719 header comment about it already present.
2720 There are no changes to existing logic in this patch.
2721 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
2722
2723 2007-10-06 Aaron Hawley <aaronh@garden.org>
2724
2725 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
2726
2727 2007-10-05 Chris Moore <dooglus@gmail.com>
2728
2729 * server.el (server-kill-new-buffers): Doc fix.
2730
2731 2007-10-05 John W. Eaton <jwe@octave.org>
2732
2733 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
2734 (octave-begin-keywords): Add "do".
2735 (octave-end-keywords): Remove "end".
2736 (octave-reserved-words): Add "end". Remove "all_va_args",
2737 "gplot", and 'gsplot".
2738 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
2739 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
2740 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
2741 "default_return_value", "define_all_return_values",
2742 "do_fortran_indexing", "empty_list_elements_ok",
2743 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
2744 "ok_to_lose_imaginary_part", "prefer_column_vectors",
2745 "prefer_zero_one_indexing", "propagate_empty_matrices",
2746 "resize_on_range_error", "treat_neg_dim_as_zero",
2747 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
2748 "warn_divide_by_zero", "warn_function_name_clash",
2749 "warn_missing_semicolon", "whitespace_in_literal_matrix".
2750 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
2751 "crash_dumps_octave_core", "sighup_dumps_octave_core",
2752 "sigterm_dumps_octave_core".
2753 (octave-block-match-alist): Remove "end" from block-end keywords.
2754 (octave-mode): Update ftp site address.
2755
2756 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2757
2758 * vc.el: Reorder functions, no code changes.
2759
2760 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
2761
2762 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
2763 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
2764 the cond clauses where needed.
2765 (tramp-handle-write-region): Rearrange code for proper handling of
2766 tmpfile.
2767
2768 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
2769
2770 * net/tramp.el:
2771 * net/tramp-fish.el:
2772 * net/tramp-ftp.el:
2773 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
2774 `tramp-compat-make-temp-file'.
2775
2776 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2777
2778 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
2779
2780 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
2783 already uses a more recent copyright version than the "current" one.
2784
2785 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2786
2787 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
2788 (doc-view-insert-image): Minor aesthetical docstring changes.
2789
2790 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
2791
2792 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
2793 completing filename.
2794 (doc-view-search-internal): Docstring change.
2795
2796 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
2797
2798 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2799 (tramp-file-name-handler-alist):
2800 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
2801 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
2802 used before, creates the file already, which is not desired.
2803 (tramp-do-copy-or-rename-file-directly): Simplify handling of
2804 temporary file.
2805 (tramp-handle-insert-file-contents): Assign the result in the
2806 short track case.
2807 (tramp-handle-insert-file-contents-literally): New defun.
2808 (tramp-completion-mode-p): Revert change from 2007-09-24.
2809 Checking for `return' etc as last character is not sufficient, for
2810 example in dired-mode when entering <g> (revert-buffer) or
2811 <s> (dired-sort).
2812
2813 * net/tramp-compat.el (top): Add also compatibility code for loading
2814 appropriate timer package.
2815 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
2816 order to avoid autoloading problems.
2817
2818 * net/tramp-fish.el:
2819 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
2820
2821 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
2822 where the second parameter of `copy-file' or `rename-file' is a
2823 remote file but not via ftp.
2824
2825 2007-10-02 Richard Stallman <rms@gnu.org>
2826
2827 * frame.el (cursor-in-non-selected-windows): Doc fix.
2828
2829 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2830
2831 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
2832 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
2833
2834 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
2835
2836 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
2837 when `expt' doesn't give range errors.
2838
2839 2007-10-01 Markus Triska <markus.triska@gmx.at>
2840
2841 * calc/calc-math.el (math-smallest-emacs-expt):
2842 Make the computation more robust.
2843
2844 2007-09-30 David Kastrup <dak@gnu.org>
2845
2846 * startup.el (argv): Alias for `command-line-args-left' to use as
2847 `(pop argv)' inside of --eval command sequences. Allows for
2848 passing shell commands into Emacs verbatim without need for Lisp
2849 quoting.
2850
2851 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
2852 check only for changed size.
2853 (auto-revert-tail-handler): Get size from caller. If the file has
2854 shrunk, tail the whole file again (the file presumably has been
2855 rewritten).
2856
2857 * woman.el (woman-topic-all-completions, woman-mini-help):
2858 Fix fallout from 2007-09-07 introduction of `dolist' when the list
2859 actually was being manipulated in the loop.
2860 (woman-Cyg-to-Win, woman-pre-process-region)
2861 (woman-horizontal-escapes, woman-if-body, woman-unescape)
2862 (woman-strings, woman-special-characters, woman1-hc)
2863 (woman-change-fonts, woman-find-next-control-line):
2864 Use `match-beginning' rather than `match-string' when the result is
2865 just used as a flag.
2866
2867 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
2868
2869 * net/tramp-compat.el: New file.
2870
2871 * net/tramp.el:
2872 * net/tramp-fish.el:
2873 * net/tramp-smb.el:
2874 * net/tramp-uu.el:
2875 * net/trampver.el: Move compatibility code to tramp-compat.el.
2876 Apply `mapc' instead of `mapcar' when the code needs side effects
2877 only. Move utf-8 coding cookie to the second line.
2878
2879 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
2880
2881 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
2882 Improve custom type.
2883 (icon-map-list): Make it customizable. Document how to disable
2884 stock icons.
2885
2886 2007-09-30 Richard Stallman <rms@gnu.org>
2887
2888 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
2889
2890 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2891
2892 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2893
2894 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2895
2896 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
2897 (t-mouse-mode): New compatibility alias.
2898
2899 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
2900
2901 * server.el (server-delete-client): Only delete the terminal if it
2902 is non-nil.
2903
2904 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
2905
2906 * net/tramp.el (with-file-property, with-connection-property):
2907 Highlight as keyword.
2908 (tramp-rfn-eshadow-setup-minibuffer)
2909 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2910 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
2911 (tramp-do-copy-or-rename-file-directly)
2912 (tramp-do-copy-or-rename-file-out-of-band)
2913 (tramp-handle-shell-command, tramp-get-debug-buffer)
2914 (tramp-send-command-and-read, tramp-equal-remote)
2915 (tramp-get-local-gid): Pacify byte-compiler.
2916 (tramp-handle-file-name-directory): Result shall not be expanded.
2917 (tramp-find-foreign-file-name-handler): Rewrite.
2918 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
2919
2920 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
2921
2922 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2923 Apply `tramp-completion-mode-p'.
2924 (tramp-fish-handle-set-file-times)
2925 (tramp-fish-handle-executable-find)
2926 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
2927 (tramp-fish-retrieve-data): Pacify byte-compiler.
2928
2929 * net/tramp-gw.el (tramp-gw-basic-authentication):
2930 Call `tramp-read-passwd' with first parameter `nil'.
2931
2932 2007-09-28 Glenn Morris <rgm@gnu.org>
2933
2934 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
2935 than mapcar.
2936
2937 * textmodes/tex-mode.el (tex-suscript-height-ratio)
2938 (tex-suscript-height-minimum): New customizable variables.
2939 (tex-suscript-height): New function.
2940 (superscript, subscript): Set height using tex-suscript-height
2941 rather than fixing at 0.8.
2942 (tex-fontify-script, tex-font-script-display): Add :version tag.
2943
2944 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
2945
2946 * progmodes/python.el (python-eldoc-function): Doc fix.
2947
2948 2007-09-27 Glenn Morris <rgm@gnu.org>
2949
2950 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
2951 image if it is not in image-type-auto-detectable, or is there with
2952 a nil value.
2953
2954 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
2955
2956 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
2957 connection more robust.
2958
2959 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2960
2961 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2962 Deal with the case that special &keywords are at the beginning or
2963 end of the argument list. Also add some (incomplete) support for
2964 non-standard arglists.
2965
2966 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2967
2968 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2969 (eldoc-message-commands, eldoc-current-idle-delay)
2970 (eldoc-function-argstring-format): Fix typos in docstrings.
2971
2972 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
2973
2974 * calc/calc-units.el (calc-convert-units)
2975 (calc-convert-temperature): Remove unnecessary colons.
2976
2977 2007-09-26 Bastien Guerry <bzg@altern.org>
2978
2979 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
2980 New function.
2981 (org-export-latex-remove-from-headlines): Name changed because of typo.
2982 (org-export-latex-quotation-marks-convention): Option removed.
2983 (org-export-latex-make-preamble): Handle the DATE option.
2984 (org-export-latex-cleaned-string): Now the only cleaning function,
2985 synched up with org.el.
2986 (org-export-latex-lists, org-export-latex-parse-list)
2987 (org-export-list-to-latex): New functions.
2988
2989 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
2990
2991 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
2992 (org-outline-regexp): New constant.
2993 (org-remember-handler): Throw error when the target file is not in
2994 org-mode.
2995 (org-cleaned-string-for-export): No longer call
2996 `org-export-latex-cleaned-string' with an argument.
2997 (org-get-tags): Returns now a list, not a string.
2998 (org-get-tags-string): New function.
2999 (org-archive-subtree): No need to split return of `org-get-tags'.
3000 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
3001 instead of `org-get-tags'.
3002 (org-agenda-format-date): Rename from `org-agenda-date-format'.
3003 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
3004 (org-compatible-face): New argument INHERITS. Inherit from this
3005 face if possible.
3006 (org-level-1, org-level-2, org-level-3, org-level-4)
3007 (org-level-5, org-level-6, org-level-7, org-level-8)
3008 (org-special-keyword, org-drawer, org-column, org-warning)
3009 (org-archived, org-todo, org-done, org-headline-done, org-table)
3010 (org-formula, org-code, org-agenda-structure)
3011 (org-scheduled-today, org-scheduled-previously)
3012 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
3013 in the new way.
3014 (org-get-heading): New argument NO-TAGS.
3015 (org-fast-tag-selection-include-todo): Made defvar instead of
3016 defcustom, feature is not deprecated.
3017 (org-remember-store-without-prompt): New default value t.
3018 (org-todo-log-states): New variable.
3019 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
3020 Compute the log states.
3021 (org-goto-map): More commands copied from global map. Also bind
3022 `org-occur'.
3023 (org-goto): Made into a general lookup command.
3024 (org-get-location): Complete rewrite.
3025 (org-goto-exit-command): New variable.
3026 (org-goto-selected-point): New variable.
3027 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
3028 Set the new variables.
3029 (org-paste-subtree): Whitespace insertion strategy revised.
3030 (org-remember-apply-template): Protect v-A from the possibility
3031 that v-a might be nil.
3032 (org-remember-handler): Insertion rules revised.
3033 (org-todo): Respect org-todo-log-states.
3034 (org-up-heading-safe): New function.
3035 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
3036
3037 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3038
3039 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
3040 region if in transient-mark-mode.
3041
3042 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3043
3044 * calc/calc-ext.el (calc-init-extensions, calc-reset):
3045 * calc/calc-help.el (calc-full-help):
3046 * calc/calc-misc.el (another-calc):
3047 * calc/calc-store.el (calc-var-name-map):
3048 * calc/calc-stuff.el (calc-flush-caches):
3049 * calc/calc-units.el (math-build-units-table):
3050 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
3051 (calc-quit):
3052 * calendar/icalendar.el (icalendar--format-ical-event)
3053 (icalendar--convert-ical-to-diary):
3054 * emacs-lisp/authors.el (authors):
3055 * emacs-lisp/cust-print.el (custom-print-install)
3056 (custom-print-uninstall):
3057 * emacs-lisp/disass.el (disassemble-1):
3058 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3059 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
3060 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
3061 (elint-check-let-form, elint-check-condition-case-form)
3062 (elint-initialize):
3063 * emacs-lisp/elp.el (elp-results):
3064 * emacs-lisp/generic.el (generic-mode-internal):
3065 * emacs-lisp/re-builder.el (reb-delete-overlays):
3066 * emacs-lisp/regi.el (regi-interpret):
3067 * emacs-lisp/sregex.el (sregex--char-aux):
3068 * emulation/cua-rect.el (cua--deactivate-rectangle)
3069 (cua--highlight-rectangle, cua--rectangle-post-command):
3070 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
3071 * emulation/viper-macs.el (viper-describe-kbd-macros)
3072 (viper-describe-one-macro):
3073 * emulation/viper-util.el (viper-setup-master-buffer):
3074 * emulation/viper.el (set-viper-state-in-major-mode):
3075 * international/mule-diag.el (describe-current-coding-system):
3076 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
3077 * mail/emacsbug.el (report-emacs-bug):
3078 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
3079 * obsolete/hilit19.el (hilit-unhighlight-region)
3080 (hilit-set-mode-patterns):
3081 * play/solitaire.el (solitaire-check, solitaire-solve):
3082 * play/zone.el (zone-pgm-rotate):
3083 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
3084 * progmodes/ada-prj.el (ada-prj-display-page):
3085 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
3086 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
3087 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
3088 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
3089 * progmodes/sh-script.el (sh-make-vars-local)
3090 (sh-reset-indent-vars-to-global-values):
3091 * progmodes/sql.el (top):
3092 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
3093 * progmodes/xscheme.el (top):
3094 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
3095 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
3096 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
3097 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
3098 (artist-submit-bug-report):
3099 * textmodes/flyspell.el (flyspell-delay-commands)
3100 (flyspell-deplacement-commands):
3101 * textmodes/table.el (table--generate-source-epilogue, table-insert)
3102 (table--generate-source-cells-in-a-row, table--make-cell-map)
3103 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
3104
3105 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
3106
3107 * allout.el (produce-allout-mode-map, allout-process-exposed):
3108 * ansi-color.el (ansi-color-make-color-map):
3109 * autoinsert.el (auto-insert):
3110 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
3111 * dired-aux.el (dired-create-files):
3112 * dired.el (dired-restore-desktop-buffer):
3113 * ediff-diff.el (ediff-setup-fine-diff-regions):
3114 * ediff-mult.el (ediff-intersect-directories)
3115 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
3116 (ediff-redraw-registry-buffer):
3117 * ediff-ptch.el (ediff-fixup-patch-map):
3118 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
3119 (ediff-really-quit, ediff-clear-diff-vector):
3120 * emerge.el (emerge-really-quit):
3121 * ffap.el (ffap-replace-file-component):
3122 * filecache.el (file-cache-add-directory)
3123 (file-cache-add-directory-recursively)
3124 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
3125 (file-cache-delete-directory, file-cache-files-matching-internal)
3126 (file-cache-display):
3127 * files.el (cd):
3128 * find-lisp.el (find-lisp-insert-directory):
3129 * finder.el (finder-compile-keywords):
3130 * help.el (view-emacs-news):
3131 * hi-lock.el (hi-lock-write-interactive-patterns):
3132 * ido.el (ido-to-end, ido-set-matches-1):
3133 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
3134 (image-dired-mark-tagged-files):
3135 * jka-cmpr-hook.el (jka-compr-get-compression-info):
3136 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
3137 * ps-print.el (ps-background, ps-begin-file)
3138 (ps-build-reference-face-lists):
3139 * simple.el (clone-buffer):
3140 * startup.el (command-line):
3141 * tempo.el (tempo-insert-template, tempo-is-user-element)
3142 (tempo-forward-mark, tempo-backward-mark):
3143 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
3144
3145 2007-09-25 Glenn Morris <rgm@gnu.org>
3146
3147 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
3148
3149 * view.el (view-search-no-match-lines): Add a doc string.
3150 Rewrite to simplify and work better.
3151
3152 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3153
3154 * progmodes/cc-mode.el (c-mode-base-map):
3155 Use c-indent-line-or-region instead of c-indent-line.
3156
3157 * indent.el (indent-for-tab-command): First check if the region is
3158 active.
3159
3160 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3161
3162 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
3163 whitespace-rescan-timer-time is 0.
3164
3165 2007-09-24 Karl Berry <karl@gnu.org>
3166
3167 * international/mule.el (coding-system-base): Fix doc string grammar.
3168
3169 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
3170
3171 * net/tramp.el (tramp-completion-mode-p): Rename from
3172 `tramp-completion-mode'. Revert logic, check `return', `newline'
3173 and such alike. Packages like Icicles tend to use other completion
3174 characters but `tab' and `space' only.
3175
3176 2007-09-24 Adam Hupp <adam@hupp.org>
3177
3178 * progmodes/python.el (run-python): Import emacs module without
3179 waiting; prevents lockup on error.
3180
3181 2007-09-23 Richard Stallman <rms@gnu.org>
3182
3183 * mail/sendmail.el (mail-bury): Delete the frame
3184 if this frame looks like it was made for this message.
3185
3186 * completion.el (completion-separator-self-insert-command)
3187 (completion-separator-self-insert-autofilling):
3188 If `self-insert-command' has been remapped, use the substitute.
3189
3190 * simple.el (copy-region-as-kill): Doc fix.
3191
3192 * textmodes/org.el (org-confirm-shell-link-function)
3193 (org-confirm-elisp-link-function): Doc fixes.
3194
3195 2007-09-23 Glenn Morris <rgm@gnu.org>
3196
3197 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3198
3199 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
3200
3201 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
3202
3203 * term/tvi970.el (terminal-init-tvi970): Likewise.
3204
3205 * term/sun-mouse.el (print-mouse-format): Likewise.
3206
3207 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
3208 Use forward-line instead of previous-line and next-line.
3209
3210 2007-09-22 Juri Linkov <juri@jurta.org>
3211
3212 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
3213
3214 * tutorial.el (tutorial--default-keys): Update standard bindings:
3215 rename `iconify-or-deiconify-frame' to `suspend-frame',
3216 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
3217
3218 2007-09-22 Juri Linkov <juri@jurta.org>
3219
3220 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
3221 Add help-echo to external links and to links without description.
3222 (fancy-splash-insert): Use help-echo from the 3rd element of the
3223 link specification list, or "Follow this link" if it's nil. Doc fix.
3224
3225 2007-09-22 Juri Linkov <juri@jurta.org>
3226
3227 * startup.el (command-line): Rename `inhibit-startup-message' to
3228 `inhibit-startup-screen'.
3229 (fancy-about-text): Use shorter label for "Ordering Manuals".
3230 (fancy-startup-tail): Add optional arg `concise'. When `concise'
3231 is nil, display a line with "To start..." and 3 links to useful
3232 tasks. Display the "Dismiss" button and "Don't show this message
3233 again" only when concise is non-nil.
3234 (fancy-startup-screen): Call `fancy-startup-tail' with optional
3235 arg `concise'. If CONCISE is non-nil, display a concise version
3236 of the splash screen in another window. Otherwise, switch to the
3237 startup buffer in the same window.
3238 (startup-echo-area-message): Change displayed binding from
3239 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
3240 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
3241 the GNU system".
3242 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
3243 to "*GNU Emacs*".
3244 (display-about-screen): Don't check the existence of the buffer
3245 "*About GNU Emacs*".
3246 (display-splash-screen): Make alias to `display-startup-screen'.
3247 (command-line-1): Rename `inhibit-startup-message' to
3248 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
3249 started with command line options "-f", "-funcall", "-e", "-eval",
3250 "-execute", "-insert", "-find-file", "-file", "-visit".
3251 Inhibit startup screen when Emacs is started with a file name only
3252 on tty (i.e. don't inhibit it when started with a file name like
3253 "emacs FILE..." on a window system).
3254 (command-line-1): Simplify logic of displaying the startup screen:
3255 if file-count > 0, then display the concise version in another
3256 window, otherwise display full version in the same window.
3257
3258 * help.el (help-map): Bind C-h C-a to about-emacs.
3259 (help-for-help-internal): Add C-a description to C-h help text.
3260
3261 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3262
3263 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
3264 (checkdoc-permit-comma-termination-flag): Autoload the
3265 safe-local-variable setting.
3266
3267 * bookmark.el (bookmark-xemacsp): Remove.
3268 (bookmark-make): Don't use bookmark-xemacsp,
3269 use (featurep 'xemacs) instead.
3270
3271 * speedbar.el (speedbar-frame-mode)
3272 (speedbar-frame-reposition-smartly)
3273 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3274 (speedbar-check-vc): Remove use of non-existent variable
3275 dframe-xemacsp, use (featurep 'xemacs) instead.
3276
3277 * indent.el (indent-for-tab-command): Indent the region if
3278 transient-mark-mode and the region is active.
3279
3280 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
3281
3282 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3283 add inferior-octave-directory-tracker to the buffer-local value
3284 of comint-input-filter-functions.
3285
3286 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3287
3288 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
3289
3290 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
3291
3292 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
3293 on w32 frames.
3294
3295 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3296
3297 * startup.el (normal-top-level): Remove DISPLAY from
3298 process-environment to let it be computed dynamically in callproc.c.
3299
3300 * frame.el (frame-initialize, make-frame):
3301 * faces.el (tty-set-up-initial-frame-faces):
3302 * env.el (setenv): Don't set display-environment-variable.
3303
3304 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
3305 (server-create-tty-frame): Don't set unused `tty' property.
3306 Set `display' instead of display-environment-variable.
3307 (server-create-window-system-frame): No display-environment-variable.
3308
3309 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
3310
3311 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
3312 (rfn-eshadow-update-overlay-hook): New defvars.
3313 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
3314 Run the hooks.
3315
3316 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
3317 (tramp-rfn-eshadow-setup-minibuffer)
3318 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
3319 rfn-eshadow.el.
3320
3321 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
3322 timeout.
3323
3324 2007-09-21 Glenn Morris <rgm@gnu.org>
3325
3326 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
3327 * term/sun-mouse.el (suspend-emacstool): Remove.
3328 * term/sun.el: Remove emacstool-related code.
3329
3330 * emacs-lisp/bytecomp.el (byte-compile-warnings)
3331 (byte-compile-warnings-safe-p): Add `mapcar'.
3332 (byte-compile-warning-types): Add mapcar and make-local.
3333 (byte-compile-normal-call): Add option to suppress mapcar warning.
3334 (top-level): Use mapc rather than mapcar in eval-when-compile.
3335
3336 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
3337 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
3338 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
3339 Handle escaped parens.
3340 (latex-forward-sexp): Doc fix.
3341
3342 * eshell/esh-mode.el (eshell-output-filter-functions):
3343 Add eshell-postoutput-scroll-to-bottom.
3344
3345 * loadup.el: Remove termdev.
3346
3347 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
3348 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
3349
3350 2007-09-21 Markus Triska <markus.triska@gmx.at>
3351
3352 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
3353 `mapcar' is called for effect.
3354
3355 2007-09-21 Kevin Ryde <user42@zip.com.au>
3356
3357 * international/mule.el (sgml-html-meta-auto-coding-function):
3358 Bind `case-fold-search' to t.
3359
3360 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3361
3362 * termdev.el: Remove.
3363
3364 * frame.el (get-device-terminal): New function. Moved from termdev.el.
3365 (frames-on-display-list): Use it.
3366
3367 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
3368
3369 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
3370
3371 2007-09-20 Richard Stallman <rms@gnu.org>
3372
3373 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
3374
3375 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
3378
3379 2007-09-20 Glenn Morris <rgm@gnu.org>
3380
3381 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3382 motion functions, rather than hard-coding "\n\n".
3383 (tex-validate-region): Check for eobp, to speed up.
3384 (tex-next-unmatched-end): Doc fix.
3385
3386 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3387
3388 * files.el (auto-mode-alist): Use archive-mode for .rar files.
3389
3390 * international/mule.el (auto-coding-alist): Rar archives are binary.
3391
3392 * arc-mode.el: Add basic support for Rar.
3393 (archive-find-type): Recognize Rar's signature.
3394 (archive-desummarize): New fun.
3395 (archive-summarize): Use it to restore the buffer's data in case
3396 someone wants to switch to some other major mode.
3397 (archive-resummarize): Use it as well.
3398 (archive-rar-summarize, archive-rar-extract): New functions.
3399
3400 * filesets.el: Remove spurious * in docstrings.
3401 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
3402 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
3403 (filesets-ingroup-collect): Remove unused arg `depth'.
3404 (filesets-update): Remove unused arg `version'.
3405
3406 * finder.el (finder-compile-keywords): Fix up comment style.
3407 (finder-mouse-face-on-line): previous-line -> forward-line.
3408
3409 * recentf.el: Remove spurious * in docstrings.
3410 (recentf-save-list): Fix up comment style.
3411
3412 * progmodes/octave-mod.el: Remove spurious * in docstrings.
3413 (octave-mode-map): Move init into declaration and remove \t binding.
3414 (octave-mode-startup-message): Remove unused var.
3415 (octave-scan-blocks): Remove unused arg `from'.
3416 (octave-forward-block, octave-down-block, octave-up-block):
3417 Update callers.
3418
3419 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
3420 (meta-mode-map): Likewise and remove \t binding.
3421
3422 * net/snmp-mode.el: Remove spurious * in docstrings.
3423 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
3424 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
3425 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
3426 that completion accepts lists of strings.
3427 (snmp-mode-syntax-table): Move initialization into declaration.
3428 (snmp-mode-map): Likewise and remove \t binding.
3429 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
3430 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
3431 (snmp-indent-command): Remove.
3432
3433 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
3434 binding, so tab-always-indent works right.
3435
3436 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
3437
3438 * net/browse-url.el (browse-url-elinks-new-window): New function.
3439 (browse-url-elinks): Use browse-url-elinks-new-window.
3440 Accept optional second argument `new-window'. Fix typo in doc-string.
3441 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
3442 Improve error message.
3443
3444 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3445
3446 * net/browse-url.el (browse-url-url-encode-chars): Use the right
3447 parameter name in the function body.
3448 Reported by Johannes Weiner.
3449
3450 2007-09-19 Glenn Morris <rgm@gnu.org>
3451
3452 * net/socks.el (socks-open-network-stream): Signal an explicit
3453 error if the port associated with a service string can't be found.
3454
3455 * textmodes/tex-mode.el (tex-terminate-paragraph):
3456 Use backward-paragraph.
3457
3458 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3459
3460 * server.el (server-running-p): New function.
3461
3462 2007-09-18 Jason Rumney <jasonr@gnu.org>
3463
3464 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
3465 x-focus-frame.
3466
3467 * frame.el (select-frame-set-input-focus, select-frame-by-name):
3468 Use x-focus-frame for w32.
3469
3470 2007-09-17 David Kastrup <dak@gnu.org>
3471
3472 * textmodes/tex-mode.el (tex-verbatim-environments):
3473 Eliminate CL dependency.
3474
3475 2007-09-17 Richard Stallman <rms@gnu.org>
3476
3477 * newcomment.el (comment-add): New arg EXTRA.
3478 (comment-region-default): Pass EXTRA if not indenting lines.
3479
3480 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3481
3482 * net/browse-url.el (browse-url-url-encode-chars): New function.
3483 URL-encode some chars in a string.
3484 (browse-url-encode-url): Rewrite using the previous function.
3485 (browse-url-file-url): Use `browse-url-url-encode-chars'.
3486 (browse-url-elinks-sentinel): Fix typo.
3487 (browse-url-new-window-flag): Doc change.
3488
3489 2007-09-17 Glenn Morris <rgm@gnu.org>
3490
3491 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3492 filename from `--file-line-error', if it is available.
3493
3494 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3495
3496 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3497 TeX `--file-line-error' format.
3498
3499 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3500
3501 * xt-mouse.el: Delete add-hook calls that were moved to
3502 xterm-mouse-mode.
3503 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
3504 does not work.
3505
3506 2007-09-17 Richard Stallman <rms@gnu.org>
3507
3508 * cus-face.el (custom-theme-set-faces): Undo previous change.
3509
3510 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
3511
3512 2007-09-17 Glenn Morris <rgm@gnu.org>
3513
3514 * textmodes/tex-mode.el (tex-region): Simplify previous change,
3515 handling the case where the region is not in `tex-main-file'.
3516 (tex-region-1): Delete.
3517 (tex-region-header): New function, doing the header part of the
3518 old tex-region-1.
3519
3520 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3521
3522 * simple.el (newline): Simplify use of prefix-numeric-value.
3523 (line-move-partial): Remove unused var `ppos'.
3524 (line-move-1): Replace 9999 with most-positive-fixnum.
3525 (move-end-of-line): Use more efficient single-property search.
3526 (move-beginning-of-line): Remove unused var `start'.
3527 (blink-matching-open): Restructure in a more functional style.
3528
3529 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3530
3531 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
3532
3533 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * server.el (server-clients): Only keep procs, no properties any more.
3536 (server-client): Remove.
3537 (server-client-get, server-client-set): Remove, replace all callers by
3538 process-get and process-put resp.
3539 (server-clients-with, server-add-client, server-delete-client)
3540 (server-create-tty-frame, server-create-window-system-frame)
3541 (server-process-filter, server-execute, server-visit-files)
3542 (server-buffer-done, server-kill-buffer-query-function)
3543 (server-kill-emacs-query-function, server-switch-buffer)
3544 (server-save-buffers-kill-terminal): Update accordingly.
3545
3546 * server.el (server-with-environment): Simplify.
3547 (server-select-display, server-unselect-display): Re-add functions that
3548 seem to have been lost in the multi-tty merge.
3549 (server-eval-and-print, server-create-tty-frame)
3550 (server-create-window-system-frame, server-goto-toplevel)
3551 (server-execute, server-return-error): New functions extracted from
3552 server-process-filter.
3553 (server-execute-continuation): New functions.
3554 (server-process-filter): Restructure so that all arguments are analysed
3555 first and then acted upon in a subsequent stage. This way
3556 server-goto-toplevel can be executed later, when we know if
3557 it's necessary.
3558 Remove the "-version" and "-version-good" support.
3559
3560 2007-09-16 Drew Adams <drew.adams@oracle.com>
3561
3562 * cus-edit.el (custom-face-edit-activate): Doc fix.
3563
3564 2007-09-16 Glenn Morris <rgm@gnu.org>
3565
3566 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
3567 Following cal-bahai renaming, update all instances of
3568 list-bahai-diary-entries to diary-bahai-list-entries,
3569 mark-bahai-diary-entries to diary-bahai-mark-entries,
3570 calendar-goto-bahai-date to calendar-bahai-goto-date,
3571 insert-bahai-diary-entry to diary-bahai-insert-entry,
3572 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
3573 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
3574 calendar-print-bahai-date to calendar-bahai-print-date.
3575
3576 * textmodes/tex-mode.el (tex-region): Handle the case where the
3577 region is not in `tex-main-file'. Move the old code that applies
3578 to both cases...
3579 (tex-region-1): ...to this new function.
3580
3581 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3582
3583 * vc.el (vc-process-sentinel): New function.
3584 (vc-exec-after): Use it instead of using ugly hackish analysis and
3585 construction of Elisp code.
3586 (vc-sentinel-movepoint): New dynamically scoped var.
3587 (vc-print-log, vc-annotate): Set it to move the user's point.
3588
3589 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
3590 inhibit-modification-hooks.
3591
3592 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
3593 (calendar-bahai-print-date, calendar-bahai-goto-date)
3594 (diary-bahai-list-entries, diary-bahai-insert-entry):
3595 New names to clean up the namespace a bit more.
3596 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
3597
3598 2007-09-15 Glenn Morris <rgm@gnu.org>
3599
3600 * calendar/holidays.el (holiday-list): Rename it back to
3601 `list-holidays', but leave `holiday-list' as an alias.
3602
3603 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
3604 custom group.
3605
3606 * textmodes/css-mode.el (css): New custom group.
3607 (css-electrick-keys, css-selector, css-property)
3608 (css-indent-offset): Specify custom group.
3609
3610 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3611
3612 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
3613 (cvs-execute-single-file): Use process-file.
3614 (cvs-run-process): Use start-file-process.
3615
3616 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
3617
3618 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
3619 level. Remove the hooks when turning off the mode.
3620
3621 * term/xterm.el: Require xt-mouse at compile time.
3622 (terminal-init-xterm): Turn on xterm mouse tracking for this
3623 terminal if xterm-mouse-mode is enabled.
3624
3625 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3626
3627 * term/xterm.el (xterm-function-map): Replace bindings that were
3628 deleted by the merge.
3629
3630 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
3631
3632 * play/bubbles.el (bubbles-version): Bump value to "0.5".
3633 (bubbles-mode-map): Move define-key statements here.
3634 (bubbles-game-theme-menu): Ditto.
3635 (bubbles-graphics-theme-menu): Ditto.
3636 (bubbles-menu): Ditto.
3637 (bubbles-mode): Initialize buffer-undo-list, redisplay.
3638 (bubbles--initialize): Reset buffer-undo-list, redisplay.
3639 (bubbles-plop): Set buffer-undo-list, redisplay.
3640 (bubbles-undo): Reset buffer-undo-list, redisplay.
3641 (bubbles--show-images): Take care of missing text properties.
3642
3643 2007-09-14 Glenn Morris <rgm@gnu.org>
3644
3645 * startup.el (fancy-startup-text, fancy-about-text): Fix face
3646 quoting.
3647
3648 * calendar/cal-hebrew.el, calendar/cal-menu.el
3649 * calendar/calendar.el, calendar/diary-lib.el
3650 * calendar/holidays.el: Rename all instances of
3651 list-calendar-holidays callers to calendar-list-holidays,
3652 list-holidays to holiday-list, check-calendar-holidays to
3653 calendar-check-holidays, mark-calendar-holidays to
3654 calendar-mark-holidays, and filter-visible-calendar-holidays to
3655 holiday-filter-visible-calendar.
3656
3657 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3658
3659 * term/xterm.el (xterm-function-map): Add C-M- bindings.
3660
3661 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3662
3663 * play/bubbles.el (bubbles--initialize-images): Fix bug:
3664 Use transparent background for empty cells in graphics mode.
3665
3666 2007-09-13 Jari Aalto <jari.aalto@cante.net>
3667
3668 * man.el (Man-default-man-entry): At end of line, continue looking
3669 to the next line for possible end of hyphenated command.
3670
3671 2007-09-13 Chris Moore <dooglus@gmail.com>
3672
3673 * shell.el (shell-resync-dirs): Don't move the cursor relative to
3674 the command being edited.
3675
3676 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
3677
3678 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
3679
3680 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
3681
3682 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
3683 C-M-S- keys.
3684
3685 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
3686
3687 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3688
3689 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
3690 New argument `filename-p' to use one set of confusing chars or another.
3691 (browse-url-file-url): Use the argument.
3692 Suggested by Johannes Weiner.
3693
3694 2007-09-12 Romain Francoise <romain@orebokech.com>
3695
3696 * cus-start.el (all): Revert 2007-09-08 change.
3697
3698 2007-09-12 Aaron Hawley <aaronh@garden.org>
3699
3700 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
3701 extract .Z files, since it is more common than uncompress.
3702
3703 2007-09-12 Glenn Morris <rgm@gnu.org>
3704
3705 * textmodes/org-publish.el (org-publish-org-to-html): Remove
3706 duplicate function definition.
3707
3708 2007-09-10 Chris Moore <dooglus@gmail.com>
3709
3710 * diff-mode.el (diff-sanity-check-hunk):
3711 Also accept single-line hunks.
3712
3713 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
3714
3715 * startup.el (startup-screen-inhibit-startup-screen)
3716 (pure-space-overflow-message): New vars.
3717 (fancy-splash-insert): Allow functions for face and link specs.
3718 (fancy-splash-head): Remove unused arg. Move splash text...
3719 (fancy-startup-text, fancy-about-text): ...here.
3720 (fancy-startup-tail): Rename from fancy-splash-tail.
3721 (fancy-startup-screen, fancy-about-screen): Split off from
3722 fancy-splash-screens.
3723 (display-startup-screen): New function.
3724 (display-about-screen): Rename from display-splash-screen.
3725 (command-line-1): Use concise startup screen if necessary.
3726
3727 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3728
3729 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
3730 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
3731
3732 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3733
3734 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3735 (python-font-lock-keywords): Update to the 2.5 version of the language.
3736 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3737 (python-backspace): Only behave funny in code.
3738 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3739 (inferior-python-mode): Add PDB prompt regexp.
3740 (python-fill-paragraph): Refine the fenced-string regexp.
3741 (python-find-imports): Handle imports spanning several lines.
3742 (python-mode): Add `class' to hideshow support.
3743
3744 2007-09-10 Dave Love <fx@gnu.org>
3745
3746 * outline.el (outline-4, outline-5, outline-7):
3747 Move font-lock-builtin-face down from 4 to 7 to better keep the
3748 progression of color brightness, and to better match Org-mode's faces.
3749
3750 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3751
3752 * progmodes/meta-mode.el (meta-font-lock-keywords)
3753 (font-lock-match-meta-declaration-item-and-skip-to-next)
3754 (meta-comment-indent, meta-indent-previous-line)
3755 (meta-indent-unfinished-line, meta-beginning-of-defun)
3756 (meta-end-of-defun, meta-common-initialization): Handle \f.
3757 (meta-indent-unfinished-line): Do not handle a `%' in a string as
3758 a comment-start.
3759
3760 * files.el (file-modes-char-to-who, file-modes-char-to-right)
3761 (file-modes-rights-to-number): Auxiliary functions for symbolic to
3762 numeric notation of file modes.
3763 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
3764 numeric value.
3765 (read-file-modes): New. Read either an octal value of a file mode or a
3766 symbolic value, and return its numeric value.
3767
3768 * dired-aux.el (dired-do-chmod): Change to use the built-in
3769 `set-file-modes' and the previous symbolic mode parsing functions.
3770
3771 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3772
3773 * textmodes/texinfo.el: Remove spurious * in docstrings.
3774 (texinfo-mode-syntax-table, texinfo-mode-map):
3775 Initialize in the declaration.
3776
3777 * tmm.el: Remove spurious * in docstrings.
3778 (tmm-prompt): Use with-current-buffer.
3779
3780 * vcursor.el: Remove spurious * in docstrings.
3781 (vcursor-map): Initialize in the declaration.
3782 (vcursor-use-vcursor-map): Use define-minor-mode.
3783 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
3784
3785 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
3786 Initialize in the declaration.
3787 (widget-minor-mode): Use define-minor-mode.
3788
3789 * woman.el (woman-mode-map, woman-syntax-table):
3790 Initialize in the declaration.
3791
3792 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
3793
3794 * doc-view.el: New file.
3795
3796 2007-09-09 Juri Linkov <juri@jurta.org>
3797
3798 * Makefile.in (update-authors): Add etc/ to AUTHORS.
3799
3800 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
3801
3802 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
3803 to "Startup screen". Fix docstring.
3804 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
3805 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
3806 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
3807 (initial-scratch-message): Fix docstring.
3808 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
3809 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
3810 Add link to "Customize Startup" and set interval between links to
3811 5 spaces.
3812 (fancy-about-text): Add links "Authors" and "Contributing".
3813 (fancy-splash-head): Add text "Welcome to " on the startup screen,
3814 and "This is " on the about screen. Add link to
3815 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
3816 For the about screen move emacs version to the header from
3817 `fancy-splash-tail' (as it's done already for normal about screen).
3818 (fancy-splash-tail): Insert emacs version only for startup screen.
3819 (normal-splash-screen): Remove duplicate empty lines.
3820 (normal-about-screen): Add links "Authors" and "Contributing".
3821
3822 * menu-bar.el (menu-bar-help-menu):
3823 Move "About Emacs" and "About GNU" to the end of the Help menu.
3824 Move "Emacs Psychotherapist" after "Send Bug Report...".
3825 Move "External Packages" after "Find Emacs Packages".
3826
3827 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
3828
3829 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
3830 they are useless with the byte compiler.
3831 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
3832 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
3833 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
3834 (tramp-file-name-real-host, tramp-file-name-port)
3835 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
3836 defuns.
3837
3838 * net/tramp-cache.el (top): Improve error message when
3839 `tramp-persistency-file-name' is corrupted.
3840
3841 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
3842
3843 * textmodes/org.el (org-re): Also replace the :alpha: class.
3844 (org-todo-tag-alist): Variable removed.
3845 (org-todo-key-alist, org-todo-key-trigger): New variables.
3846 (org-use-fast-todo-selection): New option.
3847 (org-log-done): Docstring fixed.
3848 (org-deadline-warning-days): New default value 14.
3849 (org-edit-timestamp-down-means-later): New option.
3850 (org-tag-alist): Docstring fixed.
3851 (org-fast-tag-selection-include-todo): New option.
3852 (org-export-language-setup): New languages added.
3853 (org-set-regexps-and-options): Compute the new variables.
3854 (org-paste-subtree): Cleaning up.
3855 (org-remember-apply-template): New escape %A.
3856 (org-todo): Call fast TODO selection.
3857 (org-fast-todo-selection): New function.
3858 (org-add-log-note): Allow prefix for abort exit.
3859 (org-at-property-p, org-entry-properties)
3860 (org-columns-get-autowidth-alist): Use :alpha: class.
3861 (org-get-wdays): New function.
3862 (org-agenda-remove-date): New variable.
3863 (org-agenda-get-deadlines): Use `org-get-wdays'.
3864 (org-agenda-get-deadlines): Reverse ee before returning.
3865 (org-format-agenda-item): New argument REMOVE-RE.
3866 (org-agenda-convert-date): Baha'i calendar added.
3867 (org-infile-export-plist): Also find DATE line.
3868 (org-get-min-level): New function.
3869 (org-export-as-html, org-export-as-ascii): Use the date format.
3870 (org-shiftup, org-shiftdown): Use.
3871 `org-edit-timestamp-down-means-later'.
3872 (org-assign-fast-keys): New function.
3873
3874 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
3875
3876 * cus-start.el (all): Add prefer-window-split-horizontally from
3877 window.c.
3878
3879 2007-09-08 Eli Zaretskii <eliz@gnu.org>
3880
3881 * net/browse-url.el (browse-url-galeon): Fix last change.
3882 (top-level): Require cl when compiling.
3883
3884 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
3885
3886 * textmodes/org-export-latex.el: arch-tag restored.
3887
3888 * textmodes/org-publish.el: arch-tag restored.
3889
3890 2007-09-08 Masatake YAMATO <jet@gyve.org>
3891
3892 * progmodes/which-func.el (which-func-modes): Add diff-mode.
3893
3894 * progmodes/cc-langs.el: Support new keywords added to
3895 objective-c frontend of gcc.
3896 (c-simple-stmt-kwds): Add @throw.
3897 (c-block-stmt-2-kwds): Add @synchronized.
3898 (c-block-stmt-1-kwds): Add @finally and @try.
3899
3900 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
3901
3902 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
3903 (org-agenda-after-show-hook): New variable.
3904 (org-columns-compile-format)
3905 (org-columns-get-autowidth-alist, org-buffer-property-keys)
3906 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
3907 property names.
3908 (org-get-wdays): New function.
3909
3910 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3911
3912 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
3913
3914 * term/xterm.el (xterm-function-map): Initialize in the declaration.
3915
3916 * vc-arch.el (vc-arch-checkin): Fix typo.
3917
3918 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3919
3920 * cus-face.el (custom-theme-set-faces): Set face attributes
3921 locally for each frame.
3922
3923 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3924
3925 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
3926 via font-lock-defaults.
3927
3928 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
3929 derived-mode-p.
3930
3931 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
3932
3933 * progmodes/autoconf.el (autoconf-definition-regexp):
3934 Handle optional square brackets around definition name.
3935
3936 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
3937
3938 * net/browse-url.el (browse-url-browser-function): Add elinks.
3939 (browse-url-elinks-wrapper): New option.
3940 (browse-url-encode-url, browse-url-elinks)
3941 (browse-url-elinks-sentinel): New functions.
3942 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
3943 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
3944 Use new function browse-url-encode-url.
3945
3946 2007-09-07 Glenn Morris <rgm@gnu.org>
3947
3948 * version.el (emacs-version): Revert 2007-08-29 change: no need to
3949 say if multi-tty is present.
3950
3951 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3952
3953 * cus-start.el (split-window-preferred-function): Add custom info.
3954
3955 * calendar/holidays.el (holiday-list, calendar-check-holidays)
3956 (calendar-mark-holidays, calendar-list-holidays)
3957 (holiday-filter-visible-calendar): New names to clean up namespace.
3958 (filter-visible-calendar-holidays, list-calendar-holidays)
3959 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
3960 Add compatibility aliases.
3961 (calendar-check-holidays, calendar-mark-holidays)
3962 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
3963 (holiday-sexp): Replace append with list.
3964 (holiday-filter-visible-calendar): Replace append with push.
3965
3966 * woman.el: Remove spurious * in docstrings.
3967 (woman-mini-help, woman-non-underline-faces, woman0-rename)
3968 (woman-topic-all-completions-merge, woman-file-name-all-completions)
3969 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
3970 (woman-write-directory-cache, woman-display-extended-fonts)
3971 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
3972 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
3973 (woman-mode): Use inhibit-read-only.
3974 (woman-negative-vertical-space): Use dotimes.
3975 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
3976
3977 2007-09-06 Romain Francoise <romain@orebokech.com>
3978
3979 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
3980 (vc-bzr-workfile-version): Use it.
3981
3982 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
3983
3984 * complete.el (PC-do-completion): Don't try to treat
3985 empty string as an abbreviation.
3986
3987 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3988
3989 * help-fns.el (describe-variable): Keep doc's text properties.
3990
3991 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
3992
3993 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
3994 instead of a file.
3995
3996 2007-09-06 Glenn Morris <rgm@gnu.org>
3997
3998 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
3999 (checkdoc-minor-mode): Allow user to specify lighter via
4000 checkdoc-minor-mode-string.
4001
4002 2007-09-05 Richard Stallman <rms@gnu.org>
4003
4004 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
4005 Several items removed, simplified, or put on one line.
4006 (fancy-about-text): Add substantial contents, part of startup text.
4007 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
4008 (normal-splash-screen): Call normal-mouse-startup-screen,
4009 normal-no-mouse-startup-screen, or normal-about-screen.
4010 (normal-mouse-startup-screen): New fn, broken out, shortened.
4011 (normal-no-mouse-startup-screen): New fn, broken out.
4012 (normal-about-screen): New function, contents all new.
4013
4014 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4015
4016 * emacs-lisp/rx.el (rx): Fix typo in docstring.
4017
4018 2007-09-05 Glenn Morris <rgm@gnu.org>
4019
4020 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
4021 is bound.
4022
4023 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4024
4025 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
4026 in doc string.
4027
4028 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4029
4030 * server.el (server-start, server-unload-hook): Undo previous change.
4031
4032 * xt-mouse.el: Undo previous change.
4033
4034 2007-09-04 Juri Linkov <juri@jurta.org>
4035
4036 * startup.el (fancy-about-text): New variable.
4037 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
4038 (fancy-current-text, fancy-splash-stop-time)
4039 (fancy-splash-outer-buffer): Remove variables.
4040 (fancy-splash-head, fancy-splash-tail): Add new optional argument
4041 `startup' and use it to conditionally display different texts for
4042 Startup and About screens. Don't display Help commands on the About
4043 screen.
4044 (fancy-splash-screens-1): Remove function and move its content to
4045 `fancy-splash-screens' to the part that dislpays the About screen.
4046 (exit-splash-screen): Don't treat specially exiting from
4047 alternating screens.
4048 (fancy-splash-screens): Rename argument `static' to `startup'.
4049 Fix docstring. Remove code for displaying alternating screens.
4050 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
4051 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
4052 for `inhibit-read-only'.
4053 (normal-splash-screen): Rename argument `static' to `startup'.
4054 Fix docstring. Use argument `startup' to conditionally display
4055 different texts for Startup and About screens. Don't display Help
4056 commands on the About screen. Remove `unwind-protect' `sit-for'
4057 delay and `kill-buffer' after it.
4058 (display-startup-echo-area-message): Remove call to
4059 `use-fancy-splash-screens-p' because image.el is preloaded and
4060 doesn't display "Loading image... done".
4061 (display-splash-screen): Rename argument `static' to `startup'.
4062 Fix docstring.
4063
4064 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4065
4066 * server.el (server-start, server-unload-hook):
4067 suspend-tty-functions has been renamed to suspend-tty-hook.
4068
4069 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
4070 resume-tty-hook.
4071
4072 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
4073
4074 * loadup.el: Fix merge problem, only load "button" once.
4075
4076 2007-09-03 Glenn Morris <rgm@gnu.org>
4077
4078 * vc-svn.el (vc-svn-print-log): If there is only one file, use
4079 "Working file:" as the prefix, for the sake of
4080 log-view-current-file.
4081
4082 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4083
4084 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
4085 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
4086 if the selected frames is in
4087 xterm-modify-other-keys-terminal-list.
4088 (xterm-turn-off-modify-other-keys): Add an optional frame
4089 parameter. Only turn off modify-other-keys if FRAME is in
4090 xterm-modify-other-keys-terminal-list.
4091 (xterm-remove-modify-other-keys): New function.
4092 (terminal-init-xterm): Use it. Deal with delete-frame hook.
4093 Add the selected frame to xterm-modify-other-keys-terminal-list.
4094
4095 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4096
4097 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
4098 (icon-map-list): New variable.
4099 (x-gtk-map-stock): Use icon-map-list.
4100
4101 2007-09-02 Romain Francoise <romain@orebokech.com>
4102
4103 * log-view.el (log-view-current-file): Balance parens.
4104
4105 2007-09-02 Glenn Morris <rgm@gnu.org>
4106
4107 * comint.el (comint-mode): Don't set scroll-conservatively.
4108
4109 * eshell/em-unix.el (eshell/time): Stringify and flatten the
4110 non-command arguments.
4111
4112 * log-view.el (log-view-current-file): Give a more explicit error
4113 if log-view-file-re fails to find a match.
4114
4115 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4116
4117 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4118 Fix bug: Don't expand top-level file name more than once.
4119 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
4120
4121 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4122
4123 * server.el (server-process-filter): Don't display the splash screen.
4124 It's annoying enough on the initial screen and becomes positively
4125 obnoxious here.
4126
4127 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4128
4129 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
4130 Change naming to use "avl-tree--" for internal functions.
4131
4132 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
4133
4134 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
4135 the merge.
4136 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
4137 (provide): Move to the end of file.
4138
4139 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
4140
4141 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4142
4143 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
4144 New variable. List of exceptions for the duplicated word rule.
4145 (flyspell-mark-duplications-flag): Mention it.
4146 (flyspell-word): Treat it.
4147
4148 * files.el (create-file-buffer): If the filename sans directory starts
4149 with spaces, remove them.
4150
4151 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4152
4153 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
4154 (x-gtk-map-stock): Use two directory elements when matching
4155 file name.
4156
4157 2007-08-31 James Wright <james@chumsley.org>
4158
4159 * eshell/em-unix.el (eshell/info): New function.
4160
4161 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4162
4163 * frame.el (frame-initialize, make-frame):
4164 * server.el (server-process-filter):
4165 * faces.el (tty-set-up-initial-frame-faces): Don't set
4166 term-environment-variable since it's not used any more.
4167
4168 * env.el (setenv): Don't treat $TERM specially.
4169
4170 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
4171 stated otherwise, subprocesses do not send back escape sequences
4172 corresponding to the terminal from which Emacs was started.
4173
4174 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
4175
4176 * calculator.el: Require cl for compilation.
4177
4178 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
4179
4180 * outline.el (outline-font-lock-levels): Comment out unused var.
4181 (outline-font-lock-face): Wrap around face list to handle any
4182 nesting depth gracefully.
4183
4184 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
4185
4186 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
4187 `set-file-times'.
4188
4189 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
4190
4191 * textmodes/org.el (org-export-visible): Fix drawers before export.
4192 (org-do-sort): Allow sorting by priority.
4193 (org-agenda-files): Ignore non-existing files.
4194 (org-agenda-skip-unavailable-files): New variable.
4195 (org-ellipsis): All a face as value.
4196 (org-mode): Interprete the face value of `org-ellipsis'.
4197 (org-archive-save-context-info): New option.
4198 (org-archive-subtree): Store context info in archived entry.
4199 (org-fast-tag-selection-can-set-todo-state): New variable.
4200 (org-fast-tag-selection): Allow setting TODO states through this
4201 interface.
4202 (org-cycle): Docstring updated.
4203 (org-todo-keyword-faces): New option.
4204 (org-get-todo-face): New function.
4205 (org-set-font-lock-defaults, org-agenda-highlight-todo):
4206 Use `org-get-todo-face'.
4207 (org-switch-to-buffer-other-window): New function.
4208 (org-table-edit-field, org-table-show-reference)
4209 (org-table-edit-formulas, org-add-log-note)
4210 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
4211 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
4212 `switch-to-buffer-other-window' to make sure that the temporary
4213 windows show up on the current frame.
4214 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
4215 (org-get-entries-from-diary, org-replace-region-by-html):
4216 Don't allow pop-up frames.
4217 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4218 Fix problems with time-of-day.
4219 (org-export-get-title-from-subtree): New function.
4220 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
4221 with listing items that are DONE.
4222 (org-change-tag-in-region): New command.
4223 (org-agenda-skip-scheduled-if-done)
4224 (org-agenda-skip-deadline-if-done): Docstring clarified.
4225 (org-mode): Hide drawers on startup.
4226 (org-get-todo-face): New function.
4227 (org-todo-keyword-faces): New option.
4228 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
4229 (org-remove-keyword-keys): New function.
4230
4231 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
4232
4233 * progmodes/grep.el (grep-find-ignored-directories):
4234 Add monotone _MTN bookkeeping directory in workspaces.
4235 Add RCS control directory. List items in alphabetical order.
4236
4237 * progmodes/grep.el (grep-files-aliases): Add cc alias.
4238 Sort items in alphabetical order. Fix parens.
4239
4240 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4241
4242 * vc-hg.el (vc-hg-extra-menu-map): New variable.
4243 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
4244 (vc-hg-pull): New functions.
4245 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
4246
4247 * term/mac-win.el: Don't require url, only autoloaded url
4248 functions are used in this file.
4249
4250 2007-08-29 Andreas Schwab <schwab@suse.de>
4251
4252 * shell.el (shell): Return correct value from interactive spec.
4253
4254 2007-08-29 Glenn Morris <rgm@gnu.org>
4255
4256 * version.el (emacs-version): Increase to 23.0.50.
4257
4258 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4259
4260 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
4261
4262 2007-08-29 Juri Linkov <juri@jurta.org>
4263
4264 * loadup.el: Add "button" loading after "faces" and move "startup"
4265 to load after "button".
4266
4267 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4268
4269 * loadup.el: Load term/mac-win on a Mac using Carbon.
4270
4271 * term/mac-win.el: Provide mac-win.
4272 (mac-initialized): New variable.
4273 (mac-initialize-window-system): New function. Move global setup here.
4274 (handle-args-function-alist, frame-creation-function-alist):
4275 (window-system-initialization-alist): Add mac entries.
4276 (x-setup-function-keys): New function containing all the
4277 top level function key definitions.
4278
4279 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
4280
4281 * env.el (read-envvar-name): Don't consider the environment frame param.
4282
4283 * env.el (setenv):
4284 * frame.el (frame-initialize, make-frame):
4285 * faces.el (tty-set-up-initial-frame-faces):
4286 * server.el (server-process-filter): Set
4287 display-environment-variable and term-environment-variable.
4288
4289 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
4290
4291 2007-08-29 Jason Rumney <jasonr@gnu.org>
4292
4293 * loadup.el: Only load term/x-win when X is compiled in.
4294 Load term/w32-win and dependencies on windows-nt.
4295
4296 * term/w32-win.el: Reorder to match x-win.el more closely.
4297 Provide w32-win. Don't throw error when global window-system not w32.
4298 (internal-face-interactive): Remove obsolete function.
4299 (x-setup-function-keys): Use local-function-key-map.
4300 (w32-initialized): New variable.
4301 (w32-initialize-window-system): Set it.
4302 Move more global setup here.
4303 (x-setup-function-keys): New function.
4304 (w32-initialize-window-system): Move non function key global setup here.
4305 (x-cut-buffer-max): Remove.
4306 (w32-initialize-window-system): New function.
4307 (handle-args-function-alist, frame-creation-function-alist):
4308 (window-system-initialization-alist): Add w32 entries.
4309
4310 2007-08-29 David Kastrup <dak@gnu.org>
4311
4312 * env.el (getenv): Pass frame to getenv-internal.
4313
4314 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
4315
4316 * version.el (emacs-version): Show if multi-tty is present.
4317
4318 * loadup.el: Delay loading env; mule-conf gets confused by cl
4319 during bootstrap. Also load termdev and term/x-win.
4320
4321 * bindings.el (mode-line-client): New variable.
4322 (help-echo): Add it to the default mode-line format.
4323
4324 * cus-start.el: Remove bogus window-system reference from GTK test.
4325
4326 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
4327 (ebrowse-electric-position-mode-map):
4328 * ebuff-menu.el (electric-buffer-menu-mode-map):
4329 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
4330 not `suspend-emacs'.
4331
4332 * ediff-wind.el (ediff-setup-windows-automatic): New function.
4333 (ediff-window-setup-function): Use it as default.
4334
4335 * files.el (save-buffers-kill-terminal): New function.
4336 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
4337
4338 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
4339 and `with-selected-frame'.
4340
4341 * help-fns.el (describe-variable): Describe frame-local variables
4342 correctly.
4343
4344 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
4345 display support.
4346 (normal-erase-is-backspace-setup-frame): New function.
4347
4348 * subr.el (with-selected-frame): New function.
4349 (read-quoted-char): Use terminal-local binding of
4350 local-function-key-map instead of function-key-map.
4351
4352 * talk.el (talk): New function.
4353 (talk-handle-delete-frame): New function.
4354 (talk-add-display): Open a new frame only if FRAME was not a frame.
4355
4356 * termdev.el: New file.
4357
4358 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
4359 * term/x-win.el: Don't bind f10.
4360 * tmm.el: Remove autoload binding for f10.
4361
4362 * international/encoded-kb.el (encoded-kbd-setup-display): Use
4363 `set-input-meta-mode'. Fix broken condition before set-input-mode.
4364 Store the saved input method as a terminal parameter. Add keymap
4365 parameter. Use it instead of changing key-translation-map directly.
4366 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
4367 Remove.
4368 (encoded-kbd-setup-display): New function.
4369
4370 * international/mule-cmds.el (set-locale-environment): Fix getenv
4371 call. Use save-buffers-kill-terminal. Ignore window-system; always
4372 set the keyboard coding system. Add DISPLAY parameter.
4373 (set-display-table-and-terminal-coding-system): Add DISPLAY
4374 parameter. Pass it to set-terminal-coding-system.
4375
4376 * international/mule.el (keyboard-coding-system): Test for
4377 encoded-kbd-setup-display, not encoded-kbd-mode.
4378 (set-terminal-coding-system, set-keyboard-coding-system): Add
4379 DISPLAY parameter.
4380 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
4381
4382 * term/README: Update.
4383
4384 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
4385
4386 * term/x-win.el (x-setup-function-keys): New function. Move
4387 function-key-map tweaks here. Protect against multiple calls on
4388 the same terminal. Use terminal-local binding of
4389 local-function-key-map instead of function-key-map.
4390 (x-initialize-window-system): Make a copy of pure list. Pass a
4391 frame getenv.
4392
4393 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
4394 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
4395 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
4396 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
4397 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
4398 local-function-key-map instead of function-key-map.
4399
4400 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
4401 `substitute-key-definition' and `define-key' calls against
4402 multiple execution. Use terminal-local binding of
4403 local-function-key-map instead of function-key-map. Pass a frame
4404 to getenv.
4405
4406 * edmacro.el (edmacro-format-keys):
4407 * emulation/cua-base.el (cua--pre-command-handler):
4408 * isearch.el (isearch-other-meta-char):
4409 * xt-mouse.el: Use terminal-local binding of
4410 local-function-key-map instead of function-key-map.
4411
4412 * fringe.el (set-fringe-mode): Simplify and fix using
4413 `modify-all-frames-parameters'.
4414 * scroll-bar.el (set-scroll-bar-mode): Ditto.
4415 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
4416 check before calling `tool-bar-setup'.
4417 (tool-bar-setup): New variable.
4418 (tool-bar-setup): Use it to guard against multiple calls. Add
4419 optional frame parameter, and select that frame before adding items.
4420 (toggle-tool-bar-mode-from-frame): New function.
4421
4422 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
4423 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
4424 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
4425 "Tool-bar" toggles to reflect the state of the current frame.
4426 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
4427
4428 * env.el: Require cl for byte compilation (for `block' and `return').
4429 (environment, setenv-internal): New functions.
4430 (let-environment): New macro.
4431 (setenv, getenv): Add optional terminal parameter. Update docs.
4432 (setenv): Use setenv-internal. Always set process-environment.
4433 Handle `local-environment-variables'.
4434 (read-envvar-name, setenv, getenv): Use frame parameters
4435 to store the local environment, not terminal parameters. Include
4436 `process-environment' as well.
4437
4438 * faces.el (tty-run-terminal-initialization): New function.
4439 (tty-create-frame-with-faces): Use it. Set up faces and
4440 background mode only after the terminal has been initialized.
4441 Call terminal-init-*. Don't load the initialization file more
4442 than once. Call set-locale-environment.
4443 (frame-set-background-mode): Handle the 'background-mode terminal
4444 parameter.
4445 (tty-find-type): New function.
4446 (x-create-frame-with-faces): Remove bogus check for
4447 first frame. Call `tool-bar-setup'. Don't make frame visible
4448 until we are done setting up all its parameters. Call
4449 x-setup-function-keys.
4450
4451 * frame.el (make-frame): Always inherit 'environment and 'client
4452 parameters. Set up the 'environment frame parameter, when needed.
4453 Also inherit 'client parameter. Don't override explicitly
4454 specified values with inherited ones. Add 'terminal frame
4455 parameter. Append window-system-default-frame-alist to parameters
4456 before calling frame-creation-function.
4457 (frame-initialize): Copy the environment from the initial frame.
4458 (window-system-default-frame-alist): Enhance doc string.
4459 (frame-notice-user-settings): Don't put 'tool-bar-lines in
4460 `default-frame-alist' when initial frame is on a tty.
4461 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
4462 Remove specified parameters from `window-system-default-frame-alist'.
4463 (make-frame-on-tty, framep-on-display, suspend-frame):
4464 Extend doc string, update parameter names.
4465 (frames-on-display-list): Use terminal-id to get the display id.
4466 (frame-notice-user-settings): Extend to apply
4467 settings in `window-system-default-frame-alist' as well.
4468 (terminal-id, terminal-parameters, terminal-parameter)
4469 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
4470 (delete-frame-functions): Add to `delete-frame-functions' hook.
4471 (blink-cursor-mode): Adapt blink-cursor-mode default
4472 value from startup.el.
4473 (make-frame-on-display): Protect condition on x-initialized when
4474 x-win.el is not loaded. Update doc.
4475 (suspend-frame): Use display-controlling-tty-p to decide between
4476 suspend-emacs and suspend-tty.
4477 (frames-on-display-list): Update for display ids.
4478 (framep-on-display): Ditto.
4479 (suspend-frame): Use display-name, not frame-tty-name.
4480 (selected-terminal): New function.
4481
4482 * server.el: Use `device' instead of `display' or `display-id' in
4483 variable and client parameter names.
4484 (server-select-display): Remove (unused).
4485 (server-tty-live-p, server-handle-delete-tty): Remove.
4486 (server-unquote-arg, server-quote-arg, server-buffer-clients):
4487 Update docs.
4488 (server-getenv-from, server-with-environment, server-send-string)
4489 (server-save-buffers-kill-terminal): New functions.
4490 (server-delete-client): Handle quits in kill-buffer. Don't kill
4491 modified buffers. Add extra logging. Delete frames after
4492 deleting the tty. Clear 'client parameter before deleting a frame.
4493 Use delete-display, not delete-tty.
4494 (server-visit-files): Don't set `server-existing-buffer' if the
4495 buffer already has other clients. Return list of buffers
4496 created. Update doc. Don't set client-record when nowait.
4497 (server-handle-delete-frame): Delete the client if this was its
4498 last frame. Check that the frame is alive. Remove bogus comment.
4499 Add note on possible race condition. Delete tty clients, if needed.
4500 (server-handle-suspend-tty): Use server-send-string. Kill the
4501 client in case of errors from process-send-string. Use the display
4502 parameter.
4503 (server-unload-hook): Remove obsolete delete-tty hook.
4504 (server-start): Ask before restarting if the old server still has
4505 clients. Add feedback messages. Remove obsolete delete-tty hook.
4506 (server-process-filter): Use server-send-string. Accept `-dir'
4507 command. Switch to *scratch* immediately after creating the frame,
4508 before evaluating any -evals. Protect `display-splash-screen'
4509 call in a condition-case. Explain why. Call
4510 `display-startup-echo-area-message' before
4511 `display-splash-screen'. Don't display the splash screen when no
4512 frame was created. Show the Emacs splash screen and startup echo
4513 area message. Display the *scratch* buffer by default. Store the
4514 local environment in a frame (not terminal) parameter. Do not try
4515 to decode environment strings. Fix reference to the 'display
4516 frame parameter. Change syntax of environment variables. Put
4517 environment into terminal parameters, not client parameters. Use
4518 a dummy client with --no-wait's X frames. In `-position LINE'
4519 handler, don't ruin the request string until the line number is
4520 extracted. Log opened files. Handle -current-frame command.
4521 Don't create frames when it is given. Don't bind X frames to the
4522 client when we are in -no-wait mode. Set locale environment
4523 variables from client while creating tty frames. Disable call to
4524 configure-display-for-locale. When processing -position command,
4525 don't change the request string until the parameters are
4526 extracted. Don't try to create an X frame when Emacs does not
4527 support it. Improve logging. Temporarily set ncurses-related
4528 environment variables to those of the client while creating a new
4529 tty frame. Select buffers opened by nowait clients, don't leave
4530 them buried under others. Set the display parameter, and use it
4531 when appropriate.
4532
4533 * startup.el (display-startup-echo-area-message): Handle
4534 `inhibit-startup-echo-area-message' here.
4535 (command-line-1): Moved from here.
4536 (fancy-splash-screens): Use `overriding-local-map' instead of
4537 `overriding-terminal-local-map' for now; the latter doesn't work
4538 right, it looses keypresses to another terminal. Use
4539 `overriding-terminal-local-map' to set up keymap. Install a
4540 `delete-frame-functions' hook to catch `delete-frame' events.
4541 Ignore `select-window' events to cope better with
4542 `focus-follows-mouse'. Don't switch back to the original buffer
4543 if the splash frame has been killed. Restore previous buffer, even
4544 if it's *scratch*.
4545 (normal-splash-screen): Don't let-bind `mode-line-format'; it
4546 changes the global binding - setq it instead. Use
4547 `save-buffers-kill-terminal'.
4548 (display-splash-screen): Don't do anything if the splash screen is
4549 already displayed elsewhere.
4550 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
4551 (command-line): Replace duplicated code with a call to
4552 tty-run-terminal-initialization. Don't load the terminal
4553 initialization file more than once. Remove call to nonexistent
4554 function `set-locale-translation-file-name'.
4555
4556 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
4557 parameters.
4558 (xterm-mouse-position-function, xterm-mouse-event): Update.
4559 (xterm-mouse-mode): Don't depend on current value of window-system.
4560 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4561 Update for multi-tty.
4562 (turn-on-xterm-mouse-tracking-on-terminal)
4563 (turn-off-xterm-mouse-tracking-on-terminal)
4564 (xterm-mouse-handle-delete-frame): New functions.
4565 (delete-frame-functions, after-make-frame-functions)
4566 (suspend-tty-functions, resume-tty-functions): Install extra hooks
4567 for multi-tty.
4568
4569 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4570
4571 * simple.el (invisible-p): Remove: implemented in C now.
4572 (line-move-invisible-p): Remove obsolete alias.
4573
4574 2007-08-28 Juri Linkov <juri@jurta.org>
4575
4576 * image-mode.el (image-type): New variable.
4577 (image-mode): Set default major mode name to "Image[text]".
4578 (image-minor-mode): Change LIGHTER to display image-type in the
4579 mode line.
4580 (image-minor-mode): Set default image-type to "text".
4581 (image-toggle-display): After switching to text mode, set
4582 image-type to "text" and major mode name to "Image[text]".
4583 After switching to image mode, set image-type to actual image
4584 type, and add image type to major mode name. Let-bind the same
4585 variable names as arguments of `image-type' and `create-image'.
4586 Bind `type' to the result of `image-type' and use it as arg
4587 of `create-image' to not determine the image type twice.
4588
4589 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
4590
4591 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
4592 (tramp-set-file-uid-gid, tramp-get-local-uid)
4593 (tramp-get-local-gid): New defuns.
4594 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
4595 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
4596 Improve fast track.
4597 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
4598 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
4599 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
4600 (tramp-handle-write-region): Improve fast track.
4601 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
4602 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
4603 be nil.
4604
4605 2007-08-28 Ivan Kanis <apple@kanis.eu>
4606
4607 * time.el: New feature to display several time zones in a buffer.
4608 (display-time-world-mode, display-time-world-display)
4609 (display-time-world, display-time-world-timer): New functions.
4610 (display-time-world-list, display-time-world-time-format)
4611 (display-time-world-buffer-name, display-time-world-timer-enable)
4612 (display-time-world-timer-second, display-time-world-mode-map):
4613 New variables.
4614
4615 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4616
4617 * term/x-win.el (x-gtk-stock-map): New variable.
4618 (x-gtk-map-stock): New function.
4619
4620 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
4621 prev/next-node.
4622
4623 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
4624
4625 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
4626
4627 2007-08-28 Glenn Morris <rgm@gnu.org>
4628
4629 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
4630
4631 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4632
4633 * progmodes/modula2.el (m2-definition, m2-module):
4634 Don't use previous-line. Reported by T. V. Raman.
4635
4636 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4637
4638 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
4639 argument to tool-bar-mode call.
4640
4641 2007-08-27 Glenn Morris <rgm@gnu.org>
4642
4643 * diff-mode.el (diff-find-file-name): Only accept regular files,
4644 to rule out /dev/null, directories, etc.
4645
4646 * vc-svn.el (vc-svn-diff): If the repository version of all the
4647 files is the same as the specified OLDVERS, do a local diff.
4648
4649 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4650
4651 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
4652 of buffers in uniquify-managed.
4653
4654 * simple.el (invisible-p): Rename from text-invisible-p.
4655 Update callers.
4656
4657 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4658
4659 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
4660 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
4661 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
4662 (cperl-etags-goto-tag-location): Use new style backquotes.
4663
4664 * net/browse-url.el: Remove spurious * in custom docstrings.
4665 (browse-url-filename-alist): Use new-style backquote.
4666
4667 * emacs-lisp/backquote.el (backquote-unquote-symbol)
4668 (backquote-splice-symbol): Clarify they're not new-style unquotes.
4669
4670 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
4671 (\,@): Backslash the , and ,@ which are not new-style unquotes.
4672
4673 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
4674
4675 * net/socks.el (socks-username/password-auth-filter):
4676 Remove unused vars `state' and `desired-len'.
4677 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
4678 (socks-wait-for-state-change): Use new-style backquotes.
4679
4680 * pcvs.el (cvs-mode-status): Fix long-standing typo.
4681
4682 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
4683 backquotes after each `read' rather than once per buffer.
4684
4685 * dframe.el: Remove spurious * in custom docstrings.
4686 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
4687 (dframe-xemacs20p): Remove, inline at the sole use point.
4688 (defface): Don't defvar the face, don't use old-style backquote.
4689 (defcustom): Don't use old-style backquote.
4690 (dframe-frame-parameter, dframe-mouse-event-p):
4691 Make it obvious that it's always defined.
4692 (dframe-popup-kludge): New function to replace
4693 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
4694 (dframe-frame-mode, dframe-set-timer-internal)
4695 (dframe-mouse-set-point): Remove use of with-no-warnings from
4696 XEmacs-specific code.
4697 (dframe-set-timer-internal): Fix very old bug with
4698 post-command-idle-hook.
4699
4700 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
4701
4702 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4703
4704 * emacs-lisp/avl-tree.el: New file.
4705
4706 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4707
4708 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
4709 was used.
4710
4711 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
4712
4713 * complete.el (PC-do-completion): Make RET accept a non-unique but
4714 complete expansion again.
4715
4716 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
4717
4718 * eshell/esh-opt.el (eshell-eval-using-options):
4719 Add debug declaration.
4720
4721 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4722
4723 * log-view.el (log-view-toggle-mark-entry): Add docstring.
4724 (log-view-get-marked): Likewise.
4725
4726 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
4727 (vc-delete-automatic-version-backups): Likewise.
4728
4729 * vc.el (vc-dired-buffers-for-dir): Likewise.
4730
4731 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
4732
4733 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
4734 safe-local-variable setting.
4735 * progmodes/perl-mode.el (perl-indent-level): Likewise.
4736
4737 * log-view.el (log-view-marked-list): Delete variable.
4738 (log-view-mode): Don't use it.
4739 (log-view-toggle-mark-entry): Likewise, simplify.
4740 (log-view-current-tag): Don't return properties.
4741 (log-view-get-marked): New function.
4742
4743 2007-08-25 Alexandre Julliard <julliard@winehq.org>
4744
4745 * vc-git.el (vc-git-mode-line-string): New function.
4746
4747 2007-08-25 Alan Mackenzie <acm@muc.de>
4748
4749 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
4750 new language variable.
4751
4752 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
4753 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
4754 "extern" etc., rather than BOI. Fix addition of spurious
4755 syntactic-symbol 'defun-block-intro, replacing it with
4756 'innamespace, etc.
4757
4758 2007-08-25 Juri Linkov <juri@jurta.org>
4759
4760 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
4761
4762 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
4763 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
4764 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
4765
4766 * image.el (image-type-header-regexps): Use more complex regexp for svg.
4767 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
4768 (image-type-auto-detectable): Add (svg . maybe).
4769
4770 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
4771 to treat it like .tgz.
4772
4773 * calendar/cal-bahai.el: Add file coding cookie.
4774
4775 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
4776
4777 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
4778 Don't behave differently when executed via M-x. Add doc string.
4779
4780 * sort.el (sort-fold-case, sort-numeric-base): Mark as
4781 safe-local-variable.
4782
4783 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
4784
4785 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
4786 the default value.
4787 (math-calendar-tzinfo): New variable.
4788 (math-get-calendar-tzinfo): New function.
4789 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
4790 to get information when zone is nil.
4791
4792 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4793
4794 * log-view.el (log-view-toggle-mark-entry): New function.
4795 (log-view-mode-map): Bind it.
4796 (log-view-marked-list): New variable.
4797 (log-view-mode): Make it local.
4798
4799 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4800
4801 * play/zone.el (zone-pgm-rat-race): New func.
4802 (zone-programs): Add `zone-pgm-rat-race'.
4803
4804 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
4807 a list.
4808
4809 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4810
4811 * progmodes/hideshow.el (hs-match-data): Delete alias.
4812 (hs-hide-block-at-point, hs-find-block-beginning)
4813 (hs-show-block): Use `match-data' directly.
4814
4815 2007-08-24 Martin Rudalics <rudalics@gmx.at>
4816
4817 * format.el (format-alist): Fix typo in doc-string.
4818
4819 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
4820
4821 * net/tramp.el (tramp-local-host-p): New defun.
4822 (tramp-handle-file-local-copy, tramp-handle-write-region):
4823 Implement fast track when being on the local host.
4824 (tramp-file-name-handler): Don't set "started" property. It shall
4825 be reserved for the "ftp" method.
4826 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
4827
4828 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
4829 (tramp-ftp-file-name-handler): Set "started" property.
4830
4831 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4832
4833 * files.el (backup-buffer-copy): Don't wrap delete in
4834 condition-case, only try to delete if file exists.
4835
4836 2007-08-24 Glenn Morris <rgm@gnu.org>
4837
4838 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
4839
4840 * startup.el (tutorial-directory): Set with eval-at-startup so it
4841 gets the right value in an installed Emacs.
4842
4843 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4844
4845 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
4846 (eldoc-highlight-function-argument): Use it.
4847
4848 2007-08-23 Masatake YAMATO <jet@gyve.org>
4849
4850 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
4851 name of parameters in document body.
4852
4853 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4854
4855 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
4856 (byte-compile-output-as-comment): Use with-current-buffer rather than
4857 a weird set-buffer&prog1 combination.
4858
4859 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
4860 test so as to optimise cases where the `progn's result is constant.
4861
4862 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4863
4864 * locate.el (locate-get-file-positions):
4865 Use line-beginning-position and line-end-position.
4866
4867 2007-08-23 John Wiegley <johnw@newartisans.com>
4868
4869 * calendar/cal-bahai.el: Added in the diacriticals that were
4870 missing for many of the month names.
4871
4872 2007-08-22 Jason Rumney <jasonr@gnu.org>
4873
4874 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
4875
4876 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
4877
4878 * image-mode.el (image-minor-mode): Use image-mode-text-map.
4879
4880 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4881
4882 * dabbrev.el (dabbrev--progress-reporter): New variable.
4883 (dabbrev--scanning-message): Delete func.
4884 (dabbrev--find-expansion): Use a progress reporter
4885 instead of dabbrev--scanning-message.
4886
4887 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4888
4889 * comint.el (comint-exec-1): Raise an error if
4890 `start-file-process' does not return a process object.
4891
4892 * shell.el (shell): Prompt for `default-directory' if it is a
4893 remote file name, and if called with a prefix arg.
4894
4895 2007-08-22 Sam Steingold <sds@gnu.org>
4896
4897 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
4898
4899 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
4900
4901 * textmodes/org-export-latex.el: New file.
4902
4903 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
4904
4905 * textmodes/org.el (org-agenda-skip): Allow a form for
4906 `org-agenda-skip-function'.
4907 (org-agenda-redo): Re-use local settings.
4908 (org-agenda): Store local settings.
4909 (org-agenda-deadline-faces): New option.
4910 (org-agenda-deadline-face): New function.
4911 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
4912 entries on their due date.
4913 (org-agenda-get-timestamps): No longer handle the due dates of
4914 schedules and deadline items.
4915 (org-insert-link-global, org-open-at-point-global): New commands.
4916 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
4917 :for-ascii parameter.
4918 (org-skip-comments): Function removed.
4919 (org-cleaned-string-for-export): Handle special table lines.
4920 (org-global-properties): New option.
4921 (org-entry-get-with-inheritance): Check global properties.
4922 (org-local-properties): New variable.
4923 (org-set-regexps-and-options): Find the #+PROPERTY line.
4924 (org-link-types): Change type into variable (was constant).
4925 (org-make-link-regexps): New function.
4926 (org-link-re-with-space, org-link-re-with-space2)
4927 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
4928 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
4929 these regular expressions happens now in the function
4930 `org-make-link-regexps'.
4931 (org-store-link): Call the functions in
4932 `org-store-link-functions'.
4933 (org-add-link-type): New function.
4934 (org-store-link-functions): New variable.
4935 (org-activate-tags): Force matches to be in headlines.
4936 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
4937 (org-columns-display-here): Make sure this works in a narrowed
4938 buffer by checking for point-min.
4939 (org-columns-display-here): Make the rest of the line intangible,
4940 so that point never can be there.
4941 (org-cleaned-string-for-export): Use `with-current-buffer'.
4942 (org-replace-region-by-html): Use `with-current-buffer'.
4943 (org-unfontify-region, org-do-occur, org-columns-display-here)
4944 (org-columns-remove-overlays, org-columns-quit)
4945 (org-columns-edit-value, org-columns-next-allowed-value)
4946 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
4947 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
4948 (org-agenda-todo, org-agenda-change-all-lines)
4949 (org-agenda-align-tags, org-agenda-priority)
4950 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
4951 (org-agenda-show-new-time, org-cleaned-string-for-export)
4952 (org-export-grab-title-from-buffer)
4953 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
4954 instead of `buffer-read-only'.
4955 (org-export-as-html): Set `coding-system-for-write'.
4956 (org-remember-store-without-prompt): New option.
4957 (org-archive-subtree): Fixed bug with modifying TODO keyword.
4958 (org-beginning-of-line): Also treat C-a special in items.
4959 (org-table-convert-refs-to-rc): Fixed problem with column
4960 reference after "..".
4961 (org-columns-compute): Don't mark buffer modified because of text
4962 properties.
4963 (org-batch-store-agenda-views): Use the variable
4964 `default-directory', not the function.
4965 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
4966 (org-clock-out-when-done): New option.
4967 (org-html-entities): Added HTML entities for smileys.
4968
4969 2007-08-22 Glenn Morris <rgm@gnu.org>
4970
4971 * image.el (create-image): Doc fix.
4972
4973 * startup.el (tutorial-directory): New constant.
4974 (fancy-splash-text): Tutorials now in tutorial-directory.
4975 * tutorial.el (help-with-tutorial): Tutorials now in
4976 tutorial-directory.
4977
4978 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4979
4980 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
4981 otherwise.
4982 (tramp-get-remote-path): New defun. Replace occurrences of
4983 `tramp-default-remote-path' by this function.
4984 (tramp-set-remote-path): Move most of the code to
4985 `tramp-get-remote-path'.
4986 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
4987 existing directories, this is done already in
4988 `tramp-get-remote-path'.
4989
4990 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4991
4992 * image-file.el (image-file-name-extensions): Add "svg".
4993 * image.el (image-type-header-regexps): Add svg entry.
4994
4995 2007-08-22 Glenn Morris <rgm@gnu.org>
4996
4997 * files.el (backup-buffer-copy): Check backup directory is
4998 writable, to avoid infloop deleting old backup.
4999
5000 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
5001 movemail related variables.
5002 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
5003 will now be set before this is called.
5004
5005 2007-08-21 Juri Linkov <juri@jurta.org>
5006
5007 * delsel.el (delete-selection-pre-hook):
5008 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
5009 instead of checking last-command.
5010
5011 2007-08-21 Juri Linkov <juri@jurta.org>
5012
5013 * loadup.el: Preload "button".
5014
5015 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5016
5017 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5018 Add previous-line and next-line.
5019
5020 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
5021 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
5022
5023 * vc-hooks.el (vc-menu-entry): New var.
5024 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
5025 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
5026 (vc-menu-map): Declare and initialize in one step.
5027 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
5028
5029 * menu-bar.el (vc-menu-map): Don't setup any more.
5030 Instead, just create the proper spot in the menu.
5031
5032 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 * smerge-mode.el (smerge-resolve): New arg `safe'.
5035 (smerge-resolve-all, smerge-batch-resolve): New function.
5036 (smerge-refine): Make sure `diff' returns the expected result.
5037 (smerge-parsep-re): New const.
5038 (smerge-mode): Use it to adjust paragraph-separate.
5039
5040 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5041 Correctly match / regexp matchers as first char on a line when
5042 fontifying only that line.
5043
5044 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
5045
5046 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5047
5048 * vc-bzr.el: Don't fiddle with vc-handled-backend.
5049 (vc-bzr-registered): Don't redundantly protect against
5050 file-error. Actually use the format-specific code.
5051 (vc-bzr-buffer-nonblank-p): Remove.
5052 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
5053
5054 2007-08-20 Juri Linkov <juri@jurta.org>
5055
5056 * startup.el (fancy-splash-text): Change multiple tabs into one
5057 tab. Remove "Useful File menu items" section (with "Exit Emacs"
5058 and "Recover Crashed Session").
5059 (fancy-splash-screens): Set tab-width to 22.
5060 (normal-splash-screen): Replace literal tabs with \t and
5061 fix whitespace. Remove "Useful File menu items" section (with
5062 "Exit Emacs" and "Recover Crashed Session").
5063
5064 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
5065
5066 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
5067 extracted from `eval-last-sexp-1'.
5068 (eval-last-sexp-1): Call `preceding-sexp'.
5069
5070 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
5071
5072 * vc-rcs.el (vc-rcs-annotate-command):
5073 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
5074 Add back :vc-annotate-prefix propertization.
5075
5076 2007-08-20 Andreas Schwab <schwab@suse.de>
5077
5078 * mail/rmail.el (rmail-autodetect): Doc fix.
5079
5080 2007-08-19 Juri Linkov <juri@jurta.org>
5081
5082 * startup.el (normal-splash-screen): Add more links.
5083
5084 2007-08-19 Juri Linkov <juri@jurta.org>
5085
5086 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
5087 because it's common to both types of splash screen: fancy and normal.
5088 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
5089 (exit-splash-screen): Rename from `fancy-splash-quit'.
5090 Use `quit-window' instead of `kill-buffer'.
5091 (fancy-splash-head): Use make-button to insert GNU image link.
5092 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
5093 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
5094 (normal-splash-screen): Put "Browse manuals" on the same line with
5095 "Emacs manual". Remove descriptions from "Useful tasks" and put
5096 all links in two columns on two lines.
5097
5098 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
5099
5100 * emulation/viper.el (viper-remove-hooks): Remove some additional
5101 viper hooks when the user calls viper-go-away.
5102 (viper-go-away): Restore the default of default-major-mode.
5103 Save the value of default-major-mode before vaperization.
5104
5105 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
5106
5107 * emulation/viper-ex.el: Replace error "" with "Viper bell".
5108
5109 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
5110 buffer for which file is created.
5111
5112 2007-08-19 Glenn Morris <rgm@gnu.org>
5113
5114 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
5115 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
5116 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
5117 shadow files messing up the compilation.
5118
5119 2007-08-18 Glenn Morris <rgm@gnu.org>
5120
5121 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
5122 string. Also apply eldoc-argument-case in the help-split-fundoc
5123 case. Adapt for changed behavior of eldoc-function-argstring,
5124 eldoc-function-argstring-format, and
5125 eldoc-highlight-function-argument.
5126 (eldoc-highlight-function-argument): Handle nil INDEX argument,
5127 just call eldoc-docstring-format-sym-doc in that case.
5128 (eldoc-function-argstring): Change the behavior. Now it converts
5129 an argument list to a string.
5130 (eldoc-function-argstring-format): Change the behavior. Now it
5131 applies `eldoc-argument-case' to a string.
5132
5133 * progmodes/scheme.el (scheme-mode-variables): Set
5134 font-lock-comment-start-skip.
5135
5136 2007-08-18 Martin Rudalics <rudalics@gmx.at>
5137
5138 * progmodes/ada-mode.el (ada-create-syntax-table): Move
5139 set-syntax-table from here to ...
5140 (ada-mode): ... here. Do not change global value of
5141 comment-multi-line. Call new function
5142 ada-initialize-syntax-table-properties and add new function
5143 ada-handle-syntax-table-properties to font-lock-mode-hook.
5144 (ada-deactivate-properties, ada-initialize-properties): Replace
5145 by new functions ...
5146 (ada-handle-syntax-table-properties)
5147 (ada-initialize-syntax-table-properties)
5148 (ada-set-syntax-table-properties): ... to set up syntax-table
5149 properties uniformly, independently from whether font-lock-mode
5150 is enabled or not. Handle read-only buffers and do not change
5151 undo-list when setting syntax-table properties.
5152 (ada-after-change-function): Use ada-set-syntax-table-properties.
5153
5154 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5155
5156 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
5157 (meta-indent-current-nesting): Use a computation of the nesting
5158 instead.
5159 (meta-indent-current-indentation): Indentation is given according
5160 to nesting and if the previous line was finished or not.
5161 (meta-indent-unfinished-line): Tell if the current line ends with
5162 a finished expression.
5163 (meta-indent-looking-at-code): Like `looking-at', but checks if
5164 the point is in a string before.
5165 (meta-indent-level-count): Use it. Don't count parenthesis as it's
5166 done in the nesting function.
5167 (meta-indent-in-string-p): Tell if the current point is in a
5168 string.
5169 (meta-indent-calculate): Treat b-o-b as a special case. Use the
5170 previous functions.
5171
5172 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
5173
5174 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
5175 (copyright-update-year, copyright-update)
5176 (copyright-fix-years): Use it.
5177
5178 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
5179
5180 * emacs-lisp/copyright.el (copyright-update-year):
5181 Fix bug: Handle nil copyright-limit.
5182
5183 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5184
5185 * calc/calc-units.el (math-standard-units): Give exact
5186 conversion for tsp.
5187
5188 * calc/calc.el (math-bignum-digit-length): Compute the
5189 appropriate value.
5190
5191 * calc/calc-bin.el (math-bignum-logb-digit-size)
5192 (math-bignum-digit-power-of-two):
5193 * calc/calc-comb.el (math-small-factorial-table):
5194 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5195 (math-approx-gamma-const):
5196 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
5197 (math-besY1, math-bernoulli-b-cache):
5198 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5199 Remove `eval-when-compile's.
5200
5201 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5202
5203 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
5204 (cperl-find-pods-heres): Fix an error when typing expressions like
5205 `s{a}{b}'.
5206
5207 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5208
5209 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
5210 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
5211 a special case (there's no build number).
5212
5213 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
5214
5215 * completion.el (symbol-under-point, symbol-before-point)
5216 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
5217
5218 2007-08-17 Glenn Morris <rgm@gnu.org>
5219
5220 * progmodes/compile.el (compilation-get-file-structure): Make use
5221 of the directory part when checking for an existing entry, to
5222 handle files with same basename in different directories.
5223
5224 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5225
5226 * calc/calc.el (calc-language-alist): Add texinfo-mode.
5227
5228 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5229
5230 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
5231 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
5232 (ps-paragraph-spacing): Docstring fix.
5233
5234 2007-08-16 Glenn Morris <rgm@gnu.org>
5235
5236 * ps-print.el (ps-font-size): Doc fix.
5237
5238 2007-08-16 Richard Stallman <rms@gnu.org>
5239
5240 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
5241
5242 2007-08-15 Juri Linkov <juri@jurta.org>
5243
5244 * startup.el (initialization): Change parent group from `internal'
5245 to `environment'.
5246 (initial-buffer-choice): New variable.
5247 (command-line): Revert 2007-07-02 change that sets
5248 buffer-offer-save in *scratch* and enables auto-save in it.
5249 (fancy-splash-text): Add links to existing items. Add new items
5250 with links for useful tasks. Move information about Control-g to
5251 fancy-splash-head. Move "Emacs Guided Tour" to the end.
5252 (fancy-splash-keymap): New variable.
5253 (fancy-splash-last-input-event): Remove variable.
5254 (fancy-splash-insert): Add processing of `:link' element.
5255 (fancy-splash-head): Replace "Type Control-l to begin editing"
5256 with "Type `q' to exit".
5257 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
5258 (fancy-splash-default-action, fancy-splash-special-event-action):
5259 Remove functions.
5260 (fancy-splash-quit): New function.
5261 (fancy-splash-screens): Rename input arg from `hide-on-input' to
5262 `static' and reverse the condition of its usage. Don't preserve
5263 original values of `minor-mode-map-alist',
5264 `emulation-mode-map-alists', `special-event-map'.
5265 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5266 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5267 Remove processing of special events. Use local key map
5268 `fancy-splash-keymap'. Set buffer to read-only.
5269 (normal-splash-screen): Rename input arg from `hide-on-input' to
5270 `static' and reverse the condition of its usage.
5271 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5272 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5273 Add links to existing items. Add new items with links for useful
5274 tasks. Use local key map `fancy-splash-keymap'.
5275 (display-splash-screen): Rename input arg from `hide-on-input' to
5276 `static'.
5277 (about-emacs): Add alias to display-splash-screen.
5278 (command-line-1): Use `initial-buffer-choice'.
5279
5280 * menu-bar.el (menu-bar-help-menu):
5281 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
5282 item to about-emacs instead of display-splash-screen.
5283
5284 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5285
5286 * calc/calc-units.el (math-standard-units): Update values.
5287 Put in exact, rational values when possible.
5288 (math-unit-prefixes): Replace floats with powers of ten.
5289 (math-standard-units-systems): Replace floats with integers.
5290 (math-make-unit-string): Remove extra spaces in output.
5291
5292 2007-08-15 Glenn Morris <rgm@gnu.org>
5293
5294 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
5295 sloppier, for the sake of GNU Mailman.
5296 (rmail-digest-rfc1153): Initialize `result' correctly.
5297
5298 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5299
5300 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
5301 in the mail title. Suggested by Reiner Steib.
5302
5303 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
5304
5305 * calc/calc-aent.el (calc-do-quick-calc): Add binary
5306 representation of integers to the list of outputs.
5307
5308 2007-08-14 Glenn Morris <rgm@gnu.org>
5309
5310 * simple.el (bad-packages-alist): New constant.
5311 (bad-package-check): New function. Together, these two add elements
5312 to `after-load-alist' to check for problematic external packages.
5313 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
5314
5315 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5316
5317 * calc/calc-units.el (math-get-standard-units)
5318 (math-get-units, math-make-unit-string)
5319 (math-get-default-units, math-put-default-units): New functions.
5320 (math-default-units-table): New variable.
5321 (calc-convert-units, calc-convert-temperature): Add machinery
5322 to supply default values.
5323
5324 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5325
5326 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
5327 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
5328 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
5329 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
5330
5331 * emulation/tpu-extras.el: Remove spurious * in docstrings.
5332 Put its autoloads into tpu-edt.el rather than loaddefs.el.
5333 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
5334 Make into a proper minor-mode.
5335 (tpu-backward-char, tpu-next-line, tpu-previous-line)
5336 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
5337 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
5338 (tpu-set-cursor-free, tpu-set-cursor-bound):
5339 Delegate to tpu-cursor-free-mode.
5340 (tpu-next-line, tpu-previous-line, tpu-forward-line)
5341 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
5342 Use line-move or forward-line instead of next-line-internal.
5343
5344 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
5345
5346 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
5347
5348 2007-08-12 Richard Stallman <rms@gnu.org>
5349
5350 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
5351 (cvs-execute-single-file): Use new name split-string-and-unquote.
5352 (cvs-header-msg): Use new name combine-and-quote-strings.
5353
5354 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
5355
5356 * progmodes/gud.el (gud-common-init): Use new name
5357 split-string-and-unquote.
5358
5359 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
5360 in javac regexp.
5361
5362 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
5363 combine-and-quote-strings and split-string-and-unquote.
5364
5365 * subr.el (combine-and-quote-strings): Rename from strings->string.
5366 (split-string-and-unquote): Rename from string->strings.
5367
5368 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5369
5370 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
5371 to buffer-local settings.
5372
5373 * emacs-lisp/backquote.el (backquote-delay-process): New function.
5374 (backquote-process): Add internal arg `level'. Use the two to
5375 correctly handle nested backquotes.
5376
5377 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
5378
5379 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
5380 (vc-bzr-state-words): Add "kind changed" state word.
5381 (vc-bzr-status): New function. Return Bzr idea of file status,
5382 which is different from VC's.
5383 (vc-bzr-state): Use vc-bzr-status.
5384 (vc-workfile-unchanged-p): Use vc-bzr-status.
5385 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
5386 (vc-dired-state): Process "kind changed" state word.
5387
5388 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
5391
5392 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
5393 Move from vc-default-find-file-not-found-hook.
5394
5395 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5396
5397 * man.el: Remove spurious * in docstrings.
5398 Merge defvars and toplevel setq-defaults.
5399 (Man-highlight-references0): Limit=nil rather than point-max.
5400 (Man-mode-map): Move initialization into the declaration.
5401 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
5402 (Man-view-header-file): Use expand-file-name rather than concat.
5403 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
5404
5405 * man.el (Man-next-section): Make sure we do not move backward.
5406
5407 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5408
5409 * files.el (auto-mode-alist): Use the purecopied text (duh!).
5410
5411 2007-08-08 Glenn Morris <rgm@gnu.org>
5412
5413 * Replace `iff' in doc-strings and comments.
5414
5415 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5416
5417 * dired.el (dired-pop-to-buffer):
5418 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5419 * calendar/calendar.el (generate-calendar-window):
5420 * progmodes/compile.el (compilation-set-window-height):
5421 * textmodes/two-column.el (2C-two-columns, 2C-merge):
5422 Use window-full-width-p instead of comparing frame-width and
5423 window-width.
5424
5425 * progmodes/compile.el (compilation-find-buffer): Remove extra
5426 argument in call to compilation-buffer-internal-p.
5427
5428 2007-08-07 Tom Tromey <tromey@redhat.com>
5429
5430 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
5431 Add safe-local-variable property.
5432
5433 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5434
5435 * image-mode.el (image-toggle-display): Use image-refresh.
5436
5437 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
5438
5439 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
5440 unofficial version.
5441 (vc-bzr-command): Remove redundant setting of process-connection-type.
5442 (vc-bzr-admin-checkout-format-file): Add autoload.
5443 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
5444 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
5445 (vc-bzr-registered): Compare dirstate format tag with known good
5446 value, abort parsing if match fails. Warn user in docstring.
5447 (vc-bzr-workfile-version): Case for different Bzr branch formats.
5448 See bzrlib/branch.py in Bzr sources.
5449 (vc-bzr-diff): First argument FILES may be a string rather than a list.
5450 (vc-bzr-shell-command): Remove in favor of
5451 vc-bzr-command-discarding-stderr.
5452 (vc-bzr-command-discarding-stderr): New function.
5453
5454 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
5455
5456 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
5457 program, and return nil.
5458 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
5459 (vc-bzr-state): Look for path names relative to the repository
5460 root after status keyword.
5461 (vc-bzr-file-name-relative): New function.
5462 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
5463 depend on it.
5464 (vc-bzr-admin-dirname, ...-checkout-format-file)
5465 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
5466 files that we now parse directly for speed.
5467 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
5468 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
5469 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
5470 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
5471 Bzr warnings, so we must discard it.
5472 (vc-bzr-workfile-version): Speedup counting lines from
5473 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
5474 if that file doesn't exist.
5475 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
5476 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
5477 to `vc-directory-exclusion-list'.
5478 (vc-bzr-shell-command): New function.
5479
5480 2007-08-06 Tom Tromey <tromey@redhat.com>
5481
5482 * diff-mode.el (diff-unified->context, diff-reverse-direction)
5483 (diff-fixup-modifs): Typo in docstring.
5484
5485 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5486
5487 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
5488 count-screen-lines.
5489 (tpu-edt-off): Disable relevant pieces of advice.
5490
5491 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
5492 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
5493 (newline, newline-and-indent, do-auto-fill): Use advice instead of
5494 redefining the function.
5495 (tpu-set-scroll-margins): Activate the pieces of advice.
5496
5497 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5498
5499 * help.el (resize-temp-buffer-window): Use window-full-width-p
5500 instead of comparing frame-width and window-width.
5501
5502 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
5503
5504 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
5505 optional quotes around files in NEED-UPDATE . REMOVED case.
5506
5507 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
5508 (ada-treat-cmd-string): Improve error message.
5509 (ada-do-file-completion): Call `ada-require-project-file', so
5510 project variables are set properly.
5511 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
5512 (ada-gnatfind-buffer-name): New constant.
5513 (ada-find-any-references): Use new constant. Set buffer name
5514 properly in compilation-start. Toggle read-only properly.
5515 (ada-find-in-src-path): Fix spelling error in docstring.
5516
5517 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
5518 by zero error.
5519
5520 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5521
5522 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
5523
5524 2007-08-12 Richard Stallman <rms@gnu.org>
5525
5526 * progmodes/sh-script.el (sh): Delete group `unix'.
5527
5528 * progmodes/gud.el (gud): Change to group `processes'.
5529
5530 2007-08-11 Glenn Morris <rgm@gnu.org>
5531
5532 * progmodes/compile.el (compilation-buffer-name): Don't check
5533 compilation-arguments. It is superfluous, and the variable isn't
5534 even set when this function is called.
5535
5536 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5537
5538 * term/mac-win.el (mac-ae-reopen-application): New function.
5539 (mac-apple-event-map): Bind "reopen application" Apple event to it.
5540
5541 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
5544 take tex-font-script-display into account.
5545 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
5546 cell to a list of 2 elements to simplify the unfontify code.
5547
5548 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5549
5550 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
5551 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
5552 ps-print-color-p is neither nil nor black-white. Reported by Christian
5553 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5554
5555 2007-08-08 Andreas Schwab <schwab@suse.de>
5556
5557 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
5558 self-insert-command, not self-insert.
5559
5560 2007-08-08 Glenn Morris <rgm@gnu.org>
5561
5562 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
5563 argument optional, for backwards compatibility, and only highlight
5564 args when present. Fix symbol name typo (doc/args).
5565
5566 * help-mode.el (help-make-xrefs): Search for symbol constituents,
5567 rather than just `-'.
5568
5569 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
5570
5571 * calc/calc-units.el (calc-convert-temperature):
5572 Use `/' to create fractions.
5573
5574 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
5575
5576 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
5577 global matching.
5578 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
5579 ERROR-BUFFER more robust. Display output.
5580 (tramp-file-name-handler): Add a connection property when we found
5581 a foreign file name handler. This allows backends like ftp to
5582 profit also from usr/host name completion based on connection
5583 cache.
5584 (tramp-send-command-and-read): Search for trash after the regexp
5585 until eol only. In XEmacs, there is a problem with \n.
5586
5587 * net/tramp-cache.el (top): Read persistent connection history
5588 when cache is empty.
5589
5590 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
5591
5592 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
5593 resulting output.
5594
5595 2007-08-07 Sam Steingold <sds@gnu.org>
5596
5597 * progmodes/compile.el (compilation-start): Pass nil as startfile
5598 to comint-exec.
5599
5600 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5601
5602 * longlines.el (longlines-decoded): New variable.
5603 (longlines-mode): Avoid encoding or decoding the buffer twice.
5604
5605 2007-08-07 Martin Rudalics <rudalics@gmx.at>
5606
5607 * format.el (format-insert-file): Make sure that at most one undo
5608 entry is recorded for the insertion. Inhibit point-motion and
5609 modification hooks around call to insert-file-contents.
5610
5611 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
5614 Select the buffer's window before moving point.
5615
5616 2007-08-07 Richard Stallman <rms@gnu.org>
5617
5618 * term.el (term): Remove parent group `unix'.
5619
5620 * simple.el (default-indent-new-line): New function.
5621 It calls comment-line-break-function if there are comments.
5622 (do-auto-fill): Use that.
5623
5624 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
5625
5626 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
5627 (PC-do-completion): Add "acronym completion" for symbols and
5628 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
5629
5630 2007-08-06 Sam Steingold <sds@gnu.org>
5631
5632 * mouse.el (mouse-buffer-menu): Pass mode-name through
5633 format-mode-line because it may be a list,
5634 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
5635
5636 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
5637
5638 * printing.el (pr-update-menus): Docstring fix.
5639
5640 2007-08-06 Jason Rumney <jasonr@gnu.org>
5641
5642 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
5643
5644 * vc-hooks.el (vc-call): Add doc string.
5645
5646 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
5647
5648 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
5649 process-filter.
5650
5651 2007-08-06 Kenichi Handa <handa@m17n.org>
5652
5653 * international/quail.el: Wrap (require 'help-mode) by
5654 eval-when-compile.
5655 (quail-help-init): New function.
5656 (quail-help): Call quail-help-init.
5657 (quail-store-decode-map-key): Change it to a function.
5658
5659 2007-08-05 Jason Rumney <jasonr@gnu.org>
5660
5661 * vc.el (vc-rollback): Add norevert argument back.
5662 (vc-revert-buffer): Add back as obsolete alias.
5663
5664 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
5665
5666 * term.el: Honor term-default-fg-color and term-default-bg-color
5667 settings when modifying term-current-face.
5668 (term-default-fg-color, term-default-bg-color): Initialize from
5669 default term-current-face.
5670 (term-mode, term-reset-terminal): Set term-current-face with
5671 term-default-fg-color and term-default-bg-color.
5672 (term-handle-colors-array): term-current-face has term-default-fg-color
5673 and term-default-bg-color after reset escape sequence.
5674 (term-handle-colors-array): Set term-current-color with
5675 term-default-fg/bg-color instead of ansi-term-color-vector when the
5676 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
5677
5678 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
5679
5680 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
5681 (math-nlfit-givens): Let bind free variables.
5682
5683 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
5684
5685 * printing.el: Require lpr and ps-print when loading printing package.
5686 Reported by Glenn Morris <rgm@gnu.org>.
5687
5688 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
5689
5690 * files.el (set-auto-mode): Handle also remote files wrt
5691 `auto-mode-alist'.
5692
5693 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
5694
5695 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
5696 curves and plotting.
5697
5698 * calc/calc-nlfit.el: New file.
5699
5700 2007-08-04 Glenn Morris <rgm@gnu.org>
5701
5702 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
5703 zero, not nil, when the library is first loaded. Check for a file
5704 that has been modified on disk.
5705
5706 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
5707 Remove duplicate defvar preventing initialization.
5708 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
5709
5710 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5711
5712 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
5713 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
5714 may match up to 4 lines.
5715 (diff-beginning-of-file-and-junk): Rewrite.
5716
5717 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5718
5719 * printing.el: Evaluate require only during compilation.
5720 (pr-version): New version 6.9.1.
5721 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
5722 (pr-global-menubar): Fix code.
5723
5724 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
5725
5726 * term.el (term-erase-in-display): Fix case when point is not at
5727 the beginning of the line.
5728
5729 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5730
5731 * calc/calc-ext.el (math-get-value, math-get-sdev)
5732 (math-contains-sdev): New functions.
5733
5734 * calc/calc-graph.el (calc-graph-format-data)
5735 (calc-graph-add-curve): Check for error forms.
5736 (calc-graph-set-styles): Add option for error forms.
5737
5738 2007-08-03 Miles Bader <miles@gnu.org>
5739
5740 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
5741 backend names for new backends to `Git', `Hg', and `Bzr'.
5742 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
5743 not `HG'.
5744 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
5745 name, not `GIT'.
5746 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
5747 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
5748
5749 2007-08-03 Richard Stallman <rms@gnu.org>
5750
5751 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
5752 to update deleted flag.
5753
5754 * cus-edit.el (customize-apropos, customize-apropos-options)
5755 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
5756
5757 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
5758
5759 * startup.el (fancy-splash-head, startup-echo-area-message):
5760 Change message text.
5761
5762 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
5763 All callers use line-move.
5764
5765 * progmodes/compile.el (compilation-find-buffer): Return current
5766 buffer immediately if suitable.
5767 (compile, compilation-buffer-name, compilation-start): Doc fixes.
5768
5769 2007-08-03 Daiki Ueno <ueno@unixuser.org>
5770
5771 * faces.el (face-normalize-spec): New function.
5772 (frame-set-background-mode): Normalize face-spec before calling
5773 face-spec-match-p.
5774
5775 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5776
5777 * server.el (server-window): Add switch-to-buffer-other-frame option.
5778
5779 2007-08-03 Glenn Morris <rgm@gnu.org>
5780
5781 * cus-edit.el (customize-apropos): Make the error message indicate
5782 what kind of thing the user was trying to customize.
5783
5784 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
5785
5786 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
5787 Fix off-by-one error in previous change.
5788
5789 2007-08-03 Drew Adams <drew.adams@oracle.com>
5790
5791 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
5792 Make buffer writable.
5793
5794 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5795
5796 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
5797 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
5798 Use native Emacs functions, when appropriate.
5799
5800 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
5801 Stefan Monnier <monnier@iro.umontreal.ca>
5802
5803 * vc.el: Document new VC operation `extra-menu'.
5804
5805 * vc-hooks.el (vc-default-extra-menu): New function.
5806
5807 * menu-bar.el (menu-bar-vc-filter): New function.
5808 (menu-bar-tools-menu): Use it as a filter.
5809
5810 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
5811
5812 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
5813
5814 2007-08-01 Glenn Morris <rgm@gnu.org>
5815
5816 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
5817 strings.
5818 (fortran-tab-mode-default): Remove needless autoload.
5819 (fortran-tab-mode-string): Add help-echo and mouse properties, and
5820 mark as risky.
5821 (fortran-line-length): New buffer-local variable, safe if integer.
5822 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
5823 Change from variables to constants.
5824 (fortran-font-lock-syntactic-keywords): Delete as a variable,
5825 replace with a new function definition.
5826 (fortran-mode): Use fortran-line-length, and
5827 fortran-font-lock-syntactic-keywords as a function. Add a
5828 hack-local-variables-hook function.
5829 (fortran-line-length, fortran-hack-local-variables): New functions.
5830 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
5831 Use fortran-line-length rather than 72.
5832 (fortran-window-create-momentarily): Doc fix.
5833
5834 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
5835
5836 * cus-edit.el (custom-group-value-create, custom-goto-parent):
5837 Fix parent groups link.
5838
5839 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
5840
5841 * progmodes/python.el (python-current-defun): Adjust to never fall
5842 into infinite loop.
5843
5844 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
5845
5846 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
5847
5848 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
5849
5850 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
5851 (copyright-fix-years, copyright): Correctly handle the case where
5852 copyright-limit is nil.
5853
5854 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
5855
5856 * progmodes/python.el (run-python): Fix path separator under w32.
5857
5858 2007-07-30 Richard Stallman <rms@gnu.org>
5859
5860 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5861 Treat non-break space as whitespace in Lisp.
5862
5863 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
5864
5865 * vc.el (vc-dired-hook): Use inhibit-read-only.
5866
5867 * progmodes/compile.el (compilation-forget-errors):
5868 Reset compilation-auto-jump-to-next.
5869
5870 2007-07-30 Michael Olson <mwolson@gnu.org>
5871
5872 * cus-edit.el (custom-group-save): Fix void function definition
5873 error. Thanks to Zhang Wei for the report.
5874
5875 * ps-print.el: Check in trivial changes to the autoloads section
5876 caused by the build process. These autoloads really ought to be
5877 placed in a separate file, methinks.
5878
5879 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5880
5881 * calendar/calendar.el (calendar-mode): Make sure
5882 displayed-(month|year) are set.
5883 (calendar-basic-setup): Display buffer before adjusting window sizes.
5884 (generate-calendar-window): Use inhibit-read-only. Simplify.
5885 Generate buffer and set displayed-month and displayed-year before
5886 calling update-calendar-mode-line.
5887
5888 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
5889
5890 * net/tramp.el:
5891 * net/tramp-uu.el:
5892 * net/trampver.el: Use utf-8 encoding with coding cookie.
5893
5894 * net/tramp-cache.el:
5895 * net/tramp-fish.el:
5896 * net/tramp-ftp.el:
5897 * net/tramp-gw.el:
5898 * net/tramp-smb.el: Remove coding cookie.
5899
5900 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5901 Flush buffer file-name's file property.
5902 (tramp-handle-file-remote-p): The first parameter is FILENAME.
5903
5904 * net/trampver.el: Update release number.
5905
5906 2007-07-29 Juri Linkov <juri@jurta.org>
5907
5908 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
5909 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
5910 when major-mode is not dired-mode.
5911 (dired-toggle-read-only): New function.
5912 (dired-recursive-deletes): Remove obsolete comments about old
5913 default value.
5914 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
5915
5916 * wdired.el (wdired-exit): New function.
5917 (wdired-mode-map): Bind C-x C-q to wdired-exit.
5918
5919 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5920
5921 * cus-edit.el (customize-read-group): New fun.
5922 (customize-group-other-window, customize-face-other-window):
5923 Prompt before delegating to customize-(group|face).
5924 Bind pop-up-windows rather than use the other-window argument.
5925 (customize-group, customize-face): Prompt from the interactive spec.
5926 Remove args `prompt-for-group' and `other-window'.
5927
5928 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
5929 (ad-body-forms, ad-advised-interactive-form): Revert this part of
5930 last change.
5931
5932 2007-07-28 Masatake YAMATO <jet@gyve.org>
5933
5934 * vc.el (vc-dired-mode): Add a menu for VC related operation.
5935 Use backend name as the menu label. Suggested by David Kastrup.
5936
5937 2007-07-28 Alan Mackenzie <acm@muc.de>
5938
5939 Fix problem with modes derived from CC Mode:
5940 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
5941 macro to cc-langs.
5942 (c-init-language-vars-for): Remove call to above macro.
5943 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
5944 been moved to here.
5945 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
5946
5947 2007-07-28 Eli Zaretskii <eliz@gnu.org>
5948
5949 * net/trampver.el: Fix the `coding' cookie.
5950
5951 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
5952
5953 * vc-git.el (vc-git-print-log): Support both the old single file
5954 interface and the new one.
5955
5956 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
5957
5958 * bindings.el (mode-line-remote): Use updated %@ construct.
5959
5960 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
5961
5962 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5963 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
5964 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
5965 (diary-list-bahai-entries, diary-bahai-mark-entries)
5966 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
5967 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5968 New names to clean up namespace.
5969 (list-bahai-diary-entries, mark-bahai-diary-entries)
5970 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
5971 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
5972 Add compatibility aliases.
5973
5974 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
5975
5976 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
5977 (calendar-scroll-left-three-months)
5978 (calendar-scroll-right-three-months): Clean up namespace.
5979 (scroll-calendar-left, scroll-calendar-right)
5980 (scroll-calendar-left-three-months)
5981 (scroll-calendar-right-three-months): Add compatibility aliases.
5982
5983 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5984 Behave like mouse-scroll-calendar-* when used from the mouse.
5985
5986 * calendar/cal-menu.el (cal-menu-scroll-menu)
5987 (cal-menu-global-mouse-menu):
5988 * calendar/calendar.el (calendar-mode-map):
5989 Use new calendar-scroll-* names.
5990 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
5991 Remove. Use calendar-scroll-* directly instead.
5992
5993 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5994
5995 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
5996 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
5997 (ad-make-advised-definition, ad-cache-id-verification-code):
5998 Use commandp and interactive-form instead.
5999
6000 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
6001
6002 * vc-git.el: Relicense to GPLv3 or later.
6003 (vc-directory-exclusion-list, vc-handled-backends): Remove.
6004
6005 * vc-hooks.el (vc-handled-backends): Add GIT.
6006
6007 * vc.el (vc-directory-exclusion-list): Add .git.
6008
6009 2007-07-26 Alexandre Julliard <julliard@winehq.org>
6010
6011 * vc-git.el (vc-git-revision-table)
6012 (vc-git-revision-completion-table): New functions.
6013
6014 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6015
6016 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6017 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6018 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6019 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6020 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6021 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6022 New command actions for EPS header and EPS footer.
6023
6024 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6025 footer. Fix some problems with one-or-more, zero-or-more and
6026 alternative constructions generation. Some log messages
6027 implementation. Doc fix.
6028 (ebnf-version): New version 4.4.
6029 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6030 (ebnf-eps-footer, ebnf-log): New options.
6031 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6032 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6033 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6034 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6035 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
6036 (ebnf-style-custom-list, ebnf-style-database): Put new values.
6037 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6038 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6039 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6040 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6041 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6042 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6043 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6044 (ebnf-non-terminal-dimension, ebnf-special-dimension)
6045 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6046 (ebnf-except-dimension, ebnf-alternative-dimension)
6047 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6048 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
6049 message fun.
6050 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6051 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6052 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6053 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6054 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6055 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6056 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6057 compatibility with Emacs 20 & 21.
6058 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6059 (ebnf-eps-file-alist, ebnf-basic-width-extra)
6060 (ebnf-basic-empty-height): New vars.
6061 (ebnf-prologue): Fix PostScript code.
6062 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6063 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6064 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6065 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6066
6067 2007-07-25 Glenn Morris <rgm@gnu.org>
6068
6069 * Relicense all FSF files to GPLv3 or later.
6070
6071 * COPYING: Switch to GPLv3.
6072
6073 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
6076 Replace it with another one which disables undo before calling
6077 erase-buffer and then turns it back on if needed.
6078
6079 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6080
6081 * ps-print.el: Problem with foreground and background color when
6082 printing a buffer with and without faces. Reported by Christian
6083 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6084 (ps-print-version): New version 6.7.5.
6085 (ps-default-fg): Change default value to nil, so black color is used
6086 when a face does not specify a foreground color.
6087 (ps-default-bg): Change default value to nil, so white color is used
6088 for background color.
6089 (ps-begin-job): Fix code.
6090
6091 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6092
6093 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
6094
6095 2007-07-24 Glenn Morris <rgm@gnu.org>
6096
6097 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6098 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6099 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6100 (cal-tex-cursor-week, cal-tex-cursor-week2)
6101 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6102 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6103 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6104 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6105
6106 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6107
6108 * calendar/calendar.el (calendar-mode-map): Move initialization
6109 into declaration. Add menu bindings (used to be done in cal-menu).
6110 (calendar-mode): Don't add an activate-menubar-hook.
6111
6112 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
6113 modify calendar-mode-map), use easy-menu, and make sure that C-h k
6114 can be used on the menu entries.
6115 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
6116 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
6117 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
6118 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
6119 (calendar-flatten, cal-menu-update): Remove.
6120 (calendar-mouse-insert-hebrew-diary-entry)
6121 (calendar-mouse-insert-islamic-diary-entry)
6122 (calendar-mouse-insert-bahai-diary-entry):
6123 Remove (fold into cal-menu-diary-menu).
6124 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
6125 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
6126 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
6127 (calendar-mouse-view-diary-entries): Minor simplifications.
6128 (calendar-event-to-date): Use with-current-buffer.
6129
6130 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
6131
6132 * add-log.el (change-log-redate): Remove (not needed anymore and
6133 doesn't appear to work).
6134
6135 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6136
6137 * frame.el: Use mapc and dolist instead of mapcar where possible.
6138 (close-display-connection): New command.
6139
6140 2007-07-25 Alexandre Julliard <julliard@winehq.org>
6141
6142 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
6143 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
6144
6145 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6146
6147 * ps-print.el (ps-multibyte-buffer): Docstring fix.
6148
6149 * ps-mule.el: Doc fix.
6150 (ps-multibyte-buffer, ps-mule-font-info-database-default)
6151 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
6152
6153 2007-07-25 Glenn Morris <rgm@gnu.org>
6154
6155 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
6156 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
6157 (cal-tex-daily-end, cal-tex-hook)
6158 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
6159 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
6160 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6161 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6162 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
6163 (cal-tex-day-prefix, cal-tex-day-name-format)
6164 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
6165 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
6166 (cal-tex-LaTeX-subst-list): Change from variables to constants.
6167 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
6168 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
6169 etc, rather than \bf.
6170 (cal-tex-mini-calendar): Fix typos in previous change.
6171 (cal-tex-latexify-list): Remove inner let binding.
6172 (cal-tex-end-document, cal-tex-banner): Use multi-line
6173 cal-tex-comment.
6174 (cal-tex-comment): Handle embedded newlines.
6175 (cal-tex-LaTeXify-string): Use substring-no-properties.
6176
6177 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
6178
6179 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6180 Add support for the Maden build tool.
6181
6182 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
6183
6184 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
6185
6186 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
6189
6190 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6191
6192 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
6193 C-x C-q.
6194
6195 * vc-git.el (vc-git-print-log): Fix previous change.
6196
6197 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6198
6199 * window.el (save-selected-window): Minor optimization.
6200 (bw-adjust-window): If operation failed, try with a smaller delta.
6201 (window-fixed-size-p): New function.
6202 (window-area-factor): New var.
6203 (balance-windows-area): New command.
6204
6205 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
6206 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
6207 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
6208 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
6209 (ps-mule-begin-job): Use dolist.
6210
6211 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
6212
6213 * subr.el (start-file-process-shell-command)
6214 (process-file-shell-command): New defuns.
6215
6216 * progmodes/compile.el (compilation-start):
6217 Apply `start-file-process-shell-command'.
6218
6219 2007-07-24 Alexandre Julliard <julliard@winehq.org>
6220
6221 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
6222
6223 2007-07-24 Alan Mackenzie <acm@muc.de>
6224
6225 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6226 Initialise byte-compile-unresolved-functions before rather than
6227 after a compilation.
6228 (byte-compile-unresolved-functions): Amplify doc string.
6229
6230 2007-07-24 Glenn Morris <rgm@gnu.org>
6231
6232 * startup.el (normal-splash-screen): Use `emacs-copyright'.
6233
6234 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6235 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6236 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6237 (cal-tex-cursor-week, cal-tex-cursor-week2)
6238 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6239 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6240 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6241 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6242
6243 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
6244 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
6245 (cal-tex-day-name-format, cal-tex-cal-one-month)
6246 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
6247 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
6248 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
6249 (cal-tex-list-holidays, cal-tex-cursor-year)
6250 (cal-tex-cursor-year-landscape, cal-tex-year)
6251 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
6252 (cal-tex-cursor-month, cal-tex-insert-days)
6253 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6254 (cal-tex-first-blank-p, cal-tex-cursor-week)
6255 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6256 (cal-tex-week-hours, cal-tex-cursor-week-monday)
6257 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
6258 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6259 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
6260 (cal-tex-latexify-list, cal-tex-previous-month)
6261 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
6262 modernization, including using dotimes rather than
6263 calendar-for-loop.
6264 (cal-tex-LaTeX-subst-list): Remove `@'.
6265 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
6266 Use \textit and \textbf rather than \em and \it.
6267
6268 * calendar/cal-bahai.el (list-bahai-diary-entries)
6269 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
6270 * calendar/cal-islam.el (list-islamic-diary-entries)
6271 * calendar/calendar.el (generate-calendar, generate-calendar-month)
6272 * calendar/diary-lib.el (diary-list-entries)
6273 (mark-calendar-date-pattern): Use `dotimes' rather than
6274 `calendar-for-loop'.
6275
6276 * calendar/calendar.el (calendar-for-loop): Doc fix.
6277
6278 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6279
6280 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
6281 underlying file is uptodate.
6282
6283 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
6284
6285 * replace.el (perform-replace): Use isearch-no-upper-case-p.
6286
6287 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6288
6289 * vc-hooks.el (vc-mode-line-map): New const.
6290 (vc-mode-line): Use it.
6291
6292 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6293
6294 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
6295 (vc-git-unregister): New functions.
6296 (vc-git-find-version): Use the result of ls-files as a parameter
6297 for cat-file.
6298
6299 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
6300
6301 * net/tramp.el (tramp-perl-file-attributes)
6302 (tramp-perl-directory-files-and-attributes)
6303 (tramp-handle-file-attributes-with-stat)
6304 (tramp-handle-directory-files-and-attributes-with-stat)
6305 (tramp-convert-file-attributes): Handle huge file sizes.
6306
6307 2007-07-23 Juri Linkov <juri@jurta.org>
6308
6309 * isearch.el (isearch-message-function): New variable.
6310 (isearch-update, isearch-search): Use it.
6311
6312 * simple.el (goto-history-element): New function created from
6313 next-history-element.
6314 (next-history-element): Most code moved to goto-history-element.
6315 Call goto-history-element with (- minibuffer-history-position n).
6316 (previous-history-element): Call goto-history-element with (+
6317 minibuffer-history-position n).
6318 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
6319 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
6320 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
6321 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
6322 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
6323 (minibuffer-history-isearch-pop-state): New functions.
6324
6325 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6326
6327 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
6328 Also, if FILE is a list, return non-nil if any of its elements
6329 should stay local. Update docstring.
6330
6331 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6332
6333 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
6334 change by reverting a small part.
6335
6336 2007-07-23 Richard Stallman <rms@gnu.org>
6337
6338 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
6339
6340 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6341
6342 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
6343 handling it. Use vc-git-command.
6344 (vc-git-find-version, vc-git-diff-tree): New functions.
6345 (vc-git-revert): Use vc-git-command.
6346 (vc-git--run-command): Delete.
6347
6348 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6349
6350 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
6351
6352 2007-07-20 Kenichi Handa <handa@m17n.org>
6353
6354 * international/utf-8.el (utf-8-post-read-conversion):
6355 Temporarily bind utf-8-compose-scripts to nil while running
6356 *-compose-region functions.
6357
6358 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6359
6360 * vc-git.el: Update status.
6361 (vc-directory-exclusion-list): Use eval-after-load.
6362
6363 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
6364
6365 * bindings.el (mode-line-remote): New variable.
6366 (help-echo): Add to default values of mode-line-format.
6367
6368 * files.el: Mark mode-line-remote as risky.
6369
6370 2007-07-22 Juri Linkov <juri@jurta.org>
6371
6372 * isearch.el (isearch-edit-string): Save old point and
6373 isearch-other-end to old-point and old-other-end before reading
6374 the search string from minibuffer. After exiting minibuffer set
6375 point to old-other-end if point and the search direction is the
6376 same as before reading the search string.
6377 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
6378 to isearch-other-end. Instead of isearch-search-and-update call
6379 three functions isearch-search, isearch-push-state and isearch-update.
6380
6381 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6382
6383 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
6384 deal with multiple file arguments.
6385 (vc-git-print-log): Deal with multiple file arguments.
6386
6387 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6388
6389 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
6390 diff-refine-hunk. Adjust users.
6391 (diff-unified-hunk-p, diff-splittable-p): New functions.
6392 (diff-mode-menu): Use it to disable Split when it doesn't work.
6393
6394 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6395
6396 * diff-mode.el (diff-mode-menu): New entries.
6397
6398 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6399
6400 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
6401 if applicable, so as to save undo-log space.
6402
6403 * diff-mode.el (diff-find-file-name): Add arg `batch'.
6404
6405 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
6406 (diff-file-kill): Use it.
6407 (diff-beginning-of-hunk): Add arg `try-harder' using it.
6408 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
6409 Use it so they find the hunk even when we're in the file header.
6410
6411 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6412
6413 * vc-git.el (vc-git-revision-granularity, vc-git-root)
6414 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
6415 (vc-git-create-repo): New functions.
6416 (vc-git-registered): New autoloaded function definition.
6417 (vc-git-registered): Use vc-git-root.
6418 (vc-git-responsible-p): New defalias.
6419 (vc-git-annotate-extract-revision-at-line): Uncomment.
6420 (vc-git-print-log): Add the file name to the log.
6421 (vc-git-log-view-mode): New derived mode.
6422 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
6423
6424 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6425
6426 * progmodes/grep.el (grep-compute-defaults): Keep default values.
6427
6428 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
6429
6430 * textmodes/reftex.el (reftex-access-parse-file): Create parse
6431 file in a way that does not interfere with recentf mode.
6432 (reftex-access-parse-file): Do not risk destroying an existing
6433 buffer.
6434
6435 2007-07-22 Alexandre Julliard <julliard@winehq.org>
6436
6437 * vc-git.el: New file.
6438
6439 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * textmodes/tex-mode.el (tex-font-script-display): Change default.
6442
6443 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6444
6445 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
6446 for branches and new files.
6447
6448 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
6449 local-map handling ...
6450 (vc-mode-line): ... here. Improve handling of help-echo.
6451
6452 * vc.el (mode-line-string): Document help-echo usage.
6453
6454 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6455
6456 Sync with Tramp 2.1.10.
6457
6458 * net/tramp.el (tramp-get-ls-command): Fix typo.
6459
6460 * net/trampver.el: Update release number.
6461
6462 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6463
6464 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
6465
6466 * term/x-win.el (x-handle-no-bitmap-icon): New function.
6467
6468 2007-07-22 Martin Rudalics <rudalics@gmx.at>
6469
6470 * add-log.el (change-log-fill-parenthesized-list): New function.
6471 (change-log-indent): Call change-log-fill-parenthesized-list.
6472 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
6473 Have lines with leading asterisk start a paragraph.
6474
6475 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6476
6477 * calc/calc-math.el (math-emacs-precision)
6478 (math-largest-emacs-expt, math-smallest-emacs-expt):
6479 New variables.
6480 (math-use-emacs-fn): New function.
6481 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
6482 appropriate.
6483
6484 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6485
6486 * image-dired.el (image-dired-sane-db-file): New func.
6487 (image-dired-write-tags, image-dired-remove-tag)
6488 (image-dired-list-tags, image-dired-write-comments)
6489 (image-dired-get-comment, image-dired-mark-tagged-files)
6490 (image-dired-create-gallery-lists): Call new func.
6491 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
6492
6493 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6494
6495 * vc-hg.el (vc-hg-dir-state): Fix loop.
6496 (vc-hg-print-log): Fix expected return value for vc-hg-command.
6497 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
6498 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
6499 (vc-hg-revert): Likewise.
6500 (vc-hg-revision-table, vc-hg-revision-completion-table): New
6501 functions.
6502
6503 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6504
6505 * add-log.el (change-log-resolve-conflict): Don't lose data if the
6506 merge fails.
6507
6508 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6509
6510 * progmodes/compile.el (compilation-auto-jump-to-first-error):
6511 Add group and version.
6512
6513 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6514
6515 * add-log.el (add-log-file-name): Use file-relative-name.
6516 (add-change-log-entry): Delay reading
6517 add-log-(full-name|mailing-address) to after we've switched to the
6518 ChangeLog buffer so we get the right value.
6519 (add-change-log-entry, add-log-current-defun, change-log-merge):
6520 Use derived-mode-p rather than checking major-mode directly.
6521
6522 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
6523 name for buffer-file-name if it refers to a directory.
6524
6525 * vc-arch.el (vc-arch-diff): Fix last change.
6526
6527 * progmodes/compile.el (compilation-start): Remember the original
6528 directory in a buffer-local compilation-directory.
6529 (compile): Set the global value of compilation-directory.
6530 (recompile): Use compilation-directory even in the compilation buffer.
6531
6532 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6533
6534 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
6535
6536 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6537
6538 * ps-print.el: Problem with foreground and background color when
6539 printing a buffer with and without faces. Reported by Christian
6540 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6541 (ps-print-version): New version 6.7.5.
6542 (ps-default-fg): Change default value to nil, so black color is used
6543 when a face does not specify a foreground color.
6544 (ps-default-bg): Change default value to nil, so white color is used
6545 for background color.
6546 (ps-begin-job): Fix code.
6547
6548 2007-07-20 Eli Zaretskii <eliz@gnu.org>
6549
6550 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
6551 in $(INSTALL_DIR)/lisp/ if they already exist.
6552
6553 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
6554
6555 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
6556 in $(INSTALL_DIR)/lisp/ if they already exist.
6557
6558 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6559
6560 * progmodes/vera-mode.el (vera-re-search-forward)
6561 (vera-re-search-backward): Remove use of store-match-data.
6562 (vera-mode-map): Move initialization into declaration.
6563
6564 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
6565 (flymake-find-buildfile): Use locate-dominating-file.
6566
6567 * vc.el (vc-delistify): Use mapconcat.
6568 (vc-do-command): Minor simplification.
6569 (vc-expand-dirs): Use push.
6570
6571 * vc-mcvs.el (vc-mcvs-create-repo):
6572 * vc-cvs.el (vc-cvs-create-repo): Remove.
6573
6574 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
6575 directory and the root as well.
6576
6577 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6578
6579 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
6580 instead of a file.
6581
6582 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
6583 (vc-hg-registered): Replace if with when.
6584 (vc-hg-state): Deal with nonexistent files and handle removed files.
6585 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
6586 (vc-hg-checkout): Re-enable.
6587 (vc-hg-create-repo): Fix typos.
6588 (vc-hg-print-log): Fix for multiple files.
6589 (vc-hg-workfile-unchanged-p): New function.
6590
6591 * vc.el: Fix typo.
6592 (vc-print-log): Fix call to print-log.
6593 (vc-default-comment-history): Likewise.
6594 (vc-directory-exclusion-list): Add .hg and .bzr.
6595 (vc-diff-internal): Pass a list instead of a file.
6596
6597 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
6598
6599 * vc-bzr.el (vc-bzr-create-repo): New function.
6600
6601 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6602
6603 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
6604 `file' from which to start the search.
6605
6606 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
6607
6608 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
6609 having a single file argument to having a list of files as the
6610 first argument.
6611
6612 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6613
6614 * files.el (locate-dominating-file): New function.
6615
6616 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
6617
6618 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
6619 (grep-compute-defaults): Use it.
6620
6621 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * uniquify.el: Docstring fixes.
6624
6625 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
6626
6627 * vc.el (revision-granularity, create-repo): Document new vc
6628 backend properties.
6629 (vc-rollback): Renamed from vc-cancel-version. Update
6630 references. Pass a list instead of a file.
6631 (vc-revert): Renamed from vc-revert-buffer. Update references.
6632 (vc-delistify, vc-expand-dirs): New functions.
6633 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
6634 of files instead of a single file.
6635 (vc-position-context, vc-resync-window, vc-diff-internal)
6636 (vc-print-log): Pass a list instead of a file.
6637
6638 * vc-hooks.el (vc-stay-local-p, vc-backend)
6639 (vc-backend-subdirectory-name): Work on a file list, not a single
6640 file.
6641 (vc-workfile-version): Update docstring.
6642 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
6643 vc-revert instead of vc-revert-buffer.
6644 (vc-prefix-map): Likewise. Bind vc-update.
6645
6646 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
6647 (vc-svn-wash-log): New functions.
6648 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
6649 (vc-svn-command): Deal with a list of files, not a single file.
6650
6651 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
6652 (vc-rcs-wash-log): New functions.
6653 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
6654 Deal with a list of files, not a single file.
6655 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
6656
6657 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
6658 functions.
6659 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
6660 list of files, not a single file.
6661
6662 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
6663 New functions.
6664 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
6665 (vc-mcvs-diff): Deal with a list of files, not a single file.
6666
6667 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
6668 functions.
6669 (vc-hg-print-log): Deal with a list of files, not a single file.
6670 (vc-hg-diff-tree): New function, replace defalias with the same
6671 name.
6672 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
6673 FILES to denote that it is a file list, not a single file.
6674
6675 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
6676 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
6677 a single file.
6678 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
6679 that it is a file list, not a single file.
6680 (vc-cvs-diff): Likewise. Simplify.
6681
6682 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
6683 Deal with a list of files, not a single file.
6684
6685 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
6686 (vc-bzr-print-log): Update FILE parameter name to denote that it
6687 is a file list, not a single file.
6688 (vc-bzr-diff): Likewise. Use the car of files.
6689
6690 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
6691
6692 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
6693 (follow-delete-other-windows-and-split, follow-recenter)
6694 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
6695 (follow-redisplay, follow-estimate-first-window-start)
6696 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
6697 Fix typos in docstrings.
6698
6699 2007-07-18 Martin Rudalics <rudalics@gmx.at>
6700
6701 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
6702 avoid that filling introduces lines with a single asterisk.
6703
6704 * kmacro.el (kmacro-end-macro): When ignoring empty macro
6705 avoid incorrect kmacro-ring-empty-p messages.
6706 Reported by Michael Schierl <schierlm@gmx.de>.
6707
6708 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6709
6710 * vc.el: Add more info about the vc-registered function.
6711
6712 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6713
6714 * files.el (file-remote-p): Introduce optional parameter
6715 IDENTIFICATION.
6716
6717 * recentf.el (recentf-keep-default-predicate): Adapt call of
6718 `file-remote-p'.
6719
6720 * progmodes/grep.el (grep-probe): Use `process-file'.
6721 (grep-compute-defaults): Handle variables host specific.
6722
6723 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
6724 parameter IDENTIFICATION.
6725
6726 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
6727 parameter IDENTIFICATION.
6728 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
6729 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6730 Add entry for `set-file-times'.
6731 (tramp-do-copy-or-rename-file-via-buffer)
6732 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
6733 (tramp-handle-unhandled-file-name-directory): Rewrite.
6734 (tramp-convert-file-attributes): Add error handling when inode is
6735 extraordinary big.
6736 (tramp-get-inode): Change parameter from FILE to VEC.
6737 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
6738 is nil. This is according to the specification. Goto (point-max)
6739 when ready.
6740 (tramp-handle-shell-command): Rewrite completely, using
6741 `process-file' and `start-file-process'.
6742 (tramp-methods, tramp-find-shell)
6743 (tramp-open-connection-setup-interactive-shell)
6744 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
6745 var. Reported by Steve Youngs <steve@sxemacs.org>.
6746
6747 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
6748 entry for `set-file-times'. Rename `start-process' into
6749 `start-file-process'. Remove `call-process' entry.
6750 (tramp-fish-handle-set-file-times): New defun.
6751 (tramp-fish-handle-executable-find): Use `process-file'.
6752 (tramp-fish-handle-process-file): New defun. Replaces
6753 `tramp-fish-handle-call-process'.
6754 (tramp-fish-do-copy-or-rename-file-directly): Use
6755 `set-file-times'.
6756 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
6757
6758 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
6759 `tramp-get-inode' parameter.
6760
6761 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6762
6763 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
6764 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
6765 nowadays, and by the time Emacs-23 comes out, nobody will even remember
6766 it has ever existed.
6767
6768 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6769
6770 * vc.el: Undo previous change.
6771
6772 2007-07-16 Eli Zaretskii <eliz@gnu.org>
6773
6774 * makefile.w32-in (clean): Don't delete *~.
6775
6776 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
6777
6778 * textmodes/tex-mode.el (tex-verbatim-environments):
6779 Add safe-local-variable property.
6780 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
6781 when starting font-lock rather than when loading tex-mode.el.
6782
6783 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
6784 whole $( rather than just the $. Rename from sh-quoted-subshell.
6785 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
6786
6787 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6788
6789 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
6790 bookmark-alist. Instead, if not sorting, simply return it.
6791 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
6792 for its return value, not for its side effect.
6793
6794 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
6795 case of alignment under a constant symbol, find and consider
6796 the sexp actually at indentation to be the "last sexp".
6797
6798 2007-07-16 Drew Adams <drew.adams@oracle.com>
6799
6800 * mouse.el (mouse-yank-secondary): Better error message if no
6801 secondary selection.
6802
6803 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6804
6805 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
6806
6807 * term/xterm.el (xterm-turn-on-modify-other-keys)
6808 (xterm-turn-off-modify-other-keys): New functions.
6809 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
6810 terminal supports it.
6811
6812 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6813
6814 * bookmark.el (bookmark-show-all-annotations):
6815 Make sure each inserted annotation ends with newline.
6816
6817 2007-07-15 Richard Stallman <rms@gnu.org>
6818
6819 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6820
6821 * tutorial.el (tutorial--find-changed-keys):
6822 Handle C-x specially like ESC.
6823
6824 2007-07-15 Aaron Hawley <aaronh@garden.org>
6825
6826 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6827
6828 2007-07-15 Juri Linkov <juri@jurta.org>
6829
6830 * delsel.el (delete-selection-pre-hook):
6831 * emulation/cua-base.el (cua-paste): Before a yank command,
6832 check also whether last-command is one of mouse-save-then-kill,
6833 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
6834
6835 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
6836
6837 * recentf.el (recentf-keep-default-predicate): New defun.
6838 (recentf-keep): Use it as initial value.
6839
6840 2007-07-15 Karl Fogel <kfogel@red-bean.com>
6841
6842 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
6843 thus restoring bookmark bindings to three slots under C-x r. See
6844 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
6845
6846 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6847
6848 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
6849
6850 2007-07-15 Jason Rumney <jasonr@gnu.org>
6851
6852 * w32-fns.el (set-default-process-coding-system): Use dos line ends
6853 for input to cmdproxy on all versions of Windows.
6854 Use dos line ends for input to plink.
6855
6856 * comint.el (comint-simple-send): Concat newline before sending.
6857 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
6858
6859 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
6860
6861 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
6862 safe-local-variable setting.
6863
6864 2007-07-14 David Kastrup <dak@gnu.org>
6865
6866 * emacs-lisp/advice.el (defadvice): Doc fix.
6867
6868 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
6869
6870 * subr.el (when, unless): Doc fix.
6871
6872 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6873
6874 * replace.el (match): Use yellow1 instead of yellow.
6875
6876 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
6877 red.
6878
6879 * pcvs-info.el (cvs-unknown): Likewise.
6880
6881 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6882
6883 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
6884 (install): Use them to copy all *.el files before *.elc.
6885
6886 2007-07-13 Drew Adams <drew.adams@oracle.com>
6887
6888 * bookmark.el (bookmark-jump-other-window): New function.
6889 (bookmark-map): Bind it to "o".
6890
6891 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
6892 and its thread contains discussion about this change.
6893 The original patch was slightly tweaked by Karl Fogel
6894 <kfogel@red-bean.com> before committing.
6895
6896 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6897
6898 * bookmark.el: Shorten some comments to fit within 80 lines.
6899
6900 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6901
6902 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
6903 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
6904 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
6905 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
6906
6907 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
6908
6909 * textmodes/org.el: Bug fixes.
6910 (org-end-of-line): Move to end of line if in headline without tags.
6911
6912 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6913
6914 * vc-hooks.el: Remove spurious * in docstrings.
6915 (vc-handled-backends): Add BZR.
6916
6917 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
6918
6919 2007-07-12 Davis Herring <herring@lanl.gov>
6920
6921 * desktop.el (desktop-buffer-info, desktop-save):
6922 Use `desktop-dirname' instead of `dirname'.
6923
6924 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6925
6926 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
6927
6928 * progmodes/python.el (python-which-func-length-limit): New var.
6929 (python-which-func): New function.
6930 (python-current-defun): Add optional `length-limit' and try to fit
6931 computed function name to that length.
6932 (python-mode): Hook `python-which-func' up.
6933
6934 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6935
6936 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
6937
6938 * comint.el (comint-dynamic-complete-as-filename):
6939 Use read-file-name-completion-ignore-case.
6940
6941 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
6942
6943 * comint.el (comint-dynamic-list-filename-completions):
6944 Use read-file-name-completion-ignore-case.
6945
6946 * vc-cvs.el: Require CL.
6947 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
6948 New functions to provide completion of revision names.
6949
6950 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
6951 (vc-cvs-annotate-first-line-re): New const.
6952 (vc-cvs-annotate-process-filter): New fun.
6953 (vc-cvs-annotate-command): Use them and run the command asynchronously.
6954
6955 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6956
6957 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
6958 (eldoc-print-current-symbol-info): Adjust for changed helper
6959 function signatures.
6960 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
6961 `eldoc-highlight-function-argument'.
6962 (eldoc-highlight-function-argument): New function.
6963 (eldoc-get-var-docstring): Format documentation with
6964 `font-lock-variable-name-face'.
6965 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
6966 where suited.
6967 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
6968 (eldoc-beginning-of-sexp): Return number of skipped sexps.
6969
6970 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
6971
6972 * progmodes/compile.el (compilation-start): `start-process' must
6973 still be redefined when calling `start-process-shell-command'.
6974
6975 * progmodes/gud.el (gud-file-name): When `default-directory' is a
6976 remote file name, prepend its remote part to the filename.
6977 (gud-common-init): When `default-directory' is a remote file name,
6978 make the filename relative to it.
6979 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
6980
6981 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
6982
6983 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
6984 mouse binding and a tooltip.
6985
6986 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6987
6988 * menu-bar.el (vc-menu-map): New defalias.
6989
6990 2007-07-10 Richard Stallman <rms@gnu.org>
6991
6992 * emacs-lisp/lisp-mode.el (eval-defun):
6993 Explain special handling of `defface'.
6994
6995 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
6996
6997 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
6998
6999 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
7000
7001 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7002
7003 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
7004
7005 * vc-arch.el (vc-arch-complete): Remove.
7006 (vc-arch-revision-completion-table): Use complete-with-action.
7007
7008 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
7009 (complete-with-action): New function.
7010 (dynamic-completion-table): Use it.
7011
7012 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
7013
7014 * comint.el (make-comint, make-comint-in-buffer)
7015 (comint-exec-1): Replace `start-process' by `start-file-process'.
7016
7017 * progmodes/compile.el (compilation-start): Revert redefining
7018 `start-process'.
7019
7020 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7021
7022 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
7023 with EOLs when generating MD5 checksums.
7024
7025 * follow.el: Don't change the global map from the follow-mode-map
7026 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
7027 XEmacs code.
7028 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
7029 since `follow-mode' should be used instead for that.
7030
7031 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
7032 (easy-menu-do-define): Use it.
7033 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
7034
7035 * progmodes/compile.el (compilation-auto-jump-to-first-error)
7036 (compilation-auto-jump-to-next): New vars.
7037 (compilation-auto-jump): New function.
7038 (compilation-error-properties): Use them to jump to first error.
7039 (compilation-start): Set the var if requested.
7040
7041 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
7042 duplicates without also removing entries from other directories.
7043
7044 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
7045
7046 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
7047 Remember span as default.
7048 (org-columns-edit-value): Rename from `org-column-edit'.
7049 (org-columns-display-here-title): Rename from
7050 `org-overlay-columns-title'.
7051 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
7052 (org-columns-get-autowidth-alist): Rename from
7053 `org-get-columns-autowidth-alist'.
7054 (org-columns-display-here): Rename from `org-overlay-columns'.
7055 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
7056 (org-columns-quit): Rename from `org-column-quit'.
7057 (org-columns-show-value): Rename from `org-column-show-value'.
7058 (org-columns-content, org-columns-widen)
7059 (org-columns-next-allowed-value)
7060 (org-columns-edit-allowed, org-columns-store-format)
7061 (org-columns-uncompile-format, org-columns-redo)
7062 (org-columns-edit-attributes, org-delete-property)
7063 (org-set-property, org-columns-update)
7064 (org-columns-compute, org-columns-eval)
7065 (org-columns-not-in-agenda, org-columns-compute-all)
7066 (org-property-next-allowed-value)
7067 (org-columns-compile-format)
7068 (org-fill-paragraph-experimental)
7069 (org-string-to-number, org-property-action)
7070 (org-columns-move-left, org-columns-new)
7071 (org-column-number-to-string)
7072 (org-property-previous-allowed-value)
7073 (org-at-property-p, org-columns-delete)
7074 (org-columns-previous-allowed-value)
7075 (org-columns-move-right, org-columns-narrow)
7076 (org-property-get-allowed-values)
7077 (org-verify-version, org-column-string-to-number)
7078 (org-delete-property-globally): New functions.
7079 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
7080 (org-columns-overlays): Rename from `org-column-overlays'.
7081 (org-columns-map): Rename from `org-column-map'.
7082 (org-columns-current-maxwidths): Rename from
7083 `org-current-columns-maxwidths'.
7084 (org-columns-begin-marker, org-columns-current-fmt-compiled)
7085 (org-previous-header-line-format)
7086 (org-columns-inhibit-recalculation)
7087 (org-columns-top-level-marker): New variables.
7088 (org-columns-default-format): Rename from `org-default-columns-format'.
7089 (org-property-re): New constant.
7090
7091 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
7092
7093 * subr.el (looking-at-p, string-match-p): New functions.
7094
7095 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
7096
7097 * textmodes/tex-mode.el (tex-fontify-script)
7098 (tex-font-script-display): New variables to make display of
7099 superscripts and subscripts customizable.
7100 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
7101
7102 2007-07-09 Richard Stallman <rms@gnu.org>
7103
7104 * isearch.el (isearch-edit-string): Call to isearch-push-state
7105 after the search.
7106
7107 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7108
7109 * window.el (fit-window-to-buffer): Remove setting of window-min-height
7110 to 1 as enlarge-window uses the value to resize/shrink windows other
7111 than WINDOW if needed.
7112
7113 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
7114
7115 * cus-start.el (file-coding-system-alist): Fix custom type.
7116
7117 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
7118
7119 * longlines.el (longlines-wrap-region): Avoid marking buffer as
7120 modified.
7121 (longlines-auto-wrap, longlines-window-change-function):
7122 Remove unnecessary calls to set-buffer-modified-p.
7123
7124 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
7125
7126 * cus-start.el (file-coding-system-alist): Fix custom type.
7127
7128 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7129
7130 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
7131 (vc-cvs-checkout): Remove last arg now unused; simplify.
7132
7133 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7134
7135 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
7136
7137 * net/tramp.el:
7138 * net/tramp-ftp.el:
7139 * net/tramp-smb.el:
7140 * net/tramp-uu.el:
7141 * net/trampver.el: Migrate to Tramp 2.1.
7142
7143 * net/tramp-cache.el:
7144 * net/tramp-fish.el:
7145 * net/tramp-gw.el: New Tramp packages.
7146
7147 * net/tramp-util.el:
7148 * net/tramp-vc.el: Removed.
7149
7150 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
7151 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
7152
7153 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
7154
7155 * progmodes/compile.el (compilation-start): Redefine
7156 `start-process' temporarily when `default-directory' is remote.
7157 Remove case of synchronous compilation, this won't happen ever.
7158 (compilation-setup): Make local variable `comint-file-name-prefix'
7159 for remote compilation.
7160
7161 2007-07-08 Martin Rudalics <rudalics@gmx.at>
7162
7163 * novice.el (disabled-command-function): Fit window to buffer to
7164 make last line visible.
7165 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7166
7167 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
7168 when handling the terminating event.
7169
7170 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7171
7172 * calc/calc.el (math-read-number-simple): Remove leading 0s.
7173 (math-bignum-digit-length): Change to optimal value.
7174
7175 * calc/calc-bin.el (math-bignum-logb-digit-size)
7176 (math-bignum-digit-power-of-two): Evaluate when compiled.
7177
7178 * calc/calc-comb.el (math-small-factorial-table)
7179 (math-init-random-base, math-prime-test): Remove unnecessary calls
7180 to `math-read-number-simple'.
7181
7182 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7183 (math-approx-gamma-const): Add docstrings.
7184
7185 * calc/calc-forms.el (math-julian-date-beginning)
7186 (math-julian-date-beginning-int): New constants.
7187 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
7188 Use the new constants.
7189
7190 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
7191
7192 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7193 Add docstrings.
7194
7195 2007-07-07 Tom Tromey <tromey@redhat.com>
7196
7197 * vc.el (vc-annotate): Jump to line and output message only after the
7198 process is really all done.
7199
7200 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7201
7202 * vc.el (vc-exec-after): Don't move point from the sentinel.
7203 Forcefully read all the remaining text in the pipe upon process exit.
7204 (vc-annotate-display-autoscale, vc-annotate-lines):
7205 Don't stop at the first unrecognized line.
7206 (vc-annotate-display-select): Run autoscale after the process is done
7207 since it depends on the whole result.
7208
7209 2007-07-07 Eli Zaretskii <eliz@gnu.org>
7210
7211 * term/w32-win.el (menu-bar-open): New function.
7212 Bind <f10> to it.
7213
7214 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7215
7216 * simple.el (start-file-process): New defun.
7217
7218 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7219
7220 * files.el (find-file-confirm-nonexistent-file): Rename from
7221 find-file-confirm-inexistent-file. Update users.
7222
7223 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
7224 format of autoload block where the file's time-stamp is replaced by its
7225 MD5 checksum.
7226 (autoload-generate-file-autoloads): Use MD5 checksum instead of
7227 time-stamp for secondary autoloads files.
7228 (update-directory-autoloads): Remove duplicate entries.
7229 Use time-less-p for time-stamps, as done in autoload-find-destination.
7230
7231 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7232
7233 * calc/calc.el (math-read-number): Replace number by variable.
7234 (math-read-number-simple): Properly parse small integers.
7235
7236 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7237
7238 * vc.el: Fix doc for the checkout function.
7239
7240 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
7241
7242 * vc-hg.el (vc-hg-root): New function.
7243 (vc-hg-registered): Use it.
7244 (vc-hg-diff-tree): New defalias.
7245 (vc-hg-responsible-p): Likewise.
7246 (vc-hg-checkout): Comment out, not needed.
7247 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
7248 (vc-hg-find-version, vc-hg-next-version): New functions.
7249
7250 2007-07-06 Andreas Schwab <schwab@suse.de>
7251
7252 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
7253 dynamic bindings around the evaluation of the expression.
7254 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
7255
7256 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
7259 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
7260 Use run-hooks rather than run-mode-hooks.
7261
7262 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
7263
7264 * calc/calc-comb.el (math-random-digit): Rename to
7265 `math-random-three-digit-number'.
7266 (math-random-digits): Don't depend on representation of integer.
7267
7268 * calc/calc-bin.el (math-bignum-logb-digit-size)
7269 (math-bignum-digit-power-of-two): New constants.
7270 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
7271 (math-not-bignum, math-clip-bignum): Use the constants
7272 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
7273 instead of their values.
7274 (math-clip): Use math-small-integer-size instead of its value.
7275
7276 * calc/calc.el (math-add-bignum): Replace number by constant.
7277
7278 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7279
7280 * wid-edit.el (widget-documentation-string-value-create):
7281 Insert indentation spaces.
7282
7283 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7284
7285 * emacs-lisp/byte-opt.el: Revert last change.
7286
7287 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7288
7289 * vc-hooks.el (vc-handled-backends): Add HG.
7290
7291 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
7292
7293 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7294
7295 * complete.el (PC-do-complete-and-exit): Add support for the new
7296 `confirm-only' confirmation mode.
7297
7298 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7299
7300 * cus-edit.el (custom-commands): New variable.
7301 (custom-tool-bar-map): New variable. Initialize using
7302 `custom-commands'.
7303 (custom-mode): Use `custom-tool-bar-map'.
7304 (custom-buffer-create-internal): Insert action buttons only if
7305 tool bar is not used. Use `custom-commands'.
7306 (Custom-help, custom-command-apply): New function.
7307 (custom-command-apply, Custom-set, Custom-save)
7308 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
7309 Use `custom-command-apply' instead of duplicating code.
7310 (customize-group-other-window): Call `customize-group' instead of
7311 duplicating code.
7312 (customize-face-other-window): Call `customize-face' instead of
7313 duplicating code.
7314 (customize-group, customize-face): Add optional args for opening
7315 in another window.
7316 (custom-variable-tag): Don't inherit `variable-pitch' face.
7317 (custom-group-tag): Inherit `variable-pitch' face.
7318 (custom-variable-value-create): Set documentation indentation.
7319 (custom-group-value-create): Make group name a link, instead of
7320 using an extra "go to group" button.
7321 (custom-prompt-variable, custom-group-set, custom-group-save)
7322 (custom-group-reset-current, custom-group-reset-saved)
7323 (custom-group-reset-standard): Minor cleanup.
7324
7325 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7326
7327 * Makefile.in (bootstrap-prepare): When copying from
7328 ldefs-boot.el, make sure loaddefs.el is writeable.
7329
7330 (bootstrap-prepare): Make $(lisp)/ps-print.el
7331 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
7332
7333 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7334
7335 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
7336 only caller, and delete.
7337 (vc-hg-state): Deal with exceptions and only parse the output on
7338 successful return.
7339 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
7340 caller, and delete.
7341 (vc-hg-workfile-version): Deal with exceptions and only parse the
7342 output on successful return.
7343 (vc-hg-revert): New function.
7344
7345 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
7346
7347 * calculator.el (calculator-expt): Use more cases to determine
7348 the value.
7349
7350 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7351
7352 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
7353 file names.
7354
7355 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7356
7357 * calculator.el (calculator-expt, calculator-integer-p):
7358 New functions.
7359 (calculator-fact): Check to see if the factorial will be too
7360 large before computing it.
7361 (calculator-initial-operators): Use `calculator-expt' to
7362 compute "^".
7363 (calculator-mode): Mention that results which are too large
7364 will return inf.
7365 * calc/calc-comb.el (math-small-factorial-table): Replace list
7366 by vector.
7367
7368 2007-07-03 David Kastrup <dak@gnu.org>
7369
7370 * shell.el: On request of the authors, remove their addresses for
7371 the sake of bug reports, and add the developer list address as
7372 maintainer information.
7373
7374 2007-07-03 Richard Stallman <rms@gnu.org>
7375
7376 * files.el (make-directory): Doc fix.
7377 (find-file-confirm-inexistent-file): Make it a defcustom.
7378 Make nil the default.
7379
7380 2007-07-02 Richard Stallman <rms@gnu.org>
7381
7382 * startup.el (command-line): Set buffer-offer-save in *scratch*
7383 and enable auto-save in it.
7384
7385 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7386
7387 * textmodes/org.el (orgstruct-mode-map): New variable.
7388 (orgstruct-mode): New minor mode.
7389 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
7390 (orgstruct-make-binding, org-context-p, org-get-local-variables)
7391 (org-run-like-in-org-mode): New functions.
7392 (org-cycle-list-bullet): New command.
7393 (org-special-properties, org-property-start-re)
7394 (org-property-end-re): New constants.
7395 (org-with-point-at): New macro.
7396 (org-get-property-block, org-entry-properties, org-entry-get)
7397 (org-entry-delete, org-entry-get-with-inheritance)
7398 (org-entry-put, org-buffer-property-keys): New functions.
7399 (org-insert-property-drawer): New command.
7400 (org-entry-property-inherited-from): New variable.
7401 (org-column): New face.
7402 (org-column-overlays, org-current-columns-fmt)
7403 (org-current-columns-maxwidths, org-column-map): New variables.
7404 (org-column-menu): New menu.
7405 (org-new-column-overlay, org-overlay-columns)
7406 (org-overlay-columns-title, org-remove-column-overlays)
7407 (org-column-show-value, org-column-quit, org-column-edit):
7408 New functions.
7409 (org-columns, org-agenda-columns): New commands.
7410 (org-get-columns-autowidth-alist): New functions.
7411 (org-properties): New customize group.
7412 (org-default-columns-format): New option.
7413 (org-priority): Realign tags after changing priority.
7414 (org-preserve-lc): New macro.
7415 (org-update-checkbox-count): Catch case when there is no headline.
7416 (org-agenda-quit): Remove any column overlays.
7417 (org-beginning-of-item-list): Fixed bug when non-item line is
7418 indented too deep.
7419 (org-cached-props): New variable.
7420 (org-cached-entry-get): New function.
7421 (org-make-tags-matcher): Handle property matches.
7422 (org-table-recalculate): Swap evaluation order: Field formula
7423 first, then column formulas, but don't allow them to overwrite the
7424 field formulas.
7425 (org-table-eval-formula): New argument untouchable.
7426 (org-table-put-field-property): New function.
7427
7428 2007-07-02 Martin Rudalics <rudalics@gmx.at>
7429
7430 * help-mode.el (help-make-xrefs): Skip spaces too when
7431 skipping tabs.
7432
7433 * ffap.el (dired-at-point-prompter): Improve prompt in
7434 list-directory case.
7435
7436 2007-07-01 Richard Stallman <rms@gnu.org>
7437
7438 * files.el (find-file-visit-truename): Fix safe-local-variable value.
7439
7440 2007-07-01 Richard Stallman <rms@gnu.org>
7441
7442 * cus-start.el (max-mini-window-height): Added.
7443
7444 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7445
7446 * complete.el (partial-completion-mode): Remove advice of
7447 read-file-name-internal.
7448 (PC-do-completion): Rebind minibuffer-completion-table.
7449 (PC-read-file-name-internal): New function doing what
7450 read-file-name-internal advice did.
7451
7452 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
7453
7454 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
7455 property on a few symbols.
7456 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
7457 (byte-optimize-lapcode): Remove bindings that are not referenced
7458 and certainly will not effect through dynamic scoping.
7459
7460 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7461
7462 * files.el (find-file-confirm-inexistent-file): New var.
7463 (find-file, find-file-other-window, find-file-other-frame)
7464 (find-file-read-only, find-file-read-only-other-window)
7465 (find-file-read-only-other-frame): Use it.
7466
7467 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
7470
7471 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
7472
7473 * generic-x.el (generic-define-mswindows-modes)
7474 (generic-define-unix-modes, apache-log-generic-mode)
7475 (bat-generic-mode-keymap, java-manifest-generic-mode)
7476 (show-tabs-generic-mode): Fix typos in docstrings.
7477
7478 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
7479
7480 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
7481 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
7482 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
7483 (rcirc-print): Never ignore messages from ourself.
7484
7485 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7486
7487 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
7488 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
7489
7490 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7491
7492 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
7493 replace-regexp-in-string.
7494
7495 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7496
7497 * emacs-lisp/cl.el: Set edebug and indentation before loading
7498 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
7499
7500 2007-06-28 Andreas Schwab <schwab@suse.de>
7501
7502 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
7503 $(lisp)/subdirs.el.
7504
7505 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
7506
7507 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
7508 the speedbar frame if nil; that deletes the current frame or
7509 causes an error if it is the only frame.
7510 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
7511
7512 2007-06-28 Kevin Ryde <user42@zip.com.au>
7513
7514 * textmodes/nroff-mode.el: Groff \# comments.
7515 (nroff-mode-syntax-table): \# comment intro,
7516 plain # as punct per global table.
7517 (nroff-font-lock-keywords): Add # as a single char escape.
7518 (nroff-mode): In comment-start-skip, match \#.
7519
7520 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7521
7522 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
7523 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
7524 point-min == 1.
7525
7526 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
7527
7528 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
7529 Rename and move to...
7530
7531 * subr.el (strings->string, string->strings): ...here.
7532
7533 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
7534 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
7535
7536 * progmodes/gud.el (gud-common-init): Call string->strings instead
7537 of split-string.
7538
7539 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7540
7541 * dired-aux.el: Remove `dired-call-process'.
7542 (dired-check-process): Call `process-file'.
7543
7544 * wdired.el (wdired-do-perm-changes): Call `process-file'.
7545
7546 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
7547 `ange-ftp-process-file'.
7548
7549 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7550
7551 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
7552
7553 * emacs-lisp/cl-extra.el:
7554 * emacs-lisp/cl-seq.el:
7555 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
7556 Add autoload cookies on all defs autoloaded manually in cl.el.
7557
7558 * emacs-lisp/cl-loaddefs.el: New file.
7559
7560 * textmodes/texinfmt.el (texinfo-raisesections-alist)
7561 (texinfo-lowersections-alist): Merge definition and declaration.
7562 (texinfo-start-of-header, texinfo-end-of-header): Remove.
7563 (texinfo-format-syntax-table): Merge init into declaration.
7564 (texinfo-format-parse-line-args, texinfo-format-parse-args)
7565 (texinfo-format-parse-defun-args, texinfo-format-node)
7566 (texinfo-push-stack, texinfo-multitable-widths)
7567 (texinfo-define-info-enclosure, texinfo-alias)
7568 (texinfo-format-defindex, batch-texinfo-format): Use push.
7569 (texinfo-footnote-number): Remove duplicate declaration.
7570
7571 * ps-print.el: Update with auto-generated autoloads.
7572
7573 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
7574
7575 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7576
7577 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
7578 relative to current dir for file-local settings.
7579 (autoload-generate-file-autoloads): Add `outfile' arg.
7580 (update-directory-autoloads): Use it to directly call
7581 autoload-generate-file-autoloads instead of going through
7582 update-file-autoloads so we avoid redundant searches and so we can know
7583 the set of buffers changed so we can save them all.
7584
7585 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
7586 rather than throwing `up-to-date'.
7587 (autoload-generate-file-autoloads): Adjust correspondingly.
7588 (update-file-autoloads): Be careful to let-bind
7589 autoload-modified-buffers and adjust to new calling conventions.
7590 (autoload-modified-buffers): Make it a dynamically scoped var.
7591 (update-directory-autoloads): Use file-relative-name instead of
7592 autoload-trim-file-name.
7593 (autoload-insert-section-header): Don't use autoload-trim-file-name
7594 since the file is already relative now.
7595 (autoload-trim-file-name): Remove.
7596
7597 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
7598 (vc-arch-complete, vc-arch--version-completion-table)
7599 (vc-arch-revision-completion-table): New functions to provide
7600 completion of revision names.
7601 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
7602 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
7603 to let the user trim the revlib.
7604
7605 * vc.el: Add new VC operation `revision-completion-table'.
7606 (vc-default-revision-completion-table): New function.
7607 (vc-version-diff, vc-version-other-window): Use it to provide
7608 completion of revision names if the backend provides it.
7609
7610 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
7611
7612 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
7613 of newer .svn/entries.
7614
7615 2007-06-25 David Kastrup <dak@gnu.org>
7616
7617 * calc/calc-poly.el (math-padded-polynomial)
7618 (math-partial-fractions): Add some function comments.
7619
7620 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7621
7622 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7623 Make `outbuf' optional.
7624 (update-file-autoloads): Use it.
7625
7626 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7627
7628 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
7629 (autoload-find-destination): Keep it uptodate.
7630 (autoload-save-buffers): New fun.
7631 (update-file-autoloads): Use it. Re-add the "up to date" message.
7632
7633 * emacs-lisp/autoload.el: Refactor for upcoming changes.
7634 (autoload-find-destination): New function extracted from
7635 update-file-autoloads.
7636 (update-file-autoloads): Use it.
7637 (autoload-generate-file-autoloads): New function extracted from
7638 generate-file-autoloads. Use file-relative-name. Delay computation of
7639 output-start to the first cookie. Remove done-any, replaced by
7640 output-start.
7641 (generate-file-autoloads): Use it.
7642
7643 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
7644
7645 * calc/calc-comb.el (math-init-random-base, math-prime-test):
7646 Use math-read-number-simple to insert constants.
7647 (math-prime-test): Redo calculation of sum.
7648
7649 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
7650
7651 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
7652 math-scale-bignum-3.
7653 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
7654 math-bignum-digit-size.
7655 (math-isqrt-small): Add another possible initial guess.
7656
7657 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7658
7659 * textmodes/bibtex.el (bibtex-entry-format): New options
7660 `whitespace', `braces', and `string'.
7661 (bibtex-field-braces-alist, bibtex-field-strings-alist)
7662 (bibtex-field-braces-opt, bibtex-field-strings-opt)
7663 (bibtex-cite-matcher-alist): New variables.
7664 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
7665 (bibtex-flash-head): Use blink-matching-delay.
7666 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
7667 (bibtex-format-entry, bibtex-reformat): Handle new options of
7668 bibtex-entry-format.
7669 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
7670 New functions.
7671 (bibtex-complete-internal): Do not display messages while
7672 minibuffer is used. Do not leave around a completions buffer
7673 that is out of date.
7674 (bibtex-copy-summary-as-kill): New optional arg.
7675 (bibtex-font-lock-url): New optional arg no-button.
7676 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
7677 (bibtex-url): Allow multiple URLs per entry.
7678
7679 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7680
7681 * emacs-lisp/autoload.el (autoload-generated-file): New function.
7682 (update-file-autoloads, update-directory-autoloads): Use it.
7683 (autoload-file-load-name): New function.
7684 (generate-file-autoloads, update-file-autoloads): Use it.
7685 (autoload-find-file): Accept non-absolute argument. Set default-dir.
7686 (generate-file-autoloads): If the autoloaded form is malformed,
7687 indicate the problem with a warning instead of aborting.
7688
7689 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7690
7691 * simple.el (next-error-recenter): Accept `(4)' as well;
7692 also, specify `integer' instead of `number'.
7693
7694 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7695
7696 * ls-lisp.el (insert-directory): If an invalid regexp error is
7697 thrown, try using FILE as a literal file name, not a wildcard.
7698
7699 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
7700
7701 * ruler-mode.el (ruler-mode): Prevent clobbering the original
7702 `header-line-format' when reentering ruler mode.
7703
7704 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7705
7706 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
7707 FILE exists as a file.
7708
7709 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7710
7711 * calc/calc.el (math-bignum-digit-length)
7712 (math-bignum-digit-size, math-small-integer-size):
7713 New constants.
7714 (math-normalize, math-bignum-big, math-make-float)
7715 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
7716 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
7717 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
7718 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
7719 (math-quotient, math-div-bignum, math-div-bignum-digit)
7720 (math-div-bignum-part, math-format-bignum-decimal)
7721 (math-read-bignum): Use math-bignum-digit-length,
7722 math-bignum-digit-size and math-small-integer-size.
7723
7724 * calc/calc-ext.el (math-fixnum-big): Use the variable
7725 math-bignum-digit-size.
7726
7727 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7728
7729 * log-view.el (log-view-mode-menu): New menu.
7730
7731 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7732
7733 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
7734 differently.
7735
7736 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
7737 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
7738
7739 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7740
7741 * vc-hg.el (vc-hg-print-log): Insert the file name.
7742 (vc-hg-log-view-mode): Fontify the file name.
7743
7744 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7745
7746 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
7747 (calcFunc-julian): Fix incorrect number used in calculations.
7748
7749 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
7750
7751 * simple.el (next-error-recenter): New defcustom.
7752 (next-error, next-error-internal): Recenter if specified,
7753 immediately prior to running `next-error-hook'.
7754
7755 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
7756 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
7757
7758 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
7759
7760 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7761
7762 * calc/calc-comb.el (math-small-factorial-table): New variable.
7763 (calcFunc-fact): Use `math-small-factorial-table'.
7764
7765 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
7766 initial values.
7767 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
7768 New variables to use in caches.
7769
7770 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
7771 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
7772
7773 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
7774 (math-bernoulli-b-cache): Use math-read-number-simple to insert
7775 bignums.
7776
7777 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7778 New variables to use in caches.
7779
7780 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7781
7782 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
7783
7784 * vc-hg.el (vc-hg-log-view-mode): New mode.
7785
7786 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
7787
7788 * calc/calc.el (math-read-number-simple): New function.
7789
7790 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7791
7792 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
7793 (vera-font-lock-match-item): Fix doc string.
7794 (vera-in-comment-p): Remove unused function.
7795 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
7796 use `syntax-ppss'.
7797 (vera-forward-syntactic-ws): Fix argument order.
7798 (vera-prepare-search): Use `with-syntax-table'.
7799 (vera-indent-line): Fix doc string.
7800 (vera-electric-tab): Fix doc string.
7801 (vera-expand-abbrev): Define alias instead of using `fset'.
7802 (vera-comment-uncomment-region): Use `comment-start-skip'.
7803
7804 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
7805
7806 * textmodes/org.el (org-export-with-footnotes): New option.
7807 (org-export-as-html): Fix replacement bug for XEmacs.
7808 (org-agenda-default-appointment-duration): New option.
7809
7810 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7811
7812 * vc-hg.el: Add to do items.
7813 (vc-hg-diff): Add support for comparing different revisions.
7814 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
7815 (vc-hg-annotate-extract-revision-at-line)
7816 (vc-hg-previous-version, vc-hg-checkin): New functions.
7817 (vc-hg-annotate-re): New constant.
7818
7819 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7820
7821 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
7822
7823 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7824
7825 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
7826 buffer-local value of log-view-*-re if applicable.
7827
7828 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
7829 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
7830 (vc-bzr-command*): Remove both (incompatible) versions.
7831 (vc-bzr-do-command*): Remove.
7832 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
7833 Remove by folding into its only caller vc-bzr-command.
7834 (vc-bzr-command): Always set the environment, even when ineffective.
7835 (vc-bzr-version): Minor fix up.
7836 (vc-bzr-admin-dirname): New var.
7837 (vc-bzr-bzr-dir): Remove.
7838 (vc-bzr-root-dir): New fun.
7839 (vc-bzr-registered): Use it. Add an autoloaded version.
7840 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
7841 (vc-bzr-view-log-function): Remove.
7842 (vc-bzr-log-view-mode): New major mode to replace it.
7843 (vc-bzr-print-log): Only activate the old hack if needed.
7844
7845 * vc.el (vc-default-log-view-mode): New function.
7846 (vc-print-log): Add new `log-view-mode' VC operation.
7847
7848 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
7849
7850 * ido.el (ido-find-file-in-dir): Don't signal an error for
7851 empty directories.
7852
7853 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
7854
7855 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
7856 directory where the desktop file was found, as the docstring says.
7857 (desktop-kill): Use `read-directory-name'.
7858
7859 2007-06-20 Alan Mackenzie <acm@muc.de>
7860
7861 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
7862 When removing lines, also remove the \n. Correction of patch of
7863 2007-04-21.
7864
7865 2007-06-20 Martin Rudalics <rudalics@gmx.at>
7866
7867 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
7868 event is not a cons cell. Do not unread drag-mouse-1 events.
7869 Select right window in check whether space was stolen from
7870 window above.
7871
7872 * help-mode.el (help-make-xrefs): Adjust position of new forward
7873 button.
7874
7875 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
7876
7877 * vc-bzr.el (vc-bzr-with-process-environment)
7878 (vc-bzr-std-process-invocation): New macros.
7879 (vc-bzr-command, vc-bzr-command*): Use them.
7880 (vc-bzr-with-c-locale): Remove.
7881 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
7882 (vc-bzr-buffer-nonblank-p): New function.
7883 (vc-bzr-state-words): New const.
7884 (vc-bzr-state): Look for `bzr status' keywords in output.
7885 Display everything else as a warning message to the user.
7886 Fix status report with bzr >= 0.15.
7887
7888 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
7889
7890 * vc-hg.el (vc-hg-global-switches): Simplify.
7891 (vc-hg-state): Handle more states.
7892 (vc-hg-diff): Fix doc-string.
7893 (vc-hg-register): New function.
7894 (vc-hg-checkout): Likewise.
7895
7896 2007-06-20 Reto Zimmermann <reto@gnu.org>
7897
7898 * progmodes/vera-mode.el: New file.
7899
7900 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7901
7902 * calc/calc.el (calc-multiplication-has-precendence):
7903 New variable.
7904 (math-standard-ops, math-standard-ops-p, math-expr-ops):
7905 New functions.
7906 (math-expr-opers): Define using math-standard-ops rather than
7907 math-standard-opers.
7908 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
7909 equal the function math-standard-ops rather than the variable
7910 math-standard-opers.
7911 (calc-algebraic-entry): Let math-expr-opers equal
7912 math-standard-ops or math-expr-ops, as appropriate.
7913 (math-expr-read-level, math-read-factor): Let math-expr-opers
7914 equal math-expr-ops.
7915 * calc/calc-embed.el (calc-embedded-finish-edit):
7916 Let math-expr-opers equal the function math-standard-ops
7917 rather than the variable math-standard-opers.
7918 * calc/calc-ext.el (math-read-plain-expr)
7919 (math-format-flat-expr-fancy): Let math-expr-opers equal the
7920 function math-standard-ops rather than the variable
7921 math-standard-opers.
7922 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
7923 Let math-expr-opers equal the function math-standard-ops rather
7924 than the variable math-standard-opers.
7925 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
7926 equal the function math-standard-ops rather than the variable
7927 math-standard-opers.
7928 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
7929 equal the function math-standard-ops rather than the variable
7930 math-standard-opers.
7931 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
7932 math-expr-ops.
7933
7934 2007-06-19 Ivan Kanis <apple@kanis.eu>
7935
7936 * vc-hg.el: New file.
7937
7938 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
7941 with font-lock-multiline.
7942
7943 2007-06-17 Glenn Morris <rgm@gnu.org>
7944
7945 * lpr.el (lpr-page-header-switches): Move %s to separate element
7946 for correct quoting. Doc fix.
7947
7948 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
7951 than setting sgml-xml-mode.
7952 (sgml-mode, html-mode): Set sgml-xml-mode.
7953 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
7954 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
7955 (sgml-electric-tag-pair-before-change-function)
7956 (sgml-electric-tag-pair-flush-overlays): New functions.
7957 (sgml-electric-tag-pair-mode): New minor mode.
7958 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
7959 (sgml-calculate-indent): Use assoc-string.
7960
7961 2007-06-16 Karl Fogel <kfogel@red-bean.com>
7962
7963 * thingatpt.el (thing-at-point-email-regexp): Don't require two
7964 chars before the "@" in an email address. Andreas Roehler noticed
7965 this problem.
7966
7967 2007-06-15 Karl Fogel <kfogel@red-bean.com>
7968
7969 * thingatpt.el: Add support for email addresses (`email').
7970 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
7971 (thing-at-point-email-regexp): New variable.
7972 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
7973 properties on this symbol, with lambda forms for values.
7974
7975 2007-06-15 Masatake YAMATO <jet@gyve.org>
7976
7977 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
7978
7979 * vc.el (vc-dired-hook): Check the backend returned from
7980 `vc-responsible-backend' can really handle `subdir'.
7981
7982 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
7983
7984 * wid-edit.el (widget-add-documentation-string-button):
7985 Fix handling of documentation indent.
7986
7987 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
7988
7989 * mb-depth.el: New file.
7990
7991 2007-06-15 Masatake YAMATO <jet@gyve.org>
7992
7993 * vc.el (vc-dired-mode): Show backend name as part of mode name.
7994
7995 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7996
7997 * wid-edit.el (widget-default-create): Move ?h handling here...
7998 (widget-default-format-handler): ...from here.
7999 (widget-docstring, widget-add-documentation-string-button): New funs.
8000 (documentation-string): Add :visibility-widget property.
8001 (widget-documentation-string-value-create): Use it.
8002
8003 * cus-edit.el (custom-split-regexp-maybe): Simplify.
8004 (custom-buffer-create-internal): Simplify message.
8005 (custom-variable-tag): Reduce height to normal.
8006 (custom-variable-value-create, custom-face-value-create)
8007 (custom-visibility): New widget.
8008 (custom-visibility): New face.
8009 (custom-group-value-create):
8010 Call widget-add-documentation-string-button, using `custom-visibility'.
8011
8012 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8013
8014 * emacs-lisp/bytecomp.el (byte-compile-current-group)
8015 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
8016 change. Apparently the "warning even if the group is implicit" is
8017 a feature rather than a bug.
8018
8019 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
8020
8021 * emulation/viper.el (viper-describe-key-ad)
8022 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
8023 Compile them conditionally.
8024 (viper-version): Belated version change.
8025
8026 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
8027
8028 * follow.el (follow-all-followers, follow-generic-filter):
8029 * pcomplete.el (pcomplete-restore-windows):
8030 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
8031 (x-dnd-drop-data):
8032 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
8033 * progmodes/python.el (python-complete-symbol):
8034 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
8035
8036 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
8037
8038 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
8039 around bright and dim regexps. Make sure bright and dim matches
8040 use word anchors. Send text through rcirc-markup functions.
8041 (rcirc-url-regexp): Add single quote character.
8042 (rcirc-connect): Write logs to disk on auto-save-hook.
8043 Make server a non-optional argument.
8044 (rcirc-log-alist): New variable.
8045 (rcirc-log-directory): Make customizable.
8046 (rcirc-log-flag): New customizable variable.
8047 (rcirc-log): New function.
8048 (rcirc-print): Use above function.
8049 (rcirc-log-write): New function.
8050 (rcirc-generate-new-buffer-name): Strip text properties.
8051 (rcirc-switch-to-buffer-function): Remove variable.
8052 (rcirc-last-non-irc-buffer): Remove variable.
8053 (rcirc-non-irc-buffer): Add function.
8054 (rcirc-next-active-buffer): Use above function.
8055 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
8056 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
8057 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
8058 (rcirc-omit-mode): Add minor-mode.
8059 (rcirc-mode-map): Change C-c C-o binding.
8060 (rcirc-mode): Clear mode-line-process. Use a custom
8061 fill-paragraph-function. Set up buffer-invisibility-spec.
8062 (rcirc-response-formats): Remove timestamp code.
8063 (rcirc-omit-responses): Add variable.
8064 (rcirc-print): Don't put the overlay arrow on potentially omitted
8065 lines. Log line to disk. Record activity for private messages
8066 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
8067 (rcirc-jump-to-first-unread-line): Print message if there is no
8068 unread text.
8069 (rcirc-clear-unread): New function.
8070 (rcirc-markup-text-functions): Add variable.
8071 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
8072 (rcirc-debug): Don't mess with window configuration.
8073 (rcirc-send-message): Send message before printing locally.
8074 Add SILENT argument, do not print message if non-nil.
8075 (rcirc-visible-buffers): New function and variable.
8076 (rcirc-window-configuration-change-1): Add function.
8077 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
8078 server buffer.
8079 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
8080 (rcirc-fill-paragraph): Add function.
8081 (rcirc-record-activity, rcirc-window-configuration-change-1):
8082 Only update the activity string if it has actually changed.
8083 (rcirc-update-activity-string): Remove padding characters from the
8084 mode-line string.
8085 (rcirc-disconnect-buffer): New function to be called when a
8086 channel is parted or the user quits.
8087 (rcirc-server-name): Warn when the server-name hasn't been set.
8088 (rcirc-window-configuration-change): Postpone work until
8089 post-command-hook.
8090 (rcirc-window-configuration-change-1): Update mode-line and
8091 overlay arrows here.
8092 (rcirc-authenticate): Fixc hanserv identification.
8093 (rcirc-default-server): Remove variable.
8094 (rcirc): Connect according to rcirc-connections.
8095 (rcirc-connections): Add variable.
8096 (rcirc-startup-channels-alist): Remove variable.
8097 (rcirc-startup-channels): Remove function.
8098
8099 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
8102
8103 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
8104
8105 * term/xterm.el (terminal-init-xterm): Escape parens in character
8106 constants.
8107
8108 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * progmodes/sh-script.el: Remove unneeded * from docstrings.
8111 Use [:alpha:] and [:alnum:] where applicable.
8112 (sh-quoted-subshell): Rewrite to correctly
8113 handle nested mixes of `...' and $(...).
8114 (sh-apply-quoted-subshell): Remove.
8115 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
8116
8117 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
8118
8119 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
8120
8121 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
8122 previous change.
8123
8124 2007-06-12 Tom Tromey <tromey@redhat.com>
8125
8126 * subr.el (user-emacs-directory): New defconst.
8127 * cmuscheme.el (scheme-start-file):
8128 * shell.el (shell):
8129 * completion.el (save-completions-file-name):
8130 * custom.el (custom-theme-directory):
8131 * term/x-win.el (emacs-session-filename):
8132 * filesets.el (filesets-menu-cache-file):
8133 * thumbs.el (thumbs-thumbsdir):
8134 * server.el (server-auth-dir):
8135 * image-dired.el (image-dired-dir):
8136 (image-dired-db-file):
8137 (image-dired-temp-image-file):
8138 (image-dired-gallery-dir):
8139 (image-dired-temp-rotate-image-file):
8140 * play/gamegrid.el (gamegrid-user-score-file-directory):
8141 * savehist.el (savehist-file):
8142 * tutorial.el (tutorial--saved-dir):
8143 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
8144
8145 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
8146
8147 * scroll-lock.el (scroll-lock-mode): Doc fix.
8148
8149 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8150
8151 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
8152
8153 * ediff-init.el: Doc strings.
8154
8155 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
8158 (byte-compile-file): Bind it.
8159 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
8160 group argument is provided implicitly.
8161 (byte-compile-format-warn, byte-compile-from-buffer)
8162 (byte-compile-insert-header): Don't hardcode point-min==1.
8163 (byte-compile-file-form-require): Remove unused var old-load-list.
8164 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
8165
8166 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8167
8168 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
8169 Display error messages.
8170 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
8171 Get rid of cl.el dependencies.
8172
8173 * emulation/viper-init.el (viper-suppress-input-method-change-message):
8174 New variable.
8175 (viper-activate-input-method-action)
8176 (viper-inactivate-input-method-action):
8177 Use viper-suppress-input-method-change-message.
8178
8179 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
8180 for C-s, C-r.
8181
8182 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
8183 Use viper-replace-overlay-cursor-color instead of
8184 viper-replace-overlay-cursor-color.
8185 (viper-sit-for-short): Use sit-for with 3 arguments.
8186
8187 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
8188 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
8189 to gud-mode.
8190
8191 * ediff-mult.el (ediff-meta-buffer-brief-message)
8192 (ediff-meta-buffer-verbose-message): New variables.
8193 (ediff-meta-buffer-message): Variable deleted.
8194 (ediff-verbose-help-enabled): New variable.
8195 (ediff-toggle-verbose-help-meta-buffer): New function.
8196 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
8197 message options.
8198
8199 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
8200 (ediff-fixup-patch-map): Improve heuristic.
8201
8202 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8203
8204 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
8205 (log-view-font-lock-keywords): Simplify.
8206 (log-view-current-file, log-view-current-tag): Simplify.
8207
8208 2007-06-12 Sam Steingold <sds@gnu.org>
8209
8210 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
8211
8212 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
8213
8214 * desktop.el (desktop-load-locked-desktop): New option.
8215 (desktop-read): Use it.
8216 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
8217 Use `when'.
8218
8219 2007-06-12 Davis Herring <herring@lanl.gov>
8220
8221 * desktop.el (desktop-save-mode-off): New function.
8222 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
8223 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
8224 (desktop-claim-lock, desktop-release-lock): New functions.
8225 (desktop-kill): Tell `desktop-save' that this is the last save.
8226 Release the lock afterwards.
8227 (desktop-buffer-info): New function.
8228 (desktop-save): Use it. Run `desktop-save-hook' where the doc
8229 says to. Detect conflicts, and manage the lock.
8230 (desktop-read): Detect conflicts. Manage the lock.
8231
8232 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8233
8234 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
8235
8236 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
8237 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
8238 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
8239 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
8240 keysyms rather than byte sequences.
8241 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
8242
8243 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8244
8245 * font-lock.el (font-lock-add-keywords): In case font-lock was only
8246 half-activated, forcefully activate it completely.
8247
8248 2007-06-11 Richard Stallman <rms@gnu.org>
8249
8250 * cus-edit.el (custom-variable-type): Doc fix.
8251
8252 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8253
8254 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
8255 (sh-font-lock-flush-syntax-ppss-cache): New functions.
8256 (sh-font-lock-syntactic-keywords): Use them to distinguish the
8257 different possible cases for \'.
8258
8259 * complete.el (PC-bindings): Don't bind things already bound in the
8260 parent keymap.
8261
8262 * textmodes/bibtex-style.el: New file.
8263
8264 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
8265
8266 * vc-bzr.el: New file.
8267
8268 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * vc-svn.el (vc-svn-program): New var.
8271 (vc-svn-command): Use it.
8272
8273 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
8274
8275 * server.el (server-switch-buffer): Remove redundant check.
8276
8277 2007-06-10 Martin Rudalics <rudalics@gmx.at>
8278
8279 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8280 Match against file-name-nondirectory.
8281 Fix text on user customization variables.
8282 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
8283
8284 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8285
8286 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
8287
8288 2007-06-09 Davis Herring <herring@lanl.gov>
8289
8290 * desktop.el (desktop-minor-mode-table): Doc fix.
8291
8292 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8293
8294 * textmodes/css-mode.el (css-navigation-syntax-table):
8295 Use set-char-table-range so it also works in the unicode branch.
8296
8297 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
8298
8299 * help-mode.el (help-xref-forward-stack)
8300 (help-xref-stack-forward-item, help-forward-label): New variables.
8301 (help-forward): New button type.
8302 (help-setup-xref): Initialise help-xref-forward-stack.
8303 (help-make-xrefs): Add forward button, if appropriate.
8304 (help-xref-go-back): Push item on forward stack.
8305 (help-xref-go-forward, help-go-forward): New functions.
8306
8307 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
8308
8309 * dired.el (dired-mode-map): Remove spurious separator.
8310
8311 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8312
8313 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
8314
8315 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8316 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
8317
8318 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
8319
8320 * textmodes/org.el: Version number fixed.
8321
8322 2007-06-07 Glenn Morris <rgm@gnu.org>
8323
8324 * version.el (emacs-copyright): New constant.
8325 * startup.el (fancy-splash-tail): Use emacs-copyright.
8326 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
8327
8328 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
8329 `make-local'.
8330 (byte-compile-warnings-safe-p): Add `make-local'.
8331 (byte-compile-make-variable-buffer-local):
8332 Allow byte-compile-warnings to suppress this warning.
8333
8334 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
8335 format of "menu" description.
8336 (tutorial--find-changed-keys): Describe the specific menu a
8337 command is in.
8338
8339 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
8340 Rewrite compatibility functions to silence byte-compiler.
8341
8342 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8343
8344 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
8345 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
8346
8347 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
8348
8349 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
8350
8351 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8352
8353 * progmodes/ebrowse.el (ebrowse-member-table):
8354 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
8355 (org-batch-agenda-csv): Fix typos in docstrings.
8356
8357 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8358
8359 * international/mule-cmds.el (toggle-enable-multibyte-characters)
8360 (sort-coding-systems, search-unencodable-char): Doc fixes.
8361 (coding-system-change-eol-conversion, set-default-coding-systems)
8362 (prefer-coding-system, find-multibyte-characters, princ-list)
8363 (leim-list-entry-regexp, set-input-method, locale-language-names)
8364 (input-method-exit-on-first-char, exit-language-environment-hook)
8365 (locale-charset-language-names): Fix typos in docstrings.
8366
8367 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8368
8369 * pgg.el (pgg-sign-region, pgg-sign):
8370 * ses.el (ses-call-printer):
8371 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
8372 * textmodes/org.el (org-cycle): Fix typos in docstrings.
8373
8374 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
8375
8376 * textmodes/org.el (org-export-region-as-html)
8377 (org-replace-region-by-html, org-number-to-letters)
8378 (org-table-fedit-finish, org-normalize-color)
8379 (org-table-fedit-ref-right, org-date-to-gregorian)
8380 (org-table-fedit-move, org-table-convert-refs-to-rc)
8381 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
8382 (org-write-agenda, org-colgroup-info-to-vline-list)
8383 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
8384 (org-indent-line-function, org-export-as-html-to-buffer)
8385 (org-store-agenda-views, org-update-mode-line)
8386 (org-find-if, org-delete-all)
8387 (org-table-fedit-convert-buffer, org-emphasize)
8388 (org-uniquify, org-table-fedit-lisp-indent)
8389 (org-table-fedit-scroll, org-get-todo-sequence-head)
8390 (org-table-fedit-scroll-down, org-table-fedit-line-down)
8391 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
8392 (org-table-fedit-toggle-coordinates, org-dvipng-color)
8393 (org-table-fedit-line-up, org-table-fedit-ref-down)
8394 (org-table-formula-from-user, org-mode-flyspell-verify)
8395 (org-cycle-show-empty-lines, org-ctrl-c-ret)
8396 (org-table-formula-to-user, org-diary-to-ical-string)
8397 (orgtbl-export, org-table-fedit-post-command)
8398 (org-closed-in-range, org-shiftcontrolright)
8399 (org-table-convert-refs-to-an, org-table-hline-and-move)
8400 (org-table-formula-less-p, org-format-table-ascii)
8401 (org-agenda-get-sexps, org-shift-refpart)
8402 (org-diary-sexp-entry, org-time-string-to-absolute)
8403 (org-table-show-reference, org-letters-to-number)
8404 (org-fix-agenda-info, org-table-fedit-ref-up)
8405 (org-table-fedit-shift-reference, org-table-fedit-abort)
8406 (org-closest-date, org-shiftcontrolleft)
8407 (org-at-heading-or-item-p, org-rematch-and-replace)
8408 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
8409 New functions.
8410 (org-table-edit-scroll-down, org-finish-edit-formulas)
8411 (org-table-edit-next-field, org-abort-edit-formulas)
8412 (org-font-lock-level, org-export-find-first-heading-line)
8413 (org-table-edit-line-down, org-table-edit-backward-field)
8414 (org-edit-formula-lisp-indent, org-table-edit-move)
8415 (org-check-log-option, org-this-word)
8416 (org-table-edit-line-up, org-table-edit-formulas-post-command)
8417 (org-agenda-file-to-end, org-expand-file-name)
8418 (org-fake-empty-table-line, org-table-edit-scroll)
8419 (org-toggle-log-option, org-show-reference): Function removed.
8420 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
8421 New defsubsts.
8422 (org-unmodified, org-batch-store-agenda-views)
8423 (org-batch-agenda-csv): New macro.
8424 (org-agenda-export): New customization group.
8425 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
8426 (org-highest-priority, org-agenda-exporter-settings)
8427 (org-log-done-with-time, org-replace-disputed-keys)
8428 (org-format-latex-header, org-export-table-header-tags)
8429 (org-cycle-separator-lines, org-export-table-data-tags)
8430 (org-icalendar-include-sexps)
8431 (org-empty-line-terminates-plain-lists)
8432 (org-log-repeat, org-special-ctrl-a)
8433 (org-table-use-standard-references, org-disputed-keys)
8434 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
8435 (org-agenda-export-html-style): New option.
8436 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
8437 (org-CUA-compatible): Option removed.
8438 (org-agenda-structure, org-sexp-date): New face.
8439 (org-todo-keywords-for-agenda, org-not-done-keywords)
8440 (org-planning-or-clock-line-re, org-agenda-name)
8441 (org-table-colgroup-info, org-todo-sets)
8442 (constants-unit-system, org-clock-mode-line-entry)
8443 (org-mode-line-timer, org-table-current-begin-pos)
8444 (org-todo-keywords-1, org-mode-line-string)
8445 (org-table-clean-did-remove-column, org-table-fedit-map)
8446 (org-clock-heading, org-table-buffer-is-an)
8447 (org-agenda-info, org-done-keywords)
8448 (org-done-keywords-for-agenda, org-todo-heads)
8449 (org-todo-kwd-alist, org-clock-start-time): New variable.
8450 (org-todo-kwd-priority-p, org-edit-formulas-map)
8451 (org-repeat-re, org-todo-kwd-max-priority)
8452 (org-version, org-done-string)
8453 (org-table-clean-did-remove-column-1, org-disputed-keys):
8454 Remove variables.
8455 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
8456 (org-ts-lengths): Constant removed.
8457 (org-follow-gnus-link): Don't ask how many articles to read.
8458 (org-export-find-first-export-line): Rename from
8459 `org-export-find-first-heading'.
8460 Use `org-export-skip-text-before-1st-heading'.
8461 (org-table-fedit-post-command): Rename from
8462 `org-table-edit-formulas-post-command'.
8463 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
8464 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
8465 (org-table-fedit-lisp-indent): Rename from
8466 `org-edit-formula-lisp-indent'.
8467 (org-table-show-reference): Rename from `org-show-reference'.
8468 (org-table-store-formulas): Use `org-table-formula-less-p'.
8469 (org-table-edit-formulas): Position cursor to current field equation.
8470 (org-update-checkbox-count, org-hide-archived-subtrees)
8471 (org-timestamp-up-day, org-timestamp-down-day)
8472 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
8473 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
8474 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
8475 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
8476 Let `org-on-heading-p' also check for invisible heading.
8477 (org-read-date): Match am/pm times.
8478 (org-eval-in-calendar): Fix default date in prompt.
8479
8480 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
8481
8482 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
8483 "ChangeLog.a" entries, giving the latter lower priority.
8484
8485 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
8486
8487 * faces.el (face-id): If the argument is a face alias,
8488 return the ID of the target face.
8489
8490 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
8491
8492 * net/socks.el (top): Remove unnecessary copyright line.
8493
8494 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
8495
8496 * longlines.el (longlines-auto-wrap): Handle argument correctly.
8497
8498 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
8499
8500 * net/socks.el: New file, taken from w3 repository.
8501 (top): Update Copyright. Don't load cl.el.
8502 (all): Replace `case' by `cond', `string-to-int' by
8503 `string-to-number', and `process-kill-without-query' by
8504 `set-process-query-on-exit-flag'.
8505 (socks-char-int): Remove defalias and all occurrences.
8506
8507 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
8508
8509 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
8510 Fix typos in docstrings.
8511 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
8512 (compilation-finish-function): Fix typo in obsolescence declaration.
8513
8514 2007-06-03 Sam Steingold <sds@gnu.org>
8515
8516 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
8517 handle unending automatic recompilation of changed files (`omake -P').
8518 (compilation-loop): VISITED is now 5th CDR.
8519 (compilation-next-error-function): Set TIMESTAMP.
8520
8521 2007-06-03 Sam Steingold <sds@gnu.org>
8522
8523 * files.el (kill-buffer-ask): New function.
8524 (kill-some-buffers): Use it.
8525 (kill-matching-buffers): New user command.
8526
8527 2007-06-01 David Kastrup <dak@gnu.org>
8528
8529 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8530 Change default to `top'.
8531
8532 2007-05-31 Richard Stallman <rms@gnu.org>
8533
8534 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
8535
8536 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8537
8538 * textmodes/css-mode.el: New file.
8539
8540 2007-05-30 Michael Olson <mwolson@gnu.org>
8541
8542 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
8543 died and we are trying to send a signal to it. The program using
8544 tq.el should periodically check to see whether the process has
8545 died and react appropriately -- this is not the responsibility of
8546 tq.el, and is consistent with the rest of the tq.el source code.
8547
8548 2007-05-29 Martin Rudalics <rudalics@gmx.at>
8549
8550 * textmodes/table.el (table--point-entered-cell-function)
8551 (table--point-left-cell-function):
8552 Bind `inhibit-point-motion-hooks' to t.
8553
8554 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8555
8556 * emacs-lisp/rx.el (rx): Doc fix.
8557
8558 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
8559
8560 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
8561
8562 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
8563
8564 Sync with Tramp 2.0.56.
8565
8566 * net/tramp.el:
8567 * net/tramp-ftp.el:
8568 * net/tramp-smb.el:
8569 * net/tramp-util.el:
8570 * net/tramp-vc.el:
8571 Don't load cl.el, because that pollutes the namespace. Replace cl
8572 macros by their implementations where necessary. Requested by
8573 Richard Stallman <rms@gnu.org>.
8574
8575 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
8576 doesn't exist.
8577 (with-parsed-tramp-file-name): Protect debug spec during compilation.
8578 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
8579 (tramp-file-name-p, tramp-file-name-multi-method)
8580 (tramp-file-name-method, tramp-file-name-user)
8581 (tramp-file-name-host, tramp-file-name-localname): New defuns,
8582 replacing defstruct `tramp-file-name'.
8583 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
8584 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
8585 Apply `vector' instead of `make-tramp-file-name'.
8586 (tramp-handle-make-auto-save-file-name):
8587 Apply `tramp-temporary-file-directory' for compatibility reasons.
8588 (tramp-completion-mode): Use `natnump' instead of `wholenump'
8589 because of XEmacs.
8590 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
8591 started.
8592
8593 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
8594
8595 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
8596
8597 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
8598
8599 * log-edit.el (log-edit-changelog-paragraph): Return point-max
8600 as the end of the ChangeLog paragraph when it ends without a line
8601 termination.
8602
8603 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
8604
8605 * net/webjump.el (webjump-sample-sites):
8606 Add simple Wikipedia query.
8607
8608 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8609
8610 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
8611 compatibility code.
8612
8613 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
8614 (copyright-update-year): Use it.
8615
8616 * edmacro.el (edmacro-format-keys): Use current-active-maps.
8617
8618 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
8619 Add indentation and debugging info. Fix up comment convention.
8620
8621 * cus-dep.el (custom-make-dependencies): Simplify.
8622
8623 * composite.el (compose-region, decompose-region):
8624 Use inhibit-read-only and restore-buffer-modified-p.
8625
8626 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
8627 (xterm-mouse-event): Use it.
8628
8629 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
8630
8631 * bs.el (bs-cycle-previous): Don't modify the cycle list until
8632 `switch-to-buffer' has returned succesfully.
8633 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
8634 window is dedicated (it could iconify the frame).
8635
8636 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
8637
8638 * vc-hooks.el (vc-find-root): Fix file attribute test.
8639
8640 2007-05-24 Richard Stallman <rms@gnu.org>
8641
8642 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8643 Don't let opoint be nil.
8644 (flyspell-emacs-popup): Explicit error if no dialogs.
8645
8646 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
8647
8648 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
8649 (image-next-line, image-previous-line, image-scroll-up)
8650 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
8651 New functions.
8652 (image-mode-map): Remap motion commands.
8653 (image-mode-text-map): New keymap for viewing images as text.
8654 (image-mode): Use image-mode-map.
8655 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
8656
8657 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8658
8659 * textmodes/fill.el (canonically-space-region): Make the second arg
8660 a marker if it's not already the case.
8661
8662 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8663
8664 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
8665 (tar-get-descriptor): Handle type 55, an extended pax header.
8666
8667 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8668
8669 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
8670 to confuse outline-minor-mode.
8671
8672 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8673
8674 * tar-mode.el (tar-file-name-handler): New function.
8675 (tar-extract): Bind file-name-handler-alist to it to force
8676 find-buffer-file-type-coding-system behave as if the file being
8677 extracted existed. Use last-coding-system-used to force
8678 buffer-file-coding-system to what decode-coding-region actually
8679 used to decode the file.
8680
8681 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8682
8683 * progmodes/compile.el (compilation-handle-exit):
8684 `compilation-finish-function' may change the current buffer.
8685
8686 2007-05-22 Richard Stallman <rms@gnu.org>
8687
8688 * files.el (set-auto-mode): Doc fix.
8689
8690 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8691
8692 * help-fns.el (find-source-lisp-file): New function.
8693 (describe-function-1): Use find-source-lisp-file to find source
8694 file in compile tree.
8695
8696 2007-05-22 Eli Zaretskii <eliz@gnu.org>
8697
8698 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8699
8700 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
8701
8702 * emacs-lisp/easy-mmode.el (define-minor-mode)
8703 (easy-mmode-define-navigation): Fix typos in docstrings.
8704
8705 2007-05-22 Glenn Morris <rgm@gnu.org>
8706
8707 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
8708
8709 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
8710
8711 * mail/mail-extr.el (mail-extract-address-components):
8712 Recognize non-ASCII characters except for NBSP as words.
8713
8714 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
8715
8716 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
8717 (rcirc-print): Handle `window-width'.
8718 (rcirc-buffer-maximum-lines): Doc fix.
8719
8720 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
8721
8722 * image-mode.el (image-toggle-display): Don't clear image cache.
8723 Only use filename in image spec if the file is readable.
8724 Call image-refresh.
8725
8726 * image.el (image-type-from-file-name, image-type): Simplify.
8727 (image-type-auto-detected-p): Don't scan auto-mode-alist.
8728
8729 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
8730 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
8731
8732 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8733
8734 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
8735 is an error.
8736
8737 * term/linux.el (terminal-init-linux): Don't signal an error
8738 if gpm isn't running.
8739
8740 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8741
8742 * t-mouse.el: Reduce to a minor-mode macro call.
8743 (t-mouse-mode): Remove the lighter.
8744
8745 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
8746
8747 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
8748
8749 * files.el (auto-mode-alist): Change the regexp so that
8750 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
8751
8752 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8753
8754 * Version 22.1 released.
8755
8756 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
8757
8758 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
8759 changes.
8760
8761 2007-05-19 Kevin Ryde <user42@zip.com.au>
8762
8763 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
8764
8765 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
8766
8767 * textmodes/sgml-mode.el: Revert last change.
8768
8769 2007-05-18 Richard Stallman <rms@gnu.org>
8770
8771 * simple.el (push-mark): Doc fix.
8772
8773 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
8774
8775 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
8776 tpu-global-map.
8777 (tpu-original-global-map): Variable deleted.
8778 (tpu-control-keys-map): New keymap variable.
8779 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
8780 setting keymapping directly.
8781 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
8782 tpu-global-map.
8783 (tpu-edt-on): Activate the tpu-global-map.
8784 (tpu-edt-off): Deactivate the tpu-global-map.
8785
8786 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
8787
8788 * textmodes/ispell.el (ispell-get-word): Return markers
8789 for start and end positions.
8790 (ispell-word): Assume END is a marker.
8791
8792 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8793
8794 * printing.el: Group together all XEmacs/Emacs definitions.
8795 (pr-version): New version 6.9.
8796 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
8797 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
8798 (pr-menu-bind): Fix code.
8799 (pr-e-frame-char-height, pr-e-frame-char-width)
8800 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
8801 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
8802 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
8803 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
8804 (pr-x-event-y-pixel): Aliases eliminated.
8805 (pr-xemacs-global-menubar): Macro moved.
8806 (current-menubar, current-mouse-event, zmacs-region-stays)
8807 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
8808 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
8809 Vars moved.
8810 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
8811 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
8812 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
8813 (pr-menu-set-utility-title, pr-even-or-odd-pages)
8814 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
8815 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
8816 moved.
8817
8818 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
8819
8820 * textmodes/sgml-mode.el (sgml-tag):
8821 Fix bug: Call sgml-transformation-function.
8822
8823 2007-05-17 Martin Rudalics <rudalics@gmx.at>
8824
8825 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
8826 modified flag of buffer. Use `inhibit-modification-hooks'.
8827
8828 2007-05-16 Richard Stallman <rms@gnu.org>
8829
8830 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
8831
8832 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8833
8834 * files.el (magic-mode-alist, magic-fallback-mode-alist):
8835 Move the *ml, Postscript, and XmCD entries to the fallback part.
8836
8837 * files.el (magic-fallback-mode-alist):
8838 Rename from file-start-mode-alist.
8839
8840 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8841
8842 * progmodes/compile.el (compilation-handle-exit): Quote first
8843 argument of `run-hook-with-args'.
8844
8845 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
8846
8847 * buff-menu.el (Buffer-menu-sort-column):
8848 * dabbrev.el (dabbrev-upcase-means-case-search):
8849 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8850 * info.el (Info-current-subfile):
8851 * ls-lisp.el (ls-lisp-verbosity):
8852 * msb.el (msb-menu-cond):
8853 * pcvs.el (cvs-dired-use-hook):
8854 * simple.el (set-mark-command-repeat-pop):
8855 * time.el (display-time-24hr-format, display-time-mail-file):
8856 Doc fixes.
8857
8858 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
8859 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
8860
8861 * view.el (view-inhibit-help-message): Fix typo in docstring.
8862 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
8863
8864 2007-05-16 Martin Rudalics <rudalics@gmx.at>
8865
8866 * textmodes/ispell.el (ispell-start-process): Defend against bad
8867 default-directory.
8868
8869 2007-05-14 Eli Zaretskii <eliz@gnu.org>
8870
8871 * mail/rmail.el (rmail-convert-to-babyl-format): Check
8872 content-transfer-encoding _last_, because it's its position that
8873 we need as value of base64-header-field-end.
8874
8875 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
8876
8877 * files.el (mode-require-final-newline, require-final-newline)
8878 (enable-local-variables, enable-local-eval): Doc fixes.
8879
8880 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8881
8882 * ps-print.el: Use default color when foreground or background color
8883 are unspecified. Reported by Leo <sdl.web@gmail.com>.
8884 (ps-print-version): New version 6.7.4.
8885 (ps-rgb-color): New argument. Use default color when color is
8886 unspecified.
8887 (ps-begin-job): Fix code.
8888
8889 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
8890
8891 * longlines.el (longlines-mode): Make longlines-auto-wrap
8892 buffer-local. Add hooks unconditionally.
8893 (longlines-auto-wrap): Toggle wrapping.
8894 (longlines-after-change-function)
8895 (longlines-post-command-function): Check longlines-auto-wrap.
8896
8897 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
8898
8899 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
8900 (xterm-mouse-translate): Use it.
8901
8902 2007-05-10 Richard Stallman <rms@gnu.org>
8903
8904 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
8905 (iso-cvt-write-only): Likewise.
8906
8907 * emacs-lisp/easy-mmode.el (define-minor-mode):
8908 Fix generated doc string.
8909
8910 * startup.el (fancy-splash-text): Add URL of guided tour.
8911 Adjust horizontal and vertical whitespace.
8912
8913 * progmodes/compile.el (compilation-handle-exit):
8914 Use run-hook-with-args to run compilation-finish-functions.
8915
8916 * files.el (file-start-mode-alist): New variable.
8917 (magic-mode-regexp-match-limit): Doc fix.
8918 (set-auto-mode): Handle file-start-mode-alist.
8919 A little cleanup of structure.
8920
8921 * dabbrev.el (dabbrev-eliminate-newlines):
8922 Renamed from dabbrev--eliminate-newlines. All uses changed.
8923
8924 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8925
8926 * man.el (Man-next-section): Don't consider the last line of the page
8927 as being part of any section.
8928
8929 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8930
8931 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
8932 can take any number of values.
8933
8934 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8935
8936 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
8937 to the list of citation commands.
8938
8939 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
8942
8943 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
8944
8945 * progmodes/python.el (python-font-lock-keywords)
8946 (python-open-block-statement-p, python-mode): Add support for the new
8947 "with" keyword.
8948
8949 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8950
8951 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
8952 the exact opposite of diff-goto-source.
8953
8954 * emacs-lisp/advice.el (ad-special-forms): Remove.
8955 (ad-special-form-p): Use subr-arity.
8956
8957 * newcomment.el (comment-search-forward): Make sure we search forward.
8958 (comment-enter-backward): Try and distinguish the non-matching case at
8959 EOB from the non-matching case with a missing comment-end-skip for
8960 a 2-char comment ender.
8961 (comment-choose-indent): New function extracted from comment-indent.
8962 Improve the alignment algorithm.
8963 (comment-indent): Use it.
8964
8965 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
8966 XML style Processing Instructions.
8967 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
8968 (sgml-calculate-indent): Handle `pi' context.
8969
8970 * vc.el: Ensure that update-changelog issues an error when used with
8971 a backend that does not implement it.
8972 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
8973 Remove `backend' argument. Use expand-file-name.
8974 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
8975
8976 * progmodes/python.el (python-end-of-block): Revert last change.
8977 (python-end-of-statement): Make sure we move *forward*.
8978
8979 2007-05-08 Richard Stallman <rms@gnu.org>
8980
8981 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8982 Don't include non-self-insert commands in the exception for `-'.
8983
8984 2007-05-08 David Reitter <david.reitter@gmail.com>
8985
8986 * progmodes/python.el (python-guess-indent): Check non-nullness
8987 before comparing indent against the 2..8 interval.
8988
8989 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8990
8991 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
8992 available.
8993
8994 2007-05-06 Richard Stallman <rms@gnu.org>
8995
8996 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
8997
8998 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
9001 rather than storing their value in the revert-buffer function.
9002
9003 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
9004
9005 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
9006 when disabling t-mouse-mode.
9007
9008 2007-05-01 Davis Herring <herring@lanl.gov>
9009
9010 * calendar/timeclock.el: Update version number.
9011 (timeclock-modeline-display): Mention timeclock-use-display-time
9012 in explanatory message.
9013 (timeclock-in): Fix non-interactive workday specifications.
9014 (timeclock-log): Don't kill the log buffer if it already existed.
9015 Suppress warnings when finding the log. Don't check for a nil
9016 project twice. Run hooks after killing the buffer (if applicable).
9017 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
9018 was geometric). All uses changed.
9019 (timeclock-generate-report): Support prefix argument.
9020
9021 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
9022
9023 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
9024 disconnections.
9025
9026 2007-05-01 Romain Francoise <romain@orebokech.com>
9027
9028 * dired-x.el: Revert 2007-04-06 change.
9029
9030 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
9031
9032 * find-dired.el (find-dired-filter): Propertize all text down to eob.
9033
9034 2007-04-29 Richard Stallman <rms@gnu.org>
9035
9036 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
9037
9038 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9039
9040 * progmodes/cc-mode.el (c-before-change): Use point-min rather
9041 than 1.
9042
9043 2007-04-28 Richard Stallman <rms@gnu.org>
9044
9045 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
9046
9047 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
9048
9049 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
9050 don't put stop on toolbar.
9051
9052 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9053
9054 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
9055
9056 2007-04-28 Eli Zaretskii <eliz@gnu.org>
9057
9058 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
9059 instead of $(lisp)/mh-e.
9060
9061 2007-04-28 Glenn Morris <rgm@gnu.org>
9062
9063 * image-dired.el (image-dired-cmd-create-thumbnail-options)
9064 (image-dired-cmd-create-temp-image-options): Replace option
9065 +profile "*" with -strip.
9066
9067 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
9068
9069 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9070 Use window-start and window-end.
9071
9072 2007-04-27 Andreas Schwab <schwab@suse.de>
9073
9074 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
9075
9076 2007-04-27 Eli Zaretskii <eliz@gnu.org>
9077
9078 * textmodes/fill.el (fill-paragraph): Doc fix.
9079
9080 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
9081
9082 * locate.el (locate-in-alternate-database): Doc fix.
9083
9084 2007-04-26 Glenn Morris <rgm@gnu.org>
9085
9086 * button.el (button): Use underline if supported, else fall back
9087 to color.
9088
9089 * version.el (emacs-version): Increase to 22.1.50.
9090
9091 2007-04-25 Richard Stallman <rms@gnu.org>
9092
9093 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
9094
9095 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
9096
9097 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
9098 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
9099 pushing mark.
9100 (idlwave-current-routine): Don't push mark.
9101
9102 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
9103
9104 * image-dired.el (image-dired-display-image): Derive image-type from
9105 filename rather than assuming jpeg, in case no resizing was needed.
9106
9107 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9108
9109 * custom.el (defface): Doc fix.
9110
9111 See ChangeLog.12 for earlier changes.
9112
9113 ;; Local Variables:
9114 ;; coding: iso-2022-7bit
9115 ;; add-log-time-zone-rule: t
9116 ;; End:
9117
9118 Copyright (C) 2007 Free Software Foundation, Inc.
9119
9120 This file is part of GNU Emacs.
9121
9122 GNU Emacs is free software; you can redistribute it and/or modify
9123 it under the terms of the GNU General Public License as published by
9124 the Free Software Foundation; either version 3, or (at your option)
9125 any later version.
9126
9127 GNU Emacs is distributed in the hope that it will be useful,
9128 but WITHOUT ANY WARRANTY; without even the implied warranty of
9129 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9130 GNU General Public License for more details.
9131
9132 You should have received a copy of the GNU General Public License
9133 along with GNU Emacs; see the file COPYING. If not, write to the
9134 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
9135 Boston, MA 02110-1301, USA.
9136
9137 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af