]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
2
3 * international/utf-7.el (utf-7-imap): New coding system.
4 (utf-7-imap-post-read-conversion): New function.
5 (utf-7-imap-pre-write-conversion): New function.
6
7 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * abbrev.el (abbrev--write): Fix up typo.
10
11 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
12
13 * abbrev.el (define-abbrev-table): Doc fix.
14
15 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
16
17 * info.el (Info-revert-buffer-function): New func.
18 (Info-mode): Arrange to use it for reverting.
19
20 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * abbrev.el (expand-abbrev): Move point back to expansion's end.
23
24 2007-11-04 Glenn Morris <rgm@gnu.org>
25
26 * net/tls.el: Don't require rx when compiling.
27 (tls-end-of-info): Rewrite without using rx.
28 (open-tls-stream): Use with-current-buffer.
29
30 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
31
32 * net/tls.el: Require rx when compiling.
33 (tls-end-of-info): New variable.
34 (open-tls-stream): Keep reading input until `tls-end-of-info' is
35 matched.
36
37 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
38
39 * register.el (append-to-register, prepend-to-register):
40 Don't signal error on empty register; use the text, instead.
41
42 2007-11-03 Michael Olson <mwolson@gnu.org>
43
44 * textmodes/remember.el (remember-buffer):
45 Use define-obsolete-function-alias rather than defalias.
46
47 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
48
49 * simple.el (bad-packages-alist): Anchor semantic regexp.
50
51 2007-11-03 Glenn Morris <rgm@gnu.org>
52
53 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
54 if defined, for blank lines. Doc fix.
55
56 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
57 (fortran-mode): Set values for comment-region-function,
58 uncomment-region-function and comment-insert-comment-function.
59 (fortran-uncomment-region): New function.
60
61 * textmodes/nroff-mode.el (nroff-mode):
62 Set comment-insert-comment-function rather than indent-line-function.
63 (nroff-indent-line-function): Remove.
64 (nroff-insert-comment-function): New function.
65
66 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
67
68 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
69
70 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
71
72 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
73
74 * emulation/viper-cmd.el (viper-prev-destructive-command)
75 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
76 copy-sequence.
77
78 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
79 Got rid of ediff-copy-list.
80
81 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
82 use face-name.
83 (ediff-test-utility,ediff-diff-mandatory-option)
84 (ediff-reset-diff-options): Remove to simplify the mandatory option
85 handling on Windows.
86 (ediff-set-diff-options): Add.
87 (ediff-diff-options): Set "--binary" option as default in some cases.
88
89 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
90 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
91 ediff-vc-working-revision. Require vc-hooks.
92
93 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
94
95 * files.el (hack-local-variables): Fix membership tests to avoid
96 treating all variables as safe if `enable-local-variables' is
97 set to :safe (CVE-2007-5795).
98
99 2007-11-02 Glenn Morris <rgm@gnu.org>
100
101 * newcomment.el (comment-indent): Let comment-insert-comment-function,
102 if defined, do all the work of inserting a new comment.
103
104 * progmodes/etags.el (tags-table-mode): Disable undo.
105
106 * simple.el (bad-packages-alist): Revert previous change.
107
108 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
109
110 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
111
112 * obsolete/lselect.el: Do not warn about unknown functions.
113
114 2007-11-02 Michael Olson <mwolson@gnu.org>
115
116 * textmodes/remember.el (remember-buffer): Make this an alias of
117 remember-finalize, because Org uses it.
118
119 2007-11-01 Michael Olson <mwolson@gnu.org>
120
121 * textmodes/remember.el: Improve documentation in heading.
122 (remember-before-remember-hook): Turn into a customizable option.
123 (remember): Document INITIAL argument.
124 (remember-region): Remove autoload cookie. Improve docstring to
125 mention that it is called from the *Remember* buffer, and does not
126 have any functional overlap with the `remember' function.
127 (remember-finalize): Remove autoload cookie. Rename from
128 remember-buffer to emphasize that this does not have any
129 functional overlap with the `remember' function.
130 (remember-destroy): Remove autoload cookie.
131 (remember-mode-map): Define and initialize in one step.
132 (remember-mode): Improve docstring.
133 (remember-annotation-functions): Default to just '(buffer-file-name),
134 and don't try to take the default value from Planner.
135
136 2007-11-01 Glenn Morris <rgm@gnu.org>
137
138 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
139
140 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
141
142 * emacs-lisp/authors.el (authors-scan-change-log)
143 (authors-scan-el): Don't enable local eval; enable only safe local
144 variables, without querying.
145
146 * mail/footnote.el (footnote-numeric-regexp)
147 (footnote-english-upper-regexp, footnote-english-lower-regexp)
148 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
149 Match multi-character footnotes.
150
151 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
152 (nroff-indent-line-function): New function.
153 (nroff-count-text-lines): Use nroff-forward-text-line rather than
154 obsolete alias.
155
156 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
157
158 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
159 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
160 (rcirc-print): Only update the line count when not marking the
161 line as omittable.
162 (rcirc-log-write): Specify coding system when writing logfile.
163 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
164
165 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
166
167 * printing.el (printing): Fix :version, printing.el was included
168 for in emacs-22.1.
169 (pr-path-style, pr-path-alist, pr-txt-name)
170 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
171 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
172 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
173 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
174 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
175 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
176 (pr-setting-database, pr-visible-entry-list)
177 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
178 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
179
180 * ediff-util.el (ediff-nuke-selective-display): Move definition to
181 top level, make it dependent on the emacs flavor.
182
183 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
184 Test for XEmacs not for itimer.
185
186 * term/sun-mouse.el:
187 * obsolete/sun-fns.el:
188 * obsolete/sun-curs.el: Remove files.
189
190 * term/sun.el (select-previous-complex-command): Remove obsolete code.
191
192 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
193
194 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
195 was given to concat.
196
197 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
198
199 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
200 used normally for goto-line. Change `g' to revert the buffer.
201 Add redundant `r' binding for buffer-revert.
202
203 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
204 (mail-abbrevs-setup): Use abbrev-expand-functions.
205 (build-mail-abbrevs): Use with-temp-buffer.
206 (define-mail-abbrev): Simplify.
207 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
208 Change it for use on abbrev-expand-functions.
209 (mail-abbrev-complete-alias): Use with-syntax-table.
210
211 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
212
213 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
214 directly. Fix bug in deleting temp file.
215
216 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
219 Merge defvar and define-abbrev-table.
220 (def-python-skeleton): Use :case-fixed and :enable-function.
221 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
222 Remove.
223 (python-mode): Don't modify pre-abbrev-expand-hook.
224
225 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
226
227 * ediff-util.el (ediff-file-checked-out-p)
228 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
229
230 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * abbrev.el (abbrev-symbol): Correct let->let*.
233 (abbrev--before-point): Only use abbrev-start-location if before point.
234
235 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
236
237 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
238 (strokes-unload-hook): Remove function and variable.
239 (strokes-unload-function): New-style unload function, adapted
240 from `strokes-unload-hook'.
241
242 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
243 (cl-unload-hook): Remove variable.
244 (cl-unload-function): New-style unload function, adapted
245 from `cl-cannot-unload'.
246
247 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
248 (elp-unload-function): New-style unload function, adapted
249 from `elp-unload-hook'.
250
251 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
252
253 * emacs-lisp/find-func.el (find-library): Use library at
254 point as default interactive argument.
255
256 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
257
258 * shadowfile.el (shadow-join): Remove.
259 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
260 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
261 (shadowfile-unload-hook): Remove function and variable.
262 (shadowfile-unload-function): New-style unload function, adapted
263 from `shadowfile-unload-hook'.
264
265 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
266
267 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
268 only if it is bound.
269
270 * textmodes/reftex.el: Move autoloads for before all uses.
271 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
272 (reftex-delete-overlay): Move to the top level with the condition
273 in the body.
274
275 * progmodes/simula.el: Use when instead of if.
276
277 * iimage.el (iimage-locate-file): Define unconditionally.
278
279 * mail/mailabbrev.el (mail-abbrev-next-line):
280 * emulation/vip.el (vip-enlarge-region, vip-line)
281 (vip-next-line-at-bol, vip-previous-line)
282 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
283 Wrap with-no-warnings around uses of next-line and previous-line.
284
285 * ediff.el (run-ediff-from-cvs-buffer):
286 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
287 Remove function not used by pcl-cvs anymore.
288 (noninteractive, generic-sc-get-latest-rev)
289 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
290 Delete support for long obsolete generic-sc.el.
291
292 2007-10-31 Glenn Morris <rgm@gnu.org>
293
294 * cvs-status.el: No longer require pcvs when compiling.
295
296 * doc-view.el (doc-view-conversion-refresh-interval)
297 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
298 (doc-view-reset-slice): Doc fixes.
299 (doc-view-menu): Remove deleted function doc-view-edit-doc.
300
301 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
302
303 * help-at-pt.el (help-at-pt-unload-hook): Remove.
304 Timers are automatically canceled by `unload-feature'.
305
306 * delsel.el (delsel-unload-hook): Remove function and variable.
307 (delsel-unload-function): New-style unload function, adapted
308 from `delsel-unload-hook'.
309
310 * msb.el (msb-unload-hook): Remove function and variable.
311 (msb-unload-function): New-style unload function, adapted from
312 `msb-unload-hook'.
313
314 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
315
316 * desktop.el (uniquify-managed): Pacify byte compiler.
317 (desktop-buffer-info): If the buffer name is managed by uniquify,
318 save the base name, not the uniquified one.
319 (desktop-create-buffer): Allow `rename-buffer' to generate a new
320 name in case of conflict.
321
322 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
323
324 * doc-view.el: Use expand-file-name rather than concat.
325 (doc-view-cache-directory): Add the UID so multiple users won't clash.
326 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
327 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
328 (doc-view-toggle-display): Use an overlay over the whole buffer so as
329 not to have to touch the buffer's content.
330 (doc-view-initiate-display): New function, extracted from doc-view-mode.
331 (doc-view-mode): Use it. Don't mark as a special mode.
332 Put the page numbers in the modeline.
333 Set up the overlay. Hide the cursor. Run the mode hook.
334 Use after-revert-hook rather than revert-buffer-function.
335 (doc-view-search-internal): Fix typo.
336 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
337 image-cache flush.
338 (doc-view-reconvert-doc): Don't reset the whole mode.
339 (doc-view-make-safe-dir): New function.
340 (doc-view-current-cache-dir): Use it.
341
342 2007-10-30 Jason Rumney <jasonr@gnu.org>
343
344 * time.el (display-time-world-list): Test for zoneinfo support.
345
346 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
347
348 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
349
350 * net/tramp-cache.el (tramp-flush-file-function): Check also
351 `default-directory' if `buffer-file-name' does not return a
352 string. Added to `eshell-pre-command-hook'.
353
354 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * doc-view.el (doc-view-current-doc): Remove.
357 Replace all uses by buffer-file-name.
358 (doc-view-menu): New menu.
359 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
360 unused var `doc'.
361 (doc-view-sort): Simplify.
362 (doc-view-buffer-message): Don't change buffer-modified-p.
363 (doc-view-mode): Change it here instead.
364 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
365 Don't modify the global value of revert-buffer-function.
366
367 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
368 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
369 (image-toggle-display): Take overlays into account and don't assume
370 point-min==1.
371
372 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
373
374 * vc.el (vc-annotate): Fix omission bug:
375 Specify value for vc-sentinel-movepoint.
376
377 2007-10-30 Michael Olson <mwolson@gnu.org>
378
379 * textmodes/remember.el (remember-mode-hook)
380 (remember-handler-functions, remember-annotation-functions):
381 Add additional items as options, including some Org functions.
382
383 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
384
385 * doc-view.el: Remove cl-dependency.
386 (doc-view-buffer-message): Mention new binding K.
387 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
388 instead of variable.
389 (doc-view-current-cache-dir): Better cache dir naming.
390 (doc-view-current-display): Remove variable.
391 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
392 (doc-view-kill-proc): Set converter process to nil.
393 (doc-view-minor-mode): New minor mode.
394 (doc-view-minor-mode-map): New keymap.
395 (doc-view-mode): Remove text/image switching code. Use plain defun.
396 (doc-view-mode-map): New binding K kills converter process.
397 Remove C-c C-e binding.
398 (doc-view-mode-text-map): Remove keymap.
399 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
400 d-v-display-maybe.
401 (doc-view-previous-major-mode): New variable.
402 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
403 (doc-view-remove-if): New function.
404 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
405 (doc-view-toggle-display): Toggle modes instead of display styles.
406 (doc-view-reconvert-doc): Adapt to new way of doing things.
407
408 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
409
410 2007-10-30 Glenn Morris <rgm@gnu.org>
411
412 * dirtrack.el (dirtrack-mode): Doc fix.
413 * shell.el (shell-dirtrack-verbose, shell-mode)
414 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
415
416 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
417 (byte-compile-enable-warning): Doc fix.
418
419 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
420 suppress byte-opt warning.
421
422 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
423
424 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
425 (edt-gnu-emacs19-p): Remove.
426 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
427 (edt-xserver, edt-page-backward, edt-beginning-of-line)
428 (edt-end-of-line-forward, edt-end-of-line-backward)
429 (edt-one-word-forward, edt-one-word-backward, edt-character)
430 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
431 (edt-find-forward, edt-find-backward, edt-find-next-forward)
432 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
433 (edt-define-key, edt-bottom-check, edt-sentence-forward)
434 (edt-sentence-backward, edt-paragraph-forward)
435 (edt-paragraph-backward, edt-restore-key, edt-window-top)
436 (edt-window-bottom, edt-scroll-window-forward-line)
437 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
438 (edt-line-to-top-of-window, edt-paragraph-backward)
439 (edt-restore-key, edt-window-top, edt-window-bottom)
440 (edt-scroll-window-forward-line)
441 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
442 (edt-line-to-middle-of-window, edt-goto-percentage)
443 (edt-display-the-time, edt-remember, edt-split-window)
444 (edt-emulation-on, edt-emulation-off)
445 (edt-default-emulation-setup, edt-user-emulation-setup)
446 (edt-select-default-global-map, edt-select-user-global-map):
447 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
448 tests.
449
450 * textmodes/reftex-index.el (reftex-index-selection-or-word):
451 Use feature test instead of boundp test so it can be resolved at
452 compile time.
453
454 * net/newsticker.el (replace-regexp-in-string): Only define for
455 XEmacs.
456
457 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
458
459 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
460 Update all users.
461 (abbrev-get, abbrev-put): Simplify.
462 (define-abbrev): Don't store the `force' value in the :system property.
463 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
464
465 2007-10-30 Michael Olson <mwolson@gnu.org>
466
467 * desktop.el (desktop-minor-mode-table): Add line for ERC.
468
469 * textmodes/remember.el: New file that implements a mode for
470 quickly jotting down things to remember.
471
472 * textmodes/remember-diary.el: A backend for remember.el that
473 implements saving notes to a Diary file.
474
475 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
476
477 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
478 Relocate in file.
479 (allout-doublecheck-at-and-shallower): Increase to include
480 slightly greater depths, since yank interaction is now ok.
481 Also, elaborate the docstring to explain the situation.
482 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
483 instead of concat, so we accommodate key sequences expressed as
484 vectors as well as strings and lists.
485 (allout-flag-region, allout-hide-by-annotation): Make the
486 hidden-text overlays 'front-advance.
487 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
488 (allout-aberrant-container-p, allout-on-current-heading-p)
489 (allout-e-o-prefix-p, allout-next-heading)
490 (allout-previous-heading, allout-goto-prefix)
491 (allout-end-of-prefix, allout-next-sibling-leap)
492 (allout-next-visible-heading, allout-auto-fill)
493 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
494 (allout-yank-processing, allout-resolve-xref)
495 (allout-current-topic-collapsed-p, allout-hide-region-body)
496 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
497 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
498 (count-trailing-whitespace-region): Preserve match data, so allout
499 outline navigation doesn't disrupt other Emacs operations.
500 (allout-beginning-of-line): Retreat to the beginning of the hidden
501 text, so fields are respected (for submodes that care).
502 (allout-end-of-line): Preserve mark activation status when jumping.
503 (allout-open-topic): Account for opening after a child that
504 contains a hidden trailing newline. Preserve match data.
505 Run allout-structure-added-hook
506 (allout-encrypt-decrypted): Preserve match data.
507 (allout-toggle-current-subtree-exposure): Add new interactive
508 function for toggle subtree exposure - suggested by tassilo.
509 (move-beginning-of-line, move-end-of-line): Don't use
510 line-move-invisible-p, it's obsolete - substitute the code,
511 instead.
512
513 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
514
515 * textmodes/flyspell.el (message-signature-separator):
516 * longlines.el (message-indent-citation-function): Pacify byte
517 compiler.
518
519 * emacs-lisp/cl-loaddefs.el:
520 * ldefs-boot.el: Regenerate.
521
522 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
523 (.el.elc, compile, compile-always, compile-calc)
524 ($(lisp)/progmodes/cc-mode.elc): Use it.
525
526 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p): Only
527 do work for XEmacs.
528 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
529 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
530 on XEmacs.
531 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
532 (ps-x-color-name, ps-x-color-specifier-p)
533 (ps-x-copy-coding-system, ps-x-device-class)
534 (ps-x-extent-end-position, ps-x-extent-face)
535 (ps-x-extent-priority, ps-x-extent-start-position)
536 (ps-x-face-font-instance, ps-x-find-coding-system)
537 (ps-x-font-instance-properties, ps-x-make-color-instance)
538 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
539 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
540 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
541 (ps-generate-postscript-with-faces): Delete defaliases.
542 (ps-face-foreground-name, ps-face-background-name)
543 (ps-color-values, ps-face-bold-p, ps-face-italic-p): Move
544 definitions to top level, make the body conditional on the Emacs
545 flavor. Replace uses of deleted aliases and renamed functions.
546 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
547 of deleted aliases and renamed functions.
548
549 * calc/calc.el (calc-emacs-type-lucid): Remove.
550 (calc-digit-map, calcDigit-start, calc-read-key)
551 (calc-clear-unread-commands):
552 * calc/calc-ext.el (calc-user-key-map): Replace uses of
553 calc-emacs-type-lucid with (featurep 'xemacs)
554
555 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
556 (featurep 'xemacs).
557 (tpu-lucid-emacs19-p): Remove.
558 (tpu-map-key): Make it a function instead of using fset. Inline
559 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
560 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
561
562 * ielm.el: Use featurep 'xemacs.
563
564 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
565 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
566 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
567 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
568 cperl-xemacs-p with (featurep 'xemacs).
569 (font-lock-cache-position): Pacify byte compiler.
570
571 2007-10-29 Drew Adams <drew.adams@oracle.com>
572
573 * faces.el (read-color): New function.
574 (face-at-point, foreground-color-at-point)
575 (background-color-at-point): New functions.
576
577 2007-10-28 Richard Stallman <rms@gnu.org>
578
579 * net/browse-url.el (browse-url-text-xterm): Renamed from
580 browse-url-lynx-xterm and made generic.
581 (browse-url-text-emacs): Likewise.
582 (browse-url-text-browser): New variable.
583 (browse-url-text-emacs-args): Renamed from browse-url-lynx-emacs-args.
584 (browse-url-text-input-field, browse-url-text-input-attempts)
585 (browse-url-kde-program): Likewise.
586
587 2007-10-29 Glenn Morris <rgm@gnu.org>
588
589 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
590 Use mapc rather than mapcar (reinstall change deleted without log
591 entry 2007-10-22).
592
593 2007-10-29 Martin Rudalics <rudalics@gmx.at>
594
595 * wdired.el (wdired-next-line, wdired-previous-line):
596 Use next-line and previous-line wrapped in with-no-warnings.
597
598 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
599
600 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
601 (rcirc-recent-quit-alist): New function.
602 (rcirc): Print a better message when there is only one connected server.
603 (rcirc-complete-nick): Do not update the nick table here.
604 (rcirc-mode-map): Add M-o.
605 (rcirc-current-line): Add variable.
606 (rcirc-mode): Setup variables for line based omit.
607 (rcirc-edit-multiline): Strip text properties.
608 (rcirc-omit-responses): Add NICK.
609 (rcirc-omit-threshold): Add variable.
610 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
611 Add functions.
612 (rcirc-print): Keep track of current line. Do not fill text if
613 `rcirc-fill-flag' is null. Only omit text if the last activity
614 from the sender is more than `rcirc-omit-threshold' lines ago.
615 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
616 numbers instead of time.
617 (rcirc-channel-nicks): Sort by line numbers instead of time.
618 (rcirc-omit-mode): Add `...' when omitting text and recenter.
619 (rcirc-handler-JOIN): Restore the joiners linestamp.
620 (rcirc-maybe-remember-nick-quit): Add function.
621 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
622
623 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
624
625 * loadhist.el (unload-feature-special-hooks):
626 Add `delete-frame-functions' and `suspend-tty-functions'.
627
628 * server.el (server-unload-function): Rename from `server-unload-hook'
629 and adapt to new `unload-feature' functionality. Remove hook from
630 `kill-buffer-hook' buffer-locally.
631 (server-unload-hook): Remove.
632 (server-unload-function): New var; replaces `server-unload-hook'.
633
634 2007-10-29 Glenn Morris <rgm@gnu.org>
635
636 * dirtrack.el (dirtrack-debug): Doc fix.
637 (dirtrack-mode, dirtrack-debug-mode): New names for
638 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
639 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
640 Make obsolete.
641 (dirtrack-debug-message): Only print message if
642 dirtrack-debug-mode is non-nil. Use with-current-buffer.
643 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
644 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
645
646 2007-10-28 Glenn Morris <rgm@gnu.org>
647
648 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
649 (byte-compile-warnings-safe-p): Handle `not'.
650 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
651 (byte-compile-enable-warning): New functions.
652 (byte-compile-eval-before-compile)
653 (byte-compile-file-form-require): Use byte-compile-disable-warning.
654 (byte-compile-close-variables): Locally bind byte-compile-warnings,
655 but do not modify it.
656 (byte-compile-eval, byte-compile-obsolete)
657 (byte-compile-warn-about-unresolved-functions)
658 (byte-compile-file-form-defvar)
659 (byte-compile-file-form-custom-declare-variable)
660 (byte-compile-file-form-require)
661 (byte-compile-file-form-defmumble, byte-compile-lambda)
662 (byte-compile-form, byte-compile-normal-call)
663 (byte-compile-variable-ref, byte-compile-defvar)
664 (byte-compile-make-variable-buffer-local):
665 Use byte-compile-warning-enabled-p.
666 * emacs-lisp/advice.el (ad-compile-function):
667 Use byte-compile-disable-warning.
668 * emacs-lisp/cl.el: Move local variables to end of file, and set
669 byte-compile-warnings to `(not cl-functions)'.
670 * emacs-lisp/cl-compat.el: Add a local variables section, and set
671 byte-compile-warnings to `(not cl-functions)'.
672 * emacs-lisp/cl-macs.el: Unify local variable section, and set
673 byte-compile-warnings to `(not cl-functions)'.
674 (cl-do-proclaim): Use byte-compile-disable-warning and
675 byte-compile-enable-warning.
676 * emacs-lisp/cl-seq.el: Unify local variable section, and set
677 byte-compile-warnings to `(not cl-functions)'.
678 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
679 Use byte-compile-disable-warning.
680
681 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
682
683 * cus-edit.el (custom-browse-insert-prefix):
684 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
685
686 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
687
688 * server.el (server-process-filter): Fix typo in docstring.
689 (server-log): Reflow docstrings.
690 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
691 (server-goto-line-column): Use `when'.
692
693 2007-10-28 Juri Linkov <juri@jurta.org>
694
695 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
696 when mouse is clicked on the isearch message.
697 (isearch-resume): Call `isearch-update' at the end.
698 Rename argument `search' to `string' to conform to the
699 isearch terminology.
700
701 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
702
703 Rewrite abbrev.c in Elisp.
704 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
705 (abbrev-table-get, abbrev-table-put, abbrev-get)
706 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
707 (define-abbrev, abbrev--check-chars, define-global-abbrev)
708 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
709 (abbrev-expansion, abbrev--before-point, expand-abbrev)
710 (unexpand-abbrev, abbrev--write, abbrev--describe)
711 (insert-abbrev-table-description, define-abbrev-table):
712 New funs, largely transcribed from abbrev.c.
713 (abbrev-with-wrapper-hook): New macro.
714 (abbrev-table-name-list, global-abbrev-table)
715 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
716 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
717 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
718 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
719 New vars, largely transcribed from abbrev.c.
720 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
721 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
722 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
723
724 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
725
726 * ps-print.el: Now detect if text foreground and background colors are
727 equal and replace the foreground color by another color, so the text
728 becomes visible. Doc fix.
729 (ps-print-version): New version 6.8.
730 (ps-default-fg, ps-default-bg): Docstring fix.
731 (ps-postscript-code-directory): Fix default value code.
732 (ps-fg-list, ps-fg-validate-p): New options.
733 (ps-foreground-list): New var.
734 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
735
736 2007-10-27 Glenn Morris <rgm@gnu.org>
737
738 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
739 (shell-dirtrack-toggle): Mark as obsolete.
740 (dirtrack-toggle, dirtrack-mode): No longer alias to
741 shell-dirtrack-mode.
742
743 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
744
745 * calc/calc.el (math-standard-opers): Lower the precedence
746 of negation.
747 * calc/calc-lang.el (math-oper-table): Lower precedence of
748 negation for C, TeX, and eqn.
749
750 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
751
752 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
753
754 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
755
756 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
757 (desktop-not-loaded-hook): Fix :version tags.
758
759 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
760
761 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
762 (tramp-get-remote-tmpdir): New defun.
763 (tramp-make-tramp-temp-file): Use it.
764 (tramp-local-call-process): New defun. Replace all calls of
765 `call-process' by this when appropriate.
766 (tramp-handle-write-region): Replace calls of `file-attributes' by
767 `tramp-compat-file-attributes'.
768 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
769 Make the first command a `tramp-send-command' call, with let-bind
770 of `tramp-end-of-output'.
771 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
772 (tramp-load-report-modules, tramp-append-tramp-buffers):
773 Move to tramp-cmds.el.
774
775 * net/tramp-fish.el (tramp-fish-handle-copy-file)
776 (tramp-fish-do-copy-or-rename-file)
777 (tramp-fish-do-copy-or-rename-file-directly):
778 * net/tramp-smb.el (tramp-smb-handle-copy-file):
779 Add parameter PRESERVE-UID-GID.
780
781 2007-10-27 Eli Zaretskii <eliz@gnu.org>
782
783 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
784 New defcustoms.
785 (display-time-world-list): Use them as appropriate for the current
786 value of `system-type'.
787
788 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
789
790 * printing.el: Pacify byte compiler, that is, no compiler warnings.
791 Move (again) some variable definitions before use, define some fun
792 aliases, no code change.
793 (pr-version): New version 6.9.2.
794 (pr-path-style, pr-auto-region, pr-menu-char-height)
795 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
796 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
797 via (defvar VAR).
798 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
799 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
800 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
801 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
802 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
803 (pr-menu-print-item, pr-ps-printer-menu-modified)
804 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
805 (pr-even-or-odd-alist): Vars definition moved.
806
807 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
808
809 * emulation/pc-select.el (next-line-mark, next-line-nomark)
810 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
811 around uses of previous-line and next-line.
812
813 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
814 New defvars.
815
816 * textmodes/css-mode.el (comment-continue):
817 * net/browse-url.el (url-handler-regexp):
818 * progmodes/idlw-help.el (idlwave-system-routines):
819 Pacify byte-compiler.
820
821 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
822 line-move-invisible-p with its former definition: invisible-p.
823 line-move-invisible-p was removed on 2007-08-29.
824
825 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
826
827 * files.el (kill-emacs-query-functions): Doc fix;
828 `save-buffers-kill-emacs' is no longer bound to a key.
829
830 2007-10-26 Richard Stallman <rms@gnu.org>
831
832 * isearch-multi.el (isearch-buffers-multi): New option.
833 (isearch-buffers-search-fun): Test it.
834
835 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
836 Put ps-run-clear on C-c C-l.
837
838 * newcomment.el (comment-styles): New style indent-or-triple.
839 (comment-style): Make that the default.
840 (comment-add defvar): Doc fix.
841 (comment-add): Delete arg EXTRA.
842 (comment-region-default): Open code call to comment-add.
843 Handle indent-or-triple style which uses `multi-char' for INDENT.
844
845 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
846
847 * eshell/em-unix.el (nil-blank-string): Doc fix.
848
849 2007-10-26 John Wiegley <johnw@newartisans.com>
850
851 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
852 function, ensure that the third argument is turned into a nil if
853 the string is otherwise completely empty (either no characters, or
854 all tabs/spaces). This fixes a bug from a user who found himself
855 unable to customize `diff-switches' and still use Eshell's diff
856 command.
857
858 2007-10-26 Glenn Morris <rgm@gnu.org>
859
860 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
861 safe-local-variable property.
862
863 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
864
865 * net/browse-url.el (browse-url-browser-function): Delete grail.
866 (browse-url-grail): Function and variable deleted.
867 (browse-url-browser-function): Delete IXI Mosaic.
868 (browse-url-default-browser): Don't try IXI Mosaic.
869 (browse-url-iximosaic): Function deleted.
870 (browse-url-browser-function): Delete MMM.
871 (browse-url-default-browser): Don't try MMM.
872 (browse-url-mmm): Function deleted.
873
874 2007-10-26 Drew Adams <drew.adams@oracle.com>
875
876 * custom.el (custom-note-var-changed): New function.
877
878 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
879
880 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
881 use with the definition. Remove.
882
883 * add-log.el (change-log-start-entry-re): New defconst.
884 (change-log-sortable-date-at): Use it.
885 (change-log-beginning-of-defun, change-log-end-of-defun):
886 New functions.
887 (change-log-mode): Use them for beginning-of-defun-function and
888 end-of-defun-function.
889
890 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
891
892 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
893 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
894 (ses-recalculate-cell): Deal with point being just beyond end of
895 data area (why does this happen?)
896 (ses-set-curcell): Ditto.
897 (ses-column-letter): Handle columns beyond 702. Code written by
898 Gareth Rees.
899
900 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
901
902 * textmodes/org.el (org-agenda-get-restriction-and-command):
903 Use `mapc' instead of `mapcar'.
904 (org-agenda-list): Numeric prefix argument can specify the number
905 of days.
906 (remember-register, remember-buffer): Prevent byte compiler from
907 complaining.
908 (org-todo): Save and restore match data.
909 (org-no-warnings): New macro.
910 (org-columns-eval): Use `org-no-warnings'.
911
912 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
913
914 * comint.el (comint-password-prompt-regexp):
915 Handle `[sudo] password'-style prompt.
916
917 2007-10-25 Glenn Morris <rgm@gnu.org>
918
919 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
920 (defcustom): Doc fix.
921
922 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
923 Add `non_intrinsic'.
924 (f90-constants-re): Add ieee modules.
925 (f90-typedef-matcher, f90-typedec-matcher)
926 (f90-imenu-type-matcher): New functions.
927 (f90-font-lock-keywords-1): Give module procedures function-name face.
928 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
929 Add `use, intrinsic'.
930 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
931 Move start of `enum' blocks to separate entry.
932 (f90-start-block-re): Fix `type', `abstract interface'.
933 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
934 derived types.
935 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
936 `elemental', change `enumerator'.
937 (f90-no-block-limit): Fix `abstract interface'.
938
939 * progmodes/f90.el (f90-indented-comment-re)
940 (f90-directive-comment-re, f90-break-delimiters):
941 * progmodes/fortran.el (fortran-comment-line-start-skip)
942 (fortran-directive-re):
943 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
944 as safe if they are strings.
945
946 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
947
948 * startup.el (window-system): Remove. Don't make it frame-local.
949
950 2007-10-24 Richard Stallman <rms@gnu.org>
951
952 * savehist.el (savehist-save): Omit unreadable elements.
953
954 * loadhist.el (unload-function-defs-list): Rename from
955 unload-function-features-list.
956 (unload-feature-special-hooks, unload-feature): Doc fixes.
957
958 * indent.el (indent-to-left-margin): If point's in the indentation,
959 move to the end of the indentation.
960
961 * cus-edit.el (customize-changed-options): Make arg optional.
962
963 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
964
965 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
966
967 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
968
969 * textmodes/org-publish.el (org-publish-attachment): Re-install
970 accidentally deleted change.
971
972 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * term/iris-ansi.el (iris-function-map): Move init into declaration.
975
976 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
977
978 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
979 (Buffer-menu-mode-map): Initialize in the declaration.
980 (Buffer-menu-mode): Define with `define-derived-mode'.
981
982 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
983
984 * textmodes/org.el (org-version): Change to 5.13e.
985 (org-agenda-file-regexp): Fix typo in docstring.
986 (org-add-planning-info): Fix bug in parenthesis settings.
987 (org-scan-tags): Catch the case of indirect buffers with no filename.
988 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
989 Re-install switch to mapc, had been removed by accident.
990 (org-columns-map): New binding `C-c C-o'.
991 (org-columns-menu): Change menu text and added new entry.
992 (org-columns-eval): Document the use of `next-line'.
993 (org-columns-open-link): New function.
994 (org-columns-follow-link): Remove function.
995 (org-open-link-from-string): New function.
996 (org-read-date-get-relative): Fix typo in docstring.
997 (org-read-date-get-relative): Leading +/- is not optional.
998 (org-agenda-get-restriction-and-command): Always resize window on
999 first loop cycle.
1000 (org-agenda-open-link): Make sure the link abbreviations are
1001 present in the agenda buffer.
1002 (org-agenda-copy-local-variable): New function.
1003
1004 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
1007
1008 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1009
1010 * simple.el (reindent-then-newline-and-indent): Use a `move after
1011 insert' kind of marker in the save-excursion.
1012
1013 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1014
1015 * textmodes/css-mode.el: Require CL.
1016 (comment-continue): Declare.
1017
1018 * subr.el (make-variable-frame-localizable): Remove.
1019 (make-variable-frame-local): Mark obsolete.
1020
1021 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1022
1023 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1024 of the subdirs is unreadable.
1025
1026 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
1027
1028 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
1029 when we are local.
1030
1031 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 * progmodes/python.el (python-current-defun): Remove left-over
1034 assignment to `start'.
1035
1036 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1037
1038 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
1039 than `mapcar'; return value is not used.
1040
1041 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1042
1043 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
1044 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
1045
1046 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1047
1048 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1049 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1050
1051 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1052
1053 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
1054
1055 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1056
1057 * emacs-lisp/advice.el (ad-make-advised-docstring):
1058 Add ad-advice-info text property to doc string.
1059
1060 2007-10-23 Glenn Morris <rgm@gnu.org>
1061
1062 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1063 (f90-type-indent, f90-program-indent, f90-associate-indent)
1064 (f90-continuation-indent, f90-comment-region)
1065 (f90-beginning-ampersand, f90-smart-end)
1066 (f90-break-before-delimiters, f90-auto-keyword-case)
1067 (f90-leave-line-no, f90-mode-hook):
1068 Give an appropriate safe-local-variable property.
1069
1070 * progmodes/fortran.el (fortran-tab-mode-default)
1071 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1072 (fortran-structure-indent, fortran-continuation-indent)
1073 (fortran-comment-indent, fortran-comment-line-extra-indent)
1074 (fortran-comment-line-start)
1075 (fortran-minimum-statement-indent-fixed)
1076 (fortran-minimum-statement-indent-tab)
1077 (fortran-comment-indent-char, fortran-line-number-indent)
1078 (fortran-check-all-num-for-matching-do)
1079 (fortran-blink-matching-if, fortran-continuation-string)
1080 (fortran-comment-region, fortran-electric-line-number)
1081 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1082 (fortran-analyze-depth, fortran-break-before-delimiters):
1083 Give an appropriate safe-local-variable property.
1084
1085 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1086
1087 * printing.el: Move variable definitions before use.
1088 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
1089
1090 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1093 (tpu-edt-off): Use it.
1094 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1095 the global-map before adding it to global-map.
1096
1097 * menu-bar.el (global-buffers-menu-map): New var.
1098 (global-map, menu-bar-update-buffers): Use it.
1099 * msb.el (msb-menu-bar-update-buffers): Use it.
1100 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1101 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1102 Use with-current-buffer.
1103
1104 2007-10-22 Juri Linkov <juri@jurta.org>
1105
1106 * isearch-multi.el: New file.
1107
1108 * isearch.el (isearch-search-string): After finding the next
1109 occurrence switch to buffer isearch-buffers-current-buffer when
1110 isearch-buffers-next-buffer-function is non-nil and
1111 isearch-buffers-current-buffer is live.
1112
1113 * add-log.el (change-log-mode): Make and set buffer-local variable
1114 isearch-buffers-next-buffer-function to change-log-next-buffer.
1115 Call isearch-buffers-minor-mode.
1116 (change-log-next-buffer): New function.
1117
1118 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
1119
1120 * org-export-latex.el (org-export-latex-protect-string):
1121 Renaming of `org-latex-protect'.
1122 (org-export-latex-emphasis-alist): By default, don't protect
1123 any emphasis formatter from further conversion.
1124 (org-export-latex-tables): Honor column grouping for tables.
1125 (org-export-latex-title-command): New option.
1126 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1127 export backslash character.
1128
1129 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1130
1131 * textmodes/org.el (org-read-date-get-relative): New function.
1132 (org-agenda-file-regexp): New variable.
1133 (org-agenda-files): Allow directories in the variable.
1134 (org-agenda-get-restriction-and-command): New function.
1135 (org-agenda): Use `org-agenda-get-restriction-and-command'.
1136 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
1137 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
1138 New functions.
1139 (org-entry-add-to-multivalued-property)
1140 (org-entry-remove-from-multivalued-property)
1141 (org-entry-member-in-multivalued-property): New functions.
1142 (org-remember-apply-template): Catch C-g and make sure window
1143 configuration is restored.
1144 (org-agenda-open-link): Make it work with several links in the line.
1145 (org-drawers, org-set-regexps-and-options)
1146 (org-get-current-options): Add support for a DRAWERS in-buffer option.
1147 (org-agenda-window-frame-fractions): New option.
1148 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
1149 (org-columns-cleanup-item, org-find-entry-with-id)
1150 (org-insert-columns-dblock, org-listtable-to-string)
1151 (org-dblock-write:columnview, org-columns-capture-view)
1152 (org-edit-headline): New functions.
1153 (org-agenda-to-appt): Require calendar.
1154 (org-entry-get-with-inheritance): Widen for search.
1155 (org-columns-display-here): Don't mark buffer as modified when
1156 adding space characters to accomodate column overlays.
1157 (org-export-as-html): Better formatting of tags in the toc.
1158 (org-columns-display-here): Make the ITEM column as compact as possible.
1159 (org-remember-templates): Customization interface improved.
1160 (org-export-with-property-drawer): Variable removed.
1161 (org-export-with-drawers): New option.
1162 (org-complex-heading-regexp): New variable.
1163 (org-sort-entries): Rewrite using `sort-subr'.
1164 (org-set-property): More appropriate completion during interactive use.
1165 (org-sort-entries): Allow sorting by property.
1166 (org-additional-option-like-keywords): Add more values.
1167 (org-sort-entries-or-items): Rename from `org-sort-entries'.
1168
1169 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1170
1171 * textmodes/org.el (org-get-date-from-calendar): New function.
1172 (org-at-timestamp-p, org-timestamp-change)
1173 (org-remember-templates): First element of each entry is now a
1174 name for the template.
1175 (org-store-log-note): Check for `org-note-abort'.
1176 (org-kill-note-or-show-branches): New command.
1177 (org-fontify-priorities): New option.
1178 (org-fontify-priorities): New function.
1179 (org-cut-subtree, org-copy-subtree): New argument N to
1180 act on N sequential subtrees.
1181 (org-paste-subtree): Fix the level at which a tree is pasted.
1182 (org-fit-agenda-window): Limitations on window size removed.
1183 (org-agenda-find-same-or-today-or-agenda): Rename from
1184 `org-agenda-find-today-or-agenda'.
1185 (org-scheduled-past-days): New option.
1186 (org-agenda-scheduled-leaders)
1187 (org-agenda-deadline-leaders): New options.
1188 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
1189 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
1190 (org-export-with-tags, org-export-plist-vars)
1191 (org-infile-export-plist): New "tags" option.
1192 (org-use-property-inheritance): New option.
1193 (org-cached-entry-get): Use `org-use-property-inheritance'.
1194 (org-remember-apply-template): Fix typo.
1195
1196 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
1197
1198 * net/tramp.el (tramp-find-shell)
1199 (tramp-open-connection-setup-interactive-shell): Improve sending
1200 initial commands.
1201 (tramp-action-terminal): Send debug message.
1202 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
1203 (tramp-barf-if-no-shell-prompt): Insert code of
1204 `tramp-wait-for-shell-prompt'.
1205
1206 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1207
1208 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
1209
1210 * term/vt200.el (terminal-init-vt200):
1211 * term/vt201.el (terminal-init-vt201):
1212 * term/vt220.el (terminal-init-vt220):
1213 * term/vt240.el (terminal-init-vt240):
1214 * term/vt300.el (terminal-init-vt300):
1215 * term/vt320.el (terminal-init-vt320):
1216 * term/vt400.el (terminal-init-vt400):
1217 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
1218
1219 * term/wyse50.el (wyse50-terminal-map): New var.
1220 (terminal-init-wyse50): Use it and input-decode-map.
1221 (enable-arrow-keys): Emasculate.
1222
1223 * term/tvi970.el (tvi970-terminal-map): New var.
1224 (terminal-init-tvi970): Use it and input-decode-map.
1225 (tvi970-keypad-numeric): Remove.
1226 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
1227
1228 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
1229 (terminal-init-sun): Use it and input-decode-map.
1230
1231 * term/news.el (terminal-init-news):
1232 * term/lk201.el (terminal-init-lk201):
1233 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
1234
1235 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
1236
1237 * complete.el (PC-expand-many-files): Remove.
1238 (PC-do-completion): Call file-expand-wildcards instead of
1239 PC-expand-many-files.
1240
1241 * net/tramp.el (tramp-handle-expand-many-files): Remove.
1242 (PC-expand-many-files): Remove advice.
1243
1244 2007-10-22 Glenn Morris <rgm@gnu.org>
1245
1246 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
1247 Add some support for Fortran 2003 syntax:
1248 (f90-type-indent): Now also applies to `enum'.
1249 (f90-associate-indent): New user option.
1250 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
1251 Add some F2003 keywords.
1252 (f90-constants-re): New constant.
1253 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
1254 Interface'.
1255 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
1256 `class'. Arguments for `type'/`class' may have spaces. Add a new
1257 element for functions with specified types. Add `end enum' and
1258 `select type'. Add `implicit enumerator' and `procedure'.
1259 Add `class default' and `type is', `class is'. Fix `go to' regexp.
1260 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
1261 (f90-font-lock-keywords-4): Add `f90-constants-re'.
1262 (f90-blocks-re): Add `enum' and `associate'.
1263 (f90-else-like-re): Add `class is', `type is', and `class default'.
1264 (f90-end-type-re): Add `enum'.
1265 (f90-end-associate-re, f90-typeis-re): New constants.
1266 (f90-end-block-re): Add `enum' and `associate'. Change from
1267 optional whitespace to end-of-word, to avoid `enumerator'.
1268 (f90-start-block-re): Add `select type', `abstract interface', and
1269 `enum'. Avoid `type is', and `type (sometype)'.
1270 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
1271 (f90-mode): Doc fix.
1272 (f90-looking-at-select-case): Doc fix. Add `select type'.
1273 (f90-looking-at-associate): New function.
1274 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
1275 Add `enum' and `abstract interface'.
1276 (f90-no-block-limit): Add `select type' and `abstract interface'.
1277 (f90-get-correct-indent, f90-calculate-indent)
1278 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
1279 (f90-indent-region, f90-match-end): Handle `associate' blocks.
1280
1281 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1282
1283 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1284 Use window-full-width-p.
1285
1286 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
1287
1288 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
1289
1290 * tooltip.el: Use featurep 'xemacs.
1291
1292 * printing.el: Move variable definitions before use, no code change.
1293
1294 2007-10-22 Juri Linkov <juri@jurta.org>
1295
1296 * simple.el (goto-history-element): Allow minibuffer-default to be
1297 a list of default values accessible by typing M-n in the minibuffer.
1298
1299 * dired-x.el (dired-guess-shell-command): Put all guesses to the
1300 minibuffer default value list instead of pushing them temporarily
1301 to the history list.
1302
1303 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1304
1305 * hexl.el (hexl-menu): New major mode menu.
1306
1307 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
1310
1311 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1312
1313 * w32-fns.el (w32-quote-process-args):
1314 * dos-w32.el (print-region-function, lpr-headers-switches)
1315 (ps-print-region-function): Pacify byte-compiler.
1316
1317 * emulation/edt-mapper.el (function-key-map):
1318 (edt-map-key): Make it a function instead of using fset.
1319 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
1320 (edt-gnu-map-key, edt-lucid-map-key): Remove.
1321 (edt-x-emacs-p): Remove.
1322 (edt-emacs-variant, edt-window-system, edt-xserver):
1323 Use featurep 'xemacs.
1324
1325 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
1326 Replace eudc-xemacs-p with its definition.
1327 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
1328 (eudc-emacs-mule-p): Remove.
1329 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
1330 eudc-xemacs-p with feature tests.
1331
1332 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
1333 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
1334 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
1335 (eudc-bob-toggle-inline-display):
1336 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
1337 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
1338
1339 * net/eudcb-ph.el (eudc-ph-open-session):
1340 Replace eudc-xemacs-mule-p with its former definition.
1341
1342 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
1343 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
1344
1345 * progmodes/vera-mode.el (vera-xemacs): Remove.
1346 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
1347
1348 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
1349 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
1350 (vhdl-speedbar-initialize, vhdl-ps-print-init)
1351 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
1352 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
1353 with (featurep 'xemacs).
1354
1355 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
1356 (save-buffer-state-x):
1357 * obsolete/fast-lock.el (fast-lock-verbose):
1358 * emulation/viper-init.el (viper-xemacs-p)
1359 (viper-cond-compile-for-xemacs-or-emacs):
1360 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
1361 * ps-print.el (case-fold-search):
1362 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
1363 * calculator.el (calculator-help): Use featurep 'xemacs.
1364
1365 * progmodes/prolog.el: Undo previous change.
1366 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
1367
1368 * progmodes/dcl-mode.el:
1369 * play/yow.el:
1370 * calendar/todo-mode.el:
1371 * calendar/cal-hebrew.el:
1372 * vc-hg.el: Undo previous change.
1373
1374 * vms-patch.el: Likewise.
1375 (print-region-function): Pacify byte-compiler.
1376
1377 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
1378
1379 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
1380 preserve-uid-gid.
1381
1382 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
1383 compatibility. It is not used, though.
1384
1385 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
1386 Require tramp-cmds.el.
1387 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
1388 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
1389 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
1390 (tramp-do-copy-or-rename-file-out-of-band)
1391 (tramp-maybe-open-connection): Use `make-temp-name'. This is
1392 possible, because we don't need to create the temporary file, but
1393 we need a prefix for ssh, which has its own temporary file handling.
1394 (tramp-handle-delete-directory): Add "-f" to rmdir.
1395 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
1396 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
1397 a signal, in order to give the callee a chance to suppress.
1398 (tramp-handle-write-region): Set owner also in case of short
1399 track. Don't use compatibility calls for `write-region' anymore.
1400 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
1401 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
1402
1403 * net/tramp-cmds.el: New file.
1404
1405 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
1406 `tramp-clear-passwd'.
1407
1408 * net/trampver.el: Update release number.
1409
1410 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1411
1412 * progmodes/gud.el (gud-target-name): Move definition before use.
1413
1414 * progmodes/dcl-mode.el: Require imenu at compile time.
1415
1416 * progmodes/cc-engine.el (c-maybe-stale-found-type):
1417 Pacify byte-compiler.
1418
1419 * obsolete/fast-lock.el: Use featurep test instead of string-match.
1420
1421 * eshell/esh-mode.el (eshell-handle-ansi-color):
1422 Require ansi-color at compile time too.
1423
1424 * eshell/em-unix.el (eshell/info): Require info at compile time too.
1425
1426 * w32-fns.el: Require w32-vars.
1427
1428 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
1429 time too.
1430
1431 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1432
1433 * double.el ([ignore]): Use `ignore'.
1434 (double-setup): Inline into double-mode.
1435 (double-mode): Use define-minor-mode.
1436
1437 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1438
1439 * textmodes/reftex.el: Move require easymenu before first use.
1440 (reftex-info): Require info at compile too.
1441
1442 * textmodes/org-publish.el (org-publish-org-to-html)
1443 (org-publish-org-to): Require org at compile time too.
1444 (org-publish-attachment): Require at compile time too.
1445
1446 * term/tty-colors.el (w32-tty-standard-colors):
1447 Pacify byte-compiler.
1448
1449 * term/pc-win.el (frame-creation-function-alist): Add to this
1450 instead of setting frame-creation-function.
1451
1452 * play/blackbox.el (bb-up, bb-down): Use forward-line.
1453
1454 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
1455
1456 * calendar/todo-mode.el: Require calendar at compile time.
1457
1458 * calendar/cal-hebrew.el: Require holidays at compile time.
1459
1460 * w32-vars.el: Provide w32-vars.
1461
1462 * term/w32-win.el: Require w32-vars.
1463 (w32-color-map): Pacify byte-compiler.
1464
1465 * loadup.el: Load w32-vars before term/w32-win.
1466
1467 2007-10-20 Juri Linkov <juri@jurta.org>
1468
1469 * textmodes/fill.el (fill-paragraph): When the region is active,
1470 don't try other `or' branches regardless of the value returned by
1471 fill-region; just return t.
1472
1473 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1474
1475 * vc.el (vc-do-command): Condition out a misleading message when
1476 running asynchronously.
1477 (vc-deduce-fileset): New argument enables using an unregistered
1478 visited file as a singleton fileset if nothing else is available.
1479 (vc-next-action): Restore file-registering behavior.
1480
1481 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1482
1483 * calc/README: Add recent news.
1484
1485 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
1486
1487 * term/x-win.el (x-gtk-stock-map, icon-map-list)
1488 (x-gtk-map-stock): Delete duplicated definitions from merge.
1489
1490 * progmodes/compile.el (compilation-skip-to-next-location)
1491 (compilation-skip-threshold, compilation-skip-visited):
1492 Move definitions earlier.
1493
1494 * play/decipher.el (decipher-keypress):
1495 * play/zone.el (zone-fall-through-ws):
1496 * play/landmark.el (lm-move-down, lm-move-up):
1497 * play/handwrite.el (handwrite):
1498 * mail/mspools.el (mspools-visit-spool):
1499 * wdired.el (wdired-next-line, wdired-previous-line):
1500 * tar-mode.el (tar-subfile-save-buffer):
1501 * scroll-lock.el (scroll-lock-next-line)
1502 (scroll-lock-previous-line):
1503 * image-dired.el (image-dired-next-line)
1504 (image-dired-previous-line):
1505 * ediff-help.el (ediff-help-message-line-length):
1506 Use forward-line.
1507
1508 * smerge-mode.el (smerge-auto-refine):
1509 * diff-mode.el (diff-auto-refine): Add :group.
1510
1511 * play/yow.el: Require doctor at compile time.
1512
1513 * vmsproc.el: Provide vmsproc.
1514 (command-send-input): Use forward-line.
1515
1516 * vms-patch.el: Require ps-print and vmsproc at compile time.
1517
1518 * vc-mtn.el (log-view-message-re, log-view-file-re)
1519 (log-view-font-lock-keywords): Pacify byte-compiler.
1520
1521 * vc-hg.el: Require log-view at compile time.
1522
1523 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1524
1525 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
1526
1527 2007-10-20 Glenn Morris <rgm@gnu.org>
1528
1529 * progmodes/f90.el (f90-font-lock-keywords-2)
1530 (f90-looking-at-type-like): Fix regexp typos.
1531
1532 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1533
1534 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1535 (bs-mode): Set mode-class property to special.
1536
1537 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1538
1539 * diff-mode.el (diff-auto-refine): New var.
1540 (diff-hunk): Use it.
1541 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
1542 (diff-refine-change): Rename from diff-fine-change. Change it.
1543 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
1544 (diff-refine-hunk): Rename from diff-fine-highlight.
1545
1546 2007-10-20 John Paul Wallington <jpw@pobox.com>
1547
1548 * help-fns.el (describe-variable-custom-version-info): New function
1549 to return variable's version or package version note.
1550 (describe-variable): Use it, display result.
1551
1552 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1553
1554 * smerge-mode.el (smerge-auto-refine): New var.
1555 (smerge-next, smerge-prev): Use it.
1556 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
1557
1558 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1559 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
1560
1561 * vc-bzr.el (vc-bzr-diff-tree):
1562 * vc-git.el (vc-git-diff-tree):
1563 * vc-hg.el (vc-hg-diff-tree):
1564 * vc-mcvs.el (vc-mcvs-diff-tree):
1565 * vc-mtn.el (vc-mtn-diff-tree):
1566 * vc-svn.el (vc-svn-diff-tree): Remove.
1567
1568 * vc-mtn.el (vc-mtn-revision-completion-table):
1569 * vc-cvs.el (vc-cvs-revision-completion-table):
1570 * vc-arch.el (vc-arch-revision-completion-table):
1571 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
1572 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
1573 Make it work when the arg is a list of files.
1574
1575 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
1578 Also `revision-completion-table' now takes a list of files.
1579 (vc-deduce-fileset): Remove unused var `regexp'.
1580 Only obey allow-directory-wildcard in dired buffers.
1581 (vc-default-diff-tree): Remove.
1582 (vc-diff-added-files): New var.
1583 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
1584 (vc-version-diff): Revert from `vc-history-diff' to the original name.
1585 Remove the `backend' arg.
1586 (vc-contains-version-controlled-file): Remove.
1587 (vc-diff): Bring it closer to the version in Emacs-22.
1588 (vc-revert): Fix typo in let-binding.
1589 (vc-default-unregister): Remove.
1590 (vc-dired-buffers-for-dir): Remove N^2 behavior.
1591
1592 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1593
1594 * textmodes/two-column.el (2C-split, 2C-merge):
1595 * textmodes/bib-mode.el (bib-find-key, mark-bib):
1596 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1597 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
1598 * progmodes/ada-xref.el (ada-get-all-references):
1599 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
1600 * emulation/vi.el (vi-previous-line-first-nonwhite)
1601 (vi-effective-range, vi-put-before):
1602 * emulation/edt.el (edt-next-line, edt-previous-line)
1603 (edt-paragraph-forward): Use forward-line.
1604
1605 * progmodes/etags.el (tags-apropos): Require apropos at compile
1606 time too.
1607
1608 * progmodes/prolog.el: Require comint when compiling.
1609 (inferior-prolog-flavor): Move defvar before use.
1610
1611 2007-10-19 Richard Stallman <rms@gnu.org>
1612
1613 * font-core.el (turn-on-font-lock-if-desired):
1614 Rename from `turn-on-font-lock-if-enabled'.
1615 Fully obey `font-lock-global-modes'.
1616
1617 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1618
1619 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
1620 which will not affect the behavior of things like forward-word.
1621 (diff-fine-highlight): Preserve point.
1622
1623 * doc-view.el (doc-view-mode-map): Use remapping.
1624 Don't rebind C-v, M-v to their default value.
1625 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
1626
1627 * smerge-mode.el: Add word-granularity refinement.
1628 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
1629 (smerge-refine-weight-hack): New vars.
1630 (smerge-refine-forward): New fun.
1631 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
1632 (smerge-refine-subst): Use them as well. Preserve point.
1633
1634 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1635
1636 * follow.el (follow-unload-function): New function.
1637
1638 * loadhist.el (unload-function-features-list):
1639 Rename from `unload-hook-features-list'.
1640 (unload-hook-features-list): Add as obsolete alias.
1641 (unload-feature): Use `unload-function-features-list'
1642 and new FEATURE-unload-function.
1643
1644 2007-10-19 Glenn Morris <rgm@gnu.org>
1645
1646 * bindings.el (mouse-minor-mode-menu)
1647 (minor-mode-menu-from-indicator): Move to mouse.el.
1648 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1649 Move here from bindings.el.
1650
1651 2007-10-19 Richard Stallman <rms@gnu.org>
1652
1653 * help-fns.el (describe-function-1): Don't use the advice origname
1654 if it has no function definition.
1655
1656 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1657
1658 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
1659 Use `save-restriction' rather than `widen'.
1660
1661 2007-10-18 Richard Stallman <rms@gnu.org>
1662
1663 * time.el (display-time-world-time-format): Display day # not month #.
1664
1665 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1666
1667 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
1668
1669 * doc-view.el: Remove version keyword.
1670 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1671 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
1672 (doc-view-ghostscript-options): Improve custom type.
1673 (doc-view-cache-directory, doc-view-conversion-buffer)
1674 (doc-view-conversion-refresh-interval): Simplify custom type.
1675
1676 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
1677
1678 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
1679 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
1680 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
1681 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
1682 Remove superfluous messages.
1683 (doc-view-mode-map): Use the image-mode scrolling commands.
1684 Don't rebind C-x k.
1685
1686 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1687
1688 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
1689 Add comment about "-dSAFER".
1690
1691 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1692
1693 * term/xterm.el: Don't require xt-mouse.
1694 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
1695 calling turn-on-xterm-mouse-tracking-on-terminal directly.
1696
1697 * xt-mouse.el: Don't change the global function-key-map anny more.
1698 (xterm-mouse-mode): Use terminal-init-xterm-hook.
1699 Don't use after-make-frame-functions now that term/xterm.el calls
1700 us directly.
1701 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
1702 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
1703 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
1704 Setup input-decode-map and remember that xterm-mouse-mode was
1705 enabled in this terminal.
1706 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
1707 terminals where it has been enabled.
1708
1709 * faces.el (tty-create-frame-with-faces): Make sure not only
1710 tty-run-terminal-initialization but also set-locale-environment
1711 are run only once per terminal.
1712 (tty-run-terminal-initialization): Don't check if the terminal was
1713 already initted.
1714
1715 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
1716 not to remove keymaps that just happen to inherit from one of ours.
1717 When setting up our keymap, make sure it won't be accidentally
1718 modified by someone else.
1719
1720 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1721
1722 * textmodes/artist.el (artist-previous-line, artist-next-line):
1723 * dired.el (dired-next-line, dired-previous-line):
1724 * progmodes/delphi.el (delphi-newline):
1725 * textmodes/org.el (org-columns-eval):
1726 Use forward-line.
1727
1728 * emerge.el (emerge-setup): Use insert-buffer-substring.
1729 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
1730
1731 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1732
1733 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1734 (adaptive-fill-function): Doc fix. Remove * from docstring.
1735
1736 2007-10-18 Tom Horsley <tom.horsley@att.net>
1737
1738 * simple.el (interprogram-paste-function): Doc fix.
1739 (current-kill): Accept list of strings as well
1740 as single string from `interprogram-paste-function'.
1741
1742 2007-10-18 Glenn Morris <rgm@gnu.org>
1743
1744 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1745
1746 2007-10-18 Drew Adams <drew.adams@oracle.com>
1747
1748 * bindings.el (mode-line-minor-mode-keymap):
1749 Add mouse-minor-mode-menu on mouse-1.
1750 (mode-line-modes): Add mouse-1 to help-echo text.
1751 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1752 New functions.
1753 (mode-line-minor-mode-help): Doc fix.
1754
1755 2007-10-17 Juri Linkov <juri@jurta.org>
1756
1757 * textmodes/fill.el (fill-paragraph-or-region): Remove function
1758 at the request of RMS.
1759 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
1760 arg `region'. Fix docstring. At the first `or' branch add call to
1761 `fill-region' if it the region is active in transient-mark-mode.
1762
1763 * bindings.el (esc-map): Bind M-q to fill-paragraph
1764 instead of fill-paragraph-or-region.
1765
1766 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
1767 with fill-paragraph.
1768
1769 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
1770 Fix docstring.
1771
1772 * indent.el (indent-for-tab-command): Change interactive spec from
1773 "P" to "p". Add check for interactive arg before indenting the
1774 active region.
1775
1776 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
1777 Regroup.
1778
1779 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
1780
1781 * emacs-lisp/find-func.el: Don't require loadhist.
1782
1783 * loadhist.el (feature-symbols, file-provides, file-requires)
1784 (file-set-intersect, file-dependents): Simplify.
1785 (unload-feature-special-hooks): Update list of special hooks.
1786
1787 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
1788
1789 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
1790 extensions since they can be viewed with doc-view.
1791
1792 * files.el (auto-mode-alist): Make doc-view-mode the default mode
1793 for pdf, ps and dvi files.
1794
1795 * doc-view.el: Make doc-view-mode the standard mode for viewing
1796 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
1797 text and image display. Add binding C-c C-e to switch to an
1798 editing mode.
1799 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
1800 avoid security problems when rendering files from untrusted sources.
1801
1802 2007-10-17 Aaron Hawley <aaronh@garden.org>
1803
1804 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1805 position is not saved.
1806
1807 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
1808
1809 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
1810 (doc-view-ghostscript-options): Fix typo in doc string.
1811
1812 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
1815 handling, so compilation-fake-loc works again.
1816
1817 * server.el (server-select-display): Nop if we do not support m-f-o-d.
1818 (server-process-filter): Revert last change.
1819
1820 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
1821 behavior unrelated to filesets.
1822
1823 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1824
1825 * longlines.el (longlines-wrap-follows-window-size): Integer value
1826 specifies wrapping margin.
1827 (longlines-mode, longlines-window-change-function):
1828 Set window-specific wrapping margin based on the above.
1829
1830 2007-10-17 John Wiegley <johnw@newartisans.com>
1831
1832 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1833
1834 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1835
1836 * server.el (server-process-filter): Only set display if X11 is
1837 supported.
1838
1839 2007-10-17 Glenn Morris <rgm@gnu.org>
1840
1841 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1842 Tweak regexp to avoid stack overflow.
1843
1844 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1845
1846 * simple.el (reindent-then-newline-and-indent): Don't assume that
1847 indent-according-to-mode preserves point.
1848
1849 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1850
1851 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
1852 (bs--nth-wrapper): Simplify.
1853 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
1854 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
1855 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
1856 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
1857 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
1858 (bs-configurations, bs-default-configuration)
1859 (bs-alternative-configuration, bs-cycle-configuration-name)
1860 (bs-string-show-always, bs-string-show-never, bs-string-current)
1861 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
1862 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
1863 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
1864 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
1865 (bs--window-config-coming-from): Revert 2006-11-09 change.
1866 (bs--restore-window-config): Keep the selected frame.
1867 (bs--track-window-changes, bs--remove-hooks): New functions.
1868 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1869 (bs--create-header): Remove.
1870 (bs--create-header-line): New function, based on `bs--create-header'.
1871 (bs--show-header): Use `bs--create-header-line'.
1872 (bs--show-with-configuration): Revert 2006-11-09 change.
1873 Don't reuse window unless it is visible on the selected frame.
1874 Restore window configuration (possibly in a different frame)
1875 before creating any window.
1876
1877 2007-10-16 Glenn Morris <rgm@gnu.org>
1878
1879 * simple.el (blink-matching-open): Don't report false errors with
1880 the `$' syntax class.
1881
1882 2007-10-16 Richard Stallman <rms@gnu.org>
1883
1884 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1885 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1886 (ad-is-advised, ad-get-advice-info-field)
1887 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1888
1889 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 * vc-hooks.el (vc-workfile-version): Compatibility alias.
1892 (vc-default-working-revision): Compatibility for backends.
1893
1894 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1895
1896 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1897 (filesets-ormap, filesets-sort-case-sensitive-flag)
1898 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1899 Fix typos in docstrings.
1900 (filesets-conditional-sort, filesets-find-or-display-file)
1901 (filesets-data-get-name, filesets-data-get-data)
1902 (filesets-data-set, filesets-cmd-query-replace-getargs)
1903 (filesets-ingroup-collect): Doc fixes.
1904
1905 2007-10-15 Sam Steingold <sds@gnu.org>
1906
1907 * mail/sendmail.el (sendmail-error-reporting-interactive)
1908 (sendmail-error-reporting-non-interactive): New variables for
1909 sendmail error reporting options to simplify support for imperfect
1910 sendmail emulators.
1911 (sendmail-send-it): Use them instead of list literals.
1912
1913 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1914
1915 * help-fns.el: Revert previous change; it creates a
1916 dependency loop between advice.el and help-fns.el.
1917
1918 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1919
1920 * help-fns.el: Require advice when compiling.
1921
1922 2007-10-14 Drew Adams <drew.adams@oracle.com>
1923
1924 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
1925 (ring-insert+extend, ring-remove+insert+extend, ring-member)
1926 (ring-next, ring-previous): New functions.
1927
1928 2007-10-14 Richard Stallman <rms@gnu.org>
1929
1930 * emacs-lisp/advice.el (documentation): Advice deleted.
1931 Doc for advised functions is now handled at C level.
1932 (ad-stop-advice, ad-start-advice): Don't enable or disable
1933 advice for `documentation'.
1934 (ad-advised-definition-docstring-regexp): Var deleted.
1935 (ad-make-advised-definition-docstring): Store orig name
1936 as text property of string.
1937 (ad-advised-definition-p): Check for text property of docstring.
1938
1939 * help-fns.el (describe-function-1): Find source of advised functions.
1940
1941 2007-10-14 Juri Linkov <juri@jurta.org>
1942
1943 * faces.el (describe-face): Allow handling a string as the face name.
1944
1945 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
1946 active region in transient-mark-mode.
1947 (ispell-region): Change messages displayed at the start and end of
1948 the spell-checking to be the same.
1949
1950 * startup.el (fancy-startup-tail): Say exactly what does the button
1951 dismiss ("Dismiss this startup screen"). Use text "Never show
1952 it again" for the checkbox after this button.
1953 (fancy-startup-screen, fancy-about-screen): Put point before the
1954 first link, so the user can quickly select links with the keyboard.
1955 (normal-mouse-startup-screen): Add more useful text describing how
1956 to follow a link.
1957
1958 2007-10-14 Glenn Morris <rgm@gnu.org>
1959
1960 * progmodes/etags.el (select-tags-table): Disable undo in the
1961 `*Tags Table List*' buffer.
1962
1963 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1964
1965 * dired.el (dired-warn-writable): New face.
1966 (dired-warn-writable-face): New variable.
1967 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1968 of dired-warning-face, for group- and world-writable files.
1969
1970 2007-10-13 Richard Stallman <rms@gnu.org>
1971
1972 * files.el (directory-abbrev-alist): Doc fix.
1973
1974 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1975
1976 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1977
1978 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1979
1980 * frame.el (set-frame-configuration): Assign name parameter only
1981 if it has been set explicitly before.
1982
1983 2007-10-11 Tom Tromey <tromey@redhat.com>
1984
1985 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1986 frame is visible.
1987
1988 2007-10-10 Richard Stallman <rms@gnu.org>
1989
1990 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1991 in *Backtrace*.
1992
1993 * faces.el (face-font-selection-order): Doc fix.
1994
1995 * loadhist.el (unload-feature): Doc fix.
1996
1997 2007-10-13 Glenn Morris <rgm@gnu.org>
1998
1999 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
2000 (octave-re-search-forward-kw, octave-re-search-backward-kw):
2001 Add doc string, and an explicit COUNT argument.
2002 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
2003 `inc' to search functions.
2004
2005 * faces.el (face-spec-set): When FRAME is nil, set the default for
2006 new frames (restores pre-2007-09-17 behavior). Doc fix.
2007
2008 2007-10-13 John W. Eaton <jwe@octave.org>
2009
2010 * progmodes/octave-mod.el (octave-looking-at-kw)
2011 (octave-re-search-forward-kw, octave-re-search-backward-kw):
2012 New functions.
2013 (octave-in-defun-p, calculate-octave-indent)
2014 (octave-blink-matching-block-open, octave-beginning-of-defun)
2015 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
2016 to search for regexps that contain case-sensitive keywords.
2017 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
2018 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
2019
2020 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2021
2022 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
2023 Do not use a single clause cond.
2024
2025 * cus-start.el (all): Use test that does not match the X11 version
2026 for mac.
2027
2028 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
2029
2030 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
2031 BROWSE buffer.
2032
2033 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2034
2035 * cus-start.el (all): Undo previous change.
2036
2037 2007-10-13 Glenn Morris <rgm@gnu.org>
2038
2039 * woman.el (woman0-rename): Fix paren typo.
2040
2041 * mail/feedmail.el (feedmail-run-the-queue)
2042 (feedmail-look-at-queue-directory):
2043 * mail/reporter.el (reporter-dump-state):
2044 * net/eudc-hotlist.el (eudc-edit-hotlist):
2045 * net/eudc.el (eudc-display-records)
2046 (eudc-filter-duplicate-attributes)
2047 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
2048 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
2049 (eudc-bbdb-query-internal):
2050 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
2051 * net/socks.el (socks-build-auth-list):
2052 * progmodes/cc-cmds.el (top level):
2053 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
2054 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
2055 (cperl-write-tags, cperl-tags-treeify):
2056 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
2057 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
2058 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
2059 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
2060 (idlwave-toolbar-remove-everywhere):
2061 * progmodes/idlwave.el (idlwave-indent-line)
2062 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
2063 (idlwave-write-paths, idlwave-all-method-classes)
2064 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
2065 (idlwave-fix-keywords, idlwave-display-calling-sequence)
2066 (idlwave-complete-in-buffer):
2067 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
2068 (org-fast-tag-selection):
2069 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
2070 than mapcar.
2071
2072 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2073
2074 * diff-mode.el (diff-fine-change): Add :group.
2075
2076 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2077
2078 * cus-start.el (all): Use the same test as the 22.2 branch.
2079
2080 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2081
2082 * diff-mode.el (diff-current-defun): Force recomputation of
2083 change-log-default-name.
2084
2085 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
2086
2087 * startup.el (fancy-startup-screen): Remove an unnecessary newline
2088 and some leftover logic regarding dedicated frames. If showing
2089 concise startup screen, fit window to buffer.
2090 (command-line-1): If we will be using the splash screen, use
2091 find-file instead of find-file-other-window to find additional files.
2092 Comment out unused code for coping with the old sit-for behavior.
2093
2094 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
2097 `meta' modifier consistently, rather than using sometimes meta
2098 sometimes alt.
2099
2100 2007-10-12 Martin Rudalics <rudalics@gmx.at>
2101
2102 * window.el (handle-select-window): Revert part of 2007-10-08
2103 change setting the input focus.
2104
2105 2007-10-12 Glenn Morris <rgm@gnu.org>
2106
2107 * startup.el (command-line): Do not read abbrev file in batch mode.
2108
2109 * emacs-lisp/byte-opt.el (top level):
2110 * mail/rmail.el (rmail-list-to-menu):
2111 * obsolete/hilit19.el (hilit-mode):
2112 * progmodes/cc-mode.el (c-postprocess-file-styles)
2113 (c-submit-bug-report):
2114 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2115 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
2116 (reftex-access-parse-file):
2117 * textmodes/reftex-cite.el (reftex-do-citation)
2118 (reftex-insert-bib-matches):
2119 * textmodes/reftex-ref.el (reftex-offer-label-menu):
2120 * textmodes/reftex-sel.el (reftex-select-unmark):
2121 * textmodes/reftex-toc.el (reftex-toc-do-promote):
2122 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
2123
2124 * cus-edit.el (custom-variable-menu, custom-face-menu)
2125 (custom-group-menu): Check init-file-user rather than
2126 user-init-file, in case cus-edit is loaded by site-run-file.
2127
2128 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
2129
2130 * vc.el (vc-deduce-fileset): Delete unused code.
2131 (vc-next-action): Fix typos.
2132
2133 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2134
2135 * bs.el (bs--mark-unmark): New function.
2136 (bs-mark-current, bs-unmark-current): Use it.
2137
2138 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2139
2140 * vc.el (vc-diff):
2141 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
2142 temporarily disable the check for his edge case of
2143 vc-diff (stopping it from grinding when called from $HOME), as
2144 it's calling some brittle code in vc-hooks.el.
2145 (with-vc-properties): Fix evaluation time of a macro argument.
2146 * ediff-vers.el (ediff-vc-internal):
2147 * vc-hooks.el:
2148 * loaddefs.el: Follow up on VC terminology change.
2149
2150 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2151
2152 * follow.el (follow-stop-intercept-process-output):
2153 Use `follow-call-process-filter' rather than `process-filter'.
2154 Simplify.
2155
2156 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2157
2158 * vc-hooks.el (vc-registered): Robustify this function a bit
2159 against filenames with no directory component.
2160
2161 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2162
2163 * international/characters.el: Undo unwanted and unexplained change.
2164
2165 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2166
2167 * ps-print.el: Fix the usage of :foreground and :background face
2168 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2169 (ps-print-version): New version 6.7.6.
2170 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
2171 Fix code.
2172 (ps-face-foreground-color-p, ps-face-background-color-p)
2173 (ps-face-color-p): New inline funs.
2174
2175 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2176
2177 * textmodes/org.el (org-additional-option-like-keywords): New constant.
2178 (org-complete): Use `org-additional-option-like-keywords'.
2179 (org-parse-local-options): New function.
2180
2181 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2182
2183 * textmodes/org.el (org-in-clocktable-p): New function.
2184 (org-clock-report): Only update the table at point, or insert a new one.
2185 (org-clock-goto): New function.
2186 (org-open-file): Use `start-process-shell-command' instead of
2187 `shell-command' with an ampersand.
2188 (org-deadline, org-schedule): New argument REMOVE to remove the
2189 date from the entry.
2190 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
2191 argument to `org-schedule' and `org-deadline'.
2192 (org-trim): Use the correct expressions for beginning and end of
2193 the string.
2194 (org-get-cleaned-entry): Trim the string before returning it.
2195 (org-clock-find-position): New function.
2196 (org-clock-into-drawer): New option.
2197 (org-agenda-tags-column): Rename from
2198 `org-agenda-align-tags-to-column'.
2199 (org-agenda-align-tags): Allow negative values for
2200 `org-agenda-tags-column'.
2201 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
2202 (org-agenda-to-appt): New optional argument FILTER.
2203 (org-completion-fallback-command): New variable.
2204 (org-complete): Use `org-completion-fallback-command'.
2205 (org-find-base-buffer-visiting): Catch the case that there is no
2206 buffer visiting the file.
2207 (org-property-or-variable-value): New function.
2208 (org-todo): Use `org-property-or-variable-value'
2209 (org-agenda-compact-blocks): New option.
2210 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
2211 (org-agenda-schedule, org-agenda-deadline):
2212 Call `org-agenda-show-new-time'.
2213 (org-agenda-show-new-time): New argument PREFIX.
2214 (org-colgroup-info-to-vline-list): Fix but that cause a
2215 shift in the vertical lines.
2216 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
2217 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
2218 (org-indent-item): No arg in call to `org-fix-bullet-type'.
2219 (org-fix-bullet-type): Remove argument.
2220 (org-read-date): Check for am/pm twice, to catch the end time.
2221 (org-goto-map): Use `suppress-keymap'.
2222 (org-remember-apply-template): Respect the dynamically scoped
2223 selection character.
2224
2225 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
2226
2227 * textmodes/org-export-latex.el (org-export-latex-protect-string):
2228 Renaming of `org-latex-protect'.
2229 (org-export-latex-emphasis-alist): By default, don't protect
2230 any emphasis formatter from further conversion.
2231 (org-export-latex-tables): Honor column grouping for tables.
2232 (org-export-latex-title-command): New option.
2233 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2234 export backslash character.
2235
2236 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2237
2238 * frame.el (frame-inherited-parameters): Remove unused `environment'
2239 parameter, and let server.el add `client' when needed.
2240
2241 * server.el (server-create-tty-frame)
2242 (server-create-window-system-frame): Set frame-inherited-parameters.
2243
2244 * frame.el (frame-inherited-parameters): New var.
2245 (make-frame): Use it.
2246
2247 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
2248
2249 * env.el (let-environment): Remove. Unused.
2250 (read-envvar-name): Simplify.
2251 (setenv): Remove unused arg `frame'.
2252
2253 * help-fns.el (describe-variable): Add missing " " for multiline
2254 obsolescence info and missing EOL after global value.
2255
2256 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2257
2258 * add-log.el:
2259 * ediff-vers.el:
2260 * log-view.el:
2261 * pcvs.el:
2262 * vc-arch.el:
2263 * vc-bzr.el:
2264 * vc-cvs.el:
2265 * vc.el:
2266 * vc-git.el:
2267 * vc-hg.el:
2268 * vc-hooks.el:
2269 * vc-mcvs.el:
2270 * vc-mtn.el:
2271 * vc-rcs.el:
2272 * vc-sccs.el:
2273 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
2274 {find,init,next,previous,annotate-*,log}-version ->
2275 {find,init,next,previous,annotate-*,log}-revision,
2276 annotate-focus-version -> annotate-working-revision, The term
2277 'focus' is gone. The term 'revision' is now used consistently
2278 everywhere that reference to a revision ID is intended, replacing
2279 older use of 'version'.
2280
2281 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
2282
2283 * follow.el: Change all instances of "Follow Mode" to "Follow
2284 mode" in docstrings and messages.
2285 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
2286
2287 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2288
2289 * vc.el (vc-next-action): Rewrite completely; this principal
2290 entry point now operates on a current fileset selected either
2291 explicitly via VC-Dired or implicitly by visiting a file buffer,
2292 rather than always operating on the file of the current buffer as
2293 in older versions. Rewrite the rest of the mode to match.
2294 (with-vc-properties): Rewrite to operate on a file list.
2295 (with-vc-file): vc-checkin takes a file list argument now.
2296 (vc-post-command-functions): This hook now receives a file list.
2297 (vc-do-command): Take a either a file or a file list as argument.
2298 (vc-deduce-fileset): New function for deducing a file list to
2299 operate on.
2300 (vc-next-action-on-file, vc-next-action-dired): Remove.
2301 Merge into vc-next-action.
2302 (vc-register): Adapt to the fact that vc-start-entry now takes a
2303 file list.
2304 (vc-register-with): New function.
2305 (vc-start-entry): Take a file list argument rather than a
2306 file argument.
2307 (vc-checkout): Cope with vc-start-entry taking a file list.
2308 (vc-steal-lock): Cope with with-vc-properties taking a
2309 file list.
2310 (vc-checkin): Take a file list argument rather than a file argument.
2311 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
2312 (vc-diff-internal): Rewrite for filesets.
2313 (vc-diff-sentinel): New function, tests whether changes were
2314 written into a diff buffer.
2315 (vc-diff): Rewrite for filesets.
2316 (vc-version-diff): Rewrite for filesets.
2317 (vc-print-log): Take a fileset argument.
2318 (vc-revert): Revert the entire selected fileset, not just the
2319 current buffer.
2320 (vc-rollback): Roll back the entire selected fileset, if
2321 possible. No longer accepts a prefix argument.
2322 (vc-update): Merge new changes for the entire selected
2323 fileset, not just the current buffer.
2324 (vc-revert-file): Cope with with-vc-properties taking a file list.
2325 (vc-default-dired-state-info): Add + status suffix if the file is
2326 modified.
2327 (vc-annotate-warp-version): Use the new diff machinery.
2328 (vc-log-edit): Take a file list argument rather than a file argument.
2329
2330 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
2331
2332 Sync with Tramp 2.1.11.
2333
2334 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2335 Pacify byte compiler.
2336
2337 * net/trampver.el: Update release number.
2338
2339 2007-10-09 Richard Stallman <rms@gnu.org>
2340
2341 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
2342
2343 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2344
2345 * follow.el: Require easymenu.
2346 (follow-mode-hook, follow-mode): Doc fixes.
2347 (follow-mode-off-hook): Mark as obsolete.
2348
2349 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2350
2351 * window.el (mouse-autoselect-window-cancel): Don't cancel for
2352 select-window or select-frame events.
2353 (handle-select-window): When autoselecting window set input
2354 focus. Restructure.
2355
2356 * frame.el (focus-follows-mouse): Move to frame.c.
2357 * cus-start.el (all): Add focus-follows-mouse.
2358
2359 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2360
2361 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2362 activate font-locking in the *buffer-selection* buffer.
2363 (bs-show-sorted): Doc fix.
2364
2365 * bs.el (bs--get-marked-string, bs--get-modified-string)
2366 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2367 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2368 (bs--format-aux): Doc fix.
2369
2370 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2371
2372 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2373
2374 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2375
2376 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
2377 (gud-gdb): New function for old M-x gdb (text command mode).
2378 (gud-gdb-command-name, gdb): Move to...
2379
2380 * progmodes/gdb-ui.el: ...here and adapt doc string.
2381 (gud-gdba-command-name, gdba): Delete.
2382
2383 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2384
2385 * bs.el: Don't defvar `font-lock-verbose'.
2386 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
2387 (bs--get-file-name): Fix typos in docstrings.
2388 (bs--show-header): Use `dolist' instead of `mapcar'.
2389 (bs-mode): Set `show-trailing-whitespace' to nil.
2390 (bs-buffer-sort-function, bs-mouse-select-other-frame)
2391 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
2392 Doc fixes.
2393
2394 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
2395
2396 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
2397
2398 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2399
2400 * progmodes/gud.el (gdb): Make graphical mode the default and
2401 switch to text command mode if appropriate, i.e., reverse previous
2402 arrangement.
2403 (gud-gdb-marker-filter): Adapt for above change.
2404
2405 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
2406 gud-minor-mode and gud-marker-filter.
2407 (gdb-fullname-regexp): New variable.
2408 (gud-gdba-marker-filter): Use it to switch to text command
2409 mode if appropriate.
2410
2411 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2412
2413 * progmodes/gud.el (gud-display-line): Find source buffer even when
2414 GUD buffer has its own frame.
2415
2416 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2417
2418 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
2419
2420 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2421
2422 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2423
2424 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2425
2426 * allout.el (allout-before-change-handler): Replace got-char by
2427 goto-char.
2428
2429 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2430
2431 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
2432 Used to try and automatically enabled smerge-mode in the presence of
2433 conflicts and to call `svn resolved' when the conflicts are gone.
2434 (vc-svn-parse-status): Remember the svn-specific status.
2435
2436 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2437
2438 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
2439 menu-bar-apropos-menu. All users changed.
2440 (menu-bar-help-menu): Change menu symbols to better match the text
2441 displayed by the menu.
2442
2443 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2444
2445 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
2446 #, @, : and ^.
2447
2448 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2449
2450 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
2451
2452 * log-view.el (log-view-mode-map): Likewise.
2453
2454 * diff-mode.el (diff-mode-shared-map): Likewise.
2455
2456 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2457
2458 * files.el (file-name-sans-versions): Also allow `A-Z'.
2459
2460 * vc.el: Mention all supported VC backends.
2461
2462 2007-10-08 Richard Stallman <rms@gnu.org>
2463
2464 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
2465 neighbouring buttons.
2466
2467 2007-10-08 Andreas Schwab <schwab@suse.de>
2468
2469 * files.el (file-name-sans-versions): Also allow `_'.
2470
2471 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2472
2473 * files.el (file-name-sans-versions): Allow - and a-z in version names.
2474
2475 * log-view.el (log-view-mode-map, log-view-mode-menu):
2476 Bind log-view-annotate-version.
2477 (log-view-beginning-of-defun, log-view-end-of-defun)
2478 (log-view-annotate-version): New functions.
2479 (log-view-mode): Use log-view-beginning-of-defun and
2480 log-view-end-of-defun.
2481
2482 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2485
2486 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2489 neighbouring buttons.
2490
2491 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2492 Recognize gcc's use of "note" for informational messages.
2493
2494 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2495
2496 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2497 (css-mode): Update correspondingly.
2498
2499 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2500
2501 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2502 Signed-off-by, Acked-by and Merge.
2503
2504 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2505
2506 * ediff-init.el (ediff-verbose-p): This var is not a constant.
2507
2508 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2509
2510 * vc-mtn.el: New file.
2511
2512 * vc-hooks.el (vc-handled-backends): Add Mtn.
2513
2514 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2515
2516 * files.el (find-file, find-file-other-window)
2517 (find-file-other-frame, find-file-existing, find-file-read-only)
2518 (find-file-read-only-other-window)
2519 (find-file-read-only-other-frame)
2520 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2521
2522 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2523
2524 * progmodes/gud.el (gdb-ready): New variable.
2525 (gdb): Set it to nil. Set gud-running to nil here...
2526 (gud-common-init): ...instead of here.
2527
2528 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2529 Use gdb-ready. Discard input until GDB is ready to accept it.
2530
2531 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2532
2533 * dired.el (dired-warning): Inherit from font-lock-warning-face to
2534 make it show up with eight colors.
2535
2536 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2537
2538 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2539 diffs are concatenated with no intervening line.
2540
2541 2007-10-08 Dave Love <fx@gnu.org>
2542
2543 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2544 (python-font-lock-keywords): Update to the 2.5 version of the language.
2545 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2546 (python-backspace): Only behave funny in code.
2547 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2548 (inferior-python-mode): Add PDB prompt regexp.
2549 (python-fill-paragraph): Refine the fenced-string regexp.
2550 (python-find-imports): Handle imports spanning several lines.
2551 (python-mode): Add `class' to hideshow support.
2552
2553 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2556 Use add-log-buffer-file-name-function rather than binding
2557 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
2558 when `fi' is the ChangeLog file itself.
2559
2560 * outline.el (outline-flag-region): Use front-advance.
2561
2562 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
2563
2564 * progmodes/cperl-mode.el: Merge upstream 5.23.
2565 (cperl-where-am-i): Remove function.
2566 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2567 (cperl-sniff-for-indent): De-invert [string] and [comment].
2568 When looking for label, skip s:m:y:tr.
2569 (cperl-indent-line): Likewise.
2570 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2571 (cperl-windowed-init): Wrong `ps-print' handling.
2572 Both thanks to Chong Yidong.
2573 (cperl-look-at-leading-count): Could fail with unfinished RExen.
2574 (cperl-find-pods-heres): If the second part of s()[] is missing,
2575 don't try to highlight delimiters...
2576
2577 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2578
2579 * progmodes/compile.el (compilation-get-file-structure): Complete last
2580 change by also using spec-directory in the puthash.
2581
2582 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
2583
2584 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2585 (vc-bzr-status): Fix shadowing of variable 'status'.
2586 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2587 Use `expand-file-name' instead of `concat'.
2588 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2589 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
2590
2591 2007-10-08 Jason Rumney <jasonr@gnu.org>
2592
2593 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
2594
2595 2007-10-08 Richard Stallman <rms@gnu.org>
2596
2597 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2598 Add `safe-local-variable' property.
2599 (lisp-body-indent): Likewise.
2600
2601 2007-10-08 Richard Stallman <rms@gnu.org>
2602
2603 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2604 Add doc string.
2605
2606 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2607
2608 * files.el (backup-buffer-copy): Try to overwrite old backup first.
2609
2610 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2611
2612 * repeat.el (repeat): Use last-repeatable-command instead of
2613 real-last-command. Run pre- and post-command hooks for
2614 self-insertion. Update doc-string.
2615
2616 2007-10-08 Alexandre Julliard <julliard@winehq.org>
2617
2618 * vc-git.el (vc-git-state): Call git-add --refresh to update the
2619 state of the file.
2620 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2621 (vc-git-create-repo): Fix invalid command.
2622
2623 2007-10-08 Richard Stallman <rms@gnu.org>
2624
2625 * textmodes/flyspell.el (flyspell-mode):
2626 Catch errors in flyspell-mode-on.
2627
2628 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2629
2630 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
2631
2632 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2633
2634 * international/encoded-kb.el (encoded-kbd-setup-display):
2635 Use input-decode-map rather than local-key-translation-map.
2636
2637 * term/rxvt.el (rxvt-alternatives-map): New map.
2638 (terminal-init-rxvt): Use it.
2639 Bind rxvt-function-map in input-decode-map.
2640
2641 * term/xterm.el (xterm-alternatives-map): New map.
2642 (terminal-init-xterm): Use it.
2643 Bind xterm-function-map in input-decode-map.
2644
2645 * term/x-win.el (x-alternatives-map): New var.
2646 (x-setup-function-keys): Use it.
2647
2648 * help-fns.el (describe-variable): Slightly change the layout of
2649 meta-info to separate it better from the docstring.
2650 Standardize insertion of extra empty lines in various circumstances.
2651
2652 * diff-mode.el (diff-hunk-style): New fun.
2653 (diff-end-of-hunk): Use it.
2654 (diff-context->unified): Use the new `apply' undo element,
2655 if applicable, so as to save undo-log space.
2656 (diff-fine-change): New face.
2657 (diff-fine-highlight-preproc): New function.
2658 (diff-fine-highlight): New command.
2659 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
2660
2661 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
2662 (smerge-refine-highlight-change): Add `props' argument.
2663 (smerge-refine-subst): New function holding most of smerge-refine.
2664 (smerge-refine): Use it.
2665
2666 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
2667
2668 * vc.el (vc-default-wash-log): Remove unused code, the
2669 log washers all live in the backends now.
2670 (vc-default-comment-history): Correct for the fact
2671 that wash-log is argumentless in the new API.
2672
2673 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
2674
2675 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
2676 (tramp-maybe-send-script): Apply `member' but `memq'.
2677 (tramp-advice-file-expand-wildcards): Simplify implementation.
2678
2679 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2680
2681 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
2682
2683 * mb-depth.el (minibuf-depth-indicator-function): New variable.
2684 (minibuf-depth-setup-minibuffer): Use it.
2685
2686 2007-10-07 Glenn Morris <rgm@gnu.org>
2687
2688 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
2689 version numbers.
2690
2691 2007-10-06 Juri Linkov <juri@jurta.org>
2692
2693 * textmodes/fill.el (fill-paragraph-or-region): New function.
2694
2695 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
2696 instead of fill-paragraph.
2697
2698 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
2699 with fill-paragraph-or-region. Suspend command is now the same
2700 `suspend-frame' on window systems and on tty.
2701
2702 * image.el (image-type): Check if image-types is bound to not fail
2703 on tty.
2704
2705 * delsel.el (delete-selection-pre-hook):
2706 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
2707 is fbound to not fail on mouseless tty.
2708
2709 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
2710
2711 * net/tramp.el (top): Move loading of tramp-util.el and
2712 tramp-vc.el to tramp-compat.el.
2713 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
2714 temporary file if possible, in order to avoid a security hole.
2715 (tramp-do-copy-or-rename-file-out-of-band)
2716 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
2717 with DONT-CREATE, because the connection is not setup yet.
2718 (tramp-handle-process-file): Rewrite temporary file handling.
2719 (tramp-completion-mode): New defvar.
2720 (tramp-completion-mode-p): Use it.
2721
2722 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
2723
2724 * net/tramp-fish.el (tramp-fish-handle-process-file):
2725 Rewrite temporary file handling.
2726
2727 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2728
2729 * vc.el: Workfile version -> focus version change. Port various
2730 comments from new VC to reduce the noise in the diff.
2731 Patch in the new vc-create-repo function to go with the
2732 header comment about it already present.
2733 There are no changes to existing logic in this patch.
2734 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
2735
2736 2007-10-06 Aaron Hawley <aaronh@garden.org>
2737
2738 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
2739
2740 2007-10-05 Chris Moore <dooglus@gmail.com>
2741
2742 * server.el (server-kill-new-buffers): Doc fix.
2743
2744 2007-10-05 John W. Eaton <jwe@octave.org>
2745
2746 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
2747 (octave-begin-keywords): Add "do".
2748 (octave-end-keywords): Remove "end".
2749 (octave-reserved-words): Add "end". Remove "all_va_args",
2750 "gplot", and 'gsplot".
2751 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
2752 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
2753 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
2754 "default_return_value", "define_all_return_values",
2755 "do_fortran_indexing", "empty_list_elements_ok",
2756 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
2757 "ok_to_lose_imaginary_part", "prefer_column_vectors",
2758 "prefer_zero_one_indexing", "propagate_empty_matrices",
2759 "resize_on_range_error", "treat_neg_dim_as_zero",
2760 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
2761 "warn_divide_by_zero", "warn_function_name_clash",
2762 "warn_missing_semicolon", "whitespace_in_literal_matrix".
2763 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
2764 "crash_dumps_octave_core", "sighup_dumps_octave_core",
2765 "sigterm_dumps_octave_core".
2766 (octave-block-match-alist): Remove "end" from block-end keywords.
2767 (octave-mode): Update ftp site address.
2768
2769 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2770
2771 * vc.el: Reorder functions, no code changes.
2772
2773 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
2774
2775 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
2776 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
2777 the cond clauses where needed.
2778 (tramp-handle-write-region): Rearrange code for proper handling of
2779 tmpfile.
2780
2781 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
2782
2783 * net/tramp.el:
2784 * net/tramp-fish.el:
2785 * net/tramp-ftp.el:
2786 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
2787 `tramp-compat-make-temp-file'.
2788
2789 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2790
2791 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
2792
2793 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
2796 already uses a more recent copyright version than the "current" one.
2797
2798 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2799
2800 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
2801 (doc-view-insert-image): Minor aesthetical docstring changes.
2802
2803 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
2804
2805 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
2806 completing filename.
2807 (doc-view-search-internal): Docstring change.
2808
2809 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
2810
2811 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2812 (tramp-file-name-handler-alist):
2813 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
2814 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
2815 used before, creates the file already, which is not desired.
2816 (tramp-do-copy-or-rename-file-directly): Simplify handling of
2817 temporary file.
2818 (tramp-handle-insert-file-contents): Assign the result in the
2819 short track case.
2820 (tramp-handle-insert-file-contents-literally): New defun.
2821 (tramp-completion-mode-p): Revert change from 2007-09-24.
2822 Checking for `return' etc as last character is not sufficient, for
2823 example in dired-mode when entering <g> (revert-buffer) or
2824 <s> (dired-sort).
2825
2826 * net/tramp-compat.el (top): Add also compatibility code for loading
2827 appropriate timer package.
2828 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
2829 order to avoid autoloading problems.
2830
2831 * net/tramp-fish.el:
2832 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
2833
2834 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
2835 where the second parameter of `copy-file' or `rename-file' is a
2836 remote file but not via ftp.
2837
2838 2007-10-02 Richard Stallman <rms@gnu.org>
2839
2840 * frame.el (cursor-in-non-selected-windows): Doc fix.
2841
2842 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2843
2844 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
2845 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
2846
2847 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
2848
2849 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
2850 when `expt' doesn't give range errors.
2851
2852 2007-10-01 Markus Triska <markus.triska@gmx.at>
2853
2854 * calc/calc-math.el (math-smallest-emacs-expt):
2855 Make the computation more robust.
2856
2857 2007-09-30 David Kastrup <dak@gnu.org>
2858
2859 * startup.el (argv): Alias for `command-line-args-left' to use as
2860 `(pop argv)' inside of --eval command sequences. Allows for
2861 passing shell commands into Emacs verbatim without need for Lisp
2862 quoting.
2863
2864 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
2865 check only for changed size.
2866 (auto-revert-tail-handler): Get size from caller. If the file has
2867 shrunk, tail the whole file again (the file presumably has been
2868 rewritten).
2869
2870 * woman.el (woman-topic-all-completions, woman-mini-help):
2871 Fix fallout from 2007-09-07 introduction of `dolist' when the list
2872 actually was being manipulated in the loop.
2873 (woman-Cyg-to-Win, woman-pre-process-region)
2874 (woman-horizontal-escapes, woman-if-body, woman-unescape)
2875 (woman-strings, woman-special-characters, woman1-hc)
2876 (woman-change-fonts, woman-find-next-control-line):
2877 Use `match-beginning' rather than `match-string' when the result is
2878 just used as a flag.
2879
2880 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
2881
2882 * net/tramp-compat.el: New file.
2883
2884 * net/tramp.el:
2885 * net/tramp-fish.el:
2886 * net/tramp-smb.el:
2887 * net/tramp-uu.el:
2888 * net/trampver.el: Move compatibility code to tramp-compat.el.
2889 Apply `mapc' instead of `mapcar' when the code needs side effects
2890 only. Move utf-8 coding cookie to the second line.
2891
2892 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
2893
2894 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
2895 Improve custom type.
2896 (icon-map-list): Make it customizable. Document how to disable
2897 stock icons.
2898
2899 2007-09-30 Richard Stallman <rms@gnu.org>
2900
2901 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
2902
2903 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2904
2905 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2906
2907 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2908
2909 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
2910 (t-mouse-mode): New compatibility alias.
2911
2912 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
2913
2914 * server.el (server-delete-client): Only delete the terminal if it
2915 is non-nil.
2916
2917 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
2918
2919 * net/tramp.el (with-file-property, with-connection-property):
2920 Highlight as keyword.
2921 (tramp-rfn-eshadow-setup-minibuffer)
2922 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2923 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
2924 (tramp-do-copy-or-rename-file-directly)
2925 (tramp-do-copy-or-rename-file-out-of-band)
2926 (tramp-handle-shell-command, tramp-get-debug-buffer)
2927 (tramp-send-command-and-read, tramp-equal-remote)
2928 (tramp-get-local-gid): Pacify byte-compiler.
2929 (tramp-handle-file-name-directory): Result shall not be expanded.
2930 (tramp-find-foreign-file-name-handler): Rewrite.
2931 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
2932
2933 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
2934
2935 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2936 Apply `tramp-completion-mode-p'.
2937 (tramp-fish-handle-set-file-times)
2938 (tramp-fish-handle-executable-find)
2939 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
2940 (tramp-fish-retrieve-data): Pacify byte-compiler.
2941
2942 * net/tramp-gw.el (tramp-gw-basic-authentication):
2943 Call `tramp-read-passwd' with first parameter `nil'.
2944
2945 2007-09-28 Glenn Morris <rgm@gnu.org>
2946
2947 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
2948 than mapcar.
2949
2950 * textmodes/tex-mode.el (tex-suscript-height-ratio)
2951 (tex-suscript-height-minimum): New customizable variables.
2952 (tex-suscript-height): New function.
2953 (superscript, subscript): Set height using tex-suscript-height
2954 rather than fixing at 0.8.
2955 (tex-fontify-script, tex-font-script-display): Add :version tag.
2956
2957 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
2958
2959 * progmodes/python.el (python-eldoc-function): Doc fix.
2960
2961 2007-09-27 Glenn Morris <rgm@gnu.org>
2962
2963 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
2964 image if it is not in image-type-auto-detectable, or is there with
2965 a nil value.
2966
2967 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
2968
2969 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
2970 connection more robust.
2971
2972 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2973
2974 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2975 Deal with the case that special &keywords are at the beginning or
2976 end of the argument list. Also add some (incomplete) support for
2977 non-standard arglists.
2978
2979 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2980
2981 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2982 (eldoc-message-commands, eldoc-current-idle-delay)
2983 (eldoc-function-argstring-format): Fix typos in docstrings.
2984
2985 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
2986
2987 * calc/calc-units.el (calc-convert-units)
2988 (calc-convert-temperature): Remove unnecessary colons.
2989
2990 2007-09-26 Bastien Guerry <bzg@altern.org>
2991
2992 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
2993 New function.
2994 (org-export-latex-remove-from-headlines): Name changed because of typo.
2995 (org-export-latex-quotation-marks-convention): Option removed.
2996 (org-export-latex-make-preamble): Handle the DATE option.
2997 (org-export-latex-cleaned-string): Now the only cleaning function,
2998 synched up with org.el.
2999 (org-export-latex-lists, org-export-latex-parse-list)
3000 (org-export-list-to-latex): New functions.
3001
3002 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
3003
3004 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
3005 (org-outline-regexp): New constant.
3006 (org-remember-handler): Throw error when the target file is not in
3007 org-mode.
3008 (org-cleaned-string-for-export): No longer call
3009 `org-export-latex-cleaned-string' with an argument.
3010 (org-get-tags): Returns now a list, not a string.
3011 (org-get-tags-string): New function.
3012 (org-archive-subtree): No need to split return of `org-get-tags'.
3013 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
3014 instead of `org-get-tags'.
3015 (org-agenda-format-date): Rename from `org-agenda-date-format'.
3016 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
3017 (org-compatible-face): New argument INHERITS. Inherit from this
3018 face if possible.
3019 (org-level-1, org-level-2, org-level-3, org-level-4)
3020 (org-level-5, org-level-6, org-level-7, org-level-8)
3021 (org-special-keyword, org-drawer, org-column, org-warning)
3022 (org-archived, org-todo, org-done, org-headline-done, org-table)
3023 (org-formula, org-code, org-agenda-structure)
3024 (org-scheduled-today, org-scheduled-previously)
3025 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
3026 in the new way.
3027 (org-get-heading): New argument NO-TAGS.
3028 (org-fast-tag-selection-include-todo): Made defvar instead of
3029 defcustom, feature is not deprecated.
3030 (org-remember-store-without-prompt): New default value t.
3031 (org-todo-log-states): New variable.
3032 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
3033 Compute the log states.
3034 (org-goto-map): More commands copied from global map. Also bind
3035 `org-occur'.
3036 (org-goto): Made into a general lookup command.
3037 (org-get-location): Complete rewrite.
3038 (org-goto-exit-command): New variable.
3039 (org-goto-selected-point): New variable.
3040 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
3041 Set the new variables.
3042 (org-paste-subtree): Whitespace insertion strategy revised.
3043 (org-remember-apply-template): Protect v-A from the possibility
3044 that v-a might be nil.
3045 (org-remember-handler): Insertion rules revised.
3046 (org-todo): Respect org-todo-log-states.
3047 (org-up-heading-safe): New function.
3048 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
3049
3050 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3051
3052 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
3053 region if in transient-mark-mode.
3054
3055 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3056
3057 * calc/calc-ext.el (calc-init-extensions, calc-reset):
3058 * calc/calc-help.el (calc-full-help):
3059 * calc/calc-misc.el (another-calc):
3060 * calc/calc-store.el (calc-var-name-map):
3061 * calc/calc-stuff.el (calc-flush-caches):
3062 * calc/calc-units.el (math-build-units-table):
3063 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
3064 (calc-quit):
3065 * calendar/icalendar.el (icalendar--format-ical-event)
3066 (icalendar--convert-ical-to-diary):
3067 * emacs-lisp/authors.el (authors):
3068 * emacs-lisp/cust-print.el (custom-print-install)
3069 (custom-print-uninstall):
3070 * emacs-lisp/disass.el (disassemble-1):
3071 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3072 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
3073 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
3074 (elint-check-let-form, elint-check-condition-case-form)
3075 (elint-initialize):
3076 * emacs-lisp/elp.el (elp-results):
3077 * emacs-lisp/generic.el (generic-mode-internal):
3078 * emacs-lisp/re-builder.el (reb-delete-overlays):
3079 * emacs-lisp/regi.el (regi-interpret):
3080 * emacs-lisp/sregex.el (sregex--char-aux):
3081 * emulation/cua-rect.el (cua--deactivate-rectangle)
3082 (cua--highlight-rectangle, cua--rectangle-post-command):
3083 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
3084 * emulation/viper-macs.el (viper-describe-kbd-macros)
3085 (viper-describe-one-macro):
3086 * emulation/viper-util.el (viper-setup-master-buffer):
3087 * emulation/viper.el (set-viper-state-in-major-mode):
3088 * international/mule-diag.el (describe-current-coding-system):
3089 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
3090 * mail/emacsbug.el (report-emacs-bug):
3091 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
3092 * obsolete/hilit19.el (hilit-unhighlight-region)
3093 (hilit-set-mode-patterns):
3094 * play/solitaire.el (solitaire-check, solitaire-solve):
3095 * play/zone.el (zone-pgm-rotate):
3096 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
3097 * progmodes/ada-prj.el (ada-prj-display-page):
3098 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
3099 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
3100 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
3101 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
3102 * progmodes/sh-script.el (sh-make-vars-local)
3103 (sh-reset-indent-vars-to-global-values):
3104 * progmodes/sql.el (top):
3105 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
3106 * progmodes/xscheme.el (top):
3107 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
3108 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
3109 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
3110 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
3111 (artist-submit-bug-report):
3112 * textmodes/flyspell.el (flyspell-delay-commands)
3113 (flyspell-deplacement-commands):
3114 * textmodes/table.el (table--generate-source-epilogue, table-insert)
3115 (table--generate-source-cells-in-a-row, table--make-cell-map)
3116 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
3117
3118 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
3119
3120 * allout.el (produce-allout-mode-map, allout-process-exposed):
3121 * ansi-color.el (ansi-color-make-color-map):
3122 * autoinsert.el (auto-insert):
3123 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
3124 * dired-aux.el (dired-create-files):
3125 * dired.el (dired-restore-desktop-buffer):
3126 * ediff-diff.el (ediff-setup-fine-diff-regions):
3127 * ediff-mult.el (ediff-intersect-directories)
3128 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
3129 (ediff-redraw-registry-buffer):
3130 * ediff-ptch.el (ediff-fixup-patch-map):
3131 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
3132 (ediff-really-quit, ediff-clear-diff-vector):
3133 * emerge.el (emerge-really-quit):
3134 * ffap.el (ffap-replace-file-component):
3135 * filecache.el (file-cache-add-directory)
3136 (file-cache-add-directory-recursively)
3137 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
3138 (file-cache-delete-directory, file-cache-files-matching-internal)
3139 (file-cache-display):
3140 * files.el (cd):
3141 * find-lisp.el (find-lisp-insert-directory):
3142 * finder.el (finder-compile-keywords):
3143 * help.el (view-emacs-news):
3144 * hi-lock.el (hi-lock-write-interactive-patterns):
3145 * ido.el (ido-to-end, ido-set-matches-1):
3146 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
3147 (image-dired-mark-tagged-files):
3148 * jka-cmpr-hook.el (jka-compr-get-compression-info):
3149 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
3150 * ps-print.el (ps-background, ps-begin-file)
3151 (ps-build-reference-face-lists):
3152 * simple.el (clone-buffer):
3153 * startup.el (command-line):
3154 * tempo.el (tempo-insert-template, tempo-is-user-element)
3155 (tempo-forward-mark, tempo-backward-mark):
3156 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
3157
3158 2007-09-25 Glenn Morris <rgm@gnu.org>
3159
3160 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
3161
3162 * view.el (view-search-no-match-lines): Add a doc string.
3163 Rewrite to simplify and work better.
3164
3165 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3166
3167 * progmodes/cc-mode.el (c-mode-base-map):
3168 Use c-indent-line-or-region instead of c-indent-line.
3169
3170 * indent.el (indent-for-tab-command): First check if the region is
3171 active.
3172
3173 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3174
3175 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
3176 whitespace-rescan-timer-time is 0.
3177
3178 2007-09-24 Karl Berry <karl@gnu.org>
3179
3180 * international/mule.el (coding-system-base): Fix doc string grammar.
3181
3182 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
3183
3184 * net/tramp.el (tramp-completion-mode-p): Rename from
3185 `tramp-completion-mode'. Revert logic, check `return', `newline'
3186 and such alike. Packages like Icicles tend to use other completion
3187 characters but `tab' and `space' only.
3188
3189 2007-09-24 Adam Hupp <adam@hupp.org>
3190
3191 * progmodes/python.el (run-python): Import emacs module without
3192 waiting; prevents lockup on error.
3193
3194 2007-09-23 Richard Stallman <rms@gnu.org>
3195
3196 * mail/sendmail.el (mail-bury): Delete the frame
3197 if this frame looks like it was made for this message.
3198
3199 * completion.el (completion-separator-self-insert-command)
3200 (completion-separator-self-insert-autofilling):
3201 If `self-insert-command' has been remapped, use the substitute.
3202
3203 * simple.el (copy-region-as-kill): Doc fix.
3204
3205 * textmodes/org.el (org-confirm-shell-link-function)
3206 (org-confirm-elisp-link-function): Doc fixes.
3207
3208 2007-09-23 Glenn Morris <rgm@gnu.org>
3209
3210 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3211
3212 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
3213
3214 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
3215
3216 * term/tvi970.el (terminal-init-tvi970): Likewise.
3217
3218 * term/sun-mouse.el (print-mouse-format): Likewise.
3219
3220 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
3221 Use forward-line instead of previous-line and next-line.
3222
3223 2007-09-22 Juri Linkov <juri@jurta.org>
3224
3225 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
3226
3227 * tutorial.el (tutorial--default-keys): Update standard bindings:
3228 rename `iconify-or-deiconify-frame' to `suspend-frame',
3229 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
3230
3231 2007-09-22 Juri Linkov <juri@jurta.org>
3232
3233 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
3234 Add help-echo to external links and to links without description.
3235 (fancy-splash-insert): Use help-echo from the 3rd element of the
3236 link specification list, or "Follow this link" if it's nil. Doc fix.
3237
3238 2007-09-22 Juri Linkov <juri@jurta.org>
3239
3240 * startup.el (command-line): Rename `inhibit-startup-message' to
3241 `inhibit-startup-screen'.
3242 (fancy-about-text): Use shorter label for "Ordering Manuals".
3243 (fancy-startup-tail): Add optional arg `concise'. When `concise'
3244 is nil, display a line with "To start..." and 3 links to useful
3245 tasks. Display the "Dismiss" button and "Don't show this message
3246 again" only when concise is non-nil.
3247 (fancy-startup-screen): Call `fancy-startup-tail' with optional
3248 arg `concise'. If CONCISE is non-nil, display a concise version
3249 of the splash screen in another window. Otherwise, switch to the
3250 startup buffer in the same window.
3251 (startup-echo-area-message): Change displayed binding from
3252 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
3253 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
3254 the GNU system".
3255 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
3256 to "*GNU Emacs*".
3257 (display-about-screen): Don't check the existence of the buffer
3258 "*About GNU Emacs*".
3259 (display-splash-screen): Make alias to `display-startup-screen'.
3260 (command-line-1): Rename `inhibit-startup-message' to
3261 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
3262 started with command line options "-f", "-funcall", "-e", "-eval",
3263 "-execute", "-insert", "-find-file", "-file", "-visit".
3264 Inhibit startup screen when Emacs is started with a file name only
3265 on tty (i.e. don't inhibit it when started with a file name like
3266 "emacs FILE..." on a window system).
3267 (command-line-1): Simplify logic of displaying the startup screen:
3268 if file-count > 0, then display the concise version in another
3269 window, otherwise display full version in the same window.
3270
3271 * help.el (help-map): Bind C-h C-a to about-emacs.
3272 (help-for-help-internal): Add C-a description to C-h help text.
3273
3274 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3275
3276 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
3277 (checkdoc-permit-comma-termination-flag): Autoload the
3278 safe-local-variable setting.
3279
3280 * bookmark.el (bookmark-xemacsp): Remove.
3281 (bookmark-make): Don't use bookmark-xemacsp,
3282 use (featurep 'xemacs) instead.
3283
3284 * speedbar.el (speedbar-frame-mode)
3285 (speedbar-frame-reposition-smartly)
3286 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3287 (speedbar-check-vc): Remove use of non-existent variable
3288 dframe-xemacsp, use (featurep 'xemacs) instead.
3289
3290 * indent.el (indent-for-tab-command): Indent the region if
3291 transient-mark-mode and the region is active.
3292
3293 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
3294
3295 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3296 add inferior-octave-directory-tracker to the buffer-local value
3297 of comint-input-filter-functions.
3298
3299 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3300
3301 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
3302
3303 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
3304
3305 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
3306 on w32 frames.
3307
3308 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3309
3310 * startup.el (normal-top-level): Remove DISPLAY from
3311 process-environment to let it be computed dynamically in callproc.c.
3312
3313 * frame.el (frame-initialize, make-frame):
3314 * faces.el (tty-set-up-initial-frame-faces):
3315 * env.el (setenv): Don't set display-environment-variable.
3316
3317 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
3318 (server-create-tty-frame): Don't set unused `tty' property.
3319 Set `display' instead of display-environment-variable.
3320 (server-create-window-system-frame): No display-environment-variable.
3321
3322 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
3323
3324 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
3325 (rfn-eshadow-update-overlay-hook): New defvars.
3326 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
3327 Run the hooks.
3328
3329 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
3330 (tramp-rfn-eshadow-setup-minibuffer)
3331 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
3332 rfn-eshadow.el.
3333
3334 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
3335 timeout.
3336
3337 2007-09-21 Glenn Morris <rgm@gnu.org>
3338
3339 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
3340 * term/sun-mouse.el (suspend-emacstool): Remove.
3341 * term/sun.el: Remove emacstool-related code.
3342
3343 * emacs-lisp/bytecomp.el (byte-compile-warnings)
3344 (byte-compile-warnings-safe-p): Add `mapcar'.
3345 (byte-compile-warning-types): Add mapcar and make-local.
3346 (byte-compile-normal-call): Add option to suppress mapcar warning.
3347 (top-level): Use mapc rather than mapcar in eval-when-compile.
3348
3349 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
3350 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
3351 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
3352 Handle escaped parens.
3353 (latex-forward-sexp): Doc fix.
3354
3355 * eshell/esh-mode.el (eshell-output-filter-functions):
3356 Add eshell-postoutput-scroll-to-bottom.
3357
3358 * loadup.el: Remove termdev.
3359
3360 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
3361 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
3362
3363 2007-09-21 Markus Triska <markus.triska@gmx.at>
3364
3365 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
3366 `mapcar' is called for effect.
3367
3368 2007-09-21 Kevin Ryde <user42@zip.com.au>
3369
3370 * international/mule.el (sgml-html-meta-auto-coding-function):
3371 Bind `case-fold-search' to t.
3372
3373 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * termdev.el: Remove.
3376
3377 * frame.el (get-device-terminal): New function. Moved from termdev.el.
3378 (frames-on-display-list): Use it.
3379
3380 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
3381
3382 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
3383
3384 2007-09-20 Richard Stallman <rms@gnu.org>
3385
3386 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
3387
3388 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3389
3390 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
3391
3392 2007-09-20 Glenn Morris <rgm@gnu.org>
3393
3394 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3395 motion functions, rather than hard-coding "\n\n".
3396 (tex-validate-region): Check for eobp, to speed up.
3397 (tex-next-unmatched-end): Doc fix.
3398
3399 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3400
3401 * files.el (auto-mode-alist): Use archive-mode for .rar files.
3402
3403 * international/mule.el (auto-coding-alist): Rar archives are binary.
3404
3405 * arc-mode.el: Add basic support for Rar.
3406 (archive-find-type): Recognize Rar's signature.
3407 (archive-desummarize): New fun.
3408 (archive-summarize): Use it to restore the buffer's data in case
3409 someone wants to switch to some other major mode.
3410 (archive-resummarize): Use it as well.
3411 (archive-rar-summarize, archive-rar-extract): New functions.
3412
3413 * filesets.el: Remove spurious * in docstrings.
3414 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
3415 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
3416 (filesets-ingroup-collect): Remove unused arg `depth'.
3417 (filesets-update): Remove unused arg `version'.
3418
3419 * finder.el (finder-compile-keywords): Fix up comment style.
3420 (finder-mouse-face-on-line): previous-line -> forward-line.
3421
3422 * recentf.el: Remove spurious * in docstrings.
3423 (recentf-save-list): Fix up comment style.
3424
3425 * progmodes/octave-mod.el: Remove spurious * in docstrings.
3426 (octave-mode-map): Move init into declaration and remove \t binding.
3427 (octave-mode-startup-message): Remove unused var.
3428 (octave-scan-blocks): Remove unused arg `from'.
3429 (octave-forward-block, octave-down-block, octave-up-block):
3430 Update callers.
3431
3432 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
3433 (meta-mode-map): Likewise and remove \t binding.
3434
3435 * net/snmp-mode.el: Remove spurious * in docstrings.
3436 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
3437 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
3438 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
3439 that completion accepts lists of strings.
3440 (snmp-mode-syntax-table): Move initialization into declaration.
3441 (snmp-mode-map): Likewise and remove \t binding.
3442 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
3443 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
3444 (snmp-indent-command): Remove.
3445
3446 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
3447 binding, so tab-always-indent works right.
3448
3449 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
3450
3451 * net/browse-url.el (browse-url-elinks-new-window): New function.
3452 (browse-url-elinks): Use browse-url-elinks-new-window.
3453 Accept optional second argument `new-window'. Fix typo in doc-string.
3454 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
3455 Improve error message.
3456
3457 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3458
3459 * net/browse-url.el (browse-url-url-encode-chars): Use the right
3460 parameter name in the function body.
3461 Reported by Johannes Weiner.
3462
3463 2007-09-19 Glenn Morris <rgm@gnu.org>
3464
3465 * net/socks.el (socks-open-network-stream): Signal an explicit
3466 error if the port associated with a service string can't be found.
3467
3468 * textmodes/tex-mode.el (tex-terminate-paragraph):
3469 Use backward-paragraph.
3470
3471 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3472
3473 * server.el (server-running-p): New function.
3474
3475 2007-09-18 Jason Rumney <jasonr@gnu.org>
3476
3477 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
3478 x-focus-frame.
3479
3480 * frame.el (select-frame-set-input-focus, select-frame-by-name):
3481 Use x-focus-frame for w32.
3482
3483 2007-09-17 David Kastrup <dak@gnu.org>
3484
3485 * textmodes/tex-mode.el (tex-verbatim-environments):
3486 Eliminate CL dependency.
3487
3488 2007-09-17 Richard Stallman <rms@gnu.org>
3489
3490 * newcomment.el (comment-add): New arg EXTRA.
3491 (comment-region-default): Pass EXTRA if not indenting lines.
3492
3493 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3494
3495 * net/browse-url.el (browse-url-url-encode-chars): New function.
3496 URL-encode some chars in a string.
3497 (browse-url-encode-url): Rewrite using the previous function.
3498 (browse-url-file-url): Use `browse-url-url-encode-chars'.
3499 (browse-url-elinks-sentinel): Fix typo.
3500 (browse-url-new-window-flag): Doc change.
3501
3502 2007-09-17 Glenn Morris <rgm@gnu.org>
3503
3504 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3505 filename from `--file-line-error', if it is available.
3506
3507 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3508
3509 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3510 TeX `--file-line-error' format.
3511
3512 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3513
3514 * xt-mouse.el: Delete add-hook calls that were moved to
3515 xterm-mouse-mode.
3516 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
3517 does not work.
3518
3519 2007-09-17 Richard Stallman <rms@gnu.org>
3520
3521 * cus-face.el (custom-theme-set-faces): Undo previous change.
3522
3523 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
3524
3525 2007-09-17 Glenn Morris <rgm@gnu.org>
3526
3527 * textmodes/tex-mode.el (tex-region): Simplify previous change,
3528 handling the case where the region is not in `tex-main-file'.
3529 (tex-region-1): Delete.
3530 (tex-region-header): New function, doing the header part of the
3531 old tex-region-1.
3532
3533 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * simple.el (newline): Simplify use of prefix-numeric-value.
3536 (line-move-partial): Remove unused var `ppos'.
3537 (line-move-1): Replace 9999 with most-positive-fixnum.
3538 (move-end-of-line): Use more efficient single-property search.
3539 (move-beginning-of-line): Remove unused var `start'.
3540 (blink-matching-open): Restructure in a more functional style.
3541
3542 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3543
3544 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
3545
3546 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3547
3548 * server.el (server-clients): Only keep procs, no properties any more.
3549 (server-client): Remove.
3550 (server-client-get, server-client-set): Remove, replace all callers by
3551 process-get and process-put resp.
3552 (server-clients-with, server-add-client, server-delete-client)
3553 (server-create-tty-frame, server-create-window-system-frame)
3554 (server-process-filter, server-execute, server-visit-files)
3555 (server-buffer-done, server-kill-buffer-query-function)
3556 (server-kill-emacs-query-function, server-switch-buffer)
3557 (server-save-buffers-kill-terminal): Update accordingly.
3558
3559 * server.el (server-with-environment): Simplify.
3560 (server-select-display, server-unselect-display): Re-add functions that
3561 seem to have been lost in the multi-tty merge.
3562 (server-eval-and-print, server-create-tty-frame)
3563 (server-create-window-system-frame, server-goto-toplevel)
3564 (server-execute, server-return-error): New functions extracted from
3565 server-process-filter.
3566 (server-execute-continuation): New functions.
3567 (server-process-filter): Restructure so that all arguments are analysed
3568 first and then acted upon in a subsequent stage. This way
3569 server-goto-toplevel can be executed later, when we know if
3570 it's necessary.
3571 Remove the "-version" and "-version-good" support.
3572
3573 2007-09-16 Drew Adams <drew.adams@oracle.com>
3574
3575 * cus-edit.el (custom-face-edit-activate): Doc fix.
3576
3577 2007-09-16 Glenn Morris <rgm@gnu.org>
3578
3579 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
3580 Following cal-bahai renaming, update all instances of
3581 list-bahai-diary-entries to diary-bahai-list-entries,
3582 mark-bahai-diary-entries to diary-bahai-mark-entries,
3583 calendar-goto-bahai-date to calendar-bahai-goto-date,
3584 insert-bahai-diary-entry to diary-bahai-insert-entry,
3585 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
3586 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
3587 calendar-print-bahai-date to calendar-bahai-print-date.
3588
3589 * textmodes/tex-mode.el (tex-region): Handle the case where the
3590 region is not in `tex-main-file'. Move the old code that applies
3591 to both cases...
3592 (tex-region-1): ...to this new function.
3593
3594 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3595
3596 * vc.el (vc-process-sentinel): New function.
3597 (vc-exec-after): Use it instead of using ugly hackish analysis and
3598 construction of Elisp code.
3599 (vc-sentinel-movepoint): New dynamically scoped var.
3600 (vc-print-log, vc-annotate): Set it to move the user's point.
3601
3602 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
3603 inhibit-modification-hooks.
3604
3605 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
3606 (calendar-bahai-print-date, calendar-bahai-goto-date)
3607 (diary-bahai-list-entries, diary-bahai-insert-entry):
3608 New names to clean up the namespace a bit more.
3609 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
3610
3611 2007-09-15 Glenn Morris <rgm@gnu.org>
3612
3613 * calendar/holidays.el (holiday-list): Rename it back to
3614 `list-holidays', but leave `holiday-list' as an alias.
3615
3616 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
3617 custom group.
3618
3619 * textmodes/css-mode.el (css): New custom group.
3620 (css-electrick-keys, css-selector, css-property)
3621 (css-indent-offset): Specify custom group.
3622
3623 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3624
3625 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
3626 (cvs-execute-single-file): Use process-file.
3627 (cvs-run-process): Use start-file-process.
3628
3629 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
3630
3631 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
3632 level. Remove the hooks when turning off the mode.
3633
3634 * term/xterm.el: Require xt-mouse at compile time.
3635 (terminal-init-xterm): Turn on xterm mouse tracking for this
3636 terminal if xterm-mouse-mode is enabled.
3637
3638 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3639
3640 * term/xterm.el (xterm-function-map): Replace bindings that were
3641 deleted by the merge.
3642
3643 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
3644
3645 * play/bubbles.el (bubbles-version): Bump value to "0.5".
3646 (bubbles-mode-map): Move define-key statements here.
3647 (bubbles-game-theme-menu): Ditto.
3648 (bubbles-graphics-theme-menu): Ditto.
3649 (bubbles-menu): Ditto.
3650 (bubbles-mode): Initialize buffer-undo-list, redisplay.
3651 (bubbles--initialize): Reset buffer-undo-list, redisplay.
3652 (bubbles-plop): Set buffer-undo-list, redisplay.
3653 (bubbles-undo): Reset buffer-undo-list, redisplay.
3654 (bubbles--show-images): Take care of missing text properties.
3655
3656 2007-09-14 Glenn Morris <rgm@gnu.org>
3657
3658 * startup.el (fancy-startup-text, fancy-about-text): Fix face
3659 quoting.
3660
3661 * calendar/cal-hebrew.el, calendar/cal-menu.el
3662 * calendar/calendar.el, calendar/diary-lib.el
3663 * calendar/holidays.el: Rename all instances of
3664 list-calendar-holidays callers to calendar-list-holidays,
3665 list-holidays to holiday-list, check-calendar-holidays to
3666 calendar-check-holidays, mark-calendar-holidays to
3667 calendar-mark-holidays, and filter-visible-calendar-holidays to
3668 holiday-filter-visible-calendar.
3669
3670 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3671
3672 * term/xterm.el (xterm-function-map): Add C-M- bindings.
3673
3674 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3675
3676 * play/bubbles.el (bubbles--initialize-images): Fix bug:
3677 Use transparent background for empty cells in graphics mode.
3678
3679 2007-09-13 Jari Aalto <jari.aalto@cante.net>
3680
3681 * man.el (Man-default-man-entry): At end of line, continue looking
3682 to the next line for possible end of hyphenated command.
3683
3684 2007-09-13 Chris Moore <dooglus@gmail.com>
3685
3686 * shell.el (shell-resync-dirs): Don't move the cursor relative to
3687 the command being edited.
3688
3689 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
3690
3691 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
3692
3693 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
3694
3695 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
3696 C-M-S- keys.
3697
3698 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
3699
3700 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3701
3702 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
3703 New argument `filename-p' to use one set of confusing chars or another.
3704 (browse-url-file-url): Use the argument.
3705 Suggested by Johannes Weiner.
3706
3707 2007-09-12 Romain Francoise <romain@orebokech.com>
3708
3709 * cus-start.el (all): Revert 2007-09-08 change.
3710
3711 2007-09-12 Aaron Hawley <aaronh@garden.org>
3712
3713 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
3714 extract .Z files, since it is more common than uncompress.
3715
3716 2007-09-12 Glenn Morris <rgm@gnu.org>
3717
3718 * textmodes/org-publish.el (org-publish-org-to-html): Remove
3719 duplicate function definition.
3720
3721 2007-09-10 Chris Moore <dooglus@gmail.com>
3722
3723 * diff-mode.el (diff-sanity-check-hunk):
3724 Also accept single-line hunks.
3725
3726 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * startup.el (startup-screen-inhibit-startup-screen)
3729 (pure-space-overflow-message): New vars.
3730 (fancy-splash-insert): Allow functions for face and link specs.
3731 (fancy-splash-head): Remove unused arg. Move splash text...
3732 (fancy-startup-text, fancy-about-text): ...here.
3733 (fancy-startup-tail): Rename from fancy-splash-tail.
3734 (fancy-startup-screen, fancy-about-screen): Split off from
3735 fancy-splash-screens.
3736 (display-startup-screen): New function.
3737 (display-about-screen): Rename from display-splash-screen.
3738 (command-line-1): Use concise startup screen if necessary.
3739
3740 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3741
3742 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
3743 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
3744
3745 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3748 (python-font-lock-keywords): Update to the 2.5 version of the language.
3749 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3750 (python-backspace): Only behave funny in code.
3751 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3752 (inferior-python-mode): Add PDB prompt regexp.
3753 (python-fill-paragraph): Refine the fenced-string regexp.
3754 (python-find-imports): Handle imports spanning several lines.
3755 (python-mode): Add `class' to hideshow support.
3756
3757 2007-09-10 Dave Love <fx@gnu.org>
3758
3759 * outline.el (outline-4, outline-5, outline-7):
3760 Move font-lock-builtin-face down from 4 to 7 to better keep the
3761 progression of color brightness, and to better match Org-mode's faces.
3762
3763 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3764
3765 * progmodes/meta-mode.el (meta-font-lock-keywords)
3766 (font-lock-match-meta-declaration-item-and-skip-to-next)
3767 (meta-comment-indent, meta-indent-previous-line)
3768 (meta-indent-unfinished-line, meta-beginning-of-defun)
3769 (meta-end-of-defun, meta-common-initialization): Handle \f.
3770 (meta-indent-unfinished-line): Do not handle a `%' in a string as
3771 a comment-start.
3772
3773 * files.el (file-modes-char-to-who, file-modes-char-to-right)
3774 (file-modes-rights-to-number): Auxiliary functions for symbolic to
3775 numeric notation of file modes.
3776 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
3777 numeric value.
3778 (read-file-modes): New. Read either an octal value of a file mode or a
3779 symbolic value, and return its numeric value.
3780
3781 * dired-aux.el (dired-do-chmod): Change to use the built-in
3782 `set-file-modes' and the previous symbolic mode parsing functions.
3783
3784 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3785
3786 * textmodes/texinfo.el: Remove spurious * in docstrings.
3787 (texinfo-mode-syntax-table, texinfo-mode-map):
3788 Initialize in the declaration.
3789
3790 * tmm.el: Remove spurious * in docstrings.
3791 (tmm-prompt): Use with-current-buffer.
3792
3793 * vcursor.el: Remove spurious * in docstrings.
3794 (vcursor-map): Initialize in the declaration.
3795 (vcursor-use-vcursor-map): Use define-minor-mode.
3796 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
3797
3798 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
3799 Initialize in the declaration.
3800 (widget-minor-mode): Use define-minor-mode.
3801
3802 * woman.el (woman-mode-map, woman-syntax-table):
3803 Initialize in the declaration.
3804
3805 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
3806
3807 * doc-view.el: New file.
3808
3809 2007-09-09 Juri Linkov <juri@jurta.org>
3810
3811 * Makefile.in (update-authors): Add etc/ to AUTHORS.
3812
3813 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
3814
3815 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
3816 to "Startup screen". Fix docstring.
3817 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
3818 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
3819 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
3820 (initial-scratch-message): Fix docstring.
3821 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
3822 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
3823 Add link to "Customize Startup" and set interval between links to
3824 5 spaces.
3825 (fancy-about-text): Add links "Authors" and "Contributing".
3826 (fancy-splash-head): Add text "Welcome to " on the startup screen,
3827 and "This is " on the about screen. Add link to
3828 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
3829 For the about screen move emacs version to the header from
3830 `fancy-splash-tail' (as it's done already for normal about screen).
3831 (fancy-splash-tail): Insert emacs version only for startup screen.
3832 (normal-splash-screen): Remove duplicate empty lines.
3833 (normal-about-screen): Add links "Authors" and "Contributing".
3834
3835 * menu-bar.el (menu-bar-help-menu):
3836 Move "About Emacs" and "About GNU" to the end of the Help menu.
3837 Move "Emacs Psychotherapist" after "Send Bug Report...".
3838 Move "External Packages" after "Find Emacs Packages".
3839
3840 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
3841
3842 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
3843 they are useless with the byte compiler.
3844 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
3845 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
3846 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
3847 (tramp-file-name-real-host, tramp-file-name-port)
3848 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
3849 defuns.
3850
3851 * net/tramp-cache.el (top): Improve error message when
3852 `tramp-persistency-file-name' is corrupted.
3853
3854 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
3855
3856 * textmodes/org.el (org-re): Also replace the :alpha: class.
3857 (org-todo-tag-alist): Variable removed.
3858 (org-todo-key-alist, org-todo-key-trigger): New variables.
3859 (org-use-fast-todo-selection): New option.
3860 (org-log-done): Docstring fixed.
3861 (org-deadline-warning-days): New default value 14.
3862 (org-edit-timestamp-down-means-later): New option.
3863 (org-tag-alist): Docstring fixed.
3864 (org-fast-tag-selection-include-todo): New option.
3865 (org-export-language-setup): New languages added.
3866 (org-set-regexps-and-options): Compute the new variables.
3867 (org-paste-subtree): Cleaning up.
3868 (org-remember-apply-template): New escape %A.
3869 (org-todo): Call fast TODO selection.
3870 (org-fast-todo-selection): New function.
3871 (org-add-log-note): Allow prefix for abort exit.
3872 (org-at-property-p, org-entry-properties)
3873 (org-columns-get-autowidth-alist): Use :alpha: class.
3874 (org-get-wdays): New function.
3875 (org-agenda-remove-date): New variable.
3876 (org-agenda-get-deadlines): Use `org-get-wdays'.
3877 (org-agenda-get-deadlines): Reverse ee before returning.
3878 (org-format-agenda-item): New argument REMOVE-RE.
3879 (org-agenda-convert-date): Baha'i calendar added.
3880 (org-infile-export-plist): Also find DATE line.
3881 (org-get-min-level): New function.
3882 (org-export-as-html, org-export-as-ascii): Use the date format.
3883 (org-shiftup, org-shiftdown): Use.
3884 `org-edit-timestamp-down-means-later'.
3885 (org-assign-fast-keys): New function.
3886
3887 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
3888
3889 * cus-start.el (all): Add prefer-window-split-horizontally from
3890 window.c.
3891
3892 2007-09-08 Eli Zaretskii <eliz@gnu.org>
3893
3894 * net/browse-url.el (browse-url-galeon): Fix last change.
3895 (top-level): Require cl when compiling.
3896
3897 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
3898
3899 * textmodes/org-export-latex.el: arch-tag restored.
3900
3901 * textmodes/org-publish.el: arch-tag restored.
3902
3903 2007-09-08 Masatake YAMATO <jet@gyve.org>
3904
3905 * progmodes/which-func.el (which-func-modes): Add diff-mode.
3906
3907 * progmodes/cc-langs.el: Support new keywords added to
3908 objective-c frontend of gcc.
3909 (c-simple-stmt-kwds): Add @throw.
3910 (c-block-stmt-2-kwds): Add @synchronized.
3911 (c-block-stmt-1-kwds): Add @finally and @try.
3912
3913 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
3914
3915 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
3916 (org-agenda-after-show-hook): New variable.
3917 (org-columns-compile-format)
3918 (org-columns-get-autowidth-alist, org-buffer-property-keys)
3919 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
3920 property names.
3921 (org-get-wdays): New function.
3922
3923 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3924
3925 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
3926
3927 * term/xterm.el (xterm-function-map): Initialize in the declaration.
3928
3929 * vc-arch.el (vc-arch-checkin): Fix typo.
3930
3931 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3932
3933 * cus-face.el (custom-theme-set-faces): Set face attributes
3934 locally for each frame.
3935
3936 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3937
3938 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
3939 via font-lock-defaults.
3940
3941 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
3942 derived-mode-p.
3943
3944 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
3945
3946 * progmodes/autoconf.el (autoconf-definition-regexp):
3947 Handle optional square brackets around definition name.
3948
3949 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
3950
3951 * net/browse-url.el (browse-url-browser-function): Add elinks.
3952 (browse-url-elinks-wrapper): New option.
3953 (browse-url-encode-url, browse-url-elinks)
3954 (browse-url-elinks-sentinel): New functions.
3955 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
3956 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
3957 Use new function browse-url-encode-url.
3958
3959 2007-09-07 Glenn Morris <rgm@gnu.org>
3960
3961 * version.el (emacs-version): Revert 2007-08-29 change: no need to
3962 say if multi-tty is present.
3963
3964 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3965
3966 * cus-start.el (split-window-preferred-function): Add custom info.
3967
3968 * calendar/holidays.el (holiday-list, calendar-check-holidays)
3969 (calendar-mark-holidays, calendar-list-holidays)
3970 (holiday-filter-visible-calendar): New names to clean up namespace.
3971 (filter-visible-calendar-holidays, list-calendar-holidays)
3972 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
3973 Add compatibility aliases.
3974 (calendar-check-holidays, calendar-mark-holidays)
3975 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
3976 (holiday-sexp): Replace append with list.
3977 (holiday-filter-visible-calendar): Replace append with push.
3978
3979 * woman.el: Remove spurious * in docstrings.
3980 (woman-mini-help, woman-non-underline-faces, woman0-rename)
3981 (woman-topic-all-completions-merge, woman-file-name-all-completions)
3982 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
3983 (woman-write-directory-cache, woman-display-extended-fonts)
3984 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
3985 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
3986 (woman-mode): Use inhibit-read-only.
3987 (woman-negative-vertical-space): Use dotimes.
3988 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
3989
3990 2007-09-06 Romain Francoise <romain@orebokech.com>
3991
3992 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
3993 (vc-bzr-workfile-version): Use it.
3994
3995 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
3996
3997 * complete.el (PC-do-completion): Don't try to treat
3998 empty string as an abbreviation.
3999
4000 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4001
4002 * help-fns.el (describe-variable): Keep doc's text properties.
4003
4004 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
4005
4006 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
4007 instead of a file.
4008
4009 2007-09-06 Glenn Morris <rgm@gnu.org>
4010
4011 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
4012 (checkdoc-minor-mode): Allow user to specify lighter via
4013 checkdoc-minor-mode-string.
4014
4015 2007-09-05 Richard Stallman <rms@gnu.org>
4016
4017 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
4018 Several items removed, simplified, or put on one line.
4019 (fancy-about-text): Add substantial contents, part of startup text.
4020 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
4021 (normal-splash-screen): Call normal-mouse-startup-screen,
4022 normal-no-mouse-startup-screen, or normal-about-screen.
4023 (normal-mouse-startup-screen): New fn, broken out, shortened.
4024 (normal-no-mouse-startup-screen): New fn, broken out.
4025 (normal-about-screen): New function, contents all new.
4026
4027 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4028
4029 * emacs-lisp/rx.el (rx): Fix typo in docstring.
4030
4031 2007-09-05 Glenn Morris <rgm@gnu.org>
4032
4033 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
4034 is bound.
4035
4036 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4037
4038 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
4039 in doc string.
4040
4041 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4042
4043 * server.el (server-start, server-unload-hook): Undo previous change.
4044
4045 * xt-mouse.el: Undo previous change.
4046
4047 2007-09-04 Juri Linkov <juri@jurta.org>
4048
4049 * startup.el (fancy-about-text): New variable.
4050 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
4051 (fancy-current-text, fancy-splash-stop-time)
4052 (fancy-splash-outer-buffer): Remove variables.
4053 (fancy-splash-head, fancy-splash-tail): Add new optional argument
4054 `startup' and use it to conditionally display different texts for
4055 Startup and About screens. Don't display Help commands on the About
4056 screen.
4057 (fancy-splash-screens-1): Remove function and move its content to
4058 `fancy-splash-screens' to the part that dislpays the About screen.
4059 (exit-splash-screen): Don't treat specially exiting from
4060 alternating screens.
4061 (fancy-splash-screens): Rename argument `static' to `startup'.
4062 Fix docstring. Remove code for displaying alternating screens.
4063 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
4064 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
4065 for `inhibit-read-only'.
4066 (normal-splash-screen): Rename argument `static' to `startup'.
4067 Fix docstring. Use argument `startup' to conditionally display
4068 different texts for Startup and About screens. Don't display Help
4069 commands on the About screen. Remove `unwind-protect' `sit-for'
4070 delay and `kill-buffer' after it.
4071 (display-startup-echo-area-message): Remove call to
4072 `use-fancy-splash-screens-p' because image.el is preloaded and
4073 doesn't display "Loading image... done".
4074 (display-splash-screen): Rename argument `static' to `startup'.
4075 Fix docstring.
4076
4077 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4078
4079 * server.el (server-start, server-unload-hook):
4080 suspend-tty-functions has been renamed to suspend-tty-hook.
4081
4082 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
4083 resume-tty-hook.
4084
4085 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
4086
4087 * loadup.el: Fix merge problem, only load "button" once.
4088
4089 2007-09-03 Glenn Morris <rgm@gnu.org>
4090
4091 * vc-svn.el (vc-svn-print-log): If there is only one file, use
4092 "Working file:" as the prefix, for the sake of
4093 log-view-current-file.
4094
4095 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4096
4097 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
4098 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
4099 if the selected frames is in
4100 xterm-modify-other-keys-terminal-list.
4101 (xterm-turn-off-modify-other-keys): Add an optional frame
4102 parameter. Only turn off modify-other-keys if FRAME is in
4103 xterm-modify-other-keys-terminal-list.
4104 (xterm-remove-modify-other-keys): New function.
4105 (terminal-init-xterm): Use it. Deal with delete-frame hook.
4106 Add the selected frame to xterm-modify-other-keys-terminal-list.
4107
4108 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4109
4110 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
4111 (icon-map-list): New variable.
4112 (x-gtk-map-stock): Use icon-map-list.
4113
4114 2007-09-02 Romain Francoise <romain@orebokech.com>
4115
4116 * log-view.el (log-view-current-file): Balance parens.
4117
4118 2007-09-02 Glenn Morris <rgm@gnu.org>
4119
4120 * comint.el (comint-mode): Don't set scroll-conservatively.
4121
4122 * eshell/em-unix.el (eshell/time): Stringify and flatten the
4123 non-command arguments.
4124
4125 * log-view.el (log-view-current-file): Give a more explicit error
4126 if log-view-file-re fails to find a match.
4127
4128 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4129
4130 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4131 Fix bug: Don't expand top-level file name more than once.
4132 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
4133
4134 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4135
4136 * server.el (server-process-filter): Don't display the splash screen.
4137 It's annoying enough on the initial screen and becomes positively
4138 obnoxious here.
4139
4140 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4141
4142 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
4143 Change naming to use "avl-tree--" for internal functions.
4144
4145 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
4146
4147 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
4148 the merge.
4149 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
4150 (provide): Move to the end of file.
4151
4152 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
4153
4154 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4155
4156 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
4157 New variable. List of exceptions for the duplicated word rule.
4158 (flyspell-mark-duplications-flag): Mention it.
4159 (flyspell-word): Treat it.
4160
4161 * files.el (create-file-buffer): If the filename sans directory starts
4162 with spaces, remove them.
4163
4164 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4165
4166 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
4167 (x-gtk-map-stock): Use two directory elements when matching
4168 file name.
4169
4170 2007-08-31 James Wright <james@chumsley.org>
4171
4172 * eshell/em-unix.el (eshell/info): New function.
4173
4174 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * frame.el (frame-initialize, make-frame):
4177 * server.el (server-process-filter):
4178 * faces.el (tty-set-up-initial-frame-faces): Don't set
4179 term-environment-variable since it's not used any more.
4180
4181 * env.el (setenv): Don't treat $TERM specially.
4182
4183 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
4184 stated otherwise, subprocesses do not send back escape sequences
4185 corresponding to the terminal from which Emacs was started.
4186
4187 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
4188
4189 * calculator.el: Require cl for compilation.
4190
4191 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
4192
4193 * outline.el (outline-font-lock-levels): Comment out unused var.
4194 (outline-font-lock-face): Wrap around face list to handle any
4195 nesting depth gracefully.
4196
4197 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
4198
4199 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
4200 `set-file-times'.
4201
4202 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
4203
4204 * textmodes/org.el (org-export-visible): Fix drawers before export.
4205 (org-do-sort): Allow sorting by priority.
4206 (org-agenda-files): Ignore non-existing files.
4207 (org-agenda-skip-unavailable-files): New variable.
4208 (org-ellipsis): All a face as value.
4209 (org-mode): Interprete the face value of `org-ellipsis'.
4210 (org-archive-save-context-info): New option.
4211 (org-archive-subtree): Store context info in archived entry.
4212 (org-fast-tag-selection-can-set-todo-state): New variable.
4213 (org-fast-tag-selection): Allow setting TODO states through this
4214 interface.
4215 (org-cycle): Docstring updated.
4216 (org-todo-keyword-faces): New option.
4217 (org-get-todo-face): New function.
4218 (org-set-font-lock-defaults, org-agenda-highlight-todo):
4219 Use `org-get-todo-face'.
4220 (org-switch-to-buffer-other-window): New function.
4221 (org-table-edit-field, org-table-show-reference)
4222 (org-table-edit-formulas, org-add-log-note)
4223 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
4224 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
4225 `switch-to-buffer-other-window' to make sure that the temporary
4226 windows show up on the current frame.
4227 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
4228 (org-get-entries-from-diary, org-replace-region-by-html):
4229 Don't allow pop-up frames.
4230 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4231 Fix problems with time-of-day.
4232 (org-export-get-title-from-subtree): New function.
4233 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
4234 with listing items that are DONE.
4235 (org-change-tag-in-region): New command.
4236 (org-agenda-skip-scheduled-if-done)
4237 (org-agenda-skip-deadline-if-done): Docstring clarified.
4238 (org-mode): Hide drawers on startup.
4239 (org-get-todo-face): New function.
4240 (org-todo-keyword-faces): New option.
4241 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
4242 (org-remove-keyword-keys): New function.
4243
4244 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
4245
4246 * progmodes/grep.el (grep-find-ignored-directories):
4247 Add monotone _MTN bookkeeping directory in workspaces.
4248 Add RCS control directory. List items in alphabetical order.
4249
4250 * progmodes/grep.el (grep-files-aliases): Add cc alias.
4251 Sort items in alphabetical order. Fix parens.
4252
4253 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4254
4255 * vc-hg.el (vc-hg-extra-menu-map): New variable.
4256 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
4257 (vc-hg-pull): New functions.
4258 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
4259
4260 * term/mac-win.el: Don't require url, only autoloaded url
4261 functions are used in this file.
4262
4263 2007-08-29 Andreas Schwab <schwab@suse.de>
4264
4265 * shell.el (shell): Return correct value from interactive spec.
4266
4267 2007-08-29 Glenn Morris <rgm@gnu.org>
4268
4269 * version.el (emacs-version): Increase to 23.0.50.
4270
4271 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4272
4273 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
4274
4275 2007-08-29 Juri Linkov <juri@jurta.org>
4276
4277 * loadup.el: Add "button" loading after "faces" and move "startup"
4278 to load after "button".
4279
4280 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4281
4282 * loadup.el: Load term/mac-win on a Mac using Carbon.
4283
4284 * term/mac-win.el: Provide mac-win.
4285 (mac-initialized): New variable.
4286 (mac-initialize-window-system): New function. Move global setup here.
4287 (handle-args-function-alist, frame-creation-function-alist):
4288 (window-system-initialization-alist): Add mac entries.
4289 (x-setup-function-keys): New function containing all the
4290 top level function key definitions.
4291
4292 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
4293
4294 * env.el (read-envvar-name): Don't consider the environment frame param.
4295
4296 * env.el (setenv):
4297 * frame.el (frame-initialize, make-frame):
4298 * faces.el (tty-set-up-initial-frame-faces):
4299 * server.el (server-process-filter): Set
4300 display-environment-variable and term-environment-variable.
4301
4302 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
4303
4304 2007-08-29 Jason Rumney <jasonr@gnu.org>
4305
4306 * loadup.el: Only load term/x-win when X is compiled in.
4307 Load term/w32-win and dependencies on windows-nt.
4308
4309 * term/w32-win.el: Reorder to match x-win.el more closely.
4310 Provide w32-win. Don't throw error when global window-system not w32.
4311 (internal-face-interactive): Remove obsolete function.
4312 (x-setup-function-keys): Use local-function-key-map.
4313 (w32-initialized): New variable.
4314 (w32-initialize-window-system): Set it.
4315 Move more global setup here.
4316 (x-setup-function-keys): New function.
4317 (w32-initialize-window-system): Move non function key global setup here.
4318 (x-cut-buffer-max): Remove.
4319 (w32-initialize-window-system): New function.
4320 (handle-args-function-alist, frame-creation-function-alist):
4321 (window-system-initialization-alist): Add w32 entries.
4322
4323 2007-08-29 David Kastrup <dak@gnu.org>
4324
4325 * env.el (getenv): Pass frame to getenv-internal.
4326
4327 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
4328
4329 * version.el (emacs-version): Show if multi-tty is present.
4330
4331 * loadup.el: Delay loading env; mule-conf gets confused by cl
4332 during bootstrap. Also load termdev and term/x-win.
4333
4334 * bindings.el (mode-line-client): New variable.
4335 (help-echo): Add it to the default mode-line format.
4336
4337 * cus-start.el: Remove bogus window-system reference from GTK test.
4338
4339 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
4340 (ebrowse-electric-position-mode-map):
4341 * ebuff-menu.el (electric-buffer-menu-mode-map):
4342 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
4343 not `suspend-emacs'.
4344
4345 * ediff-wind.el (ediff-setup-windows-automatic): New function.
4346 (ediff-window-setup-function): Use it as default.
4347
4348 * files.el (save-buffers-kill-terminal): New function.
4349 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
4350
4351 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
4352 and `with-selected-frame'.
4353
4354 * help-fns.el (describe-variable): Describe frame-local variables
4355 correctly.
4356
4357 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
4358 display support.
4359 (normal-erase-is-backspace-setup-frame): New function.
4360
4361 * subr.el (with-selected-frame): New function.
4362 (read-quoted-char): Use terminal-local binding of
4363 local-function-key-map instead of function-key-map.
4364
4365 * talk.el (talk): New function.
4366 (talk-handle-delete-frame): New function.
4367 (talk-add-display): Open a new frame only if FRAME was not a frame.
4368
4369 * termdev.el: New file.
4370
4371 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
4372 * term/x-win.el: Don't bind f10.
4373 * tmm.el: Remove autoload binding for f10.
4374
4375 * international/encoded-kb.el (encoded-kbd-setup-display): Use
4376 `set-input-meta-mode'. Fix broken condition before set-input-mode.
4377 Store the saved input method as a terminal parameter. Add keymap
4378 parameter. Use it instead of changing key-translation-map directly.
4379 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
4380 Remove.
4381 (encoded-kbd-setup-display): New function.
4382
4383 * international/mule-cmds.el (set-locale-environment): Fix getenv
4384 call. Use save-buffers-kill-terminal. Ignore window-system; always
4385 set the keyboard coding system. Add DISPLAY parameter.
4386 (set-display-table-and-terminal-coding-system): Add DISPLAY
4387 parameter. Pass it to set-terminal-coding-system.
4388
4389 * international/mule.el (keyboard-coding-system): Test for
4390 encoded-kbd-setup-display, not encoded-kbd-mode.
4391 (set-terminal-coding-system, set-keyboard-coding-system): Add
4392 DISPLAY parameter.
4393 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
4394
4395 * term/README: Update.
4396
4397 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
4398
4399 * term/x-win.el (x-setup-function-keys): New function. Move
4400 function-key-map tweaks here. Protect against multiple calls on
4401 the same terminal. Use terminal-local binding of
4402 local-function-key-map instead of function-key-map.
4403 (x-initialize-window-system): Make a copy of pure list. Pass a
4404 frame getenv.
4405
4406 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
4407 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
4408 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
4409 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
4410 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
4411 local-function-key-map instead of function-key-map.
4412
4413 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
4414 `substitute-key-definition' and `define-key' calls against
4415 multiple execution. Use terminal-local binding of
4416 local-function-key-map instead of function-key-map. Pass a frame
4417 to getenv.
4418
4419 * edmacro.el (edmacro-format-keys):
4420 * emulation/cua-base.el (cua--pre-command-handler):
4421 * isearch.el (isearch-other-meta-char):
4422 * xt-mouse.el: Use terminal-local binding of
4423 local-function-key-map instead of function-key-map.
4424
4425 * fringe.el (set-fringe-mode): Simplify and fix using
4426 `modify-all-frames-parameters'.
4427 * scroll-bar.el (set-scroll-bar-mode): Ditto.
4428 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
4429 check before calling `tool-bar-setup'.
4430 (tool-bar-setup): New variable.
4431 (tool-bar-setup): Use it to guard against multiple calls. Add
4432 optional frame parameter, and select that frame before adding items.
4433 (toggle-tool-bar-mode-from-frame): New function.
4434
4435 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
4436 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
4437 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
4438 "Tool-bar" toggles to reflect the state of the current frame.
4439 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
4440
4441 * env.el: Require cl for byte compilation (for `block' and `return').
4442 (environment, setenv-internal): New functions.
4443 (let-environment): New macro.
4444 (setenv, getenv): Add optional terminal parameter. Update docs.
4445 (setenv): Use setenv-internal. Always set process-environment.
4446 Handle `local-environment-variables'.
4447 (read-envvar-name, setenv, getenv): Use frame parameters
4448 to store the local environment, not terminal parameters. Include
4449 `process-environment' as well.
4450
4451 * faces.el (tty-run-terminal-initialization): New function.
4452 (tty-create-frame-with-faces): Use it. Set up faces and
4453 background mode only after the terminal has been initialized.
4454 Call terminal-init-*. Don't load the initialization file more
4455 than once. Call set-locale-environment.
4456 (frame-set-background-mode): Handle the 'background-mode terminal
4457 parameter.
4458 (tty-find-type): New function.
4459 (x-create-frame-with-faces): Remove bogus check for
4460 first frame. Call `tool-bar-setup'. Don't make frame visible
4461 until we are done setting up all its parameters. Call
4462 x-setup-function-keys.
4463
4464 * frame.el (make-frame): Always inherit 'environment and 'client
4465 parameters. Set up the 'environment frame parameter, when needed.
4466 Also inherit 'client parameter. Don't override explicitly
4467 specified values with inherited ones. Add 'terminal frame
4468 parameter. Append window-system-default-frame-alist to parameters
4469 before calling frame-creation-function.
4470 (frame-initialize): Copy the environment from the initial frame.
4471 (window-system-default-frame-alist): Enhance doc string.
4472 (frame-notice-user-settings): Don't put 'tool-bar-lines in
4473 `default-frame-alist' when initial frame is on a tty.
4474 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
4475 Remove specified parameters from `window-system-default-frame-alist'.
4476 (make-frame-on-tty, framep-on-display, suspend-frame):
4477 Extend doc string, update parameter names.
4478 (frames-on-display-list): Use terminal-id to get the display id.
4479 (frame-notice-user-settings): Extend to apply
4480 settings in `window-system-default-frame-alist' as well.
4481 (terminal-id, terminal-parameters, terminal-parameter)
4482 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
4483 (delete-frame-functions): Add to `delete-frame-functions' hook.
4484 (blink-cursor-mode): Adapt blink-cursor-mode default
4485 value from startup.el.
4486 (make-frame-on-display): Protect condition on x-initialized when
4487 x-win.el is not loaded. Update doc.
4488 (suspend-frame): Use display-controlling-tty-p to decide between
4489 suspend-emacs and suspend-tty.
4490 (frames-on-display-list): Update for display ids.
4491 (framep-on-display): Ditto.
4492 (suspend-frame): Use display-name, not frame-tty-name.
4493 (selected-terminal): New function.
4494
4495 * server.el: Use `device' instead of `display' or `display-id' in
4496 variable and client parameter names.
4497 (server-select-display): Remove (unused).
4498 (server-tty-live-p, server-handle-delete-tty): Remove.
4499 (server-unquote-arg, server-quote-arg, server-buffer-clients):
4500 Update docs.
4501 (server-getenv-from, server-with-environment, server-send-string)
4502 (server-save-buffers-kill-terminal): New functions.
4503 (server-delete-client): Handle quits in kill-buffer. Don't kill
4504 modified buffers. Add extra logging. Delete frames after
4505 deleting the tty. Clear 'client parameter before deleting a frame.
4506 Use delete-display, not delete-tty.
4507 (server-visit-files): Don't set `server-existing-buffer' if the
4508 buffer already has other clients. Return list of buffers
4509 created. Update doc. Don't set client-record when nowait.
4510 (server-handle-delete-frame): Delete the client if this was its
4511 last frame. Check that the frame is alive. Remove bogus comment.
4512 Add note on possible race condition. Delete tty clients, if needed.
4513 (server-handle-suspend-tty): Use server-send-string. Kill the
4514 client in case of errors from process-send-string. Use the display
4515 parameter.
4516 (server-unload-hook): Remove obsolete delete-tty hook.
4517 (server-start): Ask before restarting if the old server still has
4518 clients. Add feedback messages. Remove obsolete delete-tty hook.
4519 (server-process-filter): Use server-send-string. Accept `-dir'
4520 command. Switch to *scratch* immediately after creating the frame,
4521 before evaluating any -evals. Protect `display-splash-screen'
4522 call in a condition-case. Explain why. Call
4523 `display-startup-echo-area-message' before
4524 `display-splash-screen'. Don't display the splash screen when no
4525 frame was created. Show the Emacs splash screen and startup echo
4526 area message. Display the *scratch* buffer by default. Store the
4527 local environment in a frame (not terminal) parameter. Do not try
4528 to decode environment strings. Fix reference to the 'display
4529 frame parameter. Change syntax of environment variables. Put
4530 environment into terminal parameters, not client parameters. Use
4531 a dummy client with --no-wait's X frames. In `-position LINE'
4532 handler, don't ruin the request string until the line number is
4533 extracted. Log opened files. Handle -current-frame command.
4534 Don't create frames when it is given. Don't bind X frames to the
4535 client when we are in -no-wait mode. Set locale environment
4536 variables from client while creating tty frames. Disable call to
4537 configure-display-for-locale. When processing -position command,
4538 don't change the request string until the parameters are
4539 extracted. Don't try to create an X frame when Emacs does not
4540 support it. Improve logging. Temporarily set ncurses-related
4541 environment variables to those of the client while creating a new
4542 tty frame. Select buffers opened by nowait clients, don't leave
4543 them buried under others. Set the display parameter, and use it
4544 when appropriate.
4545
4546 * startup.el (display-startup-echo-area-message): Handle
4547 `inhibit-startup-echo-area-message' here.
4548 (command-line-1): Moved from here.
4549 (fancy-splash-screens): Use `overriding-local-map' instead of
4550 `overriding-terminal-local-map' for now; the latter doesn't work
4551 right, it looses keypresses to another terminal. Use
4552 `overriding-terminal-local-map' to set up keymap. Install a
4553 `delete-frame-functions' hook to catch `delete-frame' events.
4554 Ignore `select-window' events to cope better with
4555 `focus-follows-mouse'. Don't switch back to the original buffer
4556 if the splash frame has been killed. Restore previous buffer, even
4557 if it's *scratch*.
4558 (normal-splash-screen): Don't let-bind `mode-line-format'; it
4559 changes the global binding - setq it instead. Use
4560 `save-buffers-kill-terminal'.
4561 (display-splash-screen): Don't do anything if the splash screen is
4562 already displayed elsewhere.
4563 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
4564 (command-line): Replace duplicated code with a call to
4565 tty-run-terminal-initialization. Don't load the terminal
4566 initialization file more than once. Remove call to nonexistent
4567 function `set-locale-translation-file-name'.
4568
4569 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
4570 parameters.
4571 (xterm-mouse-position-function, xterm-mouse-event): Update.
4572 (xterm-mouse-mode): Don't depend on current value of window-system.
4573 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4574 Update for multi-tty.
4575 (turn-on-xterm-mouse-tracking-on-terminal)
4576 (turn-off-xterm-mouse-tracking-on-terminal)
4577 (xterm-mouse-handle-delete-frame): New functions.
4578 (delete-frame-functions, after-make-frame-functions)
4579 (suspend-tty-functions, resume-tty-functions): Install extra hooks
4580 for multi-tty.
4581
4582 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4583
4584 * simple.el (invisible-p): Remove: implemented in C now.
4585 (line-move-invisible-p): Remove obsolete alias.
4586
4587 2007-08-28 Juri Linkov <juri@jurta.org>
4588
4589 * image-mode.el (image-type): New variable.
4590 (image-mode): Set default major mode name to "Image[text]".
4591 (image-minor-mode): Change LIGHTER to display image-type in the
4592 mode line.
4593 (image-minor-mode): Set default image-type to "text".
4594 (image-toggle-display): After switching to text mode, set
4595 image-type to "text" and major mode name to "Image[text]".
4596 After switching to image mode, set image-type to actual image
4597 type, and add image type to major mode name. Let-bind the same
4598 variable names as arguments of `image-type' and `create-image'.
4599 Bind `type' to the result of `image-type' and use it as arg
4600 of `create-image' to not determine the image type twice.
4601
4602 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
4603
4604 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
4605 (tramp-set-file-uid-gid, tramp-get-local-uid)
4606 (tramp-get-local-gid): New defuns.
4607 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
4608 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
4609 Improve fast track.
4610 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
4611 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
4612 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
4613 (tramp-handle-write-region): Improve fast track.
4614 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
4615 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
4616 be nil.
4617
4618 2007-08-28 Ivan Kanis <apple@kanis.eu>
4619
4620 * time.el: New feature to display several time zones in a buffer.
4621 (display-time-world-mode, display-time-world-display)
4622 (display-time-world, display-time-world-timer): New functions.
4623 (display-time-world-list, display-time-world-time-format)
4624 (display-time-world-buffer-name, display-time-world-timer-enable)
4625 (display-time-world-timer-second, display-time-world-mode-map):
4626 New variables.
4627
4628 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4629
4630 * term/x-win.el (x-gtk-stock-map): New variable.
4631 (x-gtk-map-stock): New function.
4632
4633 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
4634 prev/next-node.
4635
4636 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
4637
4638 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
4639
4640 2007-08-28 Glenn Morris <rgm@gnu.org>
4641
4642 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
4643
4644 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4645
4646 * progmodes/modula2.el (m2-definition, m2-module):
4647 Don't use previous-line. Reported by T. V. Raman.
4648
4649 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4650
4651 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
4652 argument to tool-bar-mode call.
4653
4654 2007-08-27 Glenn Morris <rgm@gnu.org>
4655
4656 * diff-mode.el (diff-find-file-name): Only accept regular files,
4657 to rule out /dev/null, directories, etc.
4658
4659 * vc-svn.el (vc-svn-diff): If the repository version of all the
4660 files is the same as the specified OLDVERS, do a local diff.
4661
4662 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4663
4664 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
4665 of buffers in uniquify-managed.
4666
4667 * simple.el (invisible-p): Rename from text-invisible-p.
4668 Update callers.
4669
4670 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
4673 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
4674 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
4675 (cperl-etags-goto-tag-location): Use new style backquotes.
4676
4677 * net/browse-url.el: Remove spurious * in custom docstrings.
4678 (browse-url-filename-alist): Use new-style backquote.
4679
4680 * emacs-lisp/backquote.el (backquote-unquote-symbol)
4681 (backquote-splice-symbol): Clarify they're not new-style unquotes.
4682
4683 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
4684 (\,@): Backslash the , and ,@ which are not new-style unquotes.
4685
4686 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
4687
4688 * net/socks.el (socks-username/password-auth-filter):
4689 Remove unused vars `state' and `desired-len'.
4690 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
4691 (socks-wait-for-state-change): Use new-style backquotes.
4692
4693 * pcvs.el (cvs-mode-status): Fix long-standing typo.
4694
4695 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
4696 backquotes after each `read' rather than once per buffer.
4697
4698 * dframe.el: Remove spurious * in custom docstrings.
4699 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
4700 (dframe-xemacs20p): Remove, inline at the sole use point.
4701 (defface): Don't defvar the face, don't use old-style backquote.
4702 (defcustom): Don't use old-style backquote.
4703 (dframe-frame-parameter, dframe-mouse-event-p):
4704 Make it obvious that it's always defined.
4705 (dframe-popup-kludge): New function to replace
4706 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
4707 (dframe-frame-mode, dframe-set-timer-internal)
4708 (dframe-mouse-set-point): Remove use of with-no-warnings from
4709 XEmacs-specific code.
4710 (dframe-set-timer-internal): Fix very old bug with
4711 post-command-idle-hook.
4712
4713 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
4714
4715 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4716
4717 * emacs-lisp/avl-tree.el: New file.
4718
4719 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4720
4721 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
4722 was used.
4723
4724 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
4725
4726 * complete.el (PC-do-completion): Make RET accept a non-unique but
4727 complete expansion again.
4728
4729 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
4730
4731 * eshell/esh-opt.el (eshell-eval-using-options):
4732 Add debug declaration.
4733
4734 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4735
4736 * log-view.el (log-view-toggle-mark-entry): Add docstring.
4737 (log-view-get-marked): Likewise.
4738
4739 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
4740 (vc-delete-automatic-version-backups): Likewise.
4741
4742 * vc.el (vc-dired-buffers-for-dir): Likewise.
4743
4744 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
4745
4746 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
4747 safe-local-variable setting.
4748 * progmodes/perl-mode.el (perl-indent-level): Likewise.
4749
4750 * log-view.el (log-view-marked-list): Delete variable.
4751 (log-view-mode): Don't use it.
4752 (log-view-toggle-mark-entry): Likewise, simplify.
4753 (log-view-current-tag): Don't return properties.
4754 (log-view-get-marked): New function.
4755
4756 2007-08-25 Alexandre Julliard <julliard@winehq.org>
4757
4758 * vc-git.el (vc-git-mode-line-string): New function.
4759
4760 2007-08-25 Alan Mackenzie <acm@muc.de>
4761
4762 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
4763 new language variable.
4764
4765 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
4766 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
4767 "extern" etc., rather than BOI. Fix addition of spurious
4768 syntactic-symbol 'defun-block-intro, replacing it with
4769 'innamespace, etc.
4770
4771 2007-08-25 Juri Linkov <juri@jurta.org>
4772
4773 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
4774
4775 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
4776 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
4777 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
4778
4779 * image.el (image-type-header-regexps): Use more complex regexp for svg.
4780 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
4781 (image-type-auto-detectable): Add (svg . maybe).
4782
4783 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
4784 to treat it like .tgz.
4785
4786 * calendar/cal-bahai.el: Add file coding cookie.
4787
4788 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
4789
4790 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
4791 Don't behave differently when executed via M-x. Add doc string.
4792
4793 * sort.el (sort-fold-case, sort-numeric-base): Mark as
4794 safe-local-variable.
4795
4796 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
4797
4798 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
4799 the default value.
4800 (math-calendar-tzinfo): New variable.
4801 (math-get-calendar-tzinfo): New function.
4802 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
4803 to get information when zone is nil.
4804
4805 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4806
4807 * log-view.el (log-view-toggle-mark-entry): New function.
4808 (log-view-mode-map): Bind it.
4809 (log-view-marked-list): New variable.
4810 (log-view-mode): Make it local.
4811
4812 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4813
4814 * play/zone.el (zone-pgm-rat-race): New func.
4815 (zone-programs): Add `zone-pgm-rat-race'.
4816
4817 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4818
4819 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
4820 a list.
4821
4822 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4823
4824 * progmodes/hideshow.el (hs-match-data): Delete alias.
4825 (hs-hide-block-at-point, hs-find-block-beginning)
4826 (hs-show-block): Use `match-data' directly.
4827
4828 2007-08-24 Martin Rudalics <rudalics@gmx.at>
4829
4830 * format.el (format-alist): Fix typo in doc-string.
4831
4832 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
4833
4834 * net/tramp.el (tramp-local-host-p): New defun.
4835 (tramp-handle-file-local-copy, tramp-handle-write-region):
4836 Implement fast track when being on the local host.
4837 (tramp-file-name-handler): Don't set "started" property. It shall
4838 be reserved for the "ftp" method.
4839 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
4840
4841 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
4842 (tramp-ftp-file-name-handler): Set "started" property.
4843
4844 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4845
4846 * files.el (backup-buffer-copy): Don't wrap delete in
4847 condition-case, only try to delete if file exists.
4848
4849 2007-08-24 Glenn Morris <rgm@gnu.org>
4850
4851 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
4852
4853 * startup.el (tutorial-directory): Set with eval-at-startup so it
4854 gets the right value in an installed Emacs.
4855
4856 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4857
4858 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
4859 (eldoc-highlight-function-argument): Use it.
4860
4861 2007-08-23 Masatake YAMATO <jet@gyve.org>
4862
4863 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
4864 name of parameters in document body.
4865
4866 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
4869 (byte-compile-output-as-comment): Use with-current-buffer rather than
4870 a weird set-buffer&prog1 combination.
4871
4872 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
4873 test so as to optimise cases where the `progn's result is constant.
4874
4875 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4876
4877 * locate.el (locate-get-file-positions):
4878 Use line-beginning-position and line-end-position.
4879
4880 2007-08-23 John Wiegley <johnw@newartisans.com>
4881
4882 * calendar/cal-bahai.el: Added in the diacriticals that were
4883 missing for many of the month names.
4884
4885 2007-08-22 Jason Rumney <jasonr@gnu.org>
4886
4887 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
4888
4889 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
4890
4891 * image-mode.el (image-minor-mode): Use image-mode-text-map.
4892
4893 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4894
4895 * dabbrev.el (dabbrev--progress-reporter): New variable.
4896 (dabbrev--scanning-message): Delete func.
4897 (dabbrev--find-expansion): Use a progress reporter
4898 instead of dabbrev--scanning-message.
4899
4900 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4901
4902 * comint.el (comint-exec-1): Raise an error if
4903 `start-file-process' does not return a process object.
4904
4905 * shell.el (shell): Prompt for `default-directory' if it is a
4906 remote file name, and if called with a prefix arg.
4907
4908 2007-08-22 Sam Steingold <sds@gnu.org>
4909
4910 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
4911
4912 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
4913
4914 * textmodes/org-export-latex.el: New file.
4915
4916 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
4917
4918 * textmodes/org.el (org-agenda-skip): Allow a form for
4919 `org-agenda-skip-function'.
4920 (org-agenda-redo): Re-use local settings.
4921 (org-agenda): Store local settings.
4922 (org-agenda-deadline-faces): New option.
4923 (org-agenda-deadline-face): New function.
4924 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
4925 entries on their due date.
4926 (org-agenda-get-timestamps): No longer handle the due dates of
4927 schedules and deadline items.
4928 (org-insert-link-global, org-open-at-point-global): New commands.
4929 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
4930 :for-ascii parameter.
4931 (org-skip-comments): Function removed.
4932 (org-cleaned-string-for-export): Handle special table lines.
4933 (org-global-properties): New option.
4934 (org-entry-get-with-inheritance): Check global properties.
4935 (org-local-properties): New variable.
4936 (org-set-regexps-and-options): Find the #+PROPERTY line.
4937 (org-link-types): Change type into variable (was constant).
4938 (org-make-link-regexps): New function.
4939 (org-link-re-with-space, org-link-re-with-space2)
4940 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
4941 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
4942 these regular expressions happens now in the function
4943 `org-make-link-regexps'.
4944 (org-store-link): Call the functions in
4945 `org-store-link-functions'.
4946 (org-add-link-type): New function.
4947 (org-store-link-functions): New variable.
4948 (org-activate-tags): Force matches to be in headlines.
4949 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
4950 (org-columns-display-here): Make sure this works in a narrowed
4951 buffer by checking for point-min.
4952 (org-columns-display-here): Make the rest of the line intangible,
4953 so that point never can be there.
4954 (org-cleaned-string-for-export): Use `with-current-buffer'.
4955 (org-replace-region-by-html): Use `with-current-buffer'.
4956 (org-unfontify-region, org-do-occur, org-columns-display-here)
4957 (org-columns-remove-overlays, org-columns-quit)
4958 (org-columns-edit-value, org-columns-next-allowed-value)
4959 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
4960 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
4961 (org-agenda-todo, org-agenda-change-all-lines)
4962 (org-agenda-align-tags, org-agenda-priority)
4963 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
4964 (org-agenda-show-new-time, org-cleaned-string-for-export)
4965 (org-export-grab-title-from-buffer)
4966 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
4967 instead of `buffer-read-only'.
4968 (org-export-as-html): Set `coding-system-for-write'.
4969 (org-remember-store-without-prompt): New option.
4970 (org-archive-subtree): Fixed bug with modifying TODO keyword.
4971 (org-beginning-of-line): Also treat C-a special in items.
4972 (org-table-convert-refs-to-rc): Fixed problem with column
4973 reference after "..".
4974 (org-columns-compute): Don't mark buffer modified because of text
4975 properties.
4976 (org-batch-store-agenda-views): Use the variable
4977 `default-directory', not the function.
4978 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
4979 (org-clock-out-when-done): New option.
4980 (org-html-entities): Added HTML entities for smileys.
4981
4982 2007-08-22 Glenn Morris <rgm@gnu.org>
4983
4984 * image.el (create-image): Doc fix.
4985
4986 * startup.el (tutorial-directory): New constant.
4987 (fancy-splash-text): Tutorials now in tutorial-directory.
4988 * tutorial.el (help-with-tutorial): Tutorials now in
4989 tutorial-directory.
4990
4991 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4992
4993 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
4994 otherwise.
4995 (tramp-get-remote-path): New defun. Replace occurrences of
4996 `tramp-default-remote-path' by this function.
4997 (tramp-set-remote-path): Move most of the code to
4998 `tramp-get-remote-path'.
4999 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
5000 existing directories, this is done already in
5001 `tramp-get-remote-path'.
5002
5003 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
5004
5005 * image-file.el (image-file-name-extensions): Add "svg".
5006 * image.el (image-type-header-regexps): Add svg entry.
5007
5008 2007-08-22 Glenn Morris <rgm@gnu.org>
5009
5010 * files.el (backup-buffer-copy): Check backup directory is
5011 writable, to avoid infloop deleting old backup.
5012
5013 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
5014 movemail related variables.
5015 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
5016 will now be set before this is called.
5017
5018 2007-08-21 Juri Linkov <juri@jurta.org>
5019
5020 * delsel.el (delete-selection-pre-hook):
5021 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
5022 instead of checking last-command.
5023
5024 2007-08-21 Juri Linkov <juri@jurta.org>
5025
5026 * loadup.el: Preload "button".
5027
5028 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5031 Add previous-line and next-line.
5032
5033 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
5034 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
5035
5036 * vc-hooks.el (vc-menu-entry): New var.
5037 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
5038 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
5039 (vc-menu-map): Declare and initialize in one step.
5040 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
5041
5042 * menu-bar.el (vc-menu-map): Don't setup any more.
5043 Instead, just create the proper spot in the menu.
5044
5045 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * smerge-mode.el (smerge-resolve): New arg `safe'.
5048 (smerge-resolve-all, smerge-batch-resolve): New function.
5049 (smerge-refine): Make sure `diff' returns the expected result.
5050 (smerge-parsep-re): New const.
5051 (smerge-mode): Use it to adjust paragraph-separate.
5052
5053 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5054 Correctly match / regexp matchers as first char on a line when
5055 fontifying only that line.
5056
5057 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
5058
5059 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * vc-bzr.el: Don't fiddle with vc-handled-backend.
5062 (vc-bzr-registered): Don't redundantly protect against
5063 file-error. Actually use the format-specific code.
5064 (vc-bzr-buffer-nonblank-p): Remove.
5065 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
5066
5067 2007-08-20 Juri Linkov <juri@jurta.org>
5068
5069 * startup.el (fancy-splash-text): Change multiple tabs into one
5070 tab. Remove "Useful File menu items" section (with "Exit Emacs"
5071 and "Recover Crashed Session").
5072 (fancy-splash-screens): Set tab-width to 22.
5073 (normal-splash-screen): Replace literal tabs with \t and
5074 fix whitespace. Remove "Useful File menu items" section (with
5075 "Exit Emacs" and "Recover Crashed Session").
5076
5077 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
5078
5079 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
5080 extracted from `eval-last-sexp-1'.
5081 (eval-last-sexp-1): Call `preceding-sexp'.
5082
5083 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
5084
5085 * vc-rcs.el (vc-rcs-annotate-command):
5086 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
5087 Add back :vc-annotate-prefix propertization.
5088
5089 2007-08-20 Andreas Schwab <schwab@suse.de>
5090
5091 * mail/rmail.el (rmail-autodetect): Doc fix.
5092
5093 2007-08-19 Juri Linkov <juri@jurta.org>
5094
5095 * startup.el (normal-splash-screen): Add more links.
5096
5097 2007-08-19 Juri Linkov <juri@jurta.org>
5098
5099 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
5100 because it's common to both types of splash screen: fancy and normal.
5101 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
5102 (exit-splash-screen): Rename from `fancy-splash-quit'.
5103 Use `quit-window' instead of `kill-buffer'.
5104 (fancy-splash-head): Use make-button to insert GNU image link.
5105 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
5106 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
5107 (normal-splash-screen): Put "Browse manuals" on the same line with
5108 "Emacs manual". Remove descriptions from "Useful tasks" and put
5109 all links in two columns on two lines.
5110
5111 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
5112
5113 * emulation/viper.el (viper-remove-hooks): Remove some additional
5114 viper hooks when the user calls viper-go-away.
5115 (viper-go-away): Restore the default of default-major-mode.
5116 Save the value of default-major-mode before vaperization.
5117
5118 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
5119
5120 * emulation/viper-ex.el: Replace error "" with "Viper bell".
5121
5122 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
5123 buffer for which file is created.
5124
5125 2007-08-19 Glenn Morris <rgm@gnu.org>
5126
5127 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
5128 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
5129 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
5130 shadow files messing up the compilation.
5131
5132 2007-08-18 Glenn Morris <rgm@gnu.org>
5133
5134 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
5135 string. Also apply eldoc-argument-case in the help-split-fundoc
5136 case. Adapt for changed behavior of eldoc-function-argstring,
5137 eldoc-function-argstring-format, and
5138 eldoc-highlight-function-argument.
5139 (eldoc-highlight-function-argument): Handle nil INDEX argument,
5140 just call eldoc-docstring-format-sym-doc in that case.
5141 (eldoc-function-argstring): Change the behavior. Now it converts
5142 an argument list to a string.
5143 (eldoc-function-argstring-format): Change the behavior. Now it
5144 applies `eldoc-argument-case' to a string.
5145
5146 * progmodes/scheme.el (scheme-mode-variables): Set
5147 font-lock-comment-start-skip.
5148
5149 2007-08-18 Martin Rudalics <rudalics@gmx.at>
5150
5151 * progmodes/ada-mode.el (ada-create-syntax-table): Move
5152 set-syntax-table from here to ...
5153 (ada-mode): ... here. Do not change global value of
5154 comment-multi-line. Call new function
5155 ada-initialize-syntax-table-properties and add new function
5156 ada-handle-syntax-table-properties to font-lock-mode-hook.
5157 (ada-deactivate-properties, ada-initialize-properties): Replace
5158 by new functions ...
5159 (ada-handle-syntax-table-properties)
5160 (ada-initialize-syntax-table-properties)
5161 (ada-set-syntax-table-properties): ... to set up syntax-table
5162 properties uniformly, independently from whether font-lock-mode
5163 is enabled or not. Handle read-only buffers and do not change
5164 undo-list when setting syntax-table properties.
5165 (ada-after-change-function): Use ada-set-syntax-table-properties.
5166
5167 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5168
5169 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
5170 (meta-indent-current-nesting): Use a computation of the nesting
5171 instead.
5172 (meta-indent-current-indentation): Indentation is given according
5173 to nesting and if the previous line was finished or not.
5174 (meta-indent-unfinished-line): Tell if the current line ends with
5175 a finished expression.
5176 (meta-indent-looking-at-code): Like `looking-at', but checks if
5177 the point is in a string before.
5178 (meta-indent-level-count): Use it. Don't count parenthesis as it's
5179 done in the nesting function.
5180 (meta-indent-in-string-p): Tell if the current point is in a
5181 string.
5182 (meta-indent-calculate): Treat b-o-b as a special case. Use the
5183 previous functions.
5184
5185 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
5186
5187 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
5188 (copyright-update-year, copyright-update)
5189 (copyright-fix-years): Use it.
5190
5191 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
5192
5193 * emacs-lisp/copyright.el (copyright-update-year):
5194 Fix bug: Handle nil copyright-limit.
5195
5196 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5197
5198 * calc/calc-units.el (math-standard-units): Give exact
5199 conversion for tsp.
5200
5201 * calc/calc.el (math-bignum-digit-length): Compute the
5202 appropriate value.
5203
5204 * calc/calc-bin.el (math-bignum-logb-digit-size)
5205 (math-bignum-digit-power-of-two):
5206 * calc/calc-comb.el (math-small-factorial-table):
5207 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5208 (math-approx-gamma-const):
5209 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
5210 (math-besY1, math-bernoulli-b-cache):
5211 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5212 Remove `eval-when-compile's.
5213
5214 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5215
5216 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
5217 (cperl-find-pods-heres): Fix an error when typing expressions like
5218 `s{a}{b}'.
5219
5220 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5221
5222 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
5223 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
5224 a special case (there's no build number).
5225
5226 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
5227
5228 * completion.el (symbol-under-point, symbol-before-point)
5229 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
5230
5231 2007-08-17 Glenn Morris <rgm@gnu.org>
5232
5233 * progmodes/compile.el (compilation-get-file-structure): Make use
5234 of the directory part when checking for an existing entry, to
5235 handle files with same basename in different directories.
5236
5237 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5238
5239 * calc/calc.el (calc-language-alist): Add texinfo-mode.
5240
5241 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5242
5243 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
5244 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
5245 (ps-paragraph-spacing): Docstring fix.
5246
5247 2007-08-16 Glenn Morris <rgm@gnu.org>
5248
5249 * ps-print.el (ps-font-size): Doc fix.
5250
5251 2007-08-16 Richard Stallman <rms@gnu.org>
5252
5253 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
5254
5255 2007-08-15 Juri Linkov <juri@jurta.org>
5256
5257 * startup.el (initialization): Change parent group from `internal'
5258 to `environment'.
5259 (initial-buffer-choice): New variable.
5260 (command-line): Revert 2007-07-02 change that sets
5261 buffer-offer-save in *scratch* and enables auto-save in it.
5262 (fancy-splash-text): Add links to existing items. Add new items
5263 with links for useful tasks. Move information about Control-g to
5264 fancy-splash-head. Move "Emacs Guided Tour" to the end.
5265 (fancy-splash-keymap): New variable.
5266 (fancy-splash-last-input-event): Remove variable.
5267 (fancy-splash-insert): Add processing of `:link' element.
5268 (fancy-splash-head): Replace "Type Control-l to begin editing"
5269 with "Type `q' to exit".
5270 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
5271 (fancy-splash-default-action, fancy-splash-special-event-action):
5272 Remove functions.
5273 (fancy-splash-quit): New function.
5274 (fancy-splash-screens): Rename input arg from `hide-on-input' to
5275 `static' and reverse the condition of its usage. Don't preserve
5276 original values of `minor-mode-map-alist',
5277 `emulation-mode-map-alists', `special-event-map'.
5278 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5279 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5280 Remove processing of special events. Use local key map
5281 `fancy-splash-keymap'. Set buffer to read-only.
5282 (normal-splash-screen): Rename input arg from `hide-on-input' to
5283 `static' and reverse the condition of its usage.
5284 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5285 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5286 Add links to existing items. Add new items with links for useful
5287 tasks. Use local key map `fancy-splash-keymap'.
5288 (display-splash-screen): Rename input arg from `hide-on-input' to
5289 `static'.
5290 (about-emacs): Add alias to display-splash-screen.
5291 (command-line-1): Use `initial-buffer-choice'.
5292
5293 * menu-bar.el (menu-bar-help-menu):
5294 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
5295 item to about-emacs instead of display-splash-screen.
5296
5297 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5298
5299 * calc/calc-units.el (math-standard-units): Update values.
5300 Put in exact, rational values when possible.
5301 (math-unit-prefixes): Replace floats with powers of ten.
5302 (math-standard-units-systems): Replace floats with integers.
5303 (math-make-unit-string): Remove extra spaces in output.
5304
5305 2007-08-15 Glenn Morris <rgm@gnu.org>
5306
5307 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
5308 sloppier, for the sake of GNU Mailman.
5309 (rmail-digest-rfc1153): Initialize `result' correctly.
5310
5311 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5312
5313 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
5314 in the mail title. Suggested by Reiner Steib.
5315
5316 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
5317
5318 * calc/calc-aent.el (calc-do-quick-calc): Add binary
5319 representation of integers to the list of outputs.
5320
5321 2007-08-14 Glenn Morris <rgm@gnu.org>
5322
5323 * simple.el (bad-packages-alist): New constant.
5324 (bad-package-check): New function. Together, these two add elements
5325 to `after-load-alist' to check for problematic external packages.
5326 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
5327
5328 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5329
5330 * calc/calc-units.el (math-get-standard-units)
5331 (math-get-units, math-make-unit-string)
5332 (math-get-default-units, math-put-default-units): New functions.
5333 (math-default-units-table): New variable.
5334 (calc-convert-units, calc-convert-temperature): Add machinery
5335 to supply default values.
5336
5337 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
5340 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
5341 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
5342 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
5343
5344 * emulation/tpu-extras.el: Remove spurious * in docstrings.
5345 Put its autoloads into tpu-edt.el rather than loaddefs.el.
5346 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
5347 Make into a proper minor-mode.
5348 (tpu-backward-char, tpu-next-line, tpu-previous-line)
5349 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
5350 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
5351 (tpu-set-cursor-free, tpu-set-cursor-bound):
5352 Delegate to tpu-cursor-free-mode.
5353 (tpu-next-line, tpu-previous-line, tpu-forward-line)
5354 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
5355 Use line-move or forward-line instead of next-line-internal.
5356
5357 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
5358
5359 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
5360
5361 2007-08-12 Richard Stallman <rms@gnu.org>
5362
5363 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
5364 (cvs-execute-single-file): Use new name split-string-and-unquote.
5365 (cvs-header-msg): Use new name combine-and-quote-strings.
5366
5367 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
5368
5369 * progmodes/gud.el (gud-common-init): Use new name
5370 split-string-and-unquote.
5371
5372 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
5373 in javac regexp.
5374
5375 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
5376 combine-and-quote-strings and split-string-and-unquote.
5377
5378 * subr.el (combine-and-quote-strings): Rename from strings->string.
5379 (split-string-and-unquote): Rename from string->strings.
5380
5381 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
5384 to buffer-local settings.
5385
5386 * emacs-lisp/backquote.el (backquote-delay-process): New function.
5387 (backquote-process): Add internal arg `level'. Use the two to
5388 correctly handle nested backquotes.
5389
5390 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
5391
5392 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
5393 (vc-bzr-state-words): Add "kind changed" state word.
5394 (vc-bzr-status): New function. Return Bzr idea of file status,
5395 which is different from VC's.
5396 (vc-bzr-state): Use vc-bzr-status.
5397 (vc-workfile-unchanged-p): Use vc-bzr-status.
5398 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
5399 (vc-dired-state): Process "kind changed" state word.
5400
5401 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5402
5403 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
5404
5405 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
5406 Move from vc-default-find-file-not-found-hook.
5407
5408 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5409
5410 * man.el: Remove spurious * in docstrings.
5411 Merge defvars and toplevel setq-defaults.
5412 (Man-highlight-references0): Limit=nil rather than point-max.
5413 (Man-mode-map): Move initialization into the declaration.
5414 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
5415 (Man-view-header-file): Use expand-file-name rather than concat.
5416 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
5417
5418 * man.el (Man-next-section): Make sure we do not move backward.
5419
5420 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 * files.el (auto-mode-alist): Use the purecopied text (duh!).
5423
5424 2007-08-08 Glenn Morris <rgm@gnu.org>
5425
5426 * Replace `iff' in doc-strings and comments.
5427
5428 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5429
5430 * dired.el (dired-pop-to-buffer):
5431 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5432 * calendar/calendar.el (generate-calendar-window):
5433 * progmodes/compile.el (compilation-set-window-height):
5434 * textmodes/two-column.el (2C-two-columns, 2C-merge):
5435 Use window-full-width-p instead of comparing frame-width and
5436 window-width.
5437
5438 * progmodes/compile.el (compilation-find-buffer): Remove extra
5439 argument in call to compilation-buffer-internal-p.
5440
5441 2007-08-07 Tom Tromey <tromey@redhat.com>
5442
5443 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
5444 Add safe-local-variable property.
5445
5446 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5447
5448 * image-mode.el (image-toggle-display): Use image-refresh.
5449
5450 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
5451
5452 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
5453 unofficial version.
5454 (vc-bzr-command): Remove redundant setting of process-connection-type.
5455 (vc-bzr-admin-checkout-format-file): Add autoload.
5456 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
5457 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
5458 (vc-bzr-registered): Compare dirstate format tag with known good
5459 value, abort parsing if match fails. Warn user in docstring.
5460 (vc-bzr-workfile-version): Case for different Bzr branch formats.
5461 See bzrlib/branch.py in Bzr sources.
5462 (vc-bzr-diff): First argument FILES may be a string rather than a list.
5463 (vc-bzr-shell-command): Remove in favor of
5464 vc-bzr-command-discarding-stderr.
5465 (vc-bzr-command-discarding-stderr): New function.
5466
5467 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
5468
5469 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
5470 program, and return nil.
5471 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
5472 (vc-bzr-state): Look for path names relative to the repository
5473 root after status keyword.
5474 (vc-bzr-file-name-relative): New function.
5475 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
5476 depend on it.
5477 (vc-bzr-admin-dirname, ...-checkout-format-file)
5478 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
5479 files that we now parse directly for speed.
5480 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
5481 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
5482 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
5483 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
5484 Bzr warnings, so we must discard it.
5485 (vc-bzr-workfile-version): Speedup counting lines from
5486 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
5487 if that file doesn't exist.
5488 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
5489 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
5490 to `vc-directory-exclusion-list'.
5491 (vc-bzr-shell-command): New function.
5492
5493 2007-08-06 Tom Tromey <tromey@redhat.com>
5494
5495 * diff-mode.el (diff-unified->context, diff-reverse-direction)
5496 (diff-fixup-modifs): Typo in docstring.
5497
5498 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5499
5500 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
5501 count-screen-lines.
5502 (tpu-edt-off): Disable relevant pieces of advice.
5503
5504 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
5505 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
5506 (newline, newline-and-indent, do-auto-fill): Use advice instead of
5507 redefining the function.
5508 (tpu-set-scroll-margins): Activate the pieces of advice.
5509
5510 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5511
5512 * help.el (resize-temp-buffer-window): Use window-full-width-p
5513 instead of comparing frame-width and window-width.
5514
5515 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
5516
5517 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
5518 optional quotes around files in NEED-UPDATE . REMOVED case.
5519
5520 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
5521 (ada-treat-cmd-string): Improve error message.
5522 (ada-do-file-completion): Call `ada-require-project-file', so
5523 project variables are set properly.
5524 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
5525 (ada-gnatfind-buffer-name): New constant.
5526 (ada-find-any-references): Use new constant. Set buffer name
5527 properly in compilation-start. Toggle read-only properly.
5528 (ada-find-in-src-path): Fix spelling error in docstring.
5529
5530 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
5531 by zero error.
5532
5533 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5534
5535 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
5536
5537 2007-08-12 Richard Stallman <rms@gnu.org>
5538
5539 * progmodes/sh-script.el (sh): Delete group `unix'.
5540
5541 * progmodes/gud.el (gud): Change to group `processes'.
5542
5543 2007-08-11 Glenn Morris <rgm@gnu.org>
5544
5545 * progmodes/compile.el (compilation-buffer-name): Don't check
5546 compilation-arguments. It is superfluous, and the variable isn't
5547 even set when this function is called.
5548
5549 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5550
5551 * term/mac-win.el (mac-ae-reopen-application): New function.
5552 (mac-apple-event-map): Bind "reopen application" Apple event to it.
5553
5554 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5555
5556 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
5557 take tex-font-script-display into account.
5558 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
5559 cell to a list of 2 elements to simplify the unfontify code.
5560
5561 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5562
5563 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
5564 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
5565 ps-print-color-p is neither nil nor black-white. Reported by Christian
5566 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5567
5568 2007-08-08 Andreas Schwab <schwab@suse.de>
5569
5570 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
5571 self-insert-command, not self-insert.
5572
5573 2007-08-08 Glenn Morris <rgm@gnu.org>
5574
5575 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
5576 argument optional, for backwards compatibility, and only highlight
5577 args when present. Fix symbol name typo (doc/args).
5578
5579 * help-mode.el (help-make-xrefs): Search for symbol constituents,
5580 rather than just `-'.
5581
5582 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
5583
5584 * calc/calc-units.el (calc-convert-temperature):
5585 Use `/' to create fractions.
5586
5587 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
5588
5589 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
5590 global matching.
5591 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
5592 ERROR-BUFFER more robust. Display output.
5593 (tramp-file-name-handler): Add a connection property when we found
5594 a foreign file name handler. This allows backends like ftp to
5595 profit also from usr/host name completion based on connection
5596 cache.
5597 (tramp-send-command-and-read): Search for trash after the regexp
5598 until eol only. In XEmacs, there is a problem with \n.
5599
5600 * net/tramp-cache.el (top): Read persistent connection history
5601 when cache is empty.
5602
5603 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
5604
5605 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
5606 resulting output.
5607
5608 2007-08-07 Sam Steingold <sds@gnu.org>
5609
5610 * progmodes/compile.el (compilation-start): Pass nil as startfile
5611 to comint-exec.
5612
5613 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5614
5615 * longlines.el (longlines-decoded): New variable.
5616 (longlines-mode): Avoid encoding or decoding the buffer twice.
5617
5618 2007-08-07 Martin Rudalics <rudalics@gmx.at>
5619
5620 * format.el (format-insert-file): Make sure that at most one undo
5621 entry is recorded for the insertion. Inhibit point-motion and
5622 modification hooks around call to insert-file-contents.
5623
5624 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5625
5626 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
5627 Select the buffer's window before moving point.
5628
5629 2007-08-07 Richard Stallman <rms@gnu.org>
5630
5631 * term.el (term): Remove parent group `unix'.
5632
5633 * simple.el (default-indent-new-line): New function.
5634 It calls comment-line-break-function if there are comments.
5635 (do-auto-fill): Use that.
5636
5637 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
5638
5639 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
5640 (PC-do-completion): Add "acronym completion" for symbols and
5641 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
5642
5643 2007-08-06 Sam Steingold <sds@gnu.org>
5644
5645 * mouse.el (mouse-buffer-menu): Pass mode-name through
5646 format-mode-line because it may be a list,
5647 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
5648
5649 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
5650
5651 * printing.el (pr-update-menus): Docstring fix.
5652
5653 2007-08-06 Jason Rumney <jasonr@gnu.org>
5654
5655 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
5656
5657 * vc-hooks.el (vc-call): Add doc string.
5658
5659 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
5660
5661 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
5662 process-filter.
5663
5664 2007-08-06 Kenichi Handa <handa@m17n.org>
5665
5666 * international/quail.el: Wrap (require 'help-mode) by
5667 eval-when-compile.
5668 (quail-help-init): New function.
5669 (quail-help): Call quail-help-init.
5670 (quail-store-decode-map-key): Change it to a function.
5671
5672 2007-08-05 Jason Rumney <jasonr@gnu.org>
5673
5674 * vc.el (vc-rollback): Add norevert argument back.
5675 (vc-revert-buffer): Add back as obsolete alias.
5676
5677 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
5678
5679 * term.el: Honor term-default-fg-color and term-default-bg-color
5680 settings when modifying term-current-face.
5681 (term-default-fg-color, term-default-bg-color): Initialize from
5682 default term-current-face.
5683 (term-mode, term-reset-terminal): Set term-current-face with
5684 term-default-fg-color and term-default-bg-color.
5685 (term-handle-colors-array): term-current-face has term-default-fg-color
5686 and term-default-bg-color after reset escape sequence.
5687 (term-handle-colors-array): Set term-current-color with
5688 term-default-fg/bg-color instead of ansi-term-color-vector when the
5689 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
5690
5691 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
5692
5693 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
5694 (math-nlfit-givens): Let bind free variables.
5695
5696 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
5697
5698 * printing.el: Require lpr and ps-print when loading printing package.
5699 Reported by Glenn Morris <rgm@gnu.org>.
5700
5701 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
5702
5703 * files.el (set-auto-mode): Handle also remote files wrt
5704 `auto-mode-alist'.
5705
5706 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
5707
5708 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
5709 curves and plotting.
5710
5711 * calc/calc-nlfit.el: New file.
5712
5713 2007-08-04 Glenn Morris <rgm@gnu.org>
5714
5715 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
5716 zero, not nil, when the library is first loaded. Check for a file
5717 that has been modified on disk.
5718
5719 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
5720 Remove duplicate defvar preventing initialization.
5721 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
5722
5723 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5724
5725 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
5726 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
5727 may match up to 4 lines.
5728 (diff-beginning-of-file-and-junk): Rewrite.
5729
5730 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5731
5732 * printing.el: Evaluate require only during compilation.
5733 (pr-version): New version 6.9.1.
5734 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
5735 (pr-global-menubar): Fix code.
5736
5737 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
5738
5739 * term.el (term-erase-in-display): Fix case when point is not at
5740 the beginning of the line.
5741
5742 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5743
5744 * calc/calc-ext.el (math-get-value, math-get-sdev)
5745 (math-contains-sdev): New functions.
5746
5747 * calc/calc-graph.el (calc-graph-format-data)
5748 (calc-graph-add-curve): Check for error forms.
5749 (calc-graph-set-styles): Add option for error forms.
5750
5751 2007-08-03 Miles Bader <miles@gnu.org>
5752
5753 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
5754 backend names for new backends to `Git', `Hg', and `Bzr'.
5755 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
5756 not `HG'.
5757 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
5758 name, not `GIT'.
5759 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
5760 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
5761
5762 2007-08-03 Richard Stallman <rms@gnu.org>
5763
5764 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
5765 to update deleted flag.
5766
5767 * cus-edit.el (customize-apropos, customize-apropos-options)
5768 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
5769
5770 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
5771
5772 * startup.el (fancy-splash-head, startup-echo-area-message):
5773 Change message text.
5774
5775 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
5776 All callers use line-move.
5777
5778 * progmodes/compile.el (compilation-find-buffer): Return current
5779 buffer immediately if suitable.
5780 (compile, compilation-buffer-name, compilation-start): Doc fixes.
5781
5782 2007-08-03 Daiki Ueno <ueno@unixuser.org>
5783
5784 * faces.el (face-normalize-spec): New function.
5785 (frame-set-background-mode): Normalize face-spec before calling
5786 face-spec-match-p.
5787
5788 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5789
5790 * server.el (server-window): Add switch-to-buffer-other-frame option.
5791
5792 2007-08-03 Glenn Morris <rgm@gnu.org>
5793
5794 * cus-edit.el (customize-apropos): Make the error message indicate
5795 what kind of thing the user was trying to customize.
5796
5797 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
5798
5799 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
5800 Fix off-by-one error in previous change.
5801
5802 2007-08-03 Drew Adams <drew.adams@oracle.com>
5803
5804 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
5805 Make buffer writable.
5806
5807 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5808
5809 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
5810 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
5811 Use native Emacs functions, when appropriate.
5812
5813 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
5814 Stefan Monnier <monnier@iro.umontreal.ca>
5815
5816 * vc.el: Document new VC operation `extra-menu'.
5817
5818 * vc-hooks.el (vc-default-extra-menu): New function.
5819
5820 * menu-bar.el (menu-bar-vc-filter): New function.
5821 (menu-bar-tools-menu): Use it as a filter.
5822
5823 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
5824
5825 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
5826
5827 2007-08-01 Glenn Morris <rgm@gnu.org>
5828
5829 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
5830 strings.
5831 (fortran-tab-mode-default): Remove needless autoload.
5832 (fortran-tab-mode-string): Add help-echo and mouse properties, and
5833 mark as risky.
5834 (fortran-line-length): New buffer-local variable, safe if integer.
5835 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
5836 Change from variables to constants.
5837 (fortran-font-lock-syntactic-keywords): Delete as a variable,
5838 replace with a new function definition.
5839 (fortran-mode): Use fortran-line-length, and
5840 fortran-font-lock-syntactic-keywords as a function. Add a
5841 hack-local-variables-hook function.
5842 (fortran-line-length, fortran-hack-local-variables): New functions.
5843 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
5844 Use fortran-line-length rather than 72.
5845 (fortran-window-create-momentarily): Doc fix.
5846
5847 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
5848
5849 * cus-edit.el (custom-group-value-create, custom-goto-parent):
5850 Fix parent groups link.
5851
5852 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
5853
5854 * progmodes/python.el (python-current-defun): Adjust to never fall
5855 into infinite loop.
5856
5857 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
5858
5859 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
5860
5861 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
5862
5863 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
5864 (copyright-fix-years, copyright): Correctly handle the case where
5865 copyright-limit is nil.
5866
5867 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
5868
5869 * progmodes/python.el (run-python): Fix path separator under w32.
5870
5871 2007-07-30 Richard Stallman <rms@gnu.org>
5872
5873 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5874 Treat non-break space as whitespace in Lisp.
5875
5876 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * vc.el (vc-dired-hook): Use inhibit-read-only.
5879
5880 * progmodes/compile.el (compilation-forget-errors):
5881 Reset compilation-auto-jump-to-next.
5882
5883 2007-07-30 Michael Olson <mwolson@gnu.org>
5884
5885 * cus-edit.el (custom-group-save): Fix void function definition
5886 error. Thanks to Zhang Wei for the report.
5887
5888 * ps-print.el: Check in trivial changes to the autoloads section
5889 caused by the build process. These autoloads really ought to be
5890 placed in a separate file, methinks.
5891
5892 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5893
5894 * calendar/calendar.el (calendar-mode): Make sure
5895 displayed-(month|year) are set.
5896 (calendar-basic-setup): Display buffer before adjusting window sizes.
5897 (generate-calendar-window): Use inhibit-read-only. Simplify.
5898 Generate buffer and set displayed-month and displayed-year before
5899 calling update-calendar-mode-line.
5900
5901 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
5902
5903 * net/tramp.el:
5904 * net/tramp-uu.el:
5905 * net/trampver.el: Use utf-8 encoding with coding cookie.
5906
5907 * net/tramp-cache.el:
5908 * net/tramp-fish.el:
5909 * net/tramp-ftp.el:
5910 * net/tramp-gw.el:
5911 * net/tramp-smb.el: Remove coding cookie.
5912
5913 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5914 Flush buffer file-name's file property.
5915 (tramp-handle-file-remote-p): The first parameter is FILENAME.
5916
5917 * net/trampver.el: Update release number.
5918
5919 2007-07-29 Juri Linkov <juri@jurta.org>
5920
5921 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
5922 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
5923 when major-mode is not dired-mode.
5924 (dired-toggle-read-only): New function.
5925 (dired-recursive-deletes): Remove obsolete comments about old
5926 default value.
5927 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
5928
5929 * wdired.el (wdired-exit): New function.
5930 (wdired-mode-map): Bind C-x C-q to wdired-exit.
5931
5932 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5933
5934 * cus-edit.el (customize-read-group): New fun.
5935 (customize-group-other-window, customize-face-other-window):
5936 Prompt before delegating to customize-(group|face).
5937 Bind pop-up-windows rather than use the other-window argument.
5938 (customize-group, customize-face): Prompt from the interactive spec.
5939 Remove args `prompt-for-group' and `other-window'.
5940
5941 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
5942 (ad-body-forms, ad-advised-interactive-form): Revert this part of
5943 last change.
5944
5945 2007-07-28 Masatake YAMATO <jet@gyve.org>
5946
5947 * vc.el (vc-dired-mode): Add a menu for VC related operation.
5948 Use backend name as the menu label. Suggested by David Kastrup.
5949
5950 2007-07-28 Alan Mackenzie <acm@muc.de>
5951
5952 Fix problem with modes derived from CC Mode:
5953 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
5954 macro to cc-langs.
5955 (c-init-language-vars-for): Remove call to above macro.
5956 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
5957 been moved to here.
5958 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
5959
5960 2007-07-28 Eli Zaretskii <eliz@gnu.org>
5961
5962 * net/trampver.el: Fix the `coding' cookie.
5963
5964 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
5965
5966 * vc-git.el (vc-git-print-log): Support both the old single file
5967 interface and the new one.
5968
5969 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
5970
5971 * bindings.el (mode-line-remote): Use updated %@ construct.
5972
5973 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
5974
5975 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5976 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
5977 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
5978 (diary-list-bahai-entries, diary-bahai-mark-entries)
5979 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
5980 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5981 New names to clean up namespace.
5982 (list-bahai-diary-entries, mark-bahai-diary-entries)
5983 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
5984 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
5985 Add compatibility aliases.
5986
5987 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
5988
5989 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
5990 (calendar-scroll-left-three-months)
5991 (calendar-scroll-right-three-months): Clean up namespace.
5992 (scroll-calendar-left, scroll-calendar-right)
5993 (scroll-calendar-left-three-months)
5994 (scroll-calendar-right-three-months): Add compatibility aliases.
5995
5996 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5997 Behave like mouse-scroll-calendar-* when used from the mouse.
5998
5999 * calendar/cal-menu.el (cal-menu-scroll-menu)
6000 (cal-menu-global-mouse-menu):
6001 * calendar/calendar.el (calendar-mode-map):
6002 Use new calendar-scroll-* names.
6003 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
6004 Remove. Use calendar-scroll-* directly instead.
6005
6006 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6007
6008 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
6009 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
6010 (ad-make-advised-definition, ad-cache-id-verification-code):
6011 Use commandp and interactive-form instead.
6012
6013 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
6014
6015 * vc-git.el: Relicense to GPLv3 or later.
6016 (vc-directory-exclusion-list, vc-handled-backends): Remove.
6017
6018 * vc-hooks.el (vc-handled-backends): Add GIT.
6019
6020 * vc.el (vc-directory-exclusion-list): Add .git.
6021
6022 2007-07-26 Alexandre Julliard <julliard@winehq.org>
6023
6024 * vc-git.el (vc-git-revision-table)
6025 (vc-git-revision-completion-table): New functions.
6026
6027 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6028
6029 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6030 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6031 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6032 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6033 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6034 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6035 New command actions for EPS header and EPS footer.
6036
6037 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6038 footer. Fix some problems with one-or-more, zero-or-more and
6039 alternative constructions generation. Some log messages
6040 implementation. Doc fix.
6041 (ebnf-version): New version 4.4.
6042 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6043 (ebnf-eps-footer, ebnf-log): New options.
6044 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6045 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6046 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6047 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6048 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
6049 (ebnf-style-custom-list, ebnf-style-database): Put new values.
6050 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6051 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6052 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6053 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6054 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6055 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6056 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6057 (ebnf-non-terminal-dimension, ebnf-special-dimension)
6058 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6059 (ebnf-except-dimension, ebnf-alternative-dimension)
6060 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6061 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
6062 message fun.
6063 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6064 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6065 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6066 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6067 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6068 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6069 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6070 compatibility with Emacs 20 & 21.
6071 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6072 (ebnf-eps-file-alist, ebnf-basic-width-extra)
6073 (ebnf-basic-empty-height): New vars.
6074 (ebnf-prologue): Fix PostScript code.
6075 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6076 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6077 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6078 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6079
6080 2007-07-25 Glenn Morris <rgm@gnu.org>
6081
6082 * Relicense all FSF files to GPLv3 or later.
6083
6084 * COPYING: Switch to GPLv3.
6085
6086 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6087
6088 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
6089 Replace it with another one which disables undo before calling
6090 erase-buffer and then turns it back on if needed.
6091
6092 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6093
6094 * ps-print.el: Problem with foreground and background color when
6095 printing a buffer with and without faces. Reported by Christian
6096 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6097 (ps-print-version): New version 6.7.5.
6098 (ps-default-fg): Change default value to nil, so black color is used
6099 when a face does not specify a foreground color.
6100 (ps-default-bg): Change default value to nil, so white color is used
6101 for background color.
6102 (ps-begin-job): Fix code.
6103
6104 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6105
6106 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
6107
6108 2007-07-24 Glenn Morris <rgm@gnu.org>
6109
6110 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6111 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6112 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6113 (cal-tex-cursor-week, cal-tex-cursor-week2)
6114 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6115 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6116 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6117 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6118
6119 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6120
6121 * calendar/calendar.el (calendar-mode-map): Move initialization
6122 into declaration. Add menu bindings (used to be done in cal-menu).
6123 (calendar-mode): Don't add an activate-menubar-hook.
6124
6125 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
6126 modify calendar-mode-map), use easy-menu, and make sure that C-h k
6127 can be used on the menu entries.
6128 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
6129 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
6130 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
6131 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
6132 (calendar-flatten, cal-menu-update): Remove.
6133 (calendar-mouse-insert-hebrew-diary-entry)
6134 (calendar-mouse-insert-islamic-diary-entry)
6135 (calendar-mouse-insert-bahai-diary-entry):
6136 Remove (fold into cal-menu-diary-menu).
6137 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
6138 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
6139 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
6140 (calendar-mouse-view-diary-entries): Minor simplifications.
6141 (calendar-event-to-date): Use with-current-buffer.
6142
6143 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
6144
6145 * add-log.el (change-log-redate): Remove (not needed anymore and
6146 doesn't appear to work).
6147
6148 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6149
6150 * frame.el: Use mapc and dolist instead of mapcar where possible.
6151 (close-display-connection): New command.
6152
6153 2007-07-25 Alexandre Julliard <julliard@winehq.org>
6154
6155 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
6156 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
6157
6158 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6159
6160 * ps-print.el (ps-multibyte-buffer): Docstring fix.
6161
6162 * ps-mule.el: Doc fix.
6163 (ps-multibyte-buffer, ps-mule-font-info-database-default)
6164 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
6165
6166 2007-07-25 Glenn Morris <rgm@gnu.org>
6167
6168 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
6169 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
6170 (cal-tex-daily-end, cal-tex-hook)
6171 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
6172 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
6173 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6174 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6175 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
6176 (cal-tex-day-prefix, cal-tex-day-name-format)
6177 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
6178 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
6179 (cal-tex-LaTeX-subst-list): Change from variables to constants.
6180 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
6181 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
6182 etc, rather than \bf.
6183 (cal-tex-mini-calendar): Fix typos in previous change.
6184 (cal-tex-latexify-list): Remove inner let binding.
6185 (cal-tex-end-document, cal-tex-banner): Use multi-line
6186 cal-tex-comment.
6187 (cal-tex-comment): Handle embedded newlines.
6188 (cal-tex-LaTeXify-string): Use substring-no-properties.
6189
6190 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
6191
6192 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6193 Add support for the Maden build tool.
6194
6195 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
6196
6197 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
6198
6199 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6200
6201 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
6202
6203 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6204
6205 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
6206 C-x C-q.
6207
6208 * vc-git.el (vc-git-print-log): Fix previous change.
6209
6210 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6211
6212 * window.el (save-selected-window): Minor optimization.
6213 (bw-adjust-window): If operation failed, try with a smaller delta.
6214 (window-fixed-size-p): New function.
6215 (window-area-factor): New var.
6216 (balance-windows-area): New command.
6217
6218 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
6219 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
6220 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
6221 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
6222 (ps-mule-begin-job): Use dolist.
6223
6224 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
6225
6226 * subr.el (start-file-process-shell-command)
6227 (process-file-shell-command): New defuns.
6228
6229 * progmodes/compile.el (compilation-start):
6230 Apply `start-file-process-shell-command'.
6231
6232 2007-07-24 Alexandre Julliard <julliard@winehq.org>
6233
6234 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
6235
6236 2007-07-24 Alan Mackenzie <acm@muc.de>
6237
6238 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6239 Initialise byte-compile-unresolved-functions before rather than
6240 after a compilation.
6241 (byte-compile-unresolved-functions): Amplify doc string.
6242
6243 2007-07-24 Glenn Morris <rgm@gnu.org>
6244
6245 * startup.el (normal-splash-screen): Use `emacs-copyright'.
6246
6247 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6248 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6249 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6250 (cal-tex-cursor-week, cal-tex-cursor-week2)
6251 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6252 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6253 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6254 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6255
6256 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
6257 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
6258 (cal-tex-day-name-format, cal-tex-cal-one-month)
6259 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
6260 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
6261 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
6262 (cal-tex-list-holidays, cal-tex-cursor-year)
6263 (cal-tex-cursor-year-landscape, cal-tex-year)
6264 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
6265 (cal-tex-cursor-month, cal-tex-insert-days)
6266 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6267 (cal-tex-first-blank-p, cal-tex-cursor-week)
6268 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6269 (cal-tex-week-hours, cal-tex-cursor-week-monday)
6270 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
6271 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6272 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
6273 (cal-tex-latexify-list, cal-tex-previous-month)
6274 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
6275 modernization, including using dotimes rather than
6276 calendar-for-loop.
6277 (cal-tex-LaTeX-subst-list): Remove `@'.
6278 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
6279 Use \textit and \textbf rather than \em and \it.
6280
6281 * calendar/cal-bahai.el (list-bahai-diary-entries)
6282 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
6283 * calendar/cal-islam.el (list-islamic-diary-entries)
6284 * calendar/calendar.el (generate-calendar, generate-calendar-month)
6285 * calendar/diary-lib.el (diary-list-entries)
6286 (mark-calendar-date-pattern): Use `dotimes' rather than
6287 `calendar-for-loop'.
6288
6289 * calendar/calendar.el (calendar-for-loop): Doc fix.
6290
6291 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6292
6293 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
6294 underlying file is uptodate.
6295
6296 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
6297
6298 * replace.el (perform-replace): Use isearch-no-upper-case-p.
6299
6300 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6301
6302 * vc-hooks.el (vc-mode-line-map): New const.
6303 (vc-mode-line): Use it.
6304
6305 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6306
6307 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
6308 (vc-git-unregister): New functions.
6309 (vc-git-find-version): Use the result of ls-files as a parameter
6310 for cat-file.
6311
6312 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
6313
6314 * net/tramp.el (tramp-perl-file-attributes)
6315 (tramp-perl-directory-files-and-attributes)
6316 (tramp-handle-file-attributes-with-stat)
6317 (tramp-handle-directory-files-and-attributes-with-stat)
6318 (tramp-convert-file-attributes): Handle huge file sizes.
6319
6320 2007-07-23 Juri Linkov <juri@jurta.org>
6321
6322 * isearch.el (isearch-message-function): New variable.
6323 (isearch-update, isearch-search): Use it.
6324
6325 * simple.el (goto-history-element): New function created from
6326 next-history-element.
6327 (next-history-element): Most code moved to goto-history-element.
6328 Call goto-history-element with (- minibuffer-history-position n).
6329 (previous-history-element): Call goto-history-element with (+
6330 minibuffer-history-position n).
6331 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
6332 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
6333 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
6334 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
6335 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
6336 (minibuffer-history-isearch-pop-state): New functions.
6337
6338 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6339
6340 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
6341 Also, if FILE is a list, return non-nil if any of its elements
6342 should stay local. Update docstring.
6343
6344 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6345
6346 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
6347 change by reverting a small part.
6348
6349 2007-07-23 Richard Stallman <rms@gnu.org>
6350
6351 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
6352
6353 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6354
6355 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
6356 handling it. Use vc-git-command.
6357 (vc-git-find-version, vc-git-diff-tree): New functions.
6358 (vc-git-revert): Use vc-git-command.
6359 (vc-git--run-command): Delete.
6360
6361 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6362
6363 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
6364
6365 2007-07-20 Kenichi Handa <handa@m17n.org>
6366
6367 * international/utf-8.el (utf-8-post-read-conversion):
6368 Temporarily bind utf-8-compose-scripts to nil while running
6369 *-compose-region functions.
6370
6371 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6372
6373 * vc-git.el: Update status.
6374 (vc-directory-exclusion-list): Use eval-after-load.
6375
6376 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
6377
6378 * bindings.el (mode-line-remote): New variable.
6379 (help-echo): Add to default values of mode-line-format.
6380
6381 * files.el: Mark mode-line-remote as risky.
6382
6383 2007-07-22 Juri Linkov <juri@jurta.org>
6384
6385 * isearch.el (isearch-edit-string): Save old point and
6386 isearch-other-end to old-point and old-other-end before reading
6387 the search string from minibuffer. After exiting minibuffer set
6388 point to old-other-end if point and the search direction is the
6389 same as before reading the search string.
6390 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
6391 to isearch-other-end. Instead of isearch-search-and-update call
6392 three functions isearch-search, isearch-push-state and isearch-update.
6393
6394 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6395
6396 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
6397 deal with multiple file arguments.
6398 (vc-git-print-log): Deal with multiple file arguments.
6399
6400 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
6403 diff-refine-hunk. Adjust users.
6404 (diff-unified-hunk-p, diff-splittable-p): New functions.
6405 (diff-mode-menu): Use it to disable Split when it doesn't work.
6406
6407 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6408
6409 * diff-mode.el (diff-mode-menu): New entries.
6410
6411 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6412
6413 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
6414 if applicable, so as to save undo-log space.
6415
6416 * diff-mode.el (diff-find-file-name): Add arg `batch'.
6417
6418 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
6419 (diff-file-kill): Use it.
6420 (diff-beginning-of-hunk): Add arg `try-harder' using it.
6421 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
6422 Use it so they find the hunk even when we're in the file header.
6423
6424 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6425
6426 * vc-git.el (vc-git-revision-granularity, vc-git-root)
6427 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
6428 (vc-git-create-repo): New functions.
6429 (vc-git-registered): New autoloaded function definition.
6430 (vc-git-registered): Use vc-git-root.
6431 (vc-git-responsible-p): New defalias.
6432 (vc-git-annotate-extract-revision-at-line): Uncomment.
6433 (vc-git-print-log): Add the file name to the log.
6434 (vc-git-log-view-mode): New derived mode.
6435 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
6436
6437 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6438
6439 * progmodes/grep.el (grep-compute-defaults): Keep default values.
6440
6441 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
6442
6443 * textmodes/reftex.el (reftex-access-parse-file): Create parse
6444 file in a way that does not interfere with recentf mode.
6445 (reftex-access-parse-file): Do not risk destroying an existing
6446 buffer.
6447
6448 2007-07-22 Alexandre Julliard <julliard@winehq.org>
6449
6450 * vc-git.el: New file.
6451
6452 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6453
6454 * textmodes/tex-mode.el (tex-font-script-display): Change default.
6455
6456 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6457
6458 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
6459 for branches and new files.
6460
6461 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
6462 local-map handling ...
6463 (vc-mode-line): ... here. Improve handling of help-echo.
6464
6465 * vc.el (mode-line-string): Document help-echo usage.
6466
6467 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6468
6469 Sync with Tramp 2.1.10.
6470
6471 * net/tramp.el (tramp-get-ls-command): Fix typo.
6472
6473 * net/trampver.el: Update release number.
6474
6475 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6476
6477 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
6478
6479 * term/x-win.el (x-handle-no-bitmap-icon): New function.
6480
6481 2007-07-22 Martin Rudalics <rudalics@gmx.at>
6482
6483 * add-log.el (change-log-fill-parenthesized-list): New function.
6484 (change-log-indent): Call change-log-fill-parenthesized-list.
6485 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
6486 Have lines with leading asterisk start a paragraph.
6487
6488 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6489
6490 * calc/calc-math.el (math-emacs-precision)
6491 (math-largest-emacs-expt, math-smallest-emacs-expt):
6492 New variables.
6493 (math-use-emacs-fn): New function.
6494 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
6495 appropriate.
6496
6497 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6498
6499 * image-dired.el (image-dired-sane-db-file): New func.
6500 (image-dired-write-tags, image-dired-remove-tag)
6501 (image-dired-list-tags, image-dired-write-comments)
6502 (image-dired-get-comment, image-dired-mark-tagged-files)
6503 (image-dired-create-gallery-lists): Call new func.
6504 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
6505
6506 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6507
6508 * vc-hg.el (vc-hg-dir-state): Fix loop.
6509 (vc-hg-print-log): Fix expected return value for vc-hg-command.
6510 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
6511 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
6512 (vc-hg-revert): Likewise.
6513 (vc-hg-revision-table, vc-hg-revision-completion-table): New
6514 functions.
6515
6516 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6517
6518 * add-log.el (change-log-resolve-conflict): Don't lose data if the
6519 merge fails.
6520
6521 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6522
6523 * progmodes/compile.el (compilation-auto-jump-to-first-error):
6524 Add group and version.
6525
6526 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6528 * add-log.el (add-log-file-name): Use file-relative-name.
6529 (add-change-log-entry): Delay reading
6530 add-log-(full-name|mailing-address) to after we've switched to the
6531 ChangeLog buffer so we get the right value.
6532 (add-change-log-entry, add-log-current-defun, change-log-merge):
6533 Use derived-mode-p rather than checking major-mode directly.
6534
6535 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
6536 name for buffer-file-name if it refers to a directory.
6537
6538 * vc-arch.el (vc-arch-diff): Fix last change.
6539
6540 * progmodes/compile.el (compilation-start): Remember the original
6541 directory in a buffer-local compilation-directory.
6542 (compile): Set the global value of compilation-directory.
6543 (recompile): Use compilation-directory even in the compilation buffer.
6544
6545 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6546
6547 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
6548
6549 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6550
6551 * ps-print.el: Problem with foreground and background color when
6552 printing a buffer with and without faces. Reported by Christian
6553 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6554 (ps-print-version): New version 6.7.5.
6555 (ps-default-fg): Change default value to nil, so black color is used
6556 when a face does not specify a foreground color.
6557 (ps-default-bg): Change default value to nil, so white color is used
6558 for background color.
6559 (ps-begin-job): Fix code.
6560
6561 2007-07-20 Eli Zaretskii <eliz@gnu.org>
6562
6563 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
6564 in $(INSTALL_DIR)/lisp/ if they already exist.
6565
6566 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
6567
6568 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
6569 in $(INSTALL_DIR)/lisp/ if they already exist.
6570
6571 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6572
6573 * progmodes/vera-mode.el (vera-re-search-forward)
6574 (vera-re-search-backward): Remove use of store-match-data.
6575 (vera-mode-map): Move initialization into declaration.
6576
6577 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
6578 (flymake-find-buildfile): Use locate-dominating-file.
6579
6580 * vc.el (vc-delistify): Use mapconcat.
6581 (vc-do-command): Minor simplification.
6582 (vc-expand-dirs): Use push.
6583
6584 * vc-mcvs.el (vc-mcvs-create-repo):
6585 * vc-cvs.el (vc-cvs-create-repo): Remove.
6586
6587 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
6588 directory and the root as well.
6589
6590 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6591
6592 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
6593 instead of a file.
6594
6595 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
6596 (vc-hg-registered): Replace if with when.
6597 (vc-hg-state): Deal with nonexistent files and handle removed files.
6598 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
6599 (vc-hg-checkout): Re-enable.
6600 (vc-hg-create-repo): Fix typos.
6601 (vc-hg-print-log): Fix for multiple files.
6602 (vc-hg-workfile-unchanged-p): New function.
6603
6604 * vc.el: Fix typo.
6605 (vc-print-log): Fix call to print-log.
6606 (vc-default-comment-history): Likewise.
6607 (vc-directory-exclusion-list): Add .hg and .bzr.
6608 (vc-diff-internal): Pass a list instead of a file.
6609
6610 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
6611
6612 * vc-bzr.el (vc-bzr-create-repo): New function.
6613
6614 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6615
6616 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
6617 `file' from which to start the search.
6618
6619 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
6620
6621 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
6622 having a single file argument to having a list of files as the
6623 first argument.
6624
6625 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6626
6627 * files.el (locate-dominating-file): New function.
6628
6629 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
6630
6631 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
6632 (grep-compute-defaults): Use it.
6633
6634 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6635
6636 * uniquify.el: Docstring fixes.
6637
6638 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
6639
6640 * vc.el (revision-granularity, create-repo): Document new vc
6641 backend properties.
6642 (vc-rollback): Renamed from vc-cancel-version. Update
6643 references. Pass a list instead of a file.
6644 (vc-revert): Renamed from vc-revert-buffer. Update references.
6645 (vc-delistify, vc-expand-dirs): New functions.
6646 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
6647 of files instead of a single file.
6648 (vc-position-context, vc-resync-window, vc-diff-internal)
6649 (vc-print-log): Pass a list instead of a file.
6650
6651 * vc-hooks.el (vc-stay-local-p, vc-backend)
6652 (vc-backend-subdirectory-name): Work on a file list, not a single
6653 file.
6654 (vc-workfile-version): Update docstring.
6655 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
6656 vc-revert instead of vc-revert-buffer.
6657 (vc-prefix-map): Likewise. Bind vc-update.
6658
6659 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
6660 (vc-svn-wash-log): New functions.
6661 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
6662 (vc-svn-command): Deal with a list of files, not a single file.
6663
6664 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
6665 (vc-rcs-wash-log): New functions.
6666 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
6667 Deal with a list of files, not a single file.
6668 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
6669
6670 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
6671 functions.
6672 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
6673 list of files, not a single file.
6674
6675 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
6676 New functions.
6677 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
6678 (vc-mcvs-diff): Deal with a list of files, not a single file.
6679
6680 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
6681 functions.
6682 (vc-hg-print-log): Deal with a list of files, not a single file.
6683 (vc-hg-diff-tree): New function, replace defalias with the same
6684 name.
6685 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
6686 FILES to denote that it is a file list, not a single file.
6687
6688 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
6689 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
6690 a single file.
6691 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
6692 that it is a file list, not a single file.
6693 (vc-cvs-diff): Likewise. Simplify.
6694
6695 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
6696 Deal with a list of files, not a single file.
6697
6698 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
6699 (vc-bzr-print-log): Update FILE parameter name to denote that it
6700 is a file list, not a single file.
6701 (vc-bzr-diff): Likewise. Use the car of files.
6702
6703 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
6704
6705 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
6706 (follow-delete-other-windows-and-split, follow-recenter)
6707 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
6708 (follow-redisplay, follow-estimate-first-window-start)
6709 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
6710 Fix typos in docstrings.
6711
6712 2007-07-18 Martin Rudalics <rudalics@gmx.at>
6713
6714 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
6715 avoid that filling introduces lines with a single asterisk.
6716
6717 * kmacro.el (kmacro-end-macro): When ignoring empty macro
6718 avoid incorrect kmacro-ring-empty-p messages.
6719 Reported by Michael Schierl <schierlm@gmx.de>.
6720
6721 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6722
6723 * vc.el: Add more info about the vc-registered function.
6724
6725 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6726
6727 * files.el (file-remote-p): Introduce optional parameter
6728 IDENTIFICATION.
6729
6730 * recentf.el (recentf-keep-default-predicate): Adapt call of
6731 `file-remote-p'.
6732
6733 * progmodes/grep.el (grep-probe): Use `process-file'.
6734 (grep-compute-defaults): Handle variables host specific.
6735
6736 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
6737 parameter IDENTIFICATION.
6738
6739 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
6740 parameter IDENTIFICATION.
6741 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
6742 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6743 Add entry for `set-file-times'.
6744 (tramp-do-copy-or-rename-file-via-buffer)
6745 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
6746 (tramp-handle-unhandled-file-name-directory): Rewrite.
6747 (tramp-convert-file-attributes): Add error handling when inode is
6748 extraordinary big.
6749 (tramp-get-inode): Change parameter from FILE to VEC.
6750 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
6751 is nil. This is according to the specification. Goto (point-max)
6752 when ready.
6753 (tramp-handle-shell-command): Rewrite completely, using
6754 `process-file' and `start-file-process'.
6755 (tramp-methods, tramp-find-shell)
6756 (tramp-open-connection-setup-interactive-shell)
6757 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
6758 var. Reported by Steve Youngs <steve@sxemacs.org>.
6759
6760 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
6761 entry for `set-file-times'. Rename `start-process' into
6762 `start-file-process'. Remove `call-process' entry.
6763 (tramp-fish-handle-set-file-times): New defun.
6764 (tramp-fish-handle-executable-find): Use `process-file'.
6765 (tramp-fish-handle-process-file): New defun. Replaces
6766 `tramp-fish-handle-call-process'.
6767 (tramp-fish-do-copy-or-rename-file-directly): Use
6768 `set-file-times'.
6769 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
6770
6771 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
6772 `tramp-get-inode' parameter.
6773
6774 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6775
6776 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
6777 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
6778 nowadays, and by the time Emacs-23 comes out, nobody will even remember
6779 it has ever existed.
6780
6781 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6782
6783 * vc.el: Undo previous change.
6784
6785 2007-07-16 Eli Zaretskii <eliz@gnu.org>
6786
6787 * makefile.w32-in (clean): Don't delete *~.
6788
6789 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
6790
6791 * textmodes/tex-mode.el (tex-verbatim-environments):
6792 Add safe-local-variable property.
6793 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
6794 when starting font-lock rather than when loading tex-mode.el.
6795
6796 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
6797 whole $( rather than just the $. Rename from sh-quoted-subshell.
6798 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
6799
6800 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6801
6802 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
6803 bookmark-alist. Instead, if not sorting, simply return it.
6804 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
6805 for its return value, not for its side effect.
6806
6807 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
6808 case of alignment under a constant symbol, find and consider
6809 the sexp actually at indentation to be the "last sexp".
6810
6811 2007-07-16 Drew Adams <drew.adams@oracle.com>
6812
6813 * mouse.el (mouse-yank-secondary): Better error message if no
6814 secondary selection.
6815
6816 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6817
6818 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
6819
6820 * term/xterm.el (xterm-turn-on-modify-other-keys)
6821 (xterm-turn-off-modify-other-keys): New functions.
6822 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
6823 terminal supports it.
6824
6825 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6826
6827 * bookmark.el (bookmark-show-all-annotations):
6828 Make sure each inserted annotation ends with newline.
6829
6830 2007-07-15 Richard Stallman <rms@gnu.org>
6831
6832 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6833
6834 * tutorial.el (tutorial--find-changed-keys):
6835 Handle C-x specially like ESC.
6836
6837 2007-07-15 Aaron Hawley <aaronh@garden.org>
6838
6839 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6840
6841 2007-07-15 Juri Linkov <juri@jurta.org>
6842
6843 * delsel.el (delete-selection-pre-hook):
6844 * emulation/cua-base.el (cua-paste): Before a yank command,
6845 check also whether last-command is one of mouse-save-then-kill,
6846 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
6847
6848 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
6849
6850 * recentf.el (recentf-keep-default-predicate): New defun.
6851 (recentf-keep): Use it as initial value.
6852
6853 2007-07-15 Karl Fogel <kfogel@red-bean.com>
6854
6855 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
6856 thus restoring bookmark bindings to three slots under C-x r. See
6857 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
6858
6859 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6860
6861 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
6862
6863 2007-07-15 Jason Rumney <jasonr@gnu.org>
6864
6865 * w32-fns.el (set-default-process-coding-system): Use dos line ends
6866 for input to cmdproxy on all versions of Windows.
6867 Use dos line ends for input to plink.
6868
6869 * comint.el (comint-simple-send): Concat newline before sending.
6870 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
6871
6872 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
6873
6874 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
6875 safe-local-variable setting.
6876
6877 2007-07-14 David Kastrup <dak@gnu.org>
6878
6879 * emacs-lisp/advice.el (defadvice): Doc fix.
6880
6881 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
6882
6883 * subr.el (when, unless): Doc fix.
6884
6885 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6886
6887 * replace.el (match): Use yellow1 instead of yellow.
6888
6889 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
6890 red.
6891
6892 * pcvs-info.el (cvs-unknown): Likewise.
6893
6894 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6895
6896 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
6897 (install): Use them to copy all *.el files before *.elc.
6898
6899 2007-07-13 Drew Adams <drew.adams@oracle.com>
6900
6901 * bookmark.el (bookmark-jump-other-window): New function.
6902 (bookmark-map): Bind it to "o".
6903
6904 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
6905 and its thread contains discussion about this change.
6906 The original patch was slightly tweaked by Karl Fogel
6907 <kfogel@red-bean.com> before committing.
6908
6909 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6910
6911 * bookmark.el: Shorten some comments to fit within 80 lines.
6912
6913 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6914
6915 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
6916 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
6917 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
6918 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
6919
6920 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
6921
6922 * textmodes/org.el: Bug fixes.
6923 (org-end-of-line): Move to end of line if in headline without tags.
6924
6925 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6926
6927 * vc-hooks.el: Remove spurious * in docstrings.
6928 (vc-handled-backends): Add BZR.
6929
6930 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
6931
6932 2007-07-12 Davis Herring <herring@lanl.gov>
6933
6934 * desktop.el (desktop-buffer-info, desktop-save):
6935 Use `desktop-dirname' instead of `dirname'.
6936
6937 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6938
6939 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
6940
6941 * progmodes/python.el (python-which-func-length-limit): New var.
6942 (python-which-func): New function.
6943 (python-current-defun): Add optional `length-limit' and try to fit
6944 computed function name to that length.
6945 (python-mode): Hook `python-which-func' up.
6946
6947 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6948
6949 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
6950
6951 * comint.el (comint-dynamic-complete-as-filename):
6952 Use read-file-name-completion-ignore-case.
6953
6954 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * comint.el (comint-dynamic-list-filename-completions):
6957 Use read-file-name-completion-ignore-case.
6958
6959 * vc-cvs.el: Require CL.
6960 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
6961 New functions to provide completion of revision names.
6962
6963 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
6964 (vc-cvs-annotate-first-line-re): New const.
6965 (vc-cvs-annotate-process-filter): New fun.
6966 (vc-cvs-annotate-command): Use them and run the command asynchronously.
6967
6968 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6969
6970 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
6971 (eldoc-print-current-symbol-info): Adjust for changed helper
6972 function signatures.
6973 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
6974 `eldoc-highlight-function-argument'.
6975 (eldoc-highlight-function-argument): New function.
6976 (eldoc-get-var-docstring): Format documentation with
6977 `font-lock-variable-name-face'.
6978 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
6979 where suited.
6980 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
6981 (eldoc-beginning-of-sexp): Return number of skipped sexps.
6982
6983 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
6984
6985 * progmodes/compile.el (compilation-start): `start-process' must
6986 still be redefined when calling `start-process-shell-command'.
6987
6988 * progmodes/gud.el (gud-file-name): When `default-directory' is a
6989 remote file name, prepend its remote part to the filename.
6990 (gud-common-init): When `default-directory' is a remote file name,
6991 make the filename relative to it.
6992 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
6993
6994 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
6995
6996 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
6997 mouse binding and a tooltip.
6998
6999 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7000
7001 * menu-bar.el (vc-menu-map): New defalias.
7002
7003 2007-07-10 Richard Stallman <rms@gnu.org>
7004
7005 * emacs-lisp/lisp-mode.el (eval-defun):
7006 Explain special handling of `defface'.
7007
7008 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
7009
7010 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
7011
7012 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
7013
7014 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
7017
7018 * vc-arch.el (vc-arch-complete): Remove.
7019 (vc-arch-revision-completion-table): Use complete-with-action.
7020
7021 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
7022 (complete-with-action): New function.
7023 (dynamic-completion-table): Use it.
7024
7025 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
7026
7027 * comint.el (make-comint, make-comint-in-buffer)
7028 (comint-exec-1): Replace `start-process' by `start-file-process'.
7029
7030 * progmodes/compile.el (compilation-start): Revert redefining
7031 `start-process'.
7032
7033 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7034
7035 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
7036 with EOLs when generating MD5 checksums.
7037
7038 * follow.el: Don't change the global map from the follow-mode-map
7039 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
7040 XEmacs code.
7041 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
7042 since `follow-mode' should be used instead for that.
7043
7044 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
7045 (easy-menu-do-define): Use it.
7046 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
7047
7048 * progmodes/compile.el (compilation-auto-jump-to-first-error)
7049 (compilation-auto-jump-to-next): New vars.
7050 (compilation-auto-jump): New function.
7051 (compilation-error-properties): Use them to jump to first error.
7052 (compilation-start): Set the var if requested.
7053
7054 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
7055 duplicates without also removing entries from other directories.
7056
7057 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
7058
7059 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
7060 Remember span as default.
7061 (org-columns-edit-value): Rename from `org-column-edit'.
7062 (org-columns-display-here-title): Rename from
7063 `org-overlay-columns-title'.
7064 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
7065 (org-columns-get-autowidth-alist): Rename from
7066 `org-get-columns-autowidth-alist'.
7067 (org-columns-display-here): Rename from `org-overlay-columns'.
7068 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
7069 (org-columns-quit): Rename from `org-column-quit'.
7070 (org-columns-show-value): Rename from `org-column-show-value'.
7071 (org-columns-content, org-columns-widen)
7072 (org-columns-next-allowed-value)
7073 (org-columns-edit-allowed, org-columns-store-format)
7074 (org-columns-uncompile-format, org-columns-redo)
7075 (org-columns-edit-attributes, org-delete-property)
7076 (org-set-property, org-columns-update)
7077 (org-columns-compute, org-columns-eval)
7078 (org-columns-not-in-agenda, org-columns-compute-all)
7079 (org-property-next-allowed-value)
7080 (org-columns-compile-format)
7081 (org-fill-paragraph-experimental)
7082 (org-string-to-number, org-property-action)
7083 (org-columns-move-left, org-columns-new)
7084 (org-column-number-to-string)
7085 (org-property-previous-allowed-value)
7086 (org-at-property-p, org-columns-delete)
7087 (org-columns-previous-allowed-value)
7088 (org-columns-move-right, org-columns-narrow)
7089 (org-property-get-allowed-values)
7090 (org-verify-version, org-column-string-to-number)
7091 (org-delete-property-globally): New functions.
7092 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
7093 (org-columns-overlays): Rename from `org-column-overlays'.
7094 (org-columns-map): Rename from `org-column-map'.
7095 (org-columns-current-maxwidths): Rename from
7096 `org-current-columns-maxwidths'.
7097 (org-columns-begin-marker, org-columns-current-fmt-compiled)
7098 (org-previous-header-line-format)
7099 (org-columns-inhibit-recalculation)
7100 (org-columns-top-level-marker): New variables.
7101 (org-columns-default-format): Rename from `org-default-columns-format'.
7102 (org-property-re): New constant.
7103
7104 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
7105
7106 * subr.el (looking-at-p, string-match-p): New functions.
7107
7108 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
7109
7110 * textmodes/tex-mode.el (tex-fontify-script)
7111 (tex-font-script-display): New variables to make display of
7112 superscripts and subscripts customizable.
7113 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
7114
7115 2007-07-09 Richard Stallman <rms@gnu.org>
7116
7117 * isearch.el (isearch-edit-string): Call to isearch-push-state
7118 after the search.
7119
7120 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7121
7122 * window.el (fit-window-to-buffer): Remove setting of window-min-height
7123 to 1 as enlarge-window uses the value to resize/shrink windows other
7124 than WINDOW if needed.
7125
7126 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
7127
7128 * cus-start.el (file-coding-system-alist): Fix custom type.
7129
7130 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
7131
7132 * longlines.el (longlines-wrap-region): Avoid marking buffer as
7133 modified.
7134 (longlines-auto-wrap, longlines-window-change-function):
7135 Remove unnecessary calls to set-buffer-modified-p.
7136
7137 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
7138
7139 * cus-start.el (file-coding-system-alist): Fix custom type.
7140
7141 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7142
7143 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
7144 (vc-cvs-checkout): Remove last arg now unused; simplify.
7145
7146 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7147
7148 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
7149
7150 * net/tramp.el:
7151 * net/tramp-ftp.el:
7152 * net/tramp-smb.el:
7153 * net/tramp-uu.el:
7154 * net/trampver.el: Migrate to Tramp 2.1.
7155
7156 * net/tramp-cache.el:
7157 * net/tramp-fish.el:
7158 * net/tramp-gw.el: New Tramp packages.
7159
7160 * net/tramp-util.el:
7161 * net/tramp-vc.el: Removed.
7162
7163 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
7164 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
7165
7166 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
7167
7168 * progmodes/compile.el (compilation-start): Redefine
7169 `start-process' temporarily when `default-directory' is remote.
7170 Remove case of synchronous compilation, this won't happen ever.
7171 (compilation-setup): Make local variable `comint-file-name-prefix'
7172 for remote compilation.
7173
7174 2007-07-08 Martin Rudalics <rudalics@gmx.at>
7175
7176 * novice.el (disabled-command-function): Fit window to buffer to
7177 make last line visible.
7178 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7179
7180 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
7181 when handling the terminating event.
7182
7183 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7184
7185 * calc/calc.el (math-read-number-simple): Remove leading 0s.
7186 (math-bignum-digit-length): Change to optimal value.
7187
7188 * calc/calc-bin.el (math-bignum-logb-digit-size)
7189 (math-bignum-digit-power-of-two): Evaluate when compiled.
7190
7191 * calc/calc-comb.el (math-small-factorial-table)
7192 (math-init-random-base, math-prime-test): Remove unnecessary calls
7193 to `math-read-number-simple'.
7194
7195 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7196 (math-approx-gamma-const): Add docstrings.
7197
7198 * calc/calc-forms.el (math-julian-date-beginning)
7199 (math-julian-date-beginning-int): New constants.
7200 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
7201 Use the new constants.
7202
7203 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
7204
7205 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7206 Add docstrings.
7207
7208 2007-07-07 Tom Tromey <tromey@redhat.com>
7209
7210 * vc.el (vc-annotate): Jump to line and output message only after the
7211 process is really all done.
7212
7213 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7214
7215 * vc.el (vc-exec-after): Don't move point from the sentinel.
7216 Forcefully read all the remaining text in the pipe upon process exit.
7217 (vc-annotate-display-autoscale, vc-annotate-lines):
7218 Don't stop at the first unrecognized line.
7219 (vc-annotate-display-select): Run autoscale after the process is done
7220 since it depends on the whole result.
7221
7222 2007-07-07 Eli Zaretskii <eliz@gnu.org>
7223
7224 * term/w32-win.el (menu-bar-open): New function.
7225 Bind <f10> to it.
7226
7227 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7228
7229 * simple.el (start-file-process): New defun.
7230
7231 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7232
7233 * files.el (find-file-confirm-nonexistent-file): Rename from
7234 find-file-confirm-inexistent-file. Update users.
7235
7236 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
7237 format of autoload block where the file's time-stamp is replaced by its
7238 MD5 checksum.
7239 (autoload-generate-file-autoloads): Use MD5 checksum instead of
7240 time-stamp for secondary autoloads files.
7241 (update-directory-autoloads): Remove duplicate entries.
7242 Use time-less-p for time-stamps, as done in autoload-find-destination.
7243
7244 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7245
7246 * calc/calc.el (math-read-number): Replace number by variable.
7247 (math-read-number-simple): Properly parse small integers.
7248
7249 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7250
7251 * vc.el: Fix doc for the checkout function.
7252
7253 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
7254
7255 * vc-hg.el (vc-hg-root): New function.
7256 (vc-hg-registered): Use it.
7257 (vc-hg-diff-tree): New defalias.
7258 (vc-hg-responsible-p): Likewise.
7259 (vc-hg-checkout): Comment out, not needed.
7260 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
7261 (vc-hg-find-version, vc-hg-next-version): New functions.
7262
7263 2007-07-06 Andreas Schwab <schwab@suse.de>
7264
7265 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
7266 dynamic bindings around the evaluation of the expression.
7267 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
7268
7269 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7270
7271 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
7272 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
7273 Use run-hooks rather than run-mode-hooks.
7274
7275 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
7276
7277 * calc/calc-comb.el (math-random-digit): Rename to
7278 `math-random-three-digit-number'.
7279 (math-random-digits): Don't depend on representation of integer.
7280
7281 * calc/calc-bin.el (math-bignum-logb-digit-size)
7282 (math-bignum-digit-power-of-two): New constants.
7283 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
7284 (math-not-bignum, math-clip-bignum): Use the constants
7285 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
7286 instead of their values.
7287 (math-clip): Use math-small-integer-size instead of its value.
7288
7289 * calc/calc.el (math-add-bignum): Replace number by constant.
7290
7291 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7292
7293 * wid-edit.el (widget-documentation-string-value-create):
7294 Insert indentation spaces.
7295
7296 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7297
7298 * emacs-lisp/byte-opt.el: Revert last change.
7299
7300 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7301
7302 * vc-hooks.el (vc-handled-backends): Add HG.
7303
7304 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
7305
7306 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * complete.el (PC-do-complete-and-exit): Add support for the new
7309 `confirm-only' confirmation mode.
7310
7311 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7312
7313 * cus-edit.el (custom-commands): New variable.
7314 (custom-tool-bar-map): New variable. Initialize using
7315 `custom-commands'.
7316 (custom-mode): Use `custom-tool-bar-map'.
7317 (custom-buffer-create-internal): Insert action buttons only if
7318 tool bar is not used. Use `custom-commands'.
7319 (Custom-help, custom-command-apply): New function.
7320 (custom-command-apply, Custom-set, Custom-save)
7321 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
7322 Use `custom-command-apply' instead of duplicating code.
7323 (customize-group-other-window): Call `customize-group' instead of
7324 duplicating code.
7325 (customize-face-other-window): Call `customize-face' instead of
7326 duplicating code.
7327 (customize-group, customize-face): Add optional args for opening
7328 in another window.
7329 (custom-variable-tag): Don't inherit `variable-pitch' face.
7330 (custom-group-tag): Inherit `variable-pitch' face.
7331 (custom-variable-value-create): Set documentation indentation.
7332 (custom-group-value-create): Make group name a link, instead of
7333 using an extra "go to group" button.
7334 (custom-prompt-variable, custom-group-set, custom-group-save)
7335 (custom-group-reset-current, custom-group-reset-saved)
7336 (custom-group-reset-standard): Minor cleanup.
7337
7338 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7339
7340 * Makefile.in (bootstrap-prepare): When copying from
7341 ldefs-boot.el, make sure loaddefs.el is writeable.
7342
7343 (bootstrap-prepare): Make $(lisp)/ps-print.el
7344 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
7345
7346 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7347
7348 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
7349 only caller, and delete.
7350 (vc-hg-state): Deal with exceptions and only parse the output on
7351 successful return.
7352 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
7353 caller, and delete.
7354 (vc-hg-workfile-version): Deal with exceptions and only parse the
7355 output on successful return.
7356 (vc-hg-revert): New function.
7357
7358 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
7359
7360 * calculator.el (calculator-expt): Use more cases to determine
7361 the value.
7362
7363 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7364
7365 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
7366 file names.
7367
7368 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7369
7370 * calculator.el (calculator-expt, calculator-integer-p):
7371 New functions.
7372 (calculator-fact): Check to see if the factorial will be too
7373 large before computing it.
7374 (calculator-initial-operators): Use `calculator-expt' to
7375 compute "^".
7376 (calculator-mode): Mention that results which are too large
7377 will return inf.
7378 * calc/calc-comb.el (math-small-factorial-table): Replace list
7379 by vector.
7380
7381 2007-07-03 David Kastrup <dak@gnu.org>
7382
7383 * shell.el: On request of the authors, remove their addresses for
7384 the sake of bug reports, and add the developer list address as
7385 maintainer information.
7386
7387 2007-07-03 Richard Stallman <rms@gnu.org>
7388
7389 * files.el (make-directory): Doc fix.
7390 (find-file-confirm-inexistent-file): Make it a defcustom.
7391 Make nil the default.
7392
7393 2007-07-02 Richard Stallman <rms@gnu.org>
7394
7395 * startup.el (command-line): Set buffer-offer-save in *scratch*
7396 and enable auto-save in it.
7397
7398 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7399
7400 * textmodes/org.el (orgstruct-mode-map): New variable.
7401 (orgstruct-mode): New minor mode.
7402 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
7403 (orgstruct-make-binding, org-context-p, org-get-local-variables)
7404 (org-run-like-in-org-mode): New functions.
7405 (org-cycle-list-bullet): New command.
7406 (org-special-properties, org-property-start-re)
7407 (org-property-end-re): New constants.
7408 (org-with-point-at): New macro.
7409 (org-get-property-block, org-entry-properties, org-entry-get)
7410 (org-entry-delete, org-entry-get-with-inheritance)
7411 (org-entry-put, org-buffer-property-keys): New functions.
7412 (org-insert-property-drawer): New command.
7413 (org-entry-property-inherited-from): New variable.
7414 (org-column): New face.
7415 (org-column-overlays, org-current-columns-fmt)
7416 (org-current-columns-maxwidths, org-column-map): New variables.
7417 (org-column-menu): New menu.
7418 (org-new-column-overlay, org-overlay-columns)
7419 (org-overlay-columns-title, org-remove-column-overlays)
7420 (org-column-show-value, org-column-quit, org-column-edit):
7421 New functions.
7422 (org-columns, org-agenda-columns): New commands.
7423 (org-get-columns-autowidth-alist): New functions.
7424 (org-properties): New customize group.
7425 (org-default-columns-format): New option.
7426 (org-priority): Realign tags after changing priority.
7427 (org-preserve-lc): New macro.
7428 (org-update-checkbox-count): Catch case when there is no headline.
7429 (org-agenda-quit): Remove any column overlays.
7430 (org-beginning-of-item-list): Fixed bug when non-item line is
7431 indented too deep.
7432 (org-cached-props): New variable.
7433 (org-cached-entry-get): New function.
7434 (org-make-tags-matcher): Handle property matches.
7435 (org-table-recalculate): Swap evaluation order: Field formula
7436 first, then column formulas, but don't allow them to overwrite the
7437 field formulas.
7438 (org-table-eval-formula): New argument untouchable.
7439 (org-table-put-field-property): New function.
7440
7441 2007-07-02 Martin Rudalics <rudalics@gmx.at>
7442
7443 * help-mode.el (help-make-xrefs): Skip spaces too when
7444 skipping tabs.
7445
7446 * ffap.el (dired-at-point-prompter): Improve prompt in
7447 list-directory case.
7448
7449 2007-07-01 Richard Stallman <rms@gnu.org>
7450
7451 * files.el (find-file-visit-truename): Fix safe-local-variable value.
7452
7453 2007-07-01 Richard Stallman <rms@gnu.org>
7454
7455 * cus-start.el (max-mini-window-height): Added.
7456
7457 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7458
7459 * complete.el (partial-completion-mode): Remove advice of
7460 read-file-name-internal.
7461 (PC-do-completion): Rebind minibuffer-completion-table.
7462 (PC-read-file-name-internal): New function doing what
7463 read-file-name-internal advice did.
7464
7465 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
7466
7467 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
7468 property on a few symbols.
7469 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
7470 (byte-optimize-lapcode): Remove bindings that are not referenced
7471 and certainly will not effect through dynamic scoping.
7472
7473 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * files.el (find-file-confirm-inexistent-file): New var.
7476 (find-file, find-file-other-window, find-file-other-frame)
7477 (find-file-read-only, find-file-read-only-other-window)
7478 (find-file-read-only-other-frame): Use it.
7479
7480 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7481
7482 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
7483
7484 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
7485
7486 * generic-x.el (generic-define-mswindows-modes)
7487 (generic-define-unix-modes, apache-log-generic-mode)
7488 (bat-generic-mode-keymap, java-manifest-generic-mode)
7489 (show-tabs-generic-mode): Fix typos in docstrings.
7490
7491 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
7492
7493 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
7494 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
7495 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
7496 (rcirc-print): Never ignore messages from ourself.
7497
7498 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7499
7500 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
7501 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
7502
7503 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7504
7505 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
7506 replace-regexp-in-string.
7507
7508 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7509
7510 * emacs-lisp/cl.el: Set edebug and indentation before loading
7511 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
7512
7513 2007-06-28 Andreas Schwab <schwab@suse.de>
7514
7515 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
7516 $(lisp)/subdirs.el.
7517
7518 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
7519
7520 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
7521 the speedbar frame if nil; that deletes the current frame or
7522 causes an error if it is the only frame.
7523 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
7524
7525 2007-06-28 Kevin Ryde <user42@zip.com.au>
7526
7527 * textmodes/nroff-mode.el: Groff \# comments.
7528 (nroff-mode-syntax-table): \# comment intro,
7529 plain # as punct per global table.
7530 (nroff-font-lock-keywords): Add # as a single char escape.
7531 (nroff-mode): In comment-start-skip, match \#.
7532
7533 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7534
7535 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
7536 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
7537 point-min == 1.
7538
7539 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
7540
7541 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
7542 Rename and move to...
7543
7544 * subr.el (strings->string, string->strings): ...here.
7545
7546 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
7547 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
7548
7549 * progmodes/gud.el (gud-common-init): Call string->strings instead
7550 of split-string.
7551
7552 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7553
7554 * dired-aux.el: Remove `dired-call-process'.
7555 (dired-check-process): Call `process-file'.
7556
7557 * wdired.el (wdired-do-perm-changes): Call `process-file'.
7558
7559 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
7560 `ange-ftp-process-file'.
7561
7562 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7563
7564 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
7565
7566 * emacs-lisp/cl-extra.el:
7567 * emacs-lisp/cl-seq.el:
7568 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
7569 Add autoload cookies on all defs autoloaded manually in cl.el.
7570
7571 * emacs-lisp/cl-loaddefs.el: New file.
7572
7573 * textmodes/texinfmt.el (texinfo-raisesections-alist)
7574 (texinfo-lowersections-alist): Merge definition and declaration.
7575 (texinfo-start-of-header, texinfo-end-of-header): Remove.
7576 (texinfo-format-syntax-table): Merge init into declaration.
7577 (texinfo-format-parse-line-args, texinfo-format-parse-args)
7578 (texinfo-format-parse-defun-args, texinfo-format-node)
7579 (texinfo-push-stack, texinfo-multitable-widths)
7580 (texinfo-define-info-enclosure, texinfo-alias)
7581 (texinfo-format-defindex, batch-texinfo-format): Use push.
7582 (texinfo-footnote-number): Remove duplicate declaration.
7583
7584 * ps-print.el: Update with auto-generated autoloads.
7585
7586 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
7587
7588 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7589
7590 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
7591 relative to current dir for file-local settings.
7592 (autoload-generate-file-autoloads): Add `outfile' arg.
7593 (update-directory-autoloads): Use it to directly call
7594 autoload-generate-file-autoloads instead of going through
7595 update-file-autoloads so we avoid redundant searches and so we can know
7596 the set of buffers changed so we can save them all.
7597
7598 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
7599 rather than throwing `up-to-date'.
7600 (autoload-generate-file-autoloads): Adjust correspondingly.
7601 (update-file-autoloads): Be careful to let-bind
7602 autoload-modified-buffers and adjust to new calling conventions.
7603 (autoload-modified-buffers): Make it a dynamically scoped var.
7604 (update-directory-autoloads): Use file-relative-name instead of
7605 autoload-trim-file-name.
7606 (autoload-insert-section-header): Don't use autoload-trim-file-name
7607 since the file is already relative now.
7608 (autoload-trim-file-name): Remove.
7609
7610 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
7611 (vc-arch-complete, vc-arch--version-completion-table)
7612 (vc-arch-revision-completion-table): New functions to provide
7613 completion of revision names.
7614 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
7615 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
7616 to let the user trim the revlib.
7617
7618 * vc.el: Add new VC operation `revision-completion-table'.
7619 (vc-default-revision-completion-table): New function.
7620 (vc-version-diff, vc-version-other-window): Use it to provide
7621 completion of revision names if the backend provides it.
7622
7623 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
7624
7625 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
7626 of newer .svn/entries.
7627
7628 2007-06-25 David Kastrup <dak@gnu.org>
7629
7630 * calc/calc-poly.el (math-padded-polynomial)
7631 (math-partial-fractions): Add some function comments.
7632
7633 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7636 Make `outbuf' optional.
7637 (update-file-autoloads): Use it.
7638
7639 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7640
7641 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
7642 (autoload-find-destination): Keep it uptodate.
7643 (autoload-save-buffers): New fun.
7644 (update-file-autoloads): Use it. Re-add the "up to date" message.
7645
7646 * emacs-lisp/autoload.el: Refactor for upcoming changes.
7647 (autoload-find-destination): New function extracted from
7648 update-file-autoloads.
7649 (update-file-autoloads): Use it.
7650 (autoload-generate-file-autoloads): New function extracted from
7651 generate-file-autoloads. Use file-relative-name. Delay computation of
7652 output-start to the first cookie. Remove done-any, replaced by
7653 output-start.
7654 (generate-file-autoloads): Use it.
7655
7656 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
7657
7658 * calc/calc-comb.el (math-init-random-base, math-prime-test):
7659 Use math-read-number-simple to insert constants.
7660 (math-prime-test): Redo calculation of sum.
7661
7662 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
7663
7664 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
7665 math-scale-bignum-3.
7666 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
7667 math-bignum-digit-size.
7668 (math-isqrt-small): Add another possible initial guess.
7669
7670 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7671
7672 * textmodes/bibtex.el (bibtex-entry-format): New options
7673 `whitespace', `braces', and `string'.
7674 (bibtex-field-braces-alist, bibtex-field-strings-alist)
7675 (bibtex-field-braces-opt, bibtex-field-strings-opt)
7676 (bibtex-cite-matcher-alist): New variables.
7677 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
7678 (bibtex-flash-head): Use blink-matching-delay.
7679 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
7680 (bibtex-format-entry, bibtex-reformat): Handle new options of
7681 bibtex-entry-format.
7682 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
7683 New functions.
7684 (bibtex-complete-internal): Do not display messages while
7685 minibuffer is used. Do not leave around a completions buffer
7686 that is out of date.
7687 (bibtex-copy-summary-as-kill): New optional arg.
7688 (bibtex-font-lock-url): New optional arg no-button.
7689 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
7690 (bibtex-url): Allow multiple URLs per entry.
7691
7692 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7693
7694 * emacs-lisp/autoload.el (autoload-generated-file): New function.
7695 (update-file-autoloads, update-directory-autoloads): Use it.
7696 (autoload-file-load-name): New function.
7697 (generate-file-autoloads, update-file-autoloads): Use it.
7698 (autoload-find-file): Accept non-absolute argument. Set default-dir.
7699 (generate-file-autoloads): If the autoloaded form is malformed,
7700 indicate the problem with a warning instead of aborting.
7701
7702 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7703
7704 * simple.el (next-error-recenter): Accept `(4)' as well;
7705 also, specify `integer' instead of `number'.
7706
7707 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7708
7709 * ls-lisp.el (insert-directory): If an invalid regexp error is
7710 thrown, try using FILE as a literal file name, not a wildcard.
7711
7712 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
7713
7714 * ruler-mode.el (ruler-mode): Prevent clobbering the original
7715 `header-line-format' when reentering ruler mode.
7716
7717 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7718
7719 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
7720 FILE exists as a file.
7721
7722 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7723
7724 * calc/calc.el (math-bignum-digit-length)
7725 (math-bignum-digit-size, math-small-integer-size):
7726 New constants.
7727 (math-normalize, math-bignum-big, math-make-float)
7728 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
7729 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
7730 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
7731 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
7732 (math-quotient, math-div-bignum, math-div-bignum-digit)
7733 (math-div-bignum-part, math-format-bignum-decimal)
7734 (math-read-bignum): Use math-bignum-digit-length,
7735 math-bignum-digit-size and math-small-integer-size.
7736
7737 * calc/calc-ext.el (math-fixnum-big): Use the variable
7738 math-bignum-digit-size.
7739
7740 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7741
7742 * log-view.el (log-view-mode-menu): New menu.
7743
7744 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
7747 differently.
7748
7749 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
7750 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
7751
7752 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7753
7754 * vc-hg.el (vc-hg-print-log): Insert the file name.
7755 (vc-hg-log-view-mode): Fontify the file name.
7756
7757 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7758
7759 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
7760 (calcFunc-julian): Fix incorrect number used in calculations.
7761
7762 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
7763
7764 * simple.el (next-error-recenter): New defcustom.
7765 (next-error, next-error-internal): Recenter if specified,
7766 immediately prior to running `next-error-hook'.
7767
7768 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
7769 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
7770
7771 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
7772
7773 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7774
7775 * calc/calc-comb.el (math-small-factorial-table): New variable.
7776 (calcFunc-fact): Use `math-small-factorial-table'.
7777
7778 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
7779 initial values.
7780 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
7781 New variables to use in caches.
7782
7783 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
7784 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
7785
7786 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
7787 (math-bernoulli-b-cache): Use math-read-number-simple to insert
7788 bignums.
7789
7790 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7791 New variables to use in caches.
7792
7793 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7794
7795 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
7796
7797 * vc-hg.el (vc-hg-log-view-mode): New mode.
7798
7799 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
7800
7801 * calc/calc.el (math-read-number-simple): New function.
7802
7803 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7804
7805 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
7806 (vera-font-lock-match-item): Fix doc string.
7807 (vera-in-comment-p): Remove unused function.
7808 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
7809 use `syntax-ppss'.
7810 (vera-forward-syntactic-ws): Fix argument order.
7811 (vera-prepare-search): Use `with-syntax-table'.
7812 (vera-indent-line): Fix doc string.
7813 (vera-electric-tab): Fix doc string.
7814 (vera-expand-abbrev): Define alias instead of using `fset'.
7815 (vera-comment-uncomment-region): Use `comment-start-skip'.
7816
7817 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
7818
7819 * textmodes/org.el (org-export-with-footnotes): New option.
7820 (org-export-as-html): Fix replacement bug for XEmacs.
7821 (org-agenda-default-appointment-duration): New option.
7822
7823 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7824
7825 * vc-hg.el: Add to do items.
7826 (vc-hg-diff): Add support for comparing different revisions.
7827 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
7828 (vc-hg-annotate-extract-revision-at-line)
7829 (vc-hg-previous-version, vc-hg-checkin): New functions.
7830 (vc-hg-annotate-re): New constant.
7831
7832 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7833
7834 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
7835
7836 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7837
7838 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
7839 buffer-local value of log-view-*-re if applicable.
7840
7841 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
7842 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
7843 (vc-bzr-command*): Remove both (incompatible) versions.
7844 (vc-bzr-do-command*): Remove.
7845 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
7846 Remove by folding into its only caller vc-bzr-command.
7847 (vc-bzr-command): Always set the environment, even when ineffective.
7848 (vc-bzr-version): Minor fix up.
7849 (vc-bzr-admin-dirname): New var.
7850 (vc-bzr-bzr-dir): Remove.
7851 (vc-bzr-root-dir): New fun.
7852 (vc-bzr-registered): Use it. Add an autoloaded version.
7853 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
7854 (vc-bzr-view-log-function): Remove.
7855 (vc-bzr-log-view-mode): New major mode to replace it.
7856 (vc-bzr-print-log): Only activate the old hack if needed.
7857
7858 * vc.el (vc-default-log-view-mode): New function.
7859 (vc-print-log): Add new `log-view-mode' VC operation.
7860
7861 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
7862
7863 * ido.el (ido-find-file-in-dir): Don't signal an error for
7864 empty directories.
7865
7866 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
7867
7868 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
7869 directory where the desktop file was found, as the docstring says.
7870 (desktop-kill): Use `read-directory-name'.
7871
7872 2007-06-20 Alan Mackenzie <acm@muc.de>
7873
7874 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
7875 When removing lines, also remove the \n. Correction of patch of
7876 2007-04-21.
7877
7878 2007-06-20 Martin Rudalics <rudalics@gmx.at>
7879
7880 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
7881 event is not a cons cell. Do not unread drag-mouse-1 events.
7882 Select right window in check whether space was stolen from
7883 window above.
7884
7885 * help-mode.el (help-make-xrefs): Adjust position of new forward
7886 button.
7887
7888 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
7889
7890 * vc-bzr.el (vc-bzr-with-process-environment)
7891 (vc-bzr-std-process-invocation): New macros.
7892 (vc-bzr-command, vc-bzr-command*): Use them.
7893 (vc-bzr-with-c-locale): Remove.
7894 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
7895 (vc-bzr-buffer-nonblank-p): New function.
7896 (vc-bzr-state-words): New const.
7897 (vc-bzr-state): Look for `bzr status' keywords in output.
7898 Display everything else as a warning message to the user.
7899 Fix status report with bzr >= 0.15.
7900
7901 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
7902
7903 * vc-hg.el (vc-hg-global-switches): Simplify.
7904 (vc-hg-state): Handle more states.
7905 (vc-hg-diff): Fix doc-string.
7906 (vc-hg-register): New function.
7907 (vc-hg-checkout): Likewise.
7908
7909 2007-06-20 Reto Zimmermann <reto@gnu.org>
7910
7911 * progmodes/vera-mode.el: New file.
7912
7913 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7914
7915 * calc/calc.el (calc-multiplication-has-precendence):
7916 New variable.
7917 (math-standard-ops, math-standard-ops-p, math-expr-ops):
7918 New functions.
7919 (math-expr-opers): Define using math-standard-ops rather than
7920 math-standard-opers.
7921 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
7922 equal the function math-standard-ops rather than the variable
7923 math-standard-opers.
7924 (calc-algebraic-entry): Let math-expr-opers equal
7925 math-standard-ops or math-expr-ops, as appropriate.
7926 (math-expr-read-level, math-read-factor): Let math-expr-opers
7927 equal math-expr-ops.
7928 * calc/calc-embed.el (calc-embedded-finish-edit):
7929 Let math-expr-opers equal the function math-standard-ops
7930 rather than the variable math-standard-opers.
7931 * calc/calc-ext.el (math-read-plain-expr)
7932 (math-format-flat-expr-fancy): Let math-expr-opers equal the
7933 function math-standard-ops rather than the variable
7934 math-standard-opers.
7935 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
7936 Let math-expr-opers equal the function math-standard-ops rather
7937 than the variable math-standard-opers.
7938 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
7939 equal the function math-standard-ops rather than the variable
7940 math-standard-opers.
7941 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
7942 equal the function math-standard-ops rather than the variable
7943 math-standard-opers.
7944 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
7945 math-expr-ops.
7946
7947 2007-06-19 Ivan Kanis <apple@kanis.eu>
7948
7949 * vc-hg.el: New file.
7950
7951 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7952
7953 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
7954 with font-lock-multiline.
7955
7956 2007-06-17 Glenn Morris <rgm@gnu.org>
7957
7958 * lpr.el (lpr-page-header-switches): Move %s to separate element
7959 for correct quoting. Doc fix.
7960
7961 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7962
7963 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
7964 than setting sgml-xml-mode.
7965 (sgml-mode, html-mode): Set sgml-xml-mode.
7966 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
7967 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
7968 (sgml-electric-tag-pair-before-change-function)
7969 (sgml-electric-tag-pair-flush-overlays): New functions.
7970 (sgml-electric-tag-pair-mode): New minor mode.
7971 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
7972 (sgml-calculate-indent): Use assoc-string.
7973
7974 2007-06-16 Karl Fogel <kfogel@red-bean.com>
7975
7976 * thingatpt.el (thing-at-point-email-regexp): Don't require two
7977 chars before the "@" in an email address. Andreas Roehler noticed
7978 this problem.
7979
7980 2007-06-15 Karl Fogel <kfogel@red-bean.com>
7981
7982 * thingatpt.el: Add support for email addresses (`email').
7983 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
7984 (thing-at-point-email-regexp): New variable.
7985 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
7986 properties on this symbol, with lambda forms for values.
7987
7988 2007-06-15 Masatake YAMATO <jet@gyve.org>
7989
7990 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
7991
7992 * vc.el (vc-dired-hook): Check the backend returned from
7993 `vc-responsible-backend' can really handle `subdir'.
7994
7995 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
7996
7997 * wid-edit.el (widget-add-documentation-string-button):
7998 Fix handling of documentation indent.
7999
8000 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
8001
8002 * mb-depth.el: New file.
8003
8004 2007-06-15 Masatake YAMATO <jet@gyve.org>
8005
8006 * vc.el (vc-dired-mode): Show backend name as part of mode name.
8007
8008 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
8009
8010 * wid-edit.el (widget-default-create): Move ?h handling here...
8011 (widget-default-format-handler): ...from here.
8012 (widget-docstring, widget-add-documentation-string-button): New funs.
8013 (documentation-string): Add :visibility-widget property.
8014 (widget-documentation-string-value-create): Use it.
8015
8016 * cus-edit.el (custom-split-regexp-maybe): Simplify.
8017 (custom-buffer-create-internal): Simplify message.
8018 (custom-variable-tag): Reduce height to normal.
8019 (custom-variable-value-create, custom-face-value-create)
8020 (custom-visibility): New widget.
8021 (custom-visibility): New face.
8022 (custom-group-value-create):
8023 Call widget-add-documentation-string-button, using `custom-visibility'.
8024
8025 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8026
8027 * emacs-lisp/bytecomp.el (byte-compile-current-group)
8028 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
8029 change. Apparently the "warning even if the group is implicit" is
8030 a feature rather than a bug.
8031
8032 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
8033
8034 * emulation/viper.el (viper-describe-key-ad)
8035 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
8036 Compile them conditionally.
8037 (viper-version): Belated version change.
8038
8039 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
8040
8041 * follow.el (follow-all-followers, follow-generic-filter):
8042 * pcomplete.el (pcomplete-restore-windows):
8043 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
8044 (x-dnd-drop-data):
8045 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
8046 * progmodes/python.el (python-complete-symbol):
8047 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
8048
8049 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
8050
8051 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
8052 around bright and dim regexps. Make sure bright and dim matches
8053 use word anchors. Send text through rcirc-markup functions.
8054 (rcirc-url-regexp): Add single quote character.
8055 (rcirc-connect): Write logs to disk on auto-save-hook.
8056 Make server a non-optional argument.
8057 (rcirc-log-alist): New variable.
8058 (rcirc-log-directory): Make customizable.
8059 (rcirc-log-flag): New customizable variable.
8060 (rcirc-log): New function.
8061 (rcirc-print): Use above function.
8062 (rcirc-log-write): New function.
8063 (rcirc-generate-new-buffer-name): Strip text properties.
8064 (rcirc-switch-to-buffer-function): Remove variable.
8065 (rcirc-last-non-irc-buffer): Remove variable.
8066 (rcirc-non-irc-buffer): Add function.
8067 (rcirc-next-active-buffer): Use above function.
8068 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
8069 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
8070 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
8071 (rcirc-omit-mode): Add minor-mode.
8072 (rcirc-mode-map): Change C-c C-o binding.
8073 (rcirc-mode): Clear mode-line-process. Use a custom
8074 fill-paragraph-function. Set up buffer-invisibility-spec.
8075 (rcirc-response-formats): Remove timestamp code.
8076 (rcirc-omit-responses): Add variable.
8077 (rcirc-print): Don't put the overlay arrow on potentially omitted
8078 lines. Log line to disk. Record activity for private messages
8079 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
8080 (rcirc-jump-to-first-unread-line): Print message if there is no
8081 unread text.
8082 (rcirc-clear-unread): New function.
8083 (rcirc-markup-text-functions): Add variable.
8084 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
8085 (rcirc-debug): Don't mess with window configuration.
8086 (rcirc-send-message): Send message before printing locally.
8087 Add SILENT argument, do not print message if non-nil.
8088 (rcirc-visible-buffers): New function and variable.
8089 (rcirc-window-configuration-change-1): Add function.
8090 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
8091 server buffer.
8092 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
8093 (rcirc-fill-paragraph): Add function.
8094 (rcirc-record-activity, rcirc-window-configuration-change-1):
8095 Only update the activity string if it has actually changed.
8096 (rcirc-update-activity-string): Remove padding characters from the
8097 mode-line string.
8098 (rcirc-disconnect-buffer): New function to be called when a
8099 channel is parted or the user quits.
8100 (rcirc-server-name): Warn when the server-name hasn't been set.
8101 (rcirc-window-configuration-change): Postpone work until
8102 post-command-hook.
8103 (rcirc-window-configuration-change-1): Update mode-line and
8104 overlay arrows here.
8105 (rcirc-authenticate): Fixc hanserv identification.
8106 (rcirc-default-server): Remove variable.
8107 (rcirc): Connect according to rcirc-connections.
8108 (rcirc-connections): Add variable.
8109 (rcirc-startup-channels-alist): Remove variable.
8110 (rcirc-startup-channels): Remove function.
8111
8112 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8113
8114 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
8115
8116 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
8117
8118 * term/xterm.el (terminal-init-xterm): Escape parens in character
8119 constants.
8120
8121 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8122
8123 * progmodes/sh-script.el: Remove unneeded * from docstrings.
8124 Use [:alpha:] and [:alnum:] where applicable.
8125 (sh-quoted-subshell): Rewrite to correctly
8126 handle nested mixes of `...' and $(...).
8127 (sh-apply-quoted-subshell): Remove.
8128 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
8129
8130 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
8131
8132 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
8133
8134 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
8135 previous change.
8136
8137 2007-06-12 Tom Tromey <tromey@redhat.com>
8138
8139 * subr.el (user-emacs-directory): New defconst.
8140 * cmuscheme.el (scheme-start-file):
8141 * shell.el (shell):
8142 * completion.el (save-completions-file-name):
8143 * custom.el (custom-theme-directory):
8144 * term/x-win.el (emacs-session-filename):
8145 * filesets.el (filesets-menu-cache-file):
8146 * thumbs.el (thumbs-thumbsdir):
8147 * server.el (server-auth-dir):
8148 * image-dired.el (image-dired-dir):
8149 (image-dired-db-file):
8150 (image-dired-temp-image-file):
8151 (image-dired-gallery-dir):
8152 (image-dired-temp-rotate-image-file):
8153 * play/gamegrid.el (gamegrid-user-score-file-directory):
8154 * savehist.el (savehist-file):
8155 * tutorial.el (tutorial--saved-dir):
8156 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
8157
8158 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
8159
8160 * scroll-lock.el (scroll-lock-mode): Doc fix.
8161
8162 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8163
8164 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
8165
8166 * ediff-init.el: Doc strings.
8167
8168 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
8171 (byte-compile-file): Bind it.
8172 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
8173 group argument is provided implicitly.
8174 (byte-compile-format-warn, byte-compile-from-buffer)
8175 (byte-compile-insert-header): Don't hardcode point-min==1.
8176 (byte-compile-file-form-require): Remove unused var old-load-list.
8177 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
8178
8179 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8180
8181 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
8182 Display error messages.
8183 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
8184 Get rid of cl.el dependencies.
8185
8186 * emulation/viper-init.el (viper-suppress-input-method-change-message):
8187 New variable.
8188 (viper-activate-input-method-action)
8189 (viper-inactivate-input-method-action):
8190 Use viper-suppress-input-method-change-message.
8191
8192 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
8193 for C-s, C-r.
8194
8195 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
8196 Use viper-replace-overlay-cursor-color instead of
8197 viper-replace-overlay-cursor-color.
8198 (viper-sit-for-short): Use sit-for with 3 arguments.
8199
8200 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
8201 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
8202 to gud-mode.
8203
8204 * ediff-mult.el (ediff-meta-buffer-brief-message)
8205 (ediff-meta-buffer-verbose-message): New variables.
8206 (ediff-meta-buffer-message): Variable deleted.
8207 (ediff-verbose-help-enabled): New variable.
8208 (ediff-toggle-verbose-help-meta-buffer): New function.
8209 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
8210 message options.
8211
8212 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
8213 (ediff-fixup-patch-map): Improve heuristic.
8214
8215 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8216
8217 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
8218 (log-view-font-lock-keywords): Simplify.
8219 (log-view-current-file, log-view-current-tag): Simplify.
8220
8221 2007-06-12 Sam Steingold <sds@gnu.org>
8222
8223 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
8224
8225 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
8226
8227 * desktop.el (desktop-load-locked-desktop): New option.
8228 (desktop-read): Use it.
8229 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
8230 Use `when'.
8231
8232 2007-06-12 Davis Herring <herring@lanl.gov>
8233
8234 * desktop.el (desktop-save-mode-off): New function.
8235 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
8236 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
8237 (desktop-claim-lock, desktop-release-lock): New functions.
8238 (desktop-kill): Tell `desktop-save' that this is the last save.
8239 Release the lock afterwards.
8240 (desktop-buffer-info): New function.
8241 (desktop-save): Use it. Run `desktop-save-hook' where the doc
8242 says to. Detect conflicts, and manage the lock.
8243 (desktop-read): Detect conflicts. Manage the lock.
8244
8245 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8246
8247 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
8248
8249 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
8250 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
8251 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
8252 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
8253 keysyms rather than byte sequences.
8254 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
8255
8256 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * font-lock.el (font-lock-add-keywords): In case font-lock was only
8259 half-activated, forcefully activate it completely.
8260
8261 2007-06-11 Richard Stallman <rms@gnu.org>
8262
8263 * cus-edit.el (custom-variable-type): Doc fix.
8264
8265 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8266
8267 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
8268 (sh-font-lock-flush-syntax-ppss-cache): New functions.
8269 (sh-font-lock-syntactic-keywords): Use them to distinguish the
8270 different possible cases for \'.
8271
8272 * complete.el (PC-bindings): Don't bind things already bound in the
8273 parent keymap.
8274
8275 * textmodes/bibtex-style.el: New file.
8276
8277 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
8278
8279 * vc-bzr.el: New file.
8280
8281 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8282
8283 * vc-svn.el (vc-svn-program): New var.
8284 (vc-svn-command): Use it.
8285
8286 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
8287
8288 * server.el (server-switch-buffer): Remove redundant check.
8289
8290 2007-06-10 Martin Rudalics <rudalics@gmx.at>
8291
8292 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8293 Match against file-name-nondirectory.
8294 Fix text on user customization variables.
8295 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
8296
8297 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8298
8299 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
8300
8301 2007-06-09 Davis Herring <herring@lanl.gov>
8302
8303 * desktop.el (desktop-minor-mode-table): Doc fix.
8304
8305 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8306
8307 * textmodes/css-mode.el (css-navigation-syntax-table):
8308 Use set-char-table-range so it also works in the unicode branch.
8309
8310 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
8311
8312 * help-mode.el (help-xref-forward-stack)
8313 (help-xref-stack-forward-item, help-forward-label): New variables.
8314 (help-forward): New button type.
8315 (help-setup-xref): Initialise help-xref-forward-stack.
8316 (help-make-xrefs): Add forward button, if appropriate.
8317 (help-xref-go-back): Push item on forward stack.
8318 (help-xref-go-forward, help-go-forward): New functions.
8319
8320 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
8321
8322 * dired.el (dired-mode-map): Remove spurious separator.
8323
8324 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8325
8326 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
8327
8328 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8329 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
8330
8331 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
8332
8333 * textmodes/org.el: Version number fixed.
8334
8335 2007-06-07 Glenn Morris <rgm@gnu.org>
8336
8337 * version.el (emacs-copyright): New constant.
8338 * startup.el (fancy-splash-tail): Use emacs-copyright.
8339 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
8340
8341 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
8342 `make-local'.
8343 (byte-compile-warnings-safe-p): Add `make-local'.
8344 (byte-compile-make-variable-buffer-local):
8345 Allow byte-compile-warnings to suppress this warning.
8346
8347 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
8348 format of "menu" description.
8349 (tutorial--find-changed-keys): Describe the specific menu a
8350 command is in.
8351
8352 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
8353 Rewrite compatibility functions to silence byte-compiler.
8354
8355 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8356
8357 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
8358 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
8359
8360 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
8361
8362 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
8363
8364 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8365
8366 * progmodes/ebrowse.el (ebrowse-member-table):
8367 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
8368 (org-batch-agenda-csv): Fix typos in docstrings.
8369
8370 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8371
8372 * international/mule-cmds.el (toggle-enable-multibyte-characters)
8373 (sort-coding-systems, search-unencodable-char): Doc fixes.
8374 (coding-system-change-eol-conversion, set-default-coding-systems)
8375 (prefer-coding-system, find-multibyte-characters, princ-list)
8376 (leim-list-entry-regexp, set-input-method, locale-language-names)
8377 (input-method-exit-on-first-char, exit-language-environment-hook)
8378 (locale-charset-language-names): Fix typos in docstrings.
8379
8380 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8381
8382 * pgg.el (pgg-sign-region, pgg-sign):
8383 * ses.el (ses-call-printer):
8384 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
8385 * textmodes/org.el (org-cycle): Fix typos in docstrings.
8386
8387 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
8388
8389 * textmodes/org.el (org-export-region-as-html)
8390 (org-replace-region-by-html, org-number-to-letters)
8391 (org-table-fedit-finish, org-normalize-color)
8392 (org-table-fedit-ref-right, org-date-to-gregorian)
8393 (org-table-fedit-move, org-table-convert-refs-to-rc)
8394 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
8395 (org-write-agenda, org-colgroup-info-to-vline-list)
8396 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
8397 (org-indent-line-function, org-export-as-html-to-buffer)
8398 (org-store-agenda-views, org-update-mode-line)
8399 (org-find-if, org-delete-all)
8400 (org-table-fedit-convert-buffer, org-emphasize)
8401 (org-uniquify, org-table-fedit-lisp-indent)
8402 (org-table-fedit-scroll, org-get-todo-sequence-head)
8403 (org-table-fedit-scroll-down, org-table-fedit-line-down)
8404 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
8405 (org-table-fedit-toggle-coordinates, org-dvipng-color)
8406 (org-table-fedit-line-up, org-table-fedit-ref-down)
8407 (org-table-formula-from-user, org-mode-flyspell-verify)
8408 (org-cycle-show-empty-lines, org-ctrl-c-ret)
8409 (org-table-formula-to-user, org-diary-to-ical-string)
8410 (orgtbl-export, org-table-fedit-post-command)
8411 (org-closed-in-range, org-shiftcontrolright)
8412 (org-table-convert-refs-to-an, org-table-hline-and-move)
8413 (org-table-formula-less-p, org-format-table-ascii)
8414 (org-agenda-get-sexps, org-shift-refpart)
8415 (org-diary-sexp-entry, org-time-string-to-absolute)
8416 (org-table-show-reference, org-letters-to-number)
8417 (org-fix-agenda-info, org-table-fedit-ref-up)
8418 (org-table-fedit-shift-reference, org-table-fedit-abort)
8419 (org-closest-date, org-shiftcontrolleft)
8420 (org-at-heading-or-item-p, org-rematch-and-replace)
8421 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
8422 New functions.
8423 (org-table-edit-scroll-down, org-finish-edit-formulas)
8424 (org-table-edit-next-field, org-abort-edit-formulas)
8425 (org-font-lock-level, org-export-find-first-heading-line)
8426 (org-table-edit-line-down, org-table-edit-backward-field)
8427 (org-edit-formula-lisp-indent, org-table-edit-move)
8428 (org-check-log-option, org-this-word)
8429 (org-table-edit-line-up, org-table-edit-formulas-post-command)
8430 (org-agenda-file-to-end, org-expand-file-name)
8431 (org-fake-empty-table-line, org-table-edit-scroll)
8432 (org-toggle-log-option, org-show-reference): Function removed.
8433 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
8434 New defsubsts.
8435 (org-unmodified, org-batch-store-agenda-views)
8436 (org-batch-agenda-csv): New macro.
8437 (org-agenda-export): New customization group.
8438 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
8439 (org-highest-priority, org-agenda-exporter-settings)
8440 (org-log-done-with-time, org-replace-disputed-keys)
8441 (org-format-latex-header, org-export-table-header-tags)
8442 (org-cycle-separator-lines, org-export-table-data-tags)
8443 (org-icalendar-include-sexps)
8444 (org-empty-line-terminates-plain-lists)
8445 (org-log-repeat, org-special-ctrl-a)
8446 (org-table-use-standard-references, org-disputed-keys)
8447 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
8448 (org-agenda-export-html-style): New option.
8449 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
8450 (org-CUA-compatible): Option removed.
8451 (org-agenda-structure, org-sexp-date): New face.
8452 (org-todo-keywords-for-agenda, org-not-done-keywords)
8453 (org-planning-or-clock-line-re, org-agenda-name)
8454 (org-table-colgroup-info, org-todo-sets)
8455 (constants-unit-system, org-clock-mode-line-entry)
8456 (org-mode-line-timer, org-table-current-begin-pos)
8457 (org-todo-keywords-1, org-mode-line-string)
8458 (org-table-clean-did-remove-column, org-table-fedit-map)
8459 (org-clock-heading, org-table-buffer-is-an)
8460 (org-agenda-info, org-done-keywords)
8461 (org-done-keywords-for-agenda, org-todo-heads)
8462 (org-todo-kwd-alist, org-clock-start-time): New variable.
8463 (org-todo-kwd-priority-p, org-edit-formulas-map)
8464 (org-repeat-re, org-todo-kwd-max-priority)
8465 (org-version, org-done-string)
8466 (org-table-clean-did-remove-column-1, org-disputed-keys):
8467 Remove variables.
8468 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
8469 (org-ts-lengths): Constant removed.
8470 (org-follow-gnus-link): Don't ask how many articles to read.
8471 (org-export-find-first-export-line): Rename from
8472 `org-export-find-first-heading'.
8473 Use `org-export-skip-text-before-1st-heading'.
8474 (org-table-fedit-post-command): Rename from
8475 `org-table-edit-formulas-post-command'.
8476 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
8477 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
8478 (org-table-fedit-lisp-indent): Rename from
8479 `org-edit-formula-lisp-indent'.
8480 (org-table-show-reference): Rename from `org-show-reference'.
8481 (org-table-store-formulas): Use `org-table-formula-less-p'.
8482 (org-table-edit-formulas): Position cursor to current field equation.
8483 (org-update-checkbox-count, org-hide-archived-subtrees)
8484 (org-timestamp-up-day, org-timestamp-down-day)
8485 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
8486 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
8487 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
8488 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
8489 Let `org-on-heading-p' also check for invisible heading.
8490 (org-read-date): Match am/pm times.
8491 (org-eval-in-calendar): Fix default date in prompt.
8492
8493 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
8494
8495 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
8496 "ChangeLog.a" entries, giving the latter lower priority.
8497
8498 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
8499
8500 * faces.el (face-id): If the argument is a face alias,
8501 return the ID of the target face.
8502
8503 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
8504
8505 * net/socks.el (top): Remove unnecessary copyright line.
8506
8507 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
8508
8509 * longlines.el (longlines-auto-wrap): Handle argument correctly.
8510
8511 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
8512
8513 * net/socks.el: New file, taken from w3 repository.
8514 (top): Update Copyright. Don't load cl.el.
8515 (all): Replace `case' by `cond', `string-to-int' by
8516 `string-to-number', and `process-kill-without-query' by
8517 `set-process-query-on-exit-flag'.
8518 (socks-char-int): Remove defalias and all occurrences.
8519
8520 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
8521
8522 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
8523 Fix typos in docstrings.
8524 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
8525 (compilation-finish-function): Fix typo in obsolescence declaration.
8526
8527 2007-06-03 Sam Steingold <sds@gnu.org>
8528
8529 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
8530 handle unending automatic recompilation of changed files (`omake -P').
8531 (compilation-loop): VISITED is now 5th CDR.
8532 (compilation-next-error-function): Set TIMESTAMP.
8533
8534 2007-06-03 Sam Steingold <sds@gnu.org>
8535
8536 * files.el (kill-buffer-ask): New function.
8537 (kill-some-buffers): Use it.
8538 (kill-matching-buffers): New user command.
8539
8540 2007-06-01 David Kastrup <dak@gnu.org>
8541
8542 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8543 Change default to `top'.
8544
8545 2007-05-31 Richard Stallman <rms@gnu.org>
8546
8547 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
8548
8549 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8550
8551 * textmodes/css-mode.el: New file.
8552
8553 2007-05-30 Michael Olson <mwolson@gnu.org>
8554
8555 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
8556 died and we are trying to send a signal to it. The program using
8557 tq.el should periodically check to see whether the process has
8558 died and react appropriately -- this is not the responsibility of
8559 tq.el, and is consistent with the rest of the tq.el source code.
8560
8561 2007-05-29 Martin Rudalics <rudalics@gmx.at>
8562
8563 * textmodes/table.el (table--point-entered-cell-function)
8564 (table--point-left-cell-function):
8565 Bind `inhibit-point-motion-hooks' to t.
8566
8567 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8568
8569 * emacs-lisp/rx.el (rx): Doc fix.
8570
8571 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
8572
8573 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
8574
8575 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
8576
8577 Sync with Tramp 2.0.56.
8578
8579 * net/tramp.el:
8580 * net/tramp-ftp.el:
8581 * net/tramp-smb.el:
8582 * net/tramp-util.el:
8583 * net/tramp-vc.el:
8584 Don't load cl.el, because that pollutes the namespace. Replace cl
8585 macros by their implementations where necessary. Requested by
8586 Richard Stallman <rms@gnu.org>.
8587
8588 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
8589 doesn't exist.
8590 (with-parsed-tramp-file-name): Protect debug spec during compilation.
8591 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
8592 (tramp-file-name-p, tramp-file-name-multi-method)
8593 (tramp-file-name-method, tramp-file-name-user)
8594 (tramp-file-name-host, tramp-file-name-localname): New defuns,
8595 replacing defstruct `tramp-file-name'.
8596 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
8597 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
8598 Apply `vector' instead of `make-tramp-file-name'.
8599 (tramp-handle-make-auto-save-file-name):
8600 Apply `tramp-temporary-file-directory' for compatibility reasons.
8601 (tramp-completion-mode): Use `natnump' instead of `wholenump'
8602 because of XEmacs.
8603 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
8604 started.
8605
8606 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
8607
8608 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
8609
8610 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
8611
8612 * log-edit.el (log-edit-changelog-paragraph): Return point-max
8613 as the end of the ChangeLog paragraph when it ends without a line
8614 termination.
8615
8616 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
8617
8618 * net/webjump.el (webjump-sample-sites):
8619 Add simple Wikipedia query.
8620
8621 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8622
8623 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
8624 compatibility code.
8625
8626 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
8627 (copyright-update-year): Use it.
8628
8629 * edmacro.el (edmacro-format-keys): Use current-active-maps.
8630
8631 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
8632 Add indentation and debugging info. Fix up comment convention.
8633
8634 * cus-dep.el (custom-make-dependencies): Simplify.
8635
8636 * composite.el (compose-region, decompose-region):
8637 Use inhibit-read-only and restore-buffer-modified-p.
8638
8639 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
8640 (xterm-mouse-event): Use it.
8641
8642 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
8643
8644 * bs.el (bs-cycle-previous): Don't modify the cycle list until
8645 `switch-to-buffer' has returned succesfully.
8646 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
8647 window is dedicated (it could iconify the frame).
8648
8649 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
8650
8651 * vc-hooks.el (vc-find-root): Fix file attribute test.
8652
8653 2007-05-24 Richard Stallman <rms@gnu.org>
8654
8655 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8656 Don't let opoint be nil.
8657 (flyspell-emacs-popup): Explicit error if no dialogs.
8658
8659 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
8660
8661 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
8662 (image-next-line, image-previous-line, image-scroll-up)
8663 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
8664 New functions.
8665 (image-mode-map): Remap motion commands.
8666 (image-mode-text-map): New keymap for viewing images as text.
8667 (image-mode): Use image-mode-map.
8668 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
8669
8670 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8671
8672 * textmodes/fill.el (canonically-space-region): Make the second arg
8673 a marker if it's not already the case.
8674
8675 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8676
8677 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
8678 (tar-get-descriptor): Handle type 55, an extended pax header.
8679
8680 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8681
8682 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
8683 to confuse outline-minor-mode.
8684
8685 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8686
8687 * tar-mode.el (tar-file-name-handler): New function.
8688 (tar-extract): Bind file-name-handler-alist to it to force
8689 find-buffer-file-type-coding-system behave as if the file being
8690 extracted existed. Use last-coding-system-used to force
8691 buffer-file-coding-system to what decode-coding-region actually
8692 used to decode the file.
8693
8694 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8695
8696 * progmodes/compile.el (compilation-handle-exit):
8697 `compilation-finish-function' may change the current buffer.
8698
8699 2007-05-22 Richard Stallman <rms@gnu.org>
8700
8701 * files.el (set-auto-mode): Doc fix.
8702
8703 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8704
8705 * help-fns.el (find-source-lisp-file): New function.
8706 (describe-function-1): Use find-source-lisp-file to find source
8707 file in compile tree.
8708
8709 2007-05-22 Eli Zaretskii <eliz@gnu.org>
8710
8711 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8712
8713 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
8714
8715 * emacs-lisp/easy-mmode.el (define-minor-mode)
8716 (easy-mmode-define-navigation): Fix typos in docstrings.
8717
8718 2007-05-22 Glenn Morris <rgm@gnu.org>
8719
8720 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
8721
8722 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
8723
8724 * mail/mail-extr.el (mail-extract-address-components):
8725 Recognize non-ASCII characters except for NBSP as words.
8726
8727 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
8728
8729 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
8730 (rcirc-print): Handle `window-width'.
8731 (rcirc-buffer-maximum-lines): Doc fix.
8732
8733 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
8734
8735 * image-mode.el (image-toggle-display): Don't clear image cache.
8736 Only use filename in image spec if the file is readable.
8737 Call image-refresh.
8738
8739 * image.el (image-type-from-file-name, image-type): Simplify.
8740 (image-type-auto-detected-p): Don't scan auto-mode-alist.
8741
8742 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
8743 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
8744
8745 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8746
8747 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
8748 is an error.
8749
8750 * term/linux.el (terminal-init-linux): Don't signal an error
8751 if gpm isn't running.
8752
8753 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8754
8755 * t-mouse.el: Reduce to a minor-mode macro call.
8756 (t-mouse-mode): Remove the lighter.
8757
8758 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
8759
8760 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
8761
8762 * files.el (auto-mode-alist): Change the regexp so that
8763 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
8764
8765 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8766
8767 * Version 22.1 released.
8768
8769 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
8770
8771 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
8772 changes.
8773
8774 2007-05-19 Kevin Ryde <user42@zip.com.au>
8775
8776 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
8777
8778 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
8779
8780 * textmodes/sgml-mode.el: Revert last change.
8781
8782 2007-05-18 Richard Stallman <rms@gnu.org>
8783
8784 * simple.el (push-mark): Doc fix.
8785
8786 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
8787
8788 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
8789 tpu-global-map.
8790 (tpu-original-global-map): Variable deleted.
8791 (tpu-control-keys-map): New keymap variable.
8792 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
8793 setting keymapping directly.
8794 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
8795 tpu-global-map.
8796 (tpu-edt-on): Activate the tpu-global-map.
8797 (tpu-edt-off): Deactivate the tpu-global-map.
8798
8799 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
8800
8801 * textmodes/ispell.el (ispell-get-word): Return markers
8802 for start and end positions.
8803 (ispell-word): Assume END is a marker.
8804
8805 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8806
8807 * printing.el: Group together all XEmacs/Emacs definitions.
8808 (pr-version): New version 6.9.
8809 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
8810 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
8811 (pr-menu-bind): Fix code.
8812 (pr-e-frame-char-height, pr-e-frame-char-width)
8813 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
8814 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
8815 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
8816 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
8817 (pr-x-event-y-pixel): Aliases eliminated.
8818 (pr-xemacs-global-menubar): Macro moved.
8819 (current-menubar, current-mouse-event, zmacs-region-stays)
8820 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
8821 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
8822 Vars moved.
8823 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
8824 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
8825 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
8826 (pr-menu-set-utility-title, pr-even-or-odd-pages)
8827 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
8828 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
8829 moved.
8830
8831 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
8832
8833 * textmodes/sgml-mode.el (sgml-tag):
8834 Fix bug: Call sgml-transformation-function.
8835
8836 2007-05-17 Martin Rudalics <rudalics@gmx.at>
8837
8838 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
8839 modified flag of buffer. Use `inhibit-modification-hooks'.
8840
8841 2007-05-16 Richard Stallman <rms@gnu.org>
8842
8843 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
8844
8845 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * files.el (magic-mode-alist, magic-fallback-mode-alist):
8848 Move the *ml, Postscript, and XmCD entries to the fallback part.
8849
8850 * files.el (magic-fallback-mode-alist):
8851 Rename from file-start-mode-alist.
8852
8853 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8854
8855 * progmodes/compile.el (compilation-handle-exit): Quote first
8856 argument of `run-hook-with-args'.
8857
8858 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
8859
8860 * buff-menu.el (Buffer-menu-sort-column):
8861 * dabbrev.el (dabbrev-upcase-means-case-search):
8862 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8863 * info.el (Info-current-subfile):
8864 * ls-lisp.el (ls-lisp-verbosity):
8865 * msb.el (msb-menu-cond):
8866 * pcvs.el (cvs-dired-use-hook):
8867 * simple.el (set-mark-command-repeat-pop):
8868 * time.el (display-time-24hr-format, display-time-mail-file):
8869 Doc fixes.
8870
8871 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
8872 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
8873
8874 * view.el (view-inhibit-help-message): Fix typo in docstring.
8875 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
8876
8877 2007-05-16 Martin Rudalics <rudalics@gmx.at>
8878
8879 * textmodes/ispell.el (ispell-start-process): Defend against bad
8880 default-directory.
8881
8882 2007-05-14 Eli Zaretskii <eliz@gnu.org>
8883
8884 * mail/rmail.el (rmail-convert-to-babyl-format): Check
8885 content-transfer-encoding _last_, because it's its position that
8886 we need as value of base64-header-field-end.
8887
8888 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
8889
8890 * files.el (mode-require-final-newline, require-final-newline)
8891 (enable-local-variables, enable-local-eval): Doc fixes.
8892
8893 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8894
8895 * ps-print.el: Use default color when foreground or background color
8896 are unspecified. Reported by Leo <sdl.web@gmail.com>.
8897 (ps-print-version): New version 6.7.4.
8898 (ps-rgb-color): New argument. Use default color when color is
8899 unspecified.
8900 (ps-begin-job): Fix code.
8901
8902 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
8903
8904 * longlines.el (longlines-mode): Make longlines-auto-wrap
8905 buffer-local. Add hooks unconditionally.
8906 (longlines-auto-wrap): Toggle wrapping.
8907 (longlines-after-change-function)
8908 (longlines-post-command-function): Check longlines-auto-wrap.
8909
8910 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
8911
8912 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
8913 (xterm-mouse-translate): Use it.
8914
8915 2007-05-10 Richard Stallman <rms@gnu.org>
8916
8917 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
8918 (iso-cvt-write-only): Likewise.
8919
8920 * emacs-lisp/easy-mmode.el (define-minor-mode):
8921 Fix generated doc string.
8922
8923 * startup.el (fancy-splash-text): Add URL of guided tour.
8924 Adjust horizontal and vertical whitespace.
8925
8926 * progmodes/compile.el (compilation-handle-exit):
8927 Use run-hook-with-args to run compilation-finish-functions.
8928
8929 * files.el (file-start-mode-alist): New variable.
8930 (magic-mode-regexp-match-limit): Doc fix.
8931 (set-auto-mode): Handle file-start-mode-alist.
8932 A little cleanup of structure.
8933
8934 * dabbrev.el (dabbrev-eliminate-newlines):
8935 Renamed from dabbrev--eliminate-newlines. All uses changed.
8936
8937 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8938
8939 * man.el (Man-next-section): Don't consider the last line of the page
8940 as being part of any section.
8941
8942 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8943
8944 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
8945 can take any number of values.
8946
8947 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8948
8949 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
8950 to the list of citation commands.
8951
8952 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8953
8954 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
8955
8956 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
8957
8958 * progmodes/python.el (python-font-lock-keywords)
8959 (python-open-block-statement-p, python-mode): Add support for the new
8960 "with" keyword.
8961
8962 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8963
8964 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
8965 the exact opposite of diff-goto-source.
8966
8967 * emacs-lisp/advice.el (ad-special-forms): Remove.
8968 (ad-special-form-p): Use subr-arity.
8969
8970 * newcomment.el (comment-search-forward): Make sure we search forward.
8971 (comment-enter-backward): Try and distinguish the non-matching case at
8972 EOB from the non-matching case with a missing comment-end-skip for
8973 a 2-char comment ender.
8974 (comment-choose-indent): New function extracted from comment-indent.
8975 Improve the alignment algorithm.
8976 (comment-indent): Use it.
8977
8978 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
8979 XML style Processing Instructions.
8980 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
8981 (sgml-calculate-indent): Handle `pi' context.
8982
8983 * vc.el: Ensure that update-changelog issues an error when used with
8984 a backend that does not implement it.
8985 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
8986 Remove `backend' argument. Use expand-file-name.
8987 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
8988
8989 * progmodes/python.el (python-end-of-block): Revert last change.
8990 (python-end-of-statement): Make sure we move *forward*.
8991
8992 2007-05-08 Richard Stallman <rms@gnu.org>
8993
8994 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8995 Don't include non-self-insert commands in the exception for `-'.
8996
8997 2007-05-08 David Reitter <david.reitter@gmail.com>
8998
8999 * progmodes/python.el (python-guess-indent): Check non-nullness
9000 before comparing indent against the 2..8 interval.
9001
9002 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9003
9004 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
9005 available.
9006
9007 2007-05-06 Richard Stallman <rms@gnu.org>
9008
9009 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
9010
9011 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9012
9013 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
9014 rather than storing their value in the revert-buffer function.
9015
9016 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
9017
9018 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
9019 when disabling t-mouse-mode.
9020
9021 2007-05-01 Davis Herring <herring@lanl.gov>
9022
9023 * calendar/timeclock.el: Update version number.
9024 (timeclock-modeline-display): Mention timeclock-use-display-time
9025 in explanatory message.
9026 (timeclock-in): Fix non-interactive workday specifications.
9027 (timeclock-log): Don't kill the log buffer if it already existed.
9028 Suppress warnings when finding the log. Don't check for a nil
9029 project twice. Run hooks after killing the buffer (if applicable).
9030 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
9031 was geometric). All uses changed.
9032 (timeclock-generate-report): Support prefix argument.
9033
9034 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
9035
9036 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
9037 disconnections.
9038
9039 2007-05-01 Romain Francoise <romain@orebokech.com>
9040
9041 * dired-x.el: Revert 2007-04-06 change.
9042
9043 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
9044
9045 * find-dired.el (find-dired-filter): Propertize all text down to eob.
9046
9047 2007-04-29 Richard Stallman <rms@gnu.org>
9048
9049 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
9050
9051 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9052
9053 * progmodes/cc-mode.el (c-before-change): Use point-min rather
9054 than 1.
9055
9056 2007-04-28 Richard Stallman <rms@gnu.org>
9057
9058 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
9059
9060 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
9061
9062 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
9063 don't put stop on toolbar.
9064
9065 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9066
9067 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
9068
9069 2007-04-28 Eli Zaretskii <eliz@gnu.org>
9070
9071 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
9072 instead of $(lisp)/mh-e.
9073
9074 2007-04-28 Glenn Morris <rgm@gnu.org>
9075
9076 * image-dired.el (image-dired-cmd-create-thumbnail-options)
9077 (image-dired-cmd-create-temp-image-options): Replace option
9078 +profile "*" with -strip.
9079
9080 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
9081
9082 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9083 Use window-start and window-end.
9084
9085 2007-04-27 Andreas Schwab <schwab@suse.de>
9086
9087 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
9088
9089 2007-04-27 Eli Zaretskii <eliz@gnu.org>
9090
9091 * textmodes/fill.el (fill-paragraph): Doc fix.
9092
9093 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
9094
9095 * locate.el (locate-in-alternate-database): Doc fix.
9096
9097 2007-04-26 Glenn Morris <rgm@gnu.org>
9098
9099 * button.el (button): Use underline if supported, else fall back
9100 to color.
9101
9102 * version.el (emacs-version): Increase to 22.1.50.
9103
9104 2007-04-25 Richard Stallman <rms@gnu.org>
9105
9106 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
9107
9108 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
9109
9110 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
9111 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
9112 pushing mark.
9113 (idlwave-current-routine): Don't push mark.
9114
9115 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
9116
9117 * image-dired.el (image-dired-display-image): Derive image-type from
9118 filename rather than assuming jpeg, in case no resizing was needed.
9119
9120 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9121
9122 * custom.el (defface): Doc fix.
9123
9124 See ChangeLog.12 for earlier changes.
9125
9126 ;; Local Variables:
9127 ;; coding: iso-2022-7bit
9128 ;; add-log-time-zone-rule: t
9129 ;; End:
9130
9131 Copyright (C) 2007 Free Software Foundation, Inc.
9132
9133 This file is part of GNU Emacs.
9134
9135 GNU Emacs is free software; you can redistribute it and/or modify
9136 it under the terms of the GNU General Public License as published by
9137 the Free Software Foundation; either version 3, or (at your option)
9138 any later version.
9139
9140 GNU Emacs is distributed in the hope that it will be useful,
9141 but WITHOUT ANY WARRANTY; without even the implied warranty of
9142 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9143 GNU General Public License for more details.
9144
9145 You should have received a copy of the GNU General Public License
9146 along with GNU Emacs; see the file COPYING. If not, write to the
9147 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
9148 Boston, MA 02110-1301, USA.
9149
9150 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af