]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(doc-view-mode-map): Bind doc-view-goto-page to the keys
[gnu-emacs] / lisp / ChangeLog
1 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
4 used normally for goto-line. Change `g' to revert the buffer.
5 Add redundant `r' binding for buffer-revert.
6
7 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
8 (mail-abbrevs-setup): Use abbrev-expand-functions.
9 (build-mail-abbrevs): Use with-temp-buffer.
10 (define-mail-abbrev): Simplify.
11 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
12 Change it for use on abbrev-expand-functions.
13 (mail-abbrev-complete-alias): Use with-syntax-table.
14
15 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
16
17 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
18 directly. Fix bug in deleting temp file.
19
20 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
23 Merge defvar and define-abbrev-table.
24 (def-python-skeleton): Use :case-fixed and :enable-function.
25 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
26 Remove.
27 (python-mode): Don't modify pre-abbrev-expand-hook.
28
29 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
30
31 * ediff-util.el (ediff-file-checked-out-p)
32 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
33
34 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * abbrev.el (abbrev-symbol): Correct let->let*.
37 (abbrev--before-point): Only use abbrev-start-location if before point.
38
39 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
40
41 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
42 (strokes-unload-hook): Remove function and variable.
43 (strokes-unload-function): New-style unload function, adapted
44 from `strokes-unload-hook'.
45
46 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
47 (cl-unload-hook): Remove variable.
48 (cl-unload-function): New-style unload function, adapted
49 from `cl-cannot-unload'.
50
51 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
52 (elp-unload-function): New-style unload function, adapted
53 from `elp-unload-hook'.
54
55 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
56
57 * emacs-lisp/find-func.el (find-library): Use library at
58 point as default interactive argument.
59
60 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
61
62 * shadowfile.el (shadow-join): Remove.
63 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
64 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
65 (shadowfile-unload-hook): Remove function and variable.
66 (shadowfile-unload-function): New-style unload function, adapted
67 from `shadowfile-unload-hook'.
68
69 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
70
71 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
72 only if it is bound.
73
74 * textmodes/reftex.el: Move autoloads for before all uses.
75 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
76 (reftex-delete-overlay): Move to the top level with the condition
77 in the body.
78
79 * progmodes/simula.el: Use when instead of if.
80
81 * iimage.el (iimage-locate-file): Define unconditionally.
82
83 * mail/mailabbrev.el (mail-abbrev-next-line):
84 * emulation/vip.el (vip-enlarge-region, vip-line)
85 (vip-next-line-at-bol, vip-previous-line)
86 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
87 Wrap with-no-warnings around uses of next-line and previous-line.
88
89 * ediff.el (run-ediff-from-cvs-buffer):
90 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
91 Remove function not used by pcl-cvs anymore.
92 (noninteractive, generic-sc-get-latest-rev)
93 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
94 Delete support for long obsolete generic-sc.el.
95
96 2007-10-31 Glenn Morris <rgm@gnu.org>
97
98 * cvs-status.el: No longer require pcvs when compiling.
99
100 * doc-view.el (doc-view-conversion-refresh-interval)
101 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
102 (doc-view-reset-slice): Doc fixes.
103 (doc-view-menu): Remove deleted function doc-view-edit-doc.
104
105 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
106
107 * help-at-pt.el (help-at-pt-unload-hook): Remove.
108 Timers are automatically canceled by `unload-feature'.
109
110 * delsel.el (delsel-unload-hook): Remove function and variable.
111 (delsel-unload-function): New-style unload function, adapted
112 from `delsel-unload-hook'.
113
114 * msb.el (msb-unload-hook): Remove function and variable.
115 (msb-unload-function): New-style unload function, adapted from
116 `msb-unload-hook'.
117
118 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
119
120 * desktop.el (uniquify-managed): Pacify byte compiler.
121 (desktop-buffer-info): If the buffer name is managed by uniquify,
122 save the base name, not the uniquified one.
123 (desktop-create-buffer): Allow `rename-buffer' to generate a new
124 name in case of conflict.
125
126 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * doc-view.el: Use expand-file-name rather than concat.
129 (doc-view-cache-directory): Add the UID so multiple users won't clash.
130 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
131 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
132 (doc-view-toggle-display): Use an overlay over the whole buffer so as
133 not to have to touch the buffer's content.
134 (doc-view-initiate-display): New function, extracted from doc-view-mode.
135 (doc-view-mode): Use it. Don't mark as a special mode.
136 Put the page numbers in the modeline.
137 Set up the overlay. Hide the cursor. Run the mode hook.
138 Use after-revert-hook rather than revert-buffer-function.
139 (doc-view-search-internal): Fix typo.
140 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
141 image-cache flush.
142 (doc-view-reconvert-doc): Don't reset the whole mode.
143 (doc-view-make-safe-dir): New function.
144 (doc-view-current-cache-dir): Use it.
145
146 2007-10-30 Jason Rumney <jasonr@gnu.org>
147
148 * time.el (display-time-world-list): Test for zoneinfo support.
149
150 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
151
152 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
153
154 * net/tramp-cache.el (tramp-flush-file-function): Check also
155 `default-directory' if `buffer-file-name' does not return a
156 string. Added to `eshell-pre-command-hook'.
157
158 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * doc-view.el (doc-view-current-doc): Remove.
161 Replace all uses by buffer-file-name.
162 (doc-view-menu): New menu.
163 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
164 unused var `doc'.
165 (doc-view-sort): Simplify.
166 (doc-view-buffer-message): Don't change buffer-modified-p.
167 (doc-view-mode): Change it here instead.
168 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
169 Don't modify the global value of revert-buffer-function.
170
171 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
172 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
173 (image-toggle-display): Take overlays into account and don't assume
174 point-min==1.
175
176 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
177
178 * vc.el (vc-annotate): Fix omission bug:
179 Specify value for vc-sentinel-movepoint.
180
181 2007-10-30 Michael Olson <mwolson@gnu.org>
182
183 * textmodes/remember.el (remember-mode-hook)
184 (remember-handler-functions, remember-annotation-functions):
185 Add additional items as options, including some Org functions.
186
187 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
188
189 * doc-view.el: Remove cl-dependency.
190 (doc-view-buffer-message): Mention new binding K.
191 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
192 instead of variable.
193 (doc-view-current-cache-dir): Better cache dir naming.
194 (doc-view-current-display): Remove variable.
195 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
196 (doc-view-kill-proc): Set converter process to nil.
197 (doc-view-minor-mode): New minor mode.
198 (doc-view-minor-mode-map): New keymap.
199 (doc-view-mode): Remove text/image switching code. Use plain defun.
200 (doc-view-mode-map): New binding K kills converter process.
201 Remove C-c C-e binding.
202 (doc-view-mode-text-map): Remove keymap.
203 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
204 d-v-display-maybe.
205 (doc-view-previous-major-mode): New variable.
206 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
207 (doc-view-remove-if): New function.
208 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
209 (doc-view-toggle-display): Toggle modes instead of display styles.
210 (doc-view-reconvert-doc): Adapt to new way of doing things.
211
212 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
213
214 2007-10-30 Glenn Morris <rgm@gnu.org>
215
216 * dirtrack.el (dirtrack-mode): Doc fix.
217 * shell.el (shell-dirtrack-verbose, shell-mode)
218 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
219
220 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
221 (byte-compile-enable-warning): Doc fix.
222
223 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
224 suppress byte-opt warning.
225
226 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
227
228 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
229 (edt-gnu-emacs19-p): Remove.
230 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
231 (edt-xserver, edt-page-backward, edt-beginning-of-line)
232 (edt-end-of-line-forward, edt-end-of-line-backward)
233 (edt-one-word-forward, edt-one-word-backward, edt-character)
234 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
235 (edt-find-forward, edt-find-backward, edt-find-next-forward)
236 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
237 (edt-define-key, edt-bottom-check, edt-sentence-forward)
238 (edt-sentence-backward, edt-paragraph-forward)
239 (edt-paragraph-backward, edt-restore-key, edt-window-top)
240 (edt-window-bottom, edt-scroll-window-forward-line)
241 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
242 (edt-line-to-top-of-window, edt-paragraph-backward)
243 (edt-restore-key, edt-window-top, edt-window-bottom)
244 (edt-scroll-window-forward-line)
245 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
246 (edt-line-to-middle-of-window, edt-goto-percentage)
247 (edt-display-the-time, edt-remember, edt-split-window)
248 (edt-emulation-on, edt-emulation-off)
249 (edt-default-emulation-setup, edt-user-emulation-setup)
250 (edt-select-default-global-map, edt-select-user-global-map):
251 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
252 tests.
253
254 * textmodes/reftex-index.el (reftex-index-selection-or-word):
255 Use feature test instead of boundp test so it can be resolved at
256 compile time.
257
258 * net/newsticker.el (replace-regexp-in-string): Only define for
259 XEmacs.
260
261 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
264 Update all users.
265 (abbrev-get, abbrev-put): Simplify.
266 (define-abbrev): Don't store the `force' value in the :system property.
267 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
268
269 2007-10-30 Michael Olson <mwolson@gnu.org>
270
271 * desktop.el (desktop-minor-mode-table): Add line for ERC.
272
273 * textmodes/remember.el: New file that implements a mode for
274 quickly jotting down things to remember.
275
276 * textmodes/remember-diary.el: A backend for remember.el that
277 implements saving notes to a Diary file.
278
279 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
280
281 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
282 Relocate in file.
283 (allout-doublecheck-at-and-shallower): Increase to include
284 slightly greater depths, since yank interaction is now ok.
285 Also, elaborate the docstring to explain the situation.
286 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
287 instead of concat, so we accommodate key sequences expressed as
288 vectors as well as strings and lists.
289 (allout-flag-region, allout-hide-by-annotation): Make the
290 hidden-text overlays 'front-advance.
291 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
292 (allout-aberrant-container-p, allout-on-current-heading-p)
293 (allout-e-o-prefix-p, allout-next-heading)
294 (allout-previous-heading, allout-goto-prefix)
295 (allout-end-of-prefix, allout-next-sibling-leap)
296 (allout-next-visible-heading, allout-auto-fill)
297 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
298 (allout-yank-processing, allout-resolve-xref)
299 (allout-current-topic-collapsed-p, allout-hide-region-body)
300 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
301 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
302 (count-trailing-whitespace-region): Preserve match data, so allout
303 outline navigation doesn't disrupt other Emacs operations.
304 (allout-beginning-of-line): Retreat to the beginning of the hidden
305 text, so fields are respected (for submodes that care).
306 (allout-end-of-line): Preserve mark activation status when jumping.
307 (allout-open-topic): Account for opening after a child that
308 contains a hidden trailing newline. Preserve match data.
309 Run allout-structure-added-hook
310 (allout-encrypt-decrypted): Preserve match data.
311 (allout-toggle-current-subtree-exposure): Add new interactive
312 function for toggle subtree exposure - suggested by tassilo.
313 (move-beginning-of-line, move-end-of-line): Don't use
314 line-move-invisible-p, it's obsolete - substitute the code,
315 instead.
316
317 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
318
319 * textmodes/flyspell.el (message-signature-separator):
320 * longlines.el (message-indent-citation-function): Pacify byte
321 compiler.
322
323 * emacs-lisp/cl-loaddefs.el:
324 * ldefs-boot.el: Regenerate.
325
326 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
327 (.el.elc, compile, compile-always, compile-calc)
328 ($(lisp)/progmodes/cc-mode.elc): Use it.
329
330 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p): Only
331 do work for XEmacs.
332 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
333 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
334 on XEmacs.
335 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
336 (ps-x-color-name, ps-x-color-specifier-p)
337 (ps-x-copy-coding-system, ps-x-device-class)
338 (ps-x-extent-end-position, ps-x-extent-face)
339 (ps-x-extent-priority, ps-x-extent-start-position)
340 (ps-x-face-font-instance, ps-x-find-coding-system)
341 (ps-x-font-instance-properties, ps-x-make-color-instance)
342 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
343 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
344 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
345 (ps-generate-postscript-with-faces): Delete defaliases.
346 (ps-face-foreground-name, ps-face-background-name)
347 (ps-color-values, ps-face-bold-p, ps-face-italic-p): Move
348 definitions to top level, make the body conditional on the Emacs
349 flavor. Replace uses of deleted aliases and renamed functions.
350 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
351 of deleted aliases and renamed functions.
352
353 * calc/calc.el (calc-emacs-type-lucid): Remove.
354 (calc-digit-map, calcDigit-start, calc-read-key)
355 (calc-clear-unread-commands):
356 * calc/calc-ext.el (calc-user-key-map): Replace uses of
357 calc-emacs-type-lucid with (featurep 'xemacs)
358
359 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
360 (featurep 'xemacs).
361 (tpu-lucid-emacs19-p): Remove.
362 (tpu-map-key): Make it a function instead of using fset. Inline
363 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
364 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
365
366 * ielm.el: Use featurep 'xemacs.
367
368 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
369 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
370 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
371 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
372 cperl-xemacs-p with (featurep 'xemacs).
373 (font-lock-cache-position): Pacify byte compiler.
374
375 2007-10-29 Drew Adams <drew.adams@oracle.com>
376
377 * faces.el (read-color): New function.
378 (face-at-point, foreground-color-at-point)
379 (background-color-at-point): New functions.
380
381 2007-10-28 Richard Stallman <rms@gnu.org>
382
383 * net/browse-url.el (browse-url-text-xterm): Renamed from
384 browse-url-lynx-xterm and made generic.
385 (browse-url-text-emacs): Likewise.
386 (browse-url-text-browser): New variable.
387 (browse-url-text-emacs-args): Renamed from browse-url-lynx-emacs-args.
388 (browse-url-text-input-field, browse-url-text-input-attempts)
389 (browse-url-kde-program): Likewise.
390
391 2007-10-29 Glenn Morris <rgm@gnu.org>
392
393 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
394 Use mapc rather than mapcar (reinstall change deleted without log
395 entry 2007-10-22).
396
397 2007-10-29 Martin Rudalics <rudalics@gmx.at>
398
399 * wdired.el (wdired-next-line, wdired-previous-line):
400 Use next-line and previous-line wrapped in with-no-warnings.
401
402 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
403
404 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
405 (rcirc-recent-quit-alist): New function.
406 (rcirc): Print a better message when there is only one connected server.
407 (rcirc-complete-nick): Do not update the nick table here.
408 (rcirc-mode-map): Add M-o.
409 (rcirc-current-line): Add variable.
410 (rcirc-mode): Setup variables for line based omit.
411 (rcirc-edit-multiline): Strip text properties.
412 (rcirc-omit-responses): Add NICK.
413 (rcirc-omit-threshold): Add variable.
414 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
415 Add functions.
416 (rcirc-print): Keep track of current line. Do not fill text if
417 `rcirc-fill-flag' is null. Only omit text if the last activity
418 from the sender is more than `rcirc-omit-threshold' lines ago.
419 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
420 numbers instead of time.
421 (rcirc-channel-nicks): Sort by line numbers instead of time.
422 (rcirc-omit-mode): Add `...' when omitting text and recenter.
423 (rcirc-handler-JOIN): Restore the joiners linestamp.
424 (rcirc-maybe-remember-nick-quit): Add function.
425 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
426
427 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
428
429 * loadhist.el (unload-feature-special-hooks):
430 Add `delete-frame-functions' and `suspend-tty-functions'.
431
432 * server.el (server-unload-function): Rename from `server-unload-hook'
433 and adapt to new `unload-feature' functionality. Remove hook from
434 `kill-buffer-hook' buffer-locally.
435 (server-unload-hook): Remove.
436 (server-unload-function): New var; replaces `server-unload-hook'.
437
438 2007-10-29 Glenn Morris <rgm@gnu.org>
439
440 * dirtrack.el (dirtrack-debug): Doc fix.
441 (dirtrack-mode, dirtrack-debug-mode): New names for
442 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
443 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
444 Make obsolete.
445 (dirtrack-debug-message): Only print message if
446 dirtrack-debug-mode is non-nil. Use with-current-buffer.
447 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
448 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
449
450 2007-10-28 Glenn Morris <rgm@gnu.org>
451
452 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
453 (byte-compile-warnings-safe-p): Handle `not'.
454 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
455 (byte-compile-enable-warning): New functions.
456 (byte-compile-eval-before-compile)
457 (byte-compile-file-form-require): Use byte-compile-disable-warning.
458 (byte-compile-close-variables): Locally bind byte-compile-warnings,
459 but do not modify it.
460 (byte-compile-eval, byte-compile-obsolete)
461 (byte-compile-warn-about-unresolved-functions)
462 (byte-compile-file-form-defvar)
463 (byte-compile-file-form-custom-declare-variable)
464 (byte-compile-file-form-require)
465 (byte-compile-file-form-defmumble, byte-compile-lambda)
466 (byte-compile-form, byte-compile-normal-call)
467 (byte-compile-variable-ref, byte-compile-defvar)
468 (byte-compile-make-variable-buffer-local):
469 Use byte-compile-warning-enabled-p.
470 * emacs-lisp/advice.el (ad-compile-function):
471 Use byte-compile-disable-warning.
472 * emacs-lisp/cl.el: Move local variables to end of file, and set
473 byte-compile-warnings to `(not cl-functions)'.
474 * emacs-lisp/cl-compat.el: Add a local variables section, and set
475 byte-compile-warnings to `(not cl-functions)'.
476 * emacs-lisp/cl-macs.el: Unify local variable section, and set
477 byte-compile-warnings to `(not cl-functions)'.
478 (cl-do-proclaim): Use byte-compile-disable-warning and
479 byte-compile-enable-warning.
480 * emacs-lisp/cl-seq.el: Unify local variable section, and set
481 byte-compile-warnings to `(not cl-functions)'.
482 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
483 Use byte-compile-disable-warning.
484
485 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
486
487 * cus-edit.el (custom-browse-insert-prefix):
488 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
489
490 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
491
492 * server.el (server-process-filter): Fix typo in docstring.
493 (server-log): Reflow docstrings.
494 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
495 (server-goto-line-column): Use `when'.
496
497 2007-10-28 Juri Linkov <juri@jurta.org>
498
499 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
500 when mouse is clicked on the isearch message.
501 (isearch-resume): Call `isearch-update' at the end.
502 Rename argument `search' to `string' to conform to the
503 isearch terminology.
504
505 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
506
507 Rewrite abbrev.c in Elisp.
508 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
509 (abbrev-table-get, abbrev-table-put, abbrev-get)
510 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
511 (define-abbrev, abbrev--check-chars, define-global-abbrev)
512 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
513 (abbrev-expansion, abbrev--before-point, expand-abbrev)
514 (unexpand-abbrev, abbrev--write, abbrev--describe)
515 (insert-abbrev-table-description, define-abbrev-table):
516 New funs, largely transcribed from abbrev.c.
517 (abbrev-with-wrapper-hook): New macro.
518 (abbrev-table-name-list, global-abbrev-table)
519 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
520 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
521 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
522 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
523 New vars, largely transcribed from abbrev.c.
524 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
525 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
526 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
527
528 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
529
530 * ps-print.el: Now detect if text foreground and background colors are
531 equal and replace the foreground color by another color, so the text
532 becomes visible. Doc fix.
533 (ps-print-version): New version 6.8.
534 (ps-default-fg, ps-default-bg): Docstring fix.
535 (ps-postscript-code-directory): Fix default value code.
536 (ps-fg-list, ps-fg-validate-p): New options.
537 (ps-foreground-list): New var.
538 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
539
540 2007-10-27 Glenn Morris <rgm@gnu.org>
541
542 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
543 (shell-dirtrack-toggle): Mark as obsolete.
544 (dirtrack-toggle, dirtrack-mode): No longer alias to
545 shell-dirtrack-mode.
546
547 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
548
549 * calc/calc.el (math-standard-opers): Lower the precedence
550 of negation.
551 * calc/calc-lang.el (math-oper-table): Lower precedence of
552 negation for C, TeX, and eqn.
553
554 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
555
556 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
557
558 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
559
560 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
561 (desktop-not-loaded-hook): Fix :version tags.
562
563 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
564
565 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
566 (tramp-get-remote-tmpdir): New defun.
567 (tramp-make-tramp-temp-file): Use it.
568 (tramp-local-call-process): New defun. Replace all calls of
569 `call-process' by this when appropriate.
570 (tramp-handle-write-region): Replace calls of `file-attributes' by
571 `tramp-compat-file-attributes'.
572 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
573 Make the first command a `tramp-send-command' call, with let-bind
574 of `tramp-end-of-output'.
575 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
576 (tramp-load-report-modules, tramp-append-tramp-buffers):
577 Move to tramp-cmds.el.
578
579 * net/tramp-fish.el (tramp-fish-handle-copy-file)
580 (tramp-fish-do-copy-or-rename-file)
581 (tramp-fish-do-copy-or-rename-file-directly):
582 * net/tramp-smb.el (tramp-smb-handle-copy-file):
583 Add parameter PRESERVE-UID-GID.
584
585 2007-10-27 Eli Zaretskii <eliz@gnu.org>
586
587 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
588 New defcustoms.
589 (display-time-world-list): Use them as appropriate for the current
590 value of `system-type'.
591
592 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
593
594 * printing.el: Pacify byte compiler, that is, no compiler warnings.
595 Move (again) some variable definitions before use, define some fun
596 aliases, no code change.
597 (pr-version): New version 6.9.2.
598 (pr-path-style, pr-auto-region, pr-menu-char-height)
599 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
600 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
601 via (defvar VAR).
602 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
603 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
604 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
605 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
606 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
607 (pr-menu-print-item, pr-ps-printer-menu-modified)
608 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
609 (pr-even-or-odd-alist): Vars definition moved.
610
611 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
612
613 * emulation/pc-select.el (next-line-mark, next-line-nomark)
614 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
615 around uses of previous-line and next-line.
616
617 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
618 New defvars.
619
620 * textmodes/css-mode.el (comment-continue):
621 * net/browse-url.el (url-handler-regexp):
622 * progmodes/idlw-help.el (idlwave-system-routines):
623 Pacify byte-compiler.
624
625 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
626 line-move-invisible-p with its former definition: invisible-p.
627 line-move-invisible-p was removed on 2007-08-29.
628
629 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
630
631 * files.el (kill-emacs-query-functions): Doc fix;
632 `save-buffers-kill-emacs' is no longer bound to a key.
633
634 2007-10-26 Richard Stallman <rms@gnu.org>
635
636 * isearch-multi.el (isearch-buffers-multi): New option.
637 (isearch-buffers-search-fun): Test it.
638
639 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
640 Put ps-run-clear on C-c C-l.
641
642 * newcomment.el (comment-styles): New style indent-or-triple.
643 (comment-style): Make that the default.
644 (comment-add defvar): Doc fix.
645 (comment-add): Delete arg EXTRA.
646 (comment-region-default): Open code call to comment-add.
647 Handle indent-or-triple style which uses `multi-char' for INDENT.
648
649 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
650
651 * eshell/em-unix.el (nil-blank-string): Doc fix.
652
653 2007-10-26 John Wiegley <johnw@newartisans.com>
654
655 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
656 function, ensure that the third argument is turned into a nil if
657 the string is otherwise completely empty (either no characters, or
658 all tabs/spaces). This fixes a bug from a user who found himself
659 unable to customize `diff-switches' and still use Eshell's diff
660 command.
661
662 2007-10-26 Glenn Morris <rgm@gnu.org>
663
664 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
665 safe-local-variable property.
666
667 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
668
669 * net/browse-url.el (browse-url-browser-function): Delete grail.
670 (browse-url-grail): Function and variable deleted.
671 (browse-url-browser-function): Delete IXI Mosaic.
672 (browse-url-default-browser): Don't try IXI Mosaic.
673 (browse-url-iximosaic): Function deleted.
674 (browse-url-browser-function): Delete MMM.
675 (browse-url-default-browser): Don't try MMM.
676 (browse-url-mmm): Function deleted.
677
678 2007-10-26 Drew Adams <drew.adams@oracle.com>
679
680 * custom.el (custom-note-var-changed): New function.
681
682 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
683
684 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
685 use with the definition. Remove.
686
687 * add-log.el (change-log-start-entry-re): New defconst.
688 (change-log-sortable-date-at): Use it.
689 (change-log-beginning-of-defun, change-log-end-of-defun):
690 New functions.
691 (change-log-mode): Use them for beginning-of-defun-function and
692 end-of-defun-function.
693
694 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
695
696 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
697 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
698 (ses-recalculate-cell): Deal with point being just beyond end of
699 data area (why does this happen?)
700 (ses-set-curcell): Ditto.
701 (ses-column-letter): Handle columns beyond 702. Code written by
702 Gareth Rees.
703
704 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
705
706 * textmodes/org.el (org-agenda-get-restriction-and-command):
707 Use `mapc' instead of `mapcar'.
708 (org-agenda-list): Numeric prefix argument can specify the number
709 of days.
710 (remember-register, remember-buffer): Prevent byte compiler from
711 complaining.
712 (org-todo): Save and restore match data.
713 (org-no-warnings): New macro.
714 (org-columns-eval): Use `org-no-warnings'.
715
716 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
717
718 * comint.el (comint-password-prompt-regexp):
719 Handle `[sudo] password'-style prompt.
720
721 2007-10-25 Glenn Morris <rgm@gnu.org>
722
723 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
724 (defcustom): Doc fix.
725
726 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
727 Add `non_intrinsic'.
728 (f90-constants-re): Add ieee modules.
729 (f90-typedef-matcher, f90-typedec-matcher)
730 (f90-imenu-type-matcher): New functions.
731 (f90-font-lock-keywords-1): Give module procedures function-name face.
732 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
733 Add `use, intrinsic'.
734 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
735 Move start of `enum' blocks to separate entry.
736 (f90-start-block-re): Fix `type', `abstract interface'.
737 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
738 derived types.
739 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
740 `elemental', change `enumerator'.
741 (f90-no-block-limit): Fix `abstract interface'.
742
743 * progmodes/f90.el (f90-indented-comment-re)
744 (f90-directive-comment-re, f90-break-delimiters):
745 * progmodes/fortran.el (fortran-comment-line-start-skip)
746 (fortran-directive-re):
747 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
748 as safe if they are strings.
749
750 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
751
752 * startup.el (window-system): Remove. Don't make it frame-local.
753
754 2007-10-24 Richard Stallman <rms@gnu.org>
755
756 * savehist.el (savehist-save): Omit unreadable elements.
757
758 * loadhist.el (unload-function-defs-list): Rename from
759 unload-function-features-list.
760 (unload-feature-special-hooks, unload-feature): Doc fixes.
761
762 * indent.el (indent-to-left-margin): If point's in the indentation,
763 move to the end of the indentation.
764
765 * cus-edit.el (customize-changed-options): Make arg optional.
766
767 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
768
769 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
770
771 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
772
773 * textmodes/org-publish.el (org-publish-attachment): Re-install
774 accidentally deleted change.
775
776 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
777
778 * term/iris-ansi.el (iris-function-map): Move init into declaration.
779
780 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
781
782 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
783 (Buffer-menu-mode-map): Initialize in the declaration.
784 (Buffer-menu-mode): Define with `define-derived-mode'.
785
786 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
787
788 * textmodes/org.el (org-version): Change to 5.13e.
789 (org-agenda-file-regexp): Fix typo in docstring.
790 (org-add-planning-info): Fix bug in parenthesis settings.
791 (org-scan-tags): Catch the case of indirect buffers with no filename.
792 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
793 Re-install switch to mapc, had been removed by accident.
794 (org-columns-map): New binding `C-c C-o'.
795 (org-columns-menu): Change menu text and added new entry.
796 (org-columns-eval): Document the use of `next-line'.
797 (org-columns-open-link): New function.
798 (org-columns-follow-link): Remove function.
799 (org-open-link-from-string): New function.
800 (org-read-date-get-relative): Fix typo in docstring.
801 (org-read-date-get-relative): Leading +/- is not optional.
802 (org-agenda-get-restriction-and-command): Always resize window on
803 first loop cycle.
804 (org-agenda-open-link): Make sure the link abbreviations are
805 present in the agenda buffer.
806 (org-agenda-copy-local-variable): New function.
807
808 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
811
812 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * simple.el (reindent-then-newline-and-indent): Use a `move after
815 insert' kind of marker in the save-excursion.
816
817 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * textmodes/css-mode.el: Require CL.
820 (comment-continue): Declare.
821
822 * subr.el (make-variable-frame-localizable): Remove.
823 (make-variable-frame-local): Mark obsolete.
824
825 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
826
827 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
828 of the subdirs is unreadable.
829
830 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
831
832 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
833 when we are local.
834
835 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * progmodes/python.el (python-current-defun): Remove left-over
838 assignment to `start'.
839
840 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
841
842 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
843 than `mapcar'; return value is not used.
844
845 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
846
847 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
848 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
849
850 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
851
852 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
853 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
854
855 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
856
857 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
858
859 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
860
861 * emacs-lisp/advice.el (ad-make-advised-docstring):
862 Add ad-advice-info text property to doc string.
863
864 2007-10-23 Glenn Morris <rgm@gnu.org>
865
866 * progmodes/f90.el (f90-do-indent, f90-if-indent)
867 (f90-type-indent, f90-program-indent, f90-associate-indent)
868 (f90-continuation-indent, f90-comment-region)
869 (f90-beginning-ampersand, f90-smart-end)
870 (f90-break-before-delimiters, f90-auto-keyword-case)
871 (f90-leave-line-no, f90-mode-hook):
872 Give an appropriate safe-local-variable property.
873
874 * progmodes/fortran.el (fortran-tab-mode-default)
875 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
876 (fortran-structure-indent, fortran-continuation-indent)
877 (fortran-comment-indent, fortran-comment-line-extra-indent)
878 (fortran-comment-line-start)
879 (fortran-minimum-statement-indent-fixed)
880 (fortran-minimum-statement-indent-tab)
881 (fortran-comment-indent-char, fortran-line-number-indent)
882 (fortran-check-all-num-for-matching-do)
883 (fortran-blink-matching-if, fortran-continuation-string)
884 (fortran-comment-region, fortran-electric-line-number)
885 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
886 (fortran-analyze-depth, fortran-break-before-delimiters):
887 Give an appropriate safe-local-variable property.
888
889 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
890
891 * printing.el: Move variable definitions before use.
892 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
893
894 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
895
896 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
897 (tpu-edt-off): Use it.
898 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
899 the global-map before adding it to global-map.
900
901 * menu-bar.el (global-buffers-menu-map): New var.
902 (global-map, menu-bar-update-buffers): Use it.
903 * msb.el (msb-menu-bar-update-buffers): Use it.
904 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
905 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
906 Use with-current-buffer.
907
908 2007-10-22 Juri Linkov <juri@jurta.org>
909
910 * isearch-multi.el: New file.
911
912 * isearch.el (isearch-search-string): After finding the next
913 occurrence switch to buffer isearch-buffers-current-buffer when
914 isearch-buffers-next-buffer-function is non-nil and
915 isearch-buffers-current-buffer is live.
916
917 * add-log.el (change-log-mode): Make and set buffer-local variable
918 isearch-buffers-next-buffer-function to change-log-next-buffer.
919 Call isearch-buffers-minor-mode.
920 (change-log-next-buffer): New function.
921
922 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
923
924 * org-export-latex.el (org-export-latex-protect-string):
925 Renaming of `org-latex-protect'.
926 (org-export-latex-emphasis-alist): By default, don't protect
927 any emphasis formatter from further conversion.
928 (org-export-latex-tables): Honor column grouping for tables.
929 (org-export-latex-title-command): New option.
930 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
931 export backslash character.
932
933 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
934
935 * textmodes/org.el (org-read-date-get-relative): New function.
936 (org-agenda-file-regexp): New variable.
937 (org-agenda-files): Allow directories in the variable.
938 (org-agenda-get-restriction-and-command): New function.
939 (org-agenda): Use `org-agenda-get-restriction-and-command'.
940 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
941 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
942 New functions.
943 (org-entry-add-to-multivalued-property)
944 (org-entry-remove-from-multivalued-property)
945 (org-entry-member-in-multivalued-property): New functions.
946 (org-remember-apply-template): Catch C-g and make sure window
947 configuration is restored.
948 (org-agenda-open-link): Make it work with several links in the line.
949 (org-drawers, org-set-regexps-and-options)
950 (org-get-current-options): Add support for a DRAWERS in-buffer option.
951 (org-agenda-window-frame-fractions): New option.
952 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
953 (org-columns-cleanup-item, org-find-entry-with-id)
954 (org-insert-columns-dblock, org-listtable-to-string)
955 (org-dblock-write:columnview, org-columns-capture-view)
956 (org-edit-headline): New functions.
957 (org-agenda-to-appt): Require calendar.
958 (org-entry-get-with-inheritance): Widen for search.
959 (org-columns-display-here): Don't mark buffer as modified when
960 adding space characters to accomodate column overlays.
961 (org-export-as-html): Better formatting of tags in the toc.
962 (org-columns-display-here): Make the ITEM column as compact as possible.
963 (org-remember-templates): Customization interface improved.
964 (org-export-with-property-drawer): Variable removed.
965 (org-export-with-drawers): New option.
966 (org-complex-heading-regexp): New variable.
967 (org-sort-entries): Rewrite using `sort-subr'.
968 (org-set-property): More appropriate completion during interactive use.
969 (org-sort-entries): Allow sorting by property.
970 (org-additional-option-like-keywords): Add more values.
971 (org-sort-entries-or-items): Rename from `org-sort-entries'.
972
973 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
974
975 * textmodes/org.el (org-get-date-from-calendar): New function.
976 (org-at-timestamp-p, org-timestamp-change)
977 (org-remember-templates): First element of each entry is now a
978 name for the template.
979 (org-store-log-note): Check for `org-note-abort'.
980 (org-kill-note-or-show-branches): New command.
981 (org-fontify-priorities): New option.
982 (org-fontify-priorities): New function.
983 (org-cut-subtree, org-copy-subtree): New argument N to
984 act on N sequential subtrees.
985 (org-paste-subtree): Fix the level at which a tree is pasted.
986 (org-fit-agenda-window): Limitations on window size removed.
987 (org-agenda-find-same-or-today-or-agenda): Rename from
988 `org-agenda-find-today-or-agenda'.
989 (org-scheduled-past-days): New option.
990 (org-agenda-scheduled-leaders)
991 (org-agenda-deadline-leaders): New options.
992 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
993 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
994 (org-export-with-tags, org-export-plist-vars)
995 (org-infile-export-plist): New "tags" option.
996 (org-use-property-inheritance): New option.
997 (org-cached-entry-get): Use `org-use-property-inheritance'.
998 (org-remember-apply-template): Fix typo.
999
1000 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
1001
1002 * net/tramp.el (tramp-find-shell)
1003 (tramp-open-connection-setup-interactive-shell): Improve sending
1004 initial commands.
1005 (tramp-action-terminal): Send debug message.
1006 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
1007 (tramp-barf-if-no-shell-prompt): Insert code of
1008 `tramp-wait-for-shell-prompt'.
1009
1010 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1011
1012 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
1013
1014 * term/vt200.el (terminal-init-vt200):
1015 * term/vt201.el (terminal-init-vt201):
1016 * term/vt220.el (terminal-init-vt220):
1017 * term/vt240.el (terminal-init-vt240):
1018 * term/vt300.el (terminal-init-vt300):
1019 * term/vt320.el (terminal-init-vt320):
1020 * term/vt400.el (terminal-init-vt400):
1021 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
1022
1023 * term/wyse50.el (wyse50-terminal-map): New var.
1024 (terminal-init-wyse50): Use it and input-decode-map.
1025 (enable-arrow-keys): Emasculate.
1026
1027 * term/tvi970.el (tvi970-terminal-map): New var.
1028 (terminal-init-tvi970): Use it and input-decode-map.
1029 (tvi970-keypad-numeric): Remove.
1030 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
1031
1032 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
1033 (terminal-init-sun): Use it and input-decode-map.
1034
1035 * term/news.el (terminal-init-news):
1036 * term/lk201.el (terminal-init-lk201):
1037 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
1038
1039 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
1040
1041 * complete.el (PC-expand-many-files): Remove.
1042 (PC-do-completion): Call file-expand-wildcards instead of
1043 PC-expand-many-files.
1044
1045 * net/tramp.el (tramp-handle-expand-many-files): Remove.
1046 (PC-expand-many-files): Remove advice.
1047
1048 2007-10-22 Glenn Morris <rgm@gnu.org>
1049
1050 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
1051 Add some support for Fortran 2003 syntax:
1052 (f90-type-indent): Now also applies to `enum'.
1053 (f90-associate-indent): New user option.
1054 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
1055 Add some F2003 keywords.
1056 (f90-constants-re): New constant.
1057 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
1058 Interface'.
1059 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
1060 `class'. Arguments for `type'/`class' may have spaces. Add a new
1061 element for functions with specified types. Add `end enum' and
1062 `select type'. Add `implicit enumerator' and `procedure'.
1063 Add `class default' and `type is', `class is'. Fix `go to' regexp.
1064 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
1065 (f90-font-lock-keywords-4): Add `f90-constants-re'.
1066 (f90-blocks-re): Add `enum' and `associate'.
1067 (f90-else-like-re): Add `class is', `type is', and `class default'.
1068 (f90-end-type-re): Add `enum'.
1069 (f90-end-associate-re, f90-typeis-re): New constants.
1070 (f90-end-block-re): Add `enum' and `associate'. Change from
1071 optional whitespace to end-of-word, to avoid `enumerator'.
1072 (f90-start-block-re): Add `select type', `abstract interface', and
1073 `enum'. Avoid `type is', and `type (sometype)'.
1074 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
1075 (f90-mode): Doc fix.
1076 (f90-looking-at-select-case): Doc fix. Add `select type'.
1077 (f90-looking-at-associate): New function.
1078 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
1079 Add `enum' and `abstract interface'.
1080 (f90-no-block-limit): Add `select type' and `abstract interface'.
1081 (f90-get-correct-indent, f90-calculate-indent)
1082 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
1083 (f90-indent-region, f90-match-end): Handle `associate' blocks.
1084
1085 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1086
1087 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1088 Use window-full-width-p.
1089
1090 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
1091
1092 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
1093
1094 * tooltip.el: Use featurep 'xemacs.
1095
1096 * printing.el: Move variable definitions before use, no code change.
1097
1098 2007-10-22 Juri Linkov <juri@jurta.org>
1099
1100 * simple.el (goto-history-element): Allow minibuffer-default to be
1101 a list of default values accessible by typing M-n in the minibuffer.
1102
1103 * dired-x.el (dired-guess-shell-command): Put all guesses to the
1104 minibuffer default value list instead of pushing them temporarily
1105 to the history list.
1106
1107 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1108
1109 * hexl.el (hexl-menu): New major mode menu.
1110
1111 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1112
1113 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
1114
1115 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1116
1117 * w32-fns.el (w32-quote-process-args):
1118 * dos-w32.el (print-region-function, lpr-headers-switches)
1119 (ps-print-region-function): Pacify byte-compiler.
1120
1121 * emulation/edt-mapper.el (function-key-map):
1122 (edt-map-key): Make it a function instead of using fset.
1123 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
1124 (edt-gnu-map-key, edt-lucid-map-key): Remove.
1125 (edt-x-emacs-p): Remove.
1126 (edt-emacs-variant, edt-window-system, edt-xserver):
1127 Use featurep 'xemacs.
1128
1129 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
1130 Replace eudc-xemacs-p with its definition.
1131 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
1132 (eudc-emacs-mule-p): Remove.
1133 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
1134 eudc-xemacs-p with feature tests.
1135
1136 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
1137 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
1138 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
1139 (eudc-bob-toggle-inline-display):
1140 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
1141 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
1142
1143 * net/eudcb-ph.el (eudc-ph-open-session):
1144 Replace eudc-xemacs-mule-p with its former definition.
1145
1146 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
1147 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
1148
1149 * progmodes/vera-mode.el (vera-xemacs): Remove.
1150 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
1151
1152 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
1153 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
1154 (vhdl-speedbar-initialize, vhdl-ps-print-init)
1155 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
1156 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
1157 with (featurep 'xemacs).
1158
1159 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
1160 (save-buffer-state-x):
1161 * obsolete/fast-lock.el (fast-lock-verbose):
1162 * emulation/viper-init.el (viper-xemacs-p)
1163 (viper-cond-compile-for-xemacs-or-emacs):
1164 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
1165 * ps-print.el (case-fold-search):
1166 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
1167 * calculator.el (calculator-help): Use featurep 'xemacs.
1168
1169 * progmodes/prolog.el: Undo previous change.
1170 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
1171
1172 * progmodes/dcl-mode.el:
1173 * play/yow.el:
1174 * calendar/todo-mode.el:
1175 * calendar/cal-hebrew.el:
1176 * vc-hg.el: Undo previous change.
1177
1178 * vms-patch.el: Likewise.
1179 (print-region-function): Pacify byte-compiler.
1180
1181 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
1182
1183 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
1184 preserve-uid-gid.
1185
1186 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
1187 compatibility. It is not used, though.
1188
1189 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
1190 Require tramp-cmds.el.
1191 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
1192 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
1193 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
1194 (tramp-do-copy-or-rename-file-out-of-band)
1195 (tramp-maybe-open-connection): Use `make-temp-name'. This is
1196 possible, because we don't need to create the temporary file, but
1197 we need a prefix for ssh, which has its own temporary file handling.
1198 (tramp-handle-delete-directory): Add "-f" to rmdir.
1199 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
1200 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
1201 a signal, in order to give the callee a chance to suppress.
1202 (tramp-handle-write-region): Set owner also in case of short
1203 track. Don't use compatibility calls for `write-region' anymore.
1204 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
1205 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
1206
1207 * net/tramp-cmds.el: New file.
1208
1209 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
1210 `tramp-clear-passwd'.
1211
1212 * net/trampver.el: Update release number.
1213
1214 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1215
1216 * progmodes/gud.el (gud-target-name): Move definition before use.
1217
1218 * progmodes/dcl-mode.el: Require imenu at compile time.
1219
1220 * progmodes/cc-engine.el (c-maybe-stale-found-type):
1221 Pacify byte-compiler.
1222
1223 * obsolete/fast-lock.el: Use featurep test instead of string-match.
1224
1225 * eshell/esh-mode.el (eshell-handle-ansi-color):
1226 Require ansi-color at compile time too.
1227
1228 * eshell/em-unix.el (eshell/info): Require info at compile time too.
1229
1230 * w32-fns.el: Require w32-vars.
1231
1232 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
1233 time too.
1234
1235 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1236
1237 * double.el ([ignore]): Use `ignore'.
1238 (double-setup): Inline into double-mode.
1239 (double-mode): Use define-minor-mode.
1240
1241 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1242
1243 * textmodes/reftex.el: Move require easymenu before first use.
1244 (reftex-info): Require info at compile too.
1245
1246 * textmodes/org-publish.el (org-publish-org-to-html)
1247 (org-publish-org-to): Require org at compile time too.
1248 (org-publish-attachment): Require at compile time too.
1249
1250 * term/tty-colors.el (w32-tty-standard-colors):
1251 Pacify byte-compiler.
1252
1253 * term/pc-win.el (frame-creation-function-alist): Add to this
1254 instead of setting frame-creation-function.
1255
1256 * play/blackbox.el (bb-up, bb-down): Use forward-line.
1257
1258 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
1259
1260 * calendar/todo-mode.el: Require calendar at compile time.
1261
1262 * calendar/cal-hebrew.el: Require holidays at compile time.
1263
1264 * w32-vars.el: Provide w32-vars.
1265
1266 * term/w32-win.el: Require w32-vars.
1267 (w32-color-map): Pacify byte-compiler.
1268
1269 * loadup.el: Load w32-vars before term/w32-win.
1270
1271 2007-10-20 Juri Linkov <juri@jurta.org>
1272
1273 * textmodes/fill.el (fill-paragraph): When the region is active,
1274 don't try other `or' branches regardless of the value returned by
1275 fill-region; just return t.
1276
1277 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1278
1279 * vc.el (vc-do-command): Condition out a misleading message when
1280 running asynchronously.
1281 (vc-deduce-fileset): New argument enables using an unregistered
1282 visited file as a singleton fileset if nothing else is available.
1283 (vc-next-action): Restore file-registering behavior.
1284
1285 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1286
1287 * calc/README: Add recent news.
1288
1289 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
1290
1291 * term/x-win.el (x-gtk-stock-map, icon-map-list)
1292 (x-gtk-map-stock): Delete duplicated definitions from merge.
1293
1294 * progmodes/compile.el (compilation-skip-to-next-location)
1295 (compilation-skip-threshold, compilation-skip-visited):
1296 Move definitions earlier.
1297
1298 * play/decipher.el (decipher-keypress):
1299 * play/zone.el (zone-fall-through-ws):
1300 * play/landmark.el (lm-move-down, lm-move-up):
1301 * play/handwrite.el (handwrite):
1302 * mail/mspools.el (mspools-visit-spool):
1303 * wdired.el (wdired-next-line, wdired-previous-line):
1304 * tar-mode.el (tar-subfile-save-buffer):
1305 * scroll-lock.el (scroll-lock-next-line)
1306 (scroll-lock-previous-line):
1307 * image-dired.el (image-dired-next-line)
1308 (image-dired-previous-line):
1309 * ediff-help.el (ediff-help-message-line-length):
1310 Use forward-line.
1311
1312 * smerge-mode.el (smerge-auto-refine):
1313 * diff-mode.el (diff-auto-refine): Add :group.
1314
1315 * play/yow.el: Require doctor at compile time.
1316
1317 * vmsproc.el: Provide vmsproc.
1318 (command-send-input): Use forward-line.
1319
1320 * vms-patch.el: Require ps-print and vmsproc at compile time.
1321
1322 * vc-mtn.el (log-view-message-re, log-view-file-re)
1323 (log-view-font-lock-keywords): Pacify byte-compiler.
1324
1325 * vc-hg.el: Require log-view at compile time.
1326
1327 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1328
1329 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
1330
1331 2007-10-20 Glenn Morris <rgm@gnu.org>
1332
1333 * progmodes/f90.el (f90-font-lock-keywords-2)
1334 (f90-looking-at-type-like): Fix regexp typos.
1335
1336 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1337
1338 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1339 (bs-mode): Set mode-class property to special.
1340
1341 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1342
1343 * diff-mode.el (diff-auto-refine): New var.
1344 (diff-hunk): Use it.
1345 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
1346 (diff-refine-change): Rename from diff-fine-change. Change it.
1347 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
1348 (diff-refine-hunk): Rename from diff-fine-highlight.
1349
1350 2007-10-20 John Paul Wallington <jpw@pobox.com>
1351
1352 * help-fns.el (describe-variable-custom-version-info): New function
1353 to return variable's version or package version note.
1354 (describe-variable): Use it, display result.
1355
1356 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1357
1358 * smerge-mode.el (smerge-auto-refine): New var.
1359 (smerge-next, smerge-prev): Use it.
1360 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
1361
1362 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1363 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
1364
1365 * vc-bzr.el (vc-bzr-diff-tree):
1366 * vc-git.el (vc-git-diff-tree):
1367 * vc-hg.el (vc-hg-diff-tree):
1368 * vc-mcvs.el (vc-mcvs-diff-tree):
1369 * vc-mtn.el (vc-mtn-diff-tree):
1370 * vc-svn.el (vc-svn-diff-tree): Remove.
1371
1372 * vc-mtn.el (vc-mtn-revision-completion-table):
1373 * vc-cvs.el (vc-cvs-revision-completion-table):
1374 * vc-arch.el (vc-arch-revision-completion-table):
1375 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
1376 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
1377 Make it work when the arg is a list of files.
1378
1379 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1380
1381 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
1382 Also `revision-completion-table' now takes a list of files.
1383 (vc-deduce-fileset): Remove unused var `regexp'.
1384 Only obey allow-directory-wildcard in dired buffers.
1385 (vc-default-diff-tree): Remove.
1386 (vc-diff-added-files): New var.
1387 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
1388 (vc-version-diff): Revert from `vc-history-diff' to the original name.
1389 Remove the `backend' arg.
1390 (vc-contains-version-controlled-file): Remove.
1391 (vc-diff): Bring it closer to the version in Emacs-22.
1392 (vc-revert): Fix typo in let-binding.
1393 (vc-default-unregister): Remove.
1394 (vc-dired-buffers-for-dir): Remove N^2 behavior.
1395
1396 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1397
1398 * textmodes/two-column.el (2C-split, 2C-merge):
1399 * textmodes/bib-mode.el (bib-find-key, mark-bib):
1400 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1401 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
1402 * progmodes/ada-xref.el (ada-get-all-references):
1403 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
1404 * emulation/vi.el (vi-previous-line-first-nonwhite)
1405 (vi-effective-range, vi-put-before):
1406 * emulation/edt.el (edt-next-line, edt-previous-line)
1407 (edt-paragraph-forward): Use forward-line.
1408
1409 * progmodes/etags.el (tags-apropos): Require apropos at compile
1410 time too.
1411
1412 * progmodes/prolog.el: Require comint when compiling.
1413 (inferior-prolog-flavor): Move defvar before use.
1414
1415 2007-10-19 Richard Stallman <rms@gnu.org>
1416
1417 * font-core.el (turn-on-font-lock-if-desired):
1418 Rename from `turn-on-font-lock-if-enabled'.
1419 Fully obey `font-lock-global-modes'.
1420
1421 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
1424 which will not affect the behavior of things like forward-word.
1425 (diff-fine-highlight): Preserve point.
1426
1427 * doc-view.el (doc-view-mode-map): Use remapping.
1428 Don't rebind C-v, M-v to their default value.
1429 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
1430
1431 * smerge-mode.el: Add word-granularity refinement.
1432 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
1433 (smerge-refine-weight-hack): New vars.
1434 (smerge-refine-forward): New fun.
1435 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
1436 (smerge-refine-subst): Use them as well. Preserve point.
1437
1438 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1439
1440 * follow.el (follow-unload-function): New function.
1441
1442 * loadhist.el (unload-function-features-list):
1443 Rename from `unload-hook-features-list'.
1444 (unload-hook-features-list): Add as obsolete alias.
1445 (unload-feature): Use `unload-function-features-list'
1446 and new FEATURE-unload-function.
1447
1448 2007-10-19 Glenn Morris <rgm@gnu.org>
1449
1450 * bindings.el (mouse-minor-mode-menu)
1451 (minor-mode-menu-from-indicator): Move to mouse.el.
1452 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1453 Move here from bindings.el.
1454
1455 2007-10-19 Richard Stallman <rms@gnu.org>
1456
1457 * help-fns.el (describe-function-1): Don't use the advice origname
1458 if it has no function definition.
1459
1460 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1461
1462 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
1463 Use `save-restriction' rather than `widen'.
1464
1465 2007-10-18 Richard Stallman <rms@gnu.org>
1466
1467 * time.el (display-time-world-time-format): Display day # not month #.
1468
1469 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1470
1471 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
1472
1473 * doc-view.el: Remove version keyword.
1474 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1475 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
1476 (doc-view-ghostscript-options): Improve custom type.
1477 (doc-view-cache-directory, doc-view-conversion-buffer)
1478 (doc-view-conversion-refresh-interval): Simplify custom type.
1479
1480 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
1481
1482 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
1483 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
1484 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
1485 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
1486 Remove superfluous messages.
1487 (doc-view-mode-map): Use the image-mode scrolling commands.
1488 Don't rebind C-x k.
1489
1490 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1491
1492 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
1493 Add comment about "-dSAFER".
1494
1495 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 * term/xterm.el: Don't require xt-mouse.
1498 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
1499 calling turn-on-xterm-mouse-tracking-on-terminal directly.
1500
1501 * xt-mouse.el: Don't change the global function-key-map anny more.
1502 (xterm-mouse-mode): Use terminal-init-xterm-hook.
1503 Don't use after-make-frame-functions now that term/xterm.el calls
1504 us directly.
1505 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
1506 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
1507 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
1508 Setup input-decode-map and remember that xterm-mouse-mode was
1509 enabled in this terminal.
1510 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
1511 terminals where it has been enabled.
1512
1513 * faces.el (tty-create-frame-with-faces): Make sure not only
1514 tty-run-terminal-initialization but also set-locale-environment
1515 are run only once per terminal.
1516 (tty-run-terminal-initialization): Don't check if the terminal was
1517 already initted.
1518
1519 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
1520 not to remove keymaps that just happen to inherit from one of ours.
1521 When setting up our keymap, make sure it won't be accidentally
1522 modified by someone else.
1523
1524 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1525
1526 * textmodes/artist.el (artist-previous-line, artist-next-line):
1527 * dired.el (dired-next-line, dired-previous-line):
1528 * progmodes/delphi.el (delphi-newline):
1529 * textmodes/org.el (org-columns-eval):
1530 Use forward-line.
1531
1532 * emerge.el (emerge-setup): Use insert-buffer-substring.
1533 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
1534
1535 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1536
1537 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1538 (adaptive-fill-function): Doc fix. Remove * from docstring.
1539
1540 2007-10-18 Tom Horsley <tom.horsley@att.net>
1541
1542 * simple.el (interprogram-paste-function): Doc fix.
1543 (current-kill): Accept list of strings as well
1544 as single string from `interprogram-paste-function'.
1545
1546 2007-10-18 Glenn Morris <rgm@gnu.org>
1547
1548 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1549
1550 2007-10-18 Drew Adams <drew.adams@oracle.com>
1551
1552 * bindings.el (mode-line-minor-mode-keymap):
1553 Add mouse-minor-mode-menu on mouse-1.
1554 (mode-line-modes): Add mouse-1 to help-echo text.
1555 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1556 New functions.
1557 (mode-line-minor-mode-help): Doc fix.
1558
1559 2007-10-17 Juri Linkov <juri@jurta.org>
1560
1561 * textmodes/fill.el (fill-paragraph-or-region): Remove function
1562 at the request of RMS.
1563 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
1564 arg `region'. Fix docstring. At the first `or' branch add call to
1565 `fill-region' if it the region is active in transient-mark-mode.
1566
1567 * bindings.el (esc-map): Bind M-q to fill-paragraph
1568 instead of fill-paragraph-or-region.
1569
1570 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
1571 with fill-paragraph.
1572
1573 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
1574 Fix docstring.
1575
1576 * indent.el (indent-for-tab-command): Change interactive spec from
1577 "P" to "p". Add check for interactive arg before indenting the
1578 active region.
1579
1580 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
1581 Regroup.
1582
1583 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
1584
1585 * emacs-lisp/find-func.el: Don't require loadhist.
1586
1587 * loadhist.el (feature-symbols, file-provides, file-requires)
1588 (file-set-intersect, file-dependents): Simplify.
1589 (unload-feature-special-hooks): Update list of special hooks.
1590
1591 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
1592
1593 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
1594 extensions since they can be viewed with doc-view.
1595
1596 * files.el (auto-mode-alist): Make doc-view-mode the default mode
1597 for pdf, ps and dvi files.
1598
1599 * doc-view.el: Make doc-view-mode the standard mode for viewing
1600 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
1601 text and image display. Add binding C-c C-e to switch to an
1602 editing mode.
1603 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
1604 avoid security problems when rendering files from untrusted sources.
1605
1606 2007-10-17 Aaron Hawley <aaronh@garden.org>
1607
1608 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1609 position is not saved.
1610
1611 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
1612
1613 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
1614 (doc-view-ghostscript-options): Fix typo in doc string.
1615
1616 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
1619 handling, so compilation-fake-loc works again.
1620
1621 * server.el (server-select-display): Nop if we do not support m-f-o-d.
1622 (server-process-filter): Revert last change.
1623
1624 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
1625 behavior unrelated to filesets.
1626
1627 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1628
1629 * longlines.el (longlines-wrap-follows-window-size): Integer value
1630 specifies wrapping margin.
1631 (longlines-mode, longlines-window-change-function):
1632 Set window-specific wrapping margin based on the above.
1633
1634 2007-10-17 John Wiegley <johnw@newartisans.com>
1635
1636 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1637
1638 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1639
1640 * server.el (server-process-filter): Only set display if X11 is
1641 supported.
1642
1643 2007-10-17 Glenn Morris <rgm@gnu.org>
1644
1645 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1646 Tweak regexp to avoid stack overflow.
1647
1648 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1649
1650 * simple.el (reindent-then-newline-and-indent): Don't assume that
1651 indent-according-to-mode preserves point.
1652
1653 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1654
1655 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
1656 (bs--nth-wrapper): Simplify.
1657 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
1658 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
1659 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
1660 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
1661 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
1662 (bs-configurations, bs-default-configuration)
1663 (bs-alternative-configuration, bs-cycle-configuration-name)
1664 (bs-string-show-always, bs-string-show-never, bs-string-current)
1665 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
1666 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
1667 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
1668 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
1669 (bs--window-config-coming-from): Revert 2006-11-09 change.
1670 (bs--restore-window-config): Keep the selected frame.
1671 (bs--track-window-changes, bs--remove-hooks): New functions.
1672 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1673 (bs--create-header): Remove.
1674 (bs--create-header-line): New function, based on `bs--create-header'.
1675 (bs--show-header): Use `bs--create-header-line'.
1676 (bs--show-with-configuration): Revert 2006-11-09 change.
1677 Don't reuse window unless it is visible on the selected frame.
1678 Restore window configuration (possibly in a different frame)
1679 before creating any window.
1680
1681 2007-10-16 Glenn Morris <rgm@gnu.org>
1682
1683 * simple.el (blink-matching-open): Don't report false errors with
1684 the `$' syntax class.
1685
1686 2007-10-16 Richard Stallman <rms@gnu.org>
1687
1688 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1689 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1690 (ad-is-advised, ad-get-advice-info-field)
1691 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1692
1693 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1694
1695 * vc-hooks.el (vc-workfile-version): Compatibility alias.
1696 (vc-default-working-revision): Compatibility for backends.
1697
1698 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1699
1700 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1701 (filesets-ormap, filesets-sort-case-sensitive-flag)
1702 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1703 Fix typos in docstrings.
1704 (filesets-conditional-sort, filesets-find-or-display-file)
1705 (filesets-data-get-name, filesets-data-get-data)
1706 (filesets-data-set, filesets-cmd-query-replace-getargs)
1707 (filesets-ingroup-collect): Doc fixes.
1708
1709 2007-10-15 Sam Steingold <sds@gnu.org>
1710
1711 * mail/sendmail.el (sendmail-error-reporting-interactive)
1712 (sendmail-error-reporting-non-interactive): New variables for
1713 sendmail error reporting options to simplify support for imperfect
1714 sendmail emulators.
1715 (sendmail-send-it): Use them instead of list literals.
1716
1717 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1718
1719 * help-fns.el: Revert previous change; it creates a
1720 dependency loop between advice.el and help-fns.el.
1721
1722 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1723
1724 * help-fns.el: Require advice when compiling.
1725
1726 2007-10-14 Drew Adams <drew.adams@oracle.com>
1727
1728 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
1729 (ring-insert+extend, ring-remove+insert+extend, ring-member)
1730 (ring-next, ring-previous): New functions.
1731
1732 2007-10-14 Richard Stallman <rms@gnu.org>
1733
1734 * emacs-lisp/advice.el (documentation): Advice deleted.
1735 Doc for advised functions is now handled at C level.
1736 (ad-stop-advice, ad-start-advice): Don't enable or disable
1737 advice for `documentation'.
1738 (ad-advised-definition-docstring-regexp): Var deleted.
1739 (ad-make-advised-definition-docstring): Store orig name
1740 as text property of string.
1741 (ad-advised-definition-p): Check for text property of docstring.
1742
1743 * help-fns.el (describe-function-1): Find source of advised functions.
1744
1745 2007-10-14 Juri Linkov <juri@jurta.org>
1746
1747 * faces.el (describe-face): Allow handling a string as the face name.
1748
1749 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
1750 active region in transient-mark-mode.
1751 (ispell-region): Change messages displayed at the start and end of
1752 the spell-checking to be the same.
1753
1754 * startup.el (fancy-startup-tail): Say exactly what does the button
1755 dismiss ("Dismiss this startup screen"). Use text "Never show
1756 it again" for the checkbox after this button.
1757 (fancy-startup-screen, fancy-about-screen): Put point before the
1758 first link, so the user can quickly select links with the keyboard.
1759 (normal-mouse-startup-screen): Add more useful text describing how
1760 to follow a link.
1761
1762 2007-10-14 Glenn Morris <rgm@gnu.org>
1763
1764 * progmodes/etags.el (select-tags-table): Disable undo in the
1765 `*Tags Table List*' buffer.
1766
1767 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1768
1769 * dired.el (dired-warn-writable): New face.
1770 (dired-warn-writable-face): New variable.
1771 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1772 of dired-warning-face, for group- and world-writable files.
1773
1774 2007-10-13 Richard Stallman <rms@gnu.org>
1775
1776 * files.el (directory-abbrev-alist): Doc fix.
1777
1778 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1779
1780 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1781
1782 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1783
1784 * frame.el (set-frame-configuration): Assign name parameter only
1785 if it has been set explicitly before.
1786
1787 2007-10-11 Tom Tromey <tromey@redhat.com>
1788
1789 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1790 frame is visible.
1791
1792 2007-10-10 Richard Stallman <rms@gnu.org>
1793
1794 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1795 in *Backtrace*.
1796
1797 * faces.el (face-font-selection-order): Doc fix.
1798
1799 * loadhist.el (unload-feature): Doc fix.
1800
1801 2007-10-13 Glenn Morris <rgm@gnu.org>
1802
1803 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1804 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1805 Add doc string, and an explicit COUNT argument.
1806 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1807 `inc' to search functions.
1808
1809 * faces.el (face-spec-set): When FRAME is nil, set the default for
1810 new frames (restores pre-2007-09-17 behavior). Doc fix.
1811
1812 2007-10-13 John W. Eaton <jwe@octave.org>
1813
1814 * progmodes/octave-mod.el (octave-looking-at-kw)
1815 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1816 New functions.
1817 (octave-in-defun-p, calculate-octave-indent)
1818 (octave-blink-matching-block-open, octave-beginning-of-defun)
1819 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1820 to search for regexps that contain case-sensitive keywords.
1821 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1822 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1823
1824 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1825
1826 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
1827 Do not use a single clause cond.
1828
1829 * cus-start.el (all): Use test that does not match the X11 version
1830 for mac.
1831
1832 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
1833
1834 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
1835 BROWSE buffer.
1836
1837 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1838
1839 * cus-start.el (all): Undo previous change.
1840
1841 2007-10-13 Glenn Morris <rgm@gnu.org>
1842
1843 * woman.el (woman0-rename): Fix paren typo.
1844
1845 * mail/feedmail.el (feedmail-run-the-queue)
1846 (feedmail-look-at-queue-directory):
1847 * mail/reporter.el (reporter-dump-state):
1848 * net/eudc-hotlist.el (eudc-edit-hotlist):
1849 * net/eudc.el (eudc-display-records)
1850 (eudc-filter-duplicate-attributes)
1851 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
1852 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
1853 (eudc-bbdb-query-internal):
1854 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
1855 * net/socks.el (socks-build-auth-list):
1856 * progmodes/cc-cmds.el (top level):
1857 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
1858 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
1859 (cperl-write-tags, cperl-tags-treeify):
1860 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
1861 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
1862 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
1863 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
1864 (idlwave-toolbar-remove-everywhere):
1865 * progmodes/idlwave.el (idlwave-indent-line)
1866 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
1867 (idlwave-write-paths, idlwave-all-method-classes)
1868 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
1869 (idlwave-fix-keywords, idlwave-display-calling-sequence)
1870 (idlwave-complete-in-buffer):
1871 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
1872 (org-fast-tag-selection):
1873 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
1874 than mapcar.
1875
1876 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1877
1878 * diff-mode.el (diff-fine-change): Add :group.
1879
1880 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1881
1882 * cus-start.el (all): Use the same test as the 22.2 branch.
1883
1884 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1885
1886 * diff-mode.el (diff-current-defun): Force recomputation of
1887 change-log-default-name.
1888
1889 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
1890
1891 * startup.el (fancy-startup-screen): Remove an unnecessary newline
1892 and some leftover logic regarding dedicated frames. If showing
1893 concise startup screen, fit window to buffer.
1894 (command-line-1): If we will be using the splash screen, use
1895 find-file instead of find-file-other-window to find additional files.
1896 Comment out unused code for coping with the old sit-for behavior.
1897
1898 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1899
1900 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
1901 `meta' modifier consistently, rather than using sometimes meta
1902 sometimes alt.
1903
1904 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1905
1906 * window.el (handle-select-window): Revert part of 2007-10-08
1907 change setting the input focus.
1908
1909 2007-10-12 Glenn Morris <rgm@gnu.org>
1910
1911 * startup.el (command-line): Do not read abbrev file in batch mode.
1912
1913 * emacs-lisp/byte-opt.el (top level):
1914 * mail/rmail.el (rmail-list-to-menu):
1915 * obsolete/hilit19.el (hilit-mode):
1916 * progmodes/cc-mode.el (c-postprocess-file-styles)
1917 (c-submit-bug-report):
1918 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1919 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
1920 (reftex-access-parse-file):
1921 * textmodes/reftex-cite.el (reftex-do-citation)
1922 (reftex-insert-bib-matches):
1923 * textmodes/reftex-ref.el (reftex-offer-label-menu):
1924 * textmodes/reftex-sel.el (reftex-select-unmark):
1925 * textmodes/reftex-toc.el (reftex-toc-do-promote):
1926 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
1927
1928 * cus-edit.el (custom-variable-menu, custom-face-menu)
1929 (custom-group-menu): Check init-file-user rather than
1930 user-init-file, in case cus-edit is loaded by site-run-file.
1931
1932 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
1933
1934 * vc.el (vc-deduce-fileset): Delete unused code.
1935 (vc-next-action): Fix typos.
1936
1937 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1938
1939 * bs.el (bs--mark-unmark): New function.
1940 (bs-mark-current, bs-unmark-current): Use it.
1941
1942 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1943
1944 * vc.el (vc-diff):
1945 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
1946 temporarily disable the check for his edge case of
1947 vc-diff (stopping it from grinding when called from $HOME), as
1948 it's calling some brittle code in vc-hooks.el.
1949 (with-vc-properties): Fix evaluation time of a macro argument.
1950 * ediff-vers.el (ediff-vc-internal):
1951 * vc-hooks.el:
1952 * loaddefs.el: Follow up on VC terminology change.
1953
1954 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1955
1956 * follow.el (follow-stop-intercept-process-output):
1957 Use `follow-call-process-filter' rather than `process-filter'.
1958 Simplify.
1959 * vc.el (vc0iff): Prevent errors in an edge case.
1960
1961 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1962
1963 * vc-hooks.el (vc-registered): Robustify this function a bit
1964 against filenames with no directory component.
1965
1966 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1967
1968 * international/characters.el: Undo unwanted and unexplained change.
1969
1970 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1971
1972 * ps-print.el: Fix the usage of :foreground and :background face
1973 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1974 (ps-print-version): New version 6.7.6.
1975 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1976 Fix code.
1977 (ps-face-foreground-color-p, ps-face-background-color-p)
1978 (ps-face-color-p): New inline funs.
1979
1980 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
1981
1982 * textmodes/org.el (org-additional-option-like-keywords): New constant.
1983 (org-complete): Use `org-additional-option-like-keywords'.
1984 (org-parse-local-options): New function.
1985
1986 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
1987
1988 * textmodes/org.el (org-in-clocktable-p): New function.
1989 (org-clock-report): Only update the table at point, or insert a new one.
1990 (org-clock-goto): New function.
1991 (org-open-file): Use `start-process-shell-command' instead of
1992 `shell-command' with an ampersand.
1993 (org-deadline, org-schedule): New argument REMOVE to remove the
1994 date from the entry.
1995 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
1996 argument to `org-schedule' and `org-deadline'.
1997 (org-trim): Use the correct expressions for beginning and end of
1998 the string.
1999 (org-get-cleaned-entry): Trim the string before returning it.
2000 (org-clock-find-position): New function.
2001 (org-clock-into-drawer): New option.
2002 (org-agenda-tags-column): Rename from
2003 `org-agenda-align-tags-to-column'.
2004 (org-agenda-align-tags): Allow negative values for
2005 `org-agenda-tags-column'.
2006 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
2007 (org-agenda-to-appt): New optional argument FILTER.
2008 (org-completion-fallback-command): New variable.
2009 (org-complete): Use `org-completion-fallback-command'.
2010 (org-find-base-buffer-visiting): Catch the case that there is no
2011 buffer visiting the file.
2012 (org-property-or-variable-value): New function.
2013 (org-todo): Use `org-property-or-variable-value'
2014 (org-agenda-compact-blocks): New option.
2015 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
2016 (org-agenda-schedule, org-agenda-deadline):
2017 Call `org-agenda-show-new-time'.
2018 (org-agenda-show-new-time): New argument PREFIX.
2019 (org-colgroup-info-to-vline-list): Fix but that cause a
2020 shift in the vertical lines.
2021 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
2022 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
2023 (org-indent-item): No arg in call to `org-fix-bullet-type'.
2024 (org-fix-bullet-type): Remove argument.
2025 (org-read-date): Check for am/pm twice, to catch the end time.
2026 (org-goto-map): Use `suppress-keymap'.
2027 (org-remember-apply-template): Respect the dynamically scoped
2028 selection character.
2029
2030 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
2031
2032 * textmodes/org-export-latex.el (org-export-latex-protect-string):
2033 Renaming of `org-latex-protect'.
2034 (org-export-latex-emphasis-alist): By default, don't protect
2035 any emphasis formatter from further conversion.
2036 (org-export-latex-tables): Honor column grouping for tables.
2037 (org-export-latex-title-command): New option.
2038 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2039 export backslash character.
2040
2041 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2042
2043 * frame.el (frame-inherited-parameters): Remove unused `environment'
2044 parameter, and let server.el add `client' when needed.
2045
2046 * server.el (server-create-tty-frame)
2047 (server-create-window-system-frame): Set frame-inherited-parameters.
2048
2049 * frame.el (frame-inherited-parameters): New var.
2050 (make-frame): Use it.
2051
2052 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
2053
2054 * env.el (let-environment): Remove. Unused.
2055 (read-envvar-name): Simplify.
2056 (setenv): Remove unused arg `frame'.
2057
2058 * help-fns.el (describe-variable): Add missing " " for multiline
2059 obsolescence info and missing EOL after global value.
2060
2061 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2062
2063 * add-log.el:
2064 * ediff-vers.el:
2065 * log-view.el:
2066 * pcvs.el:
2067 * vc-arch.el:
2068 * vc-bzr.el:
2069 * vc-cvs.el:
2070 * vc.el:
2071 * vc-git.el:
2072 * vc-hg.el:
2073 * vc-hooks.el:
2074 * vc-mcvs.el:
2075 * vc-mtn.el:
2076 * vc-rcs.el:
2077 * vc-sccs.el:
2078 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
2079 {find,init,next,previous,annotate-*,log}-version ->
2080 {find,init,next,previous,annotate-*,log}-revision,
2081 annotate-focus-version -> annotate-working-revision, The term
2082 'focus' is gone. The term 'revision' is now used consistently
2083 everywhere that reference to a revision ID is intended, replacing
2084 older use of 'version'.
2085
2086 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
2087
2088 * follow.el: Change all instances of "Follow Mode" to "Follow
2089 mode" in docstrings and messages.
2090 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
2091
2092 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2093
2094 * vc.el (vc-next-action): Rewrite completely; this principal
2095 entry point now operates on a current fileset selected either
2096 explicitly via VC-Dired or implicitly by visiting a file buffer,
2097 rather than always operating on the file of the current buffer as
2098 in older versions. Rewrite the rest of the mode to match.
2099 (with-vc-properties): Rewrite to operate on a file list.
2100 (with-vc-file): vc-checkin takes a file list argument now.
2101 (vc-post-command-functions): This hook now receives a file list.
2102 (vc-do-command): Take a either a file or a file list as argument.
2103 (vc-deduce-fileset): New function for deducing a file list to
2104 operate on.
2105 (vc-next-action-on-file, vc-next-action-dired): Remove.
2106 Merge into vc-next-action.
2107 (vc-register): Adapt to the fact that vc-start-entry now takes a
2108 file list.
2109 (vc-register-with): New function.
2110 (vc-start-entry): Take a file list argument rather than a
2111 file argument.
2112 (vc-checkout): Cope with vc-start-entry taking a file list.
2113 (vc-steal-lock): Cope with with-vc-properties taking a
2114 file list.
2115 (vc-checkin): Take a file list argument rather than a file argument.
2116 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
2117 (vc-diff-internal): Rewrite for filesets.
2118 (vc-diff-sentinel): New function, tests whether changes were
2119 written into a diff buffer.
2120 (vc-diff): Rewrite for filesets.
2121 (vc-version-diff): Rewrite for filesets.
2122 (vc-print-log): Take a fileset argument.
2123 (vc-revert): Revert the entire selected fileset, not just the
2124 current buffer.
2125 (vc-rollback): Roll back the entire selected fileset, if
2126 possible. No longer accepts a prefix argument.
2127 (vc-update): Merge new changes for the entire selected
2128 fileset, not just the current buffer.
2129 (vc-revert-file): Cope with with-vc-properties taking a file list.
2130 (vc-default-dired-state-info): Add + status suffix if the file is
2131 modified.
2132 (vc-annotate-warp-version): Use the new diff machinery.
2133 (vc-log-edit): Take a file list argument rather than a file argument.
2134
2135 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
2136
2137 Sync with Tramp 2.1.11.
2138
2139 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2140 Pacify byte compiler.
2141
2142 * net/trampver.el: Update release number.
2143
2144 2007-10-09 Richard Stallman <rms@gnu.org>
2145
2146 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
2147
2148 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2149
2150 * follow.el: Require easymenu.
2151 (follow-mode-hook, follow-mode): Doc fixes.
2152 (follow-mode-off-hook): Mark as obsolete.
2153
2154 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2155
2156 * window.el (mouse-autoselect-window-cancel): Don't cancel for
2157 select-window or select-frame events.
2158 (handle-select-window): When autoselecting window set input
2159 focus. Restructure.
2160
2161 * frame.el (focus-follows-mouse): Move to frame.c.
2162 * cus-start.el (all): Add focus-follows-mouse.
2163
2164 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2165
2166 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2167 activate font-locking in the *buffer-selection* buffer.
2168 (bs-show-sorted): Doc fix.
2169
2170 * bs.el (bs--get-marked-string, bs--get-modified-string)
2171 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2172 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2173 (bs--format-aux): Doc fix.
2174
2175 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2176
2177 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2178
2179 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2180
2181 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
2182 (gud-gdb): New function for old M-x gdb (text command mode).
2183 (gud-gdb-command-name, gdb): Move to...
2184
2185 * progmodes/gdb-ui.el: ...here and adapt doc string.
2186 (gud-gdba-command-name, gdba): Delete.
2187
2188 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2189
2190 * bs.el: Don't defvar `font-lock-verbose'.
2191 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
2192 (bs--get-file-name): Fix typos in docstrings.
2193 (bs--show-header): Use `dolist' instead of `mapcar'.
2194 (bs-mode): Set `show-trailing-whitespace' to nil.
2195 (bs-buffer-sort-function, bs-mouse-select-other-frame)
2196 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
2197 Doc fixes.
2198
2199 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
2200
2201 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
2202
2203 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2204
2205 * progmodes/gud.el (gdb): Make graphical mode the default and
2206 switch to text command mode if appropriate, i.e., reverse previous
2207 arrangement.
2208 (gud-gdb-marker-filter): Adapt for above change.
2209
2210 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
2211 gud-minor-mode and gud-marker-filter.
2212 (gdb-fullname-regexp): New variable.
2213 (gud-gdba-marker-filter): Use it to switch to text command
2214 mode if appropriate.
2215
2216 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2217
2218 * progmodes/gud.el (gud-display-line): Find source buffer even when
2219 GUD buffer has its own frame.
2220
2221 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2222
2223 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
2224
2225 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2226
2227 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2228
2229 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2230
2231 * allout.el (allout-before-change-handler): Replace got-char by
2232 goto-char.
2233
2234 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
2237 Used to try and automatically enabled smerge-mode in the presence of
2238 conflicts and to call `svn resolved' when the conflicts are gone.
2239 (vc-svn-parse-status): Remember the svn-specific status.
2240
2241 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2242
2243 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
2244 menu-bar-apropos-menu. All users changed.
2245 (menu-bar-help-menu): Change menu symbols to better match the text
2246 displayed by the menu.
2247
2248 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2249
2250 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
2251 #, @, : and ^.
2252
2253 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2254
2255 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
2256
2257 * log-view.el (log-view-mode-map): Likewise.
2258
2259 * diff-mode.el (diff-mode-shared-map): Likewise.
2260
2261 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2262
2263 * files.el (file-name-sans-versions): Also allow `A-Z'.
2264
2265 * vc.el: Mention all supported VC backends.
2266
2267 2007-10-08 Richard Stallman <rms@gnu.org>
2268
2269 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
2270 neighbouring buttons.
2271
2272 2007-10-08 Andreas Schwab <schwab@suse.de>
2273
2274 * files.el (file-name-sans-versions): Also allow `_'.
2275
2276 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2277
2278 * files.el (file-name-sans-versions): Allow - and a-z in version names.
2279
2280 * log-view.el (log-view-mode-map, log-view-mode-menu):
2281 Bind log-view-annotate-version.
2282 (log-view-beginning-of-defun, log-view-end-of-defun)
2283 (log-view-annotate-version): New functions.
2284 (log-view-mode): Use log-view-beginning-of-defun and
2285 log-view-end-of-defun.
2286
2287 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2288
2289 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2290
2291 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2292
2293 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2294 neighbouring buttons.
2295
2296 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2297 Recognize gcc's use of "note" for informational messages.
2298
2299 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2300
2301 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2302 (css-mode): Update correspondingly.
2303
2304 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2305
2306 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2307 Signed-off-by, Acked-by and Merge.
2308
2309 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2310
2311 * ediff-init.el (ediff-verbose-p): This var is not a constant.
2312
2313 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2314
2315 * vc-mtn.el: New file.
2316
2317 * vc-hooks.el (vc-handled-backends): Add Mtn.
2318
2319 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2320
2321 * files.el (find-file, find-file-other-window)
2322 (find-file-other-frame, find-file-existing, find-file-read-only)
2323 (find-file-read-only-other-window)
2324 (find-file-read-only-other-frame)
2325 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2326
2327 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2328
2329 * progmodes/gud.el (gdb-ready): New variable.
2330 (gdb): Set it to nil. Set gud-running to nil here...
2331 (gud-common-init): ...instead of here.
2332
2333 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2334 Use gdb-ready. Discard input until GDB is ready to accept it.
2335
2336 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2337
2338 * dired.el (dired-warning): Inherit from font-lock-warning-face to
2339 make it show up with eight colors.
2340
2341 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2342
2343 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2344 diffs are concatenated with no intervening line.
2345
2346 2007-10-08 Dave Love <fx@gnu.org>
2347
2348 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2349 (python-font-lock-keywords): Update to the 2.5 version of the language.
2350 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2351 (python-backspace): Only behave funny in code.
2352 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2353 (inferior-python-mode): Add PDB prompt regexp.
2354 (python-fill-paragraph): Refine the fenced-string regexp.
2355 (python-find-imports): Handle imports spanning several lines.
2356 (python-mode): Add `class' to hideshow support.
2357
2358 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2359
2360 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2361 Use add-log-buffer-file-name-function rather than binding
2362 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
2363 when `fi' is the ChangeLog file itself.
2364
2365 * outline.el (outline-flag-region): Use front-advance.
2366
2367 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
2368
2369 * progmodes/cperl-mode.el: Merge upstream 5.23.
2370 (cperl-where-am-i): Remove function.
2371 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2372 (cperl-sniff-for-indent): De-invert [string] and [comment].
2373 When looking for label, skip s:m:y:tr.
2374 (cperl-indent-line): Likewise.
2375 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2376 (cperl-windowed-init): Wrong `ps-print' handling.
2377 Both thanks to Chong Yidong.
2378 (cperl-look-at-leading-count): Could fail with unfinished RExen.
2379 (cperl-find-pods-heres): If the second part of s()[] is missing,
2380 don't try to highlight delimiters...
2381
2382 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * progmodes/compile.el (compilation-get-file-structure): Complete last
2385 change by also using spec-directory in the puthash.
2386
2387 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
2388
2389 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2390 (vc-bzr-status): Fix shadowing of variable 'status'.
2391 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2392 Use `expand-file-name' instead of `concat'.
2393 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2394 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
2395
2396 2007-10-08 Jason Rumney <jasonr@gnu.org>
2397
2398 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
2399
2400 2007-10-08 Richard Stallman <rms@gnu.org>
2401
2402 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2403 Add `safe-local-variable' property.
2404 (lisp-body-indent): Likewise.
2405
2406 2007-10-08 Richard Stallman <rms@gnu.org>
2407
2408 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2409 Add doc string.
2410
2411 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2412
2413 * files.el (backup-buffer-copy): Try to overwrite old backup first.
2414
2415 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2416
2417 * repeat.el (repeat): Use last-repeatable-command instead of
2418 real-last-command. Run pre- and post-command hooks for
2419 self-insertion. Update doc-string.
2420
2421 2007-10-08 Alexandre Julliard <julliard@winehq.org>
2422
2423 * vc-git.el (vc-git-state): Call git-add --refresh to update the
2424 state of the file.
2425 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2426 (vc-git-create-repo): Fix invalid command.
2427
2428 2007-10-08 Richard Stallman <rms@gnu.org>
2429
2430 * textmodes/flyspell.el (flyspell-mode):
2431 Catch errors in flyspell-mode-on.
2432
2433 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2434
2435 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
2436
2437 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * international/encoded-kb.el (encoded-kbd-setup-display):
2440 Use input-decode-map rather than local-key-translation-map.
2441
2442 * term/rxvt.el (rxvt-alternatives-map): New map.
2443 (terminal-init-rxvt): Use it.
2444 Bind rxvt-function-map in input-decode-map.
2445
2446 * term/xterm.el (xterm-alternatives-map): New map.
2447 (terminal-init-xterm): Use it.
2448 Bind xterm-function-map in input-decode-map.
2449
2450 * term/x-win.el (x-alternatives-map): New var.
2451 (x-setup-function-keys): Use it.
2452
2453 * help-fns.el (describe-variable): Slightly change the layout of
2454 meta-info to separate it better from the docstring.
2455 Standardize insertion of extra empty lines in various circumstances.
2456
2457 * diff-mode.el (diff-hunk-style): New fun.
2458 (diff-end-of-hunk): Use it.
2459 (diff-context->unified): Use the new `apply' undo element,
2460 if applicable, so as to save undo-log space.
2461 (diff-fine-change): New face.
2462 (diff-fine-highlight-preproc): New function.
2463 (diff-fine-highlight): New command.
2464 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
2465
2466 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
2467 (smerge-refine-highlight-change): Add `props' argument.
2468 (smerge-refine-subst): New function holding most of smerge-refine.
2469 (smerge-refine): Use it.
2470
2471 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
2472
2473 * vc.el (vc-default-wash-log): Remove unused code, the
2474 log washers all live in the backends now.
2475 (vc-default-comment-history): Correct for the fact
2476 that wash-log is argumentless in the new API.
2477
2478 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
2479
2480 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
2481 (tramp-maybe-send-script): Apply `member' but `memq'.
2482 (tramp-advice-file-expand-wildcards): Simplify implementation.
2483
2484 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2485
2486 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
2487
2488 * mb-depth.el (minibuf-depth-indicator-function): New variable.
2489 (minibuf-depth-setup-minibuffer): Use it.
2490
2491 2007-10-07 Glenn Morris <rgm@gnu.org>
2492
2493 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
2494 version numbers.
2495
2496 2007-10-06 Juri Linkov <juri@jurta.org>
2497
2498 * textmodes/fill.el (fill-paragraph-or-region): New function.
2499
2500 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
2501 instead of fill-paragraph.
2502
2503 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
2504 with fill-paragraph-or-region. Suspend command is now the same
2505 `suspend-frame' on window systems and on tty.
2506
2507 * image.el (image-type): Check if image-types is bound to not fail
2508 on tty.
2509
2510 * delsel.el (delete-selection-pre-hook):
2511 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
2512 is fbound to not fail on mouseless tty.
2513
2514 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
2515
2516 * net/tramp.el (top): Move loading of tramp-util.el and
2517 tramp-vc.el to tramp-compat.el.
2518 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
2519 temporary file if possible, in order to avoid a security hole.
2520 (tramp-do-copy-or-rename-file-out-of-band)
2521 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
2522 with DONT-CREATE, because the connection is not setup yet.
2523 (tramp-handle-process-file): Rewrite temporary file handling.
2524 (tramp-completion-mode): New defvar.
2525 (tramp-completion-mode-p): Use it.
2526
2527 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
2528
2529 * net/tramp-fish.el (tramp-fish-handle-process-file):
2530 Rewrite temporary file handling.
2531
2532 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2533
2534 * vc.el: Workfile version -> focus version change. Port various
2535 comments from new VC to reduce the noise in the diff.
2536 Patch in the new vc-create-repo function to go with the
2537 header comment about it already present.
2538 There are no changes to existing logic in this patch.
2539 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
2540
2541 2007-10-06 Aaron Hawley <aaronh@garden.org>
2542
2543 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
2544
2545 2007-10-05 Chris Moore <dooglus@gmail.com>
2546
2547 * server.el (server-kill-new-buffers): Doc fix.
2548
2549 2007-10-05 John W. Eaton <jwe@octave.org>
2550
2551 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
2552 (octave-begin-keywords): Add "do".
2553 (octave-end-keywords): Remove "end".
2554 (octave-reserved-words): Add "end". Remove "all_va_args",
2555 "gplot", and 'gsplot".
2556 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
2557 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
2558 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
2559 "default_return_value", "define_all_return_values",
2560 "do_fortran_indexing", "empty_list_elements_ok",
2561 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
2562 "ok_to_lose_imaginary_part", "prefer_column_vectors",
2563 "prefer_zero_one_indexing", "propagate_empty_matrices",
2564 "resize_on_range_error", "treat_neg_dim_as_zero",
2565 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
2566 "warn_divide_by_zero", "warn_function_name_clash",
2567 "warn_missing_semicolon", "whitespace_in_literal_matrix".
2568 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
2569 "crash_dumps_octave_core", "sighup_dumps_octave_core",
2570 "sigterm_dumps_octave_core".
2571 (octave-block-match-alist): Remove "end" from block-end keywords.
2572 (octave-mode): Update ftp site address.
2573
2574 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2575
2576 * vc.el: Reorder functions, no code changes.
2577
2578 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
2579
2580 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
2581 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
2582 the cond clauses where needed.
2583 (tramp-handle-write-region): Rearrange code for proper handling of
2584 tmpfile.
2585
2586 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
2587
2588 * net/tramp.el:
2589 * net/tramp-fish.el:
2590 * net/tramp-ftp.el:
2591 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
2592 `tramp-compat-make-temp-file'.
2593
2594 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2595
2596 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
2597
2598 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2599
2600 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
2601 already uses a more recent copyright version than the "current" one.
2602
2603 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2604
2605 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
2606 (doc-view-insert-image): Minor aesthetical docstring changes.
2607
2608 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
2609
2610 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
2611 completing filename.
2612 (doc-view-search-internal): Docstring change.
2613
2614 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
2615
2616 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2617 (tramp-file-name-handler-alist):
2618 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
2619 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
2620 used before, creates the file already, which is not desired.
2621 (tramp-do-copy-or-rename-file-directly): Simplify handling of
2622 temporary file.
2623 (tramp-handle-insert-file-contents): Assign the result in the
2624 short track case.
2625 (tramp-handle-insert-file-contents-literally): New defun.
2626 (tramp-completion-mode-p): Revert change from 2007-09-24.
2627 Checking for `return' etc as last character is not sufficient, for
2628 example in dired-mode when entering <g> (revert-buffer) or
2629 <s> (dired-sort).
2630
2631 * net/tramp-compat.el (top): Add also compatibility code for loading
2632 appropriate timer package.
2633 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
2634 order to avoid autoloading problems.
2635
2636 * net/tramp-fish.el:
2637 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
2638
2639 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
2640 where the second parameter of `copy-file' or `rename-file' is a
2641 remote file but not via ftp.
2642
2643 2007-10-02 Richard Stallman <rms@gnu.org>
2644
2645 * frame.el (cursor-in-non-selected-windows): Doc fix.
2646
2647 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2648
2649 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
2650 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
2651
2652 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
2653
2654 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
2655 when `expt' doesn't give range errors.
2656
2657 2007-10-01 Markus Triska <markus.triska@gmx.at>
2658
2659 * calc/calc-math.el (math-smallest-emacs-expt):
2660 Make the computation more robust.
2661
2662 2007-09-30 David Kastrup <dak@gnu.org>
2663
2664 * startup.el (argv): Alias for `command-line-args-left' to use as
2665 `(pop argv)' inside of --eval command sequences. Allows for
2666 passing shell commands into Emacs verbatim without need for Lisp
2667 quoting.
2668
2669 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
2670 check only for changed size.
2671 (auto-revert-tail-handler): Get size from caller. If the file has
2672 shrunk, tail the whole file again (the file presumably has been
2673 rewritten).
2674
2675 * woman.el (woman-topic-all-completions, woman-mini-help):
2676 Fix fallout from 2007-09-07 introduction of `dolist' when the list
2677 actually was being manipulated in the loop.
2678 (woman-Cyg-to-Win, woman-pre-process-region)
2679 (woman-horizontal-escapes, woman-if-body, woman-unescape)
2680 (woman-strings, woman-special-characters, woman1-hc)
2681 (woman-change-fonts, woman-find-next-control-line):
2682 Use `match-beginning' rather than `match-string' when the result is
2683 just used as a flag.
2684
2685 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
2686
2687 * net/tramp-compat.el: New file.
2688
2689 * net/tramp.el:
2690 * net/tramp-fish.el:
2691 * net/tramp-smb.el:
2692 * net/tramp-uu.el:
2693 * net/trampver.el: Move compatibility code to tramp-compat.el.
2694 Apply `mapc' instead of `mapcar' when the code needs side effects
2695 only. Move utf-8 coding cookie to the second line.
2696
2697 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
2698
2699 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
2700 Improve custom type.
2701 (icon-map-list): Make it customizable. Document how to disable
2702 stock icons.
2703
2704 2007-09-30 Richard Stallman <rms@gnu.org>
2705
2706 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
2707
2708 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2709
2710 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2711
2712 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2713
2714 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
2715 (t-mouse-mode): New compatibility alias.
2716
2717 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
2718
2719 * server.el (server-delete-client): Only delete the terminal if it
2720 is non-nil.
2721
2722 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
2723
2724 * net/tramp.el (with-file-property, with-connection-property):
2725 Highlight as keyword.
2726 (tramp-rfn-eshadow-setup-minibuffer)
2727 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2728 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
2729 (tramp-do-copy-or-rename-file-directly)
2730 (tramp-do-copy-or-rename-file-out-of-band)
2731 (tramp-handle-shell-command, tramp-get-debug-buffer)
2732 (tramp-send-command-and-read, tramp-equal-remote)
2733 (tramp-get-local-gid): Pacify byte-compiler.
2734 (tramp-handle-file-name-directory): Result shall not be expanded.
2735 (tramp-find-foreign-file-name-handler): Rewrite.
2736 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
2737
2738 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
2739
2740 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2741 Apply `tramp-completion-mode-p'.
2742 (tramp-fish-handle-set-file-times)
2743 (tramp-fish-handle-executable-find)
2744 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
2745 (tramp-fish-retrieve-data): Pacify byte-compiler.
2746
2747 * net/tramp-gw.el (tramp-gw-basic-authentication):
2748 Call `tramp-read-passwd' with first parameter `nil'.
2749
2750 2007-09-28 Glenn Morris <rgm@gnu.org>
2751
2752 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
2753 than mapcar.
2754
2755 * textmodes/tex-mode.el (tex-suscript-height-ratio)
2756 (tex-suscript-height-minimum): New customizable variables.
2757 (tex-suscript-height): New function.
2758 (superscript, subscript): Set height using tex-suscript-height
2759 rather than fixing at 0.8.
2760 (tex-fontify-script, tex-font-script-display): Add :version tag.
2761
2762 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
2763
2764 * progmodes/python.el (python-eldoc-function): Doc fix.
2765
2766 2007-09-27 Glenn Morris <rgm@gnu.org>
2767
2768 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
2769 image if it is not in image-type-auto-detectable, or is there with
2770 a nil value.
2771
2772 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
2773
2774 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
2775 connection more robust.
2776
2777 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2778
2779 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2780 Deal with the case that special &keywords are at the beginning or
2781 end of the argument list. Also add some (incomplete) support for
2782 non-standard arglists.
2783
2784 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2785
2786 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2787 (eldoc-message-commands, eldoc-current-idle-delay)
2788 (eldoc-function-argstring-format): Fix typos in docstrings.
2789
2790 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
2791
2792 * calc/calc-units.el (calc-convert-units)
2793 (calc-convert-temperature): Remove unnecessary colons.
2794
2795 2007-09-26 Bastien Guerry <bzg@altern.org>
2796
2797 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
2798 New function.
2799 (org-export-latex-remove-from-headlines): Name changed because of typo.
2800 (org-export-latex-quotation-marks-convention): Option removed.
2801 (org-export-latex-make-preamble): Handle the DATE option.
2802 (org-export-latex-cleaned-string): Now the only cleaning function,
2803 synched up with org.el.
2804 (org-export-latex-lists, org-export-latex-parse-list)
2805 (org-export-list-to-latex): New functions.
2806
2807 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
2808
2809 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
2810 (org-outline-regexp): New constant.
2811 (org-remember-handler): Throw error when the target file is not in
2812 org-mode.
2813 (org-cleaned-string-for-export): No longer call
2814 `org-export-latex-cleaned-string' with an argument.
2815 (org-get-tags): Returns now a list, not a string.
2816 (org-get-tags-string): New function.
2817 (org-archive-subtree): No need to split return of `org-get-tags'.
2818 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
2819 instead of `org-get-tags'.
2820 (org-agenda-format-date): Rename from `org-agenda-date-format'.
2821 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
2822 (org-compatible-face): New argument INHERITS. Inherit from this
2823 face if possible.
2824 (org-level-1, org-level-2, org-level-3, org-level-4)
2825 (org-level-5, org-level-6, org-level-7, org-level-8)
2826 (org-special-keyword, org-drawer, org-column, org-warning)
2827 (org-archived, org-todo, org-done, org-headline-done, org-table)
2828 (org-formula, org-code, org-agenda-structure)
2829 (org-scheduled-today, org-scheduled-previously)
2830 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
2831 in the new way.
2832 (org-get-heading): New argument NO-TAGS.
2833 (org-fast-tag-selection-include-todo): Made defvar instead of
2834 defcustom, feature is not deprecated.
2835 (org-remember-store-without-prompt): New default value t.
2836 (org-todo-log-states): New variable.
2837 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
2838 Compute the log states.
2839 (org-goto-map): More commands copied from global map. Also bind
2840 `org-occur'.
2841 (org-goto): Made into a general lookup command.
2842 (org-get-location): Complete rewrite.
2843 (org-goto-exit-command): New variable.
2844 (org-goto-selected-point): New variable.
2845 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
2846 Set the new variables.
2847 (org-paste-subtree): Whitespace insertion strategy revised.
2848 (org-remember-apply-template): Protect v-A from the possibility
2849 that v-a might be nil.
2850 (org-remember-handler): Insertion rules revised.
2851 (org-todo): Respect org-todo-log-states.
2852 (org-up-heading-safe): New function.
2853 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
2854
2855 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2856
2857 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
2858 region if in transient-mark-mode.
2859
2860 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2861
2862 * calc/calc-ext.el (calc-init-extensions, calc-reset):
2863 * calc/calc-help.el (calc-full-help):
2864 * calc/calc-misc.el (another-calc):
2865 * calc/calc-store.el (calc-var-name-map):
2866 * calc/calc-stuff.el (calc-flush-caches):
2867 * calc/calc-units.el (math-build-units-table):
2868 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
2869 (calc-quit):
2870 * calendar/icalendar.el (icalendar--format-ical-event)
2871 (icalendar--convert-ical-to-diary):
2872 * emacs-lisp/authors.el (authors):
2873 * emacs-lisp/cust-print.el (custom-print-install)
2874 (custom-print-uninstall):
2875 * emacs-lisp/disass.el (disassemble-1):
2876 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2877 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
2878 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
2879 (elint-check-let-form, elint-check-condition-case-form)
2880 (elint-initialize):
2881 * emacs-lisp/elp.el (elp-results):
2882 * emacs-lisp/generic.el (generic-mode-internal):
2883 * emacs-lisp/re-builder.el (reb-delete-overlays):
2884 * emacs-lisp/regi.el (regi-interpret):
2885 * emacs-lisp/sregex.el (sregex--char-aux):
2886 * emulation/cua-rect.el (cua--deactivate-rectangle)
2887 (cua--highlight-rectangle, cua--rectangle-post-command):
2888 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
2889 * emulation/viper-macs.el (viper-describe-kbd-macros)
2890 (viper-describe-one-macro):
2891 * emulation/viper-util.el (viper-setup-master-buffer):
2892 * emulation/viper.el (set-viper-state-in-major-mode):
2893 * international/mule-diag.el (describe-current-coding-system):
2894 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
2895 * mail/emacsbug.el (report-emacs-bug):
2896 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
2897 * obsolete/hilit19.el (hilit-unhighlight-region)
2898 (hilit-set-mode-patterns):
2899 * play/solitaire.el (solitaire-check, solitaire-solve):
2900 * play/zone.el (zone-pgm-rotate):
2901 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
2902 * progmodes/ada-prj.el (ada-prj-display-page):
2903 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
2904 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
2905 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
2906 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
2907 * progmodes/sh-script.el (sh-make-vars-local)
2908 (sh-reset-indent-vars-to-global-values):
2909 * progmodes/sql.el (top):
2910 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
2911 * progmodes/xscheme.el (top):
2912 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
2913 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
2914 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
2915 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
2916 (artist-submit-bug-report):
2917 * textmodes/flyspell.el (flyspell-delay-commands)
2918 (flyspell-deplacement-commands):
2919 * textmodes/table.el (table--generate-source-epilogue, table-insert)
2920 (table--generate-source-cells-in-a-row, table--make-cell-map)
2921 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
2922
2923 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
2924
2925 * allout.el (produce-allout-mode-map, allout-process-exposed):
2926 * ansi-color.el (ansi-color-make-color-map):
2927 * autoinsert.el (auto-insert):
2928 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
2929 * dired-aux.el (dired-create-files):
2930 * dired.el (dired-restore-desktop-buffer):
2931 * ediff-diff.el (ediff-setup-fine-diff-regions):
2932 * ediff-mult.el (ediff-intersect-directories)
2933 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
2934 (ediff-redraw-registry-buffer):
2935 * ediff-ptch.el (ediff-fixup-patch-map):
2936 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
2937 (ediff-really-quit, ediff-clear-diff-vector):
2938 * emerge.el (emerge-really-quit):
2939 * ffap.el (ffap-replace-file-component):
2940 * filecache.el (file-cache-add-directory)
2941 (file-cache-add-directory-recursively)
2942 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
2943 (file-cache-delete-directory, file-cache-files-matching-internal)
2944 (file-cache-display):
2945 * files.el (cd):
2946 * find-lisp.el (find-lisp-insert-directory):
2947 * finder.el (finder-compile-keywords):
2948 * help.el (view-emacs-news):
2949 * hi-lock.el (hi-lock-write-interactive-patterns):
2950 * ido.el (ido-to-end, ido-set-matches-1):
2951 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
2952 (image-dired-mark-tagged-files):
2953 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2954 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
2955 * ps-print.el (ps-background, ps-begin-file)
2956 (ps-build-reference-face-lists):
2957 * simple.el (clone-buffer):
2958 * startup.el (command-line):
2959 * tempo.el (tempo-insert-template, tempo-is-user-element)
2960 (tempo-forward-mark, tempo-backward-mark):
2961 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
2962
2963 2007-09-25 Glenn Morris <rgm@gnu.org>
2964
2965 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
2966
2967 * view.el (view-search-no-match-lines): Add a doc string.
2968 Rewrite to simplify and work better.
2969
2970 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
2971
2972 * progmodes/cc-mode.el (c-mode-base-map):
2973 Use c-indent-line-or-region instead of c-indent-line.
2974
2975 * indent.el (indent-for-tab-command): First check if the region is
2976 active.
2977
2978 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2979
2980 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
2981 whitespace-rescan-timer-time is 0.
2982
2983 2007-09-24 Karl Berry <karl@gnu.org>
2984
2985 * international/mule.el (coding-system-base): Fix doc string grammar.
2986
2987 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
2988
2989 * net/tramp.el (tramp-completion-mode-p): Rename from
2990 `tramp-completion-mode'. Revert logic, check `return', `newline'
2991 and such alike. Packages like Icicles tend to use other completion
2992 characters but `tab' and `space' only.
2993
2994 2007-09-24 Adam Hupp <adam@hupp.org>
2995
2996 * progmodes/python.el (run-python): Import emacs module without
2997 waiting; prevents lockup on error.
2998
2999 2007-09-23 Richard Stallman <rms@gnu.org>
3000
3001 * mail/sendmail.el (mail-bury): Delete the frame
3002 if this frame looks like it was made for this message.
3003
3004 * completion.el (completion-separator-self-insert-command)
3005 (completion-separator-self-insert-autofilling):
3006 If `self-insert-command' has been remapped, use the substitute.
3007
3008 * simple.el (copy-region-as-kill): Doc fix.
3009
3010 * textmodes/org.el (org-confirm-shell-link-function)
3011 (org-confirm-elisp-link-function): Doc fixes.
3012
3013 2007-09-23 Glenn Morris <rgm@gnu.org>
3014
3015 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3016
3017 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
3018
3019 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
3020
3021 * term/tvi970.el (terminal-init-tvi970): Likewise.
3022
3023 * term/sun-mouse.el (print-mouse-format): Likewise.
3024
3025 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
3026 Use forward-line instead of previous-line and next-line.
3027
3028 2007-09-22 Juri Linkov <juri@jurta.org>
3029
3030 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
3031
3032 * tutorial.el (tutorial--default-keys): Update standard bindings:
3033 rename `iconify-or-deiconify-frame' to `suspend-frame',
3034 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
3035
3036 2007-09-22 Juri Linkov <juri@jurta.org>
3037
3038 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
3039 Add help-echo to external links and to links without description.
3040 (fancy-splash-insert): Use help-echo from the 3rd element of the
3041 link specification list, or "Follow this link" if it's nil. Doc fix.
3042
3043 2007-09-22 Juri Linkov <juri@jurta.org>
3044
3045 * startup.el (command-line): Rename `inhibit-startup-message' to
3046 `inhibit-startup-screen'.
3047 (fancy-about-text): Use shorter label for "Ordering Manuals".
3048 (fancy-startup-tail): Add optional arg `concise'. When `concise'
3049 is nil, display a line with "To start..." and 3 links to useful
3050 tasks. Display the "Dismiss" button and "Don't show this message
3051 again" only when concise is non-nil.
3052 (fancy-startup-screen): Call `fancy-startup-tail' with optional
3053 arg `concise'. If CONCISE is non-nil, display a concise version
3054 of the splash screen in another window. Otherwise, switch to the
3055 startup buffer in the same window.
3056 (startup-echo-area-message): Change displayed binding from
3057 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
3058 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
3059 the GNU system".
3060 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
3061 to "*GNU Emacs*".
3062 (display-about-screen): Don't check the existence of the buffer
3063 "*About GNU Emacs*".
3064 (display-splash-screen): Make alias to `display-startup-screen'.
3065 (command-line-1): Rename `inhibit-startup-message' to
3066 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
3067 started with command line options "-f", "-funcall", "-e", "-eval",
3068 "-execute", "-insert", "-find-file", "-file", "-visit".
3069 Inhibit startup screen when Emacs is started with a file name only
3070 on tty (i.e. don't inhibit it when started with a file name like
3071 "emacs FILE..." on a window system).
3072 (command-line-1): Simplify logic of displaying the startup screen:
3073 if file-count > 0, then display the concise version in another
3074 window, otherwise display full version in the same window.
3075
3076 * help.el (help-map): Bind C-h C-a to about-emacs.
3077 (help-for-help-internal): Add C-a description to C-h help text.
3078
3079 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3080
3081 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
3082 (checkdoc-permit-comma-termination-flag): Autoload the
3083 safe-local-variable setting.
3084
3085 * bookmark.el (bookmark-xemacsp): Remove.
3086 (bookmark-make): Don't use bookmark-xemacsp,
3087 use (featurep 'xemacs) instead.
3088
3089 * speedbar.el (speedbar-frame-mode)
3090 (speedbar-frame-reposition-smartly)
3091 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3092 (speedbar-check-vc): Remove use of non-existent variable
3093 dframe-xemacsp, use (featurep 'xemacs) instead.
3094
3095 * indent.el (indent-for-tab-command): Indent the region if
3096 transient-mark-mode and the region is active.
3097
3098 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
3099
3100 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3101 add inferior-octave-directory-tracker to the buffer-local value
3102 of comint-input-filter-functions.
3103
3104 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3105
3106 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
3107
3108 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
3109
3110 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
3111 on w32 frames.
3112
3113 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3114
3115 * startup.el (normal-top-level): Remove DISPLAY from
3116 process-environment to let it be computed dynamically in callproc.c.
3117
3118 * frame.el (frame-initialize, make-frame):
3119 * faces.el (tty-set-up-initial-frame-faces):
3120 * env.el (setenv): Don't set display-environment-variable.
3121
3122 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
3123 (server-create-tty-frame): Don't set unused `tty' property.
3124 Set `display' instead of display-environment-variable.
3125 (server-create-window-system-frame): No display-environment-variable.
3126
3127 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
3128
3129 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
3130 (rfn-eshadow-update-overlay-hook): New defvars.
3131 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
3132 Run the hooks.
3133
3134 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
3135 (tramp-rfn-eshadow-setup-minibuffer)
3136 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
3137 rfn-eshadow.el.
3138
3139 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
3140 timeout.
3141
3142 2007-09-21 Glenn Morris <rgm@gnu.org>
3143
3144 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
3145 * term/sun-mouse.el (suspend-emacstool): Remove.
3146 * term/sun.el: Remove emacstool-related code.
3147
3148 * emacs-lisp/bytecomp.el (byte-compile-warnings)
3149 (byte-compile-warnings-safe-p): Add `mapcar'.
3150 (byte-compile-warning-types): Add mapcar and make-local.
3151 (byte-compile-normal-call): Add option to suppress mapcar warning.
3152 (top-level): Use mapc rather than mapcar in eval-when-compile.
3153
3154 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
3155 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
3156 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
3157 Handle escaped parens.
3158 (latex-forward-sexp): Doc fix.
3159
3160 * eshell/esh-mode.el (eshell-output-filter-functions):
3161 Add eshell-postoutput-scroll-to-bottom.
3162
3163 * loadup.el: Remove termdev.
3164
3165 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
3166 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
3167
3168 2007-09-21 Markus Triska <markus.triska@gmx.at>
3169
3170 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
3171 `mapcar' is called for effect.
3172
3173 2007-09-21 Kevin Ryde <user42@zip.com.au>
3174
3175 * international/mule.el (sgml-html-meta-auto-coding-function):
3176 Bind `case-fold-search' to t.
3177
3178 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3179
3180 * termdev.el: Remove.
3181
3182 * frame.el (get-device-terminal): New function. Moved from termdev.el.
3183 (frames-on-display-list): Use it.
3184
3185 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
3186
3187 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
3188
3189 2007-09-20 Richard Stallman <rms@gnu.org>
3190
3191 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
3192
3193 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3194
3195 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
3196
3197 2007-09-20 Glenn Morris <rgm@gnu.org>
3198
3199 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3200 motion functions, rather than hard-coding "\n\n".
3201 (tex-validate-region): Check for eobp, to speed up.
3202 (tex-next-unmatched-end): Doc fix.
3203
3204 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3205
3206 * files.el (auto-mode-alist): Use archive-mode for .rar files.
3207
3208 * international/mule.el (auto-coding-alist): Rar archives are binary.
3209
3210 * arc-mode.el: Add basic support for Rar.
3211 (archive-find-type): Recognize Rar's signature.
3212 (archive-desummarize): New fun.
3213 (archive-summarize): Use it to restore the buffer's data in case
3214 someone wants to switch to some other major mode.
3215 (archive-resummarize): Use it as well.
3216 (archive-rar-summarize, archive-rar-extract): New functions.
3217
3218 * filesets.el: Remove spurious * in docstrings.
3219 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
3220 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
3221 (filesets-ingroup-collect): Remove unused arg `depth'.
3222 (filesets-update): Remove unused arg `version'.
3223
3224 * finder.el (finder-compile-keywords): Fix up comment style.
3225 (finder-mouse-face-on-line): previous-line -> forward-line.
3226
3227 * recentf.el: Remove spurious * in docstrings.
3228 (recentf-save-list): Fix up comment style.
3229
3230 * progmodes/octave-mod.el: Remove spurious * in docstrings.
3231 (octave-mode-map): Move init into declaration and remove \t binding.
3232 (octave-mode-startup-message): Remove unused var.
3233 (octave-scan-blocks): Remove unused arg `from'.
3234 (octave-forward-block, octave-down-block, octave-up-block):
3235 Update callers.
3236
3237 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
3238 (meta-mode-map): Likewise and remove \t binding.
3239
3240 * net/snmp-mode.el: Remove spurious * in docstrings.
3241 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
3242 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
3243 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
3244 that completion accepts lists of strings.
3245 (snmp-mode-syntax-table): Move initialization into declaration.
3246 (snmp-mode-map): Likewise and remove \t binding.
3247 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
3248 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
3249 (snmp-indent-command): Remove.
3250
3251 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
3252 binding, so tab-always-indent works right.
3253
3254 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
3255
3256 * net/browse-url.el (browse-url-elinks-new-window): New function.
3257 (browse-url-elinks): Use browse-url-elinks-new-window.
3258 Accept optional second argument `new-window'. Fix typo in doc-string.
3259 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
3260 Improve error message.
3261
3262 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3263
3264 * net/browse-url.el (browse-url-url-encode-chars): Use the right
3265 parameter name in the function body.
3266 Reported by Johannes Weiner.
3267
3268 2007-09-19 Glenn Morris <rgm@gnu.org>
3269
3270 * net/socks.el (socks-open-network-stream): Signal an explicit
3271 error if the port associated with a service string can't be found.
3272
3273 * textmodes/tex-mode.el (tex-terminate-paragraph):
3274 Use backward-paragraph.
3275
3276 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * server.el (server-running-p): New function.
3279
3280 2007-09-18 Jason Rumney <jasonr@gnu.org>
3281
3282 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
3283 x-focus-frame.
3284
3285 * frame.el (select-frame-set-input-focus, select-frame-by-name):
3286 Use x-focus-frame for w32.
3287
3288 2007-09-17 David Kastrup <dak@gnu.org>
3289
3290 * textmodes/tex-mode.el (tex-verbatim-environments):
3291 Eliminate CL dependency.
3292
3293 2007-09-17 Richard Stallman <rms@gnu.org>
3294
3295 * newcomment.el (comment-add): New arg EXTRA.
3296 (comment-region-default): Pass EXTRA if not indenting lines.
3297
3298 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3299
3300 * net/browse-url.el (browse-url-url-encode-chars): New function.
3301 URL-encode some chars in a string.
3302 (browse-url-encode-url): Rewrite using the previous function.
3303 (browse-url-file-url): Use `browse-url-url-encode-chars'.
3304 (browse-url-elinks-sentinel): Fix typo.
3305 (browse-url-new-window-flag): Doc change.
3306
3307 2007-09-17 Glenn Morris <rgm@gnu.org>
3308
3309 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3310 filename from `--file-line-error', if it is available.
3311
3312 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3313
3314 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3315 TeX `--file-line-error' format.
3316
3317 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3318
3319 * xt-mouse.el: Delete add-hook calls that were moved to
3320 xterm-mouse-mode.
3321 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
3322 does not work.
3323
3324 2007-09-17 Richard Stallman <rms@gnu.org>
3325
3326 * cus-face.el (custom-theme-set-faces): Undo previous change.
3327
3328 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
3329
3330 2007-09-17 Glenn Morris <rgm@gnu.org>
3331
3332 * textmodes/tex-mode.el (tex-region): Simplify previous change,
3333 handling the case where the region is not in `tex-main-file'.
3334 (tex-region-1): Delete.
3335 (tex-region-header): New function, doing the header part of the
3336 old tex-region-1.
3337
3338 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3339
3340 * simple.el (newline): Simplify use of prefix-numeric-value.
3341 (line-move-partial): Remove unused var `ppos'.
3342 (line-move-1): Replace 9999 with most-positive-fixnum.
3343 (move-end-of-line): Use more efficient single-property search.
3344 (move-beginning-of-line): Remove unused var `start'.
3345 (blink-matching-open): Restructure in a more functional style.
3346
3347 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3348
3349 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
3350
3351 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * server.el (server-clients): Only keep procs, no properties any more.
3354 (server-client): Remove.
3355 (server-client-get, server-client-set): Remove, replace all callers by
3356 process-get and process-put resp.
3357 (server-clients-with, server-add-client, server-delete-client)
3358 (server-create-tty-frame, server-create-window-system-frame)
3359 (server-process-filter, server-execute, server-visit-files)
3360 (server-buffer-done, server-kill-buffer-query-function)
3361 (server-kill-emacs-query-function, server-switch-buffer)
3362 (server-save-buffers-kill-terminal): Update accordingly.
3363
3364 * server.el (server-with-environment): Simplify.
3365 (server-select-display, server-unselect-display): Re-add functions that
3366 seem to have been lost in the multi-tty merge.
3367 (server-eval-and-print, server-create-tty-frame)
3368 (server-create-window-system-frame, server-goto-toplevel)
3369 (server-execute, server-return-error): New functions extracted from
3370 server-process-filter.
3371 (server-execute-continuation): New functions.
3372 (server-process-filter): Restructure so that all arguments are analysed
3373 first and then acted upon in a subsequent stage. This way
3374 server-goto-toplevel can be executed later, when we know if
3375 it's necessary.
3376 Remove the "-version" and "-version-good" support.
3377
3378 2007-09-16 Drew Adams <drew.adams@oracle.com>
3379
3380 * cus-edit.el (custom-face-edit-activate): Doc fix.
3381
3382 2007-09-16 Glenn Morris <rgm@gnu.org>
3383
3384 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
3385 Following cal-bahai renaming, update all instances of
3386 list-bahai-diary-entries to diary-bahai-list-entries,
3387 mark-bahai-diary-entries to diary-bahai-mark-entries,
3388 calendar-goto-bahai-date to calendar-bahai-goto-date,
3389 insert-bahai-diary-entry to diary-bahai-insert-entry,
3390 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
3391 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
3392 calendar-print-bahai-date to calendar-bahai-print-date.
3393
3394 * textmodes/tex-mode.el (tex-region): Handle the case where the
3395 region is not in `tex-main-file'. Move the old code that applies
3396 to both cases...
3397 (tex-region-1): ...to this new function.
3398
3399 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3400
3401 * vc.el (vc-process-sentinel): New function.
3402 (vc-exec-after): Use it instead of using ugly hackish analysis and
3403 construction of Elisp code.
3404 (vc-sentinel-movepoint): New dynamically scoped var.
3405 (vc-print-log, vc-annotate): Set it to move the user's point.
3406
3407 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
3408 inhibit-modification-hooks.
3409
3410 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
3411 (calendar-bahai-print-date, calendar-bahai-goto-date)
3412 (diary-bahai-list-entries, diary-bahai-insert-entry):
3413 New names to clean up the namespace a bit more.
3414 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
3415
3416 2007-09-15 Glenn Morris <rgm@gnu.org>
3417
3418 * calendar/holidays.el (holiday-list): Rename it back to
3419 `list-holidays', but leave `holiday-list' as an alias.
3420
3421 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
3422 custom group.
3423
3424 * textmodes/css-mode.el (css): New custom group.
3425 (css-electrick-keys, css-selector, css-property)
3426 (css-indent-offset): Specify custom group.
3427
3428 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3429
3430 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
3431 (cvs-execute-single-file): Use process-file.
3432 (cvs-run-process): Use start-file-process.
3433
3434 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
3435
3436 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
3437 level. Remove the hooks when turning off the mode.
3438
3439 * term/xterm.el: Require xt-mouse at compile time.
3440 (terminal-init-xterm): Turn on xterm mouse tracking for this
3441 terminal if xterm-mouse-mode is enabled.
3442
3443 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3444
3445 * term/xterm.el (xterm-function-map): Replace bindings that were
3446 deleted by the merge.
3447
3448 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
3449
3450 * play/bubbles.el (bubbles-version): Bump value to "0.5".
3451 (bubbles-mode-map): Move define-key statements here.
3452 (bubbles-game-theme-menu): Ditto.
3453 (bubbles-graphics-theme-menu): Ditto.
3454 (bubbles-menu): Ditto.
3455 (bubbles-mode): Initialize buffer-undo-list, redisplay.
3456 (bubbles--initialize): Reset buffer-undo-list, redisplay.
3457 (bubbles-plop): Set buffer-undo-list, redisplay.
3458 (bubbles-undo): Reset buffer-undo-list, redisplay.
3459 (bubbles--show-images): Take care of missing text properties.
3460
3461 2007-09-14 Glenn Morris <rgm@gnu.org>
3462
3463 * startup.el (fancy-startup-text, fancy-about-text): Fix face
3464 quoting.
3465
3466 * calendar/cal-hebrew.el, calendar/cal-menu.el
3467 * calendar/calendar.el, calendar/diary-lib.el
3468 * calendar/holidays.el: Rename all instances of
3469 list-calendar-holidays callers to calendar-list-holidays,
3470 list-holidays to holiday-list, check-calendar-holidays to
3471 calendar-check-holidays, mark-calendar-holidays to
3472 calendar-mark-holidays, and filter-visible-calendar-holidays to
3473 holiday-filter-visible-calendar.
3474
3475 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3476
3477 * term/xterm.el (xterm-function-map): Add C-M- bindings.
3478
3479 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3480
3481 * play/bubbles.el (bubbles--initialize-images): Fix bug:
3482 Use transparent background for empty cells in graphics mode.
3483
3484 2007-09-13 Jari Aalto <jari.aalto@cante.net>
3485
3486 * man.el (Man-default-man-entry): At end of line, continue looking
3487 to the next line for possible end of hyphenated command.
3488
3489 2007-09-13 Chris Moore <dooglus@gmail.com>
3490
3491 * shell.el (shell-resync-dirs): Don't move the cursor relative to
3492 the command being edited.
3493
3494 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
3495
3496 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
3497
3498 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
3499
3500 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
3501 C-M-S- keys.
3502
3503 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
3504
3505 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3506
3507 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
3508 New argument `filename-p' to use one set of confusing chars or another.
3509 (browse-url-file-url): Use the argument.
3510 Suggested by Johannes Weiner.
3511
3512 2007-09-12 Romain Francoise <romain@orebokech.com>
3513
3514 * cus-start.el (all): Revert 2007-09-08 change.
3515
3516 2007-09-12 Aaron Hawley <aaronh@garden.org>
3517
3518 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
3519 extract .Z files, since it is more common than uncompress.
3520
3521 2007-09-12 Glenn Morris <rgm@gnu.org>
3522
3523 * textmodes/org-publish.el (org-publish-org-to-html): Remove
3524 duplicate function definition.
3525
3526 2007-09-10 Chris Moore <dooglus@gmail.com>
3527
3528 * diff-mode.el (diff-sanity-check-hunk):
3529 Also accept single-line hunks.
3530
3531 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
3532
3533 * startup.el (startup-screen-inhibit-startup-screen)
3534 (pure-space-overflow-message): New vars.
3535 (fancy-splash-insert): Allow functions for face and link specs.
3536 (fancy-splash-head): Remove unused arg. Move splash text...
3537 (fancy-startup-text, fancy-about-text): ...here.
3538 (fancy-startup-tail): Rename from fancy-splash-tail.
3539 (fancy-startup-screen, fancy-about-screen): Split off from
3540 fancy-splash-screens.
3541 (display-startup-screen): New function.
3542 (display-about-screen): Rename from display-splash-screen.
3543 (command-line-1): Use concise startup screen if necessary.
3544
3545 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3546
3547 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
3548 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
3549
3550 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3551
3552 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3553 (python-font-lock-keywords): Update to the 2.5 version of the language.
3554 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3555 (python-backspace): Only behave funny in code.
3556 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3557 (inferior-python-mode): Add PDB prompt regexp.
3558 (python-fill-paragraph): Refine the fenced-string regexp.
3559 (python-find-imports): Handle imports spanning several lines.
3560 (python-mode): Add `class' to hideshow support.
3561
3562 2007-09-10 Dave Love <fx@gnu.org>
3563
3564 * outline.el (outline-4, outline-5, outline-7):
3565 Move font-lock-builtin-face down from 4 to 7 to better keep the
3566 progression of color brightness, and to better match Org-mode's faces.
3567
3568 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3569
3570 * progmodes/meta-mode.el (meta-font-lock-keywords)
3571 (font-lock-match-meta-declaration-item-and-skip-to-next)
3572 (meta-comment-indent, meta-indent-previous-line)
3573 (meta-indent-unfinished-line, meta-beginning-of-defun)
3574 (meta-end-of-defun, meta-common-initialization): Handle \f.
3575 (meta-indent-unfinished-line): Do not handle a `%' in a string as
3576 a comment-start.
3577
3578 * files.el (file-modes-char-to-who, file-modes-char-to-right)
3579 (file-modes-rights-to-number): Auxiliary functions for symbolic to
3580 numeric notation of file modes.
3581 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
3582 numeric value.
3583 (read-file-modes): New. Read either an octal value of a file mode or a
3584 symbolic value, and return its numeric value.
3585
3586 * dired-aux.el (dired-do-chmod): Change to use the built-in
3587 `set-file-modes' and the previous symbolic mode parsing functions.
3588
3589 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * textmodes/texinfo.el: Remove spurious * in docstrings.
3592 (texinfo-mode-syntax-table, texinfo-mode-map):
3593 Initialize in the declaration.
3594
3595 * tmm.el: Remove spurious * in docstrings.
3596 (tmm-prompt): Use with-current-buffer.
3597
3598 * vcursor.el: Remove spurious * in docstrings.
3599 (vcursor-map): Initialize in the declaration.
3600 (vcursor-use-vcursor-map): Use define-minor-mode.
3601 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
3602
3603 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
3604 Initialize in the declaration.
3605 (widget-minor-mode): Use define-minor-mode.
3606
3607 * woman.el (woman-mode-map, woman-syntax-table):
3608 Initialize in the declaration.
3609
3610 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
3611
3612 * doc-view.el: New file.
3613
3614 2007-09-09 Juri Linkov <juri@jurta.org>
3615
3616 * Makefile.in (update-authors): Add etc/ to AUTHORS.
3617
3618 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
3619
3620 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
3621 to "Startup screen". Fix docstring.
3622 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
3623 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
3624 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
3625 (initial-scratch-message): Fix docstring.
3626 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
3627 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
3628 Add link to "Customize Startup" and set interval between links to
3629 5 spaces.
3630 (fancy-about-text): Add links "Authors" and "Contributing".
3631 (fancy-splash-head): Add text "Welcome to " on the startup screen,
3632 and "This is " on the about screen. Add link to
3633 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
3634 For the about screen move emacs version to the header from
3635 `fancy-splash-tail' (as it's done already for normal about screen).
3636 (fancy-splash-tail): Insert emacs version only for startup screen.
3637 (normal-splash-screen): Remove duplicate empty lines.
3638 (normal-about-screen): Add links "Authors" and "Contributing".
3639
3640 * menu-bar.el (menu-bar-help-menu):
3641 Move "About Emacs" and "About GNU" to the end of the Help menu.
3642 Move "Emacs Psychotherapist" after "Send Bug Report...".
3643 Move "External Packages" after "Find Emacs Packages".
3644
3645 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
3646
3647 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
3648 they are useless with the byte compiler.
3649 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
3650 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
3651 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
3652 (tramp-file-name-real-host, tramp-file-name-port)
3653 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
3654 defuns.
3655
3656 * net/tramp-cache.el (top): Improve error message when
3657 `tramp-persistency-file-name' is corrupted.
3658
3659 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
3660
3661 * textmodes/org.el (org-re): Also replace the :alpha: class.
3662 (org-todo-tag-alist): Variable removed.
3663 (org-todo-key-alist, org-todo-key-trigger) New variables.
3664 (org-use-fast-todo-selection): New option.
3665 (org-log-done): Docstring fixed.
3666 (org-deadline-warning-days): New default value 14.
3667 (org-edit-timestamp-down-means-later) New option.
3668 (org-tag-alist): Docstring fixed.
3669 (org-fast-tag-selection-include-todo): New option.
3670 (org-export-language-setup): New languages added.
3671 (org-set-regexps-and-options): Compute the new variables.
3672 (org-paste-subtree): Cleaning up.
3673 (org-remember-apply-template): New escape %A.
3674 (org-todo): Call fast TODO selection.
3675 (org-fast-todo-selection): New function.
3676 (org-add-log-note): Allow prefix for abort exit.
3677 (org-at-property-p, org-entry-properties)
3678 (org-columns-get-autowidth-alist): Use :alpha: class.
3679 (org-get-wdays): New function.
3680 (org-agenda-remove-date): New variable.
3681 (org-agenda-get-deadlines): Use `org-get-wdays'.
3682 (org-agenda-get-deadlines): Reverse ee before returning.
3683 (org-format-agenda-item): New argument REMOVE-RE.
3684 (org-agenda-convert-date): Baha'i calendar added.
3685 (org-infile-export-plist): Also find DATE line.
3686 (org-get-min-level): New function.
3687 (org-export-as-html, org-export-as-ascii): Use the date format.
3688 (org-shiftup, org-shiftdown): Use.
3689 `org-edit-timestamp-down-means-later'.
3690 (org-assign-fast-keys): New function.
3691
3692 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
3693
3694 * cus-start.el (all): Add prefer-window-split-horizontally from
3695 window.c.
3696
3697 2007-09-08 Eli Zaretskii <eliz@gnu.org>
3698
3699 * net/browse-url.el (browse-url-galeon): Fix last change.
3700 (top-level): Require cl when compiling.
3701
3702 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
3703
3704 * textmodes/org-export-latex.el: arch-tag restored.
3705
3706 * textmodes/org-publish.el: arch-tag restored.
3707
3708 2007-09-08 Masatake YAMATO <jet@gyve.org>
3709
3710 * progmodes/which-func.el (which-func-modes): Add diff-mode.
3711
3712 * progmodes/cc-langs.el: Support new keywords added to
3713 objective-c frontend of gcc.
3714 (c-simple-stmt-kwds): Add @throw.
3715 (c-block-stmt-2-kwds): Add @synchronized.
3716 (c-block-stmt-1-kwds): Add @finally and @try.
3717
3718 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
3719
3720 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
3721 (org-agenda-after-show-hook): New variable.
3722 (org-columns-compile-format)
3723 (org-columns-get-autowidth-alist, org-buffer-property-keys)
3724 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
3725 property names.
3726 (org-get-wdays): New function.
3727
3728 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
3731
3732 * term/xterm.el (xterm-function-map): Initialize in the declaration.
3733
3734 * vc-arch.el (vc-arch-checkin): Fix typo.
3735
3736 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3737
3738 * cus-face.el (custom-theme-set-faces): Set face attributes
3739 locally for each frame.
3740
3741 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3742
3743 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
3744 via font-lock-defaults.
3745
3746 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
3747 derived-mode-p.
3748
3749 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
3750
3751 * progmodes/autoconf.el (autoconf-definition-regexp):
3752 Handle optional square brackets around definition name.
3753
3754 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
3755
3756 * net/browse-url.el (browse-url-browser-function): Add elinks.
3757 (browse-url-elinks-wrapper): New option.
3758 (browse-url-encode-url, browse-url-elinks)
3759 (browse-url-elinks-sentinel): New functions.
3760 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
3761 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
3762 Use new function browse-url-encode-url.
3763
3764 2007-09-07 Glenn Morris <rgm@gnu.org>
3765
3766 * version.el (emacs-version): Revert 2007-08-29 change: no need to
3767 say if multi-tty is present.
3768
3769 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3770
3771 * cus-start.el (split-window-preferred-function): Add custom info.
3772
3773 * calendar/holidays.el (holiday-list, calendar-check-holidays)
3774 (calendar-mark-holidays, calendar-list-holidays)
3775 (holiday-filter-visible-calendar): New names to clean up namespace.
3776 (filter-visible-calendar-holidays, list-calendar-holidays)
3777 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
3778 Add compatibility aliases.
3779 (calendar-check-holidays, calendar-mark-holidays)
3780 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
3781 (holiday-sexp): Replace append with list.
3782 (holiday-filter-visible-calendar): Replace append with push.
3783
3784 * woman.el: Remove spurious * in docstrings.
3785 (woman-mini-help, woman-non-underline-faces, woman0-rename)
3786 (woman-topic-all-completions-merge, woman-file-name-all-completions)
3787 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
3788 (woman-write-directory-cache, woman-display-extended-fonts)
3789 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
3790 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
3791 (woman-mode): Use inhibit-read-only.
3792 (woman-negative-vertical-space): Use dotimes.
3793 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
3794
3795 2007-09-06 Romain Francoise <romain@orebokech.com>
3796
3797 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
3798 (vc-bzr-workfile-version): Use it.
3799
3800 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
3801
3802 * complete.el (PC-do-completion): Don't try to treat
3803 empty string as an abbreviation.
3804
3805 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3806
3807 * help-fns.el (describe-variable): Keep doc's text properties.
3808
3809 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
3810
3811 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
3812 instead of a file.
3813
3814 2007-09-06 Glenn Morris <rgm@gnu.org>
3815
3816 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
3817 (checkdoc-minor-mode): Allow user to specify lighter via
3818 checkdoc-minor-mode-string.
3819
3820 2007-09-05 Richard Stallman <rms@gnu.org>
3821
3822 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
3823 Several items removed, simplified, or put on one line.
3824 (fancy-about-text): Add substantial contents, part of startup text.
3825 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
3826 (normal-splash-screen): Call normal-mouse-startup-screen,
3827 normal-no-mouse-startup-screen, or normal-about-screen.
3828 (normal-mouse-startup-screen): New fn, broken out, shortened.
3829 (normal-no-mouse-startup-screen): New fn, broken out.
3830 (normal-about-screen): New function, contents all new.
3831
3832 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3833
3834 * emacs-lisp/rx.el (rx): Fix typo in docstring.
3835
3836 2007-09-05 Glenn Morris <rgm@gnu.org>
3837
3838 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
3839 is bound.
3840
3841 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3842
3843 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
3844 in doc string.
3845
3846 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3847
3848 * server.el (server-start, server-unload-hook): Undo previous change.
3849
3850 * xt-mouse.el: Undo previous change.
3851
3852 2007-09-04 Juri Linkov <juri@jurta.org>
3853
3854 * startup.el (fancy-about-text): New variable.
3855 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
3856 (fancy-current-text, fancy-splash-stop-time)
3857 (fancy-splash-outer-buffer): Remove variables.
3858 (fancy-splash-head, fancy-splash-tail): Add new optional argument
3859 `startup' and use it to conditionally display different texts for
3860 Startup and About screens. Don't display Help commands on the About
3861 screen.
3862 (fancy-splash-screens-1): Remove function and move its content to
3863 `fancy-splash-screens' to the part that dislpays the About screen.
3864 (exit-splash-screen): Don't treat specially exiting from
3865 alternating screens.
3866 (fancy-splash-screens): Rename argument `static' to `startup'.
3867 Fix docstring. Remove code for displaying alternating screens.
3868 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
3869 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
3870 for `inhibit-read-only'.
3871 (normal-splash-screen): Rename argument `static' to `startup'.
3872 Fix docstring. Use argument `startup' to conditionally display
3873 different texts for Startup and About screens. Don't display Help
3874 commands on the About screen. Remove `unwind-protect' `sit-for'
3875 delay and `kill-buffer' after it.
3876 (display-startup-echo-area-message): Remove call to
3877 `use-fancy-splash-screens-p' because image.el is preloaded and
3878 doesn't display "Loading image... done".
3879 (display-splash-screen): Rename argument `static' to `startup'.
3880 Fix docstring.
3881
3882 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3883
3884 * server.el (server-start, server-unload-hook):
3885 suspend-tty-functions has been renamed to suspend-tty-hook.
3886
3887 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
3888 resume-tty-hook.
3889
3890 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
3891
3892 * loadup.el: Fix merge problem, only load "button" once.
3893
3894 2007-09-03 Glenn Morris <rgm@gnu.org>
3895
3896 * vc-svn.el (vc-svn-print-log): If there is only one file, use
3897 "Working file:" as the prefix, for the sake of
3898 log-view-current-file.
3899
3900 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
3901
3902 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
3903 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
3904 if the selected frames is in
3905 xterm-modify-other-keys-terminal-list.
3906 (xterm-turn-off-modify-other-keys): Add an optional frame
3907 parameter. Only turn off modify-other-keys if FRAME is in
3908 xterm-modify-other-keys-terminal-list.
3909 (xterm-remove-modify-other-keys): New function.
3910 (terminal-init-xterm): Use it. Deal with delete-frame hook.
3911 Add the selected frame to xterm-modify-other-keys-terminal-list.
3912
3913 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3914
3915 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
3916 (icon-map-list): New variable.
3917 (x-gtk-map-stock): Use icon-map-list.
3918
3919 2007-09-02 Romain Francoise <romain@orebokech.com>
3920
3921 * log-view.el (log-view-current-file): Balance parens.
3922
3923 2007-09-02 Glenn Morris <rgm@gnu.org>
3924
3925 * comint.el (comint-mode): Don't set scroll-conservatively.
3926
3927 * eshell/em-unix.el (eshell/time): Stringify and flatten the
3928 non-command arguments.
3929
3930 * log-view.el (log-view-current-file): Give a more explicit error
3931 if log-view-file-re fails to find a match.
3932
3933 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3934
3935 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3936 Fix bug: Don't expand top-level file name more than once.
3937 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3938
3939 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * server.el (server-process-filter): Don't display the splash screen.
3942 It's annoying enough on the initial screen and becomes positively
3943 obnoxious here.
3944
3945 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3946
3947 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
3948 Change naming to use "avl-tree--" for internal functions.
3949
3950 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
3951
3952 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
3953 the merge.
3954 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
3955 (provide): Move to the end of file.
3956
3957 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
3958
3959 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3960
3961 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
3962 New variable. List of exceptions for the duplicated word rule.
3963 (flyspell-mark-duplications-flag): Mention it.
3964 (flyspell-word): Treat it.
3965
3966 * files.el (create-file-buffer): If the filename sans directory starts
3967 with spaces, remove them.
3968
3969 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3970
3971 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
3972 (x-gtk-map-stock): Use two directory elements when matching
3973 file name.
3974
3975 2007-08-31 James Wright <james@chumsley.org>
3976
3977 * eshell/em-unix.el (eshell/info): New function.
3978
3979 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3980
3981 * frame.el (frame-initialize, make-frame):
3982 * server.el (server-process-filter):
3983 * faces.el (tty-set-up-initial-frame-faces): Don't set
3984 term-environment-variable since it's not used any more.
3985
3986 * env.el (setenv): Don't treat $TERM specially.
3987
3988 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
3989 stated otherwise, subprocesses do not send back escape sequences
3990 corresponding to the terminal from which Emacs was started.
3991
3992 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
3993
3994 * calculator.el: Require cl for compilation.
3995
3996 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
3997
3998 * outline.el (outline-font-lock-levels): Comment out unused var.
3999 (outline-font-lock-face): Wrap around face list to handle any
4000 nesting depth gracefully.
4001
4002 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
4003
4004 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
4005 `set-file-times'.
4006
4007 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
4008
4009 * textmodes/org.el (org-export-visible): Fix drawers before export.
4010 (org-do-sort): Allow sorting by priority.
4011 (org-agenda-files): Ignore non-existing files.
4012 (org-agenda-skip-unavailable-files): New variable.
4013 (org-ellipsis): All a face as value.
4014 (org-mode): Interprete the face value of `org-ellipsis'.
4015 (org-archive-save-context-info): New option.
4016 (org-archive-subtree): Store context info in archived entry.
4017 (org-fast-tag-selection-can-set-todo-state): New variable.
4018 (org-fast-tag-selection): Allow setting TODO states through this
4019 interface.
4020 (org-cycle): Docstring updated.
4021 (org-todo-keyword-faces): New option.
4022 (org-get-todo-face): New function.
4023 (org-set-font-lock-defaults, org-agenda-highlight-todo):
4024 Use `org-get-todo-face'.
4025 (org-switch-to-buffer-other-window): New function.
4026 (org-table-edit-field, org-table-show-reference)
4027 (org-table-edit-formulas, org-add-log-note)
4028 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
4029 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
4030 `switch-to-buffer-other-window' to make sure that the temporary
4031 windows show up on the current frame.
4032 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
4033 (org-get-entries-from-diary, org-replace-region-by-html):
4034 Don't allow pop-up frames.
4035 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4036 Fix problems with time-of-day.
4037 (org-export-get-title-from-subtree): New function.
4038 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
4039 with listing items that are DONE.
4040 (org-change-tag-in-region): New command.
4041 (org-agenda-skip-scheduled-if-done)
4042 (org-agenda-skip-deadline-if-done): Docstring clarified.
4043 (org-mode): Hide drawers on startup.
4044 (org-get-todo-face): New function.
4045 (org-todo-keyword-faces): New option.
4046 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
4047 (org-remove-keyword-keys): New function.
4048
4049 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
4050
4051 * progmodes/grep.el (grep-find-ignored-directories):
4052 Add monotone _MTN bookkeeping directory in workspaces.
4053 Add RCS control directory. List items in alphabetical order.
4054
4055 * progmodes/grep.el (grep-files-aliases): Add cc alias.
4056 Sort items in alphabetical order. Fix parens.
4057
4058 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4059
4060 * vc-hg.el (vc-hg-extra-menu-map): New variable.
4061 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
4062 (vc-hg-pull): New functions.
4063 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
4064
4065 * term/mac-win.el: Don't require url, only autoloaded url
4066 functions are used in this file.
4067
4068 2007-08-29 Andreas Schwab <schwab@suse.de>
4069
4070 * shell.el (shell): Return correct value from interactive spec.
4071
4072 2007-08-29 Glenn Morris <rgm@gnu.org>
4073
4074 * version.el (emacs-version): Increase to 23.0.50.
4075
4076 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4077
4078 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
4079
4080 2007-08-29 Juri Linkov <juri@jurta.org>
4081
4082 * loadup.el: Add "button" loading after "faces" and move "startup"
4083 to load after "button".
4084
4085 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4086
4087 * loadup.el: Load term/mac-win on a Mac using Carbon.
4088
4089 * term/mac-win.el: Provide mac-win.
4090 (mac-initialized): New variable.
4091 (mac-initialize-window-system): New function. Move global setup here.
4092 (handle-args-function-alist, frame-creation-function-alist):
4093 (window-system-initialization-alist): Add mac entries.
4094 (x-setup-function-keys): New function containing all the
4095 top level function key definitions.
4096
4097 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
4098
4099 * env.el (read-envvar-name): Don't consider the environment frame param.
4100
4101 * env.el (setenv):
4102 * frame.el (frame-initialize, make-frame):
4103 * faces.el (tty-set-up-initial-frame-faces):
4104 * server.el (server-process-filter): Set
4105 display-environment-variable and term-environment-variable.
4106
4107 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
4108
4109 2007-08-29 Jason Rumney <jasonr@gnu.org>
4110
4111 * loadup.el: Only load term/x-win when X is compiled in.
4112 Load term/w32-win and dependencies on windows-nt.
4113
4114 * term/w32-win.el: Reorder to match x-win.el more closely.
4115 Provide w32-win. Don't throw error when global window-system not w32.
4116 (internal-face-interactive): Remove obsolete function.
4117 (x-setup-function-keys): Use local-function-key-map.
4118 (w32-initialized): New variable.
4119 (w32-initialize-window-system): Set it.
4120 Move more global setup here.
4121 (x-setup-function-keys): New function.
4122 (w32-initialize-window-system): Move non function key global setup here.
4123 (x-cut-buffer-max): Remove.
4124 (w32-initialize-window-system): New function.
4125 (handle-args-function-alist, frame-creation-function-alist):
4126 (window-system-initialization-alist): Add w32 entries.
4127
4128 2007-08-29 David Kastrup <dak@gnu.org>
4129
4130 * env.el (getenv): Pass frame to getenv-internal.
4131
4132 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
4133
4134 * version.el (emacs-version): Show if multi-tty is present.
4135
4136 * loadup.el: Delay loading env; mule-conf gets confused by cl
4137 during bootstrap. Also load termdev and term/x-win.
4138
4139 * bindings.el (mode-line-client): New variable.
4140 (help-echo): Add it to the default mode-line format.
4141
4142 * cus-start.el: Remove bogus window-system reference from GTK test.
4143
4144 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
4145 (ebrowse-electric-position-mode-map):
4146 * ebuff-menu.el (electric-buffer-menu-mode-map):
4147 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
4148 not `suspend-emacs'.
4149
4150 * ediff-wind.el (ediff-setup-windows-automatic): New function.
4151 (ediff-window-setup-function): Use it as default.
4152
4153 * files.el (save-buffers-kill-terminal): New function.
4154 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
4155
4156 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
4157 and `with-selected-frame'.
4158
4159 * help-fns.el (describe-variable): Describe frame-local variables
4160 correctly.
4161
4162 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
4163 display support.
4164 (normal-erase-is-backspace-setup-frame): New function.
4165
4166 * subr.el (with-selected-frame): New function.
4167 (read-quoted-char): Use terminal-local binding of
4168 local-function-key-map instead of function-key-map.
4169
4170 * talk.el (talk): New function.
4171 (talk-handle-delete-frame): New function.
4172 (talk-add-display): Open a new frame only if FRAME was not a frame.
4173
4174 * termdev.el: New file.
4175
4176 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
4177 * term/x-win.el: Don't bind f10.
4178 * tmm.el: Remove autoload binding for f10.
4179
4180 * international/encoded-kb.el (encoded-kbd-setup-display): Use
4181 `set-input-meta-mode'. Fix broken condition before set-input-mode.
4182 Store the saved input method as a terminal parameter. Add keymap
4183 parameter. Use it instead of changing key-translation-map directly.
4184 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
4185 Remove.
4186 (encoded-kbd-setup-display): New function.
4187
4188 * international/mule-cmds.el (set-locale-environment): Fix getenv
4189 call. Use save-buffers-kill-terminal. Ignore window-system; always
4190 set the keyboard coding system. Add DISPLAY parameter.
4191 (set-display-table-and-terminal-coding-system): Add DISPLAY
4192 parameter. Pass it to set-terminal-coding-system.
4193
4194 * international/mule.el (keyboard-coding-system): Test for
4195 encoded-kbd-setup-display, not encoded-kbd-mode.
4196 (set-terminal-coding-system, set-keyboard-coding-system): Add
4197 DISPLAY parameter.
4198 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
4199
4200 * term/README: Update.
4201
4202 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
4203
4204 * term/x-win.el (x-setup-function-keys): New function. Move
4205 function-key-map tweaks here. Protect against multiple calls on
4206 the same terminal. Use terminal-local binding of
4207 local-function-key-map instead of function-key-map.
4208 (x-initialize-window-system): Make a copy of pure list. Pass a
4209 frame getenv.
4210
4211 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
4212 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
4213 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
4214 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
4215 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
4216 local-function-key-map instead of function-key-map.
4217
4218 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
4219 `substitute-key-definition' and `define-key' calls against
4220 multiple execution. Use terminal-local binding of
4221 local-function-key-map instead of function-key-map. Pass a frame
4222 to getenv.
4223
4224 * edmacro.el (edmacro-format-keys):
4225 * emulation/cua-base.el (cua--pre-command-handler):
4226 * isearch.el (isearch-other-meta-char):
4227 * xt-mouse.el: Use terminal-local binding of
4228 local-function-key-map instead of function-key-map.
4229
4230 * fringe.el (set-fringe-mode): Simplify and fix using
4231 `modify-all-frames-parameters'.
4232 * scroll-bar.el (set-scroll-bar-mode): Ditto.
4233 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
4234 check before calling `tool-bar-setup'.
4235 (tool-bar-setup): New variable.
4236 (tool-bar-setup): Use it to guard against multiple calls. Add
4237 optional frame parameter, and select that frame before adding items.
4238 (toggle-tool-bar-mode-from-frame): New function.
4239
4240 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
4241 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
4242 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
4243 "Tool-bar" toggles to reflect the state of the current frame.
4244 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
4245
4246 * env.el: Require cl for byte compilation (for `block' and `return').
4247 (environment, setenv-internal): New functions.
4248 (let-environment): New macro.
4249 (setenv, getenv): Add optional terminal parameter. Update docs.
4250 (setenv): Use setenv-internal. Always set process-environment.
4251 Handle `local-environment-variables'.
4252 (read-envvar-name, setenv, getenv): Use frame parameters
4253 to store the local environment, not terminal parameters. Include
4254 `process-environment' as well.
4255
4256 * faces.el (tty-run-terminal-initialization): New function.
4257 (tty-create-frame-with-faces): Use it. Set up faces and
4258 background mode only after the terminal has been initialized.
4259 Call terminal-init-*. Don't load the initialization file more
4260 than once. Call set-locale-environment.
4261 (frame-set-background-mode): Handle the 'background-mode terminal
4262 parameter.
4263 (tty-find-type): New function.
4264 (x-create-frame-with-faces): Remove bogus check for
4265 first frame. Call `tool-bar-setup'. Don't make frame visible
4266 until we are done setting up all its parameters. Call
4267 x-setup-function-keys.
4268
4269 * frame.el (make-frame): Always inherit 'environment and 'client
4270 parameters. Set up the 'environment frame parameter, when needed.
4271 Also inherit 'client parameter. Don't override explicitly
4272 specified values with inherited ones. Add 'terminal frame
4273 parameter. Append window-system-default-frame-alist to parameters
4274 before calling frame-creation-function.
4275 (frame-initialize): Copy the environment from the initial frame.
4276 (window-system-default-frame-alist): Enhance doc string.
4277 (frame-notice-user-settings): Don't put 'tool-bar-lines in
4278 `default-frame-alist' when initial frame is on a tty.
4279 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
4280 Remove specified parameters from `window-system-default-frame-alist'.
4281 (make-frame-on-tty, framep-on-display, suspend-frame):
4282 Extend doc string, update parameter names.
4283 (frames-on-display-list): Use terminal-id to get the display id.
4284 (frame-notice-user-settings): Extend to apply
4285 settings in `window-system-default-frame-alist' as well.
4286 (terminal-id, terminal-parameters, terminal-parameter)
4287 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
4288 (delete-frame-functions): Add to `delete-frame-functions' hook.
4289 (blink-cursor-mode): Adapt blink-cursor-mode default
4290 value from startup.el.
4291 (make-frame-on-display): Protect condition on x-initialized when
4292 x-win.el is not loaded. Update doc.
4293 (suspend-frame): Use display-controlling-tty-p to decide between
4294 suspend-emacs and suspend-tty.
4295 (frames-on-display-list): Update for display ids.
4296 (framep-on-display): Ditto.
4297 (suspend-frame): Use display-name, not frame-tty-name.
4298 (selected-terminal): New function.
4299
4300 * server.el: Use `device' instead of `display' or `display-id' in
4301 variable and client parameter names.
4302 (server-select-display): Remove (unused).
4303 (server-tty-live-p, server-handle-delete-tty): Remove.
4304 (server-unquote-arg, server-quote-arg, server-buffer-clients):
4305 Update docs.
4306 (server-getenv-from, server-with-environment, server-send-string)
4307 (server-save-buffers-kill-terminal): New functions.
4308 (server-delete-client): Handle quits in kill-buffer. Don't kill
4309 modified buffers. Add extra logging. Delete frames after
4310 deleting the tty. Clear 'client parameter before deleting a frame.
4311 Use delete-display, not delete-tty.
4312 (server-visit-files): Don't set `server-existing-buffer' if the
4313 buffer already has other clients. Return list of buffers
4314 created. Update doc. Don't set client-record when nowait.
4315 (server-handle-delete-frame): Delete the client if this was its
4316 last frame. Check that the frame is alive. Remove bogus comment.
4317 Add note on possible race condition. Delete tty clients, if needed.
4318 (server-handle-suspend-tty): Use server-send-string. Kill the
4319 client in case of errors from process-send-string. Use the display
4320 parameter.
4321 (server-unload-hook): Remove obsolete delete-tty hook.
4322 (server-start): Ask before restarting if the old server still has
4323 clients. Add feedback messages. Remove obsolete delete-tty hook.
4324 (server-process-filter): Use server-send-string. Accept `-dir'
4325 command. Switch to *scratch* immediately after creating the frame,
4326 before evaluating any -evals. Protect `display-splash-screen'
4327 call in a condition-case. Explain why. Call
4328 `display-startup-echo-area-message' before
4329 `display-splash-screen'. Don't display the splash screen when no
4330 frame was created. Show the Emacs splash screen and startup echo
4331 area message. Display the *scratch* buffer by default. Store the
4332 local environment in a frame (not terminal) parameter. Do not try
4333 to decode environment strings. Fix reference to the 'display
4334 frame parameter. Change syntax of environment variables. Put
4335 environment into terminal parameters, not client parameters. Use
4336 a dummy client with --no-wait's X frames. In `-position LINE'
4337 handler, don't ruin the request string until the line number is
4338 extracted. Log opened files. Handle -current-frame command.
4339 Don't create frames when it is given. Don't bind X frames to the
4340 client when we are in -no-wait mode. Set locale environment
4341 variables from client while creating tty frames. Disable call to
4342 configure-display-for-locale. When processing -position command,
4343 don't change the request string until the parameters are
4344 extracted. Don't try to create an X frame when Emacs does not
4345 support it. Improve logging. Temporarily set ncurses-related
4346 environment variables to those of the client while creating a new
4347 tty frame. Select buffers opened by nowait clients, don't leave
4348 them buried under others. Set the display parameter, and use it
4349 when appropriate.
4350
4351 * startup.el (display-startup-echo-area-message): Handle
4352 `inhibit-startup-echo-area-message' here.
4353 (command-line-1): Moved from here.
4354 (fancy-splash-screens): Use `overriding-local-map' instead of
4355 `overriding-terminal-local-map' for now; the latter doesn't work
4356 right, it looses keypresses to another terminal. Use
4357 `overriding-terminal-local-map' to set up keymap. Install a
4358 `delete-frame-functions' hook to catch `delete-frame' events.
4359 Ignore `select-window' events to cope better with
4360 `focus-follows-mouse'. Don't switch back to the original buffer
4361 if the splash frame has been killed. Restore previous buffer, even
4362 if it's *scratch*.
4363 (normal-splash-screen): Don't let-bind `mode-line-format'; it
4364 changes the global binding - setq it instead. Use
4365 `save-buffers-kill-terminal'.
4366 (display-splash-screen): Don't do anything if the splash screen is
4367 already displayed elsewhere.
4368 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
4369 (command-line): Replace duplicated code with a call to
4370 tty-run-terminal-initialization. Don't load the terminal
4371 initialization file more than once. Remove call to nonexistent
4372 function `set-locale-translation-file-name'.
4373
4374 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
4375 parameters.
4376 (xterm-mouse-position-function, xterm-mouse-event): Update.
4377 (xterm-mouse-mode): Don't depend on current value of window-system.
4378 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4379 Update for multi-tty.
4380 (turn-on-xterm-mouse-tracking-on-terminal)
4381 (turn-off-xterm-mouse-tracking-on-terminal)
4382 (xterm-mouse-handle-delete-frame): New functions.
4383 (delete-frame-functions, after-make-frame-functions)
4384 (suspend-tty-functions, resume-tty-functions): Install extra hooks
4385 for multi-tty.
4386
4387 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4388
4389 * simple.el (invisible-p): Remove: implemented in C now.
4390 (line-move-invisible-p): Remove obsolete alias.
4391
4392 2007-08-28 Juri Linkov <juri@jurta.org>
4393
4394 * image-mode.el (image-type): New variable.
4395 (image-mode): Set default major mode name to "Image[text]".
4396 (image-minor-mode): Change LIGHTER to display image-type in the
4397 mode line.
4398 (image-minor-mode): Set default image-type to "text".
4399 (image-toggle-display): After switching to text mode, set
4400 image-type to "text" and major mode name to "Image[text]".
4401 After switching to image mode, set image-type to actual image
4402 type, and add image type to major mode name. Let-bind the same
4403 variable names as arguments of `image-type' and `create-image'.
4404 Bind `type' to the result of `image-type' and use it as arg
4405 of `create-image' to not determine the image type twice.
4406
4407 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
4408
4409 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
4410 (tramp-set-file-uid-gid, tramp-get-local-uid)
4411 (tramp-get-local-gid): New defuns.
4412 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
4413 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
4414 Improve fast track.
4415 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
4416 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
4417 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
4418 (tramp-handle-write-region): Improve fast track.
4419 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
4420 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
4421 be nil.
4422
4423 2007-08-28 Ivan Kanis <apple@kanis.eu>
4424
4425 * time.el: New feature to display several time zones in a buffer.
4426 (display-time-world-mode, display-time-world-display)
4427 (display-time-world, display-time-world-timer): New functions.
4428 (display-time-world-list, display-time-world-time-format)
4429 (display-time-world-buffer-name, display-time-world-timer-enable)
4430 (display-time-world-timer-second, display-time-world-mode-map):
4431 New variables.
4432
4433 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4434
4435 * term/x-win.el (x-gtk-stock-map): New variable.
4436 (x-gtk-map-stock): New function.
4437
4438 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
4439 prev/next-node.
4440
4441 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
4442
4443 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
4444
4445 2007-08-28 Glenn Morris <rgm@gnu.org>
4446
4447 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
4448
4449 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4450
4451 * progmodes/modula2.el (m2-definition, m2-module):
4452 Don't use previous-line. Reported by T. V. Raman.
4453
4454 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4455
4456 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
4457 argument to tool-bar-mode call.
4458
4459 2007-08-27 Glenn Morris <rgm@gnu.org>
4460
4461 * diff-mode.el (diff-find-file-name): Only accept regular files,
4462 to rule out /dev/null, directories, etc.
4463
4464 * vc-svn.el (vc-svn-diff): If the repository version of all the
4465 files is the same as the specified OLDVERS, do a local diff.
4466
4467 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4468
4469 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
4470 of buffers in uniquify-managed.
4471
4472 * simple.el (invisible-p): Rename from text-invisible-p.
4473 Update callers.
4474
4475 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
4478 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
4479 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
4480 (cperl-etags-goto-tag-location): Use new style backquotes.
4481
4482 * net/browse-url.el: Remove spurious * in custom docstrings.
4483 (browse-url-filename-alist): Use new-style backquote.
4484
4485 * emacs-lisp/backquote.el (backquote-unquote-symbol)
4486 (backquote-splice-symbol): Clarify they're not new-style unquotes.
4487
4488 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
4489 (\,@): Backslash the , and ,@ which are not new-style unquotes.
4490
4491 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
4492
4493 * net/socks.el (socks-username/password-auth-filter):
4494 Remove unused vars `state' and `desired-len'.
4495 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
4496 (socks-wait-for-state-change): Use new-style backquotes.
4497
4498 * pcvs.el (cvs-mode-status): Fix long-standing typo.
4499
4500 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
4501 backquotes after each `read' rather than once per buffer.
4502
4503 * dframe.el: Remove spurious * in custom docstrings.
4504 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
4505 (dframe-xemacs20p): Remove, inline at the sole use point.
4506 (defface): Don't defvar the face, don't use old-style backquote.
4507 (defcustom): Don't use old-style backquote.
4508 (dframe-frame-parameter, dframe-mouse-event-p):
4509 Make it obvious that it's always defined.
4510 (dframe-popup-kludge): New function to replace
4511 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
4512 (dframe-frame-mode, dframe-set-timer-internal)
4513 (dframe-mouse-set-point): Remove use of with-no-warnings from
4514 XEmacs-specific code.
4515 (dframe-set-timer-internal): Fix very old bug with
4516 post-command-idle-hook.
4517
4518 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
4519
4520 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4521
4522 * emacs-lisp/avl-tree.el: New file.
4523
4524 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4525
4526 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
4527 was used.
4528
4529 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
4530
4531 * complete.el (PC-do-completion): Make RET accept a non-unique but
4532 complete expansion again.
4533
4534 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
4535
4536 * eshell/esh-opt.el (eshell-eval-using-options):
4537 Add debug declaration.
4538
4539 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4540
4541 * log-view.el (log-view-toggle-mark-entry): Add docstring.
4542 (log-view-get-marked): Likewise.
4543
4544 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
4545 (vc-delete-automatic-version-backups): Likewise.
4546
4547 * vc.el (vc-dired-buffers-for-dir): Likewise.
4548
4549 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
4550
4551 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
4552 safe-local-variable setting.
4553 * progmodes/perl-mode.el (perl-indent-level): Likewise.
4554
4555 * log-view.el (log-view-marked-list): Delete variable.
4556 (log-view-mode): Don't use it.
4557 (log-view-toggle-mark-entry): Likewise, simplify.
4558 (log-view-current-tag): Don't return properties.
4559 (log-view-get-marked): New function.
4560
4561 2007-08-25 Alexandre Julliard <julliard@winehq.org>
4562
4563 * vc-git.el (vc-git-mode-line-string): New function.
4564
4565 2007-08-25 Alan Mackenzie <acm@muc.de>
4566
4567 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
4568 new language variable.
4569
4570 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
4571 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
4572 "extern" etc., rather than BOI. Fix addition of spurious
4573 syntactic-symbol 'defun-block-intro, replacing it with
4574 'innamespace, etc.
4575
4576 2007-08-25 Juri Linkov <juri@jurta.org>
4577
4578 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
4579
4580 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
4581 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
4582 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
4583
4584 * image.el (image-type-header-regexps): Use more complex regexp for svg.
4585 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
4586 (image-type-auto-detectable): Add (svg . maybe).
4587
4588 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
4589 to treat it like .tgz.
4590
4591 * calendar/cal-bahai.el: Add file coding cookie.
4592
4593 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
4594
4595 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
4596 Don't behave differently when executed via M-x. Add doc string.
4597
4598 * sort.el (sort-fold-case, sort-numeric-base): Mark as
4599 safe-local-variable.
4600
4601 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
4602
4603 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
4604 the default value.
4605 (math-calendar-tzinfo): New variable.
4606 (math-get-calendar-tzinfo): New function.
4607 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
4608 to get information when zone is nil.
4609
4610 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4611
4612 * log-view.el (log-view-toggle-mark-entry): New function.
4613 (log-view-mode-map): Bind it.
4614 (log-view-marked-list): New variable.
4615 (log-view-mode): Make it local.
4616
4617 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4618
4619 * play/zone.el (zone-pgm-rat-race): New func.
4620 (zone-programs): Add `zone-pgm-rat-race'.
4621
4622 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4623
4624 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
4625 a list.
4626
4627 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4628
4629 * progmodes/hideshow.el (hs-match-data): Delete alias.
4630 (hs-hide-block-at-point, hs-find-block-beginning)
4631 (hs-show-block): Use `match-data' directly.
4632
4633 2007-08-24 Martin Rudalics <rudalics@gmx.at>
4634
4635 * format.el (format-alist): Fix typo in doc-string.
4636
4637 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
4638
4639 * net/tramp.el (tramp-local-host-p): New defun.
4640 (tramp-handle-file-local-copy, tramp-handle-write-region):
4641 Implement fast track when being on the local host.
4642 (tramp-file-name-handler): Don't set "started" property. It shall
4643 be reserved for the "ftp" method.
4644 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
4645
4646 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
4647 (tramp-ftp-file-name-handler): Set "started" property.
4648
4649 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4650
4651 * files.el (backup-buffer-copy): Don't wrap delete in
4652 condition-case, only try to delete if file exists.
4653
4654 2007-08-24 Glenn Morris <rgm@gnu.org>
4655
4656 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
4657
4658 * startup.el (tutorial-directory): Set with eval-at-startup so it
4659 gets the right value in an installed Emacs.
4660
4661 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4662
4663 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
4664 (eldoc-highlight-function-argument): Use it.
4665
4666 2007-08-23 Masatake YAMATO <jet@gyve.org>
4667
4668 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
4669 name of parameters in document body.
4670
4671 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4672
4673 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
4674 (byte-compile-output-as-comment): Use with-current-buffer rather than
4675 a weird set-buffer&prog1 combination.
4676
4677 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
4678 test so as to optimise cases where the `progn's result is constant.
4679
4680 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4681
4682 * locate.el (locate-get-file-positions):
4683 Use line-beginning-position and line-end-position.
4684
4685 2007-08-23 John Wiegley <johnw@newartisans.com>
4686
4687 * calendar/cal-bahai.el: Added in the diacriticals that were
4688 missing for many of the month names.
4689
4690 2007-08-22 Jason Rumney <jasonr@gnu.org>
4691
4692 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
4693
4694 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
4695
4696 * image-mode.el (image-minor-mode): Use image-mode-text-map.
4697
4698 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4699
4700 * dabbrev.el (dabbrev--progress-reporter): New variable.
4701 (dabbrev--scanning-message): Delete func.
4702 (dabbrev--find-expansion): Use a progress reporter
4703 instead of dabbrev--scanning-message.
4704
4705 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4706
4707 * comint.el (comint-exec-1): Raise an error if
4708 `start-file-process' does not return a process object.
4709
4710 * shell.el (shell): Prompt for `default-directory' if it is a
4711 remote file name, and if called with a prefix arg.
4712
4713 2007-08-22 Sam Steingold <sds@gnu.org>
4714
4715 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
4716
4717 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
4718
4719 * textmodes/org-export-latex.el: New file.
4720
4721 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
4722
4723 * textmodes/org.el (org-agenda-skip): Allow a form for
4724 `org-agenda-skip-function'.
4725 (org-agenda-redo): Re-use local settings.
4726 (org-agenda): Store local settings.
4727 (org-agenda-deadline-faces): New option.
4728 (org-agenda-deadline-face): New function.
4729 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
4730 entries on their due date.
4731 (org-agenda-get-timestamps): No longer handle the due dates of
4732 schedules and deadline items.
4733 (org-insert-link-global, org-open-at-point-global): New commands.
4734 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
4735 :for-ascii parameter.
4736 (org-skip-comments): Function removed.
4737 (org-cleaned-string-for-export): Handle special table lines.
4738 (org-global-properties): New option.
4739 (org-entry-get-with-inheritance): Check global properties.
4740 (org-local-properties): New variable.
4741 (org-set-regexps-and-options): Find the #+PROPERTY line.
4742 (org-link-types): Change type into variable (was constant).
4743 (org-make-link-regexps): New function.
4744 (org-link-re-with-space, org-link-re-with-space2)
4745 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
4746 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
4747 these regular expressions happens now in the function
4748 `org-make-link-regexps'.
4749 (org-store-link): Call the functions in
4750 `org-store-link-functions'.
4751 (org-add-link-type): New function.
4752 (org-store-link-functions): New variable.
4753 (org-activate-tags): Force matches to be in headlines.
4754 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
4755 (org-columns-display-here): Make sure this works in a narrowed
4756 buffer by checking for point-min.
4757 (org-columns-display-here): Make the rest of the line intangible,
4758 so that point never can be there.
4759 (org-cleaned-string-for-export): Use `with-current-buffer'.
4760 (org-replace-region-by-html): Use `with-current-buffer'.
4761 (org-unfontify-region, org-do-occur, org-columns-display-here)
4762 (org-columns-remove-overlays, org-columns-quit)
4763 (org-columns-edit-value, org-columns-next-allowed-value)
4764 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
4765 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
4766 (org-agenda-todo, org-agenda-change-all-lines)
4767 (org-agenda-align-tags, org-agenda-priority)
4768 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
4769 (org-agenda-show-new-time, org-cleaned-string-for-export)
4770 (org-export-grab-title-from-buffer)
4771 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
4772 instead of `buffer-read-only'.
4773 (org-export-as-html): Set `coding-system-for-write'.
4774 (org-remember-store-without-prompt): New option.
4775 (org-archive-subtree): Fixed bug with modifying TODO keyword.
4776 (org-beginning-of-line): Also treat C-a special in items.
4777 (org-table-convert-refs-to-rc): Fixed problem with column
4778 reference after "..".
4779 (org-columns-compute): Don't mark buffer modified because of text
4780 properties.
4781 (org-batch-store-agenda-views): Use the variable
4782 `default-directory', not the function.
4783 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
4784 (org-clock-out-when-done): New option.
4785 (org-html-entities): Added HTML entities for smileys.
4786
4787 2007-08-22 Glenn Morris <rgm@gnu.org>
4788
4789 * image.el (create-image): Doc fix.
4790
4791 * startup.el (tutorial-directory): New constant.
4792 (fancy-splash-text): Tutorials now in tutorial-directory.
4793 * tutorial.el (help-with-tutorial): Tutorials now in
4794 tutorial-directory.
4795
4796 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4797
4798 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
4799 otherwise.
4800 (tramp-get-remote-path): New defun. Replace occurrences of
4801 `tramp-default-remote-path' by this function.
4802 (tramp-set-remote-path): Move most of the code to
4803 `tramp-get-remote-path'.
4804 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
4805 existing directories, this is done already in
4806 `tramp-get-remote-path'.
4807
4808 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4809
4810 * image-file.el (image-file-name-extensions): Add "svg".
4811 * image.el (image-type-header-regexps): Add svg entry.
4812
4813 2007-08-22 Glenn Morris <rgm@gnu.org>
4814
4815 * files.el (backup-buffer-copy): Check backup directory is
4816 writable, to avoid infloop deleting old backup.
4817
4818 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
4819 movemail related variables.
4820 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
4821 will now be set before this is called.
4822
4823 2007-08-21 Juri Linkov <juri@jurta.org>
4824
4825 * delsel.el (delete-selection-pre-hook):
4826 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
4827 instead of checking last-command.
4828
4829 2007-08-21 Juri Linkov <juri@jurta.org>
4830
4831 * loadup.el: Preload "button".
4832
4833 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4834
4835 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4836 Add previous-line and next-line.
4837
4838 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
4839 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
4840
4841 * vc-hooks.el (vc-menu-entry): New var.
4842 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
4843 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
4844 (vc-menu-map): Declare and initialize in one step.
4845 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
4846
4847 * menu-bar.el (vc-menu-map): Don't setup any more.
4848 Instead, just create the proper spot in the menu.
4849
4850 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4851
4852 * smerge-mode.el (smerge-resolve): New arg `safe'.
4853 (smerge-resolve-all, smerge-batch-resolve): New function.
4854 (smerge-refine): Make sure `diff' returns the expected result.
4855 (smerge-parsep-re): New const.
4856 (smerge-mode): Use it to adjust paragraph-separate.
4857
4858 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4859 Correctly match / regexp matchers as first char on a line when
4860 fontifying only that line.
4861
4862 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
4863
4864 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * vc-bzr.el: Don't fiddle with vc-handled-backend.
4867 (vc-bzr-registered): Don't redundantly protect against
4868 file-error. Actually use the format-specific code.
4869 (vc-bzr-buffer-nonblank-p): Remove.
4870 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
4871
4872 2007-08-20 Juri Linkov <juri@jurta.org>
4873
4874 * startup.el (fancy-splash-text): Change multiple tabs into one
4875 tab. Remove "Useful File menu items" section (with "Exit Emacs"
4876 and "Recover Crashed Session").
4877 (fancy-splash-screens): Set tab-width to 22.
4878 (normal-splash-screen): Replace literal tabs with \t and
4879 fix whitespace. Remove "Useful File menu items" section (with
4880 "Exit Emacs" and "Recover Crashed Session").
4881
4882 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4883
4884 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
4885 extracted from `eval-last-sexp-1'.
4886 (eval-last-sexp-1): Call `preceding-sexp'.
4887
4888 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
4889
4890 * vc-rcs.el (vc-rcs-annotate-command):
4891 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
4892 Add back :vc-annotate-prefix propertization.
4893
4894 2007-08-20 Andreas Schwab <schwab@suse.de>
4895
4896 * mail/rmail.el (rmail-autodetect): Doc fix.
4897
4898 2007-08-19 Juri Linkov <juri@jurta.org>
4899
4900 * startup.el (normal-splash-screen): Add more links.
4901
4902 2007-08-19 Juri Linkov <juri@jurta.org>
4903
4904 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
4905 because it's common to both types of splash screen: fancy and normal.
4906 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
4907 (exit-splash-screen): Rename from `fancy-splash-quit'.
4908 Use `quit-window' instead of `kill-buffer'.
4909 (fancy-splash-head): Use make-button to insert GNU image link.
4910 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
4911 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
4912 (normal-splash-screen): Put "Browse manuals" on the same line with
4913 "Emacs manual". Remove descriptions from "Useful tasks" and put
4914 all links in two columns on two lines.
4915
4916 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
4917
4918 * emulation/viper.el (viper-remove-hooks): Remove some additional
4919 viper hooks when the user calls viper-go-away.
4920 (viper-go-away): Restore the default of default-major-mode.
4921 Save the value of default-major-mode before vaperization.
4922
4923 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
4924
4925 * emulation/viper-ex.el: Replace error "" with "Viper bell".
4926
4927 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
4928 buffer for which file is created.
4929
4930 2007-08-19 Glenn Morris <rgm@gnu.org>
4931
4932 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
4933 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
4934 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
4935 shadow files messing up the compilation.
4936
4937 2007-08-18 Glenn Morris <rgm@gnu.org>
4938
4939 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
4940 string. Also apply eldoc-argument-case in the help-split-fundoc
4941 case. Adapt for changed behavior of eldoc-function-argstring,
4942 eldoc-function-argstring-format, and
4943 eldoc-highlight-function-argument.
4944 (eldoc-highlight-function-argument): Handle nil INDEX argument,
4945 just call eldoc-docstring-format-sym-doc in that case.
4946 (eldoc-function-argstring): Change the behavior. Now it converts
4947 an argument list to a string.
4948 (eldoc-function-argstring-format): Change the behavior. Now it
4949 applies `eldoc-argument-case' to a string.
4950
4951 * progmodes/scheme.el (scheme-mode-variables): Set
4952 font-lock-comment-start-skip.
4953
4954 2007-08-18 Martin Rudalics <rudalics@gmx.at>
4955
4956 * progmodes/ada-mode.el (ada-create-syntax-table): Move
4957 set-syntax-table from here to ...
4958 (ada-mode): ... here. Do not change global value of
4959 comment-multi-line. Call new function
4960 ada-initialize-syntax-table-properties and add new function
4961 ada-handle-syntax-table-properties to font-lock-mode-hook.
4962 (ada-deactivate-properties, ada-initialize-properties): Replace
4963 by new functions ...
4964 (ada-handle-syntax-table-properties)
4965 (ada-initialize-syntax-table-properties)
4966 (ada-set-syntax-table-properties): ... to set up syntax-table
4967 properties uniformly, independently from whether font-lock-mode
4968 is enabled or not. Handle read-only buffers and do not change
4969 undo-list when setting syntax-table properties.
4970 (ada-after-change-function): Use ada-set-syntax-table-properties.
4971
4972 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4973
4974 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
4975 (meta-indent-current-nesting): Use a computation of the nesting
4976 instead.
4977 (meta-indent-current-indentation): Indentation is given according
4978 to nesting and if the previous line was finished or not.
4979 (meta-indent-unfinished-line): Tell if the current line ends with
4980 a finished expression.
4981 (meta-indent-looking-at-code): Like `looking-at', but checks if
4982 the point is in a string before.
4983 (meta-indent-level-count): Use it. Don't count parenthesis as it's
4984 done in the nesting function.
4985 (meta-indent-in-string-p): Tell if the current point is in a
4986 string.
4987 (meta-indent-calculate): Treat b-o-b as a special case. Use the
4988 previous functions.
4989
4990 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
4991
4992 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
4993 (copyright-update-year, copyright-update)
4994 (copyright-fix-years): Use it.
4995
4996 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
4997
4998 * emacs-lisp/copyright.el (copyright-update-year):
4999 Fix bug: Handle nil copyright-limit.
5000
5001 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5002
5003 * calc/calc-units.el (math-standard-units): Give exact
5004 conversion for tsp.
5005
5006 * calc/calc.el (math-bignum-digit-length): Compute the
5007 appropriate value.
5008
5009 * calc/calc-bin.el (math-bignum-logb-digit-size)
5010 (math-bignum-digit-power-of-two):
5011 * calc/calc-comb.el (math-small-factorial-table):
5012 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5013 (math-approx-gamma-const):
5014 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
5015 (math-besY1, math-bernoulli-b-cache):
5016 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5017 Remove `eval-when-compile's.
5018
5019 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5020
5021 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
5022 (cperl-find-pods-heres): Fix an error when typing expressions like
5023 `s{a}{b}'.
5024
5025 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5026
5027 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
5028 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
5029 a special case (there's no build number).
5030
5031 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
5032
5033 * completion.el (symbol-under-point, symbol-before-point)
5034 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
5035
5036 2007-08-17 Glenn Morris <rgm@gnu.org>
5037
5038 * progmodes/compile.el (compilation-get-file-structure): Make use
5039 of the directory part when checking for an existing entry, to
5040 handle files with same basename in different directories.
5041
5042 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5043
5044 * calc/calc.el (calc-language-alist): Add texinfo-mode.
5045
5046 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5047
5048 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
5049 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
5050 (ps-paragraph-spacing): Docstring fix.
5051
5052 2007-08-16 Glenn Morris <rgm@gnu.org>
5053
5054 * ps-print.el (ps-font-size): Doc fix.
5055
5056 2007-08-16 Richard Stallman <rms@gnu.org>
5057
5058 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
5059
5060 2007-08-15 Juri Linkov <juri@jurta.org>
5061
5062 * startup.el (initialization): Change parent group from `internal'
5063 to `environment'.
5064 (initial-buffer-choice): New variable.
5065 (command-line): Revert 2007-07-02 change that sets
5066 buffer-offer-save in *scratch* and enables auto-save in it.
5067 (fancy-splash-text): Add links to existing items. Add new items
5068 with links for useful tasks. Move information about Control-g to
5069 fancy-splash-head. Move "Emacs Guided Tour" to the end.
5070 (fancy-splash-keymap): New variable.
5071 (fancy-splash-last-input-event): Remove variable.
5072 (fancy-splash-insert): Add processing of `:link' element.
5073 (fancy-splash-head): Replace "Type Control-l to begin editing"
5074 with "Type `q' to exit".
5075 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
5076 (fancy-splash-default-action, fancy-splash-special-event-action):
5077 Remove functions.
5078 (fancy-splash-quit): New function.
5079 (fancy-splash-screens): Rename input arg from `hide-on-input' to
5080 `static' and reverse the condition of its usage. Don't preserve
5081 original values of `minor-mode-map-alist',
5082 `emulation-mode-map-alists', `special-event-map'.
5083 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5084 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5085 Remove processing of special events. Use local key map
5086 `fancy-splash-keymap'. Set buffer to read-only.
5087 (normal-splash-screen): Rename input arg from `hide-on-input' to
5088 `static' and reverse the condition of its usage.
5089 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5090 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5091 Add links to existing items. Add new items with links for useful
5092 tasks. Use local key map `fancy-splash-keymap'.
5093 (display-splash-screen): Rename input arg from `hide-on-input' to
5094 `static'.
5095 (about-emacs): Add alias to display-splash-screen.
5096 (command-line-1): Use `initial-buffer-choice'.
5097
5098 * menu-bar.el (menu-bar-help-menu):
5099 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
5100 item to about-emacs instead of display-splash-screen.
5101
5102 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5103
5104 * calc/calc-units.el (math-standard-units): Update values.
5105 Put in exact, rational values when possible.
5106 (math-unit-prefixes): Replace floats with powers of ten.
5107 (math-standard-units-systems): Replace floats with integers.
5108 (math-make-unit-string): Remove extra spaces in output.
5109
5110 2007-08-15 Glenn Morris <rgm@gnu.org>
5111
5112 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
5113 sloppier, for the sake of GNU Mailman.
5114 (rmail-digest-rfc1153): Initialize `result' correctly.
5115
5116 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5117
5118 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
5119 in the mail title. Suggested by Reiner Steib.
5120
5121 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
5122
5123 * calc/calc-aent.el (calc-do-quick-calc): Add binary
5124 representation of integers to the list of outputs.
5125
5126 2007-08-14 Glenn Morris <rgm@gnu.org>
5127
5128 * simple.el (bad-packages-alist): New constant.
5129 (bad-package-check): New function. Together, these two add elements
5130 to `after-load-alist' to check for problematic external packages.
5131 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
5132
5133 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5134
5135 * calc/calc-units.el (math-get-standard-units)
5136 (math-get-units, math-make-unit-string)
5137 (math-get-default-units, math-put-default-units): New functions.
5138 (math-default-units-table): New variable.
5139 (calc-convert-units, calc-convert-temperature): Add machinery
5140 to supply default values.
5141
5142 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
5145 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
5146 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
5147 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
5148
5149 * emulation/tpu-extras.el: Remove spurious * in docstrings.
5150 Put its autoloads into tpu-edt.el rather than loaddefs.el.
5151 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
5152 Make into a proper minor-mode.
5153 (tpu-backward-char, tpu-next-line, tpu-previous-line)
5154 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
5155 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
5156 (tpu-set-cursor-free, tpu-set-cursor-bound):
5157 Delegate to tpu-cursor-free-mode.
5158 (tpu-next-line, tpu-previous-line, tpu-forward-line)
5159 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
5160 Use line-move or forward-line instead of next-line-internal.
5161
5162 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
5163
5164 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
5165
5166 2007-08-12 Richard Stallman <rms@gnu.org>
5167
5168 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
5169 (cvs-execute-single-file): Use new name split-string-and-unquote.
5170 (cvs-header-msg): Use new name combine-and-quote-strings.
5171
5172 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
5173
5174 * progmodes/gud.el (gud-common-init): Use new name
5175 split-string-and-unquote.
5176
5177 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
5178 in javac regexp.
5179
5180 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
5181 combine-and-quote-strings and split-string-and-unquote.
5182
5183 * subr.el (combine-and-quote-strings): Rename from strings->string.
5184 (split-string-and-unquote): Rename from string->strings.
5185
5186 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5187
5188 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
5189 to buffer-local settings.
5190
5191 * emacs-lisp/backquote.el (backquote-delay-process): New function.
5192 (backquote-process): Add internal arg `level'. Use the two to
5193 correctly handle nested backquotes.
5194
5195 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
5196
5197 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
5198 (vc-bzr-state-words): Add "kind changed" state word.
5199 (vc-bzr-status): New function. Return Bzr idea of file status,
5200 which is different from VC's.
5201 (vc-bzr-state): Use vc-bzr-status.
5202 (vc-workfile-unchanged-p): Use vc-bzr-status.
5203 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
5204 (vc-dired-state): Process "kind changed" state word.
5205
5206 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
5209
5210 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
5211 Move from vc-default-find-file-not-found-hook.
5212
5213 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5214
5215 * man.el: Remove spurious * in docstrings.
5216 Merge defvars and toplevel setq-defaults.
5217 (Man-highlight-references0): Limit=nil rather than point-max.
5218 (Man-mode-map): Move initialization into the declaration.
5219 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
5220 (Man-view-header-file): Use expand-file-name rather than concat.
5221 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
5222
5223 * man.el (Man-next-section): Make sure we do not move backward.
5224
5225 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5226
5227 * files.el (auto-mode-alist): Use the purecopied text (duh!).
5228
5229 2007-08-08 Glenn Morris <rgm@gnu.org>
5230
5231 * Replace `iff' in doc-strings and comments.
5232
5233 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5234
5235 * dired.el (dired-pop-to-buffer):
5236 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5237 * calendar/calendar.el (generate-calendar-window):
5238 * progmodes/compile.el (compilation-set-window-height):
5239 * textmodes/two-column.el (2C-two-columns, 2C-merge):
5240 Use window-full-width-p instead of comparing frame-width and
5241 window-width.
5242
5243 * progmodes/compile.el (compilation-find-buffer): Remove extra
5244 argument in call to compilation-buffer-internal-p.
5245
5246 2007-08-07 Tom Tromey <tromey@redhat.com>
5247
5248 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
5249 Add safe-local-variable property.
5250
5251 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5252
5253 * image-mode.el (image-toggle-display): Use image-refresh.
5254
5255 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
5256
5257 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
5258 unofficial version.
5259 (vc-bzr-command): Remove redundant setting of process-connection-type.
5260 (vc-bzr-admin-checkout-format-file): Add autoload.
5261 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
5262 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
5263 (vc-bzr-registered): Compare dirstate format tag with known good
5264 value, abort parsing if match fails. Warn user in docstring.
5265 (vc-bzr-workfile-version): Case for different Bzr branch formats.
5266 See bzrlib/branch.py in Bzr sources.
5267 (vc-bzr-diff): First argument FILES may be a string rather than a list.
5268 (vc-bzr-shell-command): Remove in favor of
5269 vc-bzr-command-discarding-stderr.
5270 (vc-bzr-command-discarding-stderr): New function.
5271
5272 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
5273
5274 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
5275 program, and return nil.
5276 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
5277 (vc-bzr-state): Look for path names relative to the repository
5278 root after status keyword.
5279 (vc-bzr-file-name-relative): New function.
5280 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
5281 depend on it.
5282 (vc-bzr-admin-dirname, ...-checkout-format-file)
5283 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
5284 files that we now parse directly for speed.
5285 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
5286 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
5287 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
5288 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
5289 Bzr warnings, so we must discard it.
5290 (vc-bzr-workfile-version): Speedup counting lines from
5291 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
5292 if that file doesn't exist.
5293 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
5294 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
5295 to `vc-directory-exclusion-list'.
5296 (vc-bzr-shell-command): New function.
5297
5298 2007-08-06 Tom Tromey <tromey@redhat.com>
5299
5300 * diff-mode.el (diff-unified->context, diff-reverse-direction)
5301 (diff-fixup-modifs): Typo in docstring.
5302
5303 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5304
5305 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
5306 count-screen-lines.
5307 (tpu-edt-off): Disable relevant pieces of advice.
5308
5309 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
5310 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
5311 (newline, newline-and-indent, do-auto-fill): Use advice instead of
5312 redefining the function.
5313 (tpu-set-scroll-margins): Activate the pieces of advice.
5314
5315 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5316
5317 * help.el (resize-temp-buffer-window): Use window-full-width-p
5318 instead of comparing frame-width and window-width.
5319
5320 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
5321
5322 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
5323 optional quotes around files in NEED-UPDATE . REMOVED case.
5324
5325 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
5326 (ada-treat-cmd-string): Improve error message.
5327 (ada-do-file-completion): Call `ada-require-project-file', so
5328 project variables are set properly.
5329 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
5330 (ada-gnatfind-buffer-name): New constant.
5331 (ada-find-any-references): Use new constant. Set buffer name
5332 properly in compilation-start. Toggle read-only properly.
5333 (ada-find-in-src-path): Fix spelling error in docstring.
5334
5335 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
5336 by zero error.
5337
5338 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
5341
5342 2007-08-12 Richard Stallman <rms@gnu.org>
5343
5344 * progmodes/sh-script.el (sh): Delete group `unix'.
5345
5346 * progmodes/gud.el (gud): Change to group `processes'.
5347
5348 2007-08-11 Glenn Morris <rgm@gnu.org>
5349
5350 * progmodes/compile.el (compilation-buffer-name): Don't check
5351 compilation-arguments. It is superfluous, and the variable isn't
5352 even set when this function is called.
5353
5354 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5355
5356 * term/mac-win.el (mac-ae-reopen-application): New function.
5357 (mac-apple-event-map): Bind "reopen application" Apple event to it.
5358
5359 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
5362 take tex-font-script-display into account.
5363 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
5364 cell to a list of 2 elements to simplify the unfontify code.
5365
5366 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5367
5368 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
5369 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
5370 ps-print-color-p is neither nil nor black-white. Reported by Christian
5371 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5372
5373 2007-08-08 Andreas Schwab <schwab@suse.de>
5374
5375 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
5376 self-insert-command, not self-insert.
5377
5378 2007-08-08 Glenn Morris <rgm@gnu.org>
5379
5380 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
5381 argument optional, for backwards compatibility, and only highlight
5382 args when present. Fix symbol name typo (doc/args).
5383
5384 * help-mode.el (help-make-xrefs): Search for symbol constituents,
5385 rather than just `-'.
5386
5387 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
5388
5389 * calc/calc-units.el (calc-convert-temperature):
5390 Use `/' to create fractions.
5391
5392 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
5393
5394 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
5395 global matching.
5396 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
5397 ERROR-BUFFER more robust. Display output.
5398 (tramp-file-name-handler): Add a connection property when we found
5399 a foreign file name handler. This allows backends like ftp to
5400 profit also from usr/host name completion based on connection
5401 cache.
5402 (tramp-send-command-and-read): Search for trash after the regexp
5403 until eol only. In XEmacs, there is a problem with \n.
5404
5405 * net/tramp-cache.el (top): Read persistent connection history
5406 when cache is empty.
5407
5408 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
5409
5410 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
5411 resulting output.
5412
5413 2007-08-07 Sam Steingold <sds@gnu.org>
5414
5415 * progmodes/compile.el (compilation-start): Pass nil as startfile
5416 to comint-exec.
5417
5418 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5419
5420 * longlines.el (longlines-decoded): New variable.
5421 (longlines-mode): Avoid encoding or decoding the buffer twice.
5422
5423 2007-08-07 Martin Rudalics <rudalics@gmx.at>
5424
5425 * format.el (format-insert-file): Make sure that at most one undo
5426 entry is recorded for the insertion. Inhibit point-motion and
5427 modification hooks around call to insert-file-contents.
5428
5429 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5430
5431 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
5432 Select the buffer's window before moving point.
5433
5434 2007-08-07 Richard Stallman <rms@gnu.org>
5435
5436 * term.el (term): Remove parent group `unix'.
5437
5438 * simple.el (default-indent-new-line): New function.
5439 It calls comment-line-break-function if there are comments.
5440 (do-auto-fill): Use that.
5441
5442 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
5443
5444 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
5445 (PC-do-completion): Add "acronym completion" for symbols and
5446 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
5447
5448 2007-08-06 Sam Steingold <sds@gnu.org>
5449
5450 * mouse.el (mouse-buffer-menu): Pass mode-name through
5451 format-mode-line because it may be a list,
5452 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
5453
5454 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
5455
5456 * printing.el (pr-update-menus): Docstring fix.
5457
5458 2007-08-06 Jason Rumney <jasonr@gnu.org>
5459
5460 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
5461
5462 * vc-hooks.el (vc-call): Add doc string.
5463
5464 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
5465
5466 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
5467 process-filter.
5468
5469 2007-08-06 Kenichi Handa <handa@m17n.org>
5470
5471 * international/quail.el: Wrap (require 'help-mode) by
5472 eval-when-compile.
5473 (quail-help-init): New function.
5474 (quail-help): Call quail-help-init.
5475 (quail-store-decode-map-key): Change it to a function.
5476
5477 2007-08-05 Jason Rumney <jasonr@gnu.org>
5478
5479 * vc.el (vc-rollback): Add norevert argument back.
5480 (vc-revert-buffer): Add back as obsolete alias.
5481
5482 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
5483
5484 * term.el: Honor term-default-fg-color and term-default-bg-color
5485 settings when modifying term-current-face.
5486 (term-default-fg-color, term-default-bg-color): Initialize from
5487 default term-current-face.
5488 (term-mode, term-reset-terminal): Set term-current-face with
5489 term-default-fg-color and term-default-bg-color.
5490 (term-handle-colors-array): term-current-face has term-default-fg-color
5491 and term-default-bg-color after reset escape sequence.
5492 (term-handle-colors-array): Set term-current-color with
5493 term-default-fg/bg-color instead of ansi-term-color-vector when the
5494 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
5495
5496 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
5497
5498 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
5499 (math-nlfit-givens): Let bind free variables.
5500
5501 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
5502
5503 * printing.el: Require lpr and ps-print when loading printing package.
5504 Reported by Glenn Morris <rgm@gnu.org>.
5505
5506 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
5507
5508 * files.el (set-auto-mode): Handle also remote files wrt
5509 `auto-mode-alist'.
5510
5511 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
5512
5513 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
5514 curves and plotting.
5515
5516 * calc/calc-nlfit.el: New file.
5517
5518 2007-08-04 Glenn Morris <rgm@gnu.org>
5519
5520 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
5521 zero, not nil, when the library is first loaded. Check for a file
5522 that has been modified on disk.
5523
5524 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
5525 Remove duplicate defvar preventing initialization.
5526 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
5527
5528 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
5531 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
5532 may match up to 4 lines.
5533 (diff-beginning-of-file-and-junk): Rewrite.
5534
5535 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5536
5537 * printing.el: Evaluate require only during compilation.
5538 (pr-version): New version 6.9.1.
5539 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
5540 (pr-global-menubar): Fix code.
5541
5542 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
5543
5544 * term.el (term-erase-in-display): Fix case when point is not at
5545 the beginning of the line.
5546
5547 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5548
5549 * calc/calc-ext.el (math-get-value, math-get-sdev)
5550 (math-contains-sdev): New functions.
5551
5552 * calc/calc-graph.el (calc-graph-format-data)
5553 (calc-graph-add-curve): Check for error forms.
5554 (calc-graph-set-styles): Add option for error forms.
5555
5556 2007-08-03 Miles Bader <miles@gnu.org>
5557
5558 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
5559 backend names for new backends to `Git', `Hg', and `Bzr'.
5560 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
5561 not `HG'.
5562 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
5563 name, not `GIT'.
5564 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
5565 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
5566
5567 2007-08-03 Richard Stallman <rms@gnu.org>
5568
5569 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
5570 to update deleted flag.
5571
5572 * cus-edit.el (customize-apropos, customize-apropos-options)
5573 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
5574
5575 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
5576
5577 * startup.el (fancy-splash-head, startup-echo-area-message):
5578 Change message text.
5579
5580 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
5581 All callers use line-move.
5582
5583 * progmodes/compile.el (compilation-find-buffer): Return current
5584 buffer immediately if suitable.
5585 (compile, compilation-buffer-name, compilation-start): Doc fixes.
5586
5587 2007-08-03 Daiki Ueno <ueno@unixuser.org>
5588
5589 * faces.el (face-normalize-spec): New function.
5590 (frame-set-background-mode): Normalize face-spec before calling
5591 face-spec-match-p.
5592
5593 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5594
5595 * server.el (server-window): Add switch-to-buffer-other-frame option.
5596
5597 2007-08-03 Glenn Morris <rgm@gnu.org>
5598
5599 * cus-edit.el (customize-apropos): Make the error message indicate
5600 what kind of thing the user was trying to customize.
5601
5602 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
5603
5604 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
5605 Fix off-by-one error in previous change.
5606
5607 2007-08-03 Drew Adams <drew.adams@oracle.com>
5608
5609 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
5610 Make buffer writable.
5611
5612 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5613
5614 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
5615 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
5616 Use native Emacs functions, when appropriate.
5617
5618 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
5619 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * vc.el: Document new VC operation `extra-menu'.
5622
5623 * vc-hooks.el (vc-default-extra-menu): New function.
5624
5625 * menu-bar.el (menu-bar-vc-filter): New function.
5626 (menu-bar-tools-menu): Use it as a filter.
5627
5628 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
5629
5630 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
5631
5632 2007-08-01 Glenn Morris <rgm@gnu.org>
5633
5634 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
5635 strings.
5636 (fortran-tab-mode-default): Remove needless autoload.
5637 (fortran-tab-mode-string): Add help-echo and mouse properties, and
5638 mark as risky.
5639 (fortran-line-length): New buffer-local variable, safe if integer.
5640 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
5641 Change from variables to constants.
5642 (fortran-font-lock-syntactic-keywords): Delete as a variable,
5643 replace with a new function definition.
5644 (fortran-mode): Use fortran-line-length, and
5645 fortran-font-lock-syntactic-keywords as a function. Add a
5646 hack-local-variables-hook function.
5647 (fortran-line-length, fortran-hack-local-variables): New functions.
5648 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
5649 Use fortran-line-length rather than 72.
5650 (fortran-window-create-momentarily): Doc fix.
5651
5652 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
5653
5654 * cus-edit.el (custom-group-value-create, custom-goto-parent):
5655 Fix parent groups link.
5656
5657 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
5658
5659 * progmodes/python.el (python-current-defun): Adjust to never fall
5660 into infinite loop.
5661
5662 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
5663
5664 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
5665
5666 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
5667
5668 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
5669 (copyright-fix-years, copyright): Correctly handle the case where
5670 copyright-limit is nil.
5671
5672 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
5673
5674 * progmodes/python.el (run-python): Fix path separator under w32.
5675
5676 2007-07-30 Richard Stallman <rms@gnu.org>
5677
5678 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5679 Treat non-break space as whitespace in Lisp.
5680
5681 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
5682
5683 * vc.el (vc-dired-hook): Use inhibit-read-only.
5684
5685 * progmodes/compile.el (compilation-forget-errors):
5686 Reset compilation-auto-jump-to-next.
5687
5688 2007-07-30 Michael Olson <mwolson@gnu.org>
5689
5690 * cus-edit.el (custom-group-save): Fix void function definition
5691 error. Thanks to Zhang Wei for the report.
5692
5693 * ps-print.el: Check in trivial changes to the autoloads section
5694 caused by the build process. These autoloads really ought to be
5695 placed in a separate file, methinks.
5696
5697 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5698
5699 * calendar/calendar.el (calendar-mode): Make sure
5700 displayed-(month|year) are set.
5701 (calendar-basic-setup): Display buffer before adjusting window sizes.
5702 (generate-calendar-window): Use inhibit-read-only. Simplify.
5703 Generate buffer and set displayed-month and displayed-year before
5704 calling update-calendar-mode-line.
5705
5706 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
5707
5708 * net/tramp.el:
5709 * net/tramp-uu.el:
5710 * net/trampver.el: Use utf-8 encoding with coding cookie.
5711
5712 * net/tramp-cache.el:
5713 * net/tramp-fish.el:
5714 * net/tramp-ftp.el:
5715 * net/tramp-gw.el:
5716 * net/tramp-smb.el: Remove coding cookie.
5717
5718 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5719 Flush buffer file-name's file property.
5720 (tramp-handle-file-remote-p): The first parameter is FILENAME.
5721
5722 * net/trampver.el: Update release number.
5723
5724 2007-07-29 Juri Linkov <juri@jurta.org>
5725
5726 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
5727 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
5728 when major-mode is not dired-mode.
5729 (dired-toggle-read-only): New function.
5730 (dired-recursive-deletes): Remove obsolete comments about old
5731 default value.
5732 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
5733
5734 * wdired.el (wdired-exit): New function.
5735 (wdired-mode-map): Bind C-x C-q to wdired-exit.
5736
5737 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5738
5739 * cus-edit.el (customize-read-group): New fun.
5740 (customize-group-other-window, customize-face-other-window):
5741 Prompt before delegating to customize-(group|face).
5742 Bind pop-up-windows rather than use the other-window argument.
5743 (customize-group, customize-face): Prompt from the interactive spec.
5744 Remove args `prompt-for-group' and `other-window'.
5745
5746 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
5747 (ad-body-forms, ad-advised-interactive-form): Revert this part of
5748 last change.
5749
5750 2007-07-28 Masatake YAMATO <jet@gyve.org>
5751
5752 * vc.el (vc-dired-mode): Add a menu for VC related operation.
5753 Use backend name as the menu label. Suggested by David Kastrup.
5754
5755 2007-07-28 Alan Mackenzie <acm@muc.de>
5756
5757 Fix problem with modes derived from CC Mode:
5758 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
5759 macro to cc-langs.
5760 (c-init-language-vars-for): Remove call to above macro.
5761 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
5762 been moved to here.
5763 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
5764
5765 2007-07-28 Eli Zaretskii <eliz@gnu.org>
5766
5767 * net/trampver.el: Fix the `coding' cookie.
5768
5769 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
5770
5771 * vc-git.el (vc-git-print-log): Support both the old single file
5772 interface and the new one.
5773
5774 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
5775
5776 * bindings.el (mode-line-remote): Use updated %@ construct.
5777
5778 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
5779
5780 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5781 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
5782 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
5783 (diary-list-bahai-entries, diary-bahai-mark-entries)
5784 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
5785 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5786 New names to clean up namespace.
5787 (list-bahai-diary-entries, mark-bahai-diary-entries)
5788 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
5789 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
5790 Add compatibility aliases.
5791
5792 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
5793
5794 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
5795 (calendar-scroll-left-three-months)
5796 (calendar-scroll-right-three-months): Clean up namespace.
5797 (scroll-calendar-left, scroll-calendar-right)
5798 (scroll-calendar-left-three-months)
5799 (scroll-calendar-right-three-months): Add compatibility aliases.
5800
5801 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5802 Behave like mouse-scroll-calendar-* when used from the mouse.
5803
5804 * calendar/cal-menu.el (cal-menu-scroll-menu)
5805 (cal-menu-global-mouse-menu):
5806 * calendar/calendar.el (calendar-mode-map):
5807 Use new calendar-scroll-* names.
5808 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
5809 Remove. Use calendar-scroll-* directly instead.
5810
5811 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5812
5813 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
5814 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
5815 (ad-make-advised-definition, ad-cache-id-verification-code):
5816 Use commandp and interactive-form instead.
5817
5818 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5819
5820 * vc-git.el: Relicense to GPLv3 or later.
5821 (vc-directory-exclusion-list, vc-handled-backends): Remove.
5822
5823 * vc-hooks.el (vc-handled-backends): Add GIT.
5824
5825 * vc.el (vc-directory-exclusion-list): Add .git.
5826
5827 2007-07-26 Alexandre Julliard <julliard@winehq.org>
5828
5829 * vc-git.el (vc-git-revision-table)
5830 (vc-git-revision-completion-table): New functions.
5831
5832 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5833
5834 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
5835 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
5836 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
5837 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
5838 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
5839 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
5840 New command actions for EPS header and EPS footer.
5841
5842 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
5843 footer. Fix some problems with one-or-more, zero-or-more and
5844 alternative constructions generation. Some log messages
5845 implementation. Doc fix.
5846 (ebnf-version): New version 4.4.
5847 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
5848 (ebnf-eps-footer, ebnf-log): New options.
5849 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
5850 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
5851 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
5852 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
5853 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
5854 (ebnf-style-custom-list, ebnf-style-database): Put new values.
5855 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
5856 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
5857 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
5858 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
5859 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
5860 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
5861 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
5862 (ebnf-non-terminal-dimension, ebnf-special-dimension)
5863 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
5864 (ebnf-except-dimension, ebnf-alternative-dimension)
5865 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
5866 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
5867 message fun.
5868 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
5869 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
5870 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
5871 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
5872 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
5873 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
5874 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
5875 compatibility with Emacs 20 & 21.
5876 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
5877 (ebnf-eps-file-alist, ebnf-basic-width-extra)
5878 (ebnf-basic-empty-height): New vars.
5879 (ebnf-prologue): Fix PostScript code.
5880 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
5881 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
5882 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
5883 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
5884
5885 2007-07-25 Glenn Morris <rgm@gnu.org>
5886
5887 * Relicense all FSF files to GPLv3 or later.
5888
5889 * COPYING: Switch to GPLv3.
5890
5891 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
5894 Replace it with another one which disables undo before calling
5895 erase-buffer and then turns it back on if needed.
5896
5897 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5898
5899 * ps-print.el: Problem with foreground and background color when
5900 printing a buffer with and without faces. Reported by Christian
5901 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5902 (ps-print-version): New version 6.7.5.
5903 (ps-default-fg): Change default value to nil, so black color is used
5904 when a face does not specify a foreground color.
5905 (ps-default-bg): Change default value to nil, so white color is used
5906 for background color.
5907 (ps-begin-job): Fix code.
5908
5909 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5910
5911 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
5912
5913 2007-07-24 Glenn Morris <rgm@gnu.org>
5914
5915 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5916 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5917 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5918 (cal-tex-cursor-week, cal-tex-cursor-week2)
5919 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5920 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5921 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5922 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5923
5924 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5925
5926 * calendar/calendar.el (calendar-mode-map): Move initialization
5927 into declaration. Add menu bindings (used to be done in cal-menu).
5928 (calendar-mode): Don't add an activate-menubar-hook.
5929
5930 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
5931 modify calendar-mode-map), use easy-menu, and make sure that C-h k
5932 can be used on the menu entries.
5933 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
5934 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
5935 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
5936 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
5937 (calendar-flatten, cal-menu-update): Remove.
5938 (calendar-mouse-insert-hebrew-diary-entry)
5939 (calendar-mouse-insert-islamic-diary-entry)
5940 (calendar-mouse-insert-bahai-diary-entry):
5941 Remove (fold into cal-menu-diary-menu).
5942 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
5943 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
5944 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
5945 (calendar-mouse-view-diary-entries): Minor simplifications.
5946 (calendar-event-to-date): Use with-current-buffer.
5947
5948 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
5949
5950 * add-log.el (change-log-redate): Remove (not needed anymore and
5951 doesn't appear to work).
5952
5953 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5954
5955 * frame.el: Use mapc and dolist instead of mapcar where possible.
5956 (close-display-connection): New command.
5957
5958 2007-07-25 Alexandre Julliard <julliard@winehq.org>
5959
5960 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
5961 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
5962
5963 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5964
5965 * ps-print.el (ps-multibyte-buffer): Docstring fix.
5966
5967 * ps-mule.el: Doc fix.
5968 (ps-multibyte-buffer, ps-mule-font-info-database-default)
5969 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
5970
5971 2007-07-25 Glenn Morris <rgm@gnu.org>
5972
5973 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
5974 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
5975 (cal-tex-daily-end, cal-tex-hook)
5976 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
5977 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
5978 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5979 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5980 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
5981 (cal-tex-day-prefix, cal-tex-day-name-format)
5982 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
5983 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
5984 (cal-tex-LaTeX-subst-list): Change from variables to constants.
5985 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
5986 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
5987 etc, rather than \bf.
5988 (cal-tex-mini-calendar): Fix typos in previous change.
5989 (cal-tex-latexify-list): Remove inner let binding.
5990 (cal-tex-end-document, cal-tex-banner): Use multi-line
5991 cal-tex-comment.
5992 (cal-tex-comment): Handle embedded newlines.
5993 (cal-tex-LaTeXify-string): Use substring-no-properties.
5994
5995 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
5996
5997 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5998 Add support for the Maden build tool.
5999
6000 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
6001
6002 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
6003
6004 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
6007
6008 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6009
6010 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
6011 C-x C-q.
6012
6013 * vc-git.el (vc-git-print-log): Fix previous change.
6014
6015 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6016
6017 * window.el (save-selected-window): Minor optimization.
6018 (bw-adjust-window): If operation failed, try with a smaller delta.
6019 (window-fixed-size-p): New function.
6020 (window-area-factor): New var.
6021 (balance-windows-area): New command.
6022
6023 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
6024 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
6025 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
6026 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
6027 (ps-mule-begin-job): Use dolist.
6028
6029 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
6030
6031 * subr.el (start-file-process-shell-command)
6032 (process-file-shell-command): New defuns.
6033
6034 * progmodes/compile.el (compilation-start):
6035 Apply `start-file-process-shell-command'.
6036
6037 2007-07-24 Alexandre Julliard <julliard@winehq.org>
6038
6039 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
6040
6041 2007-07-24 Alan Mackenzie <acm@muc.de>
6042
6043 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6044 Initialise byte-compile-unresolved-functions before rather than
6045 after a compilation.
6046 (byte-compile-unresolved-functions): Amplify doc string.
6047
6048 2007-07-24 Glenn Morris <rgm@gnu.org>
6049
6050 * startup.el (normal-splash-screen): Use `emacs-copyright'.
6051
6052 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6053 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6054 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6055 (cal-tex-cursor-week, cal-tex-cursor-week2)
6056 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6057 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6058 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6059 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6060
6061 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
6062 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
6063 (cal-tex-day-name-format, cal-tex-cal-one-month)
6064 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
6065 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
6066 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
6067 (cal-tex-list-holidays, cal-tex-cursor-year)
6068 (cal-tex-cursor-year-landscape, cal-tex-year)
6069 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
6070 (cal-tex-cursor-month, cal-tex-insert-days)
6071 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6072 (cal-tex-first-blank-p, cal-tex-cursor-week)
6073 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6074 (cal-tex-week-hours, cal-tex-cursor-week-monday)
6075 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
6076 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6077 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
6078 (cal-tex-latexify-list, cal-tex-previous-month)
6079 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
6080 modernization, including using dotimes rather than
6081 calendar-for-loop.
6082 (cal-tex-LaTeX-subst-list): Remove `@'.
6083 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
6084 Use \textit and \textbf rather than \em and \it.
6085
6086 * calendar/cal-bahai.el (list-bahai-diary-entries)
6087 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
6088 * calendar/cal-islam.el (list-islamic-diary-entries)
6089 * calendar/calendar.el (generate-calendar, generate-calendar-month)
6090 * calendar/diary-lib.el (diary-list-entries)
6091 (mark-calendar-date-pattern): Use `dotimes' rather than
6092 `calendar-for-loop'.
6093
6094 * calendar/calendar.el (calendar-for-loop): Doc fix.
6095
6096 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6097
6098 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
6099 underlying file is uptodate.
6100
6101 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
6102
6103 * replace.el (perform-replace): Use isearch-no-upper-case-p.
6104
6105 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6106
6107 * vc-hooks.el (vc-mode-line-map): New const.
6108 (vc-mode-line): Use it.
6109
6110 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6111
6112 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
6113 (vc-git-unregister): New functions.
6114 (vc-git-find-version): Use the result of ls-files as a parameter
6115 for cat-file.
6116
6117 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
6118
6119 * net/tramp.el (tramp-perl-file-attributes)
6120 (tramp-perl-directory-files-and-attributes)
6121 (tramp-handle-file-attributes-with-stat)
6122 (tramp-handle-directory-files-and-attributes-with-stat)
6123 (tramp-convert-file-attributes): Handle huge file sizes.
6124
6125 2007-07-23 Juri Linkov <juri@jurta.org>
6126
6127 * isearch.el (isearch-message-function): New variable.
6128 (isearch-update, isearch-search): Use it.
6129
6130 * simple.el (goto-history-element): New function created from
6131 next-history-element.
6132 (next-history-element): Most code moved to goto-history-element.
6133 Call goto-history-element with (- minibuffer-history-position n).
6134 (previous-history-element): Call goto-history-element with (+
6135 minibuffer-history-position n).
6136 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
6137 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
6138 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
6139 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
6140 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
6141 (minibuffer-history-isearch-pop-state): New functions.
6142
6143 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6144
6145 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
6146 Also, if FILE is a list, return non-nil if any of its elements
6147 should stay local. Update docstring.
6148
6149 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6150
6151 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
6152 change by reverting a small part.
6153
6154 2007-07-23 Richard Stallman <rms@gnu.org>
6155
6156 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
6157
6158 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6159
6160 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
6161 handling it. Use vc-git-command.
6162 (vc-git-find-version, vc-git-diff-tree): New functions.
6163 (vc-git-revert): Use vc-git-command.
6164 (vc-git--run-command): Delete.
6165
6166 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6167
6168 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
6169
6170 2007-07-20 Kenichi Handa <handa@m17n.org>
6171
6172 * international/utf-8.el (utf-8-post-read-conversion):
6173 Temporarily bind utf-8-compose-scripts to nil while running
6174 *-compose-region functions.
6175
6176 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6177
6178 * vc-git.el: Update status.
6179 (vc-directory-exclusion-list): Use eval-after-load.
6180
6181 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
6182
6183 * bindings.el (mode-line-remote): New variable.
6184 (help-echo): Add to default values of mode-line-format.
6185
6186 * files.el: Mark mode-line-remote as risky.
6187
6188 2007-07-22 Juri Linkov <juri@jurta.org>
6189
6190 * isearch.el (isearch-edit-string): Save old point and
6191 isearch-other-end to old-point and old-other-end before reading
6192 the search string from minibuffer. After exiting minibuffer set
6193 point to old-other-end if point and the search direction is the
6194 same as before reading the search string.
6195 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
6196 to isearch-other-end. Instead of isearch-search-and-update call
6197 three functions isearch-search, isearch-push-state and isearch-update.
6198
6199 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6200
6201 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
6202 deal with multiple file arguments.
6203 (vc-git-print-log): Deal with multiple file arguments.
6204
6205 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6206
6207 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
6208 diff-refine-hunk. Adjust users.
6209 (diff-unified-hunk-p, diff-splittable-p): New functions.
6210 (diff-mode-menu): Use it to disable Split when it doesn't work.
6211
6212 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6213
6214 * diff-mode.el (diff-mode-menu): New entries.
6215
6216 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
6219 if applicable, so as to save undo-log space.
6220
6221 * diff-mode.el (diff-find-file-name): Add arg `batch'.
6222
6223 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
6224 (diff-file-kill): Use it.
6225 (diff-beginning-of-hunk): Add arg `try-harder' using it.
6226 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
6227 Use it so they find the hunk even when we're in the file header.
6228
6229 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6230
6231 * vc-git.el (vc-git-revision-granularity, vc-git-root)
6232 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
6233 (vc-git-create-repo): New functions.
6234 (vc-git-registered): New autoloaded function definition.
6235 (vc-git-registered): Use vc-git-root.
6236 (vc-git-responsible-p): New defalias.
6237 (vc-git-annotate-extract-revision-at-line): Uncomment.
6238 (vc-git-print-log): Add the file name to the log.
6239 (vc-git-log-view-mode): New derived mode.
6240 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
6241
6242 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6243
6244 * progmodes/grep.el (grep-compute-defaults): Keep default values.
6245
6246 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
6247
6248 * textmodes/reftex.el (reftex-access-parse-file): Create parse
6249 file in a way that does not interfere with recentf mode.
6250 (reftex-access-parse-file): Do not risk destroying an existing
6251 buffer.
6252
6253 2007-07-22 Alexandre Julliard <julliard@winehq.org>
6254
6255 * vc-git.el: New file.
6256
6257 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6258
6259 * textmodes/tex-mode.el (tex-font-script-display): Change default.
6260
6261 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6262
6263 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
6264 for branches and new files.
6265
6266 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
6267 local-map handling ...
6268 (vc-mode-line): ... here. Improve handling of help-echo.
6269
6270 * vc.el (mode-line-string): Document help-echo usage.
6271
6272 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6273
6274 Sync with Tramp 2.1.10.
6275
6276 * net/tramp.el (tramp-get-ls-command): Fix typo.
6277
6278 * net/trampver.el: Update release number.
6279
6280 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6281
6282 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
6283
6284 * term/x-win.el (x-handle-no-bitmap-icon): New function.
6285
6286 2007-07-22 Martin Rudalics <rudalics@gmx.at>
6287
6288 * add-log.el (change-log-fill-parenthesized-list): New function.
6289 (change-log-indent): Call change-log-fill-parenthesized-list.
6290 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
6291 Have lines with leading asterisk start a paragraph.
6292
6293 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6294
6295 * calc/calc-math.el (math-emacs-precision)
6296 (math-largest-emacs-expt, math-smallest-emacs-expt):
6297 New variables.
6298 (math-use-emacs-fn): New function.
6299 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
6300 appropriate.
6301
6302 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6303
6304 * image-dired.el (image-dired-sane-db-file): New func.
6305 (image-dired-write-tags, image-dired-remove-tag)
6306 (image-dired-list-tags, image-dired-write-comments)
6307 (image-dired-get-comment, image-dired-mark-tagged-files)
6308 (image-dired-create-gallery-lists): Call new func.
6309 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
6310
6311 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6312
6313 * vc-hg.el (vc-hg-dir-state): Fix loop.
6314 (vc-hg-print-log): Fix expected return value for vc-hg-command.
6315 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
6316 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
6317 (vc-hg-revert): Likewise.
6318 (vc-hg-revision-table, vc-hg-revision-completion-table): New
6319 functions.
6320
6321 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6322
6323 * add-log.el (change-log-resolve-conflict): Don't lose data if the
6324 merge fails.
6325
6326 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6327
6328 * progmodes/compile.el (compilation-auto-jump-to-first-error):
6329 Add group and version.
6330
6331 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6332
6333 * add-log.el (add-log-file-name): Use file-relative-name.
6334 (add-change-log-entry): Delay reading
6335 add-log-(full-name|mailing-address) to after we've switched to the
6336 ChangeLog buffer so we get the right value.
6337 (add-change-log-entry, add-log-current-defun, change-log-merge):
6338 Use derived-mode-p rather than checking major-mode directly.
6339
6340 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
6341 name for buffer-file-name if it refers to a directory.
6342
6343 * vc-arch.el (vc-arch-diff): Fix last change.
6344
6345 * progmodes/compile.el (compilation-start): Remember the original
6346 directory in a buffer-local compilation-directory.
6347 (compile): Set the global value of compilation-directory.
6348 (recompile): Use compilation-directory even in the compilation buffer.
6349
6350 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6351
6352 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
6353
6354 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6355
6356 * ps-print.el: Problem with foreground and background color when
6357 printing a buffer with and without faces. Reported by Christian
6358 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6359 (ps-print-version): New version 6.7.5.
6360 (ps-default-fg): Change default value to nil, so black color is used
6361 when a face does not specify a foreground color.
6362 (ps-default-bg): Change default value to nil, so white color is used
6363 for background color.
6364 (ps-begin-job): Fix code.
6365
6366 2007-07-20 Eli Zaretskii <eliz@gnu.org>
6367
6368 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
6369 in $(INSTALL_DIR)/lisp/ if they already exist.
6370
6371 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
6372
6373 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
6374 in $(INSTALL_DIR)/lisp/ if they already exist.
6375
6376 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6377
6378 * progmodes/vera-mode.el (vera-re-search-forward)
6379 (vera-re-search-backward): Remove use of store-match-data.
6380 (vera-mode-map): Move initialization into declaration.
6381
6382 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
6383 (flymake-find-buildfile): Use locate-dominating-file.
6384
6385 * vc.el (vc-delistify): Use mapconcat.
6386 (vc-do-command): Minor simplification.
6387 (vc-expand-dirs): Use push.
6388
6389 * vc-mcvs.el (vc-mcvs-create-repo):
6390 * vc-cvs.el (vc-cvs-create-repo): Remove.
6391
6392 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
6393 directory and the root as well.
6394
6395 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6396
6397 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
6398 instead of a file.
6399
6400 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
6401 (vc-hg-registered): Replace if with when.
6402 (vc-hg-state): Deal with nonexistent files and handle removed files.
6403 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
6404 (vc-hg-checkout): Re-enable.
6405 (vc-hg-create-repo): Fix typos.
6406 (vc-hg-print-log): Fix for multiple files.
6407 (vc-hg-workfile-unchanged-p): New function.
6408
6409 * vc.el: Fix typo.
6410 (vc-print-log): Fix call to print-log.
6411 (vc-default-comment-history): Likewise.
6412 (vc-directory-exclusion-list): Add .hg and .bzr.
6413 (vc-diff-internal): Pass a list instead of a file.
6414
6415 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
6416
6417 * vc-bzr.el (vc-bzr-create-repo): New function.
6418
6419 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6420
6421 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
6422 `file' from which to start the search.
6423
6424 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
6425
6426 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
6427 having a single file argument to having a list of files as the
6428 first argument.
6429
6430 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6431
6432 * files.el (locate-dominating-file): New function.
6433
6434 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
6435
6436 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
6437 (grep-compute-defaults): Use it.
6438
6439 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * uniquify.el: Docstring fixes.
6442
6443 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
6444
6445 * vc.el (revision-granularity, create-repo): Document new vc
6446 backend properties.
6447 (vc-rollback): Renamed from vc-cancel-version. Update
6448 references. Pass a list instead of a file.
6449 (vc-revert): Renamed from vc-revert-buffer. Update references.
6450 (vc-delistify, vc-expand-dirs): New functions.
6451 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
6452 of files instead of a single file.
6453 (vc-position-context, vc-resync-window, vc-diff-internal)
6454 (vc-print-log): Pass a list instead of a file.
6455
6456 * vc-hooks.el (vc-stay-local-p, vc-backend)
6457 (vc-backend-subdirectory-name): Work on a file list, not a single
6458 file.
6459 (vc-workfile-version): Update docstring.
6460 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
6461 vc-revert instead of vc-revert-buffer.
6462 (vc-prefix-map): Likewise. Bind vc-update.
6463
6464 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
6465 (vc-svn-wash-log): New functions.
6466 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
6467 (vc-svn-command): Deal with a list of files, not a single file.
6468
6469 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
6470 (vc-rcs-wash-log): New functions.
6471 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
6472 Deal with a list of files, not a single file.
6473 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
6474
6475 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
6476 functions.
6477 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
6478 list of files, not a single file.
6479
6480 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
6481 New functions.
6482 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
6483 (vc-mcvs-diff): Deal with a list of files, not a single file.
6484
6485 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
6486 functions.
6487 (vc-hg-print-log): Deal with a list of files, not a single file.
6488 (vc-hg-diff-tree): New function, replace defalias with the same
6489 name.
6490 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
6491 FILES to denote that it is a file list, not a single file.
6492
6493 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
6494 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
6495 a single file.
6496 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
6497 that it is a file list, not a single file.
6498 (vc-cvs-diff): Likewise. Simplify.
6499
6500 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
6501 Deal with a list of files, not a single file.
6502
6503 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
6504 (vc-bzr-print-log): Update FILE parameter name to denote that it
6505 is a file list, not a single file.
6506 (vc-bzr-diff): Likewise. Use the car of files.
6507
6508 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
6509
6510 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
6511 (follow-delete-other-windows-and-split, follow-recenter)
6512 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
6513 (follow-redisplay, follow-estimate-first-window-start)
6514 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
6515 Fix typos in docstrings.
6516
6517 2007-07-18 Martin Rudalics <rudalics@gmx.at>
6518
6519 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
6520 avoid that filling introduces lines with a single asterisk.
6521
6522 * kmacro.el (kmacro-end-macro): When ignoring empty macro
6523 avoid incorrect kmacro-ring-empty-p messages.
6524 Reported by Michael Schierl <schierlm@gmx.de>.
6525
6526 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6527
6528 * vc.el: Add more info about the vc-registered function.
6529
6530 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6531
6532 * files.el (file-remote-p): Introduce optional parameter
6533 IDENTIFICATION.
6534
6535 * recentf.el (recentf-keep-default-predicate): Adapt call of
6536 `file-remote-p'.
6537
6538 * progmodes/grep.el (grep-probe): Use `process-file'.
6539 (grep-compute-defaults): Handle variables host specific.
6540
6541 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
6542 parameter IDENTIFICATION.
6543
6544 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
6545 parameter IDENTIFICATION.
6546 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
6547 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6548 Add entry for `set-file-times'.
6549 (tramp-do-copy-or-rename-file-via-buffer)
6550 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
6551 (tramp-handle-unhandled-file-name-directory): Rewrite.
6552 (tramp-convert-file-attributes): Add error handling when inode is
6553 extraordinary big.
6554 (tramp-get-inode): Change parameter from FILE to VEC.
6555 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
6556 is nil. This is according to the specification. Goto (point-max)
6557 when ready.
6558 (tramp-handle-shell-command): Rewrite completely, using
6559 `process-file' and `start-file-process'.
6560 (tramp-methods, tramp-find-shell)
6561 (tramp-open-connection-setup-interactive-shell)
6562 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
6563 var. Reported by Steve Youngs <steve@sxemacs.org>.
6564
6565 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
6566 entry for `set-file-times'. Rename `start-process' into
6567 `start-file-process'. Remove `call-process' entry.
6568 (tramp-fish-handle-set-file-times): New defun.
6569 (tramp-fish-handle-executable-find): Use `process-file'.
6570 (tramp-fish-handle-process-file): New defun. Replaces
6571 `tramp-fish-handle-call-process'.
6572 (tramp-fish-do-copy-or-rename-file-directly): Use
6573 `set-file-times'.
6574 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
6575
6576 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
6577 `tramp-get-inode' parameter.
6578
6579 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6580
6581 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
6582 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
6583 nowadays, and by the time Emacs-23 comes out, nobody will even remember
6584 it has ever existed.
6585
6586 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6587
6588 * vc.el: Undo previous change.
6589
6590 2007-07-16 Eli Zaretskii <eliz@gnu.org>
6591
6592 * makefile.w32-in (clean): Don't delete *~.
6593
6594 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
6595
6596 * textmodes/tex-mode.el (tex-verbatim-environments):
6597 Add safe-local-variable property.
6598 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
6599 when starting font-lock rather than when loading tex-mode.el.
6600
6601 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
6602 whole $( rather than just the $. Rename from sh-quoted-subshell.
6603 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
6604
6605 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6606
6607 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
6608 bookmark-alist. Instead, if not sorting, simply return it.
6609 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
6610 for its return value, not for its side effect.
6611
6612 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
6613 case of alignment under a constant symbol, find and consider
6614 the sexp actually at indentation to be the "last sexp".
6615
6616 2007-07-16 Drew Adams <drew.adams@oracle.com>
6617
6618 * mouse.el (mouse-yank-secondary): Better error message if no
6619 secondary selection.
6620
6621 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6622
6623 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
6624
6625 * term/xterm.el (xterm-turn-on-modify-other-keys)
6626 (xterm-turn-off-modify-other-keys): New functions.
6627 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
6628 terminal supports it.
6629
6630 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6631
6632 * bookmark.el (bookmark-show-all-annotations):
6633 Make sure each inserted annotation ends with newline.
6634
6635 2007-07-15 Richard Stallman <rms@gnu.org>
6636
6637 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6638
6639 * tutorial.el (tutorial--find-changed-keys):
6640 Handle C-x specially like ESC.
6641
6642 2007-07-15 Aaron Hawley <aaronh@garden.org>
6643
6644 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6645
6646 2007-07-15 Juri Linkov <juri@jurta.org>
6647
6648 * delsel.el (delete-selection-pre-hook):
6649 * emulation/cua-base.el (cua-paste): Before a yank command,
6650 check also whether last-command is one of mouse-save-then-kill,
6651 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
6652
6653 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
6654
6655 * recentf.el (recentf-keep-default-predicate): New defun.
6656 (recentf-keep): Use it as initial value.
6657
6658 2007-07-15 Karl Fogel <kfogel@red-bean.com>
6659
6660 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
6661 thus restoring bookmark bindings to three slots under C-x r. See
6662 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
6663
6664 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6665
6666 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
6667
6668 2007-07-15 Jason Rumney <jasonr@gnu.org>
6669
6670 * w32-fns.el (set-default-process-coding-system): Use dos line ends
6671 for input to cmdproxy on all versions of Windows.
6672 Use dos line ends for input to plink.
6673
6674 * comint.el (comint-simple-send): Concat newline before sending.
6675 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
6676
6677 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
6678
6679 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
6680 safe-local-variable setting.
6681
6682 2007-07-14 David Kastrup <dak@gnu.org>
6683
6684 * emacs-lisp/advice.el (defadvice): Doc fix.
6685
6686 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
6687
6688 * subr.el (when, unless): Doc fix.
6689
6690 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6691
6692 * replace.el (match): Use yellow1 instead of yellow.
6693
6694 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
6695 red.
6696
6697 * pcvs-info.el (cvs-unknown): Likewise.
6698
6699 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6700
6701 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
6702 (install): Use them to copy all *.el files before *.elc.
6703
6704 2007-07-13 Drew Adams <drew.adams@oracle.com>
6705
6706 * bookmark.el (bookmark-jump-other-window): New function.
6707 (bookmark-map): Bind it to "o".
6708
6709 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
6710 and its thread contains discussion about this change.
6711 The original patch was slightly tweaked by Karl Fogel
6712 <kfogel@red-bean.com> before committing.
6713
6714 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6715
6716 * bookmark.el: Shorten some comments to fit within 80 lines.
6717
6718 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6719
6720 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
6721 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
6722 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
6723 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
6724
6725 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
6726
6727 * textmodes/org.el: Bug fixes.
6728 (org-end-of-line): Move to end of line if in headline without tags.
6729
6730 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6731
6732 * vc-hooks.el: Remove spurious * in docstrings.
6733 (vc-handled-backends): Add BZR.
6734
6735 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
6736
6737 2007-07-12 Davis Herring <herring@lanl.gov>
6738
6739 * desktop.el (desktop-buffer-info, desktop-save):
6740 Use `desktop-dirname' instead of `dirname'.
6741
6742 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6743
6744 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
6745
6746 * progmodes/python.el (python-which-func-length-limit): New var.
6747 (python-which-func): New function.
6748 (python-current-defun): Add optional `length-limit' and try to fit
6749 computed function name to that length.
6750 (python-mode): Hook `python-which-func' up.
6751
6752 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6753
6754 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
6755
6756 * comint.el (comint-dynamic-complete-as-filename):
6757 Use read-file-name-completion-ignore-case.
6758
6759 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
6760
6761 * comint.el (comint-dynamic-list-filename-completions):
6762 Use read-file-name-completion-ignore-case.
6763
6764 * vc-cvs.el: Require CL.
6765 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
6766 New functions to provide completion of revision names.
6767
6768 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
6769 (vc-cvs-annotate-first-line-re): New const.
6770 (vc-cvs-annotate-process-filter): New fun.
6771 (vc-cvs-annotate-command): Use them and run the command asynchronously.
6772
6773 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6774
6775 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
6776 (eldoc-print-current-symbol-info): Adjust for changed helper
6777 function signatures.
6778 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
6779 `eldoc-highlight-function-argument'.
6780 (eldoc-highlight-function-argument): New function.
6781 (eldoc-get-var-docstring): Format documentation with
6782 `font-lock-variable-name-face'.
6783 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
6784 where suited.
6785 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
6786 (eldoc-beginning-of-sexp): Return number of skipped sexps.
6787
6788 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
6789
6790 * progmodes/compile.el (compilation-start): `start-process' must
6791 still be redefined when calling `start-process-shell-command'.
6792
6793 * progmodes/gud.el (gud-file-name): When `default-directory' is a
6794 remote file name, prepend its remote part to the filename.
6795 (gud-common-init): When `default-directory' is a remote file name,
6796 make the filename relative to it.
6797 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
6798
6799 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
6800
6801 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
6802 mouse binding and a tooltip.
6803
6804 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6805
6806 * menu-bar.el (vc-menu-map): New defalias.
6807
6808 2007-07-10 Richard Stallman <rms@gnu.org>
6809
6810 * emacs-lisp/lisp-mode.el (eval-defun):
6811 Explain special handling of `defface'.
6812
6813 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
6814
6815 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
6816
6817 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
6818
6819 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6820
6821 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
6822
6823 * vc-arch.el (vc-arch-complete): Remove.
6824 (vc-arch-revision-completion-table): Use complete-with-action.
6825
6826 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
6827 (complete-with-action): New function.
6828 (dynamic-completion-table): Use it.
6829
6830 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
6831
6832 * comint.el (make-comint, make-comint-in-buffer)
6833 (comint-exec-1): Replace `start-process' by `start-file-process'.
6834
6835 * progmodes/compile.el (compilation-start): Revert redefining
6836 `start-process'.
6837
6838 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6839
6840 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
6841 with EOLs when generating MD5 checksums.
6842
6843 * follow.el: Don't change the global map from the follow-mode-map
6844 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
6845 XEmacs code.
6846 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
6847 since `follow-mode' should be used instead for that.
6848
6849 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
6850 (easy-menu-do-define): Use it.
6851 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
6852
6853 * progmodes/compile.el (compilation-auto-jump-to-first-error)
6854 (compilation-auto-jump-to-next): New vars.
6855 (compilation-auto-jump): New function.
6856 (compilation-error-properties): Use them to jump to first error.
6857 (compilation-start): Set the var if requested.
6858
6859 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
6860 duplicates without also removing entries from other directories.
6861
6862 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
6863
6864 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
6865 Remember span as default.
6866 (org-columns-edit-value): Rename from `org-column-edit'.
6867 (org-columns-display-here-title): Rename from
6868 `org-overlay-columns-title'.
6869 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
6870 (org-columns-get-autowidth-alist): Rename from
6871 `org-get-columns-autowidth-alist'.
6872 (org-columns-display-here): Rename from `org-overlay-columns'.
6873 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
6874 (org-columns-quit): Rename from `org-column-quit'.
6875 (org-columns-show-value): Rename from `org-column-show-value'.
6876 (org-columns-content, org-columns-widen)
6877 (org-columns-next-allowed-value)
6878 (org-columns-edit-allowed, org-columns-store-format)
6879 (org-columns-uncompile-format, org-columns-redo)
6880 (org-columns-edit-attributes, org-delete-property)
6881 (org-set-property, org-columns-update)
6882 (org-columns-compute, org-columns-eval)
6883 (org-columns-not-in-agenda, org-columns-compute-all)
6884 (org-property-next-allowed-value)
6885 (org-columns-compile-format)
6886 (org-fill-paragraph-experimental)
6887 (org-string-to-number, org-property-action)
6888 (org-columns-move-left, org-columns-new)
6889 (org-column-number-to-string)
6890 (org-property-previous-allowed-value)
6891 (org-at-property-p, org-columns-delete)
6892 (org-columns-previous-allowed-value)
6893 (org-columns-move-right, org-columns-narrow)
6894 (org-property-get-allowed-values)
6895 (org-verify-version, org-column-string-to-number)
6896 (org-delete-property-globally): New functions.
6897 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
6898 (org-columns-overlays): Rename from `org-column-overlays'.
6899 (org-columns-map): Rename from `org-column-map'.
6900 (org-columns-current-maxwidths): Rename from
6901 `org-current-columns-maxwidths'.
6902 (org-columns-begin-marker, org-columns-current-fmt-compiled)
6903 (org-previous-header-line-format)
6904 (org-columns-inhibit-recalculation)
6905 (org-columns-top-level-marker): New variables.
6906 (org-columns-default-format): Rename from `org-default-columns-format'.
6907 (org-property-re): New constant.
6908
6909 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
6910
6911 * subr.el (looking-at-p, string-match-p): New functions.
6912
6913 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
6914
6915 * textmodes/tex-mode.el (tex-fontify-script)
6916 (tex-font-script-display): New variables to make display of
6917 superscripts and subscripts customizable.
6918 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
6919
6920 2007-07-09 Richard Stallman <rms@gnu.org>
6921
6922 * isearch.el (isearch-edit-string): Call to isearch-push-state
6923 after the search.
6924
6925 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6926
6927 * window.el (fit-window-to-buffer): Remove setting of window-min-height
6928 to 1 as enlarge-window uses the value to resize/shrink windows other
6929 than WINDOW if needed.
6930
6931 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6932
6933 * cus-start.el (file-coding-system-alist): Fix custom type.
6934
6935 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
6936
6937 * longlines.el (longlines-wrap-region): Avoid marking buffer as
6938 modified.
6939 (longlines-auto-wrap, longlines-window-change-function):
6940 Remove unnecessary calls to set-buffer-modified-p.
6941
6942 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6943
6944 * cus-start.el (file-coding-system-alist): Fix custom type.
6945
6946 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6947
6948 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
6949 (vc-cvs-checkout): Remove last arg now unused; simplify.
6950
6951 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6952
6953 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
6954
6955 * net/tramp.el:
6956 * net/tramp-ftp.el:
6957 * net/tramp-smb.el:
6958 * net/tramp-uu.el:
6959 * net/trampver.el: Migrate to Tramp 2.1.
6960
6961 * net/tramp-cache.el:
6962 * net/tramp-fish.el:
6963 * net/tramp-gw.el: New Tramp packages.
6964
6965 * net/tramp-util.el:
6966 * net/tramp-vc.el: Removed.
6967
6968 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
6969 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
6970
6971 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
6972
6973 * progmodes/compile.el (compilation-start): Redefine
6974 `start-process' temporarily when `default-directory' is remote.
6975 Remove case of synchronous compilation, this won't happen ever.
6976 (compilation-setup): Make local variable `comint-file-name-prefix'
6977 for remote compilation.
6978
6979 2007-07-08 Martin Rudalics <rudalics@gmx.at>
6980
6981 * novice.el (disabled-command-function): Fit window to buffer to
6982 make last line visible.
6983 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6984
6985 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
6986 when handling the terminating event.
6987
6988 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
6989
6990 * calc/calc.el (math-read-number-simple): Remove leading 0s.
6991 (math-bignum-digit-length): Change to optimal value.
6992
6993 * calc/calc-bin.el (math-bignum-logb-digit-size)
6994 (math-bignum-digit-power-of-two): Evaluate when compiled.
6995
6996 * calc/calc-comb.el (math-small-factorial-table)
6997 (math-init-random-base, math-prime-test): Remove unnecessary calls
6998 to `math-read-number-simple'.
6999
7000 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7001 (math-approx-gamma-const): Add docstrings.
7002
7003 * calc/calc-forms.el (math-julian-date-beginning)
7004 (math-julian-date-beginning-int): New constants.
7005 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
7006 Use the new constants.
7007
7008 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
7009
7010 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7011 Add docstrings.
7012
7013 2007-07-07 Tom Tromey <tromey@redhat.com>
7014
7015 * vc.el (vc-annotate): Jump to line and output message only after the
7016 process is really all done.
7017
7018 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * vc.el (vc-exec-after): Don't move point from the sentinel.
7021 Forcefully read all the remaining text in the pipe upon process exit.
7022 (vc-annotate-display-autoscale, vc-annotate-lines):
7023 Don't stop at the first unrecognized line.
7024 (vc-annotate-display-select): Run autoscale after the process is done
7025 since it depends on the whole result.
7026
7027 2007-07-07 Eli Zaretskii <eliz@gnu.org>
7028
7029 * term/w32-win.el (menu-bar-open): New function.
7030 Bind <f10> to it.
7031
7032 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7033
7034 * simple.el (start-file-process): New defun.
7035
7036 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7037
7038 * files.el (find-file-confirm-nonexistent-file): Rename from
7039 find-file-confirm-inexistent-file. Update users.
7040
7041 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
7042 format of autoload block where the file's time-stamp is replaced by its
7043 MD5 checksum.
7044 (autoload-generate-file-autoloads): Use MD5 checksum instead of
7045 time-stamp for secondary autoloads files.
7046 (update-directory-autoloads): Remove duplicate entries.
7047 Use time-less-p for time-stamps, as done in autoload-find-destination.
7048
7049 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7050
7051 * calc/calc.el (math-read-number): Replace number by variable.
7052 (math-read-number-simple): Properly parse small integers.
7053
7054 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7055
7056 * vc.el: Fix doc for the checkout function.
7057
7058 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
7059
7060 * vc-hg.el (vc-hg-root): New function.
7061 (vc-hg-registered): Use it.
7062 (vc-hg-diff-tree): New defalias.
7063 (vc-hg-responsible-p): Likewise.
7064 (vc-hg-checkout): Comment out, not needed.
7065 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
7066 (vc-hg-find-version, vc-hg-next-version): New functions.
7067
7068 2007-07-06 Andreas Schwab <schwab@suse.de>
7069
7070 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
7071 dynamic bindings around the evaluation of the expression.
7072 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
7073
7074 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7075
7076 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
7077 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
7078 Use run-hooks rather than run-mode-hooks.
7079
7080 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
7081
7082 * calc/calc-comb.el (math-random-digit): Rename to
7083 `math-random-three-digit-number'.
7084 (math-random-digits): Don't depend on representation of integer.
7085
7086 * calc/calc-bin.el (math-bignum-logb-digit-size)
7087 (math-bignum-digit-power-of-two): New constants.
7088 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
7089 (math-not-bignum, math-clip-bignum): Use the constants
7090 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
7091 instead of their values.
7092 (math-clip): Use math-small-integer-size instead of its value.
7093
7094 * calc/calc.el (math-add-bignum): Replace number by constant.
7095
7096 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7097
7098 * wid-edit.el (widget-documentation-string-value-create):
7099 Insert indentation spaces.
7100
7101 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7102
7103 * emacs-lisp/byte-opt.el: Revert last change.
7104
7105 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7106
7107 * vc-hooks.el (vc-handled-backends): Add HG.
7108
7109 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
7110
7111 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7112
7113 * complete.el (PC-do-complete-and-exit): Add support for the new
7114 `confirm-only' confirmation mode.
7115
7116 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7117
7118 * cus-edit.el (custom-commands): New variable.
7119 (custom-tool-bar-map): New variable. Initialize using
7120 `custom-commands'.
7121 (custom-mode): Use `custom-tool-bar-map'.
7122 (custom-buffer-create-internal): Insert action buttons only if
7123 tool bar is not used. Use `custom-commands'.
7124 (Custom-help, custom-command-apply): New function.
7125 (custom-command-apply, Custom-set, Custom-save)
7126 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
7127 Use `custom-command-apply' instead of duplicating code.
7128 (customize-group-other-window): Call `customize-group' instead of
7129 duplicating code.
7130 (customize-face-other-window): Call `customize-face' instead of
7131 duplicating code.
7132 (customize-group, customize-face): Add optional args for opening
7133 in another window.
7134 (custom-variable-tag): Don't inherit `variable-pitch' face.
7135 (custom-group-tag): Inherit `variable-pitch' face.
7136 (custom-variable-value-create): Set documentation indentation.
7137 (custom-group-value-create): Make group name a link, instead of
7138 using an extra "go to group" button.
7139 (custom-prompt-variable, custom-group-set, custom-group-save)
7140 (custom-group-reset-current, custom-group-reset-saved)
7141 (custom-group-reset-standard): Minor cleanup.
7142
7143 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7144
7145 * Makefile.in (bootstrap-prepare): When copying from
7146 ldefs-boot.el, make sure loaddefs.el is writeable.
7147
7148 (bootstrap-prepare): Make $(lisp)/ps-print.el
7149 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
7150
7151 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7152
7153 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
7154 only caller, and delete.
7155 (vc-hg-state): Deal with exceptions and only parse the output on
7156 successful return.
7157 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
7158 caller, and delete.
7159 (vc-hg-workfile-version): Deal with exceptions and only parse the
7160 output on successful return.
7161 (vc-hg-revert): New function.
7162
7163 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
7164
7165 * calculator.el (calculator-expt): Use more cases to determine
7166 the value.
7167
7168 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7169
7170 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
7171 file names.
7172
7173 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7174
7175 * calculator.el (calculator-expt, calculator-integer-p):
7176 New functions.
7177 (calculator-fact): Check to see if the factorial will be too
7178 large before computing it.
7179 (calculator-initial-operators): Use `calculator-expt' to
7180 compute "^".
7181 (calculator-mode): Mention that results which are too large
7182 will return inf.
7183 * calc/calc-comb.el (math-small-factorial-table): Replace list
7184 by vector.
7185
7186 2007-07-03 David Kastrup <dak@gnu.org>
7187
7188 * shell.el: On request of the authors, remove their addresses for
7189 the sake of bug reports, and add the developer list address as
7190 maintainer information.
7191
7192 2007-07-03 Richard Stallman <rms@gnu.org>
7193
7194 * files.el (make-directory): Doc fix.
7195 (find-file-confirm-inexistent-file): Make it a defcustom.
7196 Make nil the default.
7197
7198 2007-07-02 Richard Stallman <rms@gnu.org>
7199
7200 * startup.el (command-line): Set buffer-offer-save in *scratch*
7201 and enable auto-save in it.
7202
7203 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7204
7205 * textmodes/org.el (orgstruct-mode-map): New variable.
7206 (orgstruct-mode): New minor mode.
7207 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
7208 (orgstruct-make-binding, org-context-p, org-get-local-variables)
7209 (org-run-like-in-org-mode): New functions.
7210 (org-cycle-list-bullet): New command.
7211 (org-special-properties, org-property-start-re)
7212 (org-property-end-re): New constants.
7213 (org-with-point-at): New macro.
7214 (org-get-property-block, org-entry-properties, org-entry-get)
7215 (org-entry-delete, org-entry-get-with-inheritance)
7216 (org-entry-put, org-buffer-property-keys): New functions.
7217 (org-insert-property-drawer): New command.
7218 (org-entry-property-inherited-from): New variable.
7219 (org-column): New face.
7220 (org-column-overlays, org-current-columns-fmt)
7221 (org-current-columns-maxwidths, org-column-map): New variables.
7222 (org-column-menu): New menu.
7223 (org-new-column-overlay, org-overlay-columns)
7224 (org-overlay-columns-title, org-remove-column-overlays)
7225 (org-column-show-value, org-column-quit, org-column-edit):
7226 New functions.
7227 (org-columns, org-agenda-columns): New commands.
7228 (org-get-columns-autowidth-alist): New functions.
7229 (org-properties): New customize group.
7230 (org-default-columns-format): New option.
7231 (org-priority): Realign tags after changing priority.
7232 (org-preserve-lc): New macro.
7233 (org-update-checkbox-count): Catch case when there is no headline.
7234 (org-agenda-quit): Remove any column overlays.
7235 (org-beginning-of-item-list): Fixed bug when non-item line is
7236 indented too deep.
7237 (org-cached-props): New variable.
7238 (org-cached-entry-get): New function.
7239 (org-make-tags-matcher): Handle property matches.
7240 (org-table-recalculate): Swap evaluation order: Field formula
7241 first, then column formulas, but don't allow them to overwrite the
7242 field formulas.
7243 (org-table-eval-formula): New argument untouchable.
7244 (org-table-put-field-property): New function.
7245
7246 2007-07-02 Martin Rudalics <rudalics@gmx.at>
7247
7248 * help-mode.el (help-make-xrefs): Skip spaces too when
7249 skipping tabs.
7250
7251 * ffap.el (dired-at-point-prompter): Improve prompt in
7252 list-directory case.
7253
7254 2007-07-01 Richard Stallman <rms@gnu.org>
7255
7256 * files.el (find-file-visit-truename): Fix safe-local-variable value.
7257
7258 2007-07-01 Richard Stallman <rms@gnu.org>
7259
7260 * cus-start.el (max-mini-window-height): Added.
7261
7262 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7263
7264 * complete.el (partial-completion-mode): Remove advice of
7265 read-file-name-internal.
7266 (PC-do-completion): Rebind minibuffer-completion-table.
7267 (PC-read-file-name-internal): New function doing what
7268 read-file-name-internal advice did.
7269
7270 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
7271
7272 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
7273 property on a few symbols.
7274 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
7275 (byte-optimize-lapcode): Remove bindings that are not referenced
7276 and certainly will not effect through dynamic scoping.
7277
7278 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7279
7280 * files.el (find-file-confirm-inexistent-file): New var.
7281 (find-file, find-file-other-window, find-file-other-frame)
7282 (find-file-read-only, find-file-read-only-other-window)
7283 (find-file-read-only-other-frame): Use it.
7284
7285 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7286
7287 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
7288
7289 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
7290
7291 * generic-x.el (generic-define-mswindows-modes)
7292 (generic-define-unix-modes, apache-log-generic-mode)
7293 (bat-generic-mode-keymap, java-manifest-generic-mode)
7294 (show-tabs-generic-mode): Fix typos in docstrings.
7295
7296 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
7297
7298 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
7299 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
7300 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
7301 (rcirc-print): Never ignore messages from ourself.
7302
7303 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
7306 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
7307
7308 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7309
7310 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
7311 replace-regexp-in-string.
7312
7313 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7314
7315 * emacs-lisp/cl.el: Set edebug and indentation before loading
7316 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
7317
7318 2007-06-28 Andreas Schwab <schwab@suse.de>
7319
7320 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
7321 $(lisp)/subdirs.el.
7322
7323 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
7324
7325 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
7326 the speedbar frame if nil; that deletes the current frame or
7327 causes an error if it is the only frame.
7328 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
7329
7330 2007-06-28 Kevin Ryde <user42@zip.com.au>
7331
7332 * textmodes/nroff-mode.el: Groff \# comments.
7333 (nroff-mode-syntax-table): \# comment intro,
7334 plain # as punct per global table.
7335 (nroff-font-lock-keywords): Add # as a single char escape.
7336 (nroff-mode): In comment-start-skip, match \#.
7337
7338 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7339
7340 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
7341 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
7342 point-min == 1.
7343
7344 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
7345
7346 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
7347 Rename and move to...
7348
7349 * subr.el (strings->string, string->strings): ...here.
7350
7351 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
7352 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
7353
7354 * progmodes/gud.el (gud-common-init): Call string->strings instead
7355 of split-string.
7356
7357 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7358
7359 * dired-aux.el: Remove `dired-call-process'.
7360 (dired-check-process): Call `process-file'.
7361
7362 * wdired.el (wdired-do-perm-changes): Call `process-file'.
7363
7364 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
7365 `ange-ftp-process-file'.
7366
7367 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7368
7369 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
7370
7371 * emacs-lisp/cl-extra.el:
7372 * emacs-lisp/cl-seq.el:
7373 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
7374 Add autoload cookies on all defs autoloaded manually in cl.el.
7375
7376 * emacs-lisp/cl-loaddefs.el: New file.
7377
7378 * textmodes/texinfmt.el (texinfo-raisesections-alist)
7379 (texinfo-lowersections-alist): Merge definition and declaration.
7380 (texinfo-start-of-header, texinfo-end-of-header): Remove.
7381 (texinfo-format-syntax-table): Merge init into declaration.
7382 (texinfo-format-parse-line-args, texinfo-format-parse-args)
7383 (texinfo-format-parse-defun-args, texinfo-format-node)
7384 (texinfo-push-stack, texinfo-multitable-widths)
7385 (texinfo-define-info-enclosure, texinfo-alias)
7386 (texinfo-format-defindex, batch-texinfo-format): Use push.
7387 (texinfo-footnote-number): Remove duplicate declaration.
7388
7389 * ps-print.el: Update with auto-generated autoloads.
7390
7391 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
7392
7393 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7394
7395 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
7396 relative to current dir for file-local settings.
7397 (autoload-generate-file-autoloads): Add `outfile' arg.
7398 (update-directory-autoloads): Use it to directly call
7399 autoload-generate-file-autoloads instead of going through
7400 update-file-autoloads so we avoid redundant searches and so we can know
7401 the set of buffers changed so we can save them all.
7402
7403 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
7404 rather than throwing `up-to-date'.
7405 (autoload-generate-file-autoloads): Adjust correspondingly.
7406 (update-file-autoloads): Be careful to let-bind
7407 autoload-modified-buffers and adjust to new calling conventions.
7408 (autoload-modified-buffers): Make it a dynamically scoped var.
7409 (update-directory-autoloads): Use file-relative-name instead of
7410 autoload-trim-file-name.
7411 (autoload-insert-section-header): Don't use autoload-trim-file-name
7412 since the file is already relative now.
7413 (autoload-trim-file-name): Remove.
7414
7415 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
7416 (vc-arch-complete, vc-arch--version-completion-table)
7417 (vc-arch-revision-completion-table): New functions to provide
7418 completion of revision names.
7419 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
7420 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
7421 to let the user trim the revlib.
7422
7423 * vc.el: Add new VC operation `revision-completion-table'.
7424 (vc-default-revision-completion-table): New function.
7425 (vc-version-diff, vc-version-other-window): Use it to provide
7426 completion of revision names if the backend provides it.
7427
7428 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
7429
7430 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
7431 of newer .svn/entries.
7432
7433 2007-06-25 David Kastrup <dak@gnu.org>
7434
7435 * calc/calc-poly.el (math-padded-polynomial)
7436 (math-partial-fractions): Add some function comments.
7437
7438 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7439
7440 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7441 Make `outbuf' optional.
7442 (update-file-autoloads): Use it.
7443
7444 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7445
7446 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
7447 (autoload-find-destination): Keep it uptodate.
7448 (autoload-save-buffers): New fun.
7449 (update-file-autoloads): Use it. Re-add the "up to date" message.
7450
7451 * emacs-lisp/autoload.el: Refactor for upcoming changes.
7452 (autoload-find-destination): New function extracted from
7453 update-file-autoloads.
7454 (update-file-autoloads): Use it.
7455 (autoload-generate-file-autoloads): New function extracted from
7456 generate-file-autoloads. Use file-relative-name. Delay computation of
7457 output-start to the first cookie. Remove done-any, replaced by
7458 output-start.
7459 (generate-file-autoloads): Use it.
7460
7461 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
7462
7463 * calc/calc-comb.el (math-init-random-base, math-prime-test):
7464 Use math-read-number-simple to insert constants.
7465 (math-prime-test): Redo calculation of sum.
7466
7467 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
7468
7469 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
7470 math-scale-bignum-3.
7471 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
7472 math-bignum-digit-size.
7473 (math-isqrt-small): Add another possible initial guess.
7474
7475 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7476
7477 * textmodes/bibtex.el (bibtex-entry-format): New options
7478 `whitespace', `braces', and `string'.
7479 (bibtex-field-braces-alist, bibtex-field-strings-alist)
7480 (bibtex-field-braces-opt, bibtex-field-strings-opt)
7481 (bibtex-cite-matcher-alist): New variables.
7482 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
7483 (bibtex-flash-head): Use blink-matching-delay.
7484 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
7485 (bibtex-format-entry, bibtex-reformat): Handle new options of
7486 bibtex-entry-format.
7487 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
7488 New functions.
7489 (bibtex-complete-internal): Do not display messages while
7490 minibuffer is used. Do not leave around a completions buffer
7491 that is out of date.
7492 (bibtex-copy-summary-as-kill): New optional arg.
7493 (bibtex-font-lock-url): New optional arg no-button.
7494 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
7495 (bibtex-url): Allow multiple URLs per entry.
7496
7497 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * emacs-lisp/autoload.el (autoload-generated-file): New function.
7500 (update-file-autoloads, update-directory-autoloads): Use it.
7501 (autoload-file-load-name): New function.
7502 (generate-file-autoloads, update-file-autoloads): Use it.
7503 (autoload-find-file): Accept non-absolute argument. Set default-dir.
7504 (generate-file-autoloads): If the autoloaded form is malformed,
7505 indicate the problem with a warning instead of aborting.
7506
7507 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7508
7509 * simple.el (next-error-recenter): Accept `(4)' as well;
7510 also, specify `integer' instead of `number'.
7511
7512 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7513
7514 * ls-lisp.el (insert-directory): If an invalid regexp error is
7515 thrown, try using FILE as a literal file name, not a wildcard.
7516
7517 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
7518
7519 * ruler-mode.el (ruler-mode): Prevent clobbering the original
7520 `header-line-format' when reentering ruler mode.
7521
7522 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7523
7524 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
7525 FILE exists as a file.
7526
7527 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7528
7529 * calc/calc.el (math-bignum-digit-length)
7530 (math-bignum-digit-size, math-small-integer-size):
7531 New constants.
7532 (math-normalize, math-bignum-big, math-make-float)
7533 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
7534 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
7535 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
7536 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
7537 (math-quotient, math-div-bignum, math-div-bignum-digit)
7538 (math-div-bignum-part, math-format-bignum-decimal)
7539 (math-read-bignum): Use math-bignum-digit-length,
7540 math-bignum-digit-size and math-small-integer-size.
7541
7542 * calc/calc-ext.el (math-fixnum-big): Use the variable
7543 math-bignum-digit-size.
7544
7545 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7546
7547 * log-view.el (log-view-mode-menu): New menu.
7548
7549 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7550
7551 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
7552 differently.
7553
7554 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
7555 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
7556
7557 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7558
7559 * vc-hg.el (vc-hg-print-log): Insert the file name.
7560 (vc-hg-log-view-mode): Fontify the file name.
7561
7562 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7563
7564 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
7565 (calcFunc-julian): Fix incorrect number used in calculations.
7566
7567 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
7568
7569 * simple.el (next-error-recenter): New defcustom.
7570 (next-error, next-error-internal): Recenter if specified,
7571 immediately prior to running `next-error-hook'.
7572
7573 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
7574 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
7575
7576 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
7577
7578 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7579
7580 * calc/calc-comb.el (math-small-factorial-table): New variable.
7581 (calcFunc-fact): Use `math-small-factorial-table'.
7582
7583 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
7584 initial values.
7585 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
7586 New variables to use in caches.
7587
7588 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
7589 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
7590
7591 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
7592 (math-bernoulli-b-cache): Use math-read-number-simple to insert
7593 bignums.
7594
7595 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7596 New variables to use in caches.
7597
7598 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7599
7600 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
7601
7602 * vc-hg.el (vc-hg-log-view-mode): New mode.
7603
7604 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
7605
7606 * calc/calc.el (math-read-number-simple): New function.
7607
7608 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
7611 (vera-font-lock-match-item): Fix doc string.
7612 (vera-in-comment-p): Remove unused function.
7613 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
7614 use `syntax-ppss'.
7615 (vera-forward-syntactic-ws): Fix argument order.
7616 (vera-prepare-search): Use `with-syntax-table'.
7617 (vera-indent-line): Fix doc string.
7618 (vera-electric-tab): Fix doc string.
7619 (vera-expand-abbrev): Define alias instead of using `fset'.
7620 (vera-comment-uncomment-region): Use `comment-start-skip'.
7621
7622 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
7623
7624 * textmodes/org.el (org-export-with-footnotes): New option.
7625 (org-export-as-html): Fix replacement bug for XEmacs.
7626 (org-agenda-default-appointment-duration): New option.
7627
7628 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7629
7630 * vc-hg.el: Add to do items.
7631 (vc-hg-diff): Add support for comparing different revisions.
7632 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
7633 (vc-hg-annotate-extract-revision-at-line)
7634 (vc-hg-previous-version, vc-hg-checkin): New functions.
7635 (vc-hg-annotate-re): New constant.
7636
7637 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7638
7639 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
7640
7641 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7642
7643 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
7644 buffer-local value of log-view-*-re if applicable.
7645
7646 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
7647 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
7648 (vc-bzr-command*): Remove both (incompatible) versions.
7649 (vc-bzr-do-command*): Remove.
7650 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
7651 Remove by folding into its only caller vc-bzr-command.
7652 (vc-bzr-command): Always set the environment, even when ineffective.
7653 (vc-bzr-version): Minor fix up.
7654 (vc-bzr-admin-dirname): New var.
7655 (vc-bzr-bzr-dir): Remove.
7656 (vc-bzr-root-dir): New fun.
7657 (vc-bzr-registered): Use it. Add an autoloaded version.
7658 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
7659 (vc-bzr-view-log-function): Remove.
7660 (vc-bzr-log-view-mode): New major mode to replace it.
7661 (vc-bzr-print-log): Only activate the old hack if needed.
7662
7663 * vc.el (vc-default-log-view-mode): New function.
7664 (vc-print-log): Add new `log-view-mode' VC operation.
7665
7666 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
7667
7668 * ido.el (ido-find-file-in-dir): Don't signal an error for
7669 empty directories.
7670
7671 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
7672
7673 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
7674 directory where the desktop file was found, as the docstring says.
7675 (desktop-kill): Use `read-directory-name'.
7676
7677 2007-06-20 Alan Mackenzie <acm@muc.de>
7678
7679 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
7680 When removing lines, also remove the \n. Correction of patch of
7681 2007-04-21.
7682
7683 2007-06-20 Martin Rudalics <rudalics@gmx.at>
7684
7685 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
7686 event is not a cons cell. Do not unread drag-mouse-1 events.
7687 Select right window in check whether space was stolen from
7688 window above.
7689
7690 * help-mode.el (help-make-xrefs): Adjust position of new forward
7691 button.
7692
7693 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
7694
7695 * vc-bzr.el (vc-bzr-with-process-environment)
7696 (vc-bzr-std-process-invocation): New macros.
7697 (vc-bzr-command, vc-bzr-command*): Use them.
7698 (vc-bzr-with-c-locale): Remove.
7699 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
7700 (vc-bzr-buffer-nonblank-p): New function.
7701 (vc-bzr-state-words): New const.
7702 (vc-bzr-state): Look for `bzr status' keywords in output.
7703 Display everything else as a warning message to the user.
7704 Fix status report with bzr >= 0.15.
7705
7706 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
7707
7708 * vc-hg.el (vc-hg-global-switches): Simplify.
7709 (vc-hg-state): Handle more states.
7710 (vc-hg-diff): Fix doc-string.
7711 (vc-hg-register): New function.
7712 (vc-hg-checkout): Likewise.
7713
7714 2007-06-20 Reto Zimmermann <reto@gnu.org>
7715
7716 * progmodes/vera-mode.el: New file.
7717
7718 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7719
7720 * calc/calc.el (calc-multiplication-has-precendence):
7721 New variable.
7722 (math-standard-ops, math-standard-ops-p, math-expr-ops):
7723 New functions.
7724 (math-expr-opers): Define using math-standard-ops rather than
7725 math-standard-opers.
7726 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
7727 equal the function math-standard-ops rather than the variable
7728 math-standard-opers.
7729 (calc-algebraic-entry): Let math-expr-opers equal
7730 math-standard-ops or math-expr-ops, as appropriate.
7731 (math-expr-read-level, math-read-factor): Let math-expr-opers
7732 equal math-expr-ops.
7733 * calc/calc-embed.el (calc-embedded-finish-edit):
7734 Let math-expr-opers equal the function math-standard-ops
7735 rather than the variable math-standard-opers.
7736 * calc/calc-ext.el (math-read-plain-expr)
7737 (math-format-flat-expr-fancy): Let math-expr-opers equal the
7738 function math-standard-ops rather than the variable
7739 math-standard-opers.
7740 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
7741 Let math-expr-opers equal the function math-standard-ops rather
7742 than the variable math-standard-opers.
7743 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
7744 equal the function math-standard-ops rather than the variable
7745 math-standard-opers.
7746 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
7747 equal the function math-standard-ops rather than the variable
7748 math-standard-opers.
7749 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
7750 math-expr-ops.
7751
7752 2007-06-19 Ivan Kanis <apple@kanis.eu>
7753
7754 * vc-hg.el: New file.
7755
7756 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7757
7758 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
7759 with font-lock-multiline.
7760
7761 2007-06-17 Glenn Morris <rgm@gnu.org>
7762
7763 * lpr.el (lpr-page-header-switches): Move %s to separate element
7764 for correct quoting. Doc fix.
7765
7766 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7767
7768 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
7769 than setting sgml-xml-mode.
7770 (sgml-mode, html-mode): Set sgml-xml-mode.
7771 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
7772 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
7773 (sgml-electric-tag-pair-before-change-function)
7774 (sgml-electric-tag-pair-flush-overlays): New functions.
7775 (sgml-electric-tag-pair-mode): New minor mode.
7776 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
7777 (sgml-calculate-indent): Use assoc-string.
7778
7779 2007-06-16 Karl Fogel <kfogel@red-bean.com>
7780
7781 * thingatpt.el (thing-at-point-email-regexp): Don't require two
7782 chars before the "@" in an email address. Andreas Roehler noticed
7783 this problem.
7784
7785 2007-06-15 Karl Fogel <kfogel@red-bean.com>
7786
7787 * thingatpt.el: Add support for email addresses (`email').
7788 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
7789 (thing-at-point-email-regexp): New variable.
7790 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
7791 properties on this symbol, with lambda forms for values.
7792
7793 2007-06-15 Masatake YAMATO <jet@gyve.org>
7794
7795 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
7796
7797 * vc.el (vc-dired-hook): Check the backend returned from
7798 `vc-responsible-backend' can really handle `subdir'.
7799
7800 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
7801
7802 * wid-edit.el (widget-add-documentation-string-button):
7803 Fix handling of documentation indent.
7804
7805 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
7806
7807 * mb-depth.el: New file.
7808
7809 2007-06-15 Masatake YAMATO <jet@gyve.org>
7810
7811 * vc.el (vc-dired-mode): Show backend name as part of mode name.
7812
7813 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7814
7815 * wid-edit.el (widget-default-create): Move ?h handling here...
7816 (widget-default-format-handler): ...from here.
7817 (widget-docstring, widget-add-documentation-string-button): New funs.
7818 (documentation-string): Add :visibility-widget property.
7819 (widget-documentation-string-value-create): Use it.
7820
7821 * cus-edit.el (custom-split-regexp-maybe): Simplify.
7822 (custom-buffer-create-internal): Simplify message.
7823 (custom-variable-tag): Reduce height to normal.
7824 (custom-variable-value-create, custom-face-value-create)
7825 (custom-visibility): New widget.
7826 (custom-visibility): New face.
7827 (custom-group-value-create):
7828 Call widget-add-documentation-string-button, using `custom-visibility'.
7829
7830 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7831
7832 * emacs-lisp/bytecomp.el (byte-compile-current-group)
7833 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
7834 change. Apparently the "warning even if the group is implicit" is
7835 a feature rather than a bug.
7836
7837 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
7838
7839 * emulation/viper.el (viper-describe-key-ad)
7840 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
7841 Compile them conditionally.
7842 (viper-version): Belated version change.
7843
7844 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
7845
7846 * follow.el (follow-all-followers, follow-generic-filter):
7847 * pcomplete.el (pcomplete-restore-windows):
7848 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
7849 (x-dnd-drop-data):
7850 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
7851 * progmodes/python.el (python-complete-symbol):
7852 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
7853
7854 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
7855
7856 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
7857 around bright and dim regexps. Make sure bright and dim matches
7858 use word anchors. Send text through rcirc-markup functions.
7859 (rcirc-url-regexp): Add single quote character.
7860 (rcirc-connect): Write logs to disk on auto-save-hook.
7861 Make server a non-optional argument.
7862 (rcirc-log-alist): New variable.
7863 (rcirc-log-directory): Make customizable.
7864 (rcirc-log-flag): New customizable variable.
7865 (rcirc-log): New function.
7866 (rcirc-print): Use above function.
7867 (rcirc-log-write): New function.
7868 (rcirc-generate-new-buffer-name): Strip text properties.
7869 (rcirc-switch-to-buffer-function): Remove variable.
7870 (rcirc-last-non-irc-buffer): Remove variable.
7871 (rcirc-non-irc-buffer): Add function.
7872 (rcirc-next-active-buffer): Use above function.
7873 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
7874 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
7875 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
7876 (rcirc-omit-mode): Add minor-mode.
7877 (rcirc-mode-map): Change C-c C-o binding.
7878 (rcirc-mode): Clear mode-line-process. Use a custom
7879 fill-paragraph-function. Set up buffer-invisibility-spec.
7880 (rcirc-response-formats): Remove timestamp code.
7881 (rcirc-omit-responses): Add variable.
7882 (rcirc-print): Don't put the overlay arrow on potentially omitted
7883 lines. Log line to disk. Record activity for private messages
7884 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
7885 (rcirc-jump-to-first-unread-line): Print message if there is no
7886 unread text.
7887 (rcirc-clear-unread): New function.
7888 (rcirc-markup-text-functions): Add variable.
7889 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
7890 (rcirc-debug): Don't mess with window configuration.
7891 (rcirc-send-message): Send message before printing locally.
7892 Add SILENT argument, do not print message if non-nil.
7893 (rcirc-visible-buffers): New function and variable.
7894 (rcirc-window-configuration-change-1): Add function.
7895 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
7896 server buffer.
7897 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
7898 (rcirc-fill-paragraph): Add function.
7899 (rcirc-record-activity, rcirc-window-configuration-change-1):
7900 Only update the activity string if it has actually changed.
7901 (rcirc-update-activity-string): Remove padding characters from the
7902 mode-line string.
7903 (rcirc-disconnect-buffer): New function to be called when a
7904 channel is parted or the user quits.
7905 (rcirc-server-name): Warn when the server-name hasn't been set.
7906 (rcirc-window-configuration-change): Postpone work until
7907 post-command-hook.
7908 (rcirc-window-configuration-change-1): Update mode-line and
7909 overlay arrows here.
7910 (rcirc-authenticate): Fixc hanserv identification.
7911 (rcirc-default-server): Remove variable.
7912 (rcirc): Connect according to rcirc-connections.
7913 (rcirc-connections): Add variable.
7914 (rcirc-startup-channels-alist): Remove variable.
7915 (rcirc-startup-channels): Remove function.
7916
7917 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7918
7919 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
7920
7921 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
7922
7923 * term/xterm.el (terminal-init-xterm): Escape parens in character
7924 constants.
7925
7926 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7927
7928 * progmodes/sh-script.el: Remove unneeded * from docstrings.
7929 Use [:alpha:] and [:alnum:] where applicable.
7930 (sh-quoted-subshell): Rewrite to correctly
7931 handle nested mixes of `...' and $(...).
7932 (sh-apply-quoted-subshell): Remove.
7933 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
7934
7935 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
7936
7937 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
7938
7939 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
7940 previous change.
7941
7942 2007-06-12 Tom Tromey <tromey@redhat.com>
7943
7944 * subr.el (user-emacs-directory): New defconst.
7945 * cmuscheme.el (scheme-start-file):
7946 * shell.el (shell):
7947 * completion.el (save-completions-file-name):
7948 * custom.el (custom-theme-directory):
7949 * term/x-win.el (emacs-session-filename):
7950 * filesets.el (filesets-menu-cache-file):
7951 * thumbs.el (thumbs-thumbsdir):
7952 * server.el (server-auth-dir):
7953 * image-dired.el (image-dired-dir):
7954 (image-dired-db-file):
7955 (image-dired-temp-image-file):
7956 (image-dired-gallery-dir):
7957 (image-dired-temp-rotate-image-file):
7958 * play/gamegrid.el (gamegrid-user-score-file-directory):
7959 * savehist.el (savehist-file):
7960 * tutorial.el (tutorial--saved-dir):
7961 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
7962
7963 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
7964
7965 * scroll-lock.el (scroll-lock-mode): Doc fix.
7966
7967 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
7968
7969 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
7970
7971 * ediff-init.el: Doc strings.
7972
7973 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7976 (byte-compile-file): Bind it.
7977 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
7978 group argument is provided implicitly.
7979 (byte-compile-format-warn, byte-compile-from-buffer)
7980 (byte-compile-insert-header): Don't hardcode point-min==1.
7981 (byte-compile-file-form-require): Remove unused var old-load-list.
7982 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
7983
7984 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
7985
7986 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
7987 Display error messages.
7988 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
7989 Get rid of cl.el dependencies.
7990
7991 * emulation/viper-init.el (viper-suppress-input-method-change-message):
7992 New variable.
7993 (viper-activate-input-method-action)
7994 (viper-inactivate-input-method-action):
7995 Use viper-suppress-input-method-change-message.
7996
7997 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
7998 for C-s, C-r.
7999
8000 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
8001 Use viper-replace-overlay-cursor-color instead of
8002 viper-replace-overlay-cursor-color.
8003 (viper-sit-for-short): Use sit-for with 3 arguments.
8004
8005 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
8006 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
8007 to gud-mode.
8008
8009 * ediff-mult.el (ediff-meta-buffer-brief-message)
8010 (ediff-meta-buffer-verbose-message): New variables.
8011 (ediff-meta-buffer-message): Variable deleted.
8012 (ediff-verbose-help-enabled): New variable.
8013 (ediff-toggle-verbose-help-meta-buffer): New function.
8014 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
8015 message options.
8016
8017 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
8018 (ediff-fixup-patch-map): Improve heuristic.
8019
8020 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8021
8022 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
8023 (log-view-font-lock-keywords): Simplify.
8024 (log-view-current-file, log-view-current-tag): Simplify.
8025
8026 2007-06-12 Sam Steingold <sds@gnu.org>
8027
8028 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
8029
8030 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
8031
8032 * desktop.el (desktop-load-locked-desktop): New option.
8033 (desktop-read): Use it.
8034 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
8035 Use `when'.
8036
8037 2007-06-12 Davis Herring <herring@lanl.gov>
8038
8039 * desktop.el (desktop-save-mode-off): New function.
8040 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
8041 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
8042 (desktop-claim-lock, desktop-release-lock): New functions.
8043 (desktop-kill): Tell `desktop-save' that this is the last save.
8044 Release the lock afterwards.
8045 (desktop-buffer-info): New function.
8046 (desktop-save): Use it. Run `desktop-save-hook' where the doc
8047 says to. Detect conflicts, and manage the lock.
8048 (desktop-read): Detect conflicts. Manage the lock.
8049
8050 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8051
8052 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
8053
8054 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
8055 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
8056 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
8057 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
8058 keysyms rather than byte sequences.
8059 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
8060
8061 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * font-lock.el (font-lock-add-keywords): In case font-lock was only
8064 half-activated, forcefully activate it completely.
8065
8066 2007-06-11 Richard Stallman <rms@gnu.org>
8067
8068 * cus-edit.el (custom-variable-type): Doc fix.
8069
8070 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8071
8072 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
8073 (sh-font-lock-flush-syntax-ppss-cache): New functions.
8074 (sh-font-lock-syntactic-keywords): Use them to distinguish the
8075 different possible cases for \'.
8076
8077 * complete.el (PC-bindings): Don't bind things already bound in the
8078 parent keymap.
8079
8080 * textmodes/bibtex-style.el: New file.
8081
8082 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
8083
8084 * vc-bzr.el: New file.
8085
8086 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8087
8088 * vc-svn.el (vc-svn-program): New var.
8089 (vc-svn-command): Use it.
8090
8091 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
8092
8093 * server.el (server-switch-buffer): Remove redundant check.
8094
8095 2007-06-10 Martin Rudalics <rudalics@gmx.at>
8096
8097 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8098 Match against file-name-nondirectory.
8099 Fix text on user customization variables.
8100 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
8101
8102 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8103
8104 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
8105
8106 2007-06-09 Davis Herring <herring@lanl.gov>
8107
8108 * desktop.el (desktop-minor-mode-table): Doc fix.
8109
8110 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * textmodes/css-mode.el (css-navigation-syntax-table):
8113 Use set-char-table-range so it also works in the unicode branch.
8114
8115 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
8116
8117 * help-mode.el (help-xref-forward-stack)
8118 (help-xref-stack-forward-item, help-forward-label): New variables.
8119 (help-forward): New button type.
8120 (help-setup-xref): Initialise help-xref-forward-stack.
8121 (help-make-xrefs): Add forward button, if appropriate.
8122 (help-xref-go-back): Push item on forward stack.
8123 (help-xref-go-forward, help-go-forward): New functions.
8124
8125 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
8126
8127 * dired.el (dired-mode-map): Remove spurious separator.
8128
8129 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8130
8131 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
8132
8133 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8134 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
8135
8136 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
8137
8138 * textmodes/org.el: Version number fixed.
8139
8140 2007-06-07 Glenn Morris <rgm@gnu.org>
8141
8142 * version.el (emacs-copyright): New constant.
8143 * startup.el (fancy-splash-tail): Use emacs-copyright.
8144 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
8145
8146 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
8147 `make-local'.
8148 (byte-compile-warnings-safe-p): Add `make-local'.
8149 (byte-compile-make-variable-buffer-local):
8150 Allow byte-compile-warnings to suppress this warning.
8151
8152 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
8153 format of "menu" description.
8154 (tutorial--find-changed-keys): Describe the specific menu a
8155 command is in.
8156
8157 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
8158 Rewrite compatibility functions to silence byte-compiler.
8159
8160 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8161
8162 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
8163 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
8164
8165 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
8166
8167 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
8168
8169 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8170
8171 * progmodes/ebrowse.el (ebrowse-member-table):
8172 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
8173 (org-batch-agenda-csv): Fix typos in docstrings.
8174
8175 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8176
8177 * international/mule-cmds.el (toggle-enable-multibyte-characters)
8178 (sort-coding-systems, search-unencodable-char): Doc fixes.
8179 (coding-system-change-eol-conversion, set-default-coding-systems)
8180 (prefer-coding-system, find-multibyte-characters, princ-list)
8181 (leim-list-entry-regexp, set-input-method, locale-language-names)
8182 (input-method-exit-on-first-char, exit-language-environment-hook)
8183 (locale-charset-language-names): Fix typos in docstrings.
8184
8185 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8186
8187 * pgg.el (pgg-sign-region, pgg-sign):
8188 * ses.el (ses-call-printer):
8189 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
8190 * textmodes/org.el (org-cycle): Fix typos in docstrings.
8191
8192 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
8193
8194 * textmodes/org.el (org-export-region-as-html)
8195 (org-replace-region-by-html, org-number-to-letters)
8196 (org-table-fedit-finish, org-normalize-color)
8197 (org-table-fedit-ref-right, org-date-to-gregorian)
8198 (org-table-fedit-move, org-table-convert-refs-to-rc)
8199 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
8200 (org-write-agenda, org-colgroup-info-to-vline-list)
8201 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
8202 (org-indent-line-function, org-export-as-html-to-buffer)
8203 (org-store-agenda-views, org-update-mode-line)
8204 (org-find-if, org-delete-all)
8205 (org-table-fedit-convert-buffer, org-emphasize)
8206 (org-uniquify, org-table-fedit-lisp-indent)
8207 (org-table-fedit-scroll, org-get-todo-sequence-head)
8208 (org-table-fedit-scroll-down, org-table-fedit-line-down)
8209 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
8210 (org-table-fedit-toggle-coordinates, org-dvipng-color)
8211 (org-table-fedit-line-up, org-table-fedit-ref-down)
8212 (org-table-formula-from-user, org-mode-flyspell-verify)
8213 (org-cycle-show-empty-lines, org-ctrl-c-ret)
8214 (org-table-formula-to-user, org-diary-to-ical-string)
8215 (orgtbl-export, org-table-fedit-post-command)
8216 (org-closed-in-range, org-shiftcontrolright)
8217 (org-table-convert-refs-to-an, org-table-hline-and-move)
8218 (org-table-formula-less-p, org-format-table-ascii)
8219 (org-agenda-get-sexps, org-shift-refpart)
8220 (org-diary-sexp-entry, org-time-string-to-absolute)
8221 (org-table-show-reference, org-letters-to-number)
8222 (org-fix-agenda-info, org-table-fedit-ref-up)
8223 (org-table-fedit-shift-reference, org-table-fedit-abort)
8224 (org-closest-date, org-shiftcontrolleft)
8225 (org-at-heading-or-item-p, org-rematch-and-replace)
8226 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
8227 New functions.
8228 (org-table-edit-scroll-down, org-finish-edit-formulas)
8229 (org-table-edit-next-field, org-abort-edit-formulas)
8230 (org-font-lock-level, org-export-find-first-heading-line)
8231 (org-table-edit-line-down, org-table-edit-backward-field)
8232 (org-edit-formula-lisp-indent, org-table-edit-move)
8233 (org-check-log-option, org-this-word)
8234 (org-table-edit-line-up, org-table-edit-formulas-post-command)
8235 (org-agenda-file-to-end, org-expand-file-name)
8236 (org-fake-empty-table-line, org-table-edit-scroll)
8237 (org-toggle-log-option, org-show-reference): Function removed.
8238 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
8239 New defsubsts.
8240 (org-unmodified, org-batch-store-agenda-views)
8241 (org-batch-agenda-csv): New macro.
8242 (org-agenda-export): New customization group.
8243 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
8244 (org-highest-priority, org-agenda-exporter-settings)
8245 (org-log-done-with-time, org-replace-disputed-keys)
8246 (org-format-latex-header, org-export-table-header-tags)
8247 (org-cycle-separator-lines, org-export-table-data-tags)
8248 (org-icalendar-include-sexps)
8249 (org-empty-line-terminates-plain-lists)
8250 (org-log-repeat, org-special-ctrl-a)
8251 (org-table-use-standard-references, org-disputed-keys)
8252 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
8253 (org-agenda-export-html-style): New option.
8254 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
8255 (org-CUA-compatible): Option removed.
8256 (org-agenda-structure, org-sexp-date): New face.
8257 (org-todo-keywords-for-agenda, org-not-done-keywords)
8258 (org-planning-or-clock-line-re, org-agenda-name)
8259 (org-table-colgroup-info, org-todo-sets)
8260 (constants-unit-system, org-clock-mode-line-entry)
8261 (org-mode-line-timer, org-table-current-begin-pos)
8262 (org-todo-keywords-1, org-mode-line-string)
8263 (org-table-clean-did-remove-column, org-table-fedit-map)
8264 (org-clock-heading, org-table-buffer-is-an)
8265 (org-agenda-info, org-done-keywords)
8266 (org-done-keywords-for-agenda, org-todo-heads)
8267 (org-todo-kwd-alist, org-clock-start-time): New variable.
8268 (org-todo-kwd-priority-p, org-edit-formulas-map)
8269 (org-repeat-re, org-todo-kwd-max-priority)
8270 (org-version, org-done-string)
8271 (org-table-clean-did-remove-column-1, org-disputed-keys):
8272 Remove variables.
8273 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
8274 (org-ts-lengths): Constant removed.
8275 (org-follow-gnus-link): Don't ask how many articles to read.
8276 (org-export-find-first-export-line): Rename from
8277 `org-export-find-first-heading'.
8278 Use `org-export-skip-text-before-1st-heading'.
8279 (org-table-fedit-post-command): Rename from
8280 `org-table-edit-formulas-post-command'.
8281 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
8282 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
8283 (org-table-fedit-lisp-indent): Rename from
8284 `org-edit-formula-lisp-indent'.
8285 (org-table-show-reference): Rename from `org-show-reference'.
8286 (org-table-store-formulas): Use `org-table-formula-less-p'.
8287 (org-table-edit-formulas): Position cursor to current field equation.
8288 (org-update-checkbox-count, org-hide-archived-subtrees)
8289 (org-timestamp-up-day, org-timestamp-down-day)
8290 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
8291 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
8292 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
8293 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
8294 Let `org-on-heading-p' also check for invisible heading.
8295 (org-read-date): Match am/pm times.
8296 (org-eval-in-calendar): Fix default date in prompt.
8297
8298 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
8299
8300 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
8301 "ChangeLog.a" entries, giving the latter lower priority.
8302
8303 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
8304
8305 * faces.el (face-id): If the argument is a face alias,
8306 return the ID of the target face.
8307
8308 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
8309
8310 * net/socks.el (top): Remove unnecessary copyright line.
8311
8312 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
8313
8314 * longlines.el (longlines-auto-wrap): Handle argument correctly.
8315
8316 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
8317
8318 * net/socks.el: New file, taken from w3 repository.
8319 (top): Update Copyright. Don't load cl.el.
8320 (all): Replace `case' by `cond', `string-to-int' by
8321 `string-to-number', and `process-kill-without-query' by
8322 `set-process-query-on-exit-flag'.
8323 (socks-char-int): Remove defalias and all occurrences.
8324
8325 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
8326
8327 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
8328 Fix typos in docstrings.
8329 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
8330 (compilation-finish-function): Fix typo in obsolescence declaration.
8331
8332 2007-06-03 Sam Steingold <sds@gnu.org>
8333
8334 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
8335 handle unending automatic recompilation of changed files (`omake -P').
8336 (compilation-loop): VISITED is now 5th CDR.
8337 (compilation-next-error-function): Set TIMESTAMP.
8338
8339 2007-06-03 Sam Steingold <sds@gnu.org>
8340
8341 * files.el (kill-buffer-ask): New function.
8342 (kill-some-buffers): Use it.
8343 (kill-matching-buffers): New user command.
8344
8345 2007-06-01 David Kastrup <dak@gnu.org>
8346
8347 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8348 Change default to `top'.
8349
8350 2007-05-31 Richard Stallman <rms@gnu.org>
8351
8352 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
8353
8354 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8355
8356 * textmodes/css-mode.el: New file.
8357
8358 2007-05-30 Michael Olson <mwolson@gnu.org>
8359
8360 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
8361 died and we are trying to send a signal to it. The program using
8362 tq.el should periodically check to see whether the process has
8363 died and react appropriately -- this is not the responsibility of
8364 tq.el, and is consistent with the rest of the tq.el source code.
8365
8366 2007-05-29 Martin Rudalics <rudalics@gmx.at>
8367
8368 * textmodes/table.el (table--point-entered-cell-function)
8369 (table--point-left-cell-function):
8370 Bind `inhibit-point-motion-hooks' to t.
8371
8372 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8373
8374 * emacs-lisp/rx.el (rx): Doc fix.
8375
8376 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
8377
8378 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
8379
8380 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
8381
8382 Sync with Tramp 2.0.56.
8383
8384 * net/tramp.el:
8385 * net/tramp-ftp.el:
8386 * net/tramp-smb.el:
8387 * net/tramp-util.el:
8388 * net/tramp-vc.el:
8389 Don't load cl.el, because that pollutes the namespace. Replace cl
8390 macros by their implementations where necessary. Requested by
8391 Richard Stallman <rms@gnu.org>.
8392
8393 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
8394 doesn't exist.
8395 (with-parsed-tramp-file-name): Protect debug spec during compilation.
8396 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
8397 (tramp-file-name-p, tramp-file-name-multi-method)
8398 (tramp-file-name-method, tramp-file-name-user)
8399 (tramp-file-name-host, tramp-file-name-localname): New defuns,
8400 replacing defstruct `tramp-file-name'.
8401 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
8402 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
8403 Apply `vector' instead of `make-tramp-file-name'.
8404 (tramp-handle-make-auto-save-file-name):
8405 Apply `tramp-temporary-file-directory' for compatibility reasons.
8406 (tramp-completion-mode): Use `natnump' instead of `wholenump'
8407 because of XEmacs.
8408 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
8409 started.
8410
8411 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
8412
8413 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
8414
8415 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
8416
8417 * log-edit.el (log-edit-changelog-paragraph): Return point-max
8418 as the end of the ChangeLog paragraph when it ends without a line
8419 termination.
8420
8421 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
8422
8423 * net/webjump.el (webjump-sample-sites):
8424 Add simple Wikipedia query.
8425
8426 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8427
8428 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
8429 compatibility code.
8430
8431 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
8432 (copyright-update-year): Use it.
8433
8434 * edmacro.el (edmacro-format-keys): Use current-active-maps.
8435
8436 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
8437 Add indentation and debugging info. Fix up comment convention.
8438
8439 * cus-dep.el (custom-make-dependencies): Simplify.
8440
8441 * composite.el (compose-region, decompose-region):
8442 Use inhibit-read-only and restore-buffer-modified-p.
8443
8444 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
8445 (xterm-mouse-event): Use it.
8446
8447 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
8448
8449 * bs.el (bs-cycle-previous): Don't modify the cycle list until
8450 `switch-to-buffer' has returned succesfully.
8451 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
8452 window is dedicated (it could iconify the frame).
8453
8454 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
8455
8456 * vc-hooks.el (vc-find-root): Fix file attribute test.
8457
8458 2007-05-24 Richard Stallman <rms@gnu.org>
8459
8460 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8461 Don't let opoint be nil.
8462 (flyspell-emacs-popup): Explicit error if no dialogs.
8463
8464 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
8465
8466 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
8467 (image-next-line, image-previous-line, image-scroll-up)
8468 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
8469 New functions.
8470 (image-mode-map): Remap motion commands.
8471 (image-mode-text-map): New keymap for viewing images as text.
8472 (image-mode): Use image-mode-map.
8473 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
8474
8475 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8476
8477 * textmodes/fill.el (canonically-space-region): Make the second arg
8478 a marker if it's not already the case.
8479
8480 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8481
8482 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
8483 (tar-get-descriptor): Handle type 55, an extended pax header.
8484
8485 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8486
8487 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
8488 to confuse outline-minor-mode.
8489
8490 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8491
8492 * tar-mode.el (tar-file-name-handler): New function.
8493 (tar-extract): Bind file-name-handler-alist to it to force
8494 find-buffer-file-type-coding-system behave as if the file being
8495 extracted existed. Use last-coding-system-used to force
8496 buffer-file-coding-system to what decode-coding-region actually
8497 used to decode the file.
8498
8499 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8500
8501 * progmodes/compile.el (compilation-handle-exit):
8502 `compilation-finish-function' may change the current buffer.
8503
8504 2007-05-22 Richard Stallman <rms@gnu.org>
8505
8506 * files.el (set-auto-mode): Doc fix.
8507
8508 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8509
8510 * help-fns.el (find-source-lisp-file): New function.
8511 (describe-function-1): Use find-source-lisp-file to find source
8512 file in compile tree.
8513
8514 2007-05-22 Eli Zaretskii <eliz@gnu.org>
8515
8516 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8517
8518 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
8519
8520 * emacs-lisp/easy-mmode.el (define-minor-mode)
8521 (easy-mmode-define-navigation): Fix typos in docstrings.
8522
8523 2007-05-22 Glenn Morris <rgm@gnu.org>
8524
8525 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
8526
8527 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
8528
8529 * mail/mail-extr.el (mail-extract-address-components):
8530 Recognize non-ASCII characters except for NBSP as words.
8531
8532 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
8533
8534 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
8535 (rcirc-print): Handle `window-width'.
8536 (rcirc-buffer-maximum-lines): Doc fix.
8537
8538 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
8539
8540 * image-mode.el (image-toggle-display): Don't clear image cache.
8541 Only use filename in image spec if the file is readable.
8542 Call image-refresh.
8543
8544 * image.el (image-type-from-file-name, image-type): Simplify.
8545 (image-type-auto-detected-p): Don't scan auto-mode-alist.
8546
8547 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
8548 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
8549
8550 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8551
8552 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
8553 is an error.
8554
8555 * term/linux.el (terminal-init-linux): Don't signal an error
8556 if gpm isn't running.
8557
8558 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8559
8560 * t-mouse.el: Reduce to a minor-mode macro call.
8561 (t-mouse-mode): Remove the lighter.
8562
8563 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
8564
8565 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
8566
8567 * files.el (auto-mode-alist): Change the regexp so that
8568 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
8569
8570 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8571
8572 * Version 22.1 released.
8573
8574 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
8575
8576 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
8577 changes.
8578
8579 2007-05-19 Kevin Ryde <user42@zip.com.au>
8580
8581 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
8582
8583 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
8584
8585 * textmodes/sgml-mode.el: Revert last change.
8586
8587 2007-05-18 Richard Stallman <rms@gnu.org>
8588
8589 * simple.el (push-mark): Doc fix.
8590
8591 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
8592
8593 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
8594 tpu-global-map.
8595 (tpu-original-global-map): Variable deleted.
8596 (tpu-control-keys-map): New keymap variable.
8597 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
8598 setting keymapping directly.
8599 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
8600 tpu-global-map.
8601 (tpu-edt-on): Activate the tpu-global-map.
8602 (tpu-edt-off): Deactivate the tpu-global-map.
8603
8604 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
8605
8606 * textmodes/ispell.el (ispell-get-word): Return markers
8607 for start and end positions.
8608 (ispell-word): Assume END is a marker.
8609
8610 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8611
8612 * printing.el: Group together all XEmacs/Emacs definitions.
8613 (pr-version): New version 6.9.
8614 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
8615 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
8616 (pr-menu-bind): Fix code.
8617 (pr-e-frame-char-height, pr-e-frame-char-width)
8618 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
8619 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
8620 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
8621 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
8622 (pr-x-event-y-pixel): Aliases eliminated.
8623 (pr-xemacs-global-menubar): Macro moved.
8624 (current-menubar, current-mouse-event, zmacs-region-stays)
8625 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
8626 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
8627 Vars moved.
8628 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
8629 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
8630 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
8631 (pr-menu-set-utility-title, pr-even-or-odd-pages)
8632 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
8633 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
8634 moved.
8635
8636 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
8637
8638 * textmodes/sgml-mode.el (sgml-tag):
8639 Fix bug: Call sgml-transformation-function.
8640
8641 2007-05-17 Martin Rudalics <rudalics@gmx.at>
8642
8643 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
8644 modified flag of buffer. Use `inhibit-modification-hooks'.
8645
8646 2007-05-16 Richard Stallman <rms@gnu.org>
8647
8648 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
8649
8650 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8651
8652 * files.el (magic-mode-alist, magic-fallback-mode-alist):
8653 Move the *ml, Postscript, and XmCD entries to the fallback part.
8654
8655 * files.el (magic-fallback-mode-alist):
8656 Rename from file-start-mode-alist.
8657
8658 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8659
8660 * progmodes/compile.el (compilation-handle-exit): Quote first
8661 argument of `run-hook-with-args'.
8662
8663 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
8664
8665 * buff-menu.el (Buffer-menu-sort-column):
8666 * dabbrev.el (dabbrev-upcase-means-case-search):
8667 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8668 * info.el (Info-current-subfile):
8669 * ls-lisp.el (ls-lisp-verbosity):
8670 * msb.el (msb-menu-cond):
8671 * pcvs.el (cvs-dired-use-hook):
8672 * simple.el (set-mark-command-repeat-pop):
8673 * time.el (display-time-24hr-format, display-time-mail-file):
8674 Doc fixes.
8675
8676 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
8677 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
8678
8679 * view.el (view-inhibit-help-message): Fix typo in docstring.
8680 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
8681
8682 2007-05-16 Martin Rudalics <rudalics@gmx.at>
8683
8684 * textmodes/ispell.el (ispell-start-process): Defend against bad
8685 default-directory.
8686
8687 2007-05-14 Eli Zaretskii <eliz@gnu.org>
8688
8689 * mail/rmail.el (rmail-convert-to-babyl-format): Check
8690 content-transfer-encoding _last_, because it's its position that
8691 we need as value of base64-header-field-end.
8692
8693 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
8694
8695 * files.el (mode-require-final-newline, require-final-newline)
8696 (enable-local-variables, enable-local-eval): Doc fixes.
8697
8698 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8699
8700 * ps-print.el: Use default color when foreground or background color
8701 are unspecified. Reported by Leo <sdl.web@gmail.com>.
8702 (ps-print-version): New version 6.7.4.
8703 (ps-rgb-color): New argument. Use default color when color is
8704 unspecified.
8705 (ps-begin-job): Fix code.
8706
8707 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
8708
8709 * longlines.el (longlines-mode): Make longlines-auto-wrap
8710 buffer-local. Add hooks unconditionally.
8711 (longlines-auto-wrap): Toggle wrapping.
8712 (longlines-after-change-function)
8713 (longlines-post-command-function): Check longlines-auto-wrap.
8714
8715 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
8716
8717 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
8718 (xterm-mouse-translate): Use it.
8719
8720 2007-05-10 Richard Stallman <rms@gnu.org>
8721
8722 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
8723 (iso-cvt-write-only): Likewise.
8724
8725 * emacs-lisp/easy-mmode.el (define-minor-mode):
8726 Fix generated doc string.
8727
8728 * startup.el (fancy-splash-text): Add URL of guided tour.
8729 Adjust horizontal and vertical whitespace.
8730
8731 * progmodes/compile.el (compilation-handle-exit):
8732 Use run-hook-with-args to run compilation-finish-functions.
8733
8734 * files.el (file-start-mode-alist): New variable.
8735 (magic-mode-regexp-match-limit): Doc fix.
8736 (set-auto-mode): Handle file-start-mode-alist.
8737 A little cleanup of structure.
8738
8739 * dabbrev.el (dabbrev-eliminate-newlines):
8740 Renamed from dabbrev--eliminate-newlines. All uses changed.
8741
8742 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8743
8744 * man.el (Man-next-section): Don't consider the last line of the page
8745 as being part of any section.
8746
8747 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
8750 can take any number of values.
8751
8752 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8753
8754 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
8755 to the list of citation commands.
8756
8757 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
8760
8761 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
8762
8763 * progmodes/python.el (python-font-lock-keywords)
8764 (python-open-block-statement-p, python-mode): Add support for the new
8765 "with" keyword.
8766
8767 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8768
8769 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
8770 the exact opposite of diff-goto-source.
8771
8772 * emacs-lisp/advice.el (ad-special-forms): Remove.
8773 (ad-special-form-p): Use subr-arity.
8774
8775 * newcomment.el (comment-search-forward): Make sure we search forward.
8776 (comment-enter-backward): Try and distinguish the non-matching case at
8777 EOB from the non-matching case with a missing comment-end-skip for
8778 a 2-char comment ender.
8779 (comment-choose-indent): New function extracted from comment-indent.
8780 Improve the alignment algorithm.
8781 (comment-indent): Use it.
8782
8783 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
8784 XML style Processing Instructions.
8785 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
8786 (sgml-calculate-indent): Handle `pi' context.
8787
8788 * vc.el: Ensure that update-changelog issues an error when used with
8789 a backend that does not implement it.
8790 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
8791 Remove `backend' argument. Use expand-file-name.
8792 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
8793
8794 * progmodes/python.el (python-end-of-block): Revert last change.
8795 (python-end-of-statement): Make sure we move *forward*.
8796
8797 2007-05-08 Richard Stallman <rms@gnu.org>
8798
8799 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8800 Don't include non-self-insert commands in the exception for `-'.
8801
8802 2007-05-08 David Reitter <david.reitter@gmail.com>
8803
8804 * progmodes/python.el (python-guess-indent): Check non-nullness
8805 before comparing indent against the 2..8 interval.
8806
8807 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8808
8809 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
8810 available.
8811
8812 2007-05-06 Richard Stallman <rms@gnu.org>
8813
8814 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
8815
8816 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8817
8818 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
8819 rather than storing their value in the revert-buffer function.
8820
8821 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
8822
8823 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
8824 when disabling t-mouse-mode.
8825
8826 2007-05-01 Davis Herring <herring@lanl.gov>
8827
8828 * calendar/timeclock.el: Update version number.
8829 (timeclock-modeline-display): Mention timeclock-use-display-time
8830 in explanatory message.
8831 (timeclock-in): Fix non-interactive workday specifications.
8832 (timeclock-log): Don't kill the log buffer if it already existed.
8833 Suppress warnings when finding the log. Don't check for a nil
8834 project twice. Run hooks after killing the buffer (if applicable).
8835 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
8836 was geometric). All uses changed.
8837 (timeclock-generate-report): Support prefix argument.
8838
8839 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
8840
8841 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
8842 disconnections.
8843
8844 2007-05-01 Romain Francoise <romain@orebokech.com>
8845
8846 * dired-x.el: Revert 2007-04-06 change.
8847
8848 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
8849
8850 * find-dired.el (find-dired-filter): Propertize all text down to eob.
8851
8852 2007-04-29 Richard Stallman <rms@gnu.org>
8853
8854 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
8855
8856 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8857
8858 * progmodes/cc-mode.el (c-before-change): Use point-min rather
8859 than 1.
8860
8861 2007-04-28 Richard Stallman <rms@gnu.org>
8862
8863 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
8864
8865 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
8866
8867 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
8868 don't put stop on toolbar.
8869
8870 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8871
8872 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
8873
8874 2007-04-28 Eli Zaretskii <eliz@gnu.org>
8875
8876 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
8877 instead of $(lisp)/mh-e.
8878
8879 2007-04-28 Glenn Morris <rgm@gnu.org>
8880
8881 * image-dired.el (image-dired-cmd-create-thumbnail-options)
8882 (image-dired-cmd-create-temp-image-options): Replace option
8883 +profile "*" with -strip.
8884
8885 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
8886
8887 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
8888 Use window-start and window-end.
8889
8890 2007-04-27 Andreas Schwab <schwab@suse.de>
8891
8892 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
8893
8894 2007-04-27 Eli Zaretskii <eliz@gnu.org>
8895
8896 * textmodes/fill.el (fill-paragraph): Doc fix.
8897
8898 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
8899
8900 * locate.el (locate-in-alternate-database): Doc fix.
8901
8902 2007-04-26 Glenn Morris <rgm@gnu.org>
8903
8904 * button.el (button): Use underline if supported, else fall back
8905 to color.
8906
8907 * version.el (emacs-version): Increase to 22.1.50.
8908
8909 2007-04-25 Richard Stallman <rms@gnu.org>
8910
8911 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
8912
8913 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
8914
8915 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
8916 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
8917 pushing mark.
8918 (idlwave-current-routine): Don't push mark.
8919
8920 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
8921
8922 * image-dired.el (image-dired-display-image): Derive image-type from
8923 filename rather than assuming jpeg, in case no resizing was needed.
8924
8925 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8926
8927 * custom.el (defface): Doc fix.
8928
8929 See ChangeLog.12 for earlier changes.
8930
8931 ;; Local Variables:
8932 ;; coding: iso-2022-7bit
8933 ;; add-log-time-zone-rule: t
8934 ;; End:
8935
8936 Copyright (C) 2007 Free Software Foundation, Inc.
8937
8938 This file is part of GNU Emacs.
8939
8940 GNU Emacs is free software; you can redistribute it and/or modify
8941 it under the terms of the GNU General Public License as published by
8942 the Free Software Foundation; either version 3, or (at your option)
8943 any later version.
8944
8945 GNU Emacs is distributed in the hope that it will be useful,
8946 but WITHOUT ANY WARRANTY; without even the implied warranty of
8947 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8948 GNU General Public License for more details.
8949
8950 You should have received a copy of the GNU General Public License
8951 along with GNU Emacs; see the file COPYING. If not, write to the
8952 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
8953 Boston, MA 02110-1301, USA.
8954
8955 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af