]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(doc-view-cache-directory): Remove superfluous concat.
[gnu-emacs] / lisp / ChangeLog
1 2007-11-01 Glenn Morris <rgm@gnu.org>
2
3 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
4
5 * mail/footnote.el (footnote-numeric-regexp)
6 (footnote-english-upper-regexp, footnote-english-lower-regexp)
7 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
8 Match multi-character footnotes.
9
10 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
11
12 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
13 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
14 (rcirc-print): Only update the line count when not marking the
15 line as omittable.
16 (rcirc-log-write): Specify coding system when writing logfile.
17 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
18
19 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
20
21 * ediff-util.el (ediff-nuke-selective-display): Move definition to
22 top level, make it dependent on the emacs flavor.
23
24 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
25 Test for XEmacs not for itimer.
26
27 * term/sun-mouse.el:
28 * obsolete/sun-fns.el:
29 * obsolete/sun-curs.el: Remove files.
30
31 * term/sun.el (select-previous-complex-command): Remove
32 obsolete code.
33
34 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
35
36 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
37 was given to concat.
38
39 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
40
41 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
42 used normally for goto-line. Change `g' to revert the buffer.
43 Add redundant `r' binding for buffer-revert.
44
45 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
46 (mail-abbrevs-setup): Use abbrev-expand-functions.
47 (build-mail-abbrevs): Use with-temp-buffer.
48 (define-mail-abbrev): Simplify.
49 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
50 Change it for use on abbrev-expand-functions.
51 (mail-abbrev-complete-alias): Use with-syntax-table.
52
53 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
54
55 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
56 directly. Fix bug in deleting temp file.
57
58 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
61 Merge defvar and define-abbrev-table.
62 (def-python-skeleton): Use :case-fixed and :enable-function.
63 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
64 Remove.
65 (python-mode): Don't modify pre-abbrev-expand-hook.
66
67 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
68
69 * ediff-util.el (ediff-file-checked-out-p)
70 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
71
72 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * abbrev.el (abbrev-symbol): Correct let->let*.
75 (abbrev--before-point): Only use abbrev-start-location if before point.
76
77 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
78
79 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
80 (strokes-unload-hook): Remove function and variable.
81 (strokes-unload-function): New-style unload function, adapted
82 from `strokes-unload-hook'.
83
84 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
85 (cl-unload-hook): Remove variable.
86 (cl-unload-function): New-style unload function, adapted
87 from `cl-cannot-unload'.
88
89 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
90 (elp-unload-function): New-style unload function, adapted
91 from `elp-unload-hook'.
92
93 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
94
95 * emacs-lisp/find-func.el (find-library): Use library at
96 point as default interactive argument.
97
98 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
99
100 * shadowfile.el (shadow-join): Remove.
101 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
102 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
103 (shadowfile-unload-hook): Remove function and variable.
104 (shadowfile-unload-function): New-style unload function, adapted
105 from `shadowfile-unload-hook'.
106
107 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
108
109 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
110 only if it is bound.
111
112 * textmodes/reftex.el: Move autoloads for before all uses.
113 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
114 (reftex-delete-overlay): Move to the top level with the condition
115 in the body.
116
117 * progmodes/simula.el: Use when instead of if.
118
119 * iimage.el (iimage-locate-file): Define unconditionally.
120
121 * mail/mailabbrev.el (mail-abbrev-next-line):
122 * emulation/vip.el (vip-enlarge-region, vip-line)
123 (vip-next-line-at-bol, vip-previous-line)
124 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
125 Wrap with-no-warnings around uses of next-line and previous-line.
126
127 * ediff.el (run-ediff-from-cvs-buffer):
128 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
129 Remove function not used by pcl-cvs anymore.
130 (noninteractive, generic-sc-get-latest-rev)
131 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
132 Delete support for long obsolete generic-sc.el.
133
134 2007-10-31 Glenn Morris <rgm@gnu.org>
135
136 * cvs-status.el: No longer require pcvs when compiling.
137
138 * doc-view.el (doc-view-conversion-refresh-interval)
139 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
140 (doc-view-reset-slice): Doc fixes.
141 (doc-view-menu): Remove deleted function doc-view-edit-doc.
142
143 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
144
145 * help-at-pt.el (help-at-pt-unload-hook): Remove.
146 Timers are automatically canceled by `unload-feature'.
147
148 * delsel.el (delsel-unload-hook): Remove function and variable.
149 (delsel-unload-function): New-style unload function, adapted
150 from `delsel-unload-hook'.
151
152 * msb.el (msb-unload-hook): Remove function and variable.
153 (msb-unload-function): New-style unload function, adapted from
154 `msb-unload-hook'.
155
156 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
157
158 * desktop.el (uniquify-managed): Pacify byte compiler.
159 (desktop-buffer-info): If the buffer name is managed by uniquify,
160 save the base name, not the uniquified one.
161 (desktop-create-buffer): Allow `rename-buffer' to generate a new
162 name in case of conflict.
163
164 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
165
166 * doc-view.el: Use expand-file-name rather than concat.
167 (doc-view-cache-directory): Add the UID so multiple users won't clash.
168 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
169 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
170 (doc-view-toggle-display): Use an overlay over the whole buffer so as
171 not to have to touch the buffer's content.
172 (doc-view-initiate-display): New function, extracted from doc-view-mode.
173 (doc-view-mode): Use it. Don't mark as a special mode.
174 Put the page numbers in the modeline.
175 Set up the overlay. Hide the cursor. Run the mode hook.
176 Use after-revert-hook rather than revert-buffer-function.
177 (doc-view-search-internal): Fix typo.
178 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
179 image-cache flush.
180 (doc-view-reconvert-doc): Don't reset the whole mode.
181 (doc-view-make-safe-dir): New function.
182 (doc-view-current-cache-dir): Use it.
183
184 2007-10-30 Jason Rumney <jasonr@gnu.org>
185
186 * time.el (display-time-world-list): Test for zoneinfo support.
187
188 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
189
190 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
191
192 * net/tramp-cache.el (tramp-flush-file-function): Check also
193 `default-directory' if `buffer-file-name' does not return a
194 string. Added to `eshell-pre-command-hook'.
195
196 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
197
198 * doc-view.el (doc-view-current-doc): Remove.
199 Replace all uses by buffer-file-name.
200 (doc-view-menu): New menu.
201 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
202 unused var `doc'.
203 (doc-view-sort): Simplify.
204 (doc-view-buffer-message): Don't change buffer-modified-p.
205 (doc-view-mode): Change it here instead.
206 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
207 Don't modify the global value of revert-buffer-function.
208
209 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
210 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
211 (image-toggle-display): Take overlays into account and don't assume
212 point-min==1.
213
214 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
215
216 * vc.el (vc-annotate): Fix omission bug:
217 Specify value for vc-sentinel-movepoint.
218
219 2007-10-30 Michael Olson <mwolson@gnu.org>
220
221 * textmodes/remember.el (remember-mode-hook)
222 (remember-handler-functions, remember-annotation-functions):
223 Add additional items as options, including some Org functions.
224
225 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
226
227 * doc-view.el: Remove cl-dependency.
228 (doc-view-buffer-message): Mention new binding K.
229 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
230 instead of variable.
231 (doc-view-current-cache-dir): Better cache dir naming.
232 (doc-view-current-display): Remove variable.
233 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
234 (doc-view-kill-proc): Set converter process to nil.
235 (doc-view-minor-mode): New minor mode.
236 (doc-view-minor-mode-map): New keymap.
237 (doc-view-mode): Remove text/image switching code. Use plain defun.
238 (doc-view-mode-map): New binding K kills converter process.
239 Remove C-c C-e binding.
240 (doc-view-mode-text-map): Remove keymap.
241 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
242 d-v-display-maybe.
243 (doc-view-previous-major-mode): New variable.
244 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
245 (doc-view-remove-if): New function.
246 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
247 (doc-view-toggle-display): Toggle modes instead of display styles.
248 (doc-view-reconvert-doc): Adapt to new way of doing things.
249
250 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
251
252 2007-10-30 Glenn Morris <rgm@gnu.org>
253
254 * dirtrack.el (dirtrack-mode): Doc fix.
255 * shell.el (shell-dirtrack-verbose, shell-mode)
256 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
257
258 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
259 (byte-compile-enable-warning): Doc fix.
260
261 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
262 suppress byte-opt warning.
263
264 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
265
266 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
267 (edt-gnu-emacs19-p): Remove.
268 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
269 (edt-xserver, edt-page-backward, edt-beginning-of-line)
270 (edt-end-of-line-forward, edt-end-of-line-backward)
271 (edt-one-word-forward, edt-one-word-backward, edt-character)
272 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
273 (edt-find-forward, edt-find-backward, edt-find-next-forward)
274 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
275 (edt-define-key, edt-bottom-check, edt-sentence-forward)
276 (edt-sentence-backward, edt-paragraph-forward)
277 (edt-paragraph-backward, edt-restore-key, edt-window-top)
278 (edt-window-bottom, edt-scroll-window-forward-line)
279 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
280 (edt-line-to-top-of-window, edt-paragraph-backward)
281 (edt-restore-key, edt-window-top, edt-window-bottom)
282 (edt-scroll-window-forward-line)
283 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
284 (edt-line-to-middle-of-window, edt-goto-percentage)
285 (edt-display-the-time, edt-remember, edt-split-window)
286 (edt-emulation-on, edt-emulation-off)
287 (edt-default-emulation-setup, edt-user-emulation-setup)
288 (edt-select-default-global-map, edt-select-user-global-map):
289 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
290 tests.
291
292 * textmodes/reftex-index.el (reftex-index-selection-or-word):
293 Use feature test instead of boundp test so it can be resolved at
294 compile time.
295
296 * net/newsticker.el (replace-regexp-in-string): Only define for
297 XEmacs.
298
299 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
302 Update all users.
303 (abbrev-get, abbrev-put): Simplify.
304 (define-abbrev): Don't store the `force' value in the :system property.
305 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
306
307 2007-10-30 Michael Olson <mwolson@gnu.org>
308
309 * desktop.el (desktop-minor-mode-table): Add line for ERC.
310
311 * textmodes/remember.el: New file that implements a mode for
312 quickly jotting down things to remember.
313
314 * textmodes/remember-diary.el: A backend for remember.el that
315 implements saving notes to a Diary file.
316
317 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
318
319 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
320 Relocate in file.
321 (allout-doublecheck-at-and-shallower): Increase to include
322 slightly greater depths, since yank interaction is now ok.
323 Also, elaborate the docstring to explain the situation.
324 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
325 instead of concat, so we accommodate key sequences expressed as
326 vectors as well as strings and lists.
327 (allout-flag-region, allout-hide-by-annotation): Make the
328 hidden-text overlays 'front-advance.
329 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
330 (allout-aberrant-container-p, allout-on-current-heading-p)
331 (allout-e-o-prefix-p, allout-next-heading)
332 (allout-previous-heading, allout-goto-prefix)
333 (allout-end-of-prefix, allout-next-sibling-leap)
334 (allout-next-visible-heading, allout-auto-fill)
335 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
336 (allout-yank-processing, allout-resolve-xref)
337 (allout-current-topic-collapsed-p, allout-hide-region-body)
338 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
339 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
340 (count-trailing-whitespace-region): Preserve match data, so allout
341 outline navigation doesn't disrupt other Emacs operations.
342 (allout-beginning-of-line): Retreat to the beginning of the hidden
343 text, so fields are respected (for submodes that care).
344 (allout-end-of-line): Preserve mark activation status when jumping.
345 (allout-open-topic): Account for opening after a child that
346 contains a hidden trailing newline. Preserve match data.
347 Run allout-structure-added-hook
348 (allout-encrypt-decrypted): Preserve match data.
349 (allout-toggle-current-subtree-exposure): Add new interactive
350 function for toggle subtree exposure - suggested by tassilo.
351 (move-beginning-of-line, move-end-of-line): Don't use
352 line-move-invisible-p, it's obsolete - substitute the code,
353 instead.
354
355 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
356
357 * textmodes/flyspell.el (message-signature-separator):
358 * longlines.el (message-indent-citation-function): Pacify byte
359 compiler.
360
361 * emacs-lisp/cl-loaddefs.el:
362 * ldefs-boot.el: Regenerate.
363
364 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
365 (.el.elc, compile, compile-always, compile-calc)
366 ($(lisp)/progmodes/cc-mode.elc): Use it.
367
368 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p): Only
369 do work for XEmacs.
370 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
371 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
372 on XEmacs.
373 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
374 (ps-x-color-name, ps-x-color-specifier-p)
375 (ps-x-copy-coding-system, ps-x-device-class)
376 (ps-x-extent-end-position, ps-x-extent-face)
377 (ps-x-extent-priority, ps-x-extent-start-position)
378 (ps-x-face-font-instance, ps-x-find-coding-system)
379 (ps-x-font-instance-properties, ps-x-make-color-instance)
380 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
381 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
382 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
383 (ps-generate-postscript-with-faces): Delete defaliases.
384 (ps-face-foreground-name, ps-face-background-name)
385 (ps-color-values, ps-face-bold-p, ps-face-italic-p): Move
386 definitions to top level, make the body conditional on the Emacs
387 flavor. Replace uses of deleted aliases and renamed functions.
388 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
389 of deleted aliases and renamed functions.
390
391 * calc/calc.el (calc-emacs-type-lucid): Remove.
392 (calc-digit-map, calcDigit-start, calc-read-key)
393 (calc-clear-unread-commands):
394 * calc/calc-ext.el (calc-user-key-map): Replace uses of
395 calc-emacs-type-lucid with (featurep 'xemacs)
396
397 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
398 (featurep 'xemacs).
399 (tpu-lucid-emacs19-p): Remove.
400 (tpu-map-key): Make it a function instead of using fset. Inline
401 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
402 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
403
404 * ielm.el: Use featurep 'xemacs.
405
406 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
407 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
408 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
409 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
410 cperl-xemacs-p with (featurep 'xemacs).
411 (font-lock-cache-position): Pacify byte compiler.
412
413 2007-10-29 Drew Adams <drew.adams@oracle.com>
414
415 * faces.el (read-color): New function.
416 (face-at-point, foreground-color-at-point)
417 (background-color-at-point): New functions.
418
419 2007-10-28 Richard Stallman <rms@gnu.org>
420
421 * net/browse-url.el (browse-url-text-xterm): Renamed from
422 browse-url-lynx-xterm and made generic.
423 (browse-url-text-emacs): Likewise.
424 (browse-url-text-browser): New variable.
425 (browse-url-text-emacs-args): Renamed from browse-url-lynx-emacs-args.
426 (browse-url-text-input-field, browse-url-text-input-attempts)
427 (browse-url-kde-program): Likewise.
428
429 2007-10-29 Glenn Morris <rgm@gnu.org>
430
431 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
432 Use mapc rather than mapcar (reinstall change deleted without log
433 entry 2007-10-22).
434
435 2007-10-29 Martin Rudalics <rudalics@gmx.at>
436
437 * wdired.el (wdired-next-line, wdired-previous-line):
438 Use next-line and previous-line wrapped in with-no-warnings.
439
440 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
441
442 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
443 (rcirc-recent-quit-alist): New function.
444 (rcirc): Print a better message when there is only one connected server.
445 (rcirc-complete-nick): Do not update the nick table here.
446 (rcirc-mode-map): Add M-o.
447 (rcirc-current-line): Add variable.
448 (rcirc-mode): Setup variables for line based omit.
449 (rcirc-edit-multiline): Strip text properties.
450 (rcirc-omit-responses): Add NICK.
451 (rcirc-omit-threshold): Add variable.
452 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
453 Add functions.
454 (rcirc-print): Keep track of current line. Do not fill text if
455 `rcirc-fill-flag' is null. Only omit text if the last activity
456 from the sender is more than `rcirc-omit-threshold' lines ago.
457 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
458 numbers instead of time.
459 (rcirc-channel-nicks): Sort by line numbers instead of time.
460 (rcirc-omit-mode): Add `...' when omitting text and recenter.
461 (rcirc-handler-JOIN): Restore the joiners linestamp.
462 (rcirc-maybe-remember-nick-quit): Add function.
463 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
464
465 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
466
467 * loadhist.el (unload-feature-special-hooks):
468 Add `delete-frame-functions' and `suspend-tty-functions'.
469
470 * server.el (server-unload-function): Rename from `server-unload-hook'
471 and adapt to new `unload-feature' functionality. Remove hook from
472 `kill-buffer-hook' buffer-locally.
473 (server-unload-hook): Remove.
474 (server-unload-function): New var; replaces `server-unload-hook'.
475
476 2007-10-29 Glenn Morris <rgm@gnu.org>
477
478 * dirtrack.el (dirtrack-debug): Doc fix.
479 (dirtrack-mode, dirtrack-debug-mode): New names for
480 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
481 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
482 Make obsolete.
483 (dirtrack-debug-message): Only print message if
484 dirtrack-debug-mode is non-nil. Use with-current-buffer.
485 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
486 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
487
488 2007-10-28 Glenn Morris <rgm@gnu.org>
489
490 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
491 (byte-compile-warnings-safe-p): Handle `not'.
492 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
493 (byte-compile-enable-warning): New functions.
494 (byte-compile-eval-before-compile)
495 (byte-compile-file-form-require): Use byte-compile-disable-warning.
496 (byte-compile-close-variables): Locally bind byte-compile-warnings,
497 but do not modify it.
498 (byte-compile-eval, byte-compile-obsolete)
499 (byte-compile-warn-about-unresolved-functions)
500 (byte-compile-file-form-defvar)
501 (byte-compile-file-form-custom-declare-variable)
502 (byte-compile-file-form-require)
503 (byte-compile-file-form-defmumble, byte-compile-lambda)
504 (byte-compile-form, byte-compile-normal-call)
505 (byte-compile-variable-ref, byte-compile-defvar)
506 (byte-compile-make-variable-buffer-local):
507 Use byte-compile-warning-enabled-p.
508 * emacs-lisp/advice.el (ad-compile-function):
509 Use byte-compile-disable-warning.
510 * emacs-lisp/cl.el: Move local variables to end of file, and set
511 byte-compile-warnings to `(not cl-functions)'.
512 * emacs-lisp/cl-compat.el: Add a local variables section, and set
513 byte-compile-warnings to `(not cl-functions)'.
514 * emacs-lisp/cl-macs.el: Unify local variable section, and set
515 byte-compile-warnings to `(not cl-functions)'.
516 (cl-do-proclaim): Use byte-compile-disable-warning and
517 byte-compile-enable-warning.
518 * emacs-lisp/cl-seq.el: Unify local variable section, and set
519 byte-compile-warnings to `(not cl-functions)'.
520 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
521 Use byte-compile-disable-warning.
522
523 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
524
525 * cus-edit.el (custom-browse-insert-prefix):
526 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
527
528 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
529
530 * server.el (server-process-filter): Fix typo in docstring.
531 (server-log): Reflow docstrings.
532 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
533 (server-goto-line-column): Use `when'.
534
535 2007-10-28 Juri Linkov <juri@jurta.org>
536
537 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
538 when mouse is clicked on the isearch message.
539 (isearch-resume): Call `isearch-update' at the end.
540 Rename argument `search' to `string' to conform to the
541 isearch terminology.
542
543 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 Rewrite abbrev.c in Elisp.
546 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
547 (abbrev-table-get, abbrev-table-put, abbrev-get)
548 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
549 (define-abbrev, abbrev--check-chars, define-global-abbrev)
550 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
551 (abbrev-expansion, abbrev--before-point, expand-abbrev)
552 (unexpand-abbrev, abbrev--write, abbrev--describe)
553 (insert-abbrev-table-description, define-abbrev-table):
554 New funs, largely transcribed from abbrev.c.
555 (abbrev-with-wrapper-hook): New macro.
556 (abbrev-table-name-list, global-abbrev-table)
557 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
558 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
559 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
560 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
561 New vars, largely transcribed from abbrev.c.
562 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
563 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
564 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
565
566 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
567
568 * ps-print.el: Now detect if text foreground and background colors are
569 equal and replace the foreground color by another color, so the text
570 becomes visible. Doc fix.
571 (ps-print-version): New version 6.8.
572 (ps-default-fg, ps-default-bg): Docstring fix.
573 (ps-postscript-code-directory): Fix default value code.
574 (ps-fg-list, ps-fg-validate-p): New options.
575 (ps-foreground-list): New var.
576 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
577
578 2007-10-27 Glenn Morris <rgm@gnu.org>
579
580 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
581 (shell-dirtrack-toggle): Mark as obsolete.
582 (dirtrack-toggle, dirtrack-mode): No longer alias to
583 shell-dirtrack-mode.
584
585 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
586
587 * calc/calc.el (math-standard-opers): Lower the precedence
588 of negation.
589 * calc/calc-lang.el (math-oper-table): Lower precedence of
590 negation for C, TeX, and eqn.
591
592 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
593
594 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
595
596 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
597
598 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
599 (desktop-not-loaded-hook): Fix :version tags.
600
601 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
602
603 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
604 (tramp-get-remote-tmpdir): New defun.
605 (tramp-make-tramp-temp-file): Use it.
606 (tramp-local-call-process): New defun. Replace all calls of
607 `call-process' by this when appropriate.
608 (tramp-handle-write-region): Replace calls of `file-attributes' by
609 `tramp-compat-file-attributes'.
610 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
611 Make the first command a `tramp-send-command' call, with let-bind
612 of `tramp-end-of-output'.
613 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
614 (tramp-load-report-modules, tramp-append-tramp-buffers):
615 Move to tramp-cmds.el.
616
617 * net/tramp-fish.el (tramp-fish-handle-copy-file)
618 (tramp-fish-do-copy-or-rename-file)
619 (tramp-fish-do-copy-or-rename-file-directly):
620 * net/tramp-smb.el (tramp-smb-handle-copy-file):
621 Add parameter PRESERVE-UID-GID.
622
623 2007-10-27 Eli Zaretskii <eliz@gnu.org>
624
625 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
626 New defcustoms.
627 (display-time-world-list): Use them as appropriate for the current
628 value of `system-type'.
629
630 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
631
632 * printing.el: Pacify byte compiler, that is, no compiler warnings.
633 Move (again) some variable definitions before use, define some fun
634 aliases, no code change.
635 (pr-version): New version 6.9.2.
636 (pr-path-style, pr-auto-region, pr-menu-char-height)
637 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
638 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
639 via (defvar VAR).
640 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
641 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
642 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
643 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
644 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
645 (pr-menu-print-item, pr-ps-printer-menu-modified)
646 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
647 (pr-even-or-odd-alist): Vars definition moved.
648
649 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
650
651 * emulation/pc-select.el (next-line-mark, next-line-nomark)
652 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
653 around uses of previous-line and next-line.
654
655 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
656 New defvars.
657
658 * textmodes/css-mode.el (comment-continue):
659 * net/browse-url.el (url-handler-regexp):
660 * progmodes/idlw-help.el (idlwave-system-routines):
661 Pacify byte-compiler.
662
663 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
664 line-move-invisible-p with its former definition: invisible-p.
665 line-move-invisible-p was removed on 2007-08-29.
666
667 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
668
669 * files.el (kill-emacs-query-functions): Doc fix;
670 `save-buffers-kill-emacs' is no longer bound to a key.
671
672 2007-10-26 Richard Stallman <rms@gnu.org>
673
674 * isearch-multi.el (isearch-buffers-multi): New option.
675 (isearch-buffers-search-fun): Test it.
676
677 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
678 Put ps-run-clear on C-c C-l.
679
680 * newcomment.el (comment-styles): New style indent-or-triple.
681 (comment-style): Make that the default.
682 (comment-add defvar): Doc fix.
683 (comment-add): Delete arg EXTRA.
684 (comment-region-default): Open code call to comment-add.
685 Handle indent-or-triple style which uses `multi-char' for INDENT.
686
687 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
688
689 * eshell/em-unix.el (nil-blank-string): Doc fix.
690
691 2007-10-26 John Wiegley <johnw@newartisans.com>
692
693 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
694 function, ensure that the third argument is turned into a nil if
695 the string is otherwise completely empty (either no characters, or
696 all tabs/spaces). This fixes a bug from a user who found himself
697 unable to customize `diff-switches' and still use Eshell's diff
698 command.
699
700 2007-10-26 Glenn Morris <rgm@gnu.org>
701
702 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
703 safe-local-variable property.
704
705 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
706
707 * net/browse-url.el (browse-url-browser-function): Delete grail.
708 (browse-url-grail): Function and variable deleted.
709 (browse-url-browser-function): Delete IXI Mosaic.
710 (browse-url-default-browser): Don't try IXI Mosaic.
711 (browse-url-iximosaic): Function deleted.
712 (browse-url-browser-function): Delete MMM.
713 (browse-url-default-browser): Don't try MMM.
714 (browse-url-mmm): Function deleted.
715
716 2007-10-26 Drew Adams <drew.adams@oracle.com>
717
718 * custom.el (custom-note-var-changed): New function.
719
720 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
721
722 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
723 use with the definition. Remove.
724
725 * add-log.el (change-log-start-entry-re): New defconst.
726 (change-log-sortable-date-at): Use it.
727 (change-log-beginning-of-defun, change-log-end-of-defun):
728 New functions.
729 (change-log-mode): Use them for beginning-of-defun-function and
730 end-of-defun-function.
731
732 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
733
734 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
735 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
736 (ses-recalculate-cell): Deal with point being just beyond end of
737 data area (why does this happen?)
738 (ses-set-curcell): Ditto.
739 (ses-column-letter): Handle columns beyond 702. Code written by
740 Gareth Rees.
741
742 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
743
744 * textmodes/org.el (org-agenda-get-restriction-and-command):
745 Use `mapc' instead of `mapcar'.
746 (org-agenda-list): Numeric prefix argument can specify the number
747 of days.
748 (remember-register, remember-buffer): Prevent byte compiler from
749 complaining.
750 (org-todo): Save and restore match data.
751 (org-no-warnings): New macro.
752 (org-columns-eval): Use `org-no-warnings'.
753
754 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
755
756 * comint.el (comint-password-prompt-regexp):
757 Handle `[sudo] password'-style prompt.
758
759 2007-10-25 Glenn Morris <rgm@gnu.org>
760
761 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
762 (defcustom): Doc fix.
763
764 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
765 Add `non_intrinsic'.
766 (f90-constants-re): Add ieee modules.
767 (f90-typedef-matcher, f90-typedec-matcher)
768 (f90-imenu-type-matcher): New functions.
769 (f90-font-lock-keywords-1): Give module procedures function-name face.
770 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
771 Add `use, intrinsic'.
772 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
773 Move start of `enum' blocks to separate entry.
774 (f90-start-block-re): Fix `type', `abstract interface'.
775 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
776 derived types.
777 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
778 `elemental', change `enumerator'.
779 (f90-no-block-limit): Fix `abstract interface'.
780
781 * progmodes/f90.el (f90-indented-comment-re)
782 (f90-directive-comment-re, f90-break-delimiters):
783 * progmodes/fortran.el (fortran-comment-line-start-skip)
784 (fortran-directive-re):
785 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
786 as safe if they are strings.
787
788 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
789
790 * startup.el (window-system): Remove. Don't make it frame-local.
791
792 2007-10-24 Richard Stallman <rms@gnu.org>
793
794 * savehist.el (savehist-save): Omit unreadable elements.
795
796 * loadhist.el (unload-function-defs-list): Rename from
797 unload-function-features-list.
798 (unload-feature-special-hooks, unload-feature): Doc fixes.
799
800 * indent.el (indent-to-left-margin): If point's in the indentation,
801 move to the end of the indentation.
802
803 * cus-edit.el (customize-changed-options): Make arg optional.
804
805 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
806
807 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
808
809 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
810
811 * textmodes/org-publish.el (org-publish-attachment): Re-install
812 accidentally deleted change.
813
814 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
815
816 * term/iris-ansi.el (iris-function-map): Move init into declaration.
817
818 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
819
820 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
821 (Buffer-menu-mode-map): Initialize in the declaration.
822 (Buffer-menu-mode): Define with `define-derived-mode'.
823
824 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
825
826 * textmodes/org.el (org-version): Change to 5.13e.
827 (org-agenda-file-regexp): Fix typo in docstring.
828 (org-add-planning-info): Fix bug in parenthesis settings.
829 (org-scan-tags): Catch the case of indirect buffers with no filename.
830 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
831 Re-install switch to mapc, had been removed by accident.
832 (org-columns-map): New binding `C-c C-o'.
833 (org-columns-menu): Change menu text and added new entry.
834 (org-columns-eval): Document the use of `next-line'.
835 (org-columns-open-link): New function.
836 (org-columns-follow-link): Remove function.
837 (org-open-link-from-string): New function.
838 (org-read-date-get-relative): Fix typo in docstring.
839 (org-read-date-get-relative): Leading +/- is not optional.
840 (org-agenda-get-restriction-and-command): Always resize window on
841 first loop cycle.
842 (org-agenda-open-link): Make sure the link abbreviations are
843 present in the agenda buffer.
844 (org-agenda-copy-local-variable): New function.
845
846 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
847
848 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
849
850 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * simple.el (reindent-then-newline-and-indent): Use a `move after
853 insert' kind of marker in the save-excursion.
854
855 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * textmodes/css-mode.el: Require CL.
858 (comment-continue): Declare.
859
860 * subr.el (make-variable-frame-localizable): Remove.
861 (make-variable-frame-local): Mark obsolete.
862
863 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
864
865 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
866 of the subdirs is unreadable.
867
868 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
869
870 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
871 when we are local.
872
873 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * progmodes/python.el (python-current-defun): Remove left-over
876 assignment to `start'.
877
878 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
879
880 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
881 than `mapcar'; return value is not used.
882
883 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
884
885 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
886 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
887
888 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
889
890 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
891 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
892
893 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
894
895 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
896
897 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
898
899 * emacs-lisp/advice.el (ad-make-advised-docstring):
900 Add ad-advice-info text property to doc string.
901
902 2007-10-23 Glenn Morris <rgm@gnu.org>
903
904 * progmodes/f90.el (f90-do-indent, f90-if-indent)
905 (f90-type-indent, f90-program-indent, f90-associate-indent)
906 (f90-continuation-indent, f90-comment-region)
907 (f90-beginning-ampersand, f90-smart-end)
908 (f90-break-before-delimiters, f90-auto-keyword-case)
909 (f90-leave-line-no, f90-mode-hook):
910 Give an appropriate safe-local-variable property.
911
912 * progmodes/fortran.el (fortran-tab-mode-default)
913 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
914 (fortran-structure-indent, fortran-continuation-indent)
915 (fortran-comment-indent, fortran-comment-line-extra-indent)
916 (fortran-comment-line-start)
917 (fortran-minimum-statement-indent-fixed)
918 (fortran-minimum-statement-indent-tab)
919 (fortran-comment-indent-char, fortran-line-number-indent)
920 (fortran-check-all-num-for-matching-do)
921 (fortran-blink-matching-if, fortran-continuation-string)
922 (fortran-comment-region, fortran-electric-line-number)
923 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
924 (fortran-analyze-depth, fortran-break-before-delimiters):
925 Give an appropriate safe-local-variable property.
926
927 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
928
929 * printing.el: Move variable definitions before use.
930 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
931
932 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
935 (tpu-edt-off): Use it.
936 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
937 the global-map before adding it to global-map.
938
939 * menu-bar.el (global-buffers-menu-map): New var.
940 (global-map, menu-bar-update-buffers): Use it.
941 * msb.el (msb-menu-bar-update-buffers): Use it.
942 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
943 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
944 Use with-current-buffer.
945
946 2007-10-22 Juri Linkov <juri@jurta.org>
947
948 * isearch-multi.el: New file.
949
950 * isearch.el (isearch-search-string): After finding the next
951 occurrence switch to buffer isearch-buffers-current-buffer when
952 isearch-buffers-next-buffer-function is non-nil and
953 isearch-buffers-current-buffer is live.
954
955 * add-log.el (change-log-mode): Make and set buffer-local variable
956 isearch-buffers-next-buffer-function to change-log-next-buffer.
957 Call isearch-buffers-minor-mode.
958 (change-log-next-buffer): New function.
959
960 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
961
962 * org-export-latex.el (org-export-latex-protect-string):
963 Renaming of `org-latex-protect'.
964 (org-export-latex-emphasis-alist): By default, don't protect
965 any emphasis formatter from further conversion.
966 (org-export-latex-tables): Honor column grouping for tables.
967 (org-export-latex-title-command): New option.
968 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
969 export backslash character.
970
971 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
972
973 * textmodes/org.el (org-read-date-get-relative): New function.
974 (org-agenda-file-regexp): New variable.
975 (org-agenda-files): Allow directories in the variable.
976 (org-agenda-get-restriction-and-command): New function.
977 (org-agenda): Use `org-agenda-get-restriction-and-command'.
978 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
979 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
980 New functions.
981 (org-entry-add-to-multivalued-property)
982 (org-entry-remove-from-multivalued-property)
983 (org-entry-member-in-multivalued-property): New functions.
984 (org-remember-apply-template): Catch C-g and make sure window
985 configuration is restored.
986 (org-agenda-open-link): Make it work with several links in the line.
987 (org-drawers, org-set-regexps-and-options)
988 (org-get-current-options): Add support for a DRAWERS in-buffer option.
989 (org-agenda-window-frame-fractions): New option.
990 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
991 (org-columns-cleanup-item, org-find-entry-with-id)
992 (org-insert-columns-dblock, org-listtable-to-string)
993 (org-dblock-write:columnview, org-columns-capture-view)
994 (org-edit-headline): New functions.
995 (org-agenda-to-appt): Require calendar.
996 (org-entry-get-with-inheritance): Widen for search.
997 (org-columns-display-here): Don't mark buffer as modified when
998 adding space characters to accomodate column overlays.
999 (org-export-as-html): Better formatting of tags in the toc.
1000 (org-columns-display-here): Make the ITEM column as compact as possible.
1001 (org-remember-templates): Customization interface improved.
1002 (org-export-with-property-drawer): Variable removed.
1003 (org-export-with-drawers): New option.
1004 (org-complex-heading-regexp): New variable.
1005 (org-sort-entries): Rewrite using `sort-subr'.
1006 (org-set-property): More appropriate completion during interactive use.
1007 (org-sort-entries): Allow sorting by property.
1008 (org-additional-option-like-keywords): Add more values.
1009 (org-sort-entries-or-items): Rename from `org-sort-entries'.
1010
1011 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1012
1013 * textmodes/org.el (org-get-date-from-calendar): New function.
1014 (org-at-timestamp-p, org-timestamp-change)
1015 (org-remember-templates): First element of each entry is now a
1016 name for the template.
1017 (org-store-log-note): Check for `org-note-abort'.
1018 (org-kill-note-or-show-branches): New command.
1019 (org-fontify-priorities): New option.
1020 (org-fontify-priorities): New function.
1021 (org-cut-subtree, org-copy-subtree): New argument N to
1022 act on N sequential subtrees.
1023 (org-paste-subtree): Fix the level at which a tree is pasted.
1024 (org-fit-agenda-window): Limitations on window size removed.
1025 (org-agenda-find-same-or-today-or-agenda): Rename from
1026 `org-agenda-find-today-or-agenda'.
1027 (org-scheduled-past-days): New option.
1028 (org-agenda-scheduled-leaders)
1029 (org-agenda-deadline-leaders): New options.
1030 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
1031 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
1032 (org-export-with-tags, org-export-plist-vars)
1033 (org-infile-export-plist): New "tags" option.
1034 (org-use-property-inheritance): New option.
1035 (org-cached-entry-get): Use `org-use-property-inheritance'.
1036 (org-remember-apply-template): Fix typo.
1037
1038 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
1039
1040 * net/tramp.el (tramp-find-shell)
1041 (tramp-open-connection-setup-interactive-shell): Improve sending
1042 initial commands.
1043 (tramp-action-terminal): Send debug message.
1044 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
1045 (tramp-barf-if-no-shell-prompt): Insert code of
1046 `tramp-wait-for-shell-prompt'.
1047
1048 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1049
1050 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
1051
1052 * term/vt200.el (terminal-init-vt200):
1053 * term/vt201.el (terminal-init-vt201):
1054 * term/vt220.el (terminal-init-vt220):
1055 * term/vt240.el (terminal-init-vt240):
1056 * term/vt300.el (terminal-init-vt300):
1057 * term/vt320.el (terminal-init-vt320):
1058 * term/vt400.el (terminal-init-vt400):
1059 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
1060
1061 * term/wyse50.el (wyse50-terminal-map): New var.
1062 (terminal-init-wyse50): Use it and input-decode-map.
1063 (enable-arrow-keys): Emasculate.
1064
1065 * term/tvi970.el (tvi970-terminal-map): New var.
1066 (terminal-init-tvi970): Use it and input-decode-map.
1067 (tvi970-keypad-numeric): Remove.
1068 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
1069
1070 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
1071 (terminal-init-sun): Use it and input-decode-map.
1072
1073 * term/news.el (terminal-init-news):
1074 * term/lk201.el (terminal-init-lk201):
1075 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
1076
1077 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
1078
1079 * complete.el (PC-expand-many-files): Remove.
1080 (PC-do-completion): Call file-expand-wildcards instead of
1081 PC-expand-many-files.
1082
1083 * net/tramp.el (tramp-handle-expand-many-files): Remove.
1084 (PC-expand-many-files): Remove advice.
1085
1086 2007-10-22 Glenn Morris <rgm@gnu.org>
1087
1088 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
1089 Add some support for Fortran 2003 syntax:
1090 (f90-type-indent): Now also applies to `enum'.
1091 (f90-associate-indent): New user option.
1092 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
1093 Add some F2003 keywords.
1094 (f90-constants-re): New constant.
1095 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
1096 Interface'.
1097 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
1098 `class'. Arguments for `type'/`class' may have spaces. Add a new
1099 element for functions with specified types. Add `end enum' and
1100 `select type'. Add `implicit enumerator' and `procedure'.
1101 Add `class default' and `type is', `class is'. Fix `go to' regexp.
1102 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
1103 (f90-font-lock-keywords-4): Add `f90-constants-re'.
1104 (f90-blocks-re): Add `enum' and `associate'.
1105 (f90-else-like-re): Add `class is', `type is', and `class default'.
1106 (f90-end-type-re): Add `enum'.
1107 (f90-end-associate-re, f90-typeis-re): New constants.
1108 (f90-end-block-re): Add `enum' and `associate'. Change from
1109 optional whitespace to end-of-word, to avoid `enumerator'.
1110 (f90-start-block-re): Add `select type', `abstract interface', and
1111 `enum'. Avoid `type is', and `type (sometype)'.
1112 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
1113 (f90-mode): Doc fix.
1114 (f90-looking-at-select-case): Doc fix. Add `select type'.
1115 (f90-looking-at-associate): New function.
1116 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
1117 Add `enum' and `abstract interface'.
1118 (f90-no-block-limit): Add `select type' and `abstract interface'.
1119 (f90-get-correct-indent, f90-calculate-indent)
1120 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
1121 (f90-indent-region, f90-match-end): Handle `associate' blocks.
1122
1123 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1124
1125 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1126 Use window-full-width-p.
1127
1128 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
1129
1130 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
1131
1132 * tooltip.el: Use featurep 'xemacs.
1133
1134 * printing.el: Move variable definitions before use, no code change.
1135
1136 2007-10-22 Juri Linkov <juri@jurta.org>
1137
1138 * simple.el (goto-history-element): Allow minibuffer-default to be
1139 a list of default values accessible by typing M-n in the minibuffer.
1140
1141 * dired-x.el (dired-guess-shell-command): Put all guesses to the
1142 minibuffer default value list instead of pushing them temporarily
1143 to the history list.
1144
1145 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1146
1147 * hexl.el (hexl-menu): New major mode menu.
1148
1149 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1150
1151 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
1152
1153 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1154
1155 * w32-fns.el (w32-quote-process-args):
1156 * dos-w32.el (print-region-function, lpr-headers-switches)
1157 (ps-print-region-function): Pacify byte-compiler.
1158
1159 * emulation/edt-mapper.el (function-key-map):
1160 (edt-map-key): Make it a function instead of using fset.
1161 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
1162 (edt-gnu-map-key, edt-lucid-map-key): Remove.
1163 (edt-x-emacs-p): Remove.
1164 (edt-emacs-variant, edt-window-system, edt-xserver):
1165 Use featurep 'xemacs.
1166
1167 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
1168 Replace eudc-xemacs-p with its definition.
1169 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
1170 (eudc-emacs-mule-p): Remove.
1171 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
1172 eudc-xemacs-p with feature tests.
1173
1174 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
1175 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
1176 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
1177 (eudc-bob-toggle-inline-display):
1178 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
1179 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
1180
1181 * net/eudcb-ph.el (eudc-ph-open-session):
1182 Replace eudc-xemacs-mule-p with its former definition.
1183
1184 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
1185 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
1186
1187 * progmodes/vera-mode.el (vera-xemacs): Remove.
1188 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
1189
1190 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
1191 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
1192 (vhdl-speedbar-initialize, vhdl-ps-print-init)
1193 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
1194 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
1195 with (featurep 'xemacs).
1196
1197 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
1198 (save-buffer-state-x):
1199 * obsolete/fast-lock.el (fast-lock-verbose):
1200 * emulation/viper-init.el (viper-xemacs-p)
1201 (viper-cond-compile-for-xemacs-or-emacs):
1202 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
1203 * ps-print.el (case-fold-search):
1204 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
1205 * calculator.el (calculator-help): Use featurep 'xemacs.
1206
1207 * progmodes/prolog.el: Undo previous change.
1208 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
1209
1210 * progmodes/dcl-mode.el:
1211 * play/yow.el:
1212 * calendar/todo-mode.el:
1213 * calendar/cal-hebrew.el:
1214 * vc-hg.el: Undo previous change.
1215
1216 * vms-patch.el: Likewise.
1217 (print-region-function): Pacify byte-compiler.
1218
1219 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
1220
1221 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
1222 preserve-uid-gid.
1223
1224 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
1225 compatibility. It is not used, though.
1226
1227 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
1228 Require tramp-cmds.el.
1229 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
1230 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
1231 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
1232 (tramp-do-copy-or-rename-file-out-of-band)
1233 (tramp-maybe-open-connection): Use `make-temp-name'. This is
1234 possible, because we don't need to create the temporary file, but
1235 we need a prefix for ssh, which has its own temporary file handling.
1236 (tramp-handle-delete-directory): Add "-f" to rmdir.
1237 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
1238 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
1239 a signal, in order to give the callee a chance to suppress.
1240 (tramp-handle-write-region): Set owner also in case of short
1241 track. Don't use compatibility calls for `write-region' anymore.
1242 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
1243 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
1244
1245 * net/tramp-cmds.el: New file.
1246
1247 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
1248 `tramp-clear-passwd'.
1249
1250 * net/trampver.el: Update release number.
1251
1252 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1253
1254 * progmodes/gud.el (gud-target-name): Move definition before use.
1255
1256 * progmodes/dcl-mode.el: Require imenu at compile time.
1257
1258 * progmodes/cc-engine.el (c-maybe-stale-found-type):
1259 Pacify byte-compiler.
1260
1261 * obsolete/fast-lock.el: Use featurep test instead of string-match.
1262
1263 * eshell/esh-mode.el (eshell-handle-ansi-color):
1264 Require ansi-color at compile time too.
1265
1266 * eshell/em-unix.el (eshell/info): Require info at compile time too.
1267
1268 * w32-fns.el: Require w32-vars.
1269
1270 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
1271 time too.
1272
1273 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1274
1275 * double.el ([ignore]): Use `ignore'.
1276 (double-setup): Inline into double-mode.
1277 (double-mode): Use define-minor-mode.
1278
1279 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1280
1281 * textmodes/reftex.el: Move require easymenu before first use.
1282 (reftex-info): Require info at compile too.
1283
1284 * textmodes/org-publish.el (org-publish-org-to-html)
1285 (org-publish-org-to): Require org at compile time too.
1286 (org-publish-attachment): Require at compile time too.
1287
1288 * term/tty-colors.el (w32-tty-standard-colors):
1289 Pacify byte-compiler.
1290
1291 * term/pc-win.el (frame-creation-function-alist): Add to this
1292 instead of setting frame-creation-function.
1293
1294 * play/blackbox.el (bb-up, bb-down): Use forward-line.
1295
1296 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
1297
1298 * calendar/todo-mode.el: Require calendar at compile time.
1299
1300 * calendar/cal-hebrew.el: Require holidays at compile time.
1301
1302 * w32-vars.el: Provide w32-vars.
1303
1304 * term/w32-win.el: Require w32-vars.
1305 (w32-color-map): Pacify byte-compiler.
1306
1307 * loadup.el: Load w32-vars before term/w32-win.
1308
1309 2007-10-20 Juri Linkov <juri@jurta.org>
1310
1311 * textmodes/fill.el (fill-paragraph): When the region is active,
1312 don't try other `or' branches regardless of the value returned by
1313 fill-region; just return t.
1314
1315 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1316
1317 * vc.el (vc-do-command): Condition out a misleading message when
1318 running asynchronously.
1319 (vc-deduce-fileset): New argument enables using an unregistered
1320 visited file as a singleton fileset if nothing else is available.
1321 (vc-next-action): Restore file-registering behavior.
1322
1323 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1324
1325 * calc/README: Add recent news.
1326
1327 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
1328
1329 * term/x-win.el (x-gtk-stock-map, icon-map-list)
1330 (x-gtk-map-stock): Delete duplicated definitions from merge.
1331
1332 * progmodes/compile.el (compilation-skip-to-next-location)
1333 (compilation-skip-threshold, compilation-skip-visited):
1334 Move definitions earlier.
1335
1336 * play/decipher.el (decipher-keypress):
1337 * play/zone.el (zone-fall-through-ws):
1338 * play/landmark.el (lm-move-down, lm-move-up):
1339 * play/handwrite.el (handwrite):
1340 * mail/mspools.el (mspools-visit-spool):
1341 * wdired.el (wdired-next-line, wdired-previous-line):
1342 * tar-mode.el (tar-subfile-save-buffer):
1343 * scroll-lock.el (scroll-lock-next-line)
1344 (scroll-lock-previous-line):
1345 * image-dired.el (image-dired-next-line)
1346 (image-dired-previous-line):
1347 * ediff-help.el (ediff-help-message-line-length):
1348 Use forward-line.
1349
1350 * smerge-mode.el (smerge-auto-refine):
1351 * diff-mode.el (diff-auto-refine): Add :group.
1352
1353 * play/yow.el: Require doctor at compile time.
1354
1355 * vmsproc.el: Provide vmsproc.
1356 (command-send-input): Use forward-line.
1357
1358 * vms-patch.el: Require ps-print and vmsproc at compile time.
1359
1360 * vc-mtn.el (log-view-message-re, log-view-file-re)
1361 (log-view-font-lock-keywords): Pacify byte-compiler.
1362
1363 * vc-hg.el: Require log-view at compile time.
1364
1365 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1366
1367 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
1368
1369 2007-10-20 Glenn Morris <rgm@gnu.org>
1370
1371 * progmodes/f90.el (f90-font-lock-keywords-2)
1372 (f90-looking-at-type-like): Fix regexp typos.
1373
1374 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1375
1376 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1377 (bs-mode): Set mode-class property to special.
1378
1379 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1380
1381 * diff-mode.el (diff-auto-refine): New var.
1382 (diff-hunk): Use it.
1383 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
1384 (diff-refine-change): Rename from diff-fine-change. Change it.
1385 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
1386 (diff-refine-hunk): Rename from diff-fine-highlight.
1387
1388 2007-10-20 John Paul Wallington <jpw@pobox.com>
1389
1390 * help-fns.el (describe-variable-custom-version-info): New function
1391 to return variable's version or package version note.
1392 (describe-variable): Use it, display result.
1393
1394 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * smerge-mode.el (smerge-auto-refine): New var.
1397 (smerge-next, smerge-prev): Use it.
1398 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
1399
1400 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1401 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
1402
1403 * vc-bzr.el (vc-bzr-diff-tree):
1404 * vc-git.el (vc-git-diff-tree):
1405 * vc-hg.el (vc-hg-diff-tree):
1406 * vc-mcvs.el (vc-mcvs-diff-tree):
1407 * vc-mtn.el (vc-mtn-diff-tree):
1408 * vc-svn.el (vc-svn-diff-tree): Remove.
1409
1410 * vc-mtn.el (vc-mtn-revision-completion-table):
1411 * vc-cvs.el (vc-cvs-revision-completion-table):
1412 * vc-arch.el (vc-arch-revision-completion-table):
1413 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
1414 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
1415 Make it work when the arg is a list of files.
1416
1417 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
1420 Also `revision-completion-table' now takes a list of files.
1421 (vc-deduce-fileset): Remove unused var `regexp'.
1422 Only obey allow-directory-wildcard in dired buffers.
1423 (vc-default-diff-tree): Remove.
1424 (vc-diff-added-files): New var.
1425 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
1426 (vc-version-diff): Revert from `vc-history-diff' to the original name.
1427 Remove the `backend' arg.
1428 (vc-contains-version-controlled-file): Remove.
1429 (vc-diff): Bring it closer to the version in Emacs-22.
1430 (vc-revert): Fix typo in let-binding.
1431 (vc-default-unregister): Remove.
1432 (vc-dired-buffers-for-dir): Remove N^2 behavior.
1433
1434 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1435
1436 * textmodes/two-column.el (2C-split, 2C-merge):
1437 * textmodes/bib-mode.el (bib-find-key, mark-bib):
1438 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1439 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
1440 * progmodes/ada-xref.el (ada-get-all-references):
1441 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
1442 * emulation/vi.el (vi-previous-line-first-nonwhite)
1443 (vi-effective-range, vi-put-before):
1444 * emulation/edt.el (edt-next-line, edt-previous-line)
1445 (edt-paragraph-forward): Use forward-line.
1446
1447 * progmodes/etags.el (tags-apropos): Require apropos at compile
1448 time too.
1449
1450 * progmodes/prolog.el: Require comint when compiling.
1451 (inferior-prolog-flavor): Move defvar before use.
1452
1453 2007-10-19 Richard Stallman <rms@gnu.org>
1454
1455 * font-core.el (turn-on-font-lock-if-desired):
1456 Rename from `turn-on-font-lock-if-enabled'.
1457 Fully obey `font-lock-global-modes'.
1458
1459 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
1462 which will not affect the behavior of things like forward-word.
1463 (diff-fine-highlight): Preserve point.
1464
1465 * doc-view.el (doc-view-mode-map): Use remapping.
1466 Don't rebind C-v, M-v to their default value.
1467 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
1468
1469 * smerge-mode.el: Add word-granularity refinement.
1470 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
1471 (smerge-refine-weight-hack): New vars.
1472 (smerge-refine-forward): New fun.
1473 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
1474 (smerge-refine-subst): Use them as well. Preserve point.
1475
1476 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1477
1478 * follow.el (follow-unload-function): New function.
1479
1480 * loadhist.el (unload-function-features-list):
1481 Rename from `unload-hook-features-list'.
1482 (unload-hook-features-list): Add as obsolete alias.
1483 (unload-feature): Use `unload-function-features-list'
1484 and new FEATURE-unload-function.
1485
1486 2007-10-19 Glenn Morris <rgm@gnu.org>
1487
1488 * bindings.el (mouse-minor-mode-menu)
1489 (minor-mode-menu-from-indicator): Move to mouse.el.
1490 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1491 Move here from bindings.el.
1492
1493 2007-10-19 Richard Stallman <rms@gnu.org>
1494
1495 * help-fns.el (describe-function-1): Don't use the advice origname
1496 if it has no function definition.
1497
1498 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1499
1500 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
1501 Use `save-restriction' rather than `widen'.
1502
1503 2007-10-18 Richard Stallman <rms@gnu.org>
1504
1505 * time.el (display-time-world-time-format): Display day # not month #.
1506
1507 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1508
1509 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
1510
1511 * doc-view.el: Remove version keyword.
1512 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1513 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
1514 (doc-view-ghostscript-options): Improve custom type.
1515 (doc-view-cache-directory, doc-view-conversion-buffer)
1516 (doc-view-conversion-refresh-interval): Simplify custom type.
1517
1518 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
1519
1520 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
1521 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
1522 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
1523 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
1524 Remove superfluous messages.
1525 (doc-view-mode-map): Use the image-mode scrolling commands.
1526 Don't rebind C-x k.
1527
1528 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1529
1530 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
1531 Add comment about "-dSAFER".
1532
1533 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1534
1535 * term/xterm.el: Don't require xt-mouse.
1536 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
1537 calling turn-on-xterm-mouse-tracking-on-terminal directly.
1538
1539 * xt-mouse.el: Don't change the global function-key-map anny more.
1540 (xterm-mouse-mode): Use terminal-init-xterm-hook.
1541 Don't use after-make-frame-functions now that term/xterm.el calls
1542 us directly.
1543 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
1544 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
1545 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
1546 Setup input-decode-map and remember that xterm-mouse-mode was
1547 enabled in this terminal.
1548 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
1549 terminals where it has been enabled.
1550
1551 * faces.el (tty-create-frame-with-faces): Make sure not only
1552 tty-run-terminal-initialization but also set-locale-environment
1553 are run only once per terminal.
1554 (tty-run-terminal-initialization): Don't check if the terminal was
1555 already initted.
1556
1557 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
1558 not to remove keymaps that just happen to inherit from one of ours.
1559 When setting up our keymap, make sure it won't be accidentally
1560 modified by someone else.
1561
1562 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1563
1564 * textmodes/artist.el (artist-previous-line, artist-next-line):
1565 * dired.el (dired-next-line, dired-previous-line):
1566 * progmodes/delphi.el (delphi-newline):
1567 * textmodes/org.el (org-columns-eval):
1568 Use forward-line.
1569
1570 * emerge.el (emerge-setup): Use insert-buffer-substring.
1571 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
1572
1573 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1574
1575 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1576 (adaptive-fill-function): Doc fix. Remove * from docstring.
1577
1578 2007-10-18 Tom Horsley <tom.horsley@att.net>
1579
1580 * simple.el (interprogram-paste-function): Doc fix.
1581 (current-kill): Accept list of strings as well
1582 as single string from `interprogram-paste-function'.
1583
1584 2007-10-18 Glenn Morris <rgm@gnu.org>
1585
1586 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1587
1588 2007-10-18 Drew Adams <drew.adams@oracle.com>
1589
1590 * bindings.el (mode-line-minor-mode-keymap):
1591 Add mouse-minor-mode-menu on mouse-1.
1592 (mode-line-modes): Add mouse-1 to help-echo text.
1593 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1594 New functions.
1595 (mode-line-minor-mode-help): Doc fix.
1596
1597 2007-10-17 Juri Linkov <juri@jurta.org>
1598
1599 * textmodes/fill.el (fill-paragraph-or-region): Remove function
1600 at the request of RMS.
1601 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
1602 arg `region'. Fix docstring. At the first `or' branch add call to
1603 `fill-region' if it the region is active in transient-mark-mode.
1604
1605 * bindings.el (esc-map): Bind M-q to fill-paragraph
1606 instead of fill-paragraph-or-region.
1607
1608 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
1609 with fill-paragraph.
1610
1611 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
1612 Fix docstring.
1613
1614 * indent.el (indent-for-tab-command): Change interactive spec from
1615 "P" to "p". Add check for interactive arg before indenting the
1616 active region.
1617
1618 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
1619 Regroup.
1620
1621 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
1622
1623 * emacs-lisp/find-func.el: Don't require loadhist.
1624
1625 * loadhist.el (feature-symbols, file-provides, file-requires)
1626 (file-set-intersect, file-dependents): Simplify.
1627 (unload-feature-special-hooks): Update list of special hooks.
1628
1629 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
1630
1631 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
1632 extensions since they can be viewed with doc-view.
1633
1634 * files.el (auto-mode-alist): Make doc-view-mode the default mode
1635 for pdf, ps and dvi files.
1636
1637 * doc-view.el: Make doc-view-mode the standard mode for viewing
1638 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
1639 text and image display. Add binding C-c C-e to switch to an
1640 editing mode.
1641 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
1642 avoid security problems when rendering files from untrusted sources.
1643
1644 2007-10-17 Aaron Hawley <aaronh@garden.org>
1645
1646 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1647 position is not saved.
1648
1649 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
1650
1651 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
1652 (doc-view-ghostscript-options): Fix typo in doc string.
1653
1654 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
1657 handling, so compilation-fake-loc works again.
1658
1659 * server.el (server-select-display): Nop if we do not support m-f-o-d.
1660 (server-process-filter): Revert last change.
1661
1662 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
1663 behavior unrelated to filesets.
1664
1665 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1666
1667 * longlines.el (longlines-wrap-follows-window-size): Integer value
1668 specifies wrapping margin.
1669 (longlines-mode, longlines-window-change-function):
1670 Set window-specific wrapping margin based on the above.
1671
1672 2007-10-17 John Wiegley <johnw@newartisans.com>
1673
1674 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1675
1676 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1677
1678 * server.el (server-process-filter): Only set display if X11 is
1679 supported.
1680
1681 2007-10-17 Glenn Morris <rgm@gnu.org>
1682
1683 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1684 Tweak regexp to avoid stack overflow.
1685
1686 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * simple.el (reindent-then-newline-and-indent): Don't assume that
1689 indent-according-to-mode preserves point.
1690
1691 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1692
1693 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
1694 (bs--nth-wrapper): Simplify.
1695 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
1696 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
1697 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
1698 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
1699 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
1700 (bs-configurations, bs-default-configuration)
1701 (bs-alternative-configuration, bs-cycle-configuration-name)
1702 (bs-string-show-always, bs-string-show-never, bs-string-current)
1703 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
1704 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
1705 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
1706 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
1707 (bs--window-config-coming-from): Revert 2006-11-09 change.
1708 (bs--restore-window-config): Keep the selected frame.
1709 (bs--track-window-changes, bs--remove-hooks): New functions.
1710 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1711 (bs--create-header): Remove.
1712 (bs--create-header-line): New function, based on `bs--create-header'.
1713 (bs--show-header): Use `bs--create-header-line'.
1714 (bs--show-with-configuration): Revert 2006-11-09 change.
1715 Don't reuse window unless it is visible on the selected frame.
1716 Restore window configuration (possibly in a different frame)
1717 before creating any window.
1718
1719 2007-10-16 Glenn Morris <rgm@gnu.org>
1720
1721 * simple.el (blink-matching-open): Don't report false errors with
1722 the `$' syntax class.
1723
1724 2007-10-16 Richard Stallman <rms@gnu.org>
1725
1726 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1727 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1728 (ad-is-advised, ad-get-advice-info-field)
1729 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1730
1731 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1732
1733 * vc-hooks.el (vc-workfile-version): Compatibility alias.
1734 (vc-default-working-revision): Compatibility for backends.
1735
1736 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1737
1738 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1739 (filesets-ormap, filesets-sort-case-sensitive-flag)
1740 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1741 Fix typos in docstrings.
1742 (filesets-conditional-sort, filesets-find-or-display-file)
1743 (filesets-data-get-name, filesets-data-get-data)
1744 (filesets-data-set, filesets-cmd-query-replace-getargs)
1745 (filesets-ingroup-collect): Doc fixes.
1746
1747 2007-10-15 Sam Steingold <sds@gnu.org>
1748
1749 * mail/sendmail.el (sendmail-error-reporting-interactive)
1750 (sendmail-error-reporting-non-interactive): New variables for
1751 sendmail error reporting options to simplify support for imperfect
1752 sendmail emulators.
1753 (sendmail-send-it): Use them instead of list literals.
1754
1755 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1756
1757 * help-fns.el: Revert previous change; it creates a
1758 dependency loop between advice.el and help-fns.el.
1759
1760 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1761
1762 * help-fns.el: Require advice when compiling.
1763
1764 2007-10-14 Drew Adams <drew.adams@oracle.com>
1765
1766 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
1767 (ring-insert+extend, ring-remove+insert+extend, ring-member)
1768 (ring-next, ring-previous): New functions.
1769
1770 2007-10-14 Richard Stallman <rms@gnu.org>
1771
1772 * emacs-lisp/advice.el (documentation): Advice deleted.
1773 Doc for advised functions is now handled at C level.
1774 (ad-stop-advice, ad-start-advice): Don't enable or disable
1775 advice for `documentation'.
1776 (ad-advised-definition-docstring-regexp): Var deleted.
1777 (ad-make-advised-definition-docstring): Store orig name
1778 as text property of string.
1779 (ad-advised-definition-p): Check for text property of docstring.
1780
1781 * help-fns.el (describe-function-1): Find source of advised functions.
1782
1783 2007-10-14 Juri Linkov <juri@jurta.org>
1784
1785 * faces.el (describe-face): Allow handling a string as the face name.
1786
1787 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
1788 active region in transient-mark-mode.
1789 (ispell-region): Change messages displayed at the start and end of
1790 the spell-checking to be the same.
1791
1792 * startup.el (fancy-startup-tail): Say exactly what does the button
1793 dismiss ("Dismiss this startup screen"). Use text "Never show
1794 it again" for the checkbox after this button.
1795 (fancy-startup-screen, fancy-about-screen): Put point before the
1796 first link, so the user can quickly select links with the keyboard.
1797 (normal-mouse-startup-screen): Add more useful text describing how
1798 to follow a link.
1799
1800 2007-10-14 Glenn Morris <rgm@gnu.org>
1801
1802 * progmodes/etags.el (select-tags-table): Disable undo in the
1803 `*Tags Table List*' buffer.
1804
1805 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1806
1807 * dired.el (dired-warn-writable): New face.
1808 (dired-warn-writable-face): New variable.
1809 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1810 of dired-warning-face, for group- and world-writable files.
1811
1812 2007-10-13 Richard Stallman <rms@gnu.org>
1813
1814 * files.el (directory-abbrev-alist): Doc fix.
1815
1816 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1817
1818 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1819
1820 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1821
1822 * frame.el (set-frame-configuration): Assign name parameter only
1823 if it has been set explicitly before.
1824
1825 2007-10-11 Tom Tromey <tromey@redhat.com>
1826
1827 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1828 frame is visible.
1829
1830 2007-10-10 Richard Stallman <rms@gnu.org>
1831
1832 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1833 in *Backtrace*.
1834
1835 * faces.el (face-font-selection-order): Doc fix.
1836
1837 * loadhist.el (unload-feature): Doc fix.
1838
1839 2007-10-13 Glenn Morris <rgm@gnu.org>
1840
1841 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1842 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1843 Add doc string, and an explicit COUNT argument.
1844 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1845 `inc' to search functions.
1846
1847 * faces.el (face-spec-set): When FRAME is nil, set the default for
1848 new frames (restores pre-2007-09-17 behavior). Doc fix.
1849
1850 2007-10-13 John W. Eaton <jwe@octave.org>
1851
1852 * progmodes/octave-mod.el (octave-looking-at-kw)
1853 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1854 New functions.
1855 (octave-in-defun-p, calculate-octave-indent)
1856 (octave-blink-matching-block-open, octave-beginning-of-defun)
1857 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1858 to search for regexps that contain case-sensitive keywords.
1859 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1860 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1861
1862 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1863
1864 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
1865 Do not use a single clause cond.
1866
1867 * cus-start.el (all): Use test that does not match the X11 version
1868 for mac.
1869
1870 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
1871
1872 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
1873 BROWSE buffer.
1874
1875 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1876
1877 * cus-start.el (all): Undo previous change.
1878
1879 2007-10-13 Glenn Morris <rgm@gnu.org>
1880
1881 * woman.el (woman0-rename): Fix paren typo.
1882
1883 * mail/feedmail.el (feedmail-run-the-queue)
1884 (feedmail-look-at-queue-directory):
1885 * mail/reporter.el (reporter-dump-state):
1886 * net/eudc-hotlist.el (eudc-edit-hotlist):
1887 * net/eudc.el (eudc-display-records)
1888 (eudc-filter-duplicate-attributes)
1889 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
1890 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
1891 (eudc-bbdb-query-internal):
1892 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
1893 * net/socks.el (socks-build-auth-list):
1894 * progmodes/cc-cmds.el (top level):
1895 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
1896 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
1897 (cperl-write-tags, cperl-tags-treeify):
1898 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
1899 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
1900 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
1901 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
1902 (idlwave-toolbar-remove-everywhere):
1903 * progmodes/idlwave.el (idlwave-indent-line)
1904 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
1905 (idlwave-write-paths, idlwave-all-method-classes)
1906 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
1907 (idlwave-fix-keywords, idlwave-display-calling-sequence)
1908 (idlwave-complete-in-buffer):
1909 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
1910 (org-fast-tag-selection):
1911 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
1912 than mapcar.
1913
1914 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1915
1916 * diff-mode.el (diff-fine-change): Add :group.
1917
1918 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1919
1920 * cus-start.el (all): Use the same test as the 22.2 branch.
1921
1922 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 * diff-mode.el (diff-current-defun): Force recomputation of
1925 change-log-default-name.
1926
1927 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
1928
1929 * startup.el (fancy-startup-screen): Remove an unnecessary newline
1930 and some leftover logic regarding dedicated frames. If showing
1931 concise startup screen, fit window to buffer.
1932 (command-line-1): If we will be using the splash screen, use
1933 find-file instead of find-file-other-window to find additional files.
1934 Comment out unused code for coping with the old sit-for behavior.
1935
1936 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1937
1938 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
1939 `meta' modifier consistently, rather than using sometimes meta
1940 sometimes alt.
1941
1942 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1943
1944 * window.el (handle-select-window): Revert part of 2007-10-08
1945 change setting the input focus.
1946
1947 2007-10-12 Glenn Morris <rgm@gnu.org>
1948
1949 * startup.el (command-line): Do not read abbrev file in batch mode.
1950
1951 * emacs-lisp/byte-opt.el (top level):
1952 * mail/rmail.el (rmail-list-to-menu):
1953 * obsolete/hilit19.el (hilit-mode):
1954 * progmodes/cc-mode.el (c-postprocess-file-styles)
1955 (c-submit-bug-report):
1956 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1957 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
1958 (reftex-access-parse-file):
1959 * textmodes/reftex-cite.el (reftex-do-citation)
1960 (reftex-insert-bib-matches):
1961 * textmodes/reftex-ref.el (reftex-offer-label-menu):
1962 * textmodes/reftex-sel.el (reftex-select-unmark):
1963 * textmodes/reftex-toc.el (reftex-toc-do-promote):
1964 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
1965
1966 * cus-edit.el (custom-variable-menu, custom-face-menu)
1967 (custom-group-menu): Check init-file-user rather than
1968 user-init-file, in case cus-edit is loaded by site-run-file.
1969
1970 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
1971
1972 * vc.el (vc-deduce-fileset): Delete unused code.
1973 (vc-next-action): Fix typos.
1974
1975 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * bs.el (bs--mark-unmark): New function.
1978 (bs-mark-current, bs-unmark-current): Use it.
1979
1980 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1981
1982 * vc.el (vc-diff):
1983 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
1984 temporarily disable the check for his edge case of
1985 vc-diff (stopping it from grinding when called from $HOME), as
1986 it's calling some brittle code in vc-hooks.el.
1987 (with-vc-properties): Fix evaluation time of a macro argument.
1988 * ediff-vers.el (ediff-vc-internal):
1989 * vc-hooks.el:
1990 * loaddefs.el: Follow up on VC terminology change.
1991
1992 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1993
1994 * follow.el (follow-stop-intercept-process-output):
1995 Use `follow-call-process-filter' rather than `process-filter'.
1996 Simplify.
1997 * vc.el (vc0iff): Prevent errors in an edge case.
1998
1999 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2000
2001 * vc-hooks.el (vc-registered): Robustify this function a bit
2002 against filenames with no directory component.
2003
2004 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2005
2006 * international/characters.el: Undo unwanted and unexplained change.
2007
2008 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2009
2010 * ps-print.el: Fix the usage of :foreground and :background face
2011 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2012 (ps-print-version): New version 6.7.6.
2013 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
2014 Fix code.
2015 (ps-face-foreground-color-p, ps-face-background-color-p)
2016 (ps-face-color-p): New inline funs.
2017
2018 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2019
2020 * textmodes/org.el (org-additional-option-like-keywords): New constant.
2021 (org-complete): Use `org-additional-option-like-keywords'.
2022 (org-parse-local-options): New function.
2023
2024 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2025
2026 * textmodes/org.el (org-in-clocktable-p): New function.
2027 (org-clock-report): Only update the table at point, or insert a new one.
2028 (org-clock-goto): New function.
2029 (org-open-file): Use `start-process-shell-command' instead of
2030 `shell-command' with an ampersand.
2031 (org-deadline, org-schedule): New argument REMOVE to remove the
2032 date from the entry.
2033 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
2034 argument to `org-schedule' and `org-deadline'.
2035 (org-trim): Use the correct expressions for beginning and end of
2036 the string.
2037 (org-get-cleaned-entry): Trim the string before returning it.
2038 (org-clock-find-position): New function.
2039 (org-clock-into-drawer): New option.
2040 (org-agenda-tags-column): Rename from
2041 `org-agenda-align-tags-to-column'.
2042 (org-agenda-align-tags): Allow negative values for
2043 `org-agenda-tags-column'.
2044 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
2045 (org-agenda-to-appt): New optional argument FILTER.
2046 (org-completion-fallback-command): New variable.
2047 (org-complete): Use `org-completion-fallback-command'.
2048 (org-find-base-buffer-visiting): Catch the case that there is no
2049 buffer visiting the file.
2050 (org-property-or-variable-value): New function.
2051 (org-todo): Use `org-property-or-variable-value'
2052 (org-agenda-compact-blocks): New option.
2053 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
2054 (org-agenda-schedule, org-agenda-deadline):
2055 Call `org-agenda-show-new-time'.
2056 (org-agenda-show-new-time): New argument PREFIX.
2057 (org-colgroup-info-to-vline-list): Fix but that cause a
2058 shift in the vertical lines.
2059 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
2060 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
2061 (org-indent-item): No arg in call to `org-fix-bullet-type'.
2062 (org-fix-bullet-type): Remove argument.
2063 (org-read-date): Check for am/pm twice, to catch the end time.
2064 (org-goto-map): Use `suppress-keymap'.
2065 (org-remember-apply-template): Respect the dynamically scoped
2066 selection character.
2067
2068 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
2069
2070 * textmodes/org-export-latex.el (org-export-latex-protect-string):
2071 Renaming of `org-latex-protect'.
2072 (org-export-latex-emphasis-alist): By default, don't protect
2073 any emphasis formatter from further conversion.
2074 (org-export-latex-tables): Honor column grouping for tables.
2075 (org-export-latex-title-command): New option.
2076 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2077 export backslash character.
2078
2079 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2080
2081 * frame.el (frame-inherited-parameters): Remove unused `environment'
2082 parameter, and let server.el add `client' when needed.
2083
2084 * server.el (server-create-tty-frame)
2085 (server-create-window-system-frame): Set frame-inherited-parameters.
2086
2087 * frame.el (frame-inherited-parameters): New var.
2088 (make-frame): Use it.
2089
2090 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
2091
2092 * env.el (let-environment): Remove. Unused.
2093 (read-envvar-name): Simplify.
2094 (setenv): Remove unused arg `frame'.
2095
2096 * help-fns.el (describe-variable): Add missing " " for multiline
2097 obsolescence info and missing EOL after global value.
2098
2099 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2100
2101 * add-log.el:
2102 * ediff-vers.el:
2103 * log-view.el:
2104 * pcvs.el:
2105 * vc-arch.el:
2106 * vc-bzr.el:
2107 * vc-cvs.el:
2108 * vc.el:
2109 * vc-git.el:
2110 * vc-hg.el:
2111 * vc-hooks.el:
2112 * vc-mcvs.el:
2113 * vc-mtn.el:
2114 * vc-rcs.el:
2115 * vc-sccs.el:
2116 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
2117 {find,init,next,previous,annotate-*,log}-version ->
2118 {find,init,next,previous,annotate-*,log}-revision,
2119 annotate-focus-version -> annotate-working-revision, The term
2120 'focus' is gone. The term 'revision' is now used consistently
2121 everywhere that reference to a revision ID is intended, replacing
2122 older use of 'version'.
2123
2124 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
2125
2126 * follow.el: Change all instances of "Follow Mode" to "Follow
2127 mode" in docstrings and messages.
2128 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
2129
2130 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2131
2132 * vc.el (vc-next-action): Rewrite completely; this principal
2133 entry point now operates on a current fileset selected either
2134 explicitly via VC-Dired or implicitly by visiting a file buffer,
2135 rather than always operating on the file of the current buffer as
2136 in older versions. Rewrite the rest of the mode to match.
2137 (with-vc-properties): Rewrite to operate on a file list.
2138 (with-vc-file): vc-checkin takes a file list argument now.
2139 (vc-post-command-functions): This hook now receives a file list.
2140 (vc-do-command): Take a either a file or a file list as argument.
2141 (vc-deduce-fileset): New function for deducing a file list to
2142 operate on.
2143 (vc-next-action-on-file, vc-next-action-dired): Remove.
2144 Merge into vc-next-action.
2145 (vc-register): Adapt to the fact that vc-start-entry now takes a
2146 file list.
2147 (vc-register-with): New function.
2148 (vc-start-entry): Take a file list argument rather than a
2149 file argument.
2150 (vc-checkout): Cope with vc-start-entry taking a file list.
2151 (vc-steal-lock): Cope with with-vc-properties taking a
2152 file list.
2153 (vc-checkin): Take a file list argument rather than a file argument.
2154 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
2155 (vc-diff-internal): Rewrite for filesets.
2156 (vc-diff-sentinel): New function, tests whether changes were
2157 written into a diff buffer.
2158 (vc-diff): Rewrite for filesets.
2159 (vc-version-diff): Rewrite for filesets.
2160 (vc-print-log): Take a fileset argument.
2161 (vc-revert): Revert the entire selected fileset, not just the
2162 current buffer.
2163 (vc-rollback): Roll back the entire selected fileset, if
2164 possible. No longer accepts a prefix argument.
2165 (vc-update): Merge new changes for the entire selected
2166 fileset, not just the current buffer.
2167 (vc-revert-file): Cope with with-vc-properties taking a file list.
2168 (vc-default-dired-state-info): Add + status suffix if the file is
2169 modified.
2170 (vc-annotate-warp-version): Use the new diff machinery.
2171 (vc-log-edit): Take a file list argument rather than a file argument.
2172
2173 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
2174
2175 Sync with Tramp 2.1.11.
2176
2177 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2178 Pacify byte compiler.
2179
2180 * net/trampver.el: Update release number.
2181
2182 2007-10-09 Richard Stallman <rms@gnu.org>
2183
2184 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
2185
2186 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2187
2188 * follow.el: Require easymenu.
2189 (follow-mode-hook, follow-mode): Doc fixes.
2190 (follow-mode-off-hook): Mark as obsolete.
2191
2192 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2193
2194 * window.el (mouse-autoselect-window-cancel): Don't cancel for
2195 select-window or select-frame events.
2196 (handle-select-window): When autoselecting window set input
2197 focus. Restructure.
2198
2199 * frame.el (focus-follows-mouse): Move to frame.c.
2200 * cus-start.el (all): Add focus-follows-mouse.
2201
2202 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2203
2204 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2205 activate font-locking in the *buffer-selection* buffer.
2206 (bs-show-sorted): Doc fix.
2207
2208 * bs.el (bs--get-marked-string, bs--get-modified-string)
2209 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2210 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2211 (bs--format-aux): Doc fix.
2212
2213 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2214
2215 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2216
2217 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2218
2219 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
2220 (gud-gdb): New function for old M-x gdb (text command mode).
2221 (gud-gdb-command-name, gdb): Move to...
2222
2223 * progmodes/gdb-ui.el: ...here and adapt doc string.
2224 (gud-gdba-command-name, gdba): Delete.
2225
2226 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2227
2228 * bs.el: Don't defvar `font-lock-verbose'.
2229 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
2230 (bs--get-file-name): Fix typos in docstrings.
2231 (bs--show-header): Use `dolist' instead of `mapcar'.
2232 (bs-mode): Set `show-trailing-whitespace' to nil.
2233 (bs-buffer-sort-function, bs-mouse-select-other-frame)
2234 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
2235 Doc fixes.
2236
2237 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
2238
2239 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
2240
2241 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2242
2243 * progmodes/gud.el (gdb): Make graphical mode the default and
2244 switch to text command mode if appropriate, i.e., reverse previous
2245 arrangement.
2246 (gud-gdb-marker-filter): Adapt for above change.
2247
2248 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
2249 gud-minor-mode and gud-marker-filter.
2250 (gdb-fullname-regexp): New variable.
2251 (gud-gdba-marker-filter): Use it to switch to text command
2252 mode if appropriate.
2253
2254 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2255
2256 * progmodes/gud.el (gud-display-line): Find source buffer even when
2257 GUD buffer has its own frame.
2258
2259 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2260
2261 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
2262
2263 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2264
2265 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2266
2267 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2268
2269 * allout.el (allout-before-change-handler): Replace got-char by
2270 goto-char.
2271
2272 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
2275 Used to try and automatically enabled smerge-mode in the presence of
2276 conflicts and to call `svn resolved' when the conflicts are gone.
2277 (vc-svn-parse-status): Remember the svn-specific status.
2278
2279 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2280
2281 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
2282 menu-bar-apropos-menu. All users changed.
2283 (menu-bar-help-menu): Change menu symbols to better match the text
2284 displayed by the menu.
2285
2286 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2287
2288 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
2289 #, @, : and ^.
2290
2291 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2292
2293 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
2294
2295 * log-view.el (log-view-mode-map): Likewise.
2296
2297 * diff-mode.el (diff-mode-shared-map): Likewise.
2298
2299 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2300
2301 * files.el (file-name-sans-versions): Also allow `A-Z'.
2302
2303 * vc.el: Mention all supported VC backends.
2304
2305 2007-10-08 Richard Stallman <rms@gnu.org>
2306
2307 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
2308 neighbouring buttons.
2309
2310 2007-10-08 Andreas Schwab <schwab@suse.de>
2311
2312 * files.el (file-name-sans-versions): Also allow `_'.
2313
2314 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2315
2316 * files.el (file-name-sans-versions): Allow - and a-z in version names.
2317
2318 * log-view.el (log-view-mode-map, log-view-mode-menu):
2319 Bind log-view-annotate-version.
2320 (log-view-beginning-of-defun, log-view-end-of-defun)
2321 (log-view-annotate-version): New functions.
2322 (log-view-mode): Use log-view-beginning-of-defun and
2323 log-view-end-of-defun.
2324
2325 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2328
2329 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2332 neighbouring buttons.
2333
2334 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2335 Recognize gcc's use of "note" for informational messages.
2336
2337 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2338
2339 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2340 (css-mode): Update correspondingly.
2341
2342 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2343
2344 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2345 Signed-off-by, Acked-by and Merge.
2346
2347 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2348
2349 * ediff-init.el (ediff-verbose-p): This var is not a constant.
2350
2351 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * vc-mtn.el: New file.
2354
2355 * vc-hooks.el (vc-handled-backends): Add Mtn.
2356
2357 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2358
2359 * files.el (find-file, find-file-other-window)
2360 (find-file-other-frame, find-file-existing, find-file-read-only)
2361 (find-file-read-only-other-window)
2362 (find-file-read-only-other-frame)
2363 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2364
2365 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2366
2367 * progmodes/gud.el (gdb-ready): New variable.
2368 (gdb): Set it to nil. Set gud-running to nil here...
2369 (gud-common-init): ...instead of here.
2370
2371 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2372 Use gdb-ready. Discard input until GDB is ready to accept it.
2373
2374 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2375
2376 * dired.el (dired-warning): Inherit from font-lock-warning-face to
2377 make it show up with eight colors.
2378
2379 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2380
2381 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2382 diffs are concatenated with no intervening line.
2383
2384 2007-10-08 Dave Love <fx@gnu.org>
2385
2386 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2387 (python-font-lock-keywords): Update to the 2.5 version of the language.
2388 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2389 (python-backspace): Only behave funny in code.
2390 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2391 (inferior-python-mode): Add PDB prompt regexp.
2392 (python-fill-paragraph): Refine the fenced-string regexp.
2393 (python-find-imports): Handle imports spanning several lines.
2394 (python-mode): Add `class' to hideshow support.
2395
2396 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2399 Use add-log-buffer-file-name-function rather than binding
2400 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
2401 when `fi' is the ChangeLog file itself.
2402
2403 * outline.el (outline-flag-region): Use front-advance.
2404
2405 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
2406
2407 * progmodes/cperl-mode.el: Merge upstream 5.23.
2408 (cperl-where-am-i): Remove function.
2409 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2410 (cperl-sniff-for-indent): De-invert [string] and [comment].
2411 When looking for label, skip s:m:y:tr.
2412 (cperl-indent-line): Likewise.
2413 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2414 (cperl-windowed-init): Wrong `ps-print' handling.
2415 Both thanks to Chong Yidong.
2416 (cperl-look-at-leading-count): Could fail with unfinished RExen.
2417 (cperl-find-pods-heres): If the second part of s()[] is missing,
2418 don't try to highlight delimiters...
2419
2420 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2421
2422 * progmodes/compile.el (compilation-get-file-structure): Complete last
2423 change by also using spec-directory in the puthash.
2424
2425 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
2426
2427 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2428 (vc-bzr-status): Fix shadowing of variable 'status'.
2429 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2430 Use `expand-file-name' instead of `concat'.
2431 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2432 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
2433
2434 2007-10-08 Jason Rumney <jasonr@gnu.org>
2435
2436 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
2437
2438 2007-10-08 Richard Stallman <rms@gnu.org>
2439
2440 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2441 Add `safe-local-variable' property.
2442 (lisp-body-indent): Likewise.
2443
2444 2007-10-08 Richard Stallman <rms@gnu.org>
2445
2446 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2447 Add doc string.
2448
2449 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2450
2451 * files.el (backup-buffer-copy): Try to overwrite old backup first.
2452
2453 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2454
2455 * repeat.el (repeat): Use last-repeatable-command instead of
2456 real-last-command. Run pre- and post-command hooks for
2457 self-insertion. Update doc-string.
2458
2459 2007-10-08 Alexandre Julliard <julliard@winehq.org>
2460
2461 * vc-git.el (vc-git-state): Call git-add --refresh to update the
2462 state of the file.
2463 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2464 (vc-git-create-repo): Fix invalid command.
2465
2466 2007-10-08 Richard Stallman <rms@gnu.org>
2467
2468 * textmodes/flyspell.el (flyspell-mode):
2469 Catch errors in flyspell-mode-on.
2470
2471 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2472
2473 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
2474
2475 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2476
2477 * international/encoded-kb.el (encoded-kbd-setup-display):
2478 Use input-decode-map rather than local-key-translation-map.
2479
2480 * term/rxvt.el (rxvt-alternatives-map): New map.
2481 (terminal-init-rxvt): Use it.
2482 Bind rxvt-function-map in input-decode-map.
2483
2484 * term/xterm.el (xterm-alternatives-map): New map.
2485 (terminal-init-xterm): Use it.
2486 Bind xterm-function-map in input-decode-map.
2487
2488 * term/x-win.el (x-alternatives-map): New var.
2489 (x-setup-function-keys): Use it.
2490
2491 * help-fns.el (describe-variable): Slightly change the layout of
2492 meta-info to separate it better from the docstring.
2493 Standardize insertion of extra empty lines in various circumstances.
2494
2495 * diff-mode.el (diff-hunk-style): New fun.
2496 (diff-end-of-hunk): Use it.
2497 (diff-context->unified): Use the new `apply' undo element,
2498 if applicable, so as to save undo-log space.
2499 (diff-fine-change): New face.
2500 (diff-fine-highlight-preproc): New function.
2501 (diff-fine-highlight): New command.
2502 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
2503
2504 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
2505 (smerge-refine-highlight-change): Add `props' argument.
2506 (smerge-refine-subst): New function holding most of smerge-refine.
2507 (smerge-refine): Use it.
2508
2509 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
2510
2511 * vc.el (vc-default-wash-log): Remove unused code, the
2512 log washers all live in the backends now.
2513 (vc-default-comment-history): Correct for the fact
2514 that wash-log is argumentless in the new API.
2515
2516 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
2517
2518 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
2519 (tramp-maybe-send-script): Apply `member' but `memq'.
2520 (tramp-advice-file-expand-wildcards): Simplify implementation.
2521
2522 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2523
2524 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
2525
2526 * mb-depth.el (minibuf-depth-indicator-function): New variable.
2527 (minibuf-depth-setup-minibuffer): Use it.
2528
2529 2007-10-07 Glenn Morris <rgm@gnu.org>
2530
2531 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
2532 version numbers.
2533
2534 2007-10-06 Juri Linkov <juri@jurta.org>
2535
2536 * textmodes/fill.el (fill-paragraph-or-region): New function.
2537
2538 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
2539 instead of fill-paragraph.
2540
2541 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
2542 with fill-paragraph-or-region. Suspend command is now the same
2543 `suspend-frame' on window systems and on tty.
2544
2545 * image.el (image-type): Check if image-types is bound to not fail
2546 on tty.
2547
2548 * delsel.el (delete-selection-pre-hook):
2549 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
2550 is fbound to not fail on mouseless tty.
2551
2552 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
2553
2554 * net/tramp.el (top): Move loading of tramp-util.el and
2555 tramp-vc.el to tramp-compat.el.
2556 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
2557 temporary file if possible, in order to avoid a security hole.
2558 (tramp-do-copy-or-rename-file-out-of-band)
2559 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
2560 with DONT-CREATE, because the connection is not setup yet.
2561 (tramp-handle-process-file): Rewrite temporary file handling.
2562 (tramp-completion-mode): New defvar.
2563 (tramp-completion-mode-p): Use it.
2564
2565 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
2566
2567 * net/tramp-fish.el (tramp-fish-handle-process-file):
2568 Rewrite temporary file handling.
2569
2570 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2571
2572 * vc.el: Workfile version -> focus version change. Port various
2573 comments from new VC to reduce the noise in the diff.
2574 Patch in the new vc-create-repo function to go with the
2575 header comment about it already present.
2576 There are no changes to existing logic in this patch.
2577 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
2578
2579 2007-10-06 Aaron Hawley <aaronh@garden.org>
2580
2581 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
2582
2583 2007-10-05 Chris Moore <dooglus@gmail.com>
2584
2585 * server.el (server-kill-new-buffers): Doc fix.
2586
2587 2007-10-05 John W. Eaton <jwe@octave.org>
2588
2589 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
2590 (octave-begin-keywords): Add "do".
2591 (octave-end-keywords): Remove "end".
2592 (octave-reserved-words): Add "end". Remove "all_va_args",
2593 "gplot", and 'gsplot".
2594 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
2595 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
2596 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
2597 "default_return_value", "define_all_return_values",
2598 "do_fortran_indexing", "empty_list_elements_ok",
2599 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
2600 "ok_to_lose_imaginary_part", "prefer_column_vectors",
2601 "prefer_zero_one_indexing", "propagate_empty_matrices",
2602 "resize_on_range_error", "treat_neg_dim_as_zero",
2603 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
2604 "warn_divide_by_zero", "warn_function_name_clash",
2605 "warn_missing_semicolon", "whitespace_in_literal_matrix".
2606 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
2607 "crash_dumps_octave_core", "sighup_dumps_octave_core",
2608 "sigterm_dumps_octave_core".
2609 (octave-block-match-alist): Remove "end" from block-end keywords.
2610 (octave-mode): Update ftp site address.
2611
2612 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2613
2614 * vc.el: Reorder functions, no code changes.
2615
2616 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
2617
2618 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
2619 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
2620 the cond clauses where needed.
2621 (tramp-handle-write-region): Rearrange code for proper handling of
2622 tmpfile.
2623
2624 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
2625
2626 * net/tramp.el:
2627 * net/tramp-fish.el:
2628 * net/tramp-ftp.el:
2629 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
2630 `tramp-compat-make-temp-file'.
2631
2632 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2633
2634 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
2635
2636 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2637
2638 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
2639 already uses a more recent copyright version than the "current" one.
2640
2641 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2642
2643 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
2644 (doc-view-insert-image): Minor aesthetical docstring changes.
2645
2646 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
2647
2648 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
2649 completing filename.
2650 (doc-view-search-internal): Docstring change.
2651
2652 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
2653
2654 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2655 (tramp-file-name-handler-alist):
2656 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
2657 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
2658 used before, creates the file already, which is not desired.
2659 (tramp-do-copy-or-rename-file-directly): Simplify handling of
2660 temporary file.
2661 (tramp-handle-insert-file-contents): Assign the result in the
2662 short track case.
2663 (tramp-handle-insert-file-contents-literally): New defun.
2664 (tramp-completion-mode-p): Revert change from 2007-09-24.
2665 Checking for `return' etc as last character is not sufficient, for
2666 example in dired-mode when entering <g> (revert-buffer) or
2667 <s> (dired-sort).
2668
2669 * net/tramp-compat.el (top): Add also compatibility code for loading
2670 appropriate timer package.
2671 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
2672 order to avoid autoloading problems.
2673
2674 * net/tramp-fish.el:
2675 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
2676
2677 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
2678 where the second parameter of `copy-file' or `rename-file' is a
2679 remote file but not via ftp.
2680
2681 2007-10-02 Richard Stallman <rms@gnu.org>
2682
2683 * frame.el (cursor-in-non-selected-windows): Doc fix.
2684
2685 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2686
2687 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
2688 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
2689
2690 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
2691
2692 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
2693 when `expt' doesn't give range errors.
2694
2695 2007-10-01 Markus Triska <markus.triska@gmx.at>
2696
2697 * calc/calc-math.el (math-smallest-emacs-expt):
2698 Make the computation more robust.
2699
2700 2007-09-30 David Kastrup <dak@gnu.org>
2701
2702 * startup.el (argv): Alias for `command-line-args-left' to use as
2703 `(pop argv)' inside of --eval command sequences. Allows for
2704 passing shell commands into Emacs verbatim without need for Lisp
2705 quoting.
2706
2707 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
2708 check only for changed size.
2709 (auto-revert-tail-handler): Get size from caller. If the file has
2710 shrunk, tail the whole file again (the file presumably has been
2711 rewritten).
2712
2713 * woman.el (woman-topic-all-completions, woman-mini-help):
2714 Fix fallout from 2007-09-07 introduction of `dolist' when the list
2715 actually was being manipulated in the loop.
2716 (woman-Cyg-to-Win, woman-pre-process-region)
2717 (woman-horizontal-escapes, woman-if-body, woman-unescape)
2718 (woman-strings, woman-special-characters, woman1-hc)
2719 (woman-change-fonts, woman-find-next-control-line):
2720 Use `match-beginning' rather than `match-string' when the result is
2721 just used as a flag.
2722
2723 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
2724
2725 * net/tramp-compat.el: New file.
2726
2727 * net/tramp.el:
2728 * net/tramp-fish.el:
2729 * net/tramp-smb.el:
2730 * net/tramp-uu.el:
2731 * net/trampver.el: Move compatibility code to tramp-compat.el.
2732 Apply `mapc' instead of `mapcar' when the code needs side effects
2733 only. Move utf-8 coding cookie to the second line.
2734
2735 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
2736
2737 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
2738 Improve custom type.
2739 (icon-map-list): Make it customizable. Document how to disable
2740 stock icons.
2741
2742 2007-09-30 Richard Stallman <rms@gnu.org>
2743
2744 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
2745
2746 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2747
2748 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2749
2750 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2751
2752 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
2753 (t-mouse-mode): New compatibility alias.
2754
2755 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
2756
2757 * server.el (server-delete-client): Only delete the terminal if it
2758 is non-nil.
2759
2760 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
2761
2762 * net/tramp.el (with-file-property, with-connection-property):
2763 Highlight as keyword.
2764 (tramp-rfn-eshadow-setup-minibuffer)
2765 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2766 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
2767 (tramp-do-copy-or-rename-file-directly)
2768 (tramp-do-copy-or-rename-file-out-of-band)
2769 (tramp-handle-shell-command, tramp-get-debug-buffer)
2770 (tramp-send-command-and-read, tramp-equal-remote)
2771 (tramp-get-local-gid): Pacify byte-compiler.
2772 (tramp-handle-file-name-directory): Result shall not be expanded.
2773 (tramp-find-foreign-file-name-handler): Rewrite.
2774 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
2775
2776 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
2777
2778 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2779 Apply `tramp-completion-mode-p'.
2780 (tramp-fish-handle-set-file-times)
2781 (tramp-fish-handle-executable-find)
2782 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
2783 (tramp-fish-retrieve-data): Pacify byte-compiler.
2784
2785 * net/tramp-gw.el (tramp-gw-basic-authentication):
2786 Call `tramp-read-passwd' with first parameter `nil'.
2787
2788 2007-09-28 Glenn Morris <rgm@gnu.org>
2789
2790 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
2791 than mapcar.
2792
2793 * textmodes/tex-mode.el (tex-suscript-height-ratio)
2794 (tex-suscript-height-minimum): New customizable variables.
2795 (tex-suscript-height): New function.
2796 (superscript, subscript): Set height using tex-suscript-height
2797 rather than fixing at 0.8.
2798 (tex-fontify-script, tex-font-script-display): Add :version tag.
2799
2800 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
2801
2802 * progmodes/python.el (python-eldoc-function): Doc fix.
2803
2804 2007-09-27 Glenn Morris <rgm@gnu.org>
2805
2806 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
2807 image if it is not in image-type-auto-detectable, or is there with
2808 a nil value.
2809
2810 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
2811
2812 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
2813 connection more robust.
2814
2815 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2816
2817 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2818 Deal with the case that special &keywords are at the beginning or
2819 end of the argument list. Also add some (incomplete) support for
2820 non-standard arglists.
2821
2822 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2823
2824 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2825 (eldoc-message-commands, eldoc-current-idle-delay)
2826 (eldoc-function-argstring-format): Fix typos in docstrings.
2827
2828 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
2829
2830 * calc/calc-units.el (calc-convert-units)
2831 (calc-convert-temperature): Remove unnecessary colons.
2832
2833 2007-09-26 Bastien Guerry <bzg@altern.org>
2834
2835 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
2836 New function.
2837 (org-export-latex-remove-from-headlines): Name changed because of typo.
2838 (org-export-latex-quotation-marks-convention): Option removed.
2839 (org-export-latex-make-preamble): Handle the DATE option.
2840 (org-export-latex-cleaned-string): Now the only cleaning function,
2841 synched up with org.el.
2842 (org-export-latex-lists, org-export-latex-parse-list)
2843 (org-export-list-to-latex): New functions.
2844
2845 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
2846
2847 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
2848 (org-outline-regexp): New constant.
2849 (org-remember-handler): Throw error when the target file is not in
2850 org-mode.
2851 (org-cleaned-string-for-export): No longer call
2852 `org-export-latex-cleaned-string' with an argument.
2853 (org-get-tags): Returns now a list, not a string.
2854 (org-get-tags-string): New function.
2855 (org-archive-subtree): No need to split return of `org-get-tags'.
2856 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
2857 instead of `org-get-tags'.
2858 (org-agenda-format-date): Rename from `org-agenda-date-format'.
2859 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
2860 (org-compatible-face): New argument INHERITS. Inherit from this
2861 face if possible.
2862 (org-level-1, org-level-2, org-level-3, org-level-4)
2863 (org-level-5, org-level-6, org-level-7, org-level-8)
2864 (org-special-keyword, org-drawer, org-column, org-warning)
2865 (org-archived, org-todo, org-done, org-headline-done, org-table)
2866 (org-formula, org-code, org-agenda-structure)
2867 (org-scheduled-today, org-scheduled-previously)
2868 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
2869 in the new way.
2870 (org-get-heading): New argument NO-TAGS.
2871 (org-fast-tag-selection-include-todo): Made defvar instead of
2872 defcustom, feature is not deprecated.
2873 (org-remember-store-without-prompt): New default value t.
2874 (org-todo-log-states): New variable.
2875 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
2876 Compute the log states.
2877 (org-goto-map): More commands copied from global map. Also bind
2878 `org-occur'.
2879 (org-goto): Made into a general lookup command.
2880 (org-get-location): Complete rewrite.
2881 (org-goto-exit-command): New variable.
2882 (org-goto-selected-point): New variable.
2883 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
2884 Set the new variables.
2885 (org-paste-subtree): Whitespace insertion strategy revised.
2886 (org-remember-apply-template): Protect v-A from the possibility
2887 that v-a might be nil.
2888 (org-remember-handler): Insertion rules revised.
2889 (org-todo): Respect org-todo-log-states.
2890 (org-up-heading-safe): New function.
2891 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
2892
2893 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2894
2895 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
2896 region if in transient-mark-mode.
2897
2898 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2899
2900 * calc/calc-ext.el (calc-init-extensions, calc-reset):
2901 * calc/calc-help.el (calc-full-help):
2902 * calc/calc-misc.el (another-calc):
2903 * calc/calc-store.el (calc-var-name-map):
2904 * calc/calc-stuff.el (calc-flush-caches):
2905 * calc/calc-units.el (math-build-units-table):
2906 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
2907 (calc-quit):
2908 * calendar/icalendar.el (icalendar--format-ical-event)
2909 (icalendar--convert-ical-to-diary):
2910 * emacs-lisp/authors.el (authors):
2911 * emacs-lisp/cust-print.el (custom-print-install)
2912 (custom-print-uninstall):
2913 * emacs-lisp/disass.el (disassemble-1):
2914 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2915 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
2916 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
2917 (elint-check-let-form, elint-check-condition-case-form)
2918 (elint-initialize):
2919 * emacs-lisp/elp.el (elp-results):
2920 * emacs-lisp/generic.el (generic-mode-internal):
2921 * emacs-lisp/re-builder.el (reb-delete-overlays):
2922 * emacs-lisp/regi.el (regi-interpret):
2923 * emacs-lisp/sregex.el (sregex--char-aux):
2924 * emulation/cua-rect.el (cua--deactivate-rectangle)
2925 (cua--highlight-rectangle, cua--rectangle-post-command):
2926 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
2927 * emulation/viper-macs.el (viper-describe-kbd-macros)
2928 (viper-describe-one-macro):
2929 * emulation/viper-util.el (viper-setup-master-buffer):
2930 * emulation/viper.el (set-viper-state-in-major-mode):
2931 * international/mule-diag.el (describe-current-coding-system):
2932 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
2933 * mail/emacsbug.el (report-emacs-bug):
2934 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
2935 * obsolete/hilit19.el (hilit-unhighlight-region)
2936 (hilit-set-mode-patterns):
2937 * play/solitaire.el (solitaire-check, solitaire-solve):
2938 * play/zone.el (zone-pgm-rotate):
2939 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
2940 * progmodes/ada-prj.el (ada-prj-display-page):
2941 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
2942 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
2943 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
2944 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
2945 * progmodes/sh-script.el (sh-make-vars-local)
2946 (sh-reset-indent-vars-to-global-values):
2947 * progmodes/sql.el (top):
2948 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
2949 * progmodes/xscheme.el (top):
2950 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
2951 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
2952 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
2953 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
2954 (artist-submit-bug-report):
2955 * textmodes/flyspell.el (flyspell-delay-commands)
2956 (flyspell-deplacement-commands):
2957 * textmodes/table.el (table--generate-source-epilogue, table-insert)
2958 (table--generate-source-cells-in-a-row, table--make-cell-map)
2959 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
2960
2961 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
2962
2963 * allout.el (produce-allout-mode-map, allout-process-exposed):
2964 * ansi-color.el (ansi-color-make-color-map):
2965 * autoinsert.el (auto-insert):
2966 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
2967 * dired-aux.el (dired-create-files):
2968 * dired.el (dired-restore-desktop-buffer):
2969 * ediff-diff.el (ediff-setup-fine-diff-regions):
2970 * ediff-mult.el (ediff-intersect-directories)
2971 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
2972 (ediff-redraw-registry-buffer):
2973 * ediff-ptch.el (ediff-fixup-patch-map):
2974 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
2975 (ediff-really-quit, ediff-clear-diff-vector):
2976 * emerge.el (emerge-really-quit):
2977 * ffap.el (ffap-replace-file-component):
2978 * filecache.el (file-cache-add-directory)
2979 (file-cache-add-directory-recursively)
2980 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
2981 (file-cache-delete-directory, file-cache-files-matching-internal)
2982 (file-cache-display):
2983 * files.el (cd):
2984 * find-lisp.el (find-lisp-insert-directory):
2985 * finder.el (finder-compile-keywords):
2986 * help.el (view-emacs-news):
2987 * hi-lock.el (hi-lock-write-interactive-patterns):
2988 * ido.el (ido-to-end, ido-set-matches-1):
2989 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
2990 (image-dired-mark-tagged-files):
2991 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2992 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
2993 * ps-print.el (ps-background, ps-begin-file)
2994 (ps-build-reference-face-lists):
2995 * simple.el (clone-buffer):
2996 * startup.el (command-line):
2997 * tempo.el (tempo-insert-template, tempo-is-user-element)
2998 (tempo-forward-mark, tempo-backward-mark):
2999 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
3000
3001 2007-09-25 Glenn Morris <rgm@gnu.org>
3002
3003 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
3004
3005 * view.el (view-search-no-match-lines): Add a doc string.
3006 Rewrite to simplify and work better.
3007
3008 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3009
3010 * progmodes/cc-mode.el (c-mode-base-map):
3011 Use c-indent-line-or-region instead of c-indent-line.
3012
3013 * indent.el (indent-for-tab-command): First check if the region is
3014 active.
3015
3016 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3017
3018 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
3019 whitespace-rescan-timer-time is 0.
3020
3021 2007-09-24 Karl Berry <karl@gnu.org>
3022
3023 * international/mule.el (coding-system-base): Fix doc string grammar.
3024
3025 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
3026
3027 * net/tramp.el (tramp-completion-mode-p): Rename from
3028 `tramp-completion-mode'. Revert logic, check `return', `newline'
3029 and such alike. Packages like Icicles tend to use other completion
3030 characters but `tab' and `space' only.
3031
3032 2007-09-24 Adam Hupp <adam@hupp.org>
3033
3034 * progmodes/python.el (run-python): Import emacs module without
3035 waiting; prevents lockup on error.
3036
3037 2007-09-23 Richard Stallman <rms@gnu.org>
3038
3039 * mail/sendmail.el (mail-bury): Delete the frame
3040 if this frame looks like it was made for this message.
3041
3042 * completion.el (completion-separator-self-insert-command)
3043 (completion-separator-self-insert-autofilling):
3044 If `self-insert-command' has been remapped, use the substitute.
3045
3046 * simple.el (copy-region-as-kill): Doc fix.
3047
3048 * textmodes/org.el (org-confirm-shell-link-function)
3049 (org-confirm-elisp-link-function): Doc fixes.
3050
3051 2007-09-23 Glenn Morris <rgm@gnu.org>
3052
3053 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3054
3055 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
3056
3057 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
3058
3059 * term/tvi970.el (terminal-init-tvi970): Likewise.
3060
3061 * term/sun-mouse.el (print-mouse-format): Likewise.
3062
3063 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
3064 Use forward-line instead of previous-line and next-line.
3065
3066 2007-09-22 Juri Linkov <juri@jurta.org>
3067
3068 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
3069
3070 * tutorial.el (tutorial--default-keys): Update standard bindings:
3071 rename `iconify-or-deiconify-frame' to `suspend-frame',
3072 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
3073
3074 2007-09-22 Juri Linkov <juri@jurta.org>
3075
3076 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
3077 Add help-echo to external links and to links without description.
3078 (fancy-splash-insert): Use help-echo from the 3rd element of the
3079 link specification list, or "Follow this link" if it's nil. Doc fix.
3080
3081 2007-09-22 Juri Linkov <juri@jurta.org>
3082
3083 * startup.el (command-line): Rename `inhibit-startup-message' to
3084 `inhibit-startup-screen'.
3085 (fancy-about-text): Use shorter label for "Ordering Manuals".
3086 (fancy-startup-tail): Add optional arg `concise'. When `concise'
3087 is nil, display a line with "To start..." and 3 links to useful
3088 tasks. Display the "Dismiss" button and "Don't show this message
3089 again" only when concise is non-nil.
3090 (fancy-startup-screen): Call `fancy-startup-tail' with optional
3091 arg `concise'. If CONCISE is non-nil, display a concise version
3092 of the splash screen in another window. Otherwise, switch to the
3093 startup buffer in the same window.
3094 (startup-echo-area-message): Change displayed binding from
3095 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
3096 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
3097 the GNU system".
3098 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
3099 to "*GNU Emacs*".
3100 (display-about-screen): Don't check the existence of the buffer
3101 "*About GNU Emacs*".
3102 (display-splash-screen): Make alias to `display-startup-screen'.
3103 (command-line-1): Rename `inhibit-startup-message' to
3104 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
3105 started with command line options "-f", "-funcall", "-e", "-eval",
3106 "-execute", "-insert", "-find-file", "-file", "-visit".
3107 Inhibit startup screen when Emacs is started with a file name only
3108 on tty (i.e. don't inhibit it when started with a file name like
3109 "emacs FILE..." on a window system).
3110 (command-line-1): Simplify logic of displaying the startup screen:
3111 if file-count > 0, then display the concise version in another
3112 window, otherwise display full version in the same window.
3113
3114 * help.el (help-map): Bind C-h C-a to about-emacs.
3115 (help-for-help-internal): Add C-a description to C-h help text.
3116
3117 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3118
3119 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
3120 (checkdoc-permit-comma-termination-flag): Autoload the
3121 safe-local-variable setting.
3122
3123 * bookmark.el (bookmark-xemacsp): Remove.
3124 (bookmark-make): Don't use bookmark-xemacsp,
3125 use (featurep 'xemacs) instead.
3126
3127 * speedbar.el (speedbar-frame-mode)
3128 (speedbar-frame-reposition-smartly)
3129 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3130 (speedbar-check-vc): Remove use of non-existent variable
3131 dframe-xemacsp, use (featurep 'xemacs) instead.
3132
3133 * indent.el (indent-for-tab-command): Indent the region if
3134 transient-mark-mode and the region is active.
3135
3136 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
3137
3138 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3139 add inferior-octave-directory-tracker to the buffer-local value
3140 of comint-input-filter-functions.
3141
3142 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3143
3144 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
3145
3146 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
3147
3148 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
3149 on w32 frames.
3150
3151 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3152
3153 * startup.el (normal-top-level): Remove DISPLAY from
3154 process-environment to let it be computed dynamically in callproc.c.
3155
3156 * frame.el (frame-initialize, make-frame):
3157 * faces.el (tty-set-up-initial-frame-faces):
3158 * env.el (setenv): Don't set display-environment-variable.
3159
3160 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
3161 (server-create-tty-frame): Don't set unused `tty' property.
3162 Set `display' instead of display-environment-variable.
3163 (server-create-window-system-frame): No display-environment-variable.
3164
3165 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
3166
3167 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
3168 (rfn-eshadow-update-overlay-hook): New defvars.
3169 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
3170 Run the hooks.
3171
3172 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
3173 (tramp-rfn-eshadow-setup-minibuffer)
3174 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
3175 rfn-eshadow.el.
3176
3177 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
3178 timeout.
3179
3180 2007-09-21 Glenn Morris <rgm@gnu.org>
3181
3182 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
3183 * term/sun-mouse.el (suspend-emacstool): Remove.
3184 * term/sun.el: Remove emacstool-related code.
3185
3186 * emacs-lisp/bytecomp.el (byte-compile-warnings)
3187 (byte-compile-warnings-safe-p): Add `mapcar'.
3188 (byte-compile-warning-types): Add mapcar and make-local.
3189 (byte-compile-normal-call): Add option to suppress mapcar warning.
3190 (top-level): Use mapc rather than mapcar in eval-when-compile.
3191
3192 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
3193 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
3194 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
3195 Handle escaped parens.
3196 (latex-forward-sexp): Doc fix.
3197
3198 * eshell/esh-mode.el (eshell-output-filter-functions):
3199 Add eshell-postoutput-scroll-to-bottom.
3200
3201 * loadup.el: Remove termdev.
3202
3203 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
3204 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
3205
3206 2007-09-21 Markus Triska <markus.triska@gmx.at>
3207
3208 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
3209 `mapcar' is called for effect.
3210
3211 2007-09-21 Kevin Ryde <user42@zip.com.au>
3212
3213 * international/mule.el (sgml-html-meta-auto-coding-function):
3214 Bind `case-fold-search' to t.
3215
3216 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3217
3218 * termdev.el: Remove.
3219
3220 * frame.el (get-device-terminal): New function. Moved from termdev.el.
3221 (frames-on-display-list): Use it.
3222
3223 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
3224
3225 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
3226
3227 2007-09-20 Richard Stallman <rms@gnu.org>
3228
3229 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
3230
3231 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3232
3233 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
3234
3235 2007-09-20 Glenn Morris <rgm@gnu.org>
3236
3237 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3238 motion functions, rather than hard-coding "\n\n".
3239 (tex-validate-region): Check for eobp, to speed up.
3240 (tex-next-unmatched-end): Doc fix.
3241
3242 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * files.el (auto-mode-alist): Use archive-mode for .rar files.
3245
3246 * international/mule.el (auto-coding-alist): Rar archives are binary.
3247
3248 * arc-mode.el: Add basic support for Rar.
3249 (archive-find-type): Recognize Rar's signature.
3250 (archive-desummarize): New fun.
3251 (archive-summarize): Use it to restore the buffer's data in case
3252 someone wants to switch to some other major mode.
3253 (archive-resummarize): Use it as well.
3254 (archive-rar-summarize, archive-rar-extract): New functions.
3255
3256 * filesets.el: Remove spurious * in docstrings.
3257 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
3258 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
3259 (filesets-ingroup-collect): Remove unused arg `depth'.
3260 (filesets-update): Remove unused arg `version'.
3261
3262 * finder.el (finder-compile-keywords): Fix up comment style.
3263 (finder-mouse-face-on-line): previous-line -> forward-line.
3264
3265 * recentf.el: Remove spurious * in docstrings.
3266 (recentf-save-list): Fix up comment style.
3267
3268 * progmodes/octave-mod.el: Remove spurious * in docstrings.
3269 (octave-mode-map): Move init into declaration and remove \t binding.
3270 (octave-mode-startup-message): Remove unused var.
3271 (octave-scan-blocks): Remove unused arg `from'.
3272 (octave-forward-block, octave-down-block, octave-up-block):
3273 Update callers.
3274
3275 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
3276 (meta-mode-map): Likewise and remove \t binding.
3277
3278 * net/snmp-mode.el: Remove spurious * in docstrings.
3279 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
3280 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
3281 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
3282 that completion accepts lists of strings.
3283 (snmp-mode-syntax-table): Move initialization into declaration.
3284 (snmp-mode-map): Likewise and remove \t binding.
3285 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
3286 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
3287 (snmp-indent-command): Remove.
3288
3289 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
3290 binding, so tab-always-indent works right.
3291
3292 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
3293
3294 * net/browse-url.el (browse-url-elinks-new-window): New function.
3295 (browse-url-elinks): Use browse-url-elinks-new-window.
3296 Accept optional second argument `new-window'. Fix typo in doc-string.
3297 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
3298 Improve error message.
3299
3300 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3301
3302 * net/browse-url.el (browse-url-url-encode-chars): Use the right
3303 parameter name in the function body.
3304 Reported by Johannes Weiner.
3305
3306 2007-09-19 Glenn Morris <rgm@gnu.org>
3307
3308 * net/socks.el (socks-open-network-stream): Signal an explicit
3309 error if the port associated with a service string can't be found.
3310
3311 * textmodes/tex-mode.el (tex-terminate-paragraph):
3312 Use backward-paragraph.
3313
3314 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * server.el (server-running-p): New function.
3317
3318 2007-09-18 Jason Rumney <jasonr@gnu.org>
3319
3320 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
3321 x-focus-frame.
3322
3323 * frame.el (select-frame-set-input-focus, select-frame-by-name):
3324 Use x-focus-frame for w32.
3325
3326 2007-09-17 David Kastrup <dak@gnu.org>
3327
3328 * textmodes/tex-mode.el (tex-verbatim-environments):
3329 Eliminate CL dependency.
3330
3331 2007-09-17 Richard Stallman <rms@gnu.org>
3332
3333 * newcomment.el (comment-add): New arg EXTRA.
3334 (comment-region-default): Pass EXTRA if not indenting lines.
3335
3336 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3337
3338 * net/browse-url.el (browse-url-url-encode-chars): New function.
3339 URL-encode some chars in a string.
3340 (browse-url-encode-url): Rewrite using the previous function.
3341 (browse-url-file-url): Use `browse-url-url-encode-chars'.
3342 (browse-url-elinks-sentinel): Fix typo.
3343 (browse-url-new-window-flag): Doc change.
3344
3345 2007-09-17 Glenn Morris <rgm@gnu.org>
3346
3347 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3348 filename from `--file-line-error', if it is available.
3349
3350 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3351
3352 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3353 TeX `--file-line-error' format.
3354
3355 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3356
3357 * xt-mouse.el: Delete add-hook calls that were moved to
3358 xterm-mouse-mode.
3359 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
3360 does not work.
3361
3362 2007-09-17 Richard Stallman <rms@gnu.org>
3363
3364 * cus-face.el (custom-theme-set-faces): Undo previous change.
3365
3366 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
3367
3368 2007-09-17 Glenn Morris <rgm@gnu.org>
3369
3370 * textmodes/tex-mode.el (tex-region): Simplify previous change,
3371 handling the case where the region is not in `tex-main-file'.
3372 (tex-region-1): Delete.
3373 (tex-region-header): New function, doing the header part of the
3374 old tex-region-1.
3375
3376 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * simple.el (newline): Simplify use of prefix-numeric-value.
3379 (line-move-partial): Remove unused var `ppos'.
3380 (line-move-1): Replace 9999 with most-positive-fixnum.
3381 (move-end-of-line): Use more efficient single-property search.
3382 (move-beginning-of-line): Remove unused var `start'.
3383 (blink-matching-open): Restructure in a more functional style.
3384
3385 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3386
3387 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
3388
3389 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3390
3391 * server.el (server-clients): Only keep procs, no properties any more.
3392 (server-client): Remove.
3393 (server-client-get, server-client-set): Remove, replace all callers by
3394 process-get and process-put resp.
3395 (server-clients-with, server-add-client, server-delete-client)
3396 (server-create-tty-frame, server-create-window-system-frame)
3397 (server-process-filter, server-execute, server-visit-files)
3398 (server-buffer-done, server-kill-buffer-query-function)
3399 (server-kill-emacs-query-function, server-switch-buffer)
3400 (server-save-buffers-kill-terminal): Update accordingly.
3401
3402 * server.el (server-with-environment): Simplify.
3403 (server-select-display, server-unselect-display): Re-add functions that
3404 seem to have been lost in the multi-tty merge.
3405 (server-eval-and-print, server-create-tty-frame)
3406 (server-create-window-system-frame, server-goto-toplevel)
3407 (server-execute, server-return-error): New functions extracted from
3408 server-process-filter.
3409 (server-execute-continuation): New functions.
3410 (server-process-filter): Restructure so that all arguments are analysed
3411 first and then acted upon in a subsequent stage. This way
3412 server-goto-toplevel can be executed later, when we know if
3413 it's necessary.
3414 Remove the "-version" and "-version-good" support.
3415
3416 2007-09-16 Drew Adams <drew.adams@oracle.com>
3417
3418 * cus-edit.el (custom-face-edit-activate): Doc fix.
3419
3420 2007-09-16 Glenn Morris <rgm@gnu.org>
3421
3422 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
3423 Following cal-bahai renaming, update all instances of
3424 list-bahai-diary-entries to diary-bahai-list-entries,
3425 mark-bahai-diary-entries to diary-bahai-mark-entries,
3426 calendar-goto-bahai-date to calendar-bahai-goto-date,
3427 insert-bahai-diary-entry to diary-bahai-insert-entry,
3428 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
3429 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
3430 calendar-print-bahai-date to calendar-bahai-print-date.
3431
3432 * textmodes/tex-mode.el (tex-region): Handle the case where the
3433 region is not in `tex-main-file'. Move the old code that applies
3434 to both cases...
3435 (tex-region-1): ...to this new function.
3436
3437 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3438
3439 * vc.el (vc-process-sentinel): New function.
3440 (vc-exec-after): Use it instead of using ugly hackish analysis and
3441 construction of Elisp code.
3442 (vc-sentinel-movepoint): New dynamically scoped var.
3443 (vc-print-log, vc-annotate): Set it to move the user's point.
3444
3445 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
3446 inhibit-modification-hooks.
3447
3448 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
3449 (calendar-bahai-print-date, calendar-bahai-goto-date)
3450 (diary-bahai-list-entries, diary-bahai-insert-entry):
3451 New names to clean up the namespace a bit more.
3452 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
3453
3454 2007-09-15 Glenn Morris <rgm@gnu.org>
3455
3456 * calendar/holidays.el (holiday-list): Rename it back to
3457 `list-holidays', but leave `holiday-list' as an alias.
3458
3459 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
3460 custom group.
3461
3462 * textmodes/css-mode.el (css): New custom group.
3463 (css-electrick-keys, css-selector, css-property)
3464 (css-indent-offset): Specify custom group.
3465
3466 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3467
3468 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
3469 (cvs-execute-single-file): Use process-file.
3470 (cvs-run-process): Use start-file-process.
3471
3472 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
3473
3474 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
3475 level. Remove the hooks when turning off the mode.
3476
3477 * term/xterm.el: Require xt-mouse at compile time.
3478 (terminal-init-xterm): Turn on xterm mouse tracking for this
3479 terminal if xterm-mouse-mode is enabled.
3480
3481 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3482
3483 * term/xterm.el (xterm-function-map): Replace bindings that were
3484 deleted by the merge.
3485
3486 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
3487
3488 * play/bubbles.el (bubbles-version): Bump value to "0.5".
3489 (bubbles-mode-map): Move define-key statements here.
3490 (bubbles-game-theme-menu): Ditto.
3491 (bubbles-graphics-theme-menu): Ditto.
3492 (bubbles-menu): Ditto.
3493 (bubbles-mode): Initialize buffer-undo-list, redisplay.
3494 (bubbles--initialize): Reset buffer-undo-list, redisplay.
3495 (bubbles-plop): Set buffer-undo-list, redisplay.
3496 (bubbles-undo): Reset buffer-undo-list, redisplay.
3497 (bubbles--show-images): Take care of missing text properties.
3498
3499 2007-09-14 Glenn Morris <rgm@gnu.org>
3500
3501 * startup.el (fancy-startup-text, fancy-about-text): Fix face
3502 quoting.
3503
3504 * calendar/cal-hebrew.el, calendar/cal-menu.el
3505 * calendar/calendar.el, calendar/diary-lib.el
3506 * calendar/holidays.el: Rename all instances of
3507 list-calendar-holidays callers to calendar-list-holidays,
3508 list-holidays to holiday-list, check-calendar-holidays to
3509 calendar-check-holidays, mark-calendar-holidays to
3510 calendar-mark-holidays, and filter-visible-calendar-holidays to
3511 holiday-filter-visible-calendar.
3512
3513 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3514
3515 * term/xterm.el (xterm-function-map): Add C-M- bindings.
3516
3517 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3518
3519 * play/bubbles.el (bubbles--initialize-images): Fix bug:
3520 Use transparent background for empty cells in graphics mode.
3521
3522 2007-09-13 Jari Aalto <jari.aalto@cante.net>
3523
3524 * man.el (Man-default-man-entry): At end of line, continue looking
3525 to the next line for possible end of hyphenated command.
3526
3527 2007-09-13 Chris Moore <dooglus@gmail.com>
3528
3529 * shell.el (shell-resync-dirs): Don't move the cursor relative to
3530 the command being edited.
3531
3532 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
3533
3534 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
3535
3536 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
3537
3538 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
3539 C-M-S- keys.
3540
3541 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
3542
3543 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3544
3545 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
3546 New argument `filename-p' to use one set of confusing chars or another.
3547 (browse-url-file-url): Use the argument.
3548 Suggested by Johannes Weiner.
3549
3550 2007-09-12 Romain Francoise <romain@orebokech.com>
3551
3552 * cus-start.el (all): Revert 2007-09-08 change.
3553
3554 2007-09-12 Aaron Hawley <aaronh@garden.org>
3555
3556 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
3557 extract .Z files, since it is more common than uncompress.
3558
3559 2007-09-12 Glenn Morris <rgm@gnu.org>
3560
3561 * textmodes/org-publish.el (org-publish-org-to-html): Remove
3562 duplicate function definition.
3563
3564 2007-09-10 Chris Moore <dooglus@gmail.com>
3565
3566 * diff-mode.el (diff-sanity-check-hunk):
3567 Also accept single-line hunks.
3568
3569 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
3570
3571 * startup.el (startup-screen-inhibit-startup-screen)
3572 (pure-space-overflow-message): New vars.
3573 (fancy-splash-insert): Allow functions for face and link specs.
3574 (fancy-splash-head): Remove unused arg. Move splash text...
3575 (fancy-startup-text, fancy-about-text): ...here.
3576 (fancy-startup-tail): Rename from fancy-splash-tail.
3577 (fancy-startup-screen, fancy-about-screen): Split off from
3578 fancy-splash-screens.
3579 (display-startup-screen): New function.
3580 (display-about-screen): Rename from display-splash-screen.
3581 (command-line-1): Use concise startup screen if necessary.
3582
3583 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3584
3585 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
3586 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
3587
3588 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3589
3590 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3591 (python-font-lock-keywords): Update to the 2.5 version of the language.
3592 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3593 (python-backspace): Only behave funny in code.
3594 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3595 (inferior-python-mode): Add PDB prompt regexp.
3596 (python-fill-paragraph): Refine the fenced-string regexp.
3597 (python-find-imports): Handle imports spanning several lines.
3598 (python-mode): Add `class' to hideshow support.
3599
3600 2007-09-10 Dave Love <fx@gnu.org>
3601
3602 * outline.el (outline-4, outline-5, outline-7):
3603 Move font-lock-builtin-face down from 4 to 7 to better keep the
3604 progression of color brightness, and to better match Org-mode's faces.
3605
3606 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3607
3608 * progmodes/meta-mode.el (meta-font-lock-keywords)
3609 (font-lock-match-meta-declaration-item-and-skip-to-next)
3610 (meta-comment-indent, meta-indent-previous-line)
3611 (meta-indent-unfinished-line, meta-beginning-of-defun)
3612 (meta-end-of-defun, meta-common-initialization): Handle \f.
3613 (meta-indent-unfinished-line): Do not handle a `%' in a string as
3614 a comment-start.
3615
3616 * files.el (file-modes-char-to-who, file-modes-char-to-right)
3617 (file-modes-rights-to-number): Auxiliary functions for symbolic to
3618 numeric notation of file modes.
3619 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
3620 numeric value.
3621 (read-file-modes): New. Read either an octal value of a file mode or a
3622 symbolic value, and return its numeric value.
3623
3624 * dired-aux.el (dired-do-chmod): Change to use the built-in
3625 `set-file-modes' and the previous symbolic mode parsing functions.
3626
3627 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3628
3629 * textmodes/texinfo.el: Remove spurious * in docstrings.
3630 (texinfo-mode-syntax-table, texinfo-mode-map):
3631 Initialize in the declaration.
3632
3633 * tmm.el: Remove spurious * in docstrings.
3634 (tmm-prompt): Use with-current-buffer.
3635
3636 * vcursor.el: Remove spurious * in docstrings.
3637 (vcursor-map): Initialize in the declaration.
3638 (vcursor-use-vcursor-map): Use define-minor-mode.
3639 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
3640
3641 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
3642 Initialize in the declaration.
3643 (widget-minor-mode): Use define-minor-mode.
3644
3645 * woman.el (woman-mode-map, woman-syntax-table):
3646 Initialize in the declaration.
3647
3648 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
3649
3650 * doc-view.el: New file.
3651
3652 2007-09-09 Juri Linkov <juri@jurta.org>
3653
3654 * Makefile.in (update-authors): Add etc/ to AUTHORS.
3655
3656 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
3657
3658 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
3659 to "Startup screen". Fix docstring.
3660 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
3661 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
3662 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
3663 (initial-scratch-message): Fix docstring.
3664 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
3665 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
3666 Add link to "Customize Startup" and set interval between links to
3667 5 spaces.
3668 (fancy-about-text): Add links "Authors" and "Contributing".
3669 (fancy-splash-head): Add text "Welcome to " on the startup screen,
3670 and "This is " on the about screen. Add link to
3671 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
3672 For the about screen move emacs version to the header from
3673 `fancy-splash-tail' (as it's done already for normal about screen).
3674 (fancy-splash-tail): Insert emacs version only for startup screen.
3675 (normal-splash-screen): Remove duplicate empty lines.
3676 (normal-about-screen): Add links "Authors" and "Contributing".
3677
3678 * menu-bar.el (menu-bar-help-menu):
3679 Move "About Emacs" and "About GNU" to the end of the Help menu.
3680 Move "Emacs Psychotherapist" after "Send Bug Report...".
3681 Move "External Packages" after "Find Emacs Packages".
3682
3683 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
3684
3685 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
3686 they are useless with the byte compiler.
3687 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
3688 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
3689 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
3690 (tramp-file-name-real-host, tramp-file-name-port)
3691 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
3692 defuns.
3693
3694 * net/tramp-cache.el (top): Improve error message when
3695 `tramp-persistency-file-name' is corrupted.
3696
3697 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
3698
3699 * textmodes/org.el (org-re): Also replace the :alpha: class.
3700 (org-todo-tag-alist): Variable removed.
3701 (org-todo-key-alist, org-todo-key-trigger) New variables.
3702 (org-use-fast-todo-selection): New option.
3703 (org-log-done): Docstring fixed.
3704 (org-deadline-warning-days): New default value 14.
3705 (org-edit-timestamp-down-means-later) New option.
3706 (org-tag-alist): Docstring fixed.
3707 (org-fast-tag-selection-include-todo): New option.
3708 (org-export-language-setup): New languages added.
3709 (org-set-regexps-and-options): Compute the new variables.
3710 (org-paste-subtree): Cleaning up.
3711 (org-remember-apply-template): New escape %A.
3712 (org-todo): Call fast TODO selection.
3713 (org-fast-todo-selection): New function.
3714 (org-add-log-note): Allow prefix for abort exit.
3715 (org-at-property-p, org-entry-properties)
3716 (org-columns-get-autowidth-alist): Use :alpha: class.
3717 (org-get-wdays): New function.
3718 (org-agenda-remove-date): New variable.
3719 (org-agenda-get-deadlines): Use `org-get-wdays'.
3720 (org-agenda-get-deadlines): Reverse ee before returning.
3721 (org-format-agenda-item): New argument REMOVE-RE.
3722 (org-agenda-convert-date): Baha'i calendar added.
3723 (org-infile-export-plist): Also find DATE line.
3724 (org-get-min-level): New function.
3725 (org-export-as-html, org-export-as-ascii): Use the date format.
3726 (org-shiftup, org-shiftdown): Use.
3727 `org-edit-timestamp-down-means-later'.
3728 (org-assign-fast-keys): New function.
3729
3730 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
3731
3732 * cus-start.el (all): Add prefer-window-split-horizontally from
3733 window.c.
3734
3735 2007-09-08 Eli Zaretskii <eliz@gnu.org>
3736
3737 * net/browse-url.el (browse-url-galeon): Fix last change.
3738 (top-level): Require cl when compiling.
3739
3740 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
3741
3742 * textmodes/org-export-latex.el: arch-tag restored.
3743
3744 * textmodes/org-publish.el: arch-tag restored.
3745
3746 2007-09-08 Masatake YAMATO <jet@gyve.org>
3747
3748 * progmodes/which-func.el (which-func-modes): Add diff-mode.
3749
3750 * progmodes/cc-langs.el: Support new keywords added to
3751 objective-c frontend of gcc.
3752 (c-simple-stmt-kwds): Add @throw.
3753 (c-block-stmt-2-kwds): Add @synchronized.
3754 (c-block-stmt-1-kwds): Add @finally and @try.
3755
3756 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
3757
3758 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
3759 (org-agenda-after-show-hook): New variable.
3760 (org-columns-compile-format)
3761 (org-columns-get-autowidth-alist, org-buffer-property-keys)
3762 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
3763 property names.
3764 (org-get-wdays): New function.
3765
3766 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3767
3768 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
3769
3770 * term/xterm.el (xterm-function-map): Initialize in the declaration.
3771
3772 * vc-arch.el (vc-arch-checkin): Fix typo.
3773
3774 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3775
3776 * cus-face.el (custom-theme-set-faces): Set face attributes
3777 locally for each frame.
3778
3779 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3780
3781 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
3782 via font-lock-defaults.
3783
3784 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
3785 derived-mode-p.
3786
3787 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
3788
3789 * progmodes/autoconf.el (autoconf-definition-regexp):
3790 Handle optional square brackets around definition name.
3791
3792 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
3793
3794 * net/browse-url.el (browse-url-browser-function): Add elinks.
3795 (browse-url-elinks-wrapper): New option.
3796 (browse-url-encode-url, browse-url-elinks)
3797 (browse-url-elinks-sentinel): New functions.
3798 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
3799 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
3800 Use new function browse-url-encode-url.
3801
3802 2007-09-07 Glenn Morris <rgm@gnu.org>
3803
3804 * version.el (emacs-version): Revert 2007-08-29 change: no need to
3805 say if multi-tty is present.
3806
3807 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * cus-start.el (split-window-preferred-function): Add custom info.
3810
3811 * calendar/holidays.el (holiday-list, calendar-check-holidays)
3812 (calendar-mark-holidays, calendar-list-holidays)
3813 (holiday-filter-visible-calendar): New names to clean up namespace.
3814 (filter-visible-calendar-holidays, list-calendar-holidays)
3815 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
3816 Add compatibility aliases.
3817 (calendar-check-holidays, calendar-mark-holidays)
3818 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
3819 (holiday-sexp): Replace append with list.
3820 (holiday-filter-visible-calendar): Replace append with push.
3821
3822 * woman.el: Remove spurious * in docstrings.
3823 (woman-mini-help, woman-non-underline-faces, woman0-rename)
3824 (woman-topic-all-completions-merge, woman-file-name-all-completions)
3825 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
3826 (woman-write-directory-cache, woman-display-extended-fonts)
3827 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
3828 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
3829 (woman-mode): Use inhibit-read-only.
3830 (woman-negative-vertical-space): Use dotimes.
3831 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
3832
3833 2007-09-06 Romain Francoise <romain@orebokech.com>
3834
3835 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
3836 (vc-bzr-workfile-version): Use it.
3837
3838 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
3839
3840 * complete.el (PC-do-completion): Don't try to treat
3841 empty string as an abbreviation.
3842
3843 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3844
3845 * help-fns.el (describe-variable): Keep doc's text properties.
3846
3847 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
3848
3849 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
3850 instead of a file.
3851
3852 2007-09-06 Glenn Morris <rgm@gnu.org>
3853
3854 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
3855 (checkdoc-minor-mode): Allow user to specify lighter via
3856 checkdoc-minor-mode-string.
3857
3858 2007-09-05 Richard Stallman <rms@gnu.org>
3859
3860 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
3861 Several items removed, simplified, or put on one line.
3862 (fancy-about-text): Add substantial contents, part of startup text.
3863 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
3864 (normal-splash-screen): Call normal-mouse-startup-screen,
3865 normal-no-mouse-startup-screen, or normal-about-screen.
3866 (normal-mouse-startup-screen): New fn, broken out, shortened.
3867 (normal-no-mouse-startup-screen): New fn, broken out.
3868 (normal-about-screen): New function, contents all new.
3869
3870 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3871
3872 * emacs-lisp/rx.el (rx): Fix typo in docstring.
3873
3874 2007-09-05 Glenn Morris <rgm@gnu.org>
3875
3876 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
3877 is bound.
3878
3879 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3880
3881 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
3882 in doc string.
3883
3884 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3885
3886 * server.el (server-start, server-unload-hook): Undo previous change.
3887
3888 * xt-mouse.el: Undo previous change.
3889
3890 2007-09-04 Juri Linkov <juri@jurta.org>
3891
3892 * startup.el (fancy-about-text): New variable.
3893 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
3894 (fancy-current-text, fancy-splash-stop-time)
3895 (fancy-splash-outer-buffer): Remove variables.
3896 (fancy-splash-head, fancy-splash-tail): Add new optional argument
3897 `startup' and use it to conditionally display different texts for
3898 Startup and About screens. Don't display Help commands on the About
3899 screen.
3900 (fancy-splash-screens-1): Remove function and move its content to
3901 `fancy-splash-screens' to the part that dislpays the About screen.
3902 (exit-splash-screen): Don't treat specially exiting from
3903 alternating screens.
3904 (fancy-splash-screens): Rename argument `static' to `startup'.
3905 Fix docstring. Remove code for displaying alternating screens.
3906 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
3907 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
3908 for `inhibit-read-only'.
3909 (normal-splash-screen): Rename argument `static' to `startup'.
3910 Fix docstring. Use argument `startup' to conditionally display
3911 different texts for Startup and About screens. Don't display Help
3912 commands on the About screen. Remove `unwind-protect' `sit-for'
3913 delay and `kill-buffer' after it.
3914 (display-startup-echo-area-message): Remove call to
3915 `use-fancy-splash-screens-p' because image.el is preloaded and
3916 doesn't display "Loading image... done".
3917 (display-splash-screen): Rename argument `static' to `startup'.
3918 Fix docstring.
3919
3920 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3921
3922 * server.el (server-start, server-unload-hook):
3923 suspend-tty-functions has been renamed to suspend-tty-hook.
3924
3925 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
3926 resume-tty-hook.
3927
3928 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
3929
3930 * loadup.el: Fix merge problem, only load "button" once.
3931
3932 2007-09-03 Glenn Morris <rgm@gnu.org>
3933
3934 * vc-svn.el (vc-svn-print-log): If there is only one file, use
3935 "Working file:" as the prefix, for the sake of
3936 log-view-current-file.
3937
3938 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
3939
3940 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
3941 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
3942 if the selected frames is in
3943 xterm-modify-other-keys-terminal-list.
3944 (xterm-turn-off-modify-other-keys): Add an optional frame
3945 parameter. Only turn off modify-other-keys if FRAME is in
3946 xterm-modify-other-keys-terminal-list.
3947 (xterm-remove-modify-other-keys): New function.
3948 (terminal-init-xterm): Use it. Deal with delete-frame hook.
3949 Add the selected frame to xterm-modify-other-keys-terminal-list.
3950
3951 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3952
3953 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
3954 (icon-map-list): New variable.
3955 (x-gtk-map-stock): Use icon-map-list.
3956
3957 2007-09-02 Romain Francoise <romain@orebokech.com>
3958
3959 * log-view.el (log-view-current-file): Balance parens.
3960
3961 2007-09-02 Glenn Morris <rgm@gnu.org>
3962
3963 * comint.el (comint-mode): Don't set scroll-conservatively.
3964
3965 * eshell/em-unix.el (eshell/time): Stringify and flatten the
3966 non-command arguments.
3967
3968 * log-view.el (log-view-current-file): Give a more explicit error
3969 if log-view-file-re fails to find a match.
3970
3971 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3972
3973 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3974 Fix bug: Don't expand top-level file name more than once.
3975 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3976
3977 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3978
3979 * server.el (server-process-filter): Don't display the splash screen.
3980 It's annoying enough on the initial screen and becomes positively
3981 obnoxious here.
3982
3983 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3984
3985 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
3986 Change naming to use "avl-tree--" for internal functions.
3987
3988 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
3989
3990 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
3991 the merge.
3992 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
3993 (provide): Move to the end of file.
3994
3995 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
3996
3997 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3998
3999 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
4000 New variable. List of exceptions for the duplicated word rule.
4001 (flyspell-mark-duplications-flag): Mention it.
4002 (flyspell-word): Treat it.
4003
4004 * files.el (create-file-buffer): If the filename sans directory starts
4005 with spaces, remove them.
4006
4007 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4008
4009 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
4010 (x-gtk-map-stock): Use two directory elements when matching
4011 file name.
4012
4013 2007-08-31 James Wright <james@chumsley.org>
4014
4015 * eshell/em-unix.el (eshell/info): New function.
4016
4017 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4018
4019 * frame.el (frame-initialize, make-frame):
4020 * server.el (server-process-filter):
4021 * faces.el (tty-set-up-initial-frame-faces): Don't set
4022 term-environment-variable since it's not used any more.
4023
4024 * env.el (setenv): Don't treat $TERM specially.
4025
4026 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
4027 stated otherwise, subprocesses do not send back escape sequences
4028 corresponding to the terminal from which Emacs was started.
4029
4030 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
4031
4032 * calculator.el: Require cl for compilation.
4033
4034 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
4035
4036 * outline.el (outline-font-lock-levels): Comment out unused var.
4037 (outline-font-lock-face): Wrap around face list to handle any
4038 nesting depth gracefully.
4039
4040 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
4041
4042 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
4043 `set-file-times'.
4044
4045 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
4046
4047 * textmodes/org.el (org-export-visible): Fix drawers before export.
4048 (org-do-sort): Allow sorting by priority.
4049 (org-agenda-files): Ignore non-existing files.
4050 (org-agenda-skip-unavailable-files): New variable.
4051 (org-ellipsis): All a face as value.
4052 (org-mode): Interprete the face value of `org-ellipsis'.
4053 (org-archive-save-context-info): New option.
4054 (org-archive-subtree): Store context info in archived entry.
4055 (org-fast-tag-selection-can-set-todo-state): New variable.
4056 (org-fast-tag-selection): Allow setting TODO states through this
4057 interface.
4058 (org-cycle): Docstring updated.
4059 (org-todo-keyword-faces): New option.
4060 (org-get-todo-face): New function.
4061 (org-set-font-lock-defaults, org-agenda-highlight-todo):
4062 Use `org-get-todo-face'.
4063 (org-switch-to-buffer-other-window): New function.
4064 (org-table-edit-field, org-table-show-reference)
4065 (org-table-edit-formulas, org-add-log-note)
4066 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
4067 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
4068 `switch-to-buffer-other-window' to make sure that the temporary
4069 windows show up on the current frame.
4070 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
4071 (org-get-entries-from-diary, org-replace-region-by-html):
4072 Don't allow pop-up frames.
4073 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4074 Fix problems with time-of-day.
4075 (org-export-get-title-from-subtree): New function.
4076 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
4077 with listing items that are DONE.
4078 (org-change-tag-in-region): New command.
4079 (org-agenda-skip-scheduled-if-done)
4080 (org-agenda-skip-deadline-if-done): Docstring clarified.
4081 (org-mode): Hide drawers on startup.
4082 (org-get-todo-face): New function.
4083 (org-todo-keyword-faces): New option.
4084 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
4085 (org-remove-keyword-keys): New function.
4086
4087 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
4088
4089 * progmodes/grep.el (grep-find-ignored-directories):
4090 Add monotone _MTN bookkeeping directory in workspaces.
4091 Add RCS control directory. List items in alphabetical order.
4092
4093 * progmodes/grep.el (grep-files-aliases): Add cc alias.
4094 Sort items in alphabetical order. Fix parens.
4095
4096 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4097
4098 * vc-hg.el (vc-hg-extra-menu-map): New variable.
4099 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
4100 (vc-hg-pull): New functions.
4101 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
4102
4103 * term/mac-win.el: Don't require url, only autoloaded url
4104 functions are used in this file.
4105
4106 2007-08-29 Andreas Schwab <schwab@suse.de>
4107
4108 * shell.el (shell): Return correct value from interactive spec.
4109
4110 2007-08-29 Glenn Morris <rgm@gnu.org>
4111
4112 * version.el (emacs-version): Increase to 23.0.50.
4113
4114 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4115
4116 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
4117
4118 2007-08-29 Juri Linkov <juri@jurta.org>
4119
4120 * loadup.el: Add "button" loading after "faces" and move "startup"
4121 to load after "button".
4122
4123 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4124
4125 * loadup.el: Load term/mac-win on a Mac using Carbon.
4126
4127 * term/mac-win.el: Provide mac-win.
4128 (mac-initialized): New variable.
4129 (mac-initialize-window-system): New function. Move global setup here.
4130 (handle-args-function-alist, frame-creation-function-alist):
4131 (window-system-initialization-alist): Add mac entries.
4132 (x-setup-function-keys): New function containing all the
4133 top level function key definitions.
4134
4135 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
4136
4137 * env.el (read-envvar-name): Don't consider the environment frame param.
4138
4139 * env.el (setenv):
4140 * frame.el (frame-initialize, make-frame):
4141 * faces.el (tty-set-up-initial-frame-faces):
4142 * server.el (server-process-filter): Set
4143 display-environment-variable and term-environment-variable.
4144
4145 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
4146
4147 2007-08-29 Jason Rumney <jasonr@gnu.org>
4148
4149 * loadup.el: Only load term/x-win when X is compiled in.
4150 Load term/w32-win and dependencies on windows-nt.
4151
4152 * term/w32-win.el: Reorder to match x-win.el more closely.
4153 Provide w32-win. Don't throw error when global window-system not w32.
4154 (internal-face-interactive): Remove obsolete function.
4155 (x-setup-function-keys): Use local-function-key-map.
4156 (w32-initialized): New variable.
4157 (w32-initialize-window-system): Set it.
4158 Move more global setup here.
4159 (x-setup-function-keys): New function.
4160 (w32-initialize-window-system): Move non function key global setup here.
4161 (x-cut-buffer-max): Remove.
4162 (w32-initialize-window-system): New function.
4163 (handle-args-function-alist, frame-creation-function-alist):
4164 (window-system-initialization-alist): Add w32 entries.
4165
4166 2007-08-29 David Kastrup <dak@gnu.org>
4167
4168 * env.el (getenv): Pass frame to getenv-internal.
4169
4170 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
4171
4172 * version.el (emacs-version): Show if multi-tty is present.
4173
4174 * loadup.el: Delay loading env; mule-conf gets confused by cl
4175 during bootstrap. Also load termdev and term/x-win.
4176
4177 * bindings.el (mode-line-client): New variable.
4178 (help-echo): Add it to the default mode-line format.
4179
4180 * cus-start.el: Remove bogus window-system reference from GTK test.
4181
4182 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
4183 (ebrowse-electric-position-mode-map):
4184 * ebuff-menu.el (electric-buffer-menu-mode-map):
4185 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
4186 not `suspend-emacs'.
4187
4188 * ediff-wind.el (ediff-setup-windows-automatic): New function.
4189 (ediff-window-setup-function): Use it as default.
4190
4191 * files.el (save-buffers-kill-terminal): New function.
4192 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
4193
4194 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
4195 and `with-selected-frame'.
4196
4197 * help-fns.el (describe-variable): Describe frame-local variables
4198 correctly.
4199
4200 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
4201 display support.
4202 (normal-erase-is-backspace-setup-frame): New function.
4203
4204 * subr.el (with-selected-frame): New function.
4205 (read-quoted-char): Use terminal-local binding of
4206 local-function-key-map instead of function-key-map.
4207
4208 * talk.el (talk): New function.
4209 (talk-handle-delete-frame): New function.
4210 (talk-add-display): Open a new frame only if FRAME was not a frame.
4211
4212 * termdev.el: New file.
4213
4214 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
4215 * term/x-win.el: Don't bind f10.
4216 * tmm.el: Remove autoload binding for f10.
4217
4218 * international/encoded-kb.el (encoded-kbd-setup-display): Use
4219 `set-input-meta-mode'. Fix broken condition before set-input-mode.
4220 Store the saved input method as a terminal parameter. Add keymap
4221 parameter. Use it instead of changing key-translation-map directly.
4222 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
4223 Remove.
4224 (encoded-kbd-setup-display): New function.
4225
4226 * international/mule-cmds.el (set-locale-environment): Fix getenv
4227 call. Use save-buffers-kill-terminal. Ignore window-system; always
4228 set the keyboard coding system. Add DISPLAY parameter.
4229 (set-display-table-and-terminal-coding-system): Add DISPLAY
4230 parameter. Pass it to set-terminal-coding-system.
4231
4232 * international/mule.el (keyboard-coding-system): Test for
4233 encoded-kbd-setup-display, not encoded-kbd-mode.
4234 (set-terminal-coding-system, set-keyboard-coding-system): Add
4235 DISPLAY parameter.
4236 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
4237
4238 * term/README: Update.
4239
4240 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
4241
4242 * term/x-win.el (x-setup-function-keys): New function. Move
4243 function-key-map tweaks here. Protect against multiple calls on
4244 the same terminal. Use terminal-local binding of
4245 local-function-key-map instead of function-key-map.
4246 (x-initialize-window-system): Make a copy of pure list. Pass a
4247 frame getenv.
4248
4249 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
4250 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
4251 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
4252 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
4253 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
4254 local-function-key-map instead of function-key-map.
4255
4256 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
4257 `substitute-key-definition' and `define-key' calls against
4258 multiple execution. Use terminal-local binding of
4259 local-function-key-map instead of function-key-map. Pass a frame
4260 to getenv.
4261
4262 * edmacro.el (edmacro-format-keys):
4263 * emulation/cua-base.el (cua--pre-command-handler):
4264 * isearch.el (isearch-other-meta-char):
4265 * xt-mouse.el: Use terminal-local binding of
4266 local-function-key-map instead of function-key-map.
4267
4268 * fringe.el (set-fringe-mode): Simplify and fix using
4269 `modify-all-frames-parameters'.
4270 * scroll-bar.el (set-scroll-bar-mode): Ditto.
4271 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
4272 check before calling `tool-bar-setup'.
4273 (tool-bar-setup): New variable.
4274 (tool-bar-setup): Use it to guard against multiple calls. Add
4275 optional frame parameter, and select that frame before adding items.
4276 (toggle-tool-bar-mode-from-frame): New function.
4277
4278 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
4279 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
4280 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
4281 "Tool-bar" toggles to reflect the state of the current frame.
4282 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
4283
4284 * env.el: Require cl for byte compilation (for `block' and `return').
4285 (environment, setenv-internal): New functions.
4286 (let-environment): New macro.
4287 (setenv, getenv): Add optional terminal parameter. Update docs.
4288 (setenv): Use setenv-internal. Always set process-environment.
4289 Handle `local-environment-variables'.
4290 (read-envvar-name, setenv, getenv): Use frame parameters
4291 to store the local environment, not terminal parameters. Include
4292 `process-environment' as well.
4293
4294 * faces.el (tty-run-terminal-initialization): New function.
4295 (tty-create-frame-with-faces): Use it. Set up faces and
4296 background mode only after the terminal has been initialized.
4297 Call terminal-init-*. Don't load the initialization file more
4298 than once. Call set-locale-environment.
4299 (frame-set-background-mode): Handle the 'background-mode terminal
4300 parameter.
4301 (tty-find-type): New function.
4302 (x-create-frame-with-faces): Remove bogus check for
4303 first frame. Call `tool-bar-setup'. Don't make frame visible
4304 until we are done setting up all its parameters. Call
4305 x-setup-function-keys.
4306
4307 * frame.el (make-frame): Always inherit 'environment and 'client
4308 parameters. Set up the 'environment frame parameter, when needed.
4309 Also inherit 'client parameter. Don't override explicitly
4310 specified values with inherited ones. Add 'terminal frame
4311 parameter. Append window-system-default-frame-alist to parameters
4312 before calling frame-creation-function.
4313 (frame-initialize): Copy the environment from the initial frame.
4314 (window-system-default-frame-alist): Enhance doc string.
4315 (frame-notice-user-settings): Don't put 'tool-bar-lines in
4316 `default-frame-alist' when initial frame is on a tty.
4317 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
4318 Remove specified parameters from `window-system-default-frame-alist'.
4319 (make-frame-on-tty, framep-on-display, suspend-frame):
4320 Extend doc string, update parameter names.
4321 (frames-on-display-list): Use terminal-id to get the display id.
4322 (frame-notice-user-settings): Extend to apply
4323 settings in `window-system-default-frame-alist' as well.
4324 (terminal-id, terminal-parameters, terminal-parameter)
4325 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
4326 (delete-frame-functions): Add to `delete-frame-functions' hook.
4327 (blink-cursor-mode): Adapt blink-cursor-mode default
4328 value from startup.el.
4329 (make-frame-on-display): Protect condition on x-initialized when
4330 x-win.el is not loaded. Update doc.
4331 (suspend-frame): Use display-controlling-tty-p to decide between
4332 suspend-emacs and suspend-tty.
4333 (frames-on-display-list): Update for display ids.
4334 (framep-on-display): Ditto.
4335 (suspend-frame): Use display-name, not frame-tty-name.
4336 (selected-terminal): New function.
4337
4338 * server.el: Use `device' instead of `display' or `display-id' in
4339 variable and client parameter names.
4340 (server-select-display): Remove (unused).
4341 (server-tty-live-p, server-handle-delete-tty): Remove.
4342 (server-unquote-arg, server-quote-arg, server-buffer-clients):
4343 Update docs.
4344 (server-getenv-from, server-with-environment, server-send-string)
4345 (server-save-buffers-kill-terminal): New functions.
4346 (server-delete-client): Handle quits in kill-buffer. Don't kill
4347 modified buffers. Add extra logging. Delete frames after
4348 deleting the tty. Clear 'client parameter before deleting a frame.
4349 Use delete-display, not delete-tty.
4350 (server-visit-files): Don't set `server-existing-buffer' if the
4351 buffer already has other clients. Return list of buffers
4352 created. Update doc. Don't set client-record when nowait.
4353 (server-handle-delete-frame): Delete the client if this was its
4354 last frame. Check that the frame is alive. Remove bogus comment.
4355 Add note on possible race condition. Delete tty clients, if needed.
4356 (server-handle-suspend-tty): Use server-send-string. Kill the
4357 client in case of errors from process-send-string. Use the display
4358 parameter.
4359 (server-unload-hook): Remove obsolete delete-tty hook.
4360 (server-start): Ask before restarting if the old server still has
4361 clients. Add feedback messages. Remove obsolete delete-tty hook.
4362 (server-process-filter): Use server-send-string. Accept `-dir'
4363 command. Switch to *scratch* immediately after creating the frame,
4364 before evaluating any -evals. Protect `display-splash-screen'
4365 call in a condition-case. Explain why. Call
4366 `display-startup-echo-area-message' before
4367 `display-splash-screen'. Don't display the splash screen when no
4368 frame was created. Show the Emacs splash screen and startup echo
4369 area message. Display the *scratch* buffer by default. Store the
4370 local environment in a frame (not terminal) parameter. Do not try
4371 to decode environment strings. Fix reference to the 'display
4372 frame parameter. Change syntax of environment variables. Put
4373 environment into terminal parameters, not client parameters. Use
4374 a dummy client with --no-wait's X frames. In `-position LINE'
4375 handler, don't ruin the request string until the line number is
4376 extracted. Log opened files. Handle -current-frame command.
4377 Don't create frames when it is given. Don't bind X frames to the
4378 client when we are in -no-wait mode. Set locale environment
4379 variables from client while creating tty frames. Disable call to
4380 configure-display-for-locale. When processing -position command,
4381 don't change the request string until the parameters are
4382 extracted. Don't try to create an X frame when Emacs does not
4383 support it. Improve logging. Temporarily set ncurses-related
4384 environment variables to those of the client while creating a new
4385 tty frame. Select buffers opened by nowait clients, don't leave
4386 them buried under others. Set the display parameter, and use it
4387 when appropriate.
4388
4389 * startup.el (display-startup-echo-area-message): Handle
4390 `inhibit-startup-echo-area-message' here.
4391 (command-line-1): Moved from here.
4392 (fancy-splash-screens): Use `overriding-local-map' instead of
4393 `overriding-terminal-local-map' for now; the latter doesn't work
4394 right, it looses keypresses to another terminal. Use
4395 `overriding-terminal-local-map' to set up keymap. Install a
4396 `delete-frame-functions' hook to catch `delete-frame' events.
4397 Ignore `select-window' events to cope better with
4398 `focus-follows-mouse'. Don't switch back to the original buffer
4399 if the splash frame has been killed. Restore previous buffer, even
4400 if it's *scratch*.
4401 (normal-splash-screen): Don't let-bind `mode-line-format'; it
4402 changes the global binding - setq it instead. Use
4403 `save-buffers-kill-terminal'.
4404 (display-splash-screen): Don't do anything if the splash screen is
4405 already displayed elsewhere.
4406 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
4407 (command-line): Replace duplicated code with a call to
4408 tty-run-terminal-initialization. Don't load the terminal
4409 initialization file more than once. Remove call to nonexistent
4410 function `set-locale-translation-file-name'.
4411
4412 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
4413 parameters.
4414 (xterm-mouse-position-function, xterm-mouse-event): Update.
4415 (xterm-mouse-mode): Don't depend on current value of window-system.
4416 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4417 Update for multi-tty.
4418 (turn-on-xterm-mouse-tracking-on-terminal)
4419 (turn-off-xterm-mouse-tracking-on-terminal)
4420 (xterm-mouse-handle-delete-frame): New functions.
4421 (delete-frame-functions, after-make-frame-functions)
4422 (suspend-tty-functions, resume-tty-functions): Install extra hooks
4423 for multi-tty.
4424
4425 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4426
4427 * simple.el (invisible-p): Remove: implemented in C now.
4428 (line-move-invisible-p): Remove obsolete alias.
4429
4430 2007-08-28 Juri Linkov <juri@jurta.org>
4431
4432 * image-mode.el (image-type): New variable.
4433 (image-mode): Set default major mode name to "Image[text]".
4434 (image-minor-mode): Change LIGHTER to display image-type in the
4435 mode line.
4436 (image-minor-mode): Set default image-type to "text".
4437 (image-toggle-display): After switching to text mode, set
4438 image-type to "text" and major mode name to "Image[text]".
4439 After switching to image mode, set image-type to actual image
4440 type, and add image type to major mode name. Let-bind the same
4441 variable names as arguments of `image-type' and `create-image'.
4442 Bind `type' to the result of `image-type' and use it as arg
4443 of `create-image' to not determine the image type twice.
4444
4445 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
4446
4447 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
4448 (tramp-set-file-uid-gid, tramp-get-local-uid)
4449 (tramp-get-local-gid): New defuns.
4450 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
4451 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
4452 Improve fast track.
4453 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
4454 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
4455 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
4456 (tramp-handle-write-region): Improve fast track.
4457 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
4458 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
4459 be nil.
4460
4461 2007-08-28 Ivan Kanis <apple@kanis.eu>
4462
4463 * time.el: New feature to display several time zones in a buffer.
4464 (display-time-world-mode, display-time-world-display)
4465 (display-time-world, display-time-world-timer): New functions.
4466 (display-time-world-list, display-time-world-time-format)
4467 (display-time-world-buffer-name, display-time-world-timer-enable)
4468 (display-time-world-timer-second, display-time-world-mode-map):
4469 New variables.
4470
4471 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4472
4473 * term/x-win.el (x-gtk-stock-map): New variable.
4474 (x-gtk-map-stock): New function.
4475
4476 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
4477 prev/next-node.
4478
4479 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
4480
4481 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
4482
4483 2007-08-28 Glenn Morris <rgm@gnu.org>
4484
4485 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
4486
4487 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4488
4489 * progmodes/modula2.el (m2-definition, m2-module):
4490 Don't use previous-line. Reported by T. V. Raman.
4491
4492 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4493
4494 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
4495 argument to tool-bar-mode call.
4496
4497 2007-08-27 Glenn Morris <rgm@gnu.org>
4498
4499 * diff-mode.el (diff-find-file-name): Only accept regular files,
4500 to rule out /dev/null, directories, etc.
4501
4502 * vc-svn.el (vc-svn-diff): If the repository version of all the
4503 files is the same as the specified OLDVERS, do a local diff.
4504
4505 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
4508 of buffers in uniquify-managed.
4509
4510 * simple.el (invisible-p): Rename from text-invisible-p.
4511 Update callers.
4512
4513 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
4516 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
4517 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
4518 (cperl-etags-goto-tag-location): Use new style backquotes.
4519
4520 * net/browse-url.el: Remove spurious * in custom docstrings.
4521 (browse-url-filename-alist): Use new-style backquote.
4522
4523 * emacs-lisp/backquote.el (backquote-unquote-symbol)
4524 (backquote-splice-symbol): Clarify they're not new-style unquotes.
4525
4526 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
4527 (\,@): Backslash the , and ,@ which are not new-style unquotes.
4528
4529 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
4530
4531 * net/socks.el (socks-username/password-auth-filter):
4532 Remove unused vars `state' and `desired-len'.
4533 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
4534 (socks-wait-for-state-change): Use new-style backquotes.
4535
4536 * pcvs.el (cvs-mode-status): Fix long-standing typo.
4537
4538 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
4539 backquotes after each `read' rather than once per buffer.
4540
4541 * dframe.el: Remove spurious * in custom docstrings.
4542 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
4543 (dframe-xemacs20p): Remove, inline at the sole use point.
4544 (defface): Don't defvar the face, don't use old-style backquote.
4545 (defcustom): Don't use old-style backquote.
4546 (dframe-frame-parameter, dframe-mouse-event-p):
4547 Make it obvious that it's always defined.
4548 (dframe-popup-kludge): New function to replace
4549 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
4550 (dframe-frame-mode, dframe-set-timer-internal)
4551 (dframe-mouse-set-point): Remove use of with-no-warnings from
4552 XEmacs-specific code.
4553 (dframe-set-timer-internal): Fix very old bug with
4554 post-command-idle-hook.
4555
4556 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
4557
4558 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4559
4560 * emacs-lisp/avl-tree.el: New file.
4561
4562 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4563
4564 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
4565 was used.
4566
4567 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
4568
4569 * complete.el (PC-do-completion): Make RET accept a non-unique but
4570 complete expansion again.
4571
4572 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
4573
4574 * eshell/esh-opt.el (eshell-eval-using-options):
4575 Add debug declaration.
4576
4577 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4578
4579 * log-view.el (log-view-toggle-mark-entry): Add docstring.
4580 (log-view-get-marked): Likewise.
4581
4582 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
4583 (vc-delete-automatic-version-backups): Likewise.
4584
4585 * vc.el (vc-dired-buffers-for-dir): Likewise.
4586
4587 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
4588
4589 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
4590 safe-local-variable setting.
4591 * progmodes/perl-mode.el (perl-indent-level): Likewise.
4592
4593 * log-view.el (log-view-marked-list): Delete variable.
4594 (log-view-mode): Don't use it.
4595 (log-view-toggle-mark-entry): Likewise, simplify.
4596 (log-view-current-tag): Don't return properties.
4597 (log-view-get-marked): New function.
4598
4599 2007-08-25 Alexandre Julliard <julliard@winehq.org>
4600
4601 * vc-git.el (vc-git-mode-line-string): New function.
4602
4603 2007-08-25 Alan Mackenzie <acm@muc.de>
4604
4605 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
4606 new language variable.
4607
4608 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
4609 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
4610 "extern" etc., rather than BOI. Fix addition of spurious
4611 syntactic-symbol 'defun-block-intro, replacing it with
4612 'innamespace, etc.
4613
4614 2007-08-25 Juri Linkov <juri@jurta.org>
4615
4616 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
4617
4618 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
4619 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
4620 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
4621
4622 * image.el (image-type-header-regexps): Use more complex regexp for svg.
4623 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
4624 (image-type-auto-detectable): Add (svg . maybe).
4625
4626 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
4627 to treat it like .tgz.
4628
4629 * calendar/cal-bahai.el: Add file coding cookie.
4630
4631 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
4632
4633 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
4634 Don't behave differently when executed via M-x. Add doc string.
4635
4636 * sort.el (sort-fold-case, sort-numeric-base): Mark as
4637 safe-local-variable.
4638
4639 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
4640
4641 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
4642 the default value.
4643 (math-calendar-tzinfo): New variable.
4644 (math-get-calendar-tzinfo): New function.
4645 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
4646 to get information when zone is nil.
4647
4648 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4649
4650 * log-view.el (log-view-toggle-mark-entry): New function.
4651 (log-view-mode-map): Bind it.
4652 (log-view-marked-list): New variable.
4653 (log-view-mode): Make it local.
4654
4655 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4656
4657 * play/zone.el (zone-pgm-rat-race): New func.
4658 (zone-programs): Add `zone-pgm-rat-race'.
4659
4660 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4661
4662 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
4663 a list.
4664
4665 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4666
4667 * progmodes/hideshow.el (hs-match-data): Delete alias.
4668 (hs-hide-block-at-point, hs-find-block-beginning)
4669 (hs-show-block): Use `match-data' directly.
4670
4671 2007-08-24 Martin Rudalics <rudalics@gmx.at>
4672
4673 * format.el (format-alist): Fix typo in doc-string.
4674
4675 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
4676
4677 * net/tramp.el (tramp-local-host-p): New defun.
4678 (tramp-handle-file-local-copy, tramp-handle-write-region):
4679 Implement fast track when being on the local host.
4680 (tramp-file-name-handler): Don't set "started" property. It shall
4681 be reserved for the "ftp" method.
4682 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
4683
4684 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
4685 (tramp-ftp-file-name-handler): Set "started" property.
4686
4687 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4688
4689 * files.el (backup-buffer-copy): Don't wrap delete in
4690 condition-case, only try to delete if file exists.
4691
4692 2007-08-24 Glenn Morris <rgm@gnu.org>
4693
4694 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
4695
4696 * startup.el (tutorial-directory): Set with eval-at-startup so it
4697 gets the right value in an installed Emacs.
4698
4699 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4700
4701 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
4702 (eldoc-highlight-function-argument): Use it.
4703
4704 2007-08-23 Masatake YAMATO <jet@gyve.org>
4705
4706 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
4707 name of parameters in document body.
4708
4709 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4710
4711 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
4712 (byte-compile-output-as-comment): Use with-current-buffer rather than
4713 a weird set-buffer&prog1 combination.
4714
4715 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
4716 test so as to optimise cases where the `progn's result is constant.
4717
4718 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4719
4720 * locate.el (locate-get-file-positions):
4721 Use line-beginning-position and line-end-position.
4722
4723 2007-08-23 John Wiegley <johnw@newartisans.com>
4724
4725 * calendar/cal-bahai.el: Added in the diacriticals that were
4726 missing for many of the month names.
4727
4728 2007-08-22 Jason Rumney <jasonr@gnu.org>
4729
4730 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
4731
4732 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
4733
4734 * image-mode.el (image-minor-mode): Use image-mode-text-map.
4735
4736 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4737
4738 * dabbrev.el (dabbrev--progress-reporter): New variable.
4739 (dabbrev--scanning-message): Delete func.
4740 (dabbrev--find-expansion): Use a progress reporter
4741 instead of dabbrev--scanning-message.
4742
4743 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4744
4745 * comint.el (comint-exec-1): Raise an error if
4746 `start-file-process' does not return a process object.
4747
4748 * shell.el (shell): Prompt for `default-directory' if it is a
4749 remote file name, and if called with a prefix arg.
4750
4751 2007-08-22 Sam Steingold <sds@gnu.org>
4752
4753 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
4754
4755 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
4756
4757 * textmodes/org-export-latex.el: New file.
4758
4759 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
4760
4761 * textmodes/org.el (org-agenda-skip): Allow a form for
4762 `org-agenda-skip-function'.
4763 (org-agenda-redo): Re-use local settings.
4764 (org-agenda): Store local settings.
4765 (org-agenda-deadline-faces): New option.
4766 (org-agenda-deadline-face): New function.
4767 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
4768 entries on their due date.
4769 (org-agenda-get-timestamps): No longer handle the due dates of
4770 schedules and deadline items.
4771 (org-insert-link-global, org-open-at-point-global): New commands.
4772 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
4773 :for-ascii parameter.
4774 (org-skip-comments): Function removed.
4775 (org-cleaned-string-for-export): Handle special table lines.
4776 (org-global-properties): New option.
4777 (org-entry-get-with-inheritance): Check global properties.
4778 (org-local-properties): New variable.
4779 (org-set-regexps-and-options): Find the #+PROPERTY line.
4780 (org-link-types): Change type into variable (was constant).
4781 (org-make-link-regexps): New function.
4782 (org-link-re-with-space, org-link-re-with-space2)
4783 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
4784 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
4785 these regular expressions happens now in the function
4786 `org-make-link-regexps'.
4787 (org-store-link): Call the functions in
4788 `org-store-link-functions'.
4789 (org-add-link-type): New function.
4790 (org-store-link-functions): New variable.
4791 (org-activate-tags): Force matches to be in headlines.
4792 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
4793 (org-columns-display-here): Make sure this works in a narrowed
4794 buffer by checking for point-min.
4795 (org-columns-display-here): Make the rest of the line intangible,
4796 so that point never can be there.
4797 (org-cleaned-string-for-export): Use `with-current-buffer'.
4798 (org-replace-region-by-html): Use `with-current-buffer'.
4799 (org-unfontify-region, org-do-occur, org-columns-display-here)
4800 (org-columns-remove-overlays, org-columns-quit)
4801 (org-columns-edit-value, org-columns-next-allowed-value)
4802 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
4803 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
4804 (org-agenda-todo, org-agenda-change-all-lines)
4805 (org-agenda-align-tags, org-agenda-priority)
4806 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
4807 (org-agenda-show-new-time, org-cleaned-string-for-export)
4808 (org-export-grab-title-from-buffer)
4809 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
4810 instead of `buffer-read-only'.
4811 (org-export-as-html): Set `coding-system-for-write'.
4812 (org-remember-store-without-prompt): New option.
4813 (org-archive-subtree): Fixed bug with modifying TODO keyword.
4814 (org-beginning-of-line): Also treat C-a special in items.
4815 (org-table-convert-refs-to-rc): Fixed problem with column
4816 reference after "..".
4817 (org-columns-compute): Don't mark buffer modified because of text
4818 properties.
4819 (org-batch-store-agenda-views): Use the variable
4820 `default-directory', not the function.
4821 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
4822 (org-clock-out-when-done): New option.
4823 (org-html-entities): Added HTML entities for smileys.
4824
4825 2007-08-22 Glenn Morris <rgm@gnu.org>
4826
4827 * image.el (create-image): Doc fix.
4828
4829 * startup.el (tutorial-directory): New constant.
4830 (fancy-splash-text): Tutorials now in tutorial-directory.
4831 * tutorial.el (help-with-tutorial): Tutorials now in
4832 tutorial-directory.
4833
4834 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4835
4836 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
4837 otherwise.
4838 (tramp-get-remote-path): New defun. Replace occurrences of
4839 `tramp-default-remote-path' by this function.
4840 (tramp-set-remote-path): Move most of the code to
4841 `tramp-get-remote-path'.
4842 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
4843 existing directories, this is done already in
4844 `tramp-get-remote-path'.
4845
4846 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4847
4848 * image-file.el (image-file-name-extensions): Add "svg".
4849 * image.el (image-type-header-regexps): Add svg entry.
4850
4851 2007-08-22 Glenn Morris <rgm@gnu.org>
4852
4853 * files.el (backup-buffer-copy): Check backup directory is
4854 writable, to avoid infloop deleting old backup.
4855
4856 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
4857 movemail related variables.
4858 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
4859 will now be set before this is called.
4860
4861 2007-08-21 Juri Linkov <juri@jurta.org>
4862
4863 * delsel.el (delete-selection-pre-hook):
4864 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
4865 instead of checking last-command.
4866
4867 2007-08-21 Juri Linkov <juri@jurta.org>
4868
4869 * loadup.el: Preload "button".
4870
4871 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4874 Add previous-line and next-line.
4875
4876 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
4877 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
4878
4879 * vc-hooks.el (vc-menu-entry): New var.
4880 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
4881 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
4882 (vc-menu-map): Declare and initialize in one step.
4883 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
4884
4885 * menu-bar.el (vc-menu-map): Don't setup any more.
4886 Instead, just create the proper spot in the menu.
4887
4888 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4889
4890 * smerge-mode.el (smerge-resolve): New arg `safe'.
4891 (smerge-resolve-all, smerge-batch-resolve): New function.
4892 (smerge-refine): Make sure `diff' returns the expected result.
4893 (smerge-parsep-re): New const.
4894 (smerge-mode): Use it to adjust paragraph-separate.
4895
4896 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4897 Correctly match / regexp matchers as first char on a line when
4898 fontifying only that line.
4899
4900 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
4901
4902 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4903
4904 * vc-bzr.el: Don't fiddle with vc-handled-backend.
4905 (vc-bzr-registered): Don't redundantly protect against
4906 file-error. Actually use the format-specific code.
4907 (vc-bzr-buffer-nonblank-p): Remove.
4908 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
4909
4910 2007-08-20 Juri Linkov <juri@jurta.org>
4911
4912 * startup.el (fancy-splash-text): Change multiple tabs into one
4913 tab. Remove "Useful File menu items" section (with "Exit Emacs"
4914 and "Recover Crashed Session").
4915 (fancy-splash-screens): Set tab-width to 22.
4916 (normal-splash-screen): Replace literal tabs with \t and
4917 fix whitespace. Remove "Useful File menu items" section (with
4918 "Exit Emacs" and "Recover Crashed Session").
4919
4920 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4921
4922 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
4923 extracted from `eval-last-sexp-1'.
4924 (eval-last-sexp-1): Call `preceding-sexp'.
4925
4926 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
4927
4928 * vc-rcs.el (vc-rcs-annotate-command):
4929 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
4930 Add back :vc-annotate-prefix propertization.
4931
4932 2007-08-20 Andreas Schwab <schwab@suse.de>
4933
4934 * mail/rmail.el (rmail-autodetect): Doc fix.
4935
4936 2007-08-19 Juri Linkov <juri@jurta.org>
4937
4938 * startup.el (normal-splash-screen): Add more links.
4939
4940 2007-08-19 Juri Linkov <juri@jurta.org>
4941
4942 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
4943 because it's common to both types of splash screen: fancy and normal.
4944 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
4945 (exit-splash-screen): Rename from `fancy-splash-quit'.
4946 Use `quit-window' instead of `kill-buffer'.
4947 (fancy-splash-head): Use make-button to insert GNU image link.
4948 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
4949 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
4950 (normal-splash-screen): Put "Browse manuals" on the same line with
4951 "Emacs manual". Remove descriptions from "Useful tasks" and put
4952 all links in two columns on two lines.
4953
4954 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
4955
4956 * emulation/viper.el (viper-remove-hooks): Remove some additional
4957 viper hooks when the user calls viper-go-away.
4958 (viper-go-away): Restore the default of default-major-mode.
4959 Save the value of default-major-mode before vaperization.
4960
4961 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
4962
4963 * emulation/viper-ex.el: Replace error "" with "Viper bell".
4964
4965 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
4966 buffer for which file is created.
4967
4968 2007-08-19 Glenn Morris <rgm@gnu.org>
4969
4970 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
4971 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
4972 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
4973 shadow files messing up the compilation.
4974
4975 2007-08-18 Glenn Morris <rgm@gnu.org>
4976
4977 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
4978 string. Also apply eldoc-argument-case in the help-split-fundoc
4979 case. Adapt for changed behavior of eldoc-function-argstring,
4980 eldoc-function-argstring-format, and
4981 eldoc-highlight-function-argument.
4982 (eldoc-highlight-function-argument): Handle nil INDEX argument,
4983 just call eldoc-docstring-format-sym-doc in that case.
4984 (eldoc-function-argstring): Change the behavior. Now it converts
4985 an argument list to a string.
4986 (eldoc-function-argstring-format): Change the behavior. Now it
4987 applies `eldoc-argument-case' to a string.
4988
4989 * progmodes/scheme.el (scheme-mode-variables): Set
4990 font-lock-comment-start-skip.
4991
4992 2007-08-18 Martin Rudalics <rudalics@gmx.at>
4993
4994 * progmodes/ada-mode.el (ada-create-syntax-table): Move
4995 set-syntax-table from here to ...
4996 (ada-mode): ... here. Do not change global value of
4997 comment-multi-line. Call new function
4998 ada-initialize-syntax-table-properties and add new function
4999 ada-handle-syntax-table-properties to font-lock-mode-hook.
5000 (ada-deactivate-properties, ada-initialize-properties): Replace
5001 by new functions ...
5002 (ada-handle-syntax-table-properties)
5003 (ada-initialize-syntax-table-properties)
5004 (ada-set-syntax-table-properties): ... to set up syntax-table
5005 properties uniformly, independently from whether font-lock-mode
5006 is enabled or not. Handle read-only buffers and do not change
5007 undo-list when setting syntax-table properties.
5008 (ada-after-change-function): Use ada-set-syntax-table-properties.
5009
5010 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5011
5012 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
5013 (meta-indent-current-nesting): Use a computation of the nesting
5014 instead.
5015 (meta-indent-current-indentation): Indentation is given according
5016 to nesting and if the previous line was finished or not.
5017 (meta-indent-unfinished-line): Tell if the current line ends with
5018 a finished expression.
5019 (meta-indent-looking-at-code): Like `looking-at', but checks if
5020 the point is in a string before.
5021 (meta-indent-level-count): Use it. Don't count parenthesis as it's
5022 done in the nesting function.
5023 (meta-indent-in-string-p): Tell if the current point is in a
5024 string.
5025 (meta-indent-calculate): Treat b-o-b as a special case. Use the
5026 previous functions.
5027
5028 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
5029
5030 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
5031 (copyright-update-year, copyright-update)
5032 (copyright-fix-years): Use it.
5033
5034 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
5035
5036 * emacs-lisp/copyright.el (copyright-update-year):
5037 Fix bug: Handle nil copyright-limit.
5038
5039 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5040
5041 * calc/calc-units.el (math-standard-units): Give exact
5042 conversion for tsp.
5043
5044 * calc/calc.el (math-bignum-digit-length): Compute the
5045 appropriate value.
5046
5047 * calc/calc-bin.el (math-bignum-logb-digit-size)
5048 (math-bignum-digit-power-of-two):
5049 * calc/calc-comb.el (math-small-factorial-table):
5050 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5051 (math-approx-gamma-const):
5052 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
5053 (math-besY1, math-bernoulli-b-cache):
5054 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5055 Remove `eval-when-compile's.
5056
5057 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5058
5059 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
5060 (cperl-find-pods-heres): Fix an error when typing expressions like
5061 `s{a}{b}'.
5062
5063 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5064
5065 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
5066 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
5067 a special case (there's no build number).
5068
5069 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
5070
5071 * completion.el (symbol-under-point, symbol-before-point)
5072 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
5073
5074 2007-08-17 Glenn Morris <rgm@gnu.org>
5075
5076 * progmodes/compile.el (compilation-get-file-structure): Make use
5077 of the directory part when checking for an existing entry, to
5078 handle files with same basename in different directories.
5079
5080 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5081
5082 * calc/calc.el (calc-language-alist): Add texinfo-mode.
5083
5084 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5085
5086 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
5087 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
5088 (ps-paragraph-spacing): Docstring fix.
5089
5090 2007-08-16 Glenn Morris <rgm@gnu.org>
5091
5092 * ps-print.el (ps-font-size): Doc fix.
5093
5094 2007-08-16 Richard Stallman <rms@gnu.org>
5095
5096 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
5097
5098 2007-08-15 Juri Linkov <juri@jurta.org>
5099
5100 * startup.el (initialization): Change parent group from `internal'
5101 to `environment'.
5102 (initial-buffer-choice): New variable.
5103 (command-line): Revert 2007-07-02 change that sets
5104 buffer-offer-save in *scratch* and enables auto-save in it.
5105 (fancy-splash-text): Add links to existing items. Add new items
5106 with links for useful tasks. Move information about Control-g to
5107 fancy-splash-head. Move "Emacs Guided Tour" to the end.
5108 (fancy-splash-keymap): New variable.
5109 (fancy-splash-last-input-event): Remove variable.
5110 (fancy-splash-insert): Add processing of `:link' element.
5111 (fancy-splash-head): Replace "Type Control-l to begin editing"
5112 with "Type `q' to exit".
5113 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
5114 (fancy-splash-default-action, fancy-splash-special-event-action):
5115 Remove functions.
5116 (fancy-splash-quit): New function.
5117 (fancy-splash-screens): Rename input arg from `hide-on-input' to
5118 `static' and reverse the condition of its usage. Don't preserve
5119 original values of `minor-mode-map-alist',
5120 `emulation-mode-map-alists', `special-event-map'.
5121 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5122 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5123 Remove processing of special events. Use local key map
5124 `fancy-splash-keymap'. Set buffer to read-only.
5125 (normal-splash-screen): Rename input arg from `hide-on-input' to
5126 `static' and reverse the condition of its usage.
5127 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5128 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5129 Add links to existing items. Add new items with links for useful
5130 tasks. Use local key map `fancy-splash-keymap'.
5131 (display-splash-screen): Rename input arg from `hide-on-input' to
5132 `static'.
5133 (about-emacs): Add alias to display-splash-screen.
5134 (command-line-1): Use `initial-buffer-choice'.
5135
5136 * menu-bar.el (menu-bar-help-menu):
5137 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
5138 item to about-emacs instead of display-splash-screen.
5139
5140 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5141
5142 * calc/calc-units.el (math-standard-units): Update values.
5143 Put in exact, rational values when possible.
5144 (math-unit-prefixes): Replace floats with powers of ten.
5145 (math-standard-units-systems): Replace floats with integers.
5146 (math-make-unit-string): Remove extra spaces in output.
5147
5148 2007-08-15 Glenn Morris <rgm@gnu.org>
5149
5150 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
5151 sloppier, for the sake of GNU Mailman.
5152 (rmail-digest-rfc1153): Initialize `result' correctly.
5153
5154 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5155
5156 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
5157 in the mail title. Suggested by Reiner Steib.
5158
5159 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
5160
5161 * calc/calc-aent.el (calc-do-quick-calc): Add binary
5162 representation of integers to the list of outputs.
5163
5164 2007-08-14 Glenn Morris <rgm@gnu.org>
5165
5166 * simple.el (bad-packages-alist): New constant.
5167 (bad-package-check): New function. Together, these two add elements
5168 to `after-load-alist' to check for problematic external packages.
5169 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
5170
5171 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5172
5173 * calc/calc-units.el (math-get-standard-units)
5174 (math-get-units, math-make-unit-string)
5175 (math-get-default-units, math-put-default-units): New functions.
5176 (math-default-units-table): New variable.
5177 (calc-convert-units, calc-convert-temperature): Add machinery
5178 to supply default values.
5179
5180 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5181
5182 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
5183 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
5184 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
5185 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
5186
5187 * emulation/tpu-extras.el: Remove spurious * in docstrings.
5188 Put its autoloads into tpu-edt.el rather than loaddefs.el.
5189 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
5190 Make into a proper minor-mode.
5191 (tpu-backward-char, tpu-next-line, tpu-previous-line)
5192 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
5193 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
5194 (tpu-set-cursor-free, tpu-set-cursor-bound):
5195 Delegate to tpu-cursor-free-mode.
5196 (tpu-next-line, tpu-previous-line, tpu-forward-line)
5197 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
5198 Use line-move or forward-line instead of next-line-internal.
5199
5200 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
5201
5202 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
5203
5204 2007-08-12 Richard Stallman <rms@gnu.org>
5205
5206 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
5207 (cvs-execute-single-file): Use new name split-string-and-unquote.
5208 (cvs-header-msg): Use new name combine-and-quote-strings.
5209
5210 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
5211
5212 * progmodes/gud.el (gud-common-init): Use new name
5213 split-string-and-unquote.
5214
5215 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
5216 in javac regexp.
5217
5218 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
5219 combine-and-quote-strings and split-string-and-unquote.
5220
5221 * subr.el (combine-and-quote-strings): Rename from strings->string.
5222 (split-string-and-unquote): Rename from string->strings.
5223
5224 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
5227 to buffer-local settings.
5228
5229 * emacs-lisp/backquote.el (backquote-delay-process): New function.
5230 (backquote-process): Add internal arg `level'. Use the two to
5231 correctly handle nested backquotes.
5232
5233 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
5234
5235 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
5236 (vc-bzr-state-words): Add "kind changed" state word.
5237 (vc-bzr-status): New function. Return Bzr idea of file status,
5238 which is different from VC's.
5239 (vc-bzr-state): Use vc-bzr-status.
5240 (vc-workfile-unchanged-p): Use vc-bzr-status.
5241 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
5242 (vc-dired-state): Process "kind changed" state word.
5243
5244 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
5247
5248 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
5249 Move from vc-default-find-file-not-found-hook.
5250
5251 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5252
5253 * man.el: Remove spurious * in docstrings.
5254 Merge defvars and toplevel setq-defaults.
5255 (Man-highlight-references0): Limit=nil rather than point-max.
5256 (Man-mode-map): Move initialization into the declaration.
5257 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
5258 (Man-view-header-file): Use expand-file-name rather than concat.
5259 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
5260
5261 * man.el (Man-next-section): Make sure we do not move backward.
5262
5263 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5264
5265 * files.el (auto-mode-alist): Use the purecopied text (duh!).
5266
5267 2007-08-08 Glenn Morris <rgm@gnu.org>
5268
5269 * Replace `iff' in doc-strings and comments.
5270
5271 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5272
5273 * dired.el (dired-pop-to-buffer):
5274 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5275 * calendar/calendar.el (generate-calendar-window):
5276 * progmodes/compile.el (compilation-set-window-height):
5277 * textmodes/two-column.el (2C-two-columns, 2C-merge):
5278 Use window-full-width-p instead of comparing frame-width and
5279 window-width.
5280
5281 * progmodes/compile.el (compilation-find-buffer): Remove extra
5282 argument in call to compilation-buffer-internal-p.
5283
5284 2007-08-07 Tom Tromey <tromey@redhat.com>
5285
5286 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
5287 Add safe-local-variable property.
5288
5289 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5290
5291 * image-mode.el (image-toggle-display): Use image-refresh.
5292
5293 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
5294
5295 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
5296 unofficial version.
5297 (vc-bzr-command): Remove redundant setting of process-connection-type.
5298 (vc-bzr-admin-checkout-format-file): Add autoload.
5299 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
5300 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
5301 (vc-bzr-registered): Compare dirstate format tag with known good
5302 value, abort parsing if match fails. Warn user in docstring.
5303 (vc-bzr-workfile-version): Case for different Bzr branch formats.
5304 See bzrlib/branch.py in Bzr sources.
5305 (vc-bzr-diff): First argument FILES may be a string rather than a list.
5306 (vc-bzr-shell-command): Remove in favor of
5307 vc-bzr-command-discarding-stderr.
5308 (vc-bzr-command-discarding-stderr): New function.
5309
5310 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
5311
5312 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
5313 program, and return nil.
5314 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
5315 (vc-bzr-state): Look for path names relative to the repository
5316 root after status keyword.
5317 (vc-bzr-file-name-relative): New function.
5318 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
5319 depend on it.
5320 (vc-bzr-admin-dirname, ...-checkout-format-file)
5321 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
5322 files that we now parse directly for speed.
5323 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
5324 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
5325 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
5326 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
5327 Bzr warnings, so we must discard it.
5328 (vc-bzr-workfile-version): Speedup counting lines from
5329 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
5330 if that file doesn't exist.
5331 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
5332 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
5333 to `vc-directory-exclusion-list'.
5334 (vc-bzr-shell-command): New function.
5335
5336 2007-08-06 Tom Tromey <tromey@redhat.com>
5337
5338 * diff-mode.el (diff-unified->context, diff-reverse-direction)
5339 (diff-fixup-modifs): Typo in docstring.
5340
5341 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5342
5343 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
5344 count-screen-lines.
5345 (tpu-edt-off): Disable relevant pieces of advice.
5346
5347 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
5348 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
5349 (newline, newline-and-indent, do-auto-fill): Use advice instead of
5350 redefining the function.
5351 (tpu-set-scroll-margins): Activate the pieces of advice.
5352
5353 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5354
5355 * help.el (resize-temp-buffer-window): Use window-full-width-p
5356 instead of comparing frame-width and window-width.
5357
5358 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
5359
5360 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
5361 optional quotes around files in NEED-UPDATE . REMOVED case.
5362
5363 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
5364 (ada-treat-cmd-string): Improve error message.
5365 (ada-do-file-completion): Call `ada-require-project-file', so
5366 project variables are set properly.
5367 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
5368 (ada-gnatfind-buffer-name): New constant.
5369 (ada-find-any-references): Use new constant. Set buffer name
5370 properly in compilation-start. Toggle read-only properly.
5371 (ada-find-in-src-path): Fix spelling error in docstring.
5372
5373 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
5374 by zero error.
5375
5376 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
5379
5380 2007-08-12 Richard Stallman <rms@gnu.org>
5381
5382 * progmodes/sh-script.el (sh): Delete group `unix'.
5383
5384 * progmodes/gud.el (gud): Change to group `processes'.
5385
5386 2007-08-11 Glenn Morris <rgm@gnu.org>
5387
5388 * progmodes/compile.el (compilation-buffer-name): Don't check
5389 compilation-arguments. It is superfluous, and the variable isn't
5390 even set when this function is called.
5391
5392 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5393
5394 * term/mac-win.el (mac-ae-reopen-application): New function.
5395 (mac-apple-event-map): Bind "reopen application" Apple event to it.
5396
5397 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5398
5399 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
5400 take tex-font-script-display into account.
5401 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
5402 cell to a list of 2 elements to simplify the unfontify code.
5403
5404 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5405
5406 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
5407 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
5408 ps-print-color-p is neither nil nor black-white. Reported by Christian
5409 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5410
5411 2007-08-08 Andreas Schwab <schwab@suse.de>
5412
5413 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
5414 self-insert-command, not self-insert.
5415
5416 2007-08-08 Glenn Morris <rgm@gnu.org>
5417
5418 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
5419 argument optional, for backwards compatibility, and only highlight
5420 args when present. Fix symbol name typo (doc/args).
5421
5422 * help-mode.el (help-make-xrefs): Search for symbol constituents,
5423 rather than just `-'.
5424
5425 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
5426
5427 * calc/calc-units.el (calc-convert-temperature):
5428 Use `/' to create fractions.
5429
5430 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
5431
5432 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
5433 global matching.
5434 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
5435 ERROR-BUFFER more robust. Display output.
5436 (tramp-file-name-handler): Add a connection property when we found
5437 a foreign file name handler. This allows backends like ftp to
5438 profit also from usr/host name completion based on connection
5439 cache.
5440 (tramp-send-command-and-read): Search for trash after the regexp
5441 until eol only. In XEmacs, there is a problem with \n.
5442
5443 * net/tramp-cache.el (top): Read persistent connection history
5444 when cache is empty.
5445
5446 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
5447
5448 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
5449 resulting output.
5450
5451 2007-08-07 Sam Steingold <sds@gnu.org>
5452
5453 * progmodes/compile.el (compilation-start): Pass nil as startfile
5454 to comint-exec.
5455
5456 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * longlines.el (longlines-decoded): New variable.
5459 (longlines-mode): Avoid encoding or decoding the buffer twice.
5460
5461 2007-08-07 Martin Rudalics <rudalics@gmx.at>
5462
5463 * format.el (format-insert-file): Make sure that at most one undo
5464 entry is recorded for the insertion. Inhibit point-motion and
5465 modification hooks around call to insert-file-contents.
5466
5467 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
5470 Select the buffer's window before moving point.
5471
5472 2007-08-07 Richard Stallman <rms@gnu.org>
5473
5474 * term.el (term): Remove parent group `unix'.
5475
5476 * simple.el (default-indent-new-line): New function.
5477 It calls comment-line-break-function if there are comments.
5478 (do-auto-fill): Use that.
5479
5480 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
5481
5482 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
5483 (PC-do-completion): Add "acronym completion" for symbols and
5484 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
5485
5486 2007-08-06 Sam Steingold <sds@gnu.org>
5487
5488 * mouse.el (mouse-buffer-menu): Pass mode-name through
5489 format-mode-line because it may be a list,
5490 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
5491
5492 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
5493
5494 * printing.el (pr-update-menus): Docstring fix.
5495
5496 2007-08-06 Jason Rumney <jasonr@gnu.org>
5497
5498 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
5499
5500 * vc-hooks.el (vc-call): Add doc string.
5501
5502 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
5503
5504 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
5505 process-filter.
5506
5507 2007-08-06 Kenichi Handa <handa@m17n.org>
5508
5509 * international/quail.el: Wrap (require 'help-mode) by
5510 eval-when-compile.
5511 (quail-help-init): New function.
5512 (quail-help): Call quail-help-init.
5513 (quail-store-decode-map-key): Change it to a function.
5514
5515 2007-08-05 Jason Rumney <jasonr@gnu.org>
5516
5517 * vc.el (vc-rollback): Add norevert argument back.
5518 (vc-revert-buffer): Add back as obsolete alias.
5519
5520 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
5521
5522 * term.el: Honor term-default-fg-color and term-default-bg-color
5523 settings when modifying term-current-face.
5524 (term-default-fg-color, term-default-bg-color): Initialize from
5525 default term-current-face.
5526 (term-mode, term-reset-terminal): Set term-current-face with
5527 term-default-fg-color and term-default-bg-color.
5528 (term-handle-colors-array): term-current-face has term-default-fg-color
5529 and term-default-bg-color after reset escape sequence.
5530 (term-handle-colors-array): Set term-current-color with
5531 term-default-fg/bg-color instead of ansi-term-color-vector when the
5532 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
5533
5534 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
5535
5536 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
5537 (math-nlfit-givens): Let bind free variables.
5538
5539 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
5540
5541 * printing.el: Require lpr and ps-print when loading printing package.
5542 Reported by Glenn Morris <rgm@gnu.org>.
5543
5544 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
5545
5546 * files.el (set-auto-mode): Handle also remote files wrt
5547 `auto-mode-alist'.
5548
5549 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
5550
5551 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
5552 curves and plotting.
5553
5554 * calc/calc-nlfit.el: New file.
5555
5556 2007-08-04 Glenn Morris <rgm@gnu.org>
5557
5558 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
5559 zero, not nil, when the library is first loaded. Check for a file
5560 that has been modified on disk.
5561
5562 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
5563 Remove duplicate defvar preventing initialization.
5564 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
5565
5566 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5567
5568 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
5569 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
5570 may match up to 4 lines.
5571 (diff-beginning-of-file-and-junk): Rewrite.
5572
5573 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5574
5575 * printing.el: Evaluate require only during compilation.
5576 (pr-version): New version 6.9.1.
5577 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
5578 (pr-global-menubar): Fix code.
5579
5580 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
5581
5582 * term.el (term-erase-in-display): Fix case when point is not at
5583 the beginning of the line.
5584
5585 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5586
5587 * calc/calc-ext.el (math-get-value, math-get-sdev)
5588 (math-contains-sdev): New functions.
5589
5590 * calc/calc-graph.el (calc-graph-format-data)
5591 (calc-graph-add-curve): Check for error forms.
5592 (calc-graph-set-styles): Add option for error forms.
5593
5594 2007-08-03 Miles Bader <miles@gnu.org>
5595
5596 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
5597 backend names for new backends to `Git', `Hg', and `Bzr'.
5598 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
5599 not `HG'.
5600 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
5601 name, not `GIT'.
5602 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
5603 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
5604
5605 2007-08-03 Richard Stallman <rms@gnu.org>
5606
5607 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
5608 to update deleted flag.
5609
5610 * cus-edit.el (customize-apropos, customize-apropos-options)
5611 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
5612
5613 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
5614
5615 * startup.el (fancy-splash-head, startup-echo-area-message):
5616 Change message text.
5617
5618 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
5619 All callers use line-move.
5620
5621 * progmodes/compile.el (compilation-find-buffer): Return current
5622 buffer immediately if suitable.
5623 (compile, compilation-buffer-name, compilation-start): Doc fixes.
5624
5625 2007-08-03 Daiki Ueno <ueno@unixuser.org>
5626
5627 * faces.el (face-normalize-spec): New function.
5628 (frame-set-background-mode): Normalize face-spec before calling
5629 face-spec-match-p.
5630
5631 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5632
5633 * server.el (server-window): Add switch-to-buffer-other-frame option.
5634
5635 2007-08-03 Glenn Morris <rgm@gnu.org>
5636
5637 * cus-edit.el (customize-apropos): Make the error message indicate
5638 what kind of thing the user was trying to customize.
5639
5640 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
5641
5642 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
5643 Fix off-by-one error in previous change.
5644
5645 2007-08-03 Drew Adams <drew.adams@oracle.com>
5646
5647 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
5648 Make buffer writable.
5649
5650 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5651
5652 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
5653 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
5654 Use native Emacs functions, when appropriate.
5655
5656 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
5657 Stefan Monnier <monnier@iro.umontreal.ca>
5658
5659 * vc.el: Document new VC operation `extra-menu'.
5660
5661 * vc-hooks.el (vc-default-extra-menu): New function.
5662
5663 * menu-bar.el (menu-bar-vc-filter): New function.
5664 (menu-bar-tools-menu): Use it as a filter.
5665
5666 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
5667
5668 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
5669
5670 2007-08-01 Glenn Morris <rgm@gnu.org>
5671
5672 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
5673 strings.
5674 (fortran-tab-mode-default): Remove needless autoload.
5675 (fortran-tab-mode-string): Add help-echo and mouse properties, and
5676 mark as risky.
5677 (fortran-line-length): New buffer-local variable, safe if integer.
5678 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
5679 Change from variables to constants.
5680 (fortran-font-lock-syntactic-keywords): Delete as a variable,
5681 replace with a new function definition.
5682 (fortran-mode): Use fortran-line-length, and
5683 fortran-font-lock-syntactic-keywords as a function. Add a
5684 hack-local-variables-hook function.
5685 (fortran-line-length, fortran-hack-local-variables): New functions.
5686 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
5687 Use fortran-line-length rather than 72.
5688 (fortran-window-create-momentarily): Doc fix.
5689
5690 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
5691
5692 * cus-edit.el (custom-group-value-create, custom-goto-parent):
5693 Fix parent groups link.
5694
5695 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
5696
5697 * progmodes/python.el (python-current-defun): Adjust to never fall
5698 into infinite loop.
5699
5700 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
5703
5704 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
5705
5706 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
5707 (copyright-fix-years, copyright): Correctly handle the case where
5708 copyright-limit is nil.
5709
5710 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
5711
5712 * progmodes/python.el (run-python): Fix path separator under w32.
5713
5714 2007-07-30 Richard Stallman <rms@gnu.org>
5715
5716 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5717 Treat non-break space as whitespace in Lisp.
5718
5719 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
5720
5721 * vc.el (vc-dired-hook): Use inhibit-read-only.
5722
5723 * progmodes/compile.el (compilation-forget-errors):
5724 Reset compilation-auto-jump-to-next.
5725
5726 2007-07-30 Michael Olson <mwolson@gnu.org>
5727
5728 * cus-edit.el (custom-group-save): Fix void function definition
5729 error. Thanks to Zhang Wei for the report.
5730
5731 * ps-print.el: Check in trivial changes to the autoloads section
5732 caused by the build process. These autoloads really ought to be
5733 placed in a separate file, methinks.
5734
5735 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * calendar/calendar.el (calendar-mode): Make sure
5738 displayed-(month|year) are set.
5739 (calendar-basic-setup): Display buffer before adjusting window sizes.
5740 (generate-calendar-window): Use inhibit-read-only. Simplify.
5741 Generate buffer and set displayed-month and displayed-year before
5742 calling update-calendar-mode-line.
5743
5744 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
5745
5746 * net/tramp.el:
5747 * net/tramp-uu.el:
5748 * net/trampver.el: Use utf-8 encoding with coding cookie.
5749
5750 * net/tramp-cache.el:
5751 * net/tramp-fish.el:
5752 * net/tramp-ftp.el:
5753 * net/tramp-gw.el:
5754 * net/tramp-smb.el: Remove coding cookie.
5755
5756 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5757 Flush buffer file-name's file property.
5758 (tramp-handle-file-remote-p): The first parameter is FILENAME.
5759
5760 * net/trampver.el: Update release number.
5761
5762 2007-07-29 Juri Linkov <juri@jurta.org>
5763
5764 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
5765 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
5766 when major-mode is not dired-mode.
5767 (dired-toggle-read-only): New function.
5768 (dired-recursive-deletes): Remove obsolete comments about old
5769 default value.
5770 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
5771
5772 * wdired.el (wdired-exit): New function.
5773 (wdired-mode-map): Bind C-x C-q to wdired-exit.
5774
5775 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5776
5777 * cus-edit.el (customize-read-group): New fun.
5778 (customize-group-other-window, customize-face-other-window):
5779 Prompt before delegating to customize-(group|face).
5780 Bind pop-up-windows rather than use the other-window argument.
5781 (customize-group, customize-face): Prompt from the interactive spec.
5782 Remove args `prompt-for-group' and `other-window'.
5783
5784 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
5785 (ad-body-forms, ad-advised-interactive-form): Revert this part of
5786 last change.
5787
5788 2007-07-28 Masatake YAMATO <jet@gyve.org>
5789
5790 * vc.el (vc-dired-mode): Add a menu for VC related operation.
5791 Use backend name as the menu label. Suggested by David Kastrup.
5792
5793 2007-07-28 Alan Mackenzie <acm@muc.de>
5794
5795 Fix problem with modes derived from CC Mode:
5796 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
5797 macro to cc-langs.
5798 (c-init-language-vars-for): Remove call to above macro.
5799 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
5800 been moved to here.
5801 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
5802
5803 2007-07-28 Eli Zaretskii <eliz@gnu.org>
5804
5805 * net/trampver.el: Fix the `coding' cookie.
5806
5807 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
5808
5809 * vc-git.el (vc-git-print-log): Support both the old single file
5810 interface and the new one.
5811
5812 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
5813
5814 * bindings.el (mode-line-remote): Use updated %@ construct.
5815
5816 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
5817
5818 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5819 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
5820 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
5821 (diary-list-bahai-entries, diary-bahai-mark-entries)
5822 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
5823 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5824 New names to clean up namespace.
5825 (list-bahai-diary-entries, mark-bahai-diary-entries)
5826 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
5827 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
5828 Add compatibility aliases.
5829
5830 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
5831
5832 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
5833 (calendar-scroll-left-three-months)
5834 (calendar-scroll-right-three-months): Clean up namespace.
5835 (scroll-calendar-left, scroll-calendar-right)
5836 (scroll-calendar-left-three-months)
5837 (scroll-calendar-right-three-months): Add compatibility aliases.
5838
5839 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5840 Behave like mouse-scroll-calendar-* when used from the mouse.
5841
5842 * calendar/cal-menu.el (cal-menu-scroll-menu)
5843 (cal-menu-global-mouse-menu):
5844 * calendar/calendar.el (calendar-mode-map):
5845 Use new calendar-scroll-* names.
5846 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
5847 Remove. Use calendar-scroll-* directly instead.
5848
5849 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5850
5851 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
5852 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
5853 (ad-make-advised-definition, ad-cache-id-verification-code):
5854 Use commandp and interactive-form instead.
5855
5856 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5857
5858 * vc-git.el: Relicense to GPLv3 or later.
5859 (vc-directory-exclusion-list, vc-handled-backends): Remove.
5860
5861 * vc-hooks.el (vc-handled-backends): Add GIT.
5862
5863 * vc.el (vc-directory-exclusion-list): Add .git.
5864
5865 2007-07-26 Alexandre Julliard <julliard@winehq.org>
5866
5867 * vc-git.el (vc-git-revision-table)
5868 (vc-git-revision-completion-table): New functions.
5869
5870 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5871
5872 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
5873 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
5874 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
5875 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
5876 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
5877 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
5878 New command actions for EPS header and EPS footer.
5879
5880 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
5881 footer. Fix some problems with one-or-more, zero-or-more and
5882 alternative constructions generation. Some log messages
5883 implementation. Doc fix.
5884 (ebnf-version): New version 4.4.
5885 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
5886 (ebnf-eps-footer, ebnf-log): New options.
5887 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
5888 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
5889 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
5890 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
5891 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
5892 (ebnf-style-custom-list, ebnf-style-database): Put new values.
5893 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
5894 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
5895 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
5896 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
5897 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
5898 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
5899 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
5900 (ebnf-non-terminal-dimension, ebnf-special-dimension)
5901 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
5902 (ebnf-except-dimension, ebnf-alternative-dimension)
5903 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
5904 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
5905 message fun.
5906 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
5907 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
5908 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
5909 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
5910 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
5911 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
5912 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
5913 compatibility with Emacs 20 & 21.
5914 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
5915 (ebnf-eps-file-alist, ebnf-basic-width-extra)
5916 (ebnf-basic-empty-height): New vars.
5917 (ebnf-prologue): Fix PostScript code.
5918 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
5919 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
5920 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
5921 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
5922
5923 2007-07-25 Glenn Morris <rgm@gnu.org>
5924
5925 * Relicense all FSF files to GPLv3 or later.
5926
5927 * COPYING: Switch to GPLv3.
5928
5929 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5930
5931 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
5932 Replace it with another one which disables undo before calling
5933 erase-buffer and then turns it back on if needed.
5934
5935 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5936
5937 * ps-print.el: Problem with foreground and background color when
5938 printing a buffer with and without faces. Reported by Christian
5939 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5940 (ps-print-version): New version 6.7.5.
5941 (ps-default-fg): Change default value to nil, so black color is used
5942 when a face does not specify a foreground color.
5943 (ps-default-bg): Change default value to nil, so white color is used
5944 for background color.
5945 (ps-begin-job): Fix code.
5946
5947 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5948
5949 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
5950
5951 2007-07-24 Glenn Morris <rgm@gnu.org>
5952
5953 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5954 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5955 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5956 (cal-tex-cursor-week, cal-tex-cursor-week2)
5957 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5958 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5959 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5960 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5961
5962 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5963
5964 * calendar/calendar.el (calendar-mode-map): Move initialization
5965 into declaration. Add menu bindings (used to be done in cal-menu).
5966 (calendar-mode): Don't add an activate-menubar-hook.
5967
5968 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
5969 modify calendar-mode-map), use easy-menu, and make sure that C-h k
5970 can be used on the menu entries.
5971 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
5972 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
5973 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
5974 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
5975 (calendar-flatten, cal-menu-update): Remove.
5976 (calendar-mouse-insert-hebrew-diary-entry)
5977 (calendar-mouse-insert-islamic-diary-entry)
5978 (calendar-mouse-insert-bahai-diary-entry):
5979 Remove (fold into cal-menu-diary-menu).
5980 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
5981 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
5982 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
5983 (calendar-mouse-view-diary-entries): Minor simplifications.
5984 (calendar-event-to-date): Use with-current-buffer.
5985
5986 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
5987
5988 * add-log.el (change-log-redate): Remove (not needed anymore and
5989 doesn't appear to work).
5990
5991 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5992
5993 * frame.el: Use mapc and dolist instead of mapcar where possible.
5994 (close-display-connection): New command.
5995
5996 2007-07-25 Alexandre Julliard <julliard@winehq.org>
5997
5998 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
5999 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
6000
6001 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6002
6003 * ps-print.el (ps-multibyte-buffer): Docstring fix.
6004
6005 * ps-mule.el: Doc fix.
6006 (ps-multibyte-buffer, ps-mule-font-info-database-default)
6007 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
6008
6009 2007-07-25 Glenn Morris <rgm@gnu.org>
6010
6011 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
6012 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
6013 (cal-tex-daily-end, cal-tex-hook)
6014 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
6015 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
6016 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6017 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6018 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
6019 (cal-tex-day-prefix, cal-tex-day-name-format)
6020 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
6021 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
6022 (cal-tex-LaTeX-subst-list): Change from variables to constants.
6023 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
6024 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
6025 etc, rather than \bf.
6026 (cal-tex-mini-calendar): Fix typos in previous change.
6027 (cal-tex-latexify-list): Remove inner let binding.
6028 (cal-tex-end-document, cal-tex-banner): Use multi-line
6029 cal-tex-comment.
6030 (cal-tex-comment): Handle embedded newlines.
6031 (cal-tex-LaTeXify-string): Use substring-no-properties.
6032
6033 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
6034
6035 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6036 Add support for the Maden build tool.
6037
6038 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
6039
6040 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
6041
6042 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6043
6044 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
6045
6046 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6047
6048 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
6049 C-x C-q.
6050
6051 * vc-git.el (vc-git-print-log): Fix previous change.
6052
6053 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6054
6055 * window.el (save-selected-window): Minor optimization.
6056 (bw-adjust-window): If operation failed, try with a smaller delta.
6057 (window-fixed-size-p): New function.
6058 (window-area-factor): New var.
6059 (balance-windows-area): New command.
6060
6061 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
6062 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
6063 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
6064 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
6065 (ps-mule-begin-job): Use dolist.
6066
6067 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
6068
6069 * subr.el (start-file-process-shell-command)
6070 (process-file-shell-command): New defuns.
6071
6072 * progmodes/compile.el (compilation-start):
6073 Apply `start-file-process-shell-command'.
6074
6075 2007-07-24 Alexandre Julliard <julliard@winehq.org>
6076
6077 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
6078
6079 2007-07-24 Alan Mackenzie <acm@muc.de>
6080
6081 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6082 Initialise byte-compile-unresolved-functions before rather than
6083 after a compilation.
6084 (byte-compile-unresolved-functions): Amplify doc string.
6085
6086 2007-07-24 Glenn Morris <rgm@gnu.org>
6087
6088 * startup.el (normal-splash-screen): Use `emacs-copyright'.
6089
6090 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6091 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6092 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6093 (cal-tex-cursor-week, cal-tex-cursor-week2)
6094 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6095 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6096 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6097 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6098
6099 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
6100 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
6101 (cal-tex-day-name-format, cal-tex-cal-one-month)
6102 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
6103 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
6104 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
6105 (cal-tex-list-holidays, cal-tex-cursor-year)
6106 (cal-tex-cursor-year-landscape, cal-tex-year)
6107 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
6108 (cal-tex-cursor-month, cal-tex-insert-days)
6109 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6110 (cal-tex-first-blank-p, cal-tex-cursor-week)
6111 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6112 (cal-tex-week-hours, cal-tex-cursor-week-monday)
6113 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
6114 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6115 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
6116 (cal-tex-latexify-list, cal-tex-previous-month)
6117 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
6118 modernization, including using dotimes rather than
6119 calendar-for-loop.
6120 (cal-tex-LaTeX-subst-list): Remove `@'.
6121 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
6122 Use \textit and \textbf rather than \em and \it.
6123
6124 * calendar/cal-bahai.el (list-bahai-diary-entries)
6125 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
6126 * calendar/cal-islam.el (list-islamic-diary-entries)
6127 * calendar/calendar.el (generate-calendar, generate-calendar-month)
6128 * calendar/diary-lib.el (diary-list-entries)
6129 (mark-calendar-date-pattern): Use `dotimes' rather than
6130 `calendar-for-loop'.
6131
6132 * calendar/calendar.el (calendar-for-loop): Doc fix.
6133
6134 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6135
6136 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
6137 underlying file is uptodate.
6138
6139 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
6140
6141 * replace.el (perform-replace): Use isearch-no-upper-case-p.
6142
6143 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6144
6145 * vc-hooks.el (vc-mode-line-map): New const.
6146 (vc-mode-line): Use it.
6147
6148 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6149
6150 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
6151 (vc-git-unregister): New functions.
6152 (vc-git-find-version): Use the result of ls-files as a parameter
6153 for cat-file.
6154
6155 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
6156
6157 * net/tramp.el (tramp-perl-file-attributes)
6158 (tramp-perl-directory-files-and-attributes)
6159 (tramp-handle-file-attributes-with-stat)
6160 (tramp-handle-directory-files-and-attributes-with-stat)
6161 (tramp-convert-file-attributes): Handle huge file sizes.
6162
6163 2007-07-23 Juri Linkov <juri@jurta.org>
6164
6165 * isearch.el (isearch-message-function): New variable.
6166 (isearch-update, isearch-search): Use it.
6167
6168 * simple.el (goto-history-element): New function created from
6169 next-history-element.
6170 (next-history-element): Most code moved to goto-history-element.
6171 Call goto-history-element with (- minibuffer-history-position n).
6172 (previous-history-element): Call goto-history-element with (+
6173 minibuffer-history-position n).
6174 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
6175 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
6176 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
6177 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
6178 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
6179 (minibuffer-history-isearch-pop-state): New functions.
6180
6181 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6182
6183 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
6184 Also, if FILE is a list, return non-nil if any of its elements
6185 should stay local. Update docstring.
6186
6187 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6188
6189 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
6190 change by reverting a small part.
6191
6192 2007-07-23 Richard Stallman <rms@gnu.org>
6193
6194 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
6195
6196 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6197
6198 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
6199 handling it. Use vc-git-command.
6200 (vc-git-find-version, vc-git-diff-tree): New functions.
6201 (vc-git-revert): Use vc-git-command.
6202 (vc-git--run-command): Delete.
6203
6204 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6205
6206 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
6207
6208 2007-07-20 Kenichi Handa <handa@m17n.org>
6209
6210 * international/utf-8.el (utf-8-post-read-conversion):
6211 Temporarily bind utf-8-compose-scripts to nil while running
6212 *-compose-region functions.
6213
6214 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6215
6216 * vc-git.el: Update status.
6217 (vc-directory-exclusion-list): Use eval-after-load.
6218
6219 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
6220
6221 * bindings.el (mode-line-remote): New variable.
6222 (help-echo): Add to default values of mode-line-format.
6223
6224 * files.el: Mark mode-line-remote as risky.
6225
6226 2007-07-22 Juri Linkov <juri@jurta.org>
6227
6228 * isearch.el (isearch-edit-string): Save old point and
6229 isearch-other-end to old-point and old-other-end before reading
6230 the search string from minibuffer. After exiting minibuffer set
6231 point to old-other-end if point and the search direction is the
6232 same as before reading the search string.
6233 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
6234 to isearch-other-end. Instead of isearch-search-and-update call
6235 three functions isearch-search, isearch-push-state and isearch-update.
6236
6237 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6238
6239 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
6240 deal with multiple file arguments.
6241 (vc-git-print-log): Deal with multiple file arguments.
6242
6243 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6244
6245 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
6246 diff-refine-hunk. Adjust users.
6247 (diff-unified-hunk-p, diff-splittable-p): New functions.
6248 (diff-mode-menu): Use it to disable Split when it doesn't work.
6249
6250 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6251
6252 * diff-mode.el (diff-mode-menu): New entries.
6253
6254 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6255
6256 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
6257 if applicable, so as to save undo-log space.
6258
6259 * diff-mode.el (diff-find-file-name): Add arg `batch'.
6260
6261 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
6262 (diff-file-kill): Use it.
6263 (diff-beginning-of-hunk): Add arg `try-harder' using it.
6264 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
6265 Use it so they find the hunk even when we're in the file header.
6266
6267 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6268
6269 * vc-git.el (vc-git-revision-granularity, vc-git-root)
6270 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
6271 (vc-git-create-repo): New functions.
6272 (vc-git-registered): New autoloaded function definition.
6273 (vc-git-registered): Use vc-git-root.
6274 (vc-git-responsible-p): New defalias.
6275 (vc-git-annotate-extract-revision-at-line): Uncomment.
6276 (vc-git-print-log): Add the file name to the log.
6277 (vc-git-log-view-mode): New derived mode.
6278 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
6279
6280 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6281
6282 * progmodes/grep.el (grep-compute-defaults): Keep default values.
6283
6284 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
6285
6286 * textmodes/reftex.el (reftex-access-parse-file): Create parse
6287 file in a way that does not interfere with recentf mode.
6288 (reftex-access-parse-file): Do not risk destroying an existing
6289 buffer.
6290
6291 2007-07-22 Alexandre Julliard <julliard@winehq.org>
6292
6293 * vc-git.el: New file.
6294
6295 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6296
6297 * textmodes/tex-mode.el (tex-font-script-display): Change default.
6298
6299 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6300
6301 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
6302 for branches and new files.
6303
6304 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
6305 local-map handling ...
6306 (vc-mode-line): ... here. Improve handling of help-echo.
6307
6308 * vc.el (mode-line-string): Document help-echo usage.
6309
6310 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6311
6312 Sync with Tramp 2.1.10.
6313
6314 * net/tramp.el (tramp-get-ls-command): Fix typo.
6315
6316 * net/trampver.el: Update release number.
6317
6318 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6319
6320 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
6321
6322 * term/x-win.el (x-handle-no-bitmap-icon): New function.
6323
6324 2007-07-22 Martin Rudalics <rudalics@gmx.at>
6325
6326 * add-log.el (change-log-fill-parenthesized-list): New function.
6327 (change-log-indent): Call change-log-fill-parenthesized-list.
6328 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
6329 Have lines with leading asterisk start a paragraph.
6330
6331 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6332
6333 * calc/calc-math.el (math-emacs-precision)
6334 (math-largest-emacs-expt, math-smallest-emacs-expt):
6335 New variables.
6336 (math-use-emacs-fn): New function.
6337 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
6338 appropriate.
6339
6340 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6341
6342 * image-dired.el (image-dired-sane-db-file): New func.
6343 (image-dired-write-tags, image-dired-remove-tag)
6344 (image-dired-list-tags, image-dired-write-comments)
6345 (image-dired-get-comment, image-dired-mark-tagged-files)
6346 (image-dired-create-gallery-lists): Call new func.
6347 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
6348
6349 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6350
6351 * vc-hg.el (vc-hg-dir-state): Fix loop.
6352 (vc-hg-print-log): Fix expected return value for vc-hg-command.
6353 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
6354 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
6355 (vc-hg-revert): Likewise.
6356 (vc-hg-revision-table, vc-hg-revision-completion-table): New
6357 functions.
6358
6359 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6360
6361 * add-log.el (change-log-resolve-conflict): Don't lose data if the
6362 merge fails.
6363
6364 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6365
6366 * progmodes/compile.el (compilation-auto-jump-to-first-error):
6367 Add group and version.
6368
6369 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * add-log.el (add-log-file-name): Use file-relative-name.
6372 (add-change-log-entry): Delay reading
6373 add-log-(full-name|mailing-address) to after we've switched to the
6374 ChangeLog buffer so we get the right value.
6375 (add-change-log-entry, add-log-current-defun, change-log-merge):
6376 Use derived-mode-p rather than checking major-mode directly.
6377
6378 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
6379 name for buffer-file-name if it refers to a directory.
6380
6381 * vc-arch.el (vc-arch-diff): Fix last change.
6382
6383 * progmodes/compile.el (compilation-start): Remember the original
6384 directory in a buffer-local compilation-directory.
6385 (compile): Set the global value of compilation-directory.
6386 (recompile): Use compilation-directory even in the compilation buffer.
6387
6388 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6389
6390 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
6391
6392 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6393
6394 * ps-print.el: Problem with foreground and background color when
6395 printing a buffer with and without faces. Reported by Christian
6396 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6397 (ps-print-version): New version 6.7.5.
6398 (ps-default-fg): Change default value to nil, so black color is used
6399 when a face does not specify a foreground color.
6400 (ps-default-bg): Change default value to nil, so white color is used
6401 for background color.
6402 (ps-begin-job): Fix code.
6403
6404 2007-07-20 Eli Zaretskii <eliz@gnu.org>
6405
6406 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
6407 in $(INSTALL_DIR)/lisp/ if they already exist.
6408
6409 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
6410
6411 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
6412 in $(INSTALL_DIR)/lisp/ if they already exist.
6413
6414 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6415
6416 * progmodes/vera-mode.el (vera-re-search-forward)
6417 (vera-re-search-backward): Remove use of store-match-data.
6418 (vera-mode-map): Move initialization into declaration.
6419
6420 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
6421 (flymake-find-buildfile): Use locate-dominating-file.
6422
6423 * vc.el (vc-delistify): Use mapconcat.
6424 (vc-do-command): Minor simplification.
6425 (vc-expand-dirs): Use push.
6426
6427 * vc-mcvs.el (vc-mcvs-create-repo):
6428 * vc-cvs.el (vc-cvs-create-repo): Remove.
6429
6430 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
6431 directory and the root as well.
6432
6433 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6434
6435 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
6436 instead of a file.
6437
6438 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
6439 (vc-hg-registered): Replace if with when.
6440 (vc-hg-state): Deal with nonexistent files and handle removed files.
6441 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
6442 (vc-hg-checkout): Re-enable.
6443 (vc-hg-create-repo): Fix typos.
6444 (vc-hg-print-log): Fix for multiple files.
6445 (vc-hg-workfile-unchanged-p): New function.
6446
6447 * vc.el: Fix typo.
6448 (vc-print-log): Fix call to print-log.
6449 (vc-default-comment-history): Likewise.
6450 (vc-directory-exclusion-list): Add .hg and .bzr.
6451 (vc-diff-internal): Pass a list instead of a file.
6452
6453 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
6454
6455 * vc-bzr.el (vc-bzr-create-repo): New function.
6456
6457 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
6460 `file' from which to start the search.
6461
6462 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
6463
6464 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
6465 having a single file argument to having a list of files as the
6466 first argument.
6467
6468 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6469
6470 * files.el (locate-dominating-file): New function.
6471
6472 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
6473
6474 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
6475 (grep-compute-defaults): Use it.
6476
6477 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6478
6479 * uniquify.el: Docstring fixes.
6480
6481 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
6482
6483 * vc.el (revision-granularity, create-repo): Document new vc
6484 backend properties.
6485 (vc-rollback): Renamed from vc-cancel-version. Update
6486 references. Pass a list instead of a file.
6487 (vc-revert): Renamed from vc-revert-buffer. Update references.
6488 (vc-delistify, vc-expand-dirs): New functions.
6489 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
6490 of files instead of a single file.
6491 (vc-position-context, vc-resync-window, vc-diff-internal)
6492 (vc-print-log): Pass a list instead of a file.
6493
6494 * vc-hooks.el (vc-stay-local-p, vc-backend)
6495 (vc-backend-subdirectory-name): Work on a file list, not a single
6496 file.
6497 (vc-workfile-version): Update docstring.
6498 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
6499 vc-revert instead of vc-revert-buffer.
6500 (vc-prefix-map): Likewise. Bind vc-update.
6501
6502 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
6503 (vc-svn-wash-log): New functions.
6504 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
6505 (vc-svn-command): Deal with a list of files, not a single file.
6506
6507 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
6508 (vc-rcs-wash-log): New functions.
6509 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
6510 Deal with a list of files, not a single file.
6511 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
6512
6513 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
6514 functions.
6515 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
6516 list of files, not a single file.
6517
6518 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
6519 New functions.
6520 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
6521 (vc-mcvs-diff): Deal with a list of files, not a single file.
6522
6523 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
6524 functions.
6525 (vc-hg-print-log): Deal with a list of files, not a single file.
6526 (vc-hg-diff-tree): New function, replace defalias with the same
6527 name.
6528 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
6529 FILES to denote that it is a file list, not a single file.
6530
6531 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
6532 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
6533 a single file.
6534 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
6535 that it is a file list, not a single file.
6536 (vc-cvs-diff): Likewise. Simplify.
6537
6538 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
6539 Deal with a list of files, not a single file.
6540
6541 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
6542 (vc-bzr-print-log): Update FILE parameter name to denote that it
6543 is a file list, not a single file.
6544 (vc-bzr-diff): Likewise. Use the car of files.
6545
6546 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
6547
6548 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
6549 (follow-delete-other-windows-and-split, follow-recenter)
6550 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
6551 (follow-redisplay, follow-estimate-first-window-start)
6552 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
6553 Fix typos in docstrings.
6554
6555 2007-07-18 Martin Rudalics <rudalics@gmx.at>
6556
6557 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
6558 avoid that filling introduces lines with a single asterisk.
6559
6560 * kmacro.el (kmacro-end-macro): When ignoring empty macro
6561 avoid incorrect kmacro-ring-empty-p messages.
6562 Reported by Michael Schierl <schierlm@gmx.de>.
6563
6564 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6565
6566 * vc.el: Add more info about the vc-registered function.
6567
6568 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6569
6570 * files.el (file-remote-p): Introduce optional parameter
6571 IDENTIFICATION.
6572
6573 * recentf.el (recentf-keep-default-predicate): Adapt call of
6574 `file-remote-p'.
6575
6576 * progmodes/grep.el (grep-probe): Use `process-file'.
6577 (grep-compute-defaults): Handle variables host specific.
6578
6579 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
6580 parameter IDENTIFICATION.
6581
6582 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
6583 parameter IDENTIFICATION.
6584 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
6585 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6586 Add entry for `set-file-times'.
6587 (tramp-do-copy-or-rename-file-via-buffer)
6588 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
6589 (tramp-handle-unhandled-file-name-directory): Rewrite.
6590 (tramp-convert-file-attributes): Add error handling when inode is
6591 extraordinary big.
6592 (tramp-get-inode): Change parameter from FILE to VEC.
6593 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
6594 is nil. This is according to the specification. Goto (point-max)
6595 when ready.
6596 (tramp-handle-shell-command): Rewrite completely, using
6597 `process-file' and `start-file-process'.
6598 (tramp-methods, tramp-find-shell)
6599 (tramp-open-connection-setup-interactive-shell)
6600 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
6601 var. Reported by Steve Youngs <steve@sxemacs.org>.
6602
6603 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
6604 entry for `set-file-times'. Rename `start-process' into
6605 `start-file-process'. Remove `call-process' entry.
6606 (tramp-fish-handle-set-file-times): New defun.
6607 (tramp-fish-handle-executable-find): Use `process-file'.
6608 (tramp-fish-handle-process-file): New defun. Replaces
6609 `tramp-fish-handle-call-process'.
6610 (tramp-fish-do-copy-or-rename-file-directly): Use
6611 `set-file-times'.
6612 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
6613
6614 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
6615 `tramp-get-inode' parameter.
6616
6617 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6618
6619 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
6620 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
6621 nowadays, and by the time Emacs-23 comes out, nobody will even remember
6622 it has ever existed.
6623
6624 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6625
6626 * vc.el: Undo previous change.
6627
6628 2007-07-16 Eli Zaretskii <eliz@gnu.org>
6629
6630 * makefile.w32-in (clean): Don't delete *~.
6631
6632 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
6633
6634 * textmodes/tex-mode.el (tex-verbatim-environments):
6635 Add safe-local-variable property.
6636 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
6637 when starting font-lock rather than when loading tex-mode.el.
6638
6639 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
6640 whole $( rather than just the $. Rename from sh-quoted-subshell.
6641 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
6642
6643 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6644
6645 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
6646 bookmark-alist. Instead, if not sorting, simply return it.
6647 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
6648 for its return value, not for its side effect.
6649
6650 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
6651 case of alignment under a constant symbol, find and consider
6652 the sexp actually at indentation to be the "last sexp".
6653
6654 2007-07-16 Drew Adams <drew.adams@oracle.com>
6655
6656 * mouse.el (mouse-yank-secondary): Better error message if no
6657 secondary selection.
6658
6659 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6660
6661 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
6662
6663 * term/xterm.el (xterm-turn-on-modify-other-keys)
6664 (xterm-turn-off-modify-other-keys): New functions.
6665 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
6666 terminal supports it.
6667
6668 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6669
6670 * bookmark.el (bookmark-show-all-annotations):
6671 Make sure each inserted annotation ends with newline.
6672
6673 2007-07-15 Richard Stallman <rms@gnu.org>
6674
6675 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6676
6677 * tutorial.el (tutorial--find-changed-keys):
6678 Handle C-x specially like ESC.
6679
6680 2007-07-15 Aaron Hawley <aaronh@garden.org>
6681
6682 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6683
6684 2007-07-15 Juri Linkov <juri@jurta.org>
6685
6686 * delsel.el (delete-selection-pre-hook):
6687 * emulation/cua-base.el (cua-paste): Before a yank command,
6688 check also whether last-command is one of mouse-save-then-kill,
6689 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
6690
6691 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
6692
6693 * recentf.el (recentf-keep-default-predicate): New defun.
6694 (recentf-keep): Use it as initial value.
6695
6696 2007-07-15 Karl Fogel <kfogel@red-bean.com>
6697
6698 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
6699 thus restoring bookmark bindings to three slots under C-x r. See
6700 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
6701
6702 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6703
6704 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
6705
6706 2007-07-15 Jason Rumney <jasonr@gnu.org>
6707
6708 * w32-fns.el (set-default-process-coding-system): Use dos line ends
6709 for input to cmdproxy on all versions of Windows.
6710 Use dos line ends for input to plink.
6711
6712 * comint.el (comint-simple-send): Concat newline before sending.
6713 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
6714
6715 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
6716
6717 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
6718 safe-local-variable setting.
6719
6720 2007-07-14 David Kastrup <dak@gnu.org>
6721
6722 * emacs-lisp/advice.el (defadvice): Doc fix.
6723
6724 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
6725
6726 * subr.el (when, unless): Doc fix.
6727
6728 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6729
6730 * replace.el (match): Use yellow1 instead of yellow.
6731
6732 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
6733 red.
6734
6735 * pcvs-info.el (cvs-unknown): Likewise.
6736
6737 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6738
6739 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
6740 (install): Use them to copy all *.el files before *.elc.
6741
6742 2007-07-13 Drew Adams <drew.adams@oracle.com>
6743
6744 * bookmark.el (bookmark-jump-other-window): New function.
6745 (bookmark-map): Bind it to "o".
6746
6747 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
6748 and its thread contains discussion about this change.
6749 The original patch was slightly tweaked by Karl Fogel
6750 <kfogel@red-bean.com> before committing.
6751
6752 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6753
6754 * bookmark.el: Shorten some comments to fit within 80 lines.
6755
6756 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6757
6758 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
6759 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
6760 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
6761 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
6762
6763 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
6764
6765 * textmodes/org.el: Bug fixes.
6766 (org-end-of-line): Move to end of line if in headline without tags.
6767
6768 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6769
6770 * vc-hooks.el: Remove spurious * in docstrings.
6771 (vc-handled-backends): Add BZR.
6772
6773 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
6774
6775 2007-07-12 Davis Herring <herring@lanl.gov>
6776
6777 * desktop.el (desktop-buffer-info, desktop-save):
6778 Use `desktop-dirname' instead of `dirname'.
6779
6780 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6781
6782 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
6783
6784 * progmodes/python.el (python-which-func-length-limit): New var.
6785 (python-which-func): New function.
6786 (python-current-defun): Add optional `length-limit' and try to fit
6787 computed function name to that length.
6788 (python-mode): Hook `python-which-func' up.
6789
6790 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6791
6792 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
6793
6794 * comint.el (comint-dynamic-complete-as-filename):
6795 Use read-file-name-completion-ignore-case.
6796
6797 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
6798
6799 * comint.el (comint-dynamic-list-filename-completions):
6800 Use read-file-name-completion-ignore-case.
6801
6802 * vc-cvs.el: Require CL.
6803 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
6804 New functions to provide completion of revision names.
6805
6806 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
6807 (vc-cvs-annotate-first-line-re): New const.
6808 (vc-cvs-annotate-process-filter): New fun.
6809 (vc-cvs-annotate-command): Use them and run the command asynchronously.
6810
6811 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6812
6813 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
6814 (eldoc-print-current-symbol-info): Adjust for changed helper
6815 function signatures.
6816 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
6817 `eldoc-highlight-function-argument'.
6818 (eldoc-highlight-function-argument): New function.
6819 (eldoc-get-var-docstring): Format documentation with
6820 `font-lock-variable-name-face'.
6821 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
6822 where suited.
6823 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
6824 (eldoc-beginning-of-sexp): Return number of skipped sexps.
6825
6826 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
6827
6828 * progmodes/compile.el (compilation-start): `start-process' must
6829 still be redefined when calling `start-process-shell-command'.
6830
6831 * progmodes/gud.el (gud-file-name): When `default-directory' is a
6832 remote file name, prepend its remote part to the filename.
6833 (gud-common-init): When `default-directory' is a remote file name,
6834 make the filename relative to it.
6835 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
6836
6837 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
6838
6839 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
6840 mouse binding and a tooltip.
6841
6842 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6843
6844 * menu-bar.el (vc-menu-map): New defalias.
6845
6846 2007-07-10 Richard Stallman <rms@gnu.org>
6847
6848 * emacs-lisp/lisp-mode.el (eval-defun):
6849 Explain special handling of `defface'.
6850
6851 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
6852
6853 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
6854
6855 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
6856
6857 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6858
6859 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
6860
6861 * vc-arch.el (vc-arch-complete): Remove.
6862 (vc-arch-revision-completion-table): Use complete-with-action.
6863
6864 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
6865 (complete-with-action): New function.
6866 (dynamic-completion-table): Use it.
6867
6868 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
6869
6870 * comint.el (make-comint, make-comint-in-buffer)
6871 (comint-exec-1): Replace `start-process' by `start-file-process'.
6872
6873 * progmodes/compile.el (compilation-start): Revert redefining
6874 `start-process'.
6875
6876 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
6879 with EOLs when generating MD5 checksums.
6880
6881 * follow.el: Don't change the global map from the follow-mode-map
6882 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
6883 XEmacs code.
6884 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
6885 since `follow-mode' should be used instead for that.
6886
6887 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
6888 (easy-menu-do-define): Use it.
6889 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
6890
6891 * progmodes/compile.el (compilation-auto-jump-to-first-error)
6892 (compilation-auto-jump-to-next): New vars.
6893 (compilation-auto-jump): New function.
6894 (compilation-error-properties): Use them to jump to first error.
6895 (compilation-start): Set the var if requested.
6896
6897 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
6898 duplicates without also removing entries from other directories.
6899
6900 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
6901
6902 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
6903 Remember span as default.
6904 (org-columns-edit-value): Rename from `org-column-edit'.
6905 (org-columns-display-here-title): Rename from
6906 `org-overlay-columns-title'.
6907 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
6908 (org-columns-get-autowidth-alist): Rename from
6909 `org-get-columns-autowidth-alist'.
6910 (org-columns-display-here): Rename from `org-overlay-columns'.
6911 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
6912 (org-columns-quit): Rename from `org-column-quit'.
6913 (org-columns-show-value): Rename from `org-column-show-value'.
6914 (org-columns-content, org-columns-widen)
6915 (org-columns-next-allowed-value)
6916 (org-columns-edit-allowed, org-columns-store-format)
6917 (org-columns-uncompile-format, org-columns-redo)
6918 (org-columns-edit-attributes, org-delete-property)
6919 (org-set-property, org-columns-update)
6920 (org-columns-compute, org-columns-eval)
6921 (org-columns-not-in-agenda, org-columns-compute-all)
6922 (org-property-next-allowed-value)
6923 (org-columns-compile-format)
6924 (org-fill-paragraph-experimental)
6925 (org-string-to-number, org-property-action)
6926 (org-columns-move-left, org-columns-new)
6927 (org-column-number-to-string)
6928 (org-property-previous-allowed-value)
6929 (org-at-property-p, org-columns-delete)
6930 (org-columns-previous-allowed-value)
6931 (org-columns-move-right, org-columns-narrow)
6932 (org-property-get-allowed-values)
6933 (org-verify-version, org-column-string-to-number)
6934 (org-delete-property-globally): New functions.
6935 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
6936 (org-columns-overlays): Rename from `org-column-overlays'.
6937 (org-columns-map): Rename from `org-column-map'.
6938 (org-columns-current-maxwidths): Rename from
6939 `org-current-columns-maxwidths'.
6940 (org-columns-begin-marker, org-columns-current-fmt-compiled)
6941 (org-previous-header-line-format)
6942 (org-columns-inhibit-recalculation)
6943 (org-columns-top-level-marker): New variables.
6944 (org-columns-default-format): Rename from `org-default-columns-format'.
6945 (org-property-re): New constant.
6946
6947 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
6948
6949 * subr.el (looking-at-p, string-match-p): New functions.
6950
6951 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
6952
6953 * textmodes/tex-mode.el (tex-fontify-script)
6954 (tex-font-script-display): New variables to make display of
6955 superscripts and subscripts customizable.
6956 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
6957
6958 2007-07-09 Richard Stallman <rms@gnu.org>
6959
6960 * isearch.el (isearch-edit-string): Call to isearch-push-state
6961 after the search.
6962
6963 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6964
6965 * window.el (fit-window-to-buffer): Remove setting of window-min-height
6966 to 1 as enlarge-window uses the value to resize/shrink windows other
6967 than WINDOW if needed.
6968
6969 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6970
6971 * cus-start.el (file-coding-system-alist): Fix custom type.
6972
6973 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
6974
6975 * longlines.el (longlines-wrap-region): Avoid marking buffer as
6976 modified.
6977 (longlines-auto-wrap, longlines-window-change-function):
6978 Remove unnecessary calls to set-buffer-modified-p.
6979
6980 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6981
6982 * cus-start.el (file-coding-system-alist): Fix custom type.
6983
6984 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6985
6986 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
6987 (vc-cvs-checkout): Remove last arg now unused; simplify.
6988
6989 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6990
6991 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
6992
6993 * net/tramp.el:
6994 * net/tramp-ftp.el:
6995 * net/tramp-smb.el:
6996 * net/tramp-uu.el:
6997 * net/trampver.el: Migrate to Tramp 2.1.
6998
6999 * net/tramp-cache.el:
7000 * net/tramp-fish.el:
7001 * net/tramp-gw.el: New Tramp packages.
7002
7003 * net/tramp-util.el:
7004 * net/tramp-vc.el: Removed.
7005
7006 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
7007 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
7008
7009 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
7010
7011 * progmodes/compile.el (compilation-start): Redefine
7012 `start-process' temporarily when `default-directory' is remote.
7013 Remove case of synchronous compilation, this won't happen ever.
7014 (compilation-setup): Make local variable `comint-file-name-prefix'
7015 for remote compilation.
7016
7017 2007-07-08 Martin Rudalics <rudalics@gmx.at>
7018
7019 * novice.el (disabled-command-function): Fit window to buffer to
7020 make last line visible.
7021 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7022
7023 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
7024 when handling the terminating event.
7025
7026 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7027
7028 * calc/calc.el (math-read-number-simple): Remove leading 0s.
7029 (math-bignum-digit-length): Change to optimal value.
7030
7031 * calc/calc-bin.el (math-bignum-logb-digit-size)
7032 (math-bignum-digit-power-of-two): Evaluate when compiled.
7033
7034 * calc/calc-comb.el (math-small-factorial-table)
7035 (math-init-random-base, math-prime-test): Remove unnecessary calls
7036 to `math-read-number-simple'.
7037
7038 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7039 (math-approx-gamma-const): Add docstrings.
7040
7041 * calc/calc-forms.el (math-julian-date-beginning)
7042 (math-julian-date-beginning-int): New constants.
7043 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
7044 Use the new constants.
7045
7046 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
7047
7048 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7049 Add docstrings.
7050
7051 2007-07-07 Tom Tromey <tromey@redhat.com>
7052
7053 * vc.el (vc-annotate): Jump to line and output message only after the
7054 process is really all done.
7055
7056 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * vc.el (vc-exec-after): Don't move point from the sentinel.
7059 Forcefully read all the remaining text in the pipe upon process exit.
7060 (vc-annotate-display-autoscale, vc-annotate-lines):
7061 Don't stop at the first unrecognized line.
7062 (vc-annotate-display-select): Run autoscale after the process is done
7063 since it depends on the whole result.
7064
7065 2007-07-07 Eli Zaretskii <eliz@gnu.org>
7066
7067 * term/w32-win.el (menu-bar-open): New function.
7068 Bind <f10> to it.
7069
7070 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7071
7072 * simple.el (start-file-process): New defun.
7073
7074 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7075
7076 * files.el (find-file-confirm-nonexistent-file): Rename from
7077 find-file-confirm-inexistent-file. Update users.
7078
7079 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
7080 format of autoload block where the file's time-stamp is replaced by its
7081 MD5 checksum.
7082 (autoload-generate-file-autoloads): Use MD5 checksum instead of
7083 time-stamp for secondary autoloads files.
7084 (update-directory-autoloads): Remove duplicate entries.
7085 Use time-less-p for time-stamps, as done in autoload-find-destination.
7086
7087 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7088
7089 * calc/calc.el (math-read-number): Replace number by variable.
7090 (math-read-number-simple): Properly parse small integers.
7091
7092 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7093
7094 * vc.el: Fix doc for the checkout function.
7095
7096 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
7097
7098 * vc-hg.el (vc-hg-root): New function.
7099 (vc-hg-registered): Use it.
7100 (vc-hg-diff-tree): New defalias.
7101 (vc-hg-responsible-p): Likewise.
7102 (vc-hg-checkout): Comment out, not needed.
7103 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
7104 (vc-hg-find-version, vc-hg-next-version): New functions.
7105
7106 2007-07-06 Andreas Schwab <schwab@suse.de>
7107
7108 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
7109 dynamic bindings around the evaluation of the expression.
7110 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
7111
7112 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
7115 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
7116 Use run-hooks rather than run-mode-hooks.
7117
7118 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
7119
7120 * calc/calc-comb.el (math-random-digit): Rename to
7121 `math-random-three-digit-number'.
7122 (math-random-digits): Don't depend on representation of integer.
7123
7124 * calc/calc-bin.el (math-bignum-logb-digit-size)
7125 (math-bignum-digit-power-of-two): New constants.
7126 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
7127 (math-not-bignum, math-clip-bignum): Use the constants
7128 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
7129 instead of their values.
7130 (math-clip): Use math-small-integer-size instead of its value.
7131
7132 * calc/calc.el (math-add-bignum): Replace number by constant.
7133
7134 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7135
7136 * wid-edit.el (widget-documentation-string-value-create):
7137 Insert indentation spaces.
7138
7139 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7140
7141 * emacs-lisp/byte-opt.el: Revert last change.
7142
7143 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7144
7145 * vc-hooks.el (vc-handled-backends): Add HG.
7146
7147 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
7148
7149 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7150
7151 * complete.el (PC-do-complete-and-exit): Add support for the new
7152 `confirm-only' confirmation mode.
7153
7154 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7155
7156 * cus-edit.el (custom-commands): New variable.
7157 (custom-tool-bar-map): New variable. Initialize using
7158 `custom-commands'.
7159 (custom-mode): Use `custom-tool-bar-map'.
7160 (custom-buffer-create-internal): Insert action buttons only if
7161 tool bar is not used. Use `custom-commands'.
7162 (Custom-help, custom-command-apply): New function.
7163 (custom-command-apply, Custom-set, Custom-save)
7164 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
7165 Use `custom-command-apply' instead of duplicating code.
7166 (customize-group-other-window): Call `customize-group' instead of
7167 duplicating code.
7168 (customize-face-other-window): Call `customize-face' instead of
7169 duplicating code.
7170 (customize-group, customize-face): Add optional args for opening
7171 in another window.
7172 (custom-variable-tag): Don't inherit `variable-pitch' face.
7173 (custom-group-tag): Inherit `variable-pitch' face.
7174 (custom-variable-value-create): Set documentation indentation.
7175 (custom-group-value-create): Make group name a link, instead of
7176 using an extra "go to group" button.
7177 (custom-prompt-variable, custom-group-set, custom-group-save)
7178 (custom-group-reset-current, custom-group-reset-saved)
7179 (custom-group-reset-standard): Minor cleanup.
7180
7181 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7182
7183 * Makefile.in (bootstrap-prepare): When copying from
7184 ldefs-boot.el, make sure loaddefs.el is writeable.
7185
7186 (bootstrap-prepare): Make $(lisp)/ps-print.el
7187 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
7188
7189 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7190
7191 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
7192 only caller, and delete.
7193 (vc-hg-state): Deal with exceptions and only parse the output on
7194 successful return.
7195 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
7196 caller, and delete.
7197 (vc-hg-workfile-version): Deal with exceptions and only parse the
7198 output on successful return.
7199 (vc-hg-revert): New function.
7200
7201 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
7202
7203 * calculator.el (calculator-expt): Use more cases to determine
7204 the value.
7205
7206 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7207
7208 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
7209 file names.
7210
7211 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7212
7213 * calculator.el (calculator-expt, calculator-integer-p):
7214 New functions.
7215 (calculator-fact): Check to see if the factorial will be too
7216 large before computing it.
7217 (calculator-initial-operators): Use `calculator-expt' to
7218 compute "^".
7219 (calculator-mode): Mention that results which are too large
7220 will return inf.
7221 * calc/calc-comb.el (math-small-factorial-table): Replace list
7222 by vector.
7223
7224 2007-07-03 David Kastrup <dak@gnu.org>
7225
7226 * shell.el: On request of the authors, remove their addresses for
7227 the sake of bug reports, and add the developer list address as
7228 maintainer information.
7229
7230 2007-07-03 Richard Stallman <rms@gnu.org>
7231
7232 * files.el (make-directory): Doc fix.
7233 (find-file-confirm-inexistent-file): Make it a defcustom.
7234 Make nil the default.
7235
7236 2007-07-02 Richard Stallman <rms@gnu.org>
7237
7238 * startup.el (command-line): Set buffer-offer-save in *scratch*
7239 and enable auto-save in it.
7240
7241 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7242
7243 * textmodes/org.el (orgstruct-mode-map): New variable.
7244 (orgstruct-mode): New minor mode.
7245 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
7246 (orgstruct-make-binding, org-context-p, org-get-local-variables)
7247 (org-run-like-in-org-mode): New functions.
7248 (org-cycle-list-bullet): New command.
7249 (org-special-properties, org-property-start-re)
7250 (org-property-end-re): New constants.
7251 (org-with-point-at): New macro.
7252 (org-get-property-block, org-entry-properties, org-entry-get)
7253 (org-entry-delete, org-entry-get-with-inheritance)
7254 (org-entry-put, org-buffer-property-keys): New functions.
7255 (org-insert-property-drawer): New command.
7256 (org-entry-property-inherited-from): New variable.
7257 (org-column): New face.
7258 (org-column-overlays, org-current-columns-fmt)
7259 (org-current-columns-maxwidths, org-column-map): New variables.
7260 (org-column-menu): New menu.
7261 (org-new-column-overlay, org-overlay-columns)
7262 (org-overlay-columns-title, org-remove-column-overlays)
7263 (org-column-show-value, org-column-quit, org-column-edit):
7264 New functions.
7265 (org-columns, org-agenda-columns): New commands.
7266 (org-get-columns-autowidth-alist): New functions.
7267 (org-properties): New customize group.
7268 (org-default-columns-format): New option.
7269 (org-priority): Realign tags after changing priority.
7270 (org-preserve-lc): New macro.
7271 (org-update-checkbox-count): Catch case when there is no headline.
7272 (org-agenda-quit): Remove any column overlays.
7273 (org-beginning-of-item-list): Fixed bug when non-item line is
7274 indented too deep.
7275 (org-cached-props): New variable.
7276 (org-cached-entry-get): New function.
7277 (org-make-tags-matcher): Handle property matches.
7278 (org-table-recalculate): Swap evaluation order: Field formula
7279 first, then column formulas, but don't allow them to overwrite the
7280 field formulas.
7281 (org-table-eval-formula): New argument untouchable.
7282 (org-table-put-field-property): New function.
7283
7284 2007-07-02 Martin Rudalics <rudalics@gmx.at>
7285
7286 * help-mode.el (help-make-xrefs): Skip spaces too when
7287 skipping tabs.
7288
7289 * ffap.el (dired-at-point-prompter): Improve prompt in
7290 list-directory case.
7291
7292 2007-07-01 Richard Stallman <rms@gnu.org>
7293
7294 * files.el (find-file-visit-truename): Fix safe-local-variable value.
7295
7296 2007-07-01 Richard Stallman <rms@gnu.org>
7297
7298 * cus-start.el (max-mini-window-height): Added.
7299
7300 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7301
7302 * complete.el (partial-completion-mode): Remove advice of
7303 read-file-name-internal.
7304 (PC-do-completion): Rebind minibuffer-completion-table.
7305 (PC-read-file-name-internal): New function doing what
7306 read-file-name-internal advice did.
7307
7308 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
7309
7310 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
7311 property on a few symbols.
7312 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
7313 (byte-optimize-lapcode): Remove bindings that are not referenced
7314 and certainly will not effect through dynamic scoping.
7315
7316 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7317
7318 * files.el (find-file-confirm-inexistent-file): New var.
7319 (find-file, find-file-other-window, find-file-other-frame)
7320 (find-file-read-only, find-file-read-only-other-window)
7321 (find-file-read-only-other-frame): Use it.
7322
7323 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
7326
7327 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
7328
7329 * generic-x.el (generic-define-mswindows-modes)
7330 (generic-define-unix-modes, apache-log-generic-mode)
7331 (bat-generic-mode-keymap, java-manifest-generic-mode)
7332 (show-tabs-generic-mode): Fix typos in docstrings.
7333
7334 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
7335
7336 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
7337 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
7338 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
7339 (rcirc-print): Never ignore messages from ourself.
7340
7341 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7342
7343 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
7344 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
7345
7346 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7347
7348 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
7349 replace-regexp-in-string.
7350
7351 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7352
7353 * emacs-lisp/cl.el: Set edebug and indentation before loading
7354 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
7355
7356 2007-06-28 Andreas Schwab <schwab@suse.de>
7357
7358 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
7359 $(lisp)/subdirs.el.
7360
7361 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
7362
7363 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
7364 the speedbar frame if nil; that deletes the current frame or
7365 causes an error if it is the only frame.
7366 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
7367
7368 2007-06-28 Kevin Ryde <user42@zip.com.au>
7369
7370 * textmodes/nroff-mode.el: Groff \# comments.
7371 (nroff-mode-syntax-table): \# comment intro,
7372 plain # as punct per global table.
7373 (nroff-font-lock-keywords): Add # as a single char escape.
7374 (nroff-mode): In comment-start-skip, match \#.
7375
7376 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7377
7378 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
7379 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
7380 point-min == 1.
7381
7382 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
7383
7384 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
7385 Rename and move to...
7386
7387 * subr.el (strings->string, string->strings): ...here.
7388
7389 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
7390 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
7391
7392 * progmodes/gud.el (gud-common-init): Call string->strings instead
7393 of split-string.
7394
7395 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7396
7397 * dired-aux.el: Remove `dired-call-process'.
7398 (dired-check-process): Call `process-file'.
7399
7400 * wdired.el (wdired-do-perm-changes): Call `process-file'.
7401
7402 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
7403 `ange-ftp-process-file'.
7404
7405 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
7408
7409 * emacs-lisp/cl-extra.el:
7410 * emacs-lisp/cl-seq.el:
7411 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
7412 Add autoload cookies on all defs autoloaded manually in cl.el.
7413
7414 * emacs-lisp/cl-loaddefs.el: New file.
7415
7416 * textmodes/texinfmt.el (texinfo-raisesections-alist)
7417 (texinfo-lowersections-alist): Merge definition and declaration.
7418 (texinfo-start-of-header, texinfo-end-of-header): Remove.
7419 (texinfo-format-syntax-table): Merge init into declaration.
7420 (texinfo-format-parse-line-args, texinfo-format-parse-args)
7421 (texinfo-format-parse-defun-args, texinfo-format-node)
7422 (texinfo-push-stack, texinfo-multitable-widths)
7423 (texinfo-define-info-enclosure, texinfo-alias)
7424 (texinfo-format-defindex, batch-texinfo-format): Use push.
7425 (texinfo-footnote-number): Remove duplicate declaration.
7426
7427 * ps-print.el: Update with auto-generated autoloads.
7428
7429 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
7430
7431 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
7434 relative to current dir for file-local settings.
7435 (autoload-generate-file-autoloads): Add `outfile' arg.
7436 (update-directory-autoloads): Use it to directly call
7437 autoload-generate-file-autoloads instead of going through
7438 update-file-autoloads so we avoid redundant searches and so we can know
7439 the set of buffers changed so we can save them all.
7440
7441 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
7442 rather than throwing `up-to-date'.
7443 (autoload-generate-file-autoloads): Adjust correspondingly.
7444 (update-file-autoloads): Be careful to let-bind
7445 autoload-modified-buffers and adjust to new calling conventions.
7446 (autoload-modified-buffers): Make it a dynamically scoped var.
7447 (update-directory-autoloads): Use file-relative-name instead of
7448 autoload-trim-file-name.
7449 (autoload-insert-section-header): Don't use autoload-trim-file-name
7450 since the file is already relative now.
7451 (autoload-trim-file-name): Remove.
7452
7453 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
7454 (vc-arch-complete, vc-arch--version-completion-table)
7455 (vc-arch-revision-completion-table): New functions to provide
7456 completion of revision names.
7457 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
7458 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
7459 to let the user trim the revlib.
7460
7461 * vc.el: Add new VC operation `revision-completion-table'.
7462 (vc-default-revision-completion-table): New function.
7463 (vc-version-diff, vc-version-other-window): Use it to provide
7464 completion of revision names if the backend provides it.
7465
7466 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
7467
7468 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
7469 of newer .svn/entries.
7470
7471 2007-06-25 David Kastrup <dak@gnu.org>
7472
7473 * calc/calc-poly.el (math-padded-polynomial)
7474 (math-partial-fractions): Add some function comments.
7475
7476 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7477
7478 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7479 Make `outbuf' optional.
7480 (update-file-autoloads): Use it.
7481
7482 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
7485 (autoload-find-destination): Keep it uptodate.
7486 (autoload-save-buffers): New fun.
7487 (update-file-autoloads): Use it. Re-add the "up to date" message.
7488
7489 * emacs-lisp/autoload.el: Refactor for upcoming changes.
7490 (autoload-find-destination): New function extracted from
7491 update-file-autoloads.
7492 (update-file-autoloads): Use it.
7493 (autoload-generate-file-autoloads): New function extracted from
7494 generate-file-autoloads. Use file-relative-name. Delay computation of
7495 output-start to the first cookie. Remove done-any, replaced by
7496 output-start.
7497 (generate-file-autoloads): Use it.
7498
7499 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
7500
7501 * calc/calc-comb.el (math-init-random-base, math-prime-test):
7502 Use math-read-number-simple to insert constants.
7503 (math-prime-test): Redo calculation of sum.
7504
7505 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
7506
7507 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
7508 math-scale-bignum-3.
7509 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
7510 math-bignum-digit-size.
7511 (math-isqrt-small): Add another possible initial guess.
7512
7513 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7514
7515 * textmodes/bibtex.el (bibtex-entry-format): New options
7516 `whitespace', `braces', and `string'.
7517 (bibtex-field-braces-alist, bibtex-field-strings-alist)
7518 (bibtex-field-braces-opt, bibtex-field-strings-opt)
7519 (bibtex-cite-matcher-alist): New variables.
7520 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
7521 (bibtex-flash-head): Use blink-matching-delay.
7522 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
7523 (bibtex-format-entry, bibtex-reformat): Handle new options of
7524 bibtex-entry-format.
7525 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
7526 New functions.
7527 (bibtex-complete-internal): Do not display messages while
7528 minibuffer is used. Do not leave around a completions buffer
7529 that is out of date.
7530 (bibtex-copy-summary-as-kill): New optional arg.
7531 (bibtex-font-lock-url): New optional arg no-button.
7532 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
7533 (bibtex-url): Allow multiple URLs per entry.
7534
7535 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7536
7537 * emacs-lisp/autoload.el (autoload-generated-file): New function.
7538 (update-file-autoloads, update-directory-autoloads): Use it.
7539 (autoload-file-load-name): New function.
7540 (generate-file-autoloads, update-file-autoloads): Use it.
7541 (autoload-find-file): Accept non-absolute argument. Set default-dir.
7542 (generate-file-autoloads): If the autoloaded form is malformed,
7543 indicate the problem with a warning instead of aborting.
7544
7545 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7546
7547 * simple.el (next-error-recenter): Accept `(4)' as well;
7548 also, specify `integer' instead of `number'.
7549
7550 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7551
7552 * ls-lisp.el (insert-directory): If an invalid regexp error is
7553 thrown, try using FILE as a literal file name, not a wildcard.
7554
7555 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
7556
7557 * ruler-mode.el (ruler-mode): Prevent clobbering the original
7558 `header-line-format' when reentering ruler mode.
7559
7560 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7561
7562 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
7563 FILE exists as a file.
7564
7565 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7566
7567 * calc/calc.el (math-bignum-digit-length)
7568 (math-bignum-digit-size, math-small-integer-size):
7569 New constants.
7570 (math-normalize, math-bignum-big, math-make-float)
7571 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
7572 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
7573 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
7574 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
7575 (math-quotient, math-div-bignum, math-div-bignum-digit)
7576 (math-div-bignum-part, math-format-bignum-decimal)
7577 (math-read-bignum): Use math-bignum-digit-length,
7578 math-bignum-digit-size and math-small-integer-size.
7579
7580 * calc/calc-ext.el (math-fixnum-big): Use the variable
7581 math-bignum-digit-size.
7582
7583 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7584
7585 * log-view.el (log-view-mode-menu): New menu.
7586
7587 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7588
7589 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
7590 differently.
7591
7592 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
7593 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
7594
7595 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7596
7597 * vc-hg.el (vc-hg-print-log): Insert the file name.
7598 (vc-hg-log-view-mode): Fontify the file name.
7599
7600 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7601
7602 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
7603 (calcFunc-julian): Fix incorrect number used in calculations.
7604
7605 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
7606
7607 * simple.el (next-error-recenter): New defcustom.
7608 (next-error, next-error-internal): Recenter if specified,
7609 immediately prior to running `next-error-hook'.
7610
7611 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
7612 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
7613
7614 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
7615
7616 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7617
7618 * calc/calc-comb.el (math-small-factorial-table): New variable.
7619 (calcFunc-fact): Use `math-small-factorial-table'.
7620
7621 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
7622 initial values.
7623 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
7624 New variables to use in caches.
7625
7626 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
7627 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
7628
7629 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
7630 (math-bernoulli-b-cache): Use math-read-number-simple to insert
7631 bignums.
7632
7633 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7634 New variables to use in caches.
7635
7636 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7637
7638 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
7639
7640 * vc-hg.el (vc-hg-log-view-mode): New mode.
7641
7642 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
7643
7644 * calc/calc.el (math-read-number-simple): New function.
7645
7646 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7647
7648 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
7649 (vera-font-lock-match-item): Fix doc string.
7650 (vera-in-comment-p): Remove unused function.
7651 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
7652 use `syntax-ppss'.
7653 (vera-forward-syntactic-ws): Fix argument order.
7654 (vera-prepare-search): Use `with-syntax-table'.
7655 (vera-indent-line): Fix doc string.
7656 (vera-electric-tab): Fix doc string.
7657 (vera-expand-abbrev): Define alias instead of using `fset'.
7658 (vera-comment-uncomment-region): Use `comment-start-skip'.
7659
7660 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
7661
7662 * textmodes/org.el (org-export-with-footnotes): New option.
7663 (org-export-as-html): Fix replacement bug for XEmacs.
7664 (org-agenda-default-appointment-duration): New option.
7665
7666 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7667
7668 * vc-hg.el: Add to do items.
7669 (vc-hg-diff): Add support for comparing different revisions.
7670 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
7671 (vc-hg-annotate-extract-revision-at-line)
7672 (vc-hg-previous-version, vc-hg-checkin): New functions.
7673 (vc-hg-annotate-re): New constant.
7674
7675 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7676
7677 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
7678
7679 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7680
7681 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
7682 buffer-local value of log-view-*-re if applicable.
7683
7684 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
7685 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
7686 (vc-bzr-command*): Remove both (incompatible) versions.
7687 (vc-bzr-do-command*): Remove.
7688 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
7689 Remove by folding into its only caller vc-bzr-command.
7690 (vc-bzr-command): Always set the environment, even when ineffective.
7691 (vc-bzr-version): Minor fix up.
7692 (vc-bzr-admin-dirname): New var.
7693 (vc-bzr-bzr-dir): Remove.
7694 (vc-bzr-root-dir): New fun.
7695 (vc-bzr-registered): Use it. Add an autoloaded version.
7696 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
7697 (vc-bzr-view-log-function): Remove.
7698 (vc-bzr-log-view-mode): New major mode to replace it.
7699 (vc-bzr-print-log): Only activate the old hack if needed.
7700
7701 * vc.el (vc-default-log-view-mode): New function.
7702 (vc-print-log): Add new `log-view-mode' VC operation.
7703
7704 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
7705
7706 * ido.el (ido-find-file-in-dir): Don't signal an error for
7707 empty directories.
7708
7709 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
7710
7711 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
7712 directory where the desktop file was found, as the docstring says.
7713 (desktop-kill): Use `read-directory-name'.
7714
7715 2007-06-20 Alan Mackenzie <acm@muc.de>
7716
7717 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
7718 When removing lines, also remove the \n. Correction of patch of
7719 2007-04-21.
7720
7721 2007-06-20 Martin Rudalics <rudalics@gmx.at>
7722
7723 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
7724 event is not a cons cell. Do not unread drag-mouse-1 events.
7725 Select right window in check whether space was stolen from
7726 window above.
7727
7728 * help-mode.el (help-make-xrefs): Adjust position of new forward
7729 button.
7730
7731 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
7732
7733 * vc-bzr.el (vc-bzr-with-process-environment)
7734 (vc-bzr-std-process-invocation): New macros.
7735 (vc-bzr-command, vc-bzr-command*): Use them.
7736 (vc-bzr-with-c-locale): Remove.
7737 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
7738 (vc-bzr-buffer-nonblank-p): New function.
7739 (vc-bzr-state-words): New const.
7740 (vc-bzr-state): Look for `bzr status' keywords in output.
7741 Display everything else as a warning message to the user.
7742 Fix status report with bzr >= 0.15.
7743
7744 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
7745
7746 * vc-hg.el (vc-hg-global-switches): Simplify.
7747 (vc-hg-state): Handle more states.
7748 (vc-hg-diff): Fix doc-string.
7749 (vc-hg-register): New function.
7750 (vc-hg-checkout): Likewise.
7751
7752 2007-06-20 Reto Zimmermann <reto@gnu.org>
7753
7754 * progmodes/vera-mode.el: New file.
7755
7756 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7757
7758 * calc/calc.el (calc-multiplication-has-precendence):
7759 New variable.
7760 (math-standard-ops, math-standard-ops-p, math-expr-ops):
7761 New functions.
7762 (math-expr-opers): Define using math-standard-ops rather than
7763 math-standard-opers.
7764 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
7765 equal the function math-standard-ops rather than the variable
7766 math-standard-opers.
7767 (calc-algebraic-entry): Let math-expr-opers equal
7768 math-standard-ops or math-expr-ops, as appropriate.
7769 (math-expr-read-level, math-read-factor): Let math-expr-opers
7770 equal math-expr-ops.
7771 * calc/calc-embed.el (calc-embedded-finish-edit):
7772 Let math-expr-opers equal the function math-standard-ops
7773 rather than the variable math-standard-opers.
7774 * calc/calc-ext.el (math-read-plain-expr)
7775 (math-format-flat-expr-fancy): Let math-expr-opers equal the
7776 function math-standard-ops rather than the variable
7777 math-standard-opers.
7778 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
7779 Let math-expr-opers equal the function math-standard-ops rather
7780 than the variable math-standard-opers.
7781 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
7782 equal the function math-standard-ops rather than the variable
7783 math-standard-opers.
7784 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
7785 equal the function math-standard-ops rather than the variable
7786 math-standard-opers.
7787 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
7788 math-expr-ops.
7789
7790 2007-06-19 Ivan Kanis <apple@kanis.eu>
7791
7792 * vc-hg.el: New file.
7793
7794 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7795
7796 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
7797 with font-lock-multiline.
7798
7799 2007-06-17 Glenn Morris <rgm@gnu.org>
7800
7801 * lpr.el (lpr-page-header-switches): Move %s to separate element
7802 for correct quoting. Doc fix.
7803
7804 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
7807 than setting sgml-xml-mode.
7808 (sgml-mode, html-mode): Set sgml-xml-mode.
7809 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
7810 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
7811 (sgml-electric-tag-pair-before-change-function)
7812 (sgml-electric-tag-pair-flush-overlays): New functions.
7813 (sgml-electric-tag-pair-mode): New minor mode.
7814 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
7815 (sgml-calculate-indent): Use assoc-string.
7816
7817 2007-06-16 Karl Fogel <kfogel@red-bean.com>
7818
7819 * thingatpt.el (thing-at-point-email-regexp): Don't require two
7820 chars before the "@" in an email address. Andreas Roehler noticed
7821 this problem.
7822
7823 2007-06-15 Karl Fogel <kfogel@red-bean.com>
7824
7825 * thingatpt.el: Add support for email addresses (`email').
7826 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
7827 (thing-at-point-email-regexp): New variable.
7828 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
7829 properties on this symbol, with lambda forms for values.
7830
7831 2007-06-15 Masatake YAMATO <jet@gyve.org>
7832
7833 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
7834
7835 * vc.el (vc-dired-hook): Check the backend returned from
7836 `vc-responsible-backend' can really handle `subdir'.
7837
7838 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
7839
7840 * wid-edit.el (widget-add-documentation-string-button):
7841 Fix handling of documentation indent.
7842
7843 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
7844
7845 * mb-depth.el: New file.
7846
7847 2007-06-15 Masatake YAMATO <jet@gyve.org>
7848
7849 * vc.el (vc-dired-mode): Show backend name as part of mode name.
7850
7851 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7852
7853 * wid-edit.el (widget-default-create): Move ?h handling here...
7854 (widget-default-format-handler): ...from here.
7855 (widget-docstring, widget-add-documentation-string-button): New funs.
7856 (documentation-string): Add :visibility-widget property.
7857 (widget-documentation-string-value-create): Use it.
7858
7859 * cus-edit.el (custom-split-regexp-maybe): Simplify.
7860 (custom-buffer-create-internal): Simplify message.
7861 (custom-variable-tag): Reduce height to normal.
7862 (custom-variable-value-create, custom-face-value-create)
7863 (custom-visibility): New widget.
7864 (custom-visibility): New face.
7865 (custom-group-value-create):
7866 Call widget-add-documentation-string-button, using `custom-visibility'.
7867
7868 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7869
7870 * emacs-lisp/bytecomp.el (byte-compile-current-group)
7871 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
7872 change. Apparently the "warning even if the group is implicit" is
7873 a feature rather than a bug.
7874
7875 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
7876
7877 * emulation/viper.el (viper-describe-key-ad)
7878 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
7879 Compile them conditionally.
7880 (viper-version): Belated version change.
7881
7882 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
7883
7884 * follow.el (follow-all-followers, follow-generic-filter):
7885 * pcomplete.el (pcomplete-restore-windows):
7886 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
7887 (x-dnd-drop-data):
7888 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
7889 * progmodes/python.el (python-complete-symbol):
7890 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
7891
7892 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
7893
7894 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
7895 around bright and dim regexps. Make sure bright and dim matches
7896 use word anchors. Send text through rcirc-markup functions.
7897 (rcirc-url-regexp): Add single quote character.
7898 (rcirc-connect): Write logs to disk on auto-save-hook.
7899 Make server a non-optional argument.
7900 (rcirc-log-alist): New variable.
7901 (rcirc-log-directory): Make customizable.
7902 (rcirc-log-flag): New customizable variable.
7903 (rcirc-log): New function.
7904 (rcirc-print): Use above function.
7905 (rcirc-log-write): New function.
7906 (rcirc-generate-new-buffer-name): Strip text properties.
7907 (rcirc-switch-to-buffer-function): Remove variable.
7908 (rcirc-last-non-irc-buffer): Remove variable.
7909 (rcirc-non-irc-buffer): Add function.
7910 (rcirc-next-active-buffer): Use above function.
7911 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
7912 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
7913 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
7914 (rcirc-omit-mode): Add minor-mode.
7915 (rcirc-mode-map): Change C-c C-o binding.
7916 (rcirc-mode): Clear mode-line-process. Use a custom
7917 fill-paragraph-function. Set up buffer-invisibility-spec.
7918 (rcirc-response-formats): Remove timestamp code.
7919 (rcirc-omit-responses): Add variable.
7920 (rcirc-print): Don't put the overlay arrow on potentially omitted
7921 lines. Log line to disk. Record activity for private messages
7922 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
7923 (rcirc-jump-to-first-unread-line): Print message if there is no
7924 unread text.
7925 (rcirc-clear-unread): New function.
7926 (rcirc-markup-text-functions): Add variable.
7927 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
7928 (rcirc-debug): Don't mess with window configuration.
7929 (rcirc-send-message): Send message before printing locally.
7930 Add SILENT argument, do not print message if non-nil.
7931 (rcirc-visible-buffers): New function and variable.
7932 (rcirc-window-configuration-change-1): Add function.
7933 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
7934 server buffer.
7935 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
7936 (rcirc-fill-paragraph): Add function.
7937 (rcirc-record-activity, rcirc-window-configuration-change-1):
7938 Only update the activity string if it has actually changed.
7939 (rcirc-update-activity-string): Remove padding characters from the
7940 mode-line string.
7941 (rcirc-disconnect-buffer): New function to be called when a
7942 channel is parted or the user quits.
7943 (rcirc-server-name): Warn when the server-name hasn't been set.
7944 (rcirc-window-configuration-change): Postpone work until
7945 post-command-hook.
7946 (rcirc-window-configuration-change-1): Update mode-line and
7947 overlay arrows here.
7948 (rcirc-authenticate): Fixc hanserv identification.
7949 (rcirc-default-server): Remove variable.
7950 (rcirc): Connect according to rcirc-connections.
7951 (rcirc-connections): Add variable.
7952 (rcirc-startup-channels-alist): Remove variable.
7953 (rcirc-startup-channels): Remove function.
7954
7955 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7956
7957 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
7958
7959 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
7960
7961 * term/xterm.el (terminal-init-xterm): Escape parens in character
7962 constants.
7963
7964 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7965
7966 * progmodes/sh-script.el: Remove unneeded * from docstrings.
7967 Use [:alpha:] and [:alnum:] where applicable.
7968 (sh-quoted-subshell): Rewrite to correctly
7969 handle nested mixes of `...' and $(...).
7970 (sh-apply-quoted-subshell): Remove.
7971 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
7972
7973 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
7974
7975 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
7976
7977 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
7978 previous change.
7979
7980 2007-06-12 Tom Tromey <tromey@redhat.com>
7981
7982 * subr.el (user-emacs-directory): New defconst.
7983 * cmuscheme.el (scheme-start-file):
7984 * shell.el (shell):
7985 * completion.el (save-completions-file-name):
7986 * custom.el (custom-theme-directory):
7987 * term/x-win.el (emacs-session-filename):
7988 * filesets.el (filesets-menu-cache-file):
7989 * thumbs.el (thumbs-thumbsdir):
7990 * server.el (server-auth-dir):
7991 * image-dired.el (image-dired-dir):
7992 (image-dired-db-file):
7993 (image-dired-temp-image-file):
7994 (image-dired-gallery-dir):
7995 (image-dired-temp-rotate-image-file):
7996 * play/gamegrid.el (gamegrid-user-score-file-directory):
7997 * savehist.el (savehist-file):
7998 * tutorial.el (tutorial--saved-dir):
7999 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
8000
8001 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
8002
8003 * scroll-lock.el (scroll-lock-mode): Doc fix.
8004
8005 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8006
8007 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
8008
8009 * ediff-init.el: Doc strings.
8010
8011 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8012
8013 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
8014 (byte-compile-file): Bind it.
8015 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
8016 group argument is provided implicitly.
8017 (byte-compile-format-warn, byte-compile-from-buffer)
8018 (byte-compile-insert-header): Don't hardcode point-min==1.
8019 (byte-compile-file-form-require): Remove unused var old-load-list.
8020 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
8021
8022 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8023
8024 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
8025 Display error messages.
8026 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
8027 Get rid of cl.el dependencies.
8028
8029 * emulation/viper-init.el (viper-suppress-input-method-change-message):
8030 New variable.
8031 (viper-activate-input-method-action)
8032 (viper-inactivate-input-method-action):
8033 Use viper-suppress-input-method-change-message.
8034
8035 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
8036 for C-s, C-r.
8037
8038 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
8039 Use viper-replace-overlay-cursor-color instead of
8040 viper-replace-overlay-cursor-color.
8041 (viper-sit-for-short): Use sit-for with 3 arguments.
8042
8043 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
8044 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
8045 to gud-mode.
8046
8047 * ediff-mult.el (ediff-meta-buffer-brief-message)
8048 (ediff-meta-buffer-verbose-message): New variables.
8049 (ediff-meta-buffer-message): Variable deleted.
8050 (ediff-verbose-help-enabled): New variable.
8051 (ediff-toggle-verbose-help-meta-buffer): New function.
8052 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
8053 message options.
8054
8055 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
8056 (ediff-fixup-patch-map): Improve heuristic.
8057
8058 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8059
8060 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
8061 (log-view-font-lock-keywords): Simplify.
8062 (log-view-current-file, log-view-current-tag): Simplify.
8063
8064 2007-06-12 Sam Steingold <sds@gnu.org>
8065
8066 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
8067
8068 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
8069
8070 * desktop.el (desktop-load-locked-desktop): New option.
8071 (desktop-read): Use it.
8072 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
8073 Use `when'.
8074
8075 2007-06-12 Davis Herring <herring@lanl.gov>
8076
8077 * desktop.el (desktop-save-mode-off): New function.
8078 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
8079 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
8080 (desktop-claim-lock, desktop-release-lock): New functions.
8081 (desktop-kill): Tell `desktop-save' that this is the last save.
8082 Release the lock afterwards.
8083 (desktop-buffer-info): New function.
8084 (desktop-save): Use it. Run `desktop-save-hook' where the doc
8085 says to. Detect conflicts, and manage the lock.
8086 (desktop-read): Detect conflicts. Manage the lock.
8087
8088 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
8091
8092 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
8093 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
8094 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
8095 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
8096 keysyms rather than byte sequences.
8097 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
8098
8099 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * font-lock.el (font-lock-add-keywords): In case font-lock was only
8102 half-activated, forcefully activate it completely.
8103
8104 2007-06-11 Richard Stallman <rms@gnu.org>
8105
8106 * cus-edit.el (custom-variable-type): Doc fix.
8107
8108 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
8111 (sh-font-lock-flush-syntax-ppss-cache): New functions.
8112 (sh-font-lock-syntactic-keywords): Use them to distinguish the
8113 different possible cases for \'.
8114
8115 * complete.el (PC-bindings): Don't bind things already bound in the
8116 parent keymap.
8117
8118 * textmodes/bibtex-style.el: New file.
8119
8120 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
8121
8122 * vc-bzr.el: New file.
8123
8124 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * vc-svn.el (vc-svn-program): New var.
8127 (vc-svn-command): Use it.
8128
8129 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
8130
8131 * server.el (server-switch-buffer): Remove redundant check.
8132
8133 2007-06-10 Martin Rudalics <rudalics@gmx.at>
8134
8135 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8136 Match against file-name-nondirectory.
8137 Fix text on user customization variables.
8138 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
8139
8140 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8141
8142 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
8143
8144 2007-06-09 Davis Herring <herring@lanl.gov>
8145
8146 * desktop.el (desktop-minor-mode-table): Doc fix.
8147
8148 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8149
8150 * textmodes/css-mode.el (css-navigation-syntax-table):
8151 Use set-char-table-range so it also works in the unicode branch.
8152
8153 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
8154
8155 * help-mode.el (help-xref-forward-stack)
8156 (help-xref-stack-forward-item, help-forward-label): New variables.
8157 (help-forward): New button type.
8158 (help-setup-xref): Initialise help-xref-forward-stack.
8159 (help-make-xrefs): Add forward button, if appropriate.
8160 (help-xref-go-back): Push item on forward stack.
8161 (help-xref-go-forward, help-go-forward): New functions.
8162
8163 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
8164
8165 * dired.el (dired-mode-map): Remove spurious separator.
8166
8167 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8168
8169 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
8170
8171 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8172 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
8173
8174 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
8175
8176 * textmodes/org.el: Version number fixed.
8177
8178 2007-06-07 Glenn Morris <rgm@gnu.org>
8179
8180 * version.el (emacs-copyright): New constant.
8181 * startup.el (fancy-splash-tail): Use emacs-copyright.
8182 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
8183
8184 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
8185 `make-local'.
8186 (byte-compile-warnings-safe-p): Add `make-local'.
8187 (byte-compile-make-variable-buffer-local):
8188 Allow byte-compile-warnings to suppress this warning.
8189
8190 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
8191 format of "menu" description.
8192 (tutorial--find-changed-keys): Describe the specific menu a
8193 command is in.
8194
8195 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
8196 Rewrite compatibility functions to silence byte-compiler.
8197
8198 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8199
8200 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
8201 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
8202
8203 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
8204
8205 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
8206
8207 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8208
8209 * progmodes/ebrowse.el (ebrowse-member-table):
8210 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
8211 (org-batch-agenda-csv): Fix typos in docstrings.
8212
8213 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8214
8215 * international/mule-cmds.el (toggle-enable-multibyte-characters)
8216 (sort-coding-systems, search-unencodable-char): Doc fixes.
8217 (coding-system-change-eol-conversion, set-default-coding-systems)
8218 (prefer-coding-system, find-multibyte-characters, princ-list)
8219 (leim-list-entry-regexp, set-input-method, locale-language-names)
8220 (input-method-exit-on-first-char, exit-language-environment-hook)
8221 (locale-charset-language-names): Fix typos in docstrings.
8222
8223 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8224
8225 * pgg.el (pgg-sign-region, pgg-sign):
8226 * ses.el (ses-call-printer):
8227 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
8228 * textmodes/org.el (org-cycle): Fix typos in docstrings.
8229
8230 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
8231
8232 * textmodes/org.el (org-export-region-as-html)
8233 (org-replace-region-by-html, org-number-to-letters)
8234 (org-table-fedit-finish, org-normalize-color)
8235 (org-table-fedit-ref-right, org-date-to-gregorian)
8236 (org-table-fedit-move, org-table-convert-refs-to-rc)
8237 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
8238 (org-write-agenda, org-colgroup-info-to-vline-list)
8239 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
8240 (org-indent-line-function, org-export-as-html-to-buffer)
8241 (org-store-agenda-views, org-update-mode-line)
8242 (org-find-if, org-delete-all)
8243 (org-table-fedit-convert-buffer, org-emphasize)
8244 (org-uniquify, org-table-fedit-lisp-indent)
8245 (org-table-fedit-scroll, org-get-todo-sequence-head)
8246 (org-table-fedit-scroll-down, org-table-fedit-line-down)
8247 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
8248 (org-table-fedit-toggle-coordinates, org-dvipng-color)
8249 (org-table-fedit-line-up, org-table-fedit-ref-down)
8250 (org-table-formula-from-user, org-mode-flyspell-verify)
8251 (org-cycle-show-empty-lines, org-ctrl-c-ret)
8252 (org-table-formula-to-user, org-diary-to-ical-string)
8253 (orgtbl-export, org-table-fedit-post-command)
8254 (org-closed-in-range, org-shiftcontrolright)
8255 (org-table-convert-refs-to-an, org-table-hline-and-move)
8256 (org-table-formula-less-p, org-format-table-ascii)
8257 (org-agenda-get-sexps, org-shift-refpart)
8258 (org-diary-sexp-entry, org-time-string-to-absolute)
8259 (org-table-show-reference, org-letters-to-number)
8260 (org-fix-agenda-info, org-table-fedit-ref-up)
8261 (org-table-fedit-shift-reference, org-table-fedit-abort)
8262 (org-closest-date, org-shiftcontrolleft)
8263 (org-at-heading-or-item-p, org-rematch-and-replace)
8264 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
8265 New functions.
8266 (org-table-edit-scroll-down, org-finish-edit-formulas)
8267 (org-table-edit-next-field, org-abort-edit-formulas)
8268 (org-font-lock-level, org-export-find-first-heading-line)
8269 (org-table-edit-line-down, org-table-edit-backward-field)
8270 (org-edit-formula-lisp-indent, org-table-edit-move)
8271 (org-check-log-option, org-this-word)
8272 (org-table-edit-line-up, org-table-edit-formulas-post-command)
8273 (org-agenda-file-to-end, org-expand-file-name)
8274 (org-fake-empty-table-line, org-table-edit-scroll)
8275 (org-toggle-log-option, org-show-reference): Function removed.
8276 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
8277 New defsubsts.
8278 (org-unmodified, org-batch-store-agenda-views)
8279 (org-batch-agenda-csv): New macro.
8280 (org-agenda-export): New customization group.
8281 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
8282 (org-highest-priority, org-agenda-exporter-settings)
8283 (org-log-done-with-time, org-replace-disputed-keys)
8284 (org-format-latex-header, org-export-table-header-tags)
8285 (org-cycle-separator-lines, org-export-table-data-tags)
8286 (org-icalendar-include-sexps)
8287 (org-empty-line-terminates-plain-lists)
8288 (org-log-repeat, org-special-ctrl-a)
8289 (org-table-use-standard-references, org-disputed-keys)
8290 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
8291 (org-agenda-export-html-style): New option.
8292 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
8293 (org-CUA-compatible): Option removed.
8294 (org-agenda-structure, org-sexp-date): New face.
8295 (org-todo-keywords-for-agenda, org-not-done-keywords)
8296 (org-planning-or-clock-line-re, org-agenda-name)
8297 (org-table-colgroup-info, org-todo-sets)
8298 (constants-unit-system, org-clock-mode-line-entry)
8299 (org-mode-line-timer, org-table-current-begin-pos)
8300 (org-todo-keywords-1, org-mode-line-string)
8301 (org-table-clean-did-remove-column, org-table-fedit-map)
8302 (org-clock-heading, org-table-buffer-is-an)
8303 (org-agenda-info, org-done-keywords)
8304 (org-done-keywords-for-agenda, org-todo-heads)
8305 (org-todo-kwd-alist, org-clock-start-time): New variable.
8306 (org-todo-kwd-priority-p, org-edit-formulas-map)
8307 (org-repeat-re, org-todo-kwd-max-priority)
8308 (org-version, org-done-string)
8309 (org-table-clean-did-remove-column-1, org-disputed-keys):
8310 Remove variables.
8311 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
8312 (org-ts-lengths): Constant removed.
8313 (org-follow-gnus-link): Don't ask how many articles to read.
8314 (org-export-find-first-export-line): Rename from
8315 `org-export-find-first-heading'.
8316 Use `org-export-skip-text-before-1st-heading'.
8317 (org-table-fedit-post-command): Rename from
8318 `org-table-edit-formulas-post-command'.
8319 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
8320 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
8321 (org-table-fedit-lisp-indent): Rename from
8322 `org-edit-formula-lisp-indent'.
8323 (org-table-show-reference): Rename from `org-show-reference'.
8324 (org-table-store-formulas): Use `org-table-formula-less-p'.
8325 (org-table-edit-formulas): Position cursor to current field equation.
8326 (org-update-checkbox-count, org-hide-archived-subtrees)
8327 (org-timestamp-up-day, org-timestamp-down-day)
8328 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
8329 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
8330 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
8331 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
8332 Let `org-on-heading-p' also check for invisible heading.
8333 (org-read-date): Match am/pm times.
8334 (org-eval-in-calendar): Fix default date in prompt.
8335
8336 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
8337
8338 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
8339 "ChangeLog.a" entries, giving the latter lower priority.
8340
8341 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
8342
8343 * faces.el (face-id): If the argument is a face alias,
8344 return the ID of the target face.
8345
8346 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
8347
8348 * net/socks.el (top): Remove unnecessary copyright line.
8349
8350 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
8351
8352 * longlines.el (longlines-auto-wrap): Handle argument correctly.
8353
8354 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
8355
8356 * net/socks.el: New file, taken from w3 repository.
8357 (top): Update Copyright. Don't load cl.el.
8358 (all): Replace `case' by `cond', `string-to-int' by
8359 `string-to-number', and `process-kill-without-query' by
8360 `set-process-query-on-exit-flag'.
8361 (socks-char-int): Remove defalias and all occurrences.
8362
8363 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
8364
8365 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
8366 Fix typos in docstrings.
8367 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
8368 (compilation-finish-function): Fix typo in obsolescence declaration.
8369
8370 2007-06-03 Sam Steingold <sds@gnu.org>
8371
8372 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
8373 handle unending automatic recompilation of changed files (`omake -P').
8374 (compilation-loop): VISITED is now 5th CDR.
8375 (compilation-next-error-function): Set TIMESTAMP.
8376
8377 2007-06-03 Sam Steingold <sds@gnu.org>
8378
8379 * files.el (kill-buffer-ask): New function.
8380 (kill-some-buffers): Use it.
8381 (kill-matching-buffers): New user command.
8382
8383 2007-06-01 David Kastrup <dak@gnu.org>
8384
8385 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8386 Change default to `top'.
8387
8388 2007-05-31 Richard Stallman <rms@gnu.org>
8389
8390 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
8391
8392 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * textmodes/css-mode.el: New file.
8395
8396 2007-05-30 Michael Olson <mwolson@gnu.org>
8397
8398 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
8399 died and we are trying to send a signal to it. The program using
8400 tq.el should periodically check to see whether the process has
8401 died and react appropriately -- this is not the responsibility of
8402 tq.el, and is consistent with the rest of the tq.el source code.
8403
8404 2007-05-29 Martin Rudalics <rudalics@gmx.at>
8405
8406 * textmodes/table.el (table--point-entered-cell-function)
8407 (table--point-left-cell-function):
8408 Bind `inhibit-point-motion-hooks' to t.
8409
8410 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8411
8412 * emacs-lisp/rx.el (rx): Doc fix.
8413
8414 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
8415
8416 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
8417
8418 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
8419
8420 Sync with Tramp 2.0.56.
8421
8422 * net/tramp.el:
8423 * net/tramp-ftp.el:
8424 * net/tramp-smb.el:
8425 * net/tramp-util.el:
8426 * net/tramp-vc.el:
8427 Don't load cl.el, because that pollutes the namespace. Replace cl
8428 macros by their implementations where necessary. Requested by
8429 Richard Stallman <rms@gnu.org>.
8430
8431 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
8432 doesn't exist.
8433 (with-parsed-tramp-file-name): Protect debug spec during compilation.
8434 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
8435 (tramp-file-name-p, tramp-file-name-multi-method)
8436 (tramp-file-name-method, tramp-file-name-user)
8437 (tramp-file-name-host, tramp-file-name-localname): New defuns,
8438 replacing defstruct `tramp-file-name'.
8439 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
8440 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
8441 Apply `vector' instead of `make-tramp-file-name'.
8442 (tramp-handle-make-auto-save-file-name):
8443 Apply `tramp-temporary-file-directory' for compatibility reasons.
8444 (tramp-completion-mode): Use `natnump' instead of `wholenump'
8445 because of XEmacs.
8446 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
8447 started.
8448
8449 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
8450
8451 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
8452
8453 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
8454
8455 * log-edit.el (log-edit-changelog-paragraph): Return point-max
8456 as the end of the ChangeLog paragraph when it ends without a line
8457 termination.
8458
8459 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
8460
8461 * net/webjump.el (webjump-sample-sites):
8462 Add simple Wikipedia query.
8463
8464 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
8467 compatibility code.
8468
8469 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
8470 (copyright-update-year): Use it.
8471
8472 * edmacro.el (edmacro-format-keys): Use current-active-maps.
8473
8474 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
8475 Add indentation and debugging info. Fix up comment convention.
8476
8477 * cus-dep.el (custom-make-dependencies): Simplify.
8478
8479 * composite.el (compose-region, decompose-region):
8480 Use inhibit-read-only and restore-buffer-modified-p.
8481
8482 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
8483 (xterm-mouse-event): Use it.
8484
8485 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
8486
8487 * bs.el (bs-cycle-previous): Don't modify the cycle list until
8488 `switch-to-buffer' has returned succesfully.
8489 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
8490 window is dedicated (it could iconify the frame).
8491
8492 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
8493
8494 * vc-hooks.el (vc-find-root): Fix file attribute test.
8495
8496 2007-05-24 Richard Stallman <rms@gnu.org>
8497
8498 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8499 Don't let opoint be nil.
8500 (flyspell-emacs-popup): Explicit error if no dialogs.
8501
8502 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
8503
8504 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
8505 (image-next-line, image-previous-line, image-scroll-up)
8506 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
8507 New functions.
8508 (image-mode-map): Remap motion commands.
8509 (image-mode-text-map): New keymap for viewing images as text.
8510 (image-mode): Use image-mode-map.
8511 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
8512
8513 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8514
8515 * textmodes/fill.el (canonically-space-region): Make the second arg
8516 a marker if it's not already the case.
8517
8518 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8519
8520 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
8521 (tar-get-descriptor): Handle type 55, an extended pax header.
8522
8523 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
8526 to confuse outline-minor-mode.
8527
8528 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8529
8530 * tar-mode.el (tar-file-name-handler): New function.
8531 (tar-extract): Bind file-name-handler-alist to it to force
8532 find-buffer-file-type-coding-system behave as if the file being
8533 extracted existed. Use last-coding-system-used to force
8534 buffer-file-coding-system to what decode-coding-region actually
8535 used to decode the file.
8536
8537 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8538
8539 * progmodes/compile.el (compilation-handle-exit):
8540 `compilation-finish-function' may change the current buffer.
8541
8542 2007-05-22 Richard Stallman <rms@gnu.org>
8543
8544 * files.el (set-auto-mode): Doc fix.
8545
8546 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8547
8548 * help-fns.el (find-source-lisp-file): New function.
8549 (describe-function-1): Use find-source-lisp-file to find source
8550 file in compile tree.
8551
8552 2007-05-22 Eli Zaretskii <eliz@gnu.org>
8553
8554 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8555
8556 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
8557
8558 * emacs-lisp/easy-mmode.el (define-minor-mode)
8559 (easy-mmode-define-navigation): Fix typos in docstrings.
8560
8561 2007-05-22 Glenn Morris <rgm@gnu.org>
8562
8563 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
8564
8565 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
8566
8567 * mail/mail-extr.el (mail-extract-address-components):
8568 Recognize non-ASCII characters except for NBSP as words.
8569
8570 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
8571
8572 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
8573 (rcirc-print): Handle `window-width'.
8574 (rcirc-buffer-maximum-lines): Doc fix.
8575
8576 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
8577
8578 * image-mode.el (image-toggle-display): Don't clear image cache.
8579 Only use filename in image spec if the file is readable.
8580 Call image-refresh.
8581
8582 * image.el (image-type-from-file-name, image-type): Simplify.
8583 (image-type-auto-detected-p): Don't scan auto-mode-alist.
8584
8585 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
8586 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
8587
8588 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8589
8590 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
8591 is an error.
8592
8593 * term/linux.el (terminal-init-linux): Don't signal an error
8594 if gpm isn't running.
8595
8596 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8597
8598 * t-mouse.el: Reduce to a minor-mode macro call.
8599 (t-mouse-mode): Remove the lighter.
8600
8601 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
8602
8603 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
8604
8605 * files.el (auto-mode-alist): Change the regexp so that
8606 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
8607
8608 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8609
8610 * Version 22.1 released.
8611
8612 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
8613
8614 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
8615 changes.
8616
8617 2007-05-19 Kevin Ryde <user42@zip.com.au>
8618
8619 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
8620
8621 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
8622
8623 * textmodes/sgml-mode.el: Revert last change.
8624
8625 2007-05-18 Richard Stallman <rms@gnu.org>
8626
8627 * simple.el (push-mark): Doc fix.
8628
8629 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
8630
8631 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
8632 tpu-global-map.
8633 (tpu-original-global-map): Variable deleted.
8634 (tpu-control-keys-map): New keymap variable.
8635 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
8636 setting keymapping directly.
8637 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
8638 tpu-global-map.
8639 (tpu-edt-on): Activate the tpu-global-map.
8640 (tpu-edt-off): Deactivate the tpu-global-map.
8641
8642 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
8643
8644 * textmodes/ispell.el (ispell-get-word): Return markers
8645 for start and end positions.
8646 (ispell-word): Assume END is a marker.
8647
8648 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8649
8650 * printing.el: Group together all XEmacs/Emacs definitions.
8651 (pr-version): New version 6.9.
8652 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
8653 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
8654 (pr-menu-bind): Fix code.
8655 (pr-e-frame-char-height, pr-e-frame-char-width)
8656 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
8657 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
8658 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
8659 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
8660 (pr-x-event-y-pixel): Aliases eliminated.
8661 (pr-xemacs-global-menubar): Macro moved.
8662 (current-menubar, current-mouse-event, zmacs-region-stays)
8663 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
8664 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
8665 Vars moved.
8666 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
8667 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
8668 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
8669 (pr-menu-set-utility-title, pr-even-or-odd-pages)
8670 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
8671 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
8672 moved.
8673
8674 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
8675
8676 * textmodes/sgml-mode.el (sgml-tag):
8677 Fix bug: Call sgml-transformation-function.
8678
8679 2007-05-17 Martin Rudalics <rudalics@gmx.at>
8680
8681 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
8682 modified flag of buffer. Use `inhibit-modification-hooks'.
8683
8684 2007-05-16 Richard Stallman <rms@gnu.org>
8685
8686 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
8687
8688 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8689
8690 * files.el (magic-mode-alist, magic-fallback-mode-alist):
8691 Move the *ml, Postscript, and XmCD entries to the fallback part.
8692
8693 * files.el (magic-fallback-mode-alist):
8694 Rename from file-start-mode-alist.
8695
8696 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8697
8698 * progmodes/compile.el (compilation-handle-exit): Quote first
8699 argument of `run-hook-with-args'.
8700
8701 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
8702
8703 * buff-menu.el (Buffer-menu-sort-column):
8704 * dabbrev.el (dabbrev-upcase-means-case-search):
8705 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8706 * info.el (Info-current-subfile):
8707 * ls-lisp.el (ls-lisp-verbosity):
8708 * msb.el (msb-menu-cond):
8709 * pcvs.el (cvs-dired-use-hook):
8710 * simple.el (set-mark-command-repeat-pop):
8711 * time.el (display-time-24hr-format, display-time-mail-file):
8712 Doc fixes.
8713
8714 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
8715 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
8716
8717 * view.el (view-inhibit-help-message): Fix typo in docstring.
8718 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
8719
8720 2007-05-16 Martin Rudalics <rudalics@gmx.at>
8721
8722 * textmodes/ispell.el (ispell-start-process): Defend against bad
8723 default-directory.
8724
8725 2007-05-14 Eli Zaretskii <eliz@gnu.org>
8726
8727 * mail/rmail.el (rmail-convert-to-babyl-format): Check
8728 content-transfer-encoding _last_, because it's its position that
8729 we need as value of base64-header-field-end.
8730
8731 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
8732
8733 * files.el (mode-require-final-newline, require-final-newline)
8734 (enable-local-variables, enable-local-eval): Doc fixes.
8735
8736 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8737
8738 * ps-print.el: Use default color when foreground or background color
8739 are unspecified. Reported by Leo <sdl.web@gmail.com>.
8740 (ps-print-version): New version 6.7.4.
8741 (ps-rgb-color): New argument. Use default color when color is
8742 unspecified.
8743 (ps-begin-job): Fix code.
8744
8745 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
8746
8747 * longlines.el (longlines-mode): Make longlines-auto-wrap
8748 buffer-local. Add hooks unconditionally.
8749 (longlines-auto-wrap): Toggle wrapping.
8750 (longlines-after-change-function)
8751 (longlines-post-command-function): Check longlines-auto-wrap.
8752
8753 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
8754
8755 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
8756 (xterm-mouse-translate): Use it.
8757
8758 2007-05-10 Richard Stallman <rms@gnu.org>
8759
8760 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
8761 (iso-cvt-write-only): Likewise.
8762
8763 * emacs-lisp/easy-mmode.el (define-minor-mode):
8764 Fix generated doc string.
8765
8766 * startup.el (fancy-splash-text): Add URL of guided tour.
8767 Adjust horizontal and vertical whitespace.
8768
8769 * progmodes/compile.el (compilation-handle-exit):
8770 Use run-hook-with-args to run compilation-finish-functions.
8771
8772 * files.el (file-start-mode-alist): New variable.
8773 (magic-mode-regexp-match-limit): Doc fix.
8774 (set-auto-mode): Handle file-start-mode-alist.
8775 A little cleanup of structure.
8776
8777 * dabbrev.el (dabbrev-eliminate-newlines):
8778 Renamed from dabbrev--eliminate-newlines. All uses changed.
8779
8780 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8781
8782 * man.el (Man-next-section): Don't consider the last line of the page
8783 as being part of any section.
8784
8785 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8786
8787 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
8788 can take any number of values.
8789
8790 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8791
8792 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
8793 to the list of citation commands.
8794
8795 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8796
8797 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
8798
8799 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
8800
8801 * progmodes/python.el (python-font-lock-keywords)
8802 (python-open-block-statement-p, python-mode): Add support for the new
8803 "with" keyword.
8804
8805 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8806
8807 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
8808 the exact opposite of diff-goto-source.
8809
8810 * emacs-lisp/advice.el (ad-special-forms): Remove.
8811 (ad-special-form-p): Use subr-arity.
8812
8813 * newcomment.el (comment-search-forward): Make sure we search forward.
8814 (comment-enter-backward): Try and distinguish the non-matching case at
8815 EOB from the non-matching case with a missing comment-end-skip for
8816 a 2-char comment ender.
8817 (comment-choose-indent): New function extracted from comment-indent.
8818 Improve the alignment algorithm.
8819 (comment-indent): Use it.
8820
8821 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
8822 XML style Processing Instructions.
8823 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
8824 (sgml-calculate-indent): Handle `pi' context.
8825
8826 * vc.el: Ensure that update-changelog issues an error when used with
8827 a backend that does not implement it.
8828 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
8829 Remove `backend' argument. Use expand-file-name.
8830 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
8831
8832 * progmodes/python.el (python-end-of-block): Revert last change.
8833 (python-end-of-statement): Make sure we move *forward*.
8834
8835 2007-05-08 Richard Stallman <rms@gnu.org>
8836
8837 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8838 Don't include non-self-insert commands in the exception for `-'.
8839
8840 2007-05-08 David Reitter <david.reitter@gmail.com>
8841
8842 * progmodes/python.el (python-guess-indent): Check non-nullness
8843 before comparing indent against the 2..8 interval.
8844
8845 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8846
8847 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
8848 available.
8849
8850 2007-05-06 Richard Stallman <rms@gnu.org>
8851
8852 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
8853
8854 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
8857 rather than storing their value in the revert-buffer function.
8858
8859 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
8860
8861 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
8862 when disabling t-mouse-mode.
8863
8864 2007-05-01 Davis Herring <herring@lanl.gov>
8865
8866 * calendar/timeclock.el: Update version number.
8867 (timeclock-modeline-display): Mention timeclock-use-display-time
8868 in explanatory message.
8869 (timeclock-in): Fix non-interactive workday specifications.
8870 (timeclock-log): Don't kill the log buffer if it already existed.
8871 Suppress warnings when finding the log. Don't check for a nil
8872 project twice. Run hooks after killing the buffer (if applicable).
8873 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
8874 was geometric). All uses changed.
8875 (timeclock-generate-report): Support prefix argument.
8876
8877 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
8878
8879 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
8880 disconnections.
8881
8882 2007-05-01 Romain Francoise <romain@orebokech.com>
8883
8884 * dired-x.el: Revert 2007-04-06 change.
8885
8886 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
8887
8888 * find-dired.el (find-dired-filter): Propertize all text down to eob.
8889
8890 2007-04-29 Richard Stallman <rms@gnu.org>
8891
8892 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
8893
8894 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8895
8896 * progmodes/cc-mode.el (c-before-change): Use point-min rather
8897 than 1.
8898
8899 2007-04-28 Richard Stallman <rms@gnu.org>
8900
8901 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
8902
8903 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
8904
8905 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
8906 don't put stop on toolbar.
8907
8908 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8909
8910 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
8911
8912 2007-04-28 Eli Zaretskii <eliz@gnu.org>
8913
8914 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
8915 instead of $(lisp)/mh-e.
8916
8917 2007-04-28 Glenn Morris <rgm@gnu.org>
8918
8919 * image-dired.el (image-dired-cmd-create-thumbnail-options)
8920 (image-dired-cmd-create-temp-image-options): Replace option
8921 +profile "*" with -strip.
8922
8923 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
8924
8925 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
8926 Use window-start and window-end.
8927
8928 2007-04-27 Andreas Schwab <schwab@suse.de>
8929
8930 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
8931
8932 2007-04-27 Eli Zaretskii <eliz@gnu.org>
8933
8934 * textmodes/fill.el (fill-paragraph): Doc fix.
8935
8936 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
8937
8938 * locate.el (locate-in-alternate-database): Doc fix.
8939
8940 2007-04-26 Glenn Morris <rgm@gnu.org>
8941
8942 * button.el (button): Use underline if supported, else fall back
8943 to color.
8944
8945 * version.el (emacs-version): Increase to 22.1.50.
8946
8947 2007-04-25 Richard Stallman <rms@gnu.org>
8948
8949 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
8950
8951 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
8952
8953 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
8954 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
8955 pushing mark.
8956 (idlwave-current-routine): Don't push mark.
8957
8958 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
8959
8960 * image-dired.el (image-dired-display-image): Derive image-type from
8961 filename rather than assuming jpeg, in case no resizing was needed.
8962
8963 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8964
8965 * custom.el (defface): Doc fix.
8966
8967 See ChangeLog.12 for earlier changes.
8968
8969 ;; Local Variables:
8970 ;; coding: iso-2022-7bit
8971 ;; add-log-time-zone-rule: t
8972 ;; End:
8973
8974 Copyright (C) 2007 Free Software Foundation, Inc.
8975
8976 This file is part of GNU Emacs.
8977
8978 GNU Emacs is free software; you can redistribute it and/or modify
8979 it under the terms of the GNU General Public License as published by
8980 the Free Software Foundation; either version 3, or (at your option)
8981 any later version.
8982
8983 GNU Emacs is distributed in the hope that it will be useful,
8984 but WITHOUT ANY WARRANTY; without even the implied warranty of
8985 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8986 GNU General Public License for more details.
8987
8988 You should have received a copy of the GNU General Public License
8989 along with GNU Emacs; see the file COPYING. If not, write to the
8990 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
8991 Boston, MA 02110-1301, USA.
8992
8993 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af