1 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3 * doc-view.el: Use expand-file-name rather than concat.
4 (doc-view-cache-directory): Add the UID so multiple users won't clash.
5 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
6 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
7 (doc-view-toggle-display): Use an overlay over the whole buffer so as
8 not to have to touch the buffer's content.
9 (doc-view-initiate-display): New function, extracted from doc-view-mode.
10 (doc-view-mode): Use it. Don't mark as a special mode.
11 Put the page numbers in the modeline.
12 Set up the overlay. Hide the cursor. Run the mode hook.
13 Use after-revert-hook rather than revert-buffer-function.
14 (doc-view-search-internal): Fix typo.
15 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
17 (doc-view-reconvert-doc): Don't reset the whole mode.
18 (doc-view-make-safe-dir): New function.
19 (doc-view-current-cache-dir): Use it.
21 2007-10-30 Jason Rumney <jasonr@gnu.org>
23 * time.el (display-time-world-list): Test for zoneinfo support.
25 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
27 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
29 * net/tramp-cache.el (tramp-flush-file-function): Check also
30 `default-directory' if `buffer-file-name' does not return a
31 string. Added to `eshell-pre-command-hook'.
33 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
35 * doc-view.el (doc-view-current-doc): Remove.
36 Replace all uses by buffer-file-name.
37 (doc-view-menu): New menu.
38 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
40 (doc-view-sort): Simplify.
41 (doc-view-buffer-message): Don't change buffer-modified-p.
42 (doc-view-mode): Change it here instead.
43 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
44 Don't modify the global value of revert-buffer-function.
46 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
47 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
48 (image-toggle-display): Take overlays into account and don't assume
51 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
53 * vc.el (vc-annotate): Fix omission bug:
54 Specify value for vc-sentinel-movepoint.
56 2007-10-30 Michael Olson <mwolson@gnu.org>
58 * textmodes/remember.el (remember-mode-hook)
59 (remember-handler-functions, remember-annotation-functions):
60 Add additional items as options, including some Org functions.
62 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
64 * doc-view.el: Remove cl-dependency.
65 (doc-view-buffer-message): Mention new binding K.
66 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
68 (doc-view-current-cache-dir): Better cache dir naming.
69 (doc-view-current-display): Remove variable.
70 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
71 (doc-view-kill-proc): Set converter process to nil.
72 (doc-view-minor-mode): New minor mode.
73 (doc-view-minor-mode-map): New keymap.
74 (doc-view-mode): Remove text/image switching code. Use plain defun.
75 (doc-view-mode-map): New binding K kills converter process.
76 Remove C-c C-e binding.
77 (doc-view-mode-text-map): Remove keymap.
78 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
80 (doc-view-previous-major-mode): New variable.
81 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
82 (doc-view-remove-if): New function.
83 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
84 (doc-view-toggle-display): Toggle modes instead of display styles.
85 (doc-view-reconvert-doc): Adapt to new way of doing things.
87 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
89 2007-10-30 Glenn Morris <rgm@gnu.org>
91 * dirtrack.el (dirtrack-mode): Doc fix.
92 * shell.el (shell-dirtrack-verbose, shell-mode)
93 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
95 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
96 (byte-compile-enable-warning): Doc fix.
98 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
99 suppress byte-opt warning.
101 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
103 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
104 (edt-gnu-emacs19-p): Remove.
105 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
106 (edt-xserver, edt-page-backward, edt-beginning-of-line)
107 (edt-end-of-line-forward, edt-end-of-line-backward)
108 (edt-one-word-forward, edt-one-word-backward, edt-character)
109 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
110 (edt-find-forward, edt-find-backward, edt-find-next-forward)
111 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
112 (edt-define-key, edt-bottom-check, edt-sentence-forward)
113 (edt-sentence-backward, edt-paragraph-forward)
114 (edt-paragraph-backward, edt-restore-key, edt-window-top)
115 (edt-window-bottom, edt-scroll-window-forward-line)
116 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
117 (edt-line-to-top-of-window, edt-paragraph-backward)
118 (edt-restore-key, edt-window-top, edt-window-bottom)
119 (edt-scroll-window-forward-line)
120 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
121 (edt-line-to-middle-of-window, edt-goto-percentage)
122 (edt-display-the-time, edt-remember, edt-split-window)
123 (edt-emulation-on, edt-emulation-off)
124 (edt-default-emulation-setup, edt-user-emulation-setup)
125 (edt-select-default-global-map, edt-select-user-global-map):
126 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
129 * textmodes/reftex-index.el (reftex-index-selection-or-word):
130 Use feature test instead of boundp test so it can be resolved at
133 * net/newsticker.el (replace-regexp-in-string): Only define for
136 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
138 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
140 (abbrev-get, abbrev-put): Simplify.
141 (define-abbrev): Don't store the `force' value in the :system property.
142 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
144 2007-10-30 Michael Olson <mwolson@gnu.org>
146 * desktop.el (desktop-minor-mode-table): Add line for ERC.
148 * textmodes/remember.el: New file that implements a mode for
149 quickly jotting down things to remember.
151 * textmodes/remember-diary.el: A backend for remember.el that
152 implements saving notes to a Diary file.
154 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
156 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
158 (allout-doublecheck-at-and-shallower): Increase to include
159 slightly greater depths, since yank interaction is now ok. Also,
160 elaborate the docstring to explain the situation.
161 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
162 instead of concat, so we accommodate key sequences expressed as
163 vectors as well as strings and lists.
164 (allout-flag-region, allout-hide-by-annotation): Make the
165 hidden-text overlays 'front-advance.
166 (allout-overlay-insert-in-front-handler): Correct docstring's
168 (allout-aberrant-container-p, allout-on-current-heading-p)
169 (allout-e-o-prefix-p, allout-next-heading)
170 (allout-previous-heading, allout-goto-prefix)
171 (allout-end-of-prefix, allout-next-sibling-leap)
172 (allout-next-visible-heading, allout-auto-fill)
173 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
174 (allout-yank-processing, allout-resolve-xref)
175 (allout-current-topic-collapsed-p, allout-hide-region-body)
176 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
177 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
178 (count-trailing-whitespace-region): Preserve match data, so allout
179 outline navigation doesn't disrupt other emacs operations.
180 (allout-beginning-of-line): Retreat to the beginning of the hidden
181 text, so fields are respected (for submodes that care).
182 (allout-end-of-line): Preserve mark activation status when
184 (allout-open-topic): Account for opening after a child that
185 contains a hidden trailing newline. Preserve match data. Run
186 allout-structure-added-hook
187 (allout-encrypt-decrypted): Preserve match data.
188 (allout-toggle-current-subtree-exposure): Add new interactive
189 function for toggle subtree exposure - suggested by tassilo.
190 (move-beginning-of-line, move-end-of-line): Don't use
191 line-move-invisible-p, it's obsolete - substitute the code,
194 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
196 * textmodes/flyspell.el (message-signature-separator):
197 * longlines.el (message-indent-citation-function): Pacify byte
200 * emacs-lisp/cl-loaddefs.el:
201 * ldefs-boot.el: Regenerate.
203 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
204 (.el.elc, compile, compile-always, compile-calc)
205 ($(lisp)/progmodes/cc-mode.elc): Use it.
207 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p): Only
209 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
210 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
212 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
213 (ps-x-color-name, ps-x-color-specifier-p)
214 (ps-x-copy-coding-system, ps-x-device-class)
215 (ps-x-extent-end-position, ps-x-extent-face)
216 (ps-x-extent-priority, ps-x-extent-start-position)
217 (ps-x-face-font-instance, ps-x-find-coding-system)
218 (ps-x-font-instance-properties, ps-x-make-color-instance)
219 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
220 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
221 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
222 (ps-generate-postscript-with-faces): Delete defaliases.
223 (ps-face-foreground-name, ps-face-background-name)
224 (ps-color-values, ps-face-bold-p, ps-face-italic-p): Move
225 definitions to top level, make the body conditional on the emacs
226 flavor. Replace uses of deleted aliases and renamed functions.
227 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
228 of deleted aliases and renamed functions.
230 * calc/calc.el (calc-emacs-type-lucid): Remove.
231 (calc-digit-map, calcDigit-start, calc-read-key)
232 (calc-clear-unread-commands):
233 * calc/calc-ext.el (calc-user-key-map): Replace uses of
234 calc-emacs-type-lucid with (featurep 'xemacs)
236 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
238 (tpu-lucid-emacs19-p): Remove.
239 (tpu-map-key): Make it a function instead of using fset. Inline
240 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
241 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
243 * ielm.el: Use featurep 'xemacs.
245 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
246 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
247 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
248 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
249 cperl-xemacs-p with (featurep 'xemacs).
250 (font-lock-cache-position): Pacify byte compiler.
252 2007-10-29 Drew Adams <drew.adams@oracle.com>
254 * faces.el (read-color): New function.
255 (face-at-point, foreground-color-at-point)
256 (background-color-at-point): New functions.
258 2007-10-28 Richard Stallman <rms@gnu.org>
260 * net/browse-url.el (browse-url-text-xterm): Renamed from
261 browse-url-lynx-xterm and made generic.
262 (browse-url-text-emacs): Likewise.
263 (browse-url-text-browser): New variable.
264 (browse-url-text-emacs-args): Renamed from browse-url-lynx-emacs-args.
265 (browse-url-text-input-field, browse-url-text-input-attempts)
266 (browse-url-kde-program): Likewise.
268 2007-10-29 Glenn Morris <rgm@gnu.org>
270 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
271 Use mapc rather than mapcar (reinstall change deleted without log
274 2007-10-29 Martin Rudalics <rudalics@gmx.at>
276 * wdired.el (wdired-next-line, wdired-previous-line):
277 Use next-line and previous-line wrapped in with-no-warnings.
279 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
281 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
282 (rcirc-recent-quit-alist): New function.
283 (rcirc): Print a better message when there is only one connected server.
284 (rcirc-complete-nick): Do not update the nick table here.
285 (rcirc-mode-map): Add M-o.
286 (rcirc-current-line): Add variable.
287 (rcirc-mode): Setup variables for line based omit.
288 (rcirc-edit-multiline): Strip text properties.
289 (rcirc-omit-responses): Add NICK.
290 (rcirc-omit-threshold): Add variable.
291 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
293 (rcirc-print): Keep track of current line. Do not fill text if
294 `rcirc-fill-flag' is null. Only omit text if the last activity
295 from the sender is more than `rcirc-omit-threshold' lines ago.
296 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
297 numbers instead of time.
298 (rcirc-channel-nicks): Sort by line numbers instead of time.
299 (rcirc-omit-mode): Add `...' when omitting text and recenter.
300 (rcirc-handler-JOIN): Restore the joiners linestamp.
301 (rcirc-maybe-remember-nick-quit): Add function.
302 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
304 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
306 * loadhist.el (unload-feature-special-hooks):
307 Add `delete-frame-functions' and `suspend-tty-functions'.
309 * server.el (server-unload-function): Rename from `server-unload-hook'
310 and adapt to new `unload-feature' functionality. Remove hook from
311 `kill-buffer-hook' buffer-locally.
312 (server-unload-hook): Remove.
313 (server-unload-function): New var; replaces `server-unload-hook'.
315 2007-10-29 Glenn Morris <rgm@gnu.org>
317 * dirtrack.el (dirtrack-debug): Doc fix.
318 (dirtrack-mode, dirtrack-debug-mode): New names for
319 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
320 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
322 (dirtrack-debug-message): Only print message if
323 dirtrack-debug-mode is non-nil. Use with-current-buffer.
324 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
325 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
327 2007-10-28 Glenn Morris <rgm@gnu.org>
329 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
330 (byte-compile-warnings-safe-p): Handle `not'.
331 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
332 (byte-compile-enable-warning): New functions.
333 (byte-compile-eval-before-compile)
334 (byte-compile-file-form-require): Use byte-compile-disable-warning.
335 (byte-compile-close-variables): Locally bind byte-compile-warnings,
336 but do not modify it.
337 (byte-compile-eval, byte-compile-obsolete)
338 (byte-compile-warn-about-unresolved-functions)
339 (byte-compile-file-form-defvar)
340 (byte-compile-file-form-custom-declare-variable)
341 (byte-compile-file-form-require)
342 (byte-compile-file-form-defmumble, byte-compile-lambda)
343 (byte-compile-form, byte-compile-normal-call)
344 (byte-compile-variable-ref, byte-compile-defvar)
345 (byte-compile-make-variable-buffer-local):
346 Use byte-compile-warning-enabled-p.
347 * emacs-lisp/advice.el (ad-compile-function):
348 Use byte-compile-disable-warning.
349 * emacs-lisp/cl.el: Move local variables to end of file, and set
350 byte-compile-warnings to `(not cl-functions)'.
351 * emacs-lisp/cl-compat.el: Add a local variables section, and set
352 byte-compile-warnings to `(not cl-functions)'.
353 * emacs-lisp/cl-macs.el: Unify local variable section, and set
354 byte-compile-warnings to `(not cl-functions)'.
355 (cl-do-proclaim): Use byte-compile-disable-warning and
356 byte-compile-enable-warning.
357 * emacs-lisp/cl-seq.el: Unify local variable section, and set
358 byte-compile-warnings to `(not cl-functions)'.
359 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
360 Use byte-compile-disable-warning.
362 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
364 * cus-edit.el (custom-browse-insert-prefix):
365 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
367 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
369 * server.el (server-process-filter): Fix typo in docstring.
370 (server-log): Reflow docstrings.
371 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
372 (server-goto-line-column): Use `when'.
374 2007-10-28 Juri Linkov <juri@jurta.org>
376 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
377 when mouse is clicked on the isearch message.
378 (isearch-resume): Call `isearch-update' at the end.
379 Rename argument `search' to `string' to conform to the
382 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
384 Rewrite abbrev.c in Elisp.
385 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
386 (abbrev-table-get, abbrev-table-put, abbrev-get)
387 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
388 (define-abbrev, abbrev--check-chars, define-global-abbrev)
389 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
390 (abbrev-expansion, abbrev--before-point, expand-abbrev)
391 (unexpand-abbrev, abbrev--write, abbrev--describe)
392 (insert-abbrev-table-description, define-abbrev-table):
393 New funs, largely transcribed from abbrev.c.
394 (abbrev-with-wrapper-hook): New macro.
395 (abbrev-table-name-list, global-abbrev-table)
396 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
397 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
398 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
399 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
400 New vars, largely transcribed from abbrev.c.
401 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
402 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
403 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
405 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
407 * ps-print.el: Now detect if text foreground and background colors are
408 equal and replace the foreground color by another color, so the text
409 becomes visible. Doc fix.
410 (ps-print-version): New version 6.8.
411 (ps-default-fg, ps-default-bg): Docstring fix.
412 (ps-postscript-code-directory): Fix default value code.
413 (ps-fg-list, ps-fg-validate-p): New options.
414 (ps-foreground-list): New var.
415 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
417 2007-10-27 Glenn Morris <rgm@gnu.org>
419 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
420 (shell-dirtrack-toggle): Mark as obsolete.
421 (dirtrack-toggle, dirtrack-mode): No longer alias to
424 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
426 * calc/calc.el (math-standard-opers): Lower the precedence
428 * calc/calc-lang.el (math-oper-table): Lower precedence of
429 negation for C, TeX, and eqn.
431 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
433 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
435 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
437 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
438 (desktop-not-loaded-hook): Fix :version tags.
440 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
442 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
443 (tramp-get-remote-tmpdir): New defun.
444 (tramp-make-tramp-temp-file): Use it.
445 (tramp-local-call-process): New defun. Replace all calls of
446 `call-process' by this when appropriate.
447 (tramp-handle-write-region): Replace calls of `file-attributes' by
448 `tramp-compat-file-attributes'.
449 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
450 Make the first command a `tramp-send-command' call, with let-bind
451 of `tramp-end-of-output'.
452 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
453 (tramp-load-report-modules, tramp-append-tramp-buffers):
454 Move to tramp-cmds.el.
456 * net/tramp-fish.el (tramp-fish-handle-copy-file)
457 (tramp-fish-do-copy-or-rename-file)
458 (tramp-fish-do-copy-or-rename-file-directly):
459 * net/tramp-smb.el (tramp-smb-handle-copy-file):
460 Add parameter PRESERVE-UID-GID.
462 2007-10-27 Eli Zaretskii <eliz@gnu.org>
464 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
466 (display-time-world-list): Use them as appropriate for the current
467 value of `system-type'.
469 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
471 * printing.el: Pacify byte compiler, that is, no compiler warnings.
472 Move (again) some variable definitions before use, define some fun
473 aliases, no code change.
474 (pr-version): New version 6.9.2.
475 (pr-path-style, pr-auto-region, pr-menu-char-height)
476 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
477 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
479 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
480 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
481 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
482 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
483 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
484 (pr-menu-print-item, pr-ps-printer-menu-modified)
485 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
486 (pr-even-or-odd-alist): Vars definition moved.
488 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
490 * emulation/pc-select.el (next-line-mark, next-line-nomark)
491 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
492 around uses of previous-line and next-line.
494 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
497 * textmodes/css-mode.el (comment-continue):
498 * net/browse-url.el (url-handler-regexp):
499 * progmodes/idlw-help.el (idlwave-system-routines):
500 Pacify byte-compiler.
502 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
503 line-move-invisible-p with its former definition: invisible-p.
504 line-move-invisible-p was removed on 2007-08-29.
506 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
508 * files.el (kill-emacs-query-functions): Doc fix;
509 `save-buffers-kill-emacs' is no longer bound to a key.
511 2007-10-26 Richard Stallman <rms@gnu.org>
513 * isearch-multi.el (isearch-buffers-multi): New option.
514 (isearch-buffers-search-fun): Test it.
516 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
517 Put ps-run-clear on C-c C-l.
519 * newcomment.el (comment-styles): New style indent-or-triple.
520 (comment-style): Make that the default.
521 (comment-add defvar): Doc fix.
522 (comment-add): Delete arg EXTRA.
523 (comment-region-default): Open code call to comment-add.
524 Handle indent-or-triple style which uses `multi-char' for INDENT.
526 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
528 * eshell/em-unix.el (nil-blank-string): Doc fix.
530 2007-10-26 John Wiegley <johnw@newartisans.com>
532 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
533 function, ensure that the third argument is turned into a nil if
534 the string is otherwise completely empty (either no characters, or
535 all tabs/spaces). This fixes a bug from a user who found himself
536 unable to customize `diff-switches' and still use Eshell's diff
539 2007-10-26 Glenn Morris <rgm@gnu.org>
541 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
542 safe-local-variable property.
544 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
546 * net/browse-url.el (browse-url-browser-function): Delete grail.
547 (browse-url-grail): Function and variable deleted.
548 (browse-url-browser-function): Delete IXI Mosaic.
549 (browse-url-default-browser): Don't try IXI Mosaic.
550 (browse-url-iximosaic): Function deleted.
551 (browse-url-browser-function): Delete MMM.
552 (browse-url-default-browser): Don't try MMM.
553 (browse-url-mmm): Function deleted.
555 2007-10-26 Drew Adams <drew.adams@oracle.com>
557 * custom.el (custom-note-var-changed): New function.
559 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
561 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
562 use with the definition. Remove.
564 * add-log.el (change-log-start-entry-re): New defconst.
565 (change-log-sortable-date-at): Use it.
566 (change-log-beginning-of-defun, change-log-end-of-defun):
568 (change-log-mode): Use them for beginning-of-defun-function and
569 end-of-defun-function.
571 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
573 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
574 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
575 (ses-recalculate-cell): Deal with point being just beyond end of
576 data area (why does this happen?)
577 (ses-set-curcell): Ditto.
578 (ses-column-letter): Handle columns beyond 702. Code written by
581 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
583 * textmodes/org.el (org-agenda-get-restriction-and-command):
584 Use `mapc' instead of `mapcar'.
585 (org-agenda-list): Numeric prefix argument can specify the number
587 (remember-register, remember-buffer): Prevent byte compiler from
589 (org-todo): Save and restore match data.
590 (org-no-warnings): New macro.
591 (org-columns-eval): Use `org-no-warnings'.
593 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
595 * comint.el (comint-password-prompt-regexp):
596 Handle `[sudo] password'-style prompt.
598 2007-10-25 Glenn Morris <rgm@gnu.org>
600 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
601 (defcustom): Doc fix.
603 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
605 (f90-constants-re): Add ieee modules.
606 (f90-typedef-matcher, f90-typedec-matcher)
607 (f90-imenu-type-matcher): New functions.
608 (f90-font-lock-keywords-1): Give module procedures function-name face.
609 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
610 Add `use, intrinsic'.
611 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
612 Move start of `enum' blocks to separate entry.
613 (f90-start-block-re): Fix `type', `abstract interface'.
614 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
616 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
617 `elemental', change `enumerator'.
618 (f90-no-block-limit): Fix `abstract interface'.
620 * progmodes/f90.el (f90-indented-comment-re)
621 (f90-directive-comment-re, f90-break-delimiters):
622 * progmodes/fortran.el (fortran-comment-line-start-skip)
623 (fortran-directive-re):
624 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
625 as safe if they are strings.
627 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
629 * startup.el (window-system): Remove. Don't make it frame-local.
631 2007-10-24 Richard Stallman <rms@gnu.org>
633 * savehist.el (savehist-save): Omit unreadable elements.
635 * loadhist.el (unload-function-defs-list): Rename from
636 unload-function-features-list.
637 (unload-feature-special-hooks, unload-feature): Doc fixes.
639 * indent.el (indent-to-left-margin): If point's in the indentation,
640 move to the end of the indentation.
642 * cus-edit.el (customize-changed-options): Make arg optional.
644 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
646 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
648 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
650 * textmodes/org-publish.el (org-publish-attachment): Re-install
651 accidentally deleted change.
653 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
655 * term/iris-ansi.el (iris-function-map): Move init into declaration.
657 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
659 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
660 (Buffer-menu-mode-map): Initialize in the declaration.
661 (Buffer-menu-mode): Define with `define-derived-mode'.
663 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
665 * textmodes/org.el (org-version): Change to 5.13e.
666 (org-agenda-file-regexp): Fix typo in docstring.
667 (org-add-planning-info): Fix bug in parenthesis settings.
668 (org-scan-tags): Catch the case of indirect buffers with no filename.
669 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
670 Re-install switch to mapc, had been removed by accident.
671 (org-columns-map): New binding `C-c C-o'.
672 (org-columns-menu): Change menu text and added new entry.
673 (org-columns-eval): Document the use of `next-line'.
674 (org-columns-open-link): New function.
675 (org-columns-follow-link): Remove function.
676 (org-open-link-from-string): New function.
677 (org-read-date-get-relative): Fix typo in docstring.
678 (org-read-date-get-relative): Leading +/- is not optional.
679 (org-agenda-get-restriction-and-command): Always resize window on
681 (org-agenda-open-link): Make sure the link abbreviations are
682 present in the agenda buffer.
683 (org-agenda-copy-local-variable): New function.
685 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
687 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
689 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
691 * simple.el (reindent-then-newline-and-indent): Use a `move after
692 insert' kind of marker in the save-excursion.
694 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
696 * textmodes/css-mode.el: Require CL.
697 (comment-continue): Declare.
699 * subr.el (make-variable-frame-localizable): Remove.
700 (make-variable-frame-local): Mark obsolete.
702 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
704 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
705 of the subdirs is unreadable.
707 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
709 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
712 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
714 * progmodes/python.el (python-current-defun): Remove left-over
715 assignment to `start'.
717 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
719 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
720 than `mapcar'; return value is not used.
722 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
724 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
725 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
727 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
729 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
730 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
732 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
734 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
736 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
738 * emacs-lisp/advice.el (ad-make-advised-docstring):
739 Add ad-advice-info text property to doc string.
741 2007-10-23 Glenn Morris <rgm@gnu.org>
743 * progmodes/f90.el (f90-do-indent, f90-if-indent)
744 (f90-type-indent, f90-program-indent, f90-associate-indent)
745 (f90-continuation-indent, f90-comment-region)
746 (f90-beginning-ampersand, f90-smart-end)
747 (f90-break-before-delimiters, f90-auto-keyword-case)
748 (f90-leave-line-no, f90-mode-hook):
749 Give an appropriate safe-local-variable property.
751 * progmodes/fortran.el (fortran-tab-mode-default)
752 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
753 (fortran-structure-indent, fortran-continuation-indent)
754 (fortran-comment-indent, fortran-comment-line-extra-indent)
755 (fortran-comment-line-start)
756 (fortran-minimum-statement-indent-fixed)
757 (fortran-minimum-statement-indent-tab)
758 (fortran-comment-indent-char, fortran-line-number-indent)
759 (fortran-check-all-num-for-matching-do)
760 (fortran-blink-matching-if, fortran-continuation-string)
761 (fortran-comment-region, fortran-electric-line-number)
762 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
763 (fortran-analyze-depth, fortran-break-before-delimiters):
764 Give an appropriate safe-local-variable property.
766 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
768 * printing.el: Move variable definitions before use.
769 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
771 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
773 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
774 (tpu-edt-off): Use it.
775 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
776 the global-map before adding it to global-map.
778 * menu-bar.el (global-buffers-menu-map): New var.
779 (global-map, menu-bar-update-buffers): Use it.
780 * msb.el (msb-menu-bar-update-buffers): Use it.
781 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
782 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
783 Use with-current-buffer.
785 2007-10-22 Juri Linkov <juri@jurta.org>
787 * isearch-multi.el: New file.
789 * isearch.el (isearch-search-string): After finding the next
790 occurrence switch to buffer isearch-buffers-current-buffer when
791 isearch-buffers-next-buffer-function is non-nil and
792 isearch-buffers-current-buffer is live.
794 * add-log.el (change-log-mode): Make and set buffer-local variable
795 isearch-buffers-next-buffer-function to change-log-next-buffer.
796 Call isearch-buffers-minor-mode.
797 (change-log-next-buffer): New function.
799 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
801 * org-export-latex.el (org-export-latex-protect-string):
802 Renaming of `org-latex-protect'.
803 (org-export-latex-emphasis-alist): By default, don't protect
804 any emphasis formatter from further conversion.
805 (org-export-latex-tables): Honor column grouping for tables.
806 (org-export-latex-title-command): New option.
807 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
808 export backslash character.
810 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
812 * textmodes/org.el (org-read-date-get-relative): New function.
813 (org-agenda-file-regexp): New variable.
814 (org-agenda-files): Allow directories in the variable.
815 (org-agenda-get-restriction-and-command): New function.
816 (org-agenda): Use `org-agenda-get-restriction-and-command'.
817 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
818 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
820 (org-entry-add-to-multivalued-property)
821 (org-entry-remove-from-multivalued-property)
822 (org-entry-member-in-multivalued-property): New functions.
823 (org-remember-apply-template): Catch C-g and make sure window
824 configuration is restored.
825 (org-agenda-open-link): Make it work with several links in the line.
826 (org-drawers, org-set-regexps-and-options)
827 (org-get-current-options): Add support for a DRAWERS in-buffer option.
828 (org-agenda-window-frame-fractions): New option.
829 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
830 (org-columns-cleanup-item, org-find-entry-with-id)
831 (org-insert-columns-dblock, org-listtable-to-string)
832 (org-dblock-write:columnview, org-columns-capture-view)
833 (org-edit-headline): New functions.
834 (org-agenda-to-appt): Require calendar.
835 (org-entry-get-with-inheritance): Widen for search.
836 (org-columns-display-here): Don't mark buffer as modified when
837 adding space characters to accomodate column overlays.
838 (org-export-as-html): Better formatting of tags in the toc.
839 (org-columns-display-here): Make the ITEM column as compact as possible.
840 (org-remember-templates): Customization interface improved.
841 (org-export-with-property-drawer): Variable removed.
842 (org-export-with-drawers): New option.
843 (org-complex-heading-regexp): New variable.
844 (org-sort-entries): Rewrite using `sort-subr'.
845 (org-set-property): More appropriate completion during interactive use.
846 (org-sort-entries): Allow sorting by property.
847 (org-additional-option-like-keywords): Add more values.
848 (org-sort-entries-or-items): Rename from `org-sort-entries'.
850 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
852 * textmodes/org.el (org-get-date-from-calendar): New function.
853 (org-at-timestamp-p, org-timestamp-change)
854 (org-remember-templates): First element of each entry is now a
855 name for the template.
856 (org-store-log-note): Check for `org-note-abort'.
857 (org-kill-note-or-show-branches): New command.
858 (org-fontify-priorities): New option.
859 (org-fontify-priorities): New function.
860 (org-cut-subtree, org-copy-subtree): New argument N to
861 act on N sequential subtrees.
862 (org-paste-subtree): Fix the level at which a tree is pasted.
863 (org-fit-agenda-window): Limitations on window size removed.
864 (org-agenda-find-same-or-today-or-agenda): Rename from
865 `org-agenda-find-today-or-agenda'.
866 (org-scheduled-past-days): New option.
867 (org-agenda-scheduled-leaders)
868 (org-agenda-deadline-leaders): New options.
869 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
870 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
871 (org-export-with-tags, org-export-plist-vars)
872 (org-infile-export-plist): New "tags" option.
873 (org-use-property-inheritance): New option.
874 (org-cached-entry-get): Use `org-use-property-inheritance'.
875 (org-remember-apply-template): Fix typo.
877 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
879 * net/tramp.el (tramp-find-shell)
880 (tramp-open-connection-setup-interactive-shell): Improve sending
882 (tramp-action-terminal): Send debug message.
883 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
884 (tramp-barf-if-no-shell-prompt): Insert code of
885 `tramp-wait-for-shell-prompt'.
887 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
889 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
891 * term/vt200.el (terminal-init-vt200):
892 * term/vt201.el (terminal-init-vt201):
893 * term/vt220.el (terminal-init-vt220):
894 * term/vt240.el (terminal-init-vt240):
895 * term/vt300.el (terminal-init-vt300):
896 * term/vt320.el (terminal-init-vt320):
897 * term/vt400.el (terminal-init-vt400):
898 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
900 * term/wyse50.el (wyse50-terminal-map): New var.
901 (terminal-init-wyse50): Use it and input-decode-map.
902 (enable-arrow-keys): Emasculate.
904 * term/tvi970.el (tvi970-terminal-map): New var.
905 (terminal-init-tvi970): Use it and input-decode-map.
906 (tvi970-keypad-numeric): Remove.
907 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
909 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
910 (terminal-init-sun): Use it and input-decode-map.
912 * term/news.el (terminal-init-news):
913 * term/lk201.el (terminal-init-lk201):
914 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
916 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
918 * complete.el (PC-expand-many-files): Remove.
919 (PC-do-completion): Call file-expand-wildcards instead of
920 PC-expand-many-files.
922 * net/tramp.el (tramp-handle-expand-many-files): Remove.
923 (PC-expand-many-files): Remove advice.
925 2007-10-22 Glenn Morris <rgm@gnu.org>
927 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
928 Add some support for Fortran 2003 syntax:
929 (f90-type-indent): Now also applies to `enum'.
930 (f90-associate-indent): New user option.
931 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
932 Add some F2003 keywords.
933 (f90-constants-re): New constant.
934 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
936 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
937 `class'. Arguments for `type'/`class' may have spaces. Add a new
938 element for functions with specified types. Add `end enum' and
939 `select type'. Add `implicit enumerator' and `procedure'.
940 Add `class default' and `type is', `class is'. Fix `go to' regexp.
941 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
942 (f90-font-lock-keywords-4): Add `f90-constants-re'.
943 (f90-blocks-re): Add `enum' and `associate'.
944 (f90-else-like-re): Add `class is', `type is', and `class default'.
945 (f90-end-type-re): Add `enum'.
946 (f90-end-associate-re, f90-typeis-re): New constants.
947 (f90-end-block-re): Add `enum' and `associate'. Change from
948 optional whitespace to end-of-word, to avoid `enumerator'.
949 (f90-start-block-re): Add `select type', `abstract interface', and
950 `enum'. Avoid `type is', and `type (sometype)'.
951 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
953 (f90-looking-at-select-case): Doc fix. Add `select type'.
954 (f90-looking-at-associate): New function.
955 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
956 Add `enum' and `abstract interface'.
957 (f90-no-block-limit): Add `select type' and `abstract interface'.
958 (f90-get-correct-indent, f90-calculate-indent)
959 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
960 (f90-indent-region, f90-match-end): Handle `associate' blocks.
962 2007-10-22 Martin Rudalics <rudalics@gmx.at>
964 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
965 Use window-full-width-p.
967 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
969 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
971 * tooltip.el: Use featurep 'xemacs.
973 * printing.el: Move variable definitions before use, no code change.
975 2007-10-22 Juri Linkov <juri@jurta.org>
977 * simple.el (goto-history-element): Allow minibuffer-default to be
978 a list of default values accessible by typing M-n in the minibuffer.
980 * dired-x.el (dired-guess-shell-command): Put all guesses to the
981 minibuffer default value list instead of pushing them temporarily
984 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
986 * hexl.el (hexl-menu): New major mode menu.
988 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
990 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
992 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
994 * w32-fns.el (w32-quote-process-args):
995 * dos-w32.el (print-region-function, lpr-headers-switches)
996 (ps-print-region-function): Pacify byte-compiler.
998 * emulation/edt-mapper.el (function-key-map):
999 (edt-map-key): Make it a function instead of using fset.
1000 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
1001 (edt-gnu-map-key, edt-lucid-map-key): Remove.
1002 (edt-x-emacs-p): Remove.
1003 (edt-emacs-variant, edt-window-system, edt-xserver):
1004 Use featurep 'xemacs.
1006 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
1007 Replace eudc-xemacs-p with its definition.
1008 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
1009 (eudc-emacs-mule-p): Remove.
1010 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
1011 eudc-xemacs-p with feature tests.
1013 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
1014 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
1015 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
1016 (eudc-bob-toggle-inline-display):
1017 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
1018 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
1020 * net/eudcb-ph.el (eudc-ph-open-session):
1021 Replace eudc-xemacs-mule-p with its former definition.
1023 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
1024 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
1026 * progmodes/vera-mode.el (vera-xemacs): Remove.
1027 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
1029 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
1030 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
1031 (vhdl-speedbar-initialize, vhdl-ps-print-init)
1032 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
1033 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
1034 with (featurep 'xemacs).
1036 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
1037 (save-buffer-state-x):
1038 * obsolete/fast-lock.el (fast-lock-verbose):
1039 * emulation/viper-init.el (viper-xemacs-p)
1040 (viper-cond-compile-for-xemacs-or-emacs):
1041 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
1042 * ps-print.el (case-fold-search):
1043 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
1044 * calculator.el (calculator-help): Use featurep 'xemacs.
1046 * progmodes/prolog.el: Undo previous change.
1047 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
1049 * progmodes/dcl-mode.el:
1051 * calendar/todo-mode.el:
1052 * calendar/cal-hebrew.el:
1053 * vc-hg.el: Undo previous change.
1055 * vms-patch.el: Likewise.
1056 (print-region-function): Pacify byte-compiler.
1058 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
1060 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
1063 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
1064 compatibility. It is not used, though.
1066 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
1067 Require tramp-cmds.el.
1068 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
1069 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
1070 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
1071 (tramp-do-copy-or-rename-file-out-of-band)
1072 (tramp-maybe-open-connection): Use `make-temp-name'. This is
1073 possible, because we don't need to create the temporary file, but
1074 we need a prefix for ssh, which has its own temporary file handling.
1075 (tramp-handle-delete-directory): Add "-f" to rmdir.
1076 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
1077 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
1078 a signal, in order to give the callee a chance to suppress.
1079 (tramp-handle-write-region): Set owner also in case of short
1080 track. Don't use compatibility calls for `write-region' anymore.
1081 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
1082 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
1084 * net/tramp-cmds.el: New file.
1086 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
1087 `tramp-clear-passwd'.
1089 * net/trampver.el: Update release number.
1091 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1093 * progmodes/gud.el (gud-target-name): Move definition before use.
1095 * progmodes/dcl-mode.el: Require imenu at compile time.
1097 * progmodes/cc-engine.el (c-maybe-stale-found-type):
1098 Pacify byte-compiler.
1100 * obsolete/fast-lock.el: Use featurep test instead of string-match.
1102 * eshell/esh-mode.el (eshell-handle-ansi-color):
1103 Require ansi-color at compile time too.
1105 * eshell/em-unix.el (eshell/info): Require info at compile time too.
1107 * w32-fns.el: Require w32-vars.
1109 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
1112 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1114 * double.el ([ignore]): Use `ignore'.
1115 (double-setup): Inline into double-mode.
1116 (double-mode): Use define-minor-mode.
1118 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1120 * textmodes/reftex.el: Move require easymenu before first use.
1121 (reftex-info): Require info at compile too.
1123 * textmodes/org-publish.el (org-publish-org-to-html)
1124 (org-publish-org-to): Require org at compile time too.
1125 (org-publish-attachment): Require at compile time too.
1127 * term/tty-colors.el (w32-tty-standard-colors):
1128 Pacify byte-compiler.
1130 * term/pc-win.el (frame-creation-function-alist): Add to this
1131 instead of setting frame-creation-function.
1133 * play/blackbox.el (bb-up, bb-down): Use forward-line.
1135 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
1137 * calendar/todo-mode.el: Require calendar at compile time.
1139 * calendar/cal-hebrew.el: Require holidays at compile time.
1141 * w32-vars.el: Provide w32-vars.
1143 * term/w32-win.el: Require w32-vars.
1144 (w32-color-map): Pacify byte-compiler.
1146 * loadup.el: Load w32-vars before term/w32-win.
1148 2007-10-20 Juri Linkov <juri@jurta.org>
1150 * textmodes/fill.el (fill-paragraph): When the region is active,
1151 don't try other `or' branches regardless of the value returned by
1152 fill-region; just return t.
1154 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1156 * vc.el (vc-do-command): Condition out a misleading message when
1157 running asynchronously.
1158 (vc-deduce-fileset): New argument enables using an unregistered
1159 visited file as a singleton fileset if nothing else is available.
1160 (vc-next-action): Restore file-registering behavior.
1162 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1164 * calc/README: Add recent news.
1166 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
1168 * term/x-win.el (x-gtk-stock-map, icon-map-list)
1169 (x-gtk-map-stock): Delete duplicated definitions from merge.
1171 * progmodes/compile.el (compilation-skip-to-next-location)
1172 (compilation-skip-threshold, compilation-skip-visited):
1173 Move definitions earlier.
1175 * play/decipher.el (decipher-keypress):
1176 * play/zone.el (zone-fall-through-ws):
1177 * play/landmark.el (lm-move-down, lm-move-up):
1178 * play/handwrite.el (handwrite):
1179 * mail/mspools.el (mspools-visit-spool):
1180 * wdired.el (wdired-next-line, wdired-previous-line):
1181 * tar-mode.el (tar-subfile-save-buffer):
1182 * scroll-lock.el (scroll-lock-next-line)
1183 (scroll-lock-previous-line):
1184 * image-dired.el (image-dired-next-line)
1185 (image-dired-previous-line):
1186 * ediff-help.el (ediff-help-message-line-length):
1189 * smerge-mode.el (smerge-auto-refine):
1190 * diff-mode.el (diff-auto-refine): Add :group.
1192 * play/yow.el: Require doctor at compile time.
1194 * vmsproc.el: Provide vmsproc.
1195 (command-send-input): Use forward-line.
1197 * vms-patch.el: Require ps-print and vmsproc at compile time.
1199 * vc-mtn.el (log-view-message-re, log-view-file-re)
1200 (log-view-font-lock-keywords): Pacify byte-compiler.
1202 * vc-hg.el: Require log-view at compile time.
1204 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1206 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
1208 2007-10-20 Glenn Morris <rgm@gnu.org>
1210 * progmodes/f90.el (f90-font-lock-keywords-2)
1211 (f90-looking-at-type-like): Fix regexp typos.
1213 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1215 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1216 (bs-mode): Set mode-class property to special.
1218 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1220 * diff-mode.el (diff-auto-refine): New var.
1221 (diff-hunk): Use it.
1222 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
1223 (diff-refine-change): Rename from diff-fine-change. Change it.
1224 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
1225 (diff-refine-hunk): Rename from diff-fine-highlight.
1227 2007-10-20 John Paul Wallington <jpw@pobox.com>
1229 * help-fns.el (describe-variable-custom-version-info): New function
1230 to return variable's version or package version note.
1231 (describe-variable): Use it, display result.
1233 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1235 * smerge-mode.el (smerge-auto-refine): New var.
1236 (smerge-next, smerge-prev): Use it.
1237 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
1239 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1240 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
1242 * vc-bzr.el (vc-bzr-diff-tree):
1243 * vc-git.el (vc-git-diff-tree):
1244 * vc-hg.el (vc-hg-diff-tree):
1245 * vc-mcvs.el (vc-mcvs-diff-tree):
1246 * vc-mtn.el (vc-mtn-diff-tree):
1247 * vc-svn.el (vc-svn-diff-tree): Remove.
1249 * vc-mtn.el (vc-mtn-revision-completion-table):
1250 * vc-cvs.el (vc-cvs-revision-completion-table):
1251 * vc-arch.el (vc-arch-revision-completion-table):
1252 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
1253 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
1254 Make it work when the arg is a list of files.
1256 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1258 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
1259 Also `revision-completion-table' now takes a list of files.
1260 (vc-deduce-fileset): Remove unused var `regexp'.
1261 Only obey allow-directory-wildcard in dired buffers.
1262 (vc-default-diff-tree): Remove.
1263 (vc-diff-added-files): New var.
1264 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
1265 (vc-version-diff): Revert from `vc-history-diff' to the original name.
1266 Remove the `backend' arg.
1267 (vc-contains-version-controlled-file): Remove.
1268 (vc-diff): Bring it closer to the version in Emacs-22.
1269 (vc-revert): Fix typo in let-binding.
1270 (vc-default-unregister): Remove.
1271 (vc-dired-buffers-for-dir): Remove N^2 behavior.
1273 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1275 * textmodes/two-column.el (2C-split, 2C-merge):
1276 * textmodes/bib-mode.el (bib-find-key, mark-bib):
1277 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1278 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
1279 * progmodes/ada-xref.el (ada-get-all-references):
1280 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
1281 * emulation/vi.el (vi-previous-line-first-nonwhite)
1282 (vi-effective-range, vi-put-before):
1283 * emulation/edt.el (edt-next-line, edt-previous-line)
1284 (edt-paragraph-forward): Use forward-line.
1286 * progmodes/etags.el (tags-apropos): Require apropos at compile
1289 * progmodes/prolog.el: Require comint when compiling.
1290 (inferior-prolog-flavor): Move defvar before use.
1292 2007-10-19 Richard Stallman <rms@gnu.org>
1294 * font-core.el (turn-on-font-lock-if-desired):
1295 Rename from `turn-on-font-lock-if-enabled'.
1296 Fully obey `font-lock-global-modes'.
1298 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1300 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
1301 which will not affect the behavior of things like forward-word.
1302 (diff-fine-highlight): Preserve point.
1304 * doc-view.el (doc-view-mode-map): Use remapping.
1305 Don't rebind C-v, M-v to their default value.
1306 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
1308 * smerge-mode.el: Add word-granularity refinement.
1309 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
1310 (smerge-refine-weight-hack): New vars.
1311 (smerge-refine-forward): New fun.
1312 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
1313 (smerge-refine-subst): Use them as well. Preserve point.
1315 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1317 * follow.el (follow-unload-function): New function.
1319 * loadhist.el (unload-function-features-list):
1320 Rename from `unload-hook-features-list'.
1321 (unload-hook-features-list): Add as obsolete alias.
1322 (unload-feature): Use `unload-function-features-list'
1323 and new FEATURE-unload-function.
1325 2007-10-19 Glenn Morris <rgm@gnu.org>
1327 * bindings.el (mouse-minor-mode-menu)
1328 (minor-mode-menu-from-indicator): Move to mouse.el.
1329 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1330 Move here from bindings.el.
1332 2007-10-19 Richard Stallman <rms@gnu.org>
1334 * help-fns.el (describe-function-1): Don't use the advice origname
1335 if it has no function definition.
1337 2007-10-18 Johan Bockg
\e,Ae
\e(Brd <bojohan@gnu.org>
1339 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
1340 Use `save-restriction' rather than `widen'.
1342 2007-10-18 Richard Stallman <rms@gnu.org>
1344 * time.el (display-time-world-time-format): Display day # not month #.
1346 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1348 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
1350 * doc-view.el: Remove version keyword.
1351 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1352 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
1353 (doc-view-ghostscript-options): Improve custom type.
1354 (doc-view-cache-directory, doc-view-conversion-buffer)
1355 (doc-view-conversion-refresh-interval): Simplify custom type.
1357 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
1359 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
1360 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
1361 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
1362 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
1363 Remove superfluous messages.
1364 (doc-view-mode-map): Use the image-mode scrolling commands.
1367 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
1369 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
1370 Add comment about "-dSAFER".
1372 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1374 * term/xterm.el: Don't require xt-mouse.
1375 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
1376 calling turn-on-xterm-mouse-tracking-on-terminal directly.
1378 * xt-mouse.el: Don't change the global function-key-map anny more.
1379 (xterm-mouse-mode): Use terminal-init-xterm-hook.
1380 Don't use after-make-frame-functions now that term/xterm.el calls
1382 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
1383 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
1384 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
1385 Setup input-decode-map and remember that xterm-mouse-mode was
1386 enabled in this terminal.
1387 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
1388 terminals where it has been enabled.
1390 * faces.el (tty-create-frame-with-faces): Make sure not only
1391 tty-run-terminal-initialization but also set-locale-environment
1392 are run only once per terminal.
1393 (tty-run-terminal-initialization): Don't check if the terminal was
1396 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
1397 not to remove keymaps that just happen to inherit from one of ours.
1398 When setting up our keymap, make sure it won't be accidentally
1399 modified by someone else.
1401 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1403 * textmodes/artist.el (artist-previous-line, artist-next-line):
1404 * dired.el (dired-next-line, dired-previous-line):
1405 * progmodes/delphi.el (delphi-newline):
1406 * textmodes/org.el (org-columns-eval):
1409 * emerge.el (emerge-setup): Use insert-buffer-substring.
1410 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
1412 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1414 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1415 (adaptive-fill-function): Doc fix. Remove * from docstring.
1417 2007-10-18 Tom Horsley <tom.horsley@att.net>
1419 * simple.el (interprogram-paste-function): Doc fix.
1420 (current-kill): Accept list of strings as well
1421 as single string from `interprogram-paste-function'.
1423 2007-10-18 Glenn Morris <rgm@gnu.org>
1425 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1427 2007-10-18 Drew Adams <drew.adams@oracle.com>
1429 * bindings.el (mode-line-minor-mode-keymap):
1430 Add mouse-minor-mode-menu on mouse-1.
1431 (mode-line-modes): Add mouse-1 to help-echo text.
1432 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
1434 (mode-line-minor-mode-help): Doc fix.
1436 2007-10-17 Juri Linkov <juri@jurta.org>
1438 * textmodes/fill.el (fill-paragraph-or-region): Remove function
1439 at the request of RMS.
1440 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
1441 arg `region'. Fix docstring. At the first `or' branch add call to
1442 `fill-region' if it the region is active in transient-mark-mode.
1444 * bindings.el (esc-map): Bind M-q to fill-paragraph
1445 instead of fill-paragraph-or-region.
1447 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
1448 with fill-paragraph.
1450 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
1453 * indent.el (indent-for-tab-command): Change interactive spec from
1454 "P" to "p". Add check for interactive arg before indenting the
1457 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
1460 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
1462 * emacs-lisp/find-func.el: Don't require loadhist.
1464 * loadhist.el (feature-symbols, file-provides, file-requires)
1465 (file-set-intersect, file-dependents): Simplify.
1466 (unload-feature-special-hooks): Update list of special hooks.
1468 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
1470 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
1471 extensions since they can be viewed with doc-view.
1473 * files.el (auto-mode-alist): Make doc-view-mode the default mode
1474 for pdf, ps and dvi files.
1476 * doc-view.el: Make doc-view-mode the standard mode for viewing
1477 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
1478 text and image display. Add binding C-c C-e to switch to an
1480 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
1481 avoid security problems when rendering files from untrusted sources.
1483 2007-10-17 Aaron Hawley <aaronh@garden.org>
1485 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1486 position is not saved.
1488 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
1490 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
1491 (doc-view-ghostscript-options): Fix typo in doc string.
1493 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1495 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
1496 handling, so compilation-fake-loc works again.
1498 * server.el (server-select-display): Nop if we do not support m-f-o-d.
1499 (server-process-filter): Revert last change.
1501 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
1502 behavior unrelated to filesets.
1504 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1506 * longlines.el (longlines-wrap-follows-window-size): Integer value
1507 specifies wrapping margin.
1508 (longlines-mode, longlines-window-change-function):
1509 Set window-specific wrapping margin based on the above.
1511 2007-10-17 John Wiegley <johnw@newartisans.com>
1513 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1515 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
1517 * server.el (server-process-filter): Only set display if X11 is
1520 2007-10-17 Glenn Morris <rgm@gnu.org>
1522 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1523 Tweak regexp to avoid stack overflow.
1525 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1527 * simple.el (reindent-then-newline-and-indent): Don't assume that
1528 indent-according-to-mode preserves point.
1530 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1532 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
1533 (bs--nth-wrapper): Simplify.
1534 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
1535 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
1536 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
1537 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
1538 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
1539 (bs-configurations, bs-default-configuration)
1540 (bs-alternative-configuration, bs-cycle-configuration-name)
1541 (bs-string-show-always, bs-string-show-never, bs-string-current)
1542 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
1543 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
1544 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
1545 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
1546 (bs--window-config-coming-from): Revert 2006-11-09 change.
1547 (bs--restore-window-config): Keep the selected frame.
1548 (bs--track-window-changes, bs--remove-hooks): New functions.
1549 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1550 (bs--create-header): Remove.
1551 (bs--create-header-line): New function, based on `bs--create-header'.
1552 (bs--show-header): Use `bs--create-header-line'.
1553 (bs--show-with-configuration): Revert 2006-11-09 change.
1554 Don't reuse window unless it is visible on the selected frame.
1555 Restore window configuration (possibly in a different frame)
1556 before creating any window.
1558 2007-10-16 Glenn Morris <rgm@gnu.org>
1560 * simple.el (blink-matching-open): Don't report false errors with
1561 the `$' syntax class.
1563 2007-10-16 Richard Stallman <rms@gnu.org>
1565 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1566 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1567 (ad-is-advised, ad-get-advice-info-field)
1568 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1570 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1572 * vc-hooks.el (vc-workfile-version): Compatibility alias.
1573 (vc-default-working-revision): Compatibility for backends.
1575 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1577 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1578 (filesets-ormap, filesets-sort-case-sensitive-flag)
1579 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1580 Fix typos in docstrings.
1581 (filesets-conditional-sort, filesets-find-or-display-file)
1582 (filesets-data-get-name, filesets-data-get-data)
1583 (filesets-data-set, filesets-cmd-query-replace-getargs)
1584 (filesets-ingroup-collect): Doc fixes.
1586 2007-10-15 Sam Steingold <sds@gnu.org>
1588 * mail/sendmail.el (sendmail-error-reporting-interactive)
1589 (sendmail-error-reporting-non-interactive): New variables for
1590 sendmail error reporting options to simplify support for imperfect
1592 (sendmail-send-it): Use them instead of list literals.
1594 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1596 * help-fns.el: Revert previous change; it creates a
1597 dependency loop between advice.el and help-fns.el.
1599 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1601 * help-fns.el: Require advice when compiling.
1603 2007-10-14 Drew Adams <drew.adams@oracle.com>
1605 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
1606 (ring-insert+extend, ring-remove+insert+extend, ring-member)
1607 (ring-next, ring-previous): New functions.
1609 2007-10-14 Richard Stallman <rms@gnu.org>
1611 * emacs-lisp/advice.el (documentation): Advice deleted.
1612 Doc for advised functions is now handled at C level.
1613 (ad-stop-advice, ad-start-advice): Don't enable or disable
1614 advice for `documentation'.
1615 (ad-advised-definition-docstring-regexp): Var deleted.
1616 (ad-make-advised-definition-docstring): Store orig name
1617 as text property of string.
1618 (ad-advised-definition-p): Check for text property of docstring.
1620 * help-fns.el (describe-function-1): Find source of advised functions.
1622 2007-10-14 Juri Linkov <juri@jurta.org>
1624 * faces.el (describe-face): Allow handling a string as the face name.
1626 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
1627 active region in transient-mark-mode.
1628 (ispell-region): Change messages displayed at the start and end of
1629 the spell-checking to be the same.
1631 * startup.el (fancy-startup-tail): Say exactly what does the button
1632 dismiss ("Dismiss this startup screen"). Use text "Never show
1633 it again" for the checkbox after this button.
1634 (fancy-startup-screen, fancy-about-screen): Put point before the
1635 first link, so the user can quickly select links with the keyboard.
1636 (normal-mouse-startup-screen): Add more useful text describing how
1639 2007-10-14 Glenn Morris <rgm@gnu.org>
1641 * progmodes/etags.el (select-tags-table): Disable undo in the
1642 `*Tags Table List*' buffer.
1644 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1646 * dired.el (dired-warn-writable): New face.
1647 (dired-warn-writable-face): New variable.
1648 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1649 of dired-warning-face, for group- and world-writable files.
1651 2007-10-13 Richard Stallman <rms@gnu.org>
1653 * files.el (directory-abbrev-alist): Doc fix.
1655 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1657 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1659 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1661 * frame.el (set-frame-configuration): Assign name parameter only
1662 if it has been set explicitly before.
1664 2007-10-11 Tom Tromey <tromey@redhat.com>
1666 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1669 2007-10-10 Richard Stallman <rms@gnu.org>
1671 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1674 * faces.el (face-font-selection-order): Doc fix.
1676 * loadhist.el (unload-feature): Doc fix.
1678 2007-10-13 Glenn Morris <rgm@gnu.org>
1680 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1681 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1682 Add doc string, and an explicit COUNT argument.
1683 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1684 `inc' to search functions.
1686 * faces.el (face-spec-set): When FRAME is nil, set the default for
1687 new frames (restores pre-2007-09-17 behavior). Doc fix.
1689 2007-10-13 John W. Eaton <jwe@octave.org>
1691 * progmodes/octave-mod.el (octave-looking-at-kw)
1692 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1694 (octave-in-defun-p, calculate-octave-indent)
1695 (octave-blink-matching-block-open, octave-beginning-of-defun)
1696 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1697 to search for regexps that contain case-sensitive keywords.
1698 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1699 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1701 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1703 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
1704 Do not use a single clause cond.
1706 * cus-start.el (all): Use test that does not match the X11 version
1709 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
1711 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
1714 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1716 * cus-start.el (all): Undo previous change.
1718 2007-10-13 Glenn Morris <rgm@gnu.org>
1720 * woman.el (woman0-rename): Fix paren typo.
1722 * mail/feedmail.el (feedmail-run-the-queue)
1723 (feedmail-look-at-queue-directory):
1724 * mail/reporter.el (reporter-dump-state):
1725 * net/eudc-hotlist.el (eudc-edit-hotlist):
1726 * net/eudc.el (eudc-display-records)
1727 (eudc-filter-duplicate-attributes)
1728 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
1729 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
1730 (eudc-bbdb-query-internal):
1731 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
1732 * net/socks.el (socks-build-auth-list):
1733 * progmodes/cc-cmds.el (top level):
1734 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
1735 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
1736 (cperl-write-tags, cperl-tags-treeify):
1737 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
1738 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
1739 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
1740 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
1741 (idlwave-toolbar-remove-everywhere):
1742 * progmodes/idlwave.el (idlwave-indent-line)
1743 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
1744 (idlwave-write-paths, idlwave-all-method-classes)
1745 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
1746 (idlwave-fix-keywords, idlwave-display-calling-sequence)
1747 (idlwave-complete-in-buffer):
1748 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
1749 (org-fast-tag-selection):
1750 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
1753 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1755 * diff-mode.el (diff-fine-change): Add :group.
1757 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1759 * cus-start.el (all): Use the same test as the 22.2 branch.
1761 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1763 * diff-mode.el (diff-current-defun): Force recomputation of
1764 change-log-default-name.
1766 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
1768 * startup.el (fancy-startup-screen): Remove an unnecessary newline
1769 and some leftover logic regarding dedicated frames. If showing
1770 concise startup screen, fit window to buffer.
1771 (command-line-1): If we will be using the splash screen, use
1772 find-file instead of find-file-other-window to find additional files.
1773 Comment out unused code for coping with the old sit-for behavior.
1775 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1777 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
1778 `meta' modifier consistently, rather than using sometimes meta
1781 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1783 * window.el (handle-select-window): Revert part of 2007-10-08
1784 change setting the input focus.
1786 2007-10-12 Glenn Morris <rgm@gnu.org>
1788 * startup.el (command-line): Do not read abbrev file in batch mode.
1790 * emacs-lisp/byte-opt.el (top level):
1791 * mail/rmail.el (rmail-list-to-menu):
1792 * obsolete/hilit19.el (hilit-mode):
1793 * progmodes/cc-mode.el (c-postprocess-file-styles)
1794 (c-submit-bug-report):
1795 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1796 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
1797 (reftex-access-parse-file):
1798 * textmodes/reftex-cite.el (reftex-do-citation)
1799 (reftex-insert-bib-matches):
1800 * textmodes/reftex-ref.el (reftex-offer-label-menu):
1801 * textmodes/reftex-sel.el (reftex-select-unmark):
1802 * textmodes/reftex-toc.el (reftex-toc-do-promote):
1803 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
1805 * cus-edit.el (custom-variable-menu, custom-face-menu)
1806 (custom-group-menu): Check init-file-user rather than
1807 user-init-file, in case cus-edit is loaded by site-run-file.
1809 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
1811 * vc.el (vc-deduce-fileset): Delete unused code.
1812 (vc-next-action): Fix typos.
1814 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1816 * bs.el (bs--mark-unmark): New function.
1817 (bs-mark-current, bs-unmark-current): Use it.
1819 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1822 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
1823 temporarily disable the check for his edge case of
1824 vc-diff (stopping it from grinding when called from $HOME), as
1825 it's calling some brittle code in vc-hooks.el.
1826 (with-vc-properties): Fix evaluation time of a macro argument.
1827 * ediff-vers.el (ediff-vc-internal):
1829 * loaddefs.el: Follow up on VC terminology change.
1831 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1833 * follow.el (follow-stop-intercept-process-output):
1834 Use `follow-call-process-filter' rather than `process-filter'.
1836 * vc.el (vc0iff): Prevent errors in an edge case.
1838 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
1840 * vc-hooks.el (vc-registered): Robustify this function a bit
1841 against filenames with no directory component.
1843 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1845 * international/characters.el: Undo unwanted and unexplained change.
1847 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1849 * ps-print.el: Fix the usage of :foreground and :background face
1850 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1851 (ps-print-version): New version 6.7.6.
1852 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1854 (ps-face-foreground-color-p, ps-face-background-color-p)
1855 (ps-face-color-p): New inline funs.
1857 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
1859 * textmodes/org.el (org-additional-option-like-keywords): New constant.
1860 (org-complete): Use `org-additional-option-like-keywords'.
1861 (org-parse-local-options): New function.
1863 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
1865 * textmodes/org.el (org-in-clocktable-p): New function.
1866 (org-clock-report): Only update the table at point, or insert a new one.
1867 (org-clock-goto): New function.
1868 (org-open-file): Use `start-process-shell-command' instead of
1869 `shell-command' with an ampersand.
1870 (org-deadline, org-schedule): New argument REMOVE to remove the
1871 date from the entry.
1872 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
1873 argument to `org-schedule' and `org-deadline'.
1874 (org-trim): Use the correct expressions for beginning and end of
1876 (org-get-cleaned-entry): Trim the string before returning it.
1877 (org-clock-find-position): New function.
1878 (org-clock-into-drawer): New option.
1879 (org-agenda-tags-column): Rename from
1880 `org-agenda-align-tags-to-column'.
1881 (org-agenda-align-tags): Allow negative values for
1882 `org-agenda-tags-column'.
1883 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
1884 (org-agenda-to-appt): New optional argument FILTER.
1885 (org-completion-fallback-command): New variable.
1886 (org-complete): Use `org-completion-fallback-command'.
1887 (org-find-base-buffer-visiting): Catch the case that there is no
1888 buffer visiting the file.
1889 (org-property-or-variable-value): New function.
1890 (org-todo): Use `org-property-or-variable-value'
1891 (org-agenda-compact-blocks): New option.
1892 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
1893 (org-agenda-schedule, org-agenda-deadline):
1894 Call `org-agenda-show-new-time'.
1895 (org-agenda-show-new-time): New argument PREFIX.
1896 (org-colgroup-info-to-vline-list): Fix but that cause a
1897 shift in the vertical lines.
1898 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
1899 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
1900 (org-indent-item): No arg in call to `org-fix-bullet-type'.
1901 (org-fix-bullet-type): Remove argument.
1902 (org-read-date): Check for am/pm twice, to catch the end time.
1903 (org-goto-map): Use `suppress-keymap'.
1904 (org-remember-apply-template): Respect the dynamically scoped
1905 selection character.
1907 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
1909 * textmodes/org-export-latex.el (org-export-latex-protect-string):
1910 Renaming of `org-latex-protect'.
1911 (org-export-latex-emphasis-alist): By default, don't protect
1912 any emphasis formatter from further conversion.
1913 (org-export-latex-tables): Honor column grouping for tables.
1914 (org-export-latex-title-command): New option.
1915 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1916 export backslash character.
1918 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1920 * frame.el (frame-inherited-parameters): Remove unused `environment'
1921 parameter, and let server.el add `client' when needed.
1923 * server.el (server-create-tty-frame)
1924 (server-create-window-system-frame): Set frame-inherited-parameters.
1926 * frame.el (frame-inherited-parameters): New var.
1927 (make-frame): Use it.
1929 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
1931 * env.el (let-environment): Remove. Unused.
1932 (read-envvar-name): Simplify.
1933 (setenv): Remove unused arg `frame'.
1935 * help-fns.el (describe-variable): Add missing " " for multiline
1936 obsolescence info and missing EOL after global value.
1938 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1955 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
1956 {find,init,next,previous,annotate-*,log}-version ->
1957 {find,init,next,previous,annotate-*,log}-revision,
1958 annotate-focus-version -> annotate-working-revision, The term
1959 'focus' is gone. The term 'revision' is now used consistently
1960 everywhere that reference to a revision ID is intended, replacing
1961 older use of 'version'.
1963 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1965 * follow.el: Change all instances of "Follow Mode" to "Follow
1966 mode" in docstrings and messages.
1967 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
1969 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
1971 * vc.el (vc-next-action): Rewrite completely; this principal
1972 entry point now operates on a current fileset selected either
1973 explicitly via VC-Dired or implicitly by visiting a file buffer,
1974 rather than always operating on the file of the current buffer as
1975 in older versions. Rewrite the rest of the mode to match.
1976 (with-vc-properties): Rewrite to operate on a file list.
1977 (with-vc-file): vc-checkin takes a file list argument now.
1978 (vc-post-command-functions): This hook now receives a file list.
1979 (vc-do-command): Take a either a file or a file list as argument.
1980 (vc-deduce-fileset): New function for deducing a file list to
1982 (vc-next-action-on-file, vc-next-action-dired): Remove.
1983 Merge into vc-next-action.
1984 (vc-register): Adapt to the fact that vc-start-entry now takes a
1986 (vc-register-with): New function.
1987 (vc-start-entry): Take a file list argument rather than a
1989 (vc-checkout): Cope with vc-start-entry taking a file list.
1990 (vc-steal-lock): Cope with with-vc-properties taking a
1992 (vc-checkin): Take a file list argument rather than a file argument.
1993 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
1994 (vc-diff-internal): Rewrite for filesets.
1995 (vc-diff-sentinel): New function, tests whether changes were
1996 written into a diff buffer.
1997 (vc-diff): Rewrite for filesets.
1998 (vc-version-diff): Rewrite for filesets.
1999 (vc-print-log): Take a fileset argument.
2000 (vc-revert): Revert the entire selected fileset, not just the
2002 (vc-rollback): Roll back the entire selected fileset, if
2003 possible. No longer accepts a prefix argument.
2004 (vc-update): Merge new changes for the entire selected
2005 fileset, not just the current buffer.
2006 (vc-revert-file): Cope with with-vc-properties taking a file list.
2007 (vc-default-dired-state-info): Add + status suffix if the file is
2009 (vc-annotate-warp-version): Use the new diff machinery.
2010 (vc-log-edit): Take a file list argument rather than a file argument.
2012 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
2014 Sync with Tramp 2.1.11.
2016 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2017 Pacify byte compiler.
2019 * net/trampver.el: Update release number.
2021 2007-10-09 Richard Stallman <rms@gnu.org>
2023 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
2025 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2027 * follow.el: Require easymenu.
2028 (follow-mode-hook, follow-mode): Doc fixes.
2029 (follow-mode-off-hook): Mark as obsolete.
2031 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2033 * window.el (mouse-autoselect-window-cancel): Don't cancel for
2034 select-window or select-frame events.
2035 (handle-select-window): When autoselecting window set input
2038 * frame.el (focus-follows-mouse): Move to frame.c.
2039 * cus-start.el (all): Add focus-follows-mouse.
2041 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2043 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2044 activate font-locking in the *buffer-selection* buffer.
2045 (bs-show-sorted): Doc fix.
2047 * bs.el (bs--get-marked-string, bs--get-modified-string)
2048 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2049 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2050 (bs--format-aux): Doc fix.
2052 2007-10-08 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
2054 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2056 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2058 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
2059 (gud-gdb): New function for old M-x gdb (text command mode).
2060 (gud-gdb-command-name, gdb): Move to...
2062 * progmodes/gdb-ui.el: ...here and adapt doc string.
2063 (gud-gdba-command-name, gdba): Delete.
2065 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2067 * bs.el: Don't defvar `font-lock-verbose'.
2068 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
2069 (bs--get-file-name): Fix typos in docstrings.
2070 (bs--show-header): Use `dolist' instead of `mapcar'.
2071 (bs-mode): Set `show-trailing-whitespace' to nil.
2072 (bs-buffer-sort-function, bs-mouse-select-other-frame)
2073 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
2076 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
2078 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
2080 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2082 * progmodes/gud.el (gdb): Make graphical mode the default and
2083 switch to text command mode if appropriate, i.e., reverse previous
2085 (gud-gdb-marker-filter): Adapt for above change.
2087 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
2088 gud-minor-mode and gud-marker-filter.
2089 (gdb-fullname-regexp): New variable.
2090 (gud-gdba-marker-filter): Use it to switch to text command
2091 mode if appropriate.
2093 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2095 * progmodes/gud.el (gud-display-line): Find source buffer even when
2096 GUD buffer has its own frame.
2098 2007-10-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2100 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
2102 2007-10-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2104 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2106 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2108 * allout.el (allout-before-change-handler): Replace got-char by
2111 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2113 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
2114 Used to try and automatically enabled smerge-mode in the presence of
2115 conflicts and to call `svn resolved' when the conflicts are gone.
2116 (vc-svn-parse-status): Remember the svn-specific status.
2118 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2120 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
2121 menu-bar-apropos-menu. All users changed.
2122 (menu-bar-help-menu): Change menu symbols to better match the text
2123 displayed by the menu.
2125 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2127 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
2130 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2132 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
2134 * log-view.el (log-view-mode-map): Likewise.
2136 * diff-mode.el (diff-mode-shared-map): Likewise.
2138 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2140 * files.el (file-name-sans-versions): Also allow `A-Z'.
2142 * vc.el: Mention all supported VC backends.
2144 2007-10-08 Richard Stallman <rms@gnu.org>
2146 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
2147 neighbouring buttons.
2149 2007-10-08 Andreas Schwab <schwab@suse.de>
2151 * files.el (file-name-sans-versions): Also allow `_'.
2153 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2155 * files.el (file-name-sans-versions): Allow - and a-z in version names.
2157 * log-view.el (log-view-mode-map, log-view-mode-menu):
2158 Bind log-view-annotate-version.
2159 (log-view-beginning-of-defun, log-view-end-of-defun)
2160 (log-view-annotate-version): New functions.
2161 (log-view-mode): Use log-view-beginning-of-defun and
2162 log-view-end-of-defun.
2164 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2166 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2168 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2170 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2171 neighbouring buttons.
2173 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2174 Recognize gcc's use of "note" for informational messages.
2176 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2178 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2179 (css-mode): Update correspondingly.
2181 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2183 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2184 Signed-off-by, Acked-by and Merge.
2186 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2188 * ediff-init.el (ediff-verbose-p): This var is not a constant.
2190 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2192 * vc-mtn.el: New file.
2194 * vc-hooks.el (vc-handled-backends): Add Mtn.
2196 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2198 * files.el (find-file, find-file-other-window)
2199 (find-file-other-frame, find-file-existing, find-file-read-only)
2200 (find-file-read-only-other-window)
2201 (find-file-read-only-other-frame)
2202 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
2204 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2206 * progmodes/gud.el (gdb-ready): New variable.
2207 (gdb): Set it to nil. Set gud-running to nil here...
2208 (gud-common-init): ...instead of here.
2210 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
2211 Use gdb-ready. Discard input until GDB is ready to accept it.
2213 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2215 * dired.el (dired-warning): Inherit from font-lock-warning-face to
2216 make it show up with eight colors.
2218 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2220 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
2221 diffs are concatenated with no intervening line.
2223 2007-10-08 Dave Love <fx@gnu.org>
2225 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
2226 (python-font-lock-keywords): Update to the 2.5 version of the language.
2227 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
2228 (python-backspace): Only behave funny in code.
2229 (python-compilation-regexp-alist): Add PDB stack trace regexp.
2230 (inferior-python-mode): Add PDB prompt regexp.
2231 (python-fill-paragraph): Refine the fenced-string regexp.
2232 (python-find-imports): Handle imports spanning several lines.
2233 (python-mode): Add `class' to hideshow support.
2235 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2237 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2238 Use add-log-buffer-file-name-function rather than binding
2239 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
2240 when `fi' is the ChangeLog file itself.
2242 * outline.el (outline-flag-region): Use front-advance.
2244 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
2246 * progmodes/cperl-mode.el: Merge upstream 5.23.
2247 (cperl-where-am-i): Remove function.
2248 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
2249 (cperl-sniff-for-indent): De-invert [string] and [comment].
2250 When looking for label, skip s:m:y:tr.
2251 (cperl-indent-line): Likewise.
2252 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
2253 (cperl-windowed-init): Wrong `ps-print' handling.
2254 Both thanks to Chong Yidong.
2255 (cperl-look-at-leading-count): Could fail with unfinished RExen.
2256 (cperl-find-pods-heres): If the second part of s()[] is missing,
2257 don't try to highlight delimiters...
2259 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2261 * progmodes/compile.el (compilation-get-file-structure): Complete last
2262 change by also using spec-directory in the puthash.
2264 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
2266 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
2267 (vc-bzr-status): Fix shadowing of variable 'status'.
2268 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
2269 Use `expand-file-name' instead of `concat'.
2270 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
2271 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
2273 2007-10-08 Jason Rumney <jasonr@gnu.org>
2275 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
2277 2007-10-08 Richard Stallman <rms@gnu.org>
2279 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
2280 Add `safe-local-variable' property.
2281 (lisp-body-indent): Likewise.
2283 2007-10-08 Richard Stallman <rms@gnu.org>
2285 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
2288 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2290 * files.el (backup-buffer-copy): Try to overwrite old backup first.
2292 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2294 * repeat.el (repeat): Use last-repeatable-command instead of
2295 real-last-command. Run pre- and post-command hooks for
2296 self-insertion. Update doc-string.
2298 2007-10-08 Alexandre Julliard <julliard@winehq.org>
2300 * vc-git.el (vc-git-state): Call git-add --refresh to update the
2302 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2303 (vc-git-create-repo): Fix invalid command.
2305 2007-10-08 Richard Stallman <rms@gnu.org>
2307 * textmodes/flyspell.el (flyspell-mode):
2308 Catch errors in flyspell-mode-on.
2310 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2312 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
2314 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2316 * international/encoded-kb.el (encoded-kbd-setup-display):
2317 Use input-decode-map rather than local-key-translation-map.
2319 * term/rxvt.el (rxvt-alternatives-map): New map.
2320 (terminal-init-rxvt): Use it.
2321 Bind rxvt-function-map in input-decode-map.
2323 * term/xterm.el (xterm-alternatives-map): New map.
2324 (terminal-init-xterm): Use it.
2325 Bind xterm-function-map in input-decode-map.
2327 * term/x-win.el (x-alternatives-map): New var.
2328 (x-setup-function-keys): Use it.
2330 * help-fns.el (describe-variable): Slightly change the layout of
2331 meta-info to separate it better from the docstring.
2332 Standardize insertion of extra empty lines in various circumstances.
2334 * diff-mode.el (diff-hunk-style): New fun.
2335 (diff-end-of-hunk): Use it.
2336 (diff-context->unified): Use the new `apply' undo element,
2337 if applicable, so as to save undo-log space.
2338 (diff-fine-change): New face.
2339 (diff-fine-highlight-preproc): New function.
2340 (diff-fine-highlight): New command.
2341 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
2343 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
2344 (smerge-refine-highlight-change): Add `props' argument.
2345 (smerge-refine-subst): New function holding most of smerge-refine.
2346 (smerge-refine): Use it.
2348 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
2350 * vc.el (vc-default-wash-log): Remove unused code, the
2351 log washers all live in the backends now.
2352 (vc-default-comment-history): Correct for the fact
2353 that wash-log is argumentless in the new API.
2355 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
2357 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
2358 (tramp-maybe-send-script): Apply `member' but `memq'.
2359 (tramp-advice-file-expand-wildcards): Simplify implementation.
2361 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2363 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
2365 * mb-depth.el (minibuf-depth-indicator-function): New variable.
2366 (minibuf-depth-setup-minibuffer): Use it.
2368 2007-10-07 Glenn Morris <rgm@gnu.org>
2370 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
2373 2007-10-06 Juri Linkov <juri@jurta.org>
2375 * textmodes/fill.el (fill-paragraph-or-region): New function.
2377 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
2378 instead of fill-paragraph.
2380 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
2381 with fill-paragraph-or-region. Suspend command is now the same
2382 `suspend-frame' on window systems and on tty.
2384 * image.el (image-type): Check if image-types is bound to not fail
2387 * delsel.el (delete-selection-pre-hook):
2388 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
2389 is fbound to not fail on mouseless tty.
2391 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
2393 * net/tramp.el (top): Move loading of tramp-util.el and
2394 tramp-vc.el to tramp-compat.el.
2395 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
2396 temporary file if possible, in order to avoid a security hole.
2397 (tramp-do-copy-or-rename-file-out-of-band)
2398 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
2399 with DONT-CREATE, because the connection is not setup yet.
2400 (tramp-handle-process-file): Rewrite temporary file handling.
2401 (tramp-completion-mode): New defvar.
2402 (tramp-completion-mode-p): Use it.
2404 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
2406 * net/tramp-fish.el (tramp-fish-handle-process-file):
2407 Rewrite temporary file handling.
2409 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
2411 * vc.el: Workfile version -> focus version change. Port various
2412 comments from new VC to reduce the noise in the diff.
2413 Patch in the new vc-create-repo function to go with the
2414 header comment about it already present.
2415 There are no changes to existing logic in this patch.
2416 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
2418 2007-10-06 Aaron Hawley <aaronh@garden.org>
2420 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
2422 2007-10-05 Chris Moore <dooglus@gmail.com>
2424 * server.el (server-kill-new-buffers): Doc fix.
2426 2007-10-05 John W. Eaton <jwe@octave.org>
2428 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
2429 (octave-begin-keywords): Add "do".
2430 (octave-end-keywords): Remove "end".
2431 (octave-reserved-words): Add "end". Remove "all_va_args",
2432 "gplot", and 'gsplot".
2433 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
2434 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
2435 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
2436 "default_return_value", "define_all_return_values",
2437 "do_fortran_indexing", "empty_list_elements_ok",
2438 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
2439 "ok_to_lose_imaginary_part", "prefer_column_vectors",
2440 "prefer_zero_one_indexing", "propagate_empty_matrices",
2441 "resize_on_range_error", "treat_neg_dim_as_zero",
2442 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
2443 "warn_divide_by_zero", "warn_function_name_clash",
2444 "warn_missing_semicolon", "whitespace_in_literal_matrix".
2445 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
2446 "crash_dumps_octave_core", "sighup_dumps_octave_core",
2447 "sigterm_dumps_octave_core".
2448 (octave-block-match-alist): Remove "end" from block-end keywords.
2449 (octave-mode): Update ftp site address.
2451 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2453 * vc.el: Reorder functions, no code changes.
2455 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
2457 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
2458 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
2459 the cond clauses where needed.
2460 (tramp-handle-write-region): Rearrange code for proper handling of
2463 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
2466 * net/tramp-fish.el:
2468 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
2469 `tramp-compat-make-temp-file'.
2471 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2473 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
2475 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2477 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
2478 already uses a more recent copyright version than the "current" one.
2480 2007-10-03 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
2482 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
2483 (doc-view-insert-image): Minor aesthetical docstring changes.
2485 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
2487 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
2488 completing filename.
2489 (doc-view-search-internal): Docstring change.
2491 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
2493 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
2494 (tramp-file-name-handler-alist):
2495 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
2496 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
2497 used before, creates the file already, which is not desired.
2498 (tramp-do-copy-or-rename-file-directly): Simplify handling of
2500 (tramp-handle-insert-file-contents): Assign the result in the
2502 (tramp-handle-insert-file-contents-literally): New defun.
2503 (tramp-completion-mode-p): Revert change from 2007-09-24.
2504 Checking for `return' etc as last character is not sufficient, for
2505 example in dired-mode when entering <g> (revert-buffer) or
2508 * net/tramp-compat.el (top): Add also compatibility code for loading
2509 appropriate timer package.
2510 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
2511 order to avoid autoloading problems.
2513 * net/tramp-fish.el:
2514 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
2516 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
2517 where the second parameter of `copy-file' or `rename-file' is a
2518 remote file but not via ftp.
2520 2007-10-02 Richard Stallman <rms@gnu.org>
2522 * frame.el (cursor-in-non-selected-windows): Doc fix.
2524 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
2526 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
2527 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
2529 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
2531 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
2532 when `expt' doesn't give range errors.
2534 2007-10-01 Markus Triska <markus.triska@gmx.at>
2536 * calc/calc-math.el (math-smallest-emacs-expt):
2537 Make the computation more robust.
2539 2007-09-30 David Kastrup <dak@gnu.org>
2541 * startup.el (argv): Alias for `command-line-args-left' to use as
2542 `(pop argv)' inside of --eval command sequences. Allows for
2543 passing shell commands into Emacs verbatim without need for Lisp
2546 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
2547 check only for changed size.
2548 (auto-revert-tail-handler): Get size from caller. If the file has
2549 shrunk, tail the whole file again (the file presumably has been
2552 * woman.el (woman-topic-all-completions, woman-mini-help):
2553 Fix fallout from 2007-09-07 introduction of `dolist' when the list
2554 actually was being manipulated in the loop.
2555 (woman-Cyg-to-Win, woman-pre-process-region)
2556 (woman-horizontal-escapes, woman-if-body, woman-unescape)
2557 (woman-strings, woman-special-characters, woman1-hc)
2558 (woman-change-fonts, woman-find-next-control-line):
2559 Use `match-beginning' rather than `match-string' when the result is
2560 just used as a flag.
2562 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
2564 * net/tramp-compat.el: New file.
2567 * net/tramp-fish.el:
2570 * net/trampver.el: Move compatibility code to tramp-compat.el.
2571 Apply `mapc' instead of `mapcar' when the code needs side effects
2572 only. Move utf-8 coding cookie to the second line.
2574 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
2576 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
2577 Improve custom type.
2578 (icon-map-list): Make it customizable. Document how to disable
2581 2007-09-30 Richard Stallman <rms@gnu.org>
2583 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
2585 2007-09-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2587 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2589 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2591 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
2592 (t-mouse-mode): New compatibility alias.
2594 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
2596 * server.el (server-delete-client): Only delete the terminal if it
2599 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
2601 * net/tramp.el (with-file-property, with-connection-property):
2602 Highlight as keyword.
2603 (tramp-rfn-eshadow-setup-minibuffer)
2604 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2605 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
2606 (tramp-do-copy-or-rename-file-directly)
2607 (tramp-do-copy-or-rename-file-out-of-band)
2608 (tramp-handle-shell-command, tramp-get-debug-buffer)
2609 (tramp-send-command-and-read, tramp-equal-remote)
2610 (tramp-get-local-gid): Pacify byte-compiler.
2611 (tramp-handle-file-name-directory): Result shall not be expanded.
2612 (tramp-find-foreign-file-name-handler): Rewrite.
2613 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
2615 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
2617 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
2618 Apply `tramp-completion-mode-p'.
2619 (tramp-fish-handle-set-file-times)
2620 (tramp-fish-handle-executable-find)
2621 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
2622 (tramp-fish-retrieve-data): Pacify byte-compiler.
2624 * net/tramp-gw.el (tramp-gw-basic-authentication):
2625 Call `tramp-read-passwd' with first parameter `nil'.
2627 2007-09-28 Glenn Morris <rgm@gnu.org>
2629 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
2632 * textmodes/tex-mode.el (tex-suscript-height-ratio)
2633 (tex-suscript-height-minimum): New customizable variables.
2634 (tex-suscript-height): New function.
2635 (superscript, subscript): Set height using tex-suscript-height
2636 rather than fixing at 0.8.
2637 (tex-fontify-script, tex-font-script-display): Add :version tag.
2639 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
2641 * progmodes/python.el (python-eldoc-function): Doc fix.
2643 2007-09-27 Glenn Morris <rgm@gnu.org>
2645 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
2646 image if it is not in image-type-auto-detectable, or is there with
2649 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
2651 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
2652 connection more robust.
2654 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2656 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2657 Deal with the case that special &keywords are at the beginning or
2658 end of the argument list. Also add some (incomplete) support for
2659 non-standard arglists.
2661 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2663 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
2664 (eldoc-message-commands, eldoc-current-idle-delay)
2665 (eldoc-function-argstring-format): Fix typos in docstrings.
2667 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
2669 * calc/calc-units.el (calc-convert-units)
2670 (calc-convert-temperature): Remove unnecessary colons.
2672 2007-09-26 Bastien Guerry <bzg@altern.org>
2674 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
2676 (org-export-latex-remove-from-headlines): Name changed because of typo.
2677 (org-export-latex-quotation-marks-convention): Option removed.
2678 (org-export-latex-make-preamble): Handle the DATE option.
2679 (org-export-latex-cleaned-string): Now the only cleaning function,
2680 synched up with org.el.
2681 (org-export-latex-lists, org-export-latex-parse-list)
2682 (org-export-list-to-latex): New functions.
2684 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
2686 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
2687 (org-outline-regexp): New constant.
2688 (org-remember-handler): Throw error when the target file is not in
2690 (org-cleaned-string-for-export): No longer call
2691 `org-export-latex-cleaned-string' with an argument.
2692 (org-get-tags): Returns now a list, not a string.
2693 (org-get-tags-string): New function.
2694 (org-archive-subtree): No need to split return of `org-get-tags'.
2695 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
2696 instead of `org-get-tags'.
2697 (org-agenda-format-date): Rename from `org-agenda-date-format'.
2698 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
2699 (org-compatible-face): New argument INHERITS. Inherit from this
2701 (org-level-1, org-level-2, org-level-3, org-level-4)
2702 (org-level-5, org-level-6, org-level-7, org-level-8)
2703 (org-special-keyword, org-drawer, org-column, org-warning)
2704 (org-archived, org-todo, org-done, org-headline-done, org-table)
2705 (org-formula, org-code, org-agenda-structure)
2706 (org-scheduled-today, org-scheduled-previously)
2707 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
2709 (org-get-heading): New argument NO-TAGS.
2710 (org-fast-tag-selection-include-todo): Made defvar instead of
2711 defcustom, feature is not deprecated.
2712 (org-remember-store-without-prompt): New default value t.
2713 (org-todo-log-states): New variable.
2714 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
2715 Compute the log states.
2716 (org-goto-map): More commands copied from global map. Also bind
2718 (org-goto): Made into a general lookup command.
2719 (org-get-location): Complete rewrite.
2720 (org-goto-exit-command): New variable.
2721 (org-goto-selected-point): New variable.
2722 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
2723 Set the new variables.
2724 (org-paste-subtree): Whitespace insertion strategy revised.
2725 (org-remember-apply-template): Protect v-A from the possibility
2726 that v-a might be nil.
2727 (org-remember-handler): Insertion rules revised.
2728 (org-todo): Respect org-todo-log-states.
2729 (org-up-heading-safe): New function.
2730 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
2732 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2734 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
2735 region if in transient-mark-mode.
2737 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
2739 * calc/calc-ext.el (calc-init-extensions, calc-reset):
2740 * calc/calc-help.el (calc-full-help):
2741 * calc/calc-misc.el (another-calc):
2742 * calc/calc-store.el (calc-var-name-map):
2743 * calc/calc-stuff.el (calc-flush-caches):
2744 * calc/calc-units.el (math-build-units-table):
2745 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
2747 * calendar/icalendar.el (icalendar--format-ical-event)
2748 (icalendar--convert-ical-to-diary):
2749 * emacs-lisp/authors.el (authors):
2750 * emacs-lisp/cust-print.el (custom-print-install)
2751 (custom-print-uninstall):
2752 * emacs-lisp/disass.el (disassemble-1):
2753 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2754 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
2755 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
2756 (elint-check-let-form, elint-check-condition-case-form)
2758 * emacs-lisp/elp.el (elp-results):
2759 * emacs-lisp/generic.el (generic-mode-internal):
2760 * emacs-lisp/re-builder.el (reb-delete-overlays):
2761 * emacs-lisp/regi.el (regi-interpret):
2762 * emacs-lisp/sregex.el (sregex--char-aux):
2763 * emulation/cua-rect.el (cua--deactivate-rectangle)
2764 (cua--highlight-rectangle, cua--rectangle-post-command):
2765 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
2766 * emulation/viper-macs.el (viper-describe-kbd-macros)
2767 (viper-describe-one-macro):
2768 * emulation/viper-util.el (viper-setup-master-buffer):
2769 * emulation/viper.el (set-viper-state-in-major-mode):
2770 * international/mule-diag.el (describe-current-coding-system):
2771 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
2772 * mail/emacsbug.el (report-emacs-bug):
2773 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
2774 * obsolete/hilit19.el (hilit-unhighlight-region)
2775 (hilit-set-mode-patterns):
2776 * play/solitaire.el (solitaire-check, solitaire-solve):
2777 * play/zone.el (zone-pgm-rotate):
2778 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
2779 * progmodes/ada-prj.el (ada-prj-display-page):
2780 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
2781 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
2782 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
2783 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
2784 * progmodes/sh-script.el (sh-make-vars-local)
2785 (sh-reset-indent-vars-to-global-values):
2786 * progmodes/sql.el (top):
2787 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
2788 * progmodes/xscheme.el (top):
2789 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
2790 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
2791 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
2792 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
2793 (artist-submit-bug-report):
2794 * textmodes/flyspell.el (flyspell-delay-commands)
2795 (flyspell-deplacement-commands):
2796 * textmodes/table.el (table--generate-source-epilogue, table-insert)
2797 (table--generate-source-cells-in-a-row, table--make-cell-map)
2798 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
2800 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
2802 * allout.el (produce-allout-mode-map, allout-process-exposed):
2803 * ansi-color.el (ansi-color-make-color-map):
2804 * autoinsert.el (auto-insert):
2805 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
2806 * dired-aux.el (dired-create-files):
2807 * dired.el (dired-restore-desktop-buffer):
2808 * ediff-diff.el (ediff-setup-fine-diff-regions):
2809 * ediff-mult.el (ediff-intersect-directories)
2810 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
2811 (ediff-redraw-registry-buffer):
2812 * ediff-ptch.el (ediff-fixup-patch-map):
2813 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
2814 (ediff-really-quit, ediff-clear-diff-vector):
2815 * emerge.el (emerge-really-quit):
2816 * ffap.el (ffap-replace-file-component):
2817 * filecache.el (file-cache-add-directory)
2818 (file-cache-add-directory-recursively)
2819 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
2820 (file-cache-delete-directory, file-cache-files-matching-internal)
2821 (file-cache-display):
2823 * find-lisp.el (find-lisp-insert-directory):
2824 * finder.el (finder-compile-keywords):
2825 * help.el (view-emacs-news):
2826 * hi-lock.el (hi-lock-write-interactive-patterns):
2827 * ido.el (ido-to-end, ido-set-matches-1):
2828 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
2829 (image-dired-mark-tagged-files):
2830 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2831 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
2832 * ps-print.el (ps-background, ps-begin-file)
2833 (ps-build-reference-face-lists):
2834 * simple.el (clone-buffer):
2835 * startup.el (command-line):
2836 * tempo.el (tempo-insert-template, tempo-is-user-element)
2837 (tempo-forward-mark, tempo-backward-mark):
2838 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
2840 2007-09-25 Glenn Morris <rgm@gnu.org>
2842 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
2844 * view.el (view-search-no-match-lines): Add a doc string.
2845 Rewrite to simplify and work better.
2847 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
2849 * progmodes/cc-mode.el (c-mode-base-map):
2850 Use c-indent-line-or-region instead of c-indent-line.
2852 * indent.el (indent-for-tab-command): First check if the region is
2855 2007-09-24 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
2857 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
2858 whitespace-rescan-timer-time is 0.
2860 2007-09-24 Karl Berry <karl@gnu.org>
2862 * international/mule.el (coding-system-base): Fix doc string grammar.
2864 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
2866 * net/tramp.el (tramp-completion-mode-p): Rename from
2867 `tramp-completion-mode'. Revert logic, check `return', `newline'
2868 and such alike. Packages like Icicles tend to use other completion
2869 characters but `tab' and `space' only.
2871 2007-09-24 Adam Hupp <adam@hupp.org>
2873 * progmodes/python.el (run-python): Import emacs module without
2874 waiting; prevents lockup on error.
2876 2007-09-23 Richard Stallman <rms@gnu.org>
2878 * mail/sendmail.el (mail-bury): Delete the frame
2879 if this frame looks like it was made for this message.
2881 * completion.el (completion-separator-self-insert-command)
2882 (completion-separator-self-insert-autofilling):
2883 If `self-insert-command' has been remapped, use the substitute.
2885 * simple.el (copy-region-as-kill): Doc fix.
2887 * textmodes/org.el (org-confirm-shell-link-function)
2888 (org-confirm-elisp-link-function): Doc fixes.
2890 2007-09-23 Glenn Morris <rgm@gnu.org>
2892 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
2894 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
2896 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
2898 * term/tvi970.el (terminal-init-tvi970): Likewise.
2900 * term/sun-mouse.el (print-mouse-format): Likewise.
2902 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
2903 Use forward-line instead of previous-line and next-line.
2905 2007-09-22 Juri Linkov <juri@jurta.org>
2907 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
2909 * tutorial.el (tutorial--default-keys): Update standard bindings:
2910 rename `iconify-or-deiconify-frame' to `suspend-frame',
2911 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
2913 2007-09-22 Juri Linkov <juri@jurta.org>
2915 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
2916 Add help-echo to external links and to links without description.
2917 (fancy-splash-insert): Use help-echo from the 3rd element of the
2918 link specification list, or "Follow this link" if it's nil. Doc fix.
2920 2007-09-22 Juri Linkov <juri@jurta.org>
2922 * startup.el (command-line): Rename `inhibit-startup-message' to
2923 `inhibit-startup-screen'.
2924 (fancy-about-text): Use shorter label for "Ordering Manuals".
2925 (fancy-startup-tail): Add optional arg `concise'. When `concise'
2926 is nil, display a line with "To start..." and 3 links to useful
2927 tasks. Display the "Dismiss" button and "Don't show this message
2928 again" only when concise is non-nil.
2929 (fancy-startup-screen): Call `fancy-startup-tail' with optional
2930 arg `concise'. If CONCISE is non-nil, display a concise version
2931 of the splash screen in another window. Otherwise, switch to the
2932 startup buffer in the same window.
2933 (startup-echo-area-message): Change displayed binding from
2934 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
2935 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
2937 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
2939 (display-about-screen): Don't check the existence of the buffer
2940 "*About GNU Emacs*".
2941 (display-splash-screen): Make alias to `display-startup-screen'.
2942 (command-line-1): Rename `inhibit-startup-message' to
2943 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
2944 started with command line options "-f", "-funcall", "-e", "-eval",
2945 "-execute", "-insert", "-find-file", "-file", "-visit".
2946 Inhibit startup screen when Emacs is started with a file name only
2947 on tty (i.e. don't inhibit it when started with a file name like
2948 "emacs FILE..." on a window system).
2949 (command-line-1): Simplify logic of displaying the startup screen:
2950 if file-count > 0, then display the concise version in another
2951 window, otherwise display full version in the same window.
2953 * help.el (help-map): Bind C-h C-a to about-emacs.
2954 (help-for-help-internal): Add C-a description to C-h help text.
2956 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
2958 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
2959 (checkdoc-permit-comma-termination-flag): Autoload the
2960 safe-local-variable setting.
2962 * bookmark.el (bookmark-xemacsp): Remove.
2963 (bookmark-make): Don't use bookmark-xemacsp,
2964 use (featurep 'xemacs) instead.
2966 * speedbar.el (speedbar-frame-mode)
2967 (speedbar-frame-reposition-smartly)
2968 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
2969 (speedbar-check-vc): Remove use of non-existent variable
2970 dframe-xemacsp, use (featurep 'xemacs) instead.
2972 * indent.el (indent-for-tab-command): Indent the region if
2973 transient-mark-mode and the region is active.
2975 2007-09-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
2977 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
2978 add inferior-octave-directory-tracker to the buffer-local value
2979 of comint-input-filter-functions.
2981 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2983 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
2985 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
2987 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
2990 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2992 * startup.el (normal-top-level): Remove DISPLAY from
2993 process-environment to let it be computed dynamically in callproc.c.
2995 * frame.el (frame-initialize, make-frame):
2996 * faces.el (tty-set-up-initial-frame-faces):
2997 * env.el (setenv): Don't set display-environment-variable.
2999 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
3000 (server-create-tty-frame): Don't set unused `tty' property.
3001 Set `display' instead of display-environment-variable.
3002 (server-create-window-system-frame): No display-environment-variable.
3004 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
3006 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
3007 (rfn-eshadow-update-overlay-hook): New defvars.
3008 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
3011 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
3012 (tramp-rfn-eshadow-setup-minibuffer)
3013 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
3016 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
3019 2007-09-21 Glenn Morris <rgm@gnu.org>
3021 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
3022 * term/sun-mouse.el (suspend-emacstool): Remove.
3023 * term/sun.el: Remove emacstool-related code.
3025 * emacs-lisp/bytecomp.el (byte-compile-warnings)
3026 (byte-compile-warnings-safe-p): Add `mapcar'.
3027 (byte-compile-warning-types): Add mapcar and make-local.
3028 (byte-compile-normal-call): Add option to suppress mapcar warning.
3029 (top-level): Use mapc rather than mapcar in eval-when-compile.
3031 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
3032 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
3033 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
3034 Handle escaped parens.
3035 (latex-forward-sexp): Doc fix.
3037 * eshell/esh-mode.el (eshell-output-filter-functions):
3038 Add eshell-postoutput-scroll-to-bottom.
3040 * loadup.el: Remove termdev.
3042 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
3043 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
3045 2007-09-21 Markus Triska <markus.triska@gmx.at>
3047 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
3048 `mapcar' is called for effect.
3050 2007-09-21 Kevin Ryde <user42@zip.com.au>
3052 * international/mule.el (sgml-html-meta-auto-coding-function):
3053 Bind `case-fold-search' to t.
3055 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3057 * termdev.el: Remove.
3059 * frame.el (get-device-terminal): New function. Moved from termdev.el.
3060 (frames-on-display-list): Use it.
3062 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
3064 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
3066 2007-09-20 Richard Stallman <rms@gnu.org>
3068 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
3070 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3072 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
3074 2007-09-20 Glenn Morris <rgm@gnu.org>
3076 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3077 motion functions, rather than hard-coding "\n\n".
3078 (tex-validate-region): Check for eobp, to speed up.
3079 (tex-next-unmatched-end): Doc fix.
3081 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3083 * files.el (auto-mode-alist): Use archive-mode for .rar files.
3085 * international/mule.el (auto-coding-alist): Rar archives are binary.
3087 * arc-mode.el: Add basic support for Rar.
3088 (archive-find-type): Recognize Rar's signature.
3089 (archive-desummarize): New fun.
3090 (archive-summarize): Use it to restore the buffer's data in case
3091 someone wants to switch to some other major mode.
3092 (archive-resummarize): Use it as well.
3093 (archive-rar-summarize, archive-rar-extract): New functions.
3095 * filesets.el: Remove spurious * in docstrings.
3096 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
3097 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
3098 (filesets-ingroup-collect): Remove unused arg `depth'.
3099 (filesets-update): Remove unused arg `version'.
3101 * finder.el (finder-compile-keywords): Fix up comment style.
3102 (finder-mouse-face-on-line): previous-line -> forward-line.
3104 * recentf.el: Remove spurious * in docstrings.
3105 (recentf-save-list): Fix up comment style.
3107 * progmodes/octave-mod.el: Remove spurious * in docstrings.
3108 (octave-mode-map): Move init into declaration and remove \t binding.
3109 (octave-mode-startup-message): Remove unused var.
3110 (octave-scan-blocks): Remove unused arg `from'.
3111 (octave-forward-block, octave-down-block, octave-up-block):
3114 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
3115 (meta-mode-map): Likewise and remove \t binding.
3117 * net/snmp-mode.el: Remove spurious * in docstrings.
3118 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
3119 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
3120 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
3121 that completion accepts lists of strings.
3122 (snmp-mode-syntax-table): Move initialization into declaration.
3123 (snmp-mode-map): Likewise and remove \t binding.
3124 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
3125 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
3126 (snmp-indent-command): Remove.
3128 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
3129 binding, so tab-always-indent works right.
3131 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
3133 * net/browse-url.el (browse-url-elinks-new-window): New function.
3134 (browse-url-elinks): Use browse-url-elinks-new-window.
3135 Accept optional second argument `new-window'. Fix typo in doc-string.
3136 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
3137 Improve error message.
3139 2007-09-19 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3141 * net/browse-url.el (browse-url-url-encode-chars): Use the right
3142 parameter name in the function body.
3143 Reported by Johannes Weiner.
3145 2007-09-19 Glenn Morris <rgm@gnu.org>
3147 * net/socks.el (socks-open-network-stream): Signal an explicit
3148 error if the port associated with a service string can't be found.
3150 * textmodes/tex-mode.el (tex-terminate-paragraph):
3151 Use backward-paragraph.
3153 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3155 * server.el (server-running-p): New function.
3157 2007-09-18 Jason Rumney <jasonr@gnu.org>
3159 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
3162 * frame.el (select-frame-set-input-focus, select-frame-by-name):
3163 Use x-focus-frame for w32.
3165 2007-09-17 David Kastrup <dak@gnu.org>
3167 * textmodes/tex-mode.el (tex-verbatim-environments):
3168 Eliminate CL dependency.
3170 2007-09-17 Richard Stallman <rms@gnu.org>
3172 * newcomment.el (comment-add): New arg EXTRA.
3173 (comment-region-default): Pass EXTRA if not indenting lines.
3175 2007-09-17 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3177 * net/browse-url.el (browse-url-url-encode-chars): New function.
3178 URL-encode some chars in a string.
3179 (browse-url-encode-url): Rewrite using the previous function.
3180 (browse-url-file-url): Use `browse-url-url-encode-chars'.
3181 (browse-url-elinks-sentinel): Fix typo.
3182 (browse-url-new-window-flag): Doc change.
3184 2007-09-17 Glenn Morris <rgm@gnu.org>
3186 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
3187 filename from `--file-line-error', if it is available.
3189 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
3191 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
3192 TeX `--file-line-error' format.
3194 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3196 * xt-mouse.el: Delete add-hook calls that were moved to
3198 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
3201 2007-09-17 Richard Stallman <rms@gnu.org>
3203 * cus-face.el (custom-theme-set-faces): Undo previous change.
3205 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
3207 2007-09-17 Glenn Morris <rgm@gnu.org>
3209 * textmodes/tex-mode.el (tex-region): Simplify previous change,
3210 handling the case where the region is not in `tex-main-file'.
3211 (tex-region-1): Delete.
3212 (tex-region-header): New function, doing the header part of the
3215 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3217 * simple.el (newline): Simplify use of prefix-numeric-value.
3218 (line-move-partial): Remove unused var `ppos'.
3219 (line-move-1): Replace 9999 with most-positive-fixnum.
3220 (move-end-of-line): Use more efficient single-property search.
3221 (move-beginning-of-line): Remove unused var `start'.
3222 (blink-matching-open): Restructure in a more functional style.
3224 2007-09-16 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3226 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
3228 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3230 * server.el (server-clients): Only keep procs, no properties any more.
3231 (server-client): Remove.
3232 (server-client-get, server-client-set): Remove, replace all callers by
3233 process-get and process-put resp.
3234 (server-clients-with, server-add-client, server-delete-client)
3235 (server-create-tty-frame, server-create-window-system-frame)
3236 (server-process-filter, server-execute, server-visit-files)
3237 (server-buffer-done, server-kill-buffer-query-function)
3238 (server-kill-emacs-query-function, server-switch-buffer)
3239 (server-save-buffers-kill-terminal): Update accordingly.
3241 * server.el (server-with-environment): Simplify.
3242 (server-select-display, server-unselect-display): Re-add functions that
3243 seem to have been lost in the multi-tty merge.
3244 (server-eval-and-print, server-create-tty-frame)
3245 (server-create-window-system-frame, server-goto-toplevel)
3246 (server-execute, server-return-error): New functions extracted from
3247 server-process-filter.
3248 (server-execute-continuation): New functions.
3249 (server-process-filter): Restructure so that all arguments are analysed
3250 first and then acted upon in a subsequent stage. This way
3251 server-goto-toplevel can be executed later, when we know if
3253 Remove the "-version" and "-version-good" support.
3255 2007-09-16 Drew Adams <drew.adams@oracle.com>
3257 * cus-edit.el (custom-face-edit-activate): Doc fix.
3259 2007-09-16 Glenn Morris <rgm@gnu.org>
3261 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
3262 Following cal-bahai renaming, update all instances of
3263 list-bahai-diary-entries to diary-bahai-list-entries,
3264 mark-bahai-diary-entries to diary-bahai-mark-entries,
3265 calendar-goto-bahai-date to calendar-bahai-goto-date,
3266 insert-bahai-diary-entry to diary-bahai-insert-entry,
3267 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
3268 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
3269 calendar-print-bahai-date to calendar-bahai-print-date.
3271 * textmodes/tex-mode.el (tex-region): Handle the case where the
3272 region is not in `tex-main-file'. Move the old code that applies
3274 (tex-region-1): ...to this new function.
3276 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3278 * vc.el (vc-process-sentinel): New function.
3279 (vc-exec-after): Use it instead of using ugly hackish analysis and
3280 construction of Elisp code.
3281 (vc-sentinel-movepoint): New dynamically scoped var.
3282 (vc-print-log, vc-annotate): Set it to move the user's point.
3284 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
3285 inhibit-modification-hooks.
3287 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
3288 (calendar-bahai-print-date, calendar-bahai-goto-date)
3289 (diary-bahai-list-entries, diary-bahai-insert-entry):
3290 New names to clean up the namespace a bit more.
3291 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
3293 2007-09-15 Glenn Morris <rgm@gnu.org>
3295 * calendar/holidays.el (holiday-list): Rename it back to
3296 `list-holidays', but leave `holiday-list' as an alias.
3298 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
3301 * textmodes/css-mode.el (css): New custom group.
3302 (css-electrick-keys, css-selector, css-property)
3303 (css-indent-offset): Specify custom group.
3305 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
3307 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
3308 (cvs-execute-single-file): Use process-file.
3309 (cvs-run-process): Use start-file-process.
3311 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
3313 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
3314 level. Remove the hooks when turning off the mode.
3316 * term/xterm.el: Require xt-mouse at compile time.
3317 (terminal-init-xterm): Turn on xterm mouse tracking for this
3318 terminal if xterm-mouse-mode is enabled.
3320 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3322 * term/xterm.el (xterm-function-map): Replace bindings that were
3323 deleted by the merge.
3325 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
3327 * play/bubbles.el (bubbles-version): Bump value to "0.5".
3328 (bubbles-mode-map): Move define-key statements here.
3329 (bubbles-game-theme-menu): Ditto.
3330 (bubbles-graphics-theme-menu): Ditto.
3331 (bubbles-menu): Ditto.
3332 (bubbles-mode): Initialize buffer-undo-list, redisplay.
3333 (bubbles--initialize): Reset buffer-undo-list, redisplay.
3334 (bubbles-plop): Set buffer-undo-list, redisplay.
3335 (bubbles-undo): Reset buffer-undo-list, redisplay.
3336 (bubbles--show-images): Take care of missing text properties.
3338 2007-09-14 Glenn Morris <rgm@gnu.org>
3340 * startup.el (fancy-startup-text, fancy-about-text): Fix face
3343 * calendar/cal-hebrew.el, calendar/cal-menu.el
3344 * calendar/calendar.el, calendar/diary-lib.el
3345 * calendar/holidays.el: Rename all instances of
3346 list-calendar-holidays callers to calendar-list-holidays,
3347 list-holidays to holiday-list, check-calendar-holidays to
3348 calendar-check-holidays, mark-calendar-holidays to
3349 calendar-mark-holidays, and filter-visible-calendar-holidays to
3350 holiday-filter-visible-calendar.
3352 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3354 * term/xterm.el (xterm-function-map): Add C-M- bindings.
3356 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3358 * play/bubbles.el (bubbles--initialize-images): Fix bug:
3359 Use transparent background for empty cells in graphics mode.
3361 2007-09-13 Jari Aalto <jari.aalto@cante.net>
3363 * man.el (Man-default-man-entry): At end of line, continue looking
3364 to the next line for possible end of hyphenated command.
3366 2007-09-13 Chris Moore <dooglus@gmail.com>
3368 * shell.el (shell-resync-dirs): Don't move the cursor relative to
3369 the command being edited.
3371 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
3373 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
3375 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
3377 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
3380 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
3382 2007-09-12 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3384 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
3385 New argument `filename-p' to use one set of confusing chars or another.
3386 (browse-url-file-url): Use the argument.
3387 Suggested by Johannes Weiner.
3389 2007-09-12 Romain Francoise <romain@orebokech.com>
3391 * cus-start.el (all): Revert 2007-09-08 change.
3393 2007-09-12 Aaron Hawley <aaronh@garden.org>
3395 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
3396 extract .Z files, since it is more common than uncompress.
3398 2007-09-12 Glenn Morris <rgm@gnu.org>
3400 * textmodes/org-publish.el (org-publish-org-to-html): Remove
3401 duplicate function definition.
3403 2007-09-10 Chris Moore <dooglus@gmail.com>
3405 * diff-mode.el (diff-sanity-check-hunk):
3406 Also accept single-line hunks.
3408 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
3410 * startup.el (startup-screen-inhibit-startup-screen)
3411 (pure-space-overflow-message): New vars.
3412 (fancy-splash-insert): Allow functions for face and link specs.
3413 (fancy-splash-head): Remove unused arg. Move splash text...
3414 (fancy-startup-text, fancy-about-text): ...here.
3415 (fancy-startup-tail): Rename from fancy-splash-tail.
3416 (fancy-startup-screen, fancy-about-screen): Split off from
3417 fancy-splash-screens.
3418 (display-startup-screen): New function.
3419 (display-about-screen): Rename from display-splash-screen.
3420 (command-line-1): Use concise startup screen if necessary.
3422 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3424 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
3425 Reported by Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>.
3427 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3429 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3430 (python-font-lock-keywords): Update to the 2.5 version of the language.
3431 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3432 (python-backspace): Only behave funny in code.
3433 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3434 (inferior-python-mode): Add PDB prompt regexp.
3435 (python-fill-paragraph): Refine the fenced-string regexp.
3436 (python-find-imports): Handle imports spanning several lines.
3437 (python-mode): Add `class' to hideshow support.
3439 2007-09-10 Dave Love <fx@gnu.org>
3441 * outline.el (outline-4, outline-5, outline-7):
3442 Move font-lock-builtin-face down from 4 to 7 to better keep the
3443 progression of color brightness, and to better match Org-mode's faces.
3445 2007-09-10 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3447 * progmodes/meta-mode.el (meta-font-lock-keywords)
3448 (font-lock-match-meta-declaration-item-and-skip-to-next)
3449 (meta-comment-indent, meta-indent-previous-line)
3450 (meta-indent-unfinished-line, meta-beginning-of-defun)
3451 (meta-end-of-defun, meta-common-initialization): Handle \f.
3452 (meta-indent-unfinished-line): Do not handle a `%' in a string as
3455 * files.el (file-modes-char-to-who, file-modes-char-to-right)
3456 (file-modes-rights-to-number): Auxiliary functions for symbolic to
3457 numeric notation of file modes.
3458 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
3460 (read-file-modes): New. Read either an octal value of a file mode or a
3461 symbolic value, and return its numeric value.
3463 * dired-aux.el (dired-do-chmod): Change to use the built-in
3464 `set-file-modes' and the previous symbolic mode parsing functions.
3466 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3468 * textmodes/texinfo.el: Remove spurious * in docstrings.
3469 (texinfo-mode-syntax-table, texinfo-mode-map):
3470 Initialize in the declaration.
3472 * tmm.el: Remove spurious * in docstrings.
3473 (tmm-prompt): Use with-current-buffer.
3475 * vcursor.el: Remove spurious * in docstrings.
3476 (vcursor-map): Initialize in the declaration.
3477 (vcursor-use-vcursor-map): Use define-minor-mode.
3478 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
3480 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
3481 Initialize in the declaration.
3482 (widget-minor-mode): Use define-minor-mode.
3484 * woman.el (woman-mode-map, woman-syntax-table):
3485 Initialize in the declaration.
3487 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
3489 * doc-view.el: New file.
3491 2007-09-09 Juri Linkov <juri@jurta.org>
3493 * Makefile.in (update-authors): Add etc/ to AUTHORS.
3495 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
3497 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
3498 to "Startup screen". Fix docstring.
3499 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
3500 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
3501 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
3502 (initial-scratch-message): Fix docstring.
3503 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
3504 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
3505 Add link to "Customize Startup" and set interval between links to
3507 (fancy-about-text): Add links "Authors" and "Contributing".
3508 (fancy-splash-head): Add text "Welcome to " on the startup screen,
3509 and "This is " on the about screen. Add link to
3510 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
3511 For the about screen move emacs version to the header from
3512 `fancy-splash-tail' (as it's done already for normal about screen).
3513 (fancy-splash-tail): Insert emacs version only for startup screen.
3514 (normal-splash-screen): Remove duplicate empty lines.
3515 (normal-about-screen): Add links "Authors" and "Contributing".
3517 * menu-bar.el (menu-bar-help-menu):
3518 Move "About Emacs" and "About GNU" to the end of the Help menu.
3519 Move "Emacs Psychotherapist" after "Send Bug Report...".
3520 Move "External Packages" after "Find Emacs Packages".
3522 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
3524 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
3525 they are useless with the byte compiler.
3526 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
3527 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
3528 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
3529 (tramp-file-name-real-host, tramp-file-name-port)
3530 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
3533 * net/tramp-cache.el (top): Improve error message when
3534 `tramp-persistency-file-name' is corrupted.
3536 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
3538 * textmodes/org.el (org-re): Also replace the :alpha: class.
3539 (org-todo-tag-alist): Variable removed.
3540 (org-todo-key-alist, org-todo-key-trigger) New variables.
3541 (org-use-fast-todo-selection): New option.
3542 (org-log-done): Docstring fixed.
3543 (org-deadline-warning-days): New default value 14.
3544 (org-edit-timestamp-down-means-later) New option.
3545 (org-tag-alist): Docstring fixed.
3546 (org-fast-tag-selection-include-todo): New option.
3547 (org-export-language-setup): New languages added.
3548 (org-set-regexps-and-options): Compute the new variables.
3549 (org-paste-subtree): Cleaning up.
3550 (org-remember-apply-template): New escape %A.
3551 (org-todo): Call fast TODO selection.
3552 (org-fast-todo-selection): New function.
3553 (org-add-log-note): Allow prefix for abort exit.
3554 (org-at-property-p, org-entry-properties)
3555 (org-columns-get-autowidth-alist): Use :alpha: class.
3556 (org-get-wdays): New function.
3557 (org-agenda-remove-date): New variable.
3558 (org-agenda-get-deadlines): Use `org-get-wdays'.
3559 (org-agenda-get-deadlines): Reverse ee before returning.
3560 (org-format-agenda-item): New argument REMOVE-RE.
3561 (org-agenda-convert-date): Baha'i calendar added.
3562 (org-infile-export-plist): Also find DATE line.
3563 (org-get-min-level): New function.
3564 (org-export-as-html, org-export-as-ascii): Use the date format.
3565 (org-shiftup, org-shiftdown): Use.
3566 `org-edit-timestamp-down-means-later'.
3567 (org-assign-fast-keys): New function.
3569 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
3571 * cus-start.el (all): Add prefer-window-split-horizontally from
3574 2007-09-08 Eli Zaretskii <eliz@gnu.org>
3576 * net/browse-url.el (browse-url-galeon): Fix last change.
3577 (top-level): Require cl when compiling.
3579 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
3581 * textmodes/org-export-latex.el: arch-tag restored.
3583 * textmodes/org-publish.el: arch-tag restored.
3585 2007-09-08 Masatake YAMATO <jet@gyve.org>
3587 * progmodes/which-func.el (which-func-modes): Add diff-mode.
3589 * progmodes/cc-langs.el: Support new keywords added to
3590 objective-c frontend of gcc.
3591 (c-simple-stmt-kwds): Add @throw.
3592 (c-block-stmt-2-kwds): Add @synchronized.
3593 (c-block-stmt-1-kwds): Add @finally and @try.
3595 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
3597 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
3598 (org-agenda-after-show-hook): New variable.
3599 (org-columns-compile-format)
3600 (org-columns-get-autowidth-alist, org-buffer-property-keys)
3601 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
3603 (org-get-wdays): New function.
3605 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3607 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
3609 * term/xterm.el (xterm-function-map): Initialize in the declaration.
3611 * vc-arch.el (vc-arch-checkin): Fix typo.
3613 2007-09-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@gnu.org>
3615 * cus-face.el (custom-theme-set-faces): Set face attributes
3616 locally for each frame.
3618 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3620 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
3621 via font-lock-defaults.
3623 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
3626 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
3628 * progmodes/autoconf.el (autoconf-definition-regexp):
3629 Handle optional square brackets around definition name.
3631 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
3633 * net/browse-url.el (browse-url-browser-function): Add elinks.
3634 (browse-url-elinks-wrapper): New option.
3635 (browse-url-encode-url, browse-url-elinks)
3636 (browse-url-elinks-sentinel): New functions.
3637 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
3638 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
3639 Use new function browse-url-encode-url.
3641 2007-09-07 Glenn Morris <rgm@gnu.org>
3643 * version.el (emacs-version): Revert 2007-08-29 change: no need to
3644 say if multi-tty is present.
3646 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3648 * cus-start.el (split-window-preferred-function): Add custom info.
3650 * calendar/holidays.el (holiday-list, calendar-check-holidays)
3651 (calendar-mark-holidays, calendar-list-holidays)
3652 (holiday-filter-visible-calendar): New names to clean up namespace.
3653 (filter-visible-calendar-holidays, list-calendar-holidays)
3654 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
3655 Add compatibility aliases.
3656 (calendar-check-holidays, calendar-mark-holidays)
3657 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
3658 (holiday-sexp): Replace append with list.
3659 (holiday-filter-visible-calendar): Replace append with push.
3661 * woman.el: Remove spurious * in docstrings.
3662 (woman-mini-help, woman-non-underline-faces, woman0-rename)
3663 (woman-topic-all-completions-merge, woman-file-name-all-completions)
3664 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
3665 (woman-write-directory-cache, woman-display-extended-fonts)
3666 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
3667 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
3668 (woman-mode): Use inhibit-read-only.
3669 (woman-negative-vertical-space): Use dotimes.
3670 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
3672 2007-09-06 Romain Francoise <romain@orebokech.com>
3674 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
3675 (vc-bzr-workfile-version): Use it.
3677 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
3679 * complete.el (PC-do-completion): Don't try to treat
3680 empty string as an abbreviation.
3682 2007-09-06 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3684 * help-fns.el (describe-variable): Keep doc's text properties.
3686 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
3688 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
3691 2007-09-06 Glenn Morris <rgm@gnu.org>
3693 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
3694 (checkdoc-minor-mode): Allow user to specify lighter via
3695 checkdoc-minor-mode-string.
3697 2007-09-05 Richard Stallman <rms@gnu.org>
3699 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
3700 Several items removed, simplified, or put on one line.
3701 (fancy-about-text): Add substantial contents, part of startup text.
3702 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
3703 (normal-splash-screen): Call normal-mouse-startup-screen,
3704 normal-no-mouse-startup-screen, or normal-about-screen.
3705 (normal-mouse-startup-screen): New fn, broken out, shortened.
3706 (normal-no-mouse-startup-screen): New fn, broken out.
3707 (normal-about-screen): New function, contents all new.
3709 2007-09-05 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3711 * emacs-lisp/rx.el (rx): Fix typo in docstring.
3713 2007-09-05 Glenn Morris <rgm@gnu.org>
3715 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
3718 2007-09-05 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3720 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
3723 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3725 * server.el (server-start, server-unload-hook): Undo previous change.
3727 * xt-mouse.el: Undo previous change.
3729 2007-09-04 Juri Linkov <juri@jurta.org>
3731 * startup.el (fancy-about-text): New variable.
3732 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
3733 (fancy-current-text, fancy-splash-stop-time)
3734 (fancy-splash-outer-buffer): Remove variables.
3735 (fancy-splash-head, fancy-splash-tail): Add new optional argument
3736 `startup' and use it to conditionally display different texts for
3737 Startup and About screens. Don't display Help commands on the About
3739 (fancy-splash-screens-1): Remove function and move its content to
3740 `fancy-splash-screens' to the part that dislpays the About screen.
3741 (exit-splash-screen): Don't treat specially exiting from
3742 alternating screens.
3743 (fancy-splash-screens): Rename argument `static' to `startup'.
3744 Fix docstring. Remove code for displaying alternating screens.
3745 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
3746 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
3747 for `inhibit-read-only'.
3748 (normal-splash-screen): Rename argument `static' to `startup'.
3749 Fix docstring. Use argument `startup' to conditionally display
3750 different texts for Startup and About screens. Don't display Help
3751 commands on the About screen. Remove `unwind-protect' `sit-for'
3752 delay and `kill-buffer' after it.
3753 (display-startup-echo-area-message): Remove call to
3754 `use-fancy-splash-screens-p' because image.el is preloaded and
3755 doesn't display "Loading image... done".
3756 (display-splash-screen): Rename argument `static' to `startup'.
3759 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3761 * server.el (server-start, server-unload-hook):
3762 suspend-tty-functions has been renamed to suspend-tty-hook.
3764 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
3767 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
3769 * loadup.el: Fix merge problem, only load "button" once.
3771 2007-09-03 Glenn Morris <rgm@gnu.org>
3773 * vc-svn.el (vc-svn-print-log): If there is only one file, use
3774 "Working file:" as the prefix, for the sake of
3775 log-view-current-file.
3777 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
3779 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
3780 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
3781 if the selected frames is in
3782 xterm-modify-other-keys-terminal-list.
3783 (xterm-turn-off-modify-other-keys): Add an optional frame
3784 parameter. Only turn off modify-other-keys if FRAME is in
3785 xterm-modify-other-keys-terminal-list.
3786 (xterm-remove-modify-other-keys): New function.
3787 (terminal-init-xterm): Use it. Deal with delete-frame hook.
3788 Add the selected frame to xterm-modify-other-keys-terminal-list.
3790 2007-09-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3792 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
3793 (icon-map-list): New variable.
3794 (x-gtk-map-stock): Use icon-map-list.
3796 2007-09-02 Romain Francoise <romain@orebokech.com>
3798 * log-view.el (log-view-current-file): Balance parens.
3800 2007-09-02 Glenn Morris <rgm@gnu.org>
3802 * comint.el (comint-mode): Don't set scroll-conservatively.
3804 * eshell/em-unix.el (eshell/time): Stringify and flatten the
3805 non-command arguments.
3807 * log-view.el (log-view-current-file): Give a more explicit error
3808 if log-view-file-re fails to find a match.
3810 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3812 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3813 Fix bug: Don't expand top-level file name more than once.
3814 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
3816 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3818 * server.el (server-process-filter): Don't display the splash screen.
3819 It's annoying enough on the initial screen and becomes positively
3822 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3824 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
3825 Change naming to use "avl-tree--" for internal functions.
3827 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
3829 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
3831 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
3832 (provide): Move to the end of file.
3834 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
3836 2007-08-31 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3838 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
3839 New variable. List of exceptions for the duplicated word rule.
3840 (flyspell-mark-duplications-flag): Mention it.
3841 (flyspell-word): Treat it.
3843 * files.el (create-file-buffer): If the filename sans directory starts
3844 with spaces, remove them.
3846 2007-08-31 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3848 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
3849 (x-gtk-map-stock): Use two directory elements when matching
3852 2007-08-31 James Wright <james@chumsley.org>
3854 * eshell/em-unix.el (eshell/info): New function.
3856 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
3858 * frame.el (frame-initialize, make-frame):
3859 * server.el (server-process-filter):
3860 * faces.el (tty-set-up-initial-frame-faces): Don't set
3861 term-environment-variable since it's not used any more.
3863 * env.el (setenv): Don't treat $TERM specially.
3865 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
3866 stated otherwise, subprocesses do not send back escape sequences
3867 corresponding to the terminal from which Emacs was started.
3869 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
3871 * calculator.el: Require cl for compilation.
3873 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
3875 * outline.el (outline-font-lock-levels): Comment out unused var.
3876 (outline-font-lock-face): Wrap around face list to handle any
3877 nesting depth gracefully.
3879 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
3881 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
3884 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
3886 * textmodes/org.el (org-export-visible): Fix drawers before export.
3887 (org-do-sort): Allow sorting by priority.
3888 (org-agenda-files): Ignore non-existing files.
3889 (org-agenda-skip-unavailable-files): New variable.
3890 (org-ellipsis): All a face as value.
3891 (org-mode): Interprete the face value of `org-ellipsis'.
3892 (org-archive-save-context-info): New option.
3893 (org-archive-subtree): Store context info in archived entry.
3894 (org-fast-tag-selection-can-set-todo-state): New variable.
3895 (org-fast-tag-selection): Allow setting TODO states through this
3897 (org-cycle): Docstring updated.
3898 (org-todo-keyword-faces): New option.
3899 (org-get-todo-face): New function.
3900 (org-set-font-lock-defaults, org-agenda-highlight-todo):
3901 Use `org-get-todo-face'.
3902 (org-switch-to-buffer-other-window): New function.
3903 (org-table-edit-field, org-table-show-reference)
3904 (org-table-edit-formulas, org-add-log-note)
3905 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
3906 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
3907 `switch-to-buffer-other-window' to make sure that the temporary
3908 windows show up on the current frame.
3909 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
3910 (org-get-entries-from-diary, org-replace-region-by-html):
3911 Don't allow pop-up frames.
3912 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3913 Fix problems with time-of-day.
3914 (org-export-get-title-from-subtree): New function.
3915 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
3916 with listing items that are DONE.
3917 (org-change-tag-in-region): New command.
3918 (org-agenda-skip-scheduled-if-done)
3919 (org-agenda-skip-deadline-if-done): Docstring clarified.
3920 (org-mode): Hide drawers on startup.
3921 (org-get-todo-face): New function.
3922 (org-todo-keyword-faces): New option.
3923 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
3924 (org-remove-keyword-keys): New function.
3926 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
3928 * progmodes/grep.el (grep-find-ignored-directories):
3929 Add monotone _MTN bookkeeping directory in workspaces.
3930 Add RCS control directory. List items in alphabetical order.
3932 * progmodes/grep.el (grep-files-aliases): Add cc alias.
3933 Sort items in alphabetical order. Fix parens.
3935 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3937 * vc-hg.el (vc-hg-extra-menu-map): New variable.
3938 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
3939 (vc-hg-pull): New functions.
3940 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
3942 * term/mac-win.el: Don't require url, only autoloaded url
3943 functions are used in this file.
3945 2007-08-29 Andreas Schwab <schwab@suse.de>
3947 * shell.el (shell): Return correct value from interactive spec.
3949 2007-08-29 Glenn Morris <rgm@gnu.org>
3951 * version.el (emacs-version): Increase to 23.0.50.
3953 2007-08-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3955 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
3957 2007-08-29 Juri Linkov <juri@jurta.org>
3959 * loadup.el: Add "button" loading after "faces" and move "startup"
3960 to load after "button".
3962 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3964 * loadup.el: Load term/mac-win on a Mac using Carbon.
3966 * term/mac-win.el: Provide mac-win.
3967 (mac-initialized): New variable.
3968 (mac-initialize-window-system): New function. Move global setup here.
3969 (handle-args-function-alist, frame-creation-function-alist):
3970 (window-system-initialization-alist): Add mac entries.
3971 (x-setup-function-keys): New function containing all the
3972 top level function key definitions.
3974 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
3976 * env.el (read-envvar-name): Don't consider the environment frame param.
3979 * frame.el (frame-initialize, make-frame):
3980 * faces.el (tty-set-up-initial-frame-faces):
3981 * server.el (server-process-filter): Set
3982 display-environment-variable and term-environment-variable.
3984 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
3986 2007-08-29 Jason Rumney <jasonr@gnu.org>
3988 * loadup.el: Only load term/x-win when X is compiled in.
3989 Load term/w32-win and dependencies on windows-nt.
3991 * term/w32-win.el: Reorder to match x-win.el more closely.
3992 Provide w32-win. Don't throw error when global window-system not w32.
3993 (internal-face-interactive): Remove obsolete function.
3994 (x-setup-function-keys): Use local-function-key-map.
3995 (w32-initialized): New variable.
3996 (w32-initialize-window-system): Set it.
3997 Move more global setup here.
3998 (x-setup-function-keys): New function.
3999 (w32-initialize-window-system): Move non function key global setup here.
4000 (x-cut-buffer-max): Remove.
4001 (w32-initialize-window-system): New function.
4002 (handle-args-function-alist, frame-creation-function-alist):
4003 (window-system-initialization-alist): Add w32 entries.
4005 2007-08-29 David Kastrup <dak@gnu.org>
4007 * env.el (getenv): Pass frame to getenv-internal.
4009 2007-08-29 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
4011 * version.el (emacs-version): Show if multi-tty is present.
4013 * loadup.el: Delay loading env; mule-conf gets confused by cl
4014 during bootstrap. Also load termdev and term/x-win.
4016 * bindings.el (mode-line-client): New variable.
4017 (help-echo): Add it to the default mode-line format.
4019 * cus-start.el: Remove bogus window-system reference from GTK test.
4021 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
4022 (ebrowse-electric-position-mode-map):
4023 * ebuff-menu.el (electric-buffer-menu-mode-map):
4024 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
4025 not `suspend-emacs'.
4027 * ediff-wind.el (ediff-setup-windows-automatic): New function.
4028 (ediff-window-setup-function): Use it as default.
4030 * files.el (save-buffers-kill-terminal): New function.
4031 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
4033 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
4034 and `with-selected-frame'.
4036 * help-fns.el (describe-variable): Describe frame-local variables
4039 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
4041 (normal-erase-is-backspace-setup-frame): New function.
4043 * subr.el (with-selected-frame): New function.
4044 (read-quoted-char): Use terminal-local binding of
4045 local-function-key-map instead of function-key-map.
4047 * talk.el (talk): New function.
4048 (talk-handle-delete-frame): New function.
4049 (talk-add-display): Open a new frame only if FRAME was not a frame.
4051 * termdev.el: New file.
4053 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
4054 * term/x-win.el: Don't bind f10.
4055 * tmm.el: Remove autoload binding for f10.
4057 * international/encoded-kb.el (encoded-kbd-setup-display): Use
4058 `set-input-meta-mode'. Fix broken condition before set-input-mode.
4059 Store the saved input method as a terminal parameter. Add keymap
4060 parameter. Use it instead of changing key-translation-map directly.
4061 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
4063 (encoded-kbd-setup-display): New function.
4065 * international/mule-cmds.el (set-locale-environment): Fix getenv
4066 call. Use save-buffers-kill-terminal. Ignore window-system; always
4067 set the keyboard coding system. Add DISPLAY parameter.
4068 (set-display-table-and-terminal-coding-system): Add DISPLAY
4069 parameter. Pass it to set-terminal-coding-system.
4071 * international/mule.el (keyboard-coding-system): Test for
4072 encoded-kbd-setup-display, not encoded-kbd-mode.
4073 (set-terminal-coding-system, set-keyboard-coding-system): Add
4075 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
4077 * term/README: Update.
4079 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
4081 * term/x-win.el (x-setup-function-keys): New function. Move
4082 function-key-map tweaks here. Protect against multiple calls on
4083 the same terminal. Use terminal-local binding of
4084 local-function-key-map instead of function-key-map.
4085 (x-initialize-window-system): Make a copy of pure list. Pass a
4088 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
4089 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
4090 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
4091 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
4092 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
4093 local-function-key-map instead of function-key-map.
4095 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
4096 `substitute-key-definition' and `define-key' calls against
4097 multiple execution. Use terminal-local binding of
4098 local-function-key-map instead of function-key-map. Pass a frame
4101 * edmacro.el (edmacro-format-keys):
4102 * emulation/cua-base.el (cua--pre-command-handler):
4103 * isearch.el (isearch-other-meta-char):
4104 * xt-mouse.el: Use terminal-local binding of
4105 local-function-key-map instead of function-key-map.
4107 * fringe.el (set-fringe-mode): Simplify and fix using
4108 `modify-all-frames-parameters'.
4109 * scroll-bar.el (set-scroll-bar-mode): Ditto.
4110 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
4111 check before calling `tool-bar-setup'.
4112 (tool-bar-setup): New variable.
4113 (tool-bar-setup): Use it to guard against multiple calls. Add
4114 optional frame parameter, and select that frame before adding items.
4115 (toggle-tool-bar-mode-from-frame): New function.
4117 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
4118 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
4119 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
4120 "Tool-bar" toggles to reflect the state of the current frame.
4121 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
4123 * env.el: Require cl for byte compilation (for `block' and `return').
4124 (environment, setenv-internal): New functions.
4125 (let-environment): New macro.
4126 (setenv, getenv): Add optional terminal parameter. Update docs.
4127 (setenv): Use setenv-internal. Always set process-environment.
4128 Handle `local-environment-variables'.
4129 (read-envvar-name, setenv, getenv): Use frame parameters
4130 to store the local environment, not terminal parameters. Include
4131 `process-environment' as well.
4133 * faces.el (tty-run-terminal-initialization): New function.
4134 (tty-create-frame-with-faces): Use it. Set up faces and
4135 background mode only after the terminal has been initialized.
4136 Call terminal-init-*. Don't load the initialization file more
4137 than once. Call set-locale-environment.
4138 (frame-set-background-mode): Handle the 'background-mode terminal
4140 (tty-find-type): New function.
4141 (x-create-frame-with-faces): Remove bogus check for
4142 first frame. Call `tool-bar-setup'. Don't make frame visible
4143 until we are done setting up all its parameters. Call
4144 x-setup-function-keys.
4146 * frame.el (make-frame): Always inherit 'environment and 'client
4147 parameters. Set up the 'environment frame parameter, when needed.
4148 Also inherit 'client parameter. Don't override explicitly
4149 specified values with inherited ones. Add 'terminal frame
4150 parameter. Append window-system-default-frame-alist to parameters
4151 before calling frame-creation-function.
4152 (frame-initialize): Copy the environment from the initial frame.
4153 (window-system-default-frame-alist): Enhance doc string.
4154 (frame-notice-user-settings): Don't put 'tool-bar-lines in
4155 `default-frame-alist' when initial frame is on a tty.
4156 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
4157 Remove specified parameters from `window-system-default-frame-alist'.
4158 (make-frame-on-tty, framep-on-display, suspend-frame):
4159 Extend doc string, update parameter names.
4160 (frames-on-display-list): Use terminal-id to get the display id.
4161 (frame-notice-user-settings): Extend to apply
4162 settings in `window-system-default-frame-alist' as well.
4163 (terminal-id, terminal-parameters, terminal-parameter)
4164 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
4165 (delete-frame-functions): Add to `delete-frame-functions' hook.
4166 (blink-cursor-mode): Adapt blink-cursor-mode default
4167 value from startup.el.
4168 (make-frame-on-display): Protect condition on x-initialized when
4169 x-win.el is not loaded. Update doc.
4170 (suspend-frame): Use display-controlling-tty-p to decide between
4171 suspend-emacs and suspend-tty.
4172 (frames-on-display-list): Update for display ids.
4173 (framep-on-display): Ditto.
4174 (suspend-frame): Use display-name, not frame-tty-name.
4175 (selected-terminal): New function.
4177 * server.el: Use `device' instead of `display' or `display-id' in
4178 variable and client parameter names.
4179 (server-select-display): Remove (unused).
4180 (server-tty-live-p, server-handle-delete-tty): Remove.
4181 (server-unquote-arg, server-quote-arg, server-buffer-clients):
4183 (server-getenv-from, server-with-environment, server-send-string)
4184 (server-save-buffers-kill-terminal): New functions.
4185 (server-delete-client): Handle quits in kill-buffer. Don't kill
4186 modified buffers. Add extra logging. Delete frames after
4187 deleting the tty. Clear 'client parameter before deleting a frame.
4188 Use delete-display, not delete-tty.
4189 (server-visit-files): Don't set `server-existing-buffer' if the
4190 buffer already has other clients. Return list of buffers
4191 created. Update doc. Don't set client-record when nowait.
4192 (server-handle-delete-frame): Delete the client if this was its
4193 last frame. Check that the frame is alive. Remove bogus comment.
4194 Add note on possible race condition. Delete tty clients, if needed.
4195 (server-handle-suspend-tty): Use server-send-string. Kill the
4196 client in case of errors from process-send-string. Use the display
4198 (server-unload-hook): Remove obsolete delete-tty hook.
4199 (server-start): Ask before restarting if the old server still has
4200 clients. Add feedback messages. Remove obsolete delete-tty hook.
4201 (server-process-filter): Use server-send-string. Accept `-dir'
4202 command. Switch to *scratch* immediately after creating the frame,
4203 before evaluating any -evals. Protect `display-splash-screen'
4204 call in a condition-case. Explain why. Call
4205 `display-startup-echo-area-message' before
4206 `display-splash-screen'. Don't display the splash screen when no
4207 frame was created. Show the Emacs splash screen and startup echo
4208 area message. Display the *scratch* buffer by default. Store the
4209 local environment in a frame (not terminal) parameter. Do not try
4210 to decode environment strings. Fix reference to the 'display
4211 frame parameter. Change syntax of environment variables. Put
4212 environment into terminal parameters, not client parameters. Use
4213 a dummy client with --no-wait's X frames. In `-position LINE'
4214 handler, don't ruin the request string until the line number is
4215 extracted. Log opened files. Handle -current-frame command.
4216 Don't create frames when it is given. Don't bind X frames to the
4217 client when we are in -no-wait mode. Set locale environment
4218 variables from client while creating tty frames. Disable call to
4219 configure-display-for-locale. When processing -position command,
4220 don't change the request string until the parameters are
4221 extracted. Don't try to create an X frame when Emacs does not
4222 support it. Improve logging. Temporarily set ncurses-related
4223 environment variables to those of the client while creating a new
4224 tty frame. Select buffers opened by nowait clients, don't leave
4225 them buried under others. Set the display parameter, and use it
4228 * startup.el (display-startup-echo-area-message): Handle
4229 `inhibit-startup-echo-area-message' here.
4230 (command-line-1): Moved from here.
4231 (fancy-splash-screens): Use `overriding-local-map' instead of
4232 `overriding-terminal-local-map' for now; the latter doesn't work
4233 right, it looses keypresses to another terminal. Use
4234 `overriding-terminal-local-map' to set up keymap. Install a
4235 `delete-frame-functions' hook to catch `delete-frame' events.
4236 Ignore `select-window' events to cope better with
4237 `focus-follows-mouse'. Don't switch back to the original buffer
4238 if the splash frame has been killed. Restore previous buffer, even
4240 (normal-splash-screen): Don't let-bind `mode-line-format'; it
4241 changes the global binding - setq it instead. Use
4242 `save-buffers-kill-terminal'.
4243 (display-splash-screen): Don't do anything if the splash screen is
4244 already displayed elsewhere.
4245 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
4246 (command-line): Replace duplicated code with a call to
4247 tty-run-terminal-initialization. Don't load the terminal
4248 initialization file more than once. Remove call to nonexistent
4249 function `set-locale-translation-file-name'.
4251 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
4253 (xterm-mouse-position-function, xterm-mouse-event): Update.
4254 (xterm-mouse-mode): Don't depend on current value of window-system.
4255 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4256 Update for multi-tty.
4257 (turn-on-xterm-mouse-tracking-on-terminal)
4258 (turn-off-xterm-mouse-tracking-on-terminal)
4259 (xterm-mouse-handle-delete-frame): New functions.
4260 (delete-frame-functions, after-make-frame-functions)
4261 (suspend-tty-functions, resume-tty-functions): Install extra hooks
4264 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4266 * simple.el (invisible-p): Remove: implemented in C now.
4267 (line-move-invisible-p): Remove obsolete alias.
4269 2007-08-28 Juri Linkov <juri@jurta.org>
4271 * image-mode.el (image-type): New variable.
4272 (image-mode): Set default major mode name to "Image[text]".
4273 (image-minor-mode): Change LIGHTER to display image-type in the
4275 (image-minor-mode): Set default image-type to "text".
4276 (image-toggle-display): After switching to text mode, set
4277 image-type to "text" and major mode name to "Image[text]".
4278 After switching to image mode, set image-type to actual image
4279 type, and add image type to major mode name. Let-bind the same
4280 variable names as arguments of `image-type' and `create-image'.
4281 Bind `type' to the result of `image-type' and use it as arg
4282 of `create-image' to not determine the image type twice.
4284 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
4286 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
4287 (tramp-set-file-uid-gid, tramp-get-local-uid)
4288 (tramp-get-local-gid): New defuns.
4289 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
4290 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
4292 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
4293 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
4294 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
4295 (tramp-handle-write-region): Improve fast track.
4296 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
4297 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
4300 2007-08-28 Ivan Kanis <apple@kanis.eu>
4302 * time.el: New feature to display several time zones in a buffer.
4303 (display-time-world-mode, display-time-world-display)
4304 (display-time-world, display-time-world-timer): New functions.
4305 (display-time-world-list, display-time-world-time-format)
4306 (display-time-world-buffer-name, display-time-world-timer-enable)
4307 (display-time-world-timer-second, display-time-world-mode-map):
4310 2007-08-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4312 * term/x-win.el (x-gtk-stock-map): New variable.
4313 (x-gtk-map-stock): New function.
4315 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
4318 2007-08-28 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se> (tiny change)
4320 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
4322 2007-08-28 Glenn Morris <rgm@gnu.org>
4324 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
4326 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4328 * progmodes/modula2.el (m2-definition, m2-module):
4329 Don't use previous-line. Reported by T. V. Raman.
4331 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4333 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
4334 argument to tool-bar-mode call.
4336 2007-08-27 Glenn Morris <rgm@gnu.org>
4338 * diff-mode.el (diff-find-file-name): Only accept regular files,
4339 to rule out /dev/null, directories, etc.
4341 * vc-svn.el (vc-svn-diff): If the repository version of all the
4342 files is the same as the specified OLDVERS, do a local diff.
4344 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4346 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
4347 of buffers in uniquify-managed.
4349 * simple.el (invisible-p): Rename from text-invisible-p.
4352 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4354 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
4355 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
4356 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
4357 (cperl-etags-goto-tag-location): Use new style backquotes.
4359 * net/browse-url.el: Remove spurious * in custom docstrings.
4360 (browse-url-filename-alist): Use new-style backquote.
4362 * emacs-lisp/backquote.el (backquote-unquote-symbol)
4363 (backquote-splice-symbol): Clarify they're not new-style unquotes.
4365 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
4366 (\,@): Backslash the , and ,@ which are not new-style unquotes.
4368 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
4370 * net/socks.el (socks-username/password-auth-filter):
4371 Remove unused vars `state' and `desired-len'.
4372 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
4373 (socks-wait-for-state-change): Use new-style backquotes.
4375 * pcvs.el (cvs-mode-status): Fix long-standing typo.
4377 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
4378 backquotes after each `read' rather than once per buffer.
4380 * dframe.el: Remove spurious * in custom docstrings.
4381 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
4382 (dframe-xemacs20p): Remove, inline at the sole use point.
4383 (defface): Don't defvar the face, don't use old-style backquote.
4384 (defcustom): Don't use old-style backquote.
4385 (dframe-frame-parameter, dframe-mouse-event-p):
4386 Make it obvious that it's always defined.
4387 (dframe-popup-kludge): New function to replace
4388 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
4389 (dframe-frame-mode, dframe-set-timer-internal)
4390 (dframe-mouse-set-point): Remove use of with-no-warnings from
4391 XEmacs-specific code.
4392 (dframe-set-timer-internal): Fix very old bug with
4393 post-command-idle-hook.
4395 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
4397 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4399 * emacs-lisp/avl-tree.el: New file.
4401 2007-08-26 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
4403 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
4406 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
4408 * complete.el (PC-do-completion): Make RET accept a non-unique but
4409 complete expansion again.
4411 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
4413 * eshell/esh-opt.el (eshell-eval-using-options):
4414 Add debug declaration.
4416 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
4418 * log-view.el (log-view-toggle-mark-entry): Add docstring.
4419 (log-view-get-marked): Likewise.
4421 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
4422 (vc-delete-automatic-version-backups): Likewise.
4424 * vc.el (vc-dired-buffers-for-dir): Likewise.
4426 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
4428 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
4429 safe-local-variable setting.
4430 * progmodes/perl-mode.el (perl-indent-level): Likewise.
4432 * log-view.el (log-view-marked-list): Delete variable.
4433 (log-view-mode): Don't use it.
4434 (log-view-toggle-mark-entry): Likewise, simplify.
4435 (log-view-current-tag): Don't return properties.
4436 (log-view-get-marked): New function.
4438 2007-08-25 Alexandre Julliard <julliard@winehq.org>
4440 * vc-git.el (vc-git-mode-line-string): New function.
4442 2007-08-25 Alan Mackenzie <acm@muc.de>
4444 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
4445 new language variable.
4447 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
4448 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
4449 "extern" etc., rather than BOI. Fix addition of spurious
4450 syntactic-symbol 'defun-block-intro, replacing it with
4453 2007-08-25 Juri Linkov <juri@jurta.org>
4455 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
4457 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
4458 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
4459 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
4461 * image.el (image-type-header-regexps): Use more complex regexp for svg.
4462 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
4463 (image-type-auto-detectable): Add (svg . maybe).
4465 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
4466 to treat it like .tgz.
4468 * calendar/cal-bahai.el: Add file coding cookie.
4470 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
4472 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
4473 Don't behave differently when executed via M-x. Add doc string.
4475 * sort.el (sort-fold-case, sort-numeric-base): Mark as
4476 safe-local-variable.
4478 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
4480 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
4482 (math-calendar-tzinfo): New variable.
4483 (math-get-calendar-tzinfo): New function.
4484 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
4485 to get information when zone is nil.
4487 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4489 * log-view.el (log-view-toggle-mark-entry): New function.
4490 (log-view-mode-map): Bind it.
4491 (log-view-marked-list): New variable.
4492 (log-view-mode): Make it local.
4494 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4496 * play/zone.el (zone-pgm-rat-race): New func.
4497 (zone-programs): Add `zone-pgm-rat-race'.
4499 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4501 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
4504 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
4506 * progmodes/hideshow.el (hs-match-data): Delete alias.
4507 (hs-hide-block-at-point, hs-find-block-beginning)
4508 (hs-show-block): Use `match-data' directly.
4510 2007-08-24 Martin Rudalics <rudalics@gmx.at>
4512 * format.el (format-alist): Fix typo in doc-string.
4514 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
4516 * net/tramp.el (tramp-local-host-p): New defun.
4517 (tramp-handle-file-local-copy, tramp-handle-write-region):
4518 Implement fast track when being on the local host.
4519 (tramp-file-name-handler): Don't set "started" property. It shall
4520 be reserved for the "ftp" method.
4521 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
4523 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
4524 (tramp-ftp-file-name-handler): Set "started" property.
4526 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4528 * files.el (backup-buffer-copy): Don't wrap delete in
4529 condition-case, only try to delete if file exists.
4531 2007-08-24 Glenn Morris <rgm@gnu.org>
4533 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
4535 * startup.el (tutorial-directory): Set with eval-at-startup so it
4536 gets the right value in an installed Emacs.
4538 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4540 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
4541 (eldoc-highlight-function-argument): Use it.
4543 2007-08-23 Masatake YAMATO <jet@gyve.org>
4545 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
4546 name of parameters in document body.
4548 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4550 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
4551 (byte-compile-output-as-comment): Use with-current-buffer rather than
4552 a weird set-buffer&prog1 combination.
4554 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
4555 test so as to optimise cases where the `progn's result is constant.
4557 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
4559 * locate.el (locate-get-file-positions):
4560 Use line-beginning-position and line-end-position.
4562 2007-08-23 John Wiegley <johnw@newartisans.com>
4564 * calendar/cal-bahai.el: Added in the diacriticals that were
4565 missing for many of the month names.
4567 2007-08-22 Jason Rumney <jasonr@gnu.org>
4569 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
4571 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
4573 * image-mode.el (image-minor-mode): Use image-mode-text-map.
4575 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4577 * dabbrev.el (dabbrev--progress-reporter): New variable.
4578 (dabbrev--scanning-message): Delete func.
4579 (dabbrev--find-expansion): Use a progress reporter
4580 instead of dabbrev--scanning-message.
4582 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4584 * comint.el (comint-exec-1): Raise an error if
4585 `start-file-process' does not return a process object.
4587 * shell.el (shell): Prompt for `default-directory' if it is a
4588 remote file name, and if called with a prefix arg.
4590 2007-08-22 Sam Steingold <sds@gnu.org>
4592 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
4594 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
4596 * textmodes/org-export-latex.el: New file.
4598 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
4600 * textmodes/org.el (org-agenda-skip): Allow a form for
4601 `org-agenda-skip-function'.
4602 (org-agenda-redo): Re-use local settings.
4603 (org-agenda): Store local settings.
4604 (org-agenda-deadline-faces): New option.
4605 (org-agenda-deadline-face): New function.
4606 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
4607 entries on their due date.
4608 (org-agenda-get-timestamps): No longer handle the due dates of
4609 schedules and deadline items.
4610 (org-insert-link-global, org-open-at-point-global): New commands.
4611 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
4612 :for-ascii parameter.
4613 (org-skip-comments): Function removed.
4614 (org-cleaned-string-for-export): Handle special table lines.
4615 (org-global-properties): New option.
4616 (org-entry-get-with-inheritance): Check global properties.
4617 (org-local-properties): New variable.
4618 (org-set-regexps-and-options): Find the #+PROPERTY line.
4619 (org-link-types): Change type into variable (was constant).
4620 (org-make-link-regexps): New function.
4621 (org-link-re-with-space, org-link-re-with-space2)
4622 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
4623 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
4624 these regular expressions happens now in the function
4625 `org-make-link-regexps'.
4626 (org-store-link): Call the functions in
4627 `org-store-link-functions'.
4628 (org-add-link-type): New function.
4629 (org-store-link-functions): New variable.
4630 (org-activate-tags): Force matches to be in headlines.
4631 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
4632 (org-columns-display-here): Make sure this works in a narrowed
4633 buffer by checking for point-min.
4634 (org-columns-display-here): Make the rest of the line intangible,
4635 so that point never can be there.
4636 (org-cleaned-string-for-export): Use `with-current-buffer'.
4637 (org-replace-region-by-html): Use `with-current-buffer'.
4638 (org-unfontify-region, org-do-occur, org-columns-display-here)
4639 (org-columns-remove-overlays, org-columns-quit)
4640 (org-columns-edit-value, org-columns-next-allowed-value)
4641 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
4642 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
4643 (org-agenda-todo, org-agenda-change-all-lines)
4644 (org-agenda-align-tags, org-agenda-priority)
4645 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
4646 (org-agenda-show-new-time, org-cleaned-string-for-export)
4647 (org-export-grab-title-from-buffer)
4648 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
4649 instead of `buffer-read-only'.
4650 (org-export-as-html): Set `coding-system-for-write'.
4651 (org-remember-store-without-prompt): New option.
4652 (org-archive-subtree): Fixed bug with modifying TODO keyword.
4653 (org-beginning-of-line): Also treat C-a special in items.
4654 (org-table-convert-refs-to-rc): Fixed problem with column
4655 reference after "..".
4656 (org-columns-compute): Don't mark buffer modified because of text
4658 (org-batch-store-agenda-views): Use the variable
4659 `default-directory', not the function.
4660 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
4661 (org-clock-out-when-done): New option.
4662 (org-html-entities): Added HTML entities for smileys.
4664 2007-08-22 Glenn Morris <rgm@gnu.org>
4666 * image.el (create-image): Doc fix.
4668 * startup.el (tutorial-directory): New constant.
4669 (fancy-splash-text): Tutorials now in tutorial-directory.
4670 * tutorial.el (help-with-tutorial): Tutorials now in
4673 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
4675 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
4677 (tramp-get-remote-path): New defun. Replace occurrences of
4678 `tramp-default-remote-path' by this function.
4679 (tramp-set-remote-path): Move most of the code to
4680 `tramp-get-remote-path'.
4681 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
4682 existing directories, this is done already in
4683 `tramp-get-remote-path'.
4685 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4687 * image-file.el (image-file-name-extensions): Add "svg".
4688 * image.el (image-type-header-regexps): Add svg entry.
4690 2007-08-22 Glenn Morris <rgm@gnu.org>
4692 * files.el (backup-buffer-copy): Check backup directory is
4693 writable, to avoid infloop deleting old backup.
4695 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
4696 movemail related variables.
4697 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
4698 will now be set before this is called.
4700 2007-08-21 Juri Linkov <juri@jurta.org>
4702 * delsel.el (delete-selection-pre-hook):
4703 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
4704 instead of checking last-command.
4706 2007-08-21 Juri Linkov <juri@jurta.org>
4708 * loadup.el: Preload "button".
4710 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4712 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4713 Add previous-line and next-line.
4715 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
4716 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
4718 * vc-hooks.el (vc-menu-entry): New var.
4719 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
4720 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
4721 (vc-menu-map): Declare and initialize in one step.
4722 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
4724 * menu-bar.el (vc-menu-map): Don't setup any more.
4725 Instead, just create the proper spot in the menu.
4727 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4729 * smerge-mode.el (smerge-resolve): New arg `safe'.
4730 (smerge-resolve-all, smerge-batch-resolve): New function.
4731 (smerge-refine): Make sure `diff' returns the expected result.
4732 (smerge-parsep-re): New const.
4733 (smerge-mode): Use it to adjust paragraph-separate.
4735 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4736 Correctly match / regexp matchers as first char on a line when
4737 fontifying only that line.
4739 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
4741 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4743 * vc-bzr.el: Don't fiddle with vc-handled-backend.
4744 (vc-bzr-registered): Don't redundantly protect against
4745 file-error. Actually use the format-specific code.
4746 (vc-bzr-buffer-nonblank-p): Remove.
4747 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
4749 2007-08-20 Juri Linkov <juri@jurta.org>
4751 * startup.el (fancy-splash-text): Change multiple tabs into one
4752 tab. Remove "Useful File menu items" section (with "Exit Emacs"
4753 and "Recover Crashed Session").
4754 (fancy-splash-screens): Set tab-width to 22.
4755 (normal-splash-screen): Replace literal tabs with \t and
4756 fix whitespace. Remove "Useful File menu items" section (with
4757 "Exit Emacs" and "Recover Crashed Session").
4759 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4761 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
4762 extracted from `eval-last-sexp-1'.
4763 (eval-last-sexp-1): Call `preceding-sexp'.
4765 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
4767 * vc-rcs.el (vc-rcs-annotate-command):
4768 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
4769 Add back :vc-annotate-prefix propertization.
4771 2007-08-20 Andreas Schwab <schwab@suse.de>
4773 * mail/rmail.el (rmail-autodetect): Doc fix.
4775 2007-08-19 Juri Linkov <juri@jurta.org>
4777 * startup.el (normal-splash-screen): Add more links.
4779 2007-08-19 Juri Linkov <juri@jurta.org>
4781 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
4782 because it's common to both types of splash screen: fancy and normal.
4783 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
4784 (exit-splash-screen): Rename from `fancy-splash-quit'.
4785 Use `quit-window' instead of `kill-buffer'.
4786 (fancy-splash-head): Use make-button to insert GNU image link.
4787 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
4788 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
4789 (normal-splash-screen): Put "Browse manuals" on the same line with
4790 "Emacs manual". Remove descriptions from "Useful tasks" and put
4791 all links in two columns on two lines.
4793 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
4795 * emulation/viper.el (viper-remove-hooks): Remove some additional
4796 viper hooks when the user calls viper-go-away.
4797 (viper-go-away): Restore the default of default-major-mode.
4798 Save the value of default-major-mode before vaperization.
4800 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
4802 * emulation/viper-ex.el: Replace error "" with "Viper bell".
4804 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
4805 buffer for which file is created.
4807 2007-08-19 Glenn Morris <rgm@gnu.org>
4809 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
4810 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
4811 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
4812 shadow files messing up the compilation.
4814 2007-08-18 Glenn Morris <rgm@gnu.org>
4816 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
4817 string. Also apply eldoc-argument-case in the help-split-fundoc
4818 case. Adapt for changed behavior of eldoc-function-argstring,
4819 eldoc-function-argstring-format, and
4820 eldoc-highlight-function-argument.
4821 (eldoc-highlight-function-argument): Handle nil INDEX argument,
4822 just call eldoc-docstring-format-sym-doc in that case.
4823 (eldoc-function-argstring): Change the behavior. Now it converts
4824 an argument list to a string.
4825 (eldoc-function-argstring-format): Change the behavior. Now it
4826 applies `eldoc-argument-case' to a string.
4828 * progmodes/scheme.el (scheme-mode-variables): Set
4829 font-lock-comment-start-skip.
4831 2007-08-18 Martin Rudalics <rudalics@gmx.at>
4833 * progmodes/ada-mode.el (ada-create-syntax-table): Move
4834 set-syntax-table from here to ...
4835 (ada-mode): ... here. Do not change global value of
4836 comment-multi-line. Call new function
4837 ada-initialize-syntax-table-properties and add new function
4838 ada-handle-syntax-table-properties to font-lock-mode-hook.
4839 (ada-deactivate-properties, ada-initialize-properties): Replace
4840 by new functions ...
4841 (ada-handle-syntax-table-properties)
4842 (ada-initialize-syntax-table-properties)
4843 (ada-set-syntax-table-properties): ... to set up syntax-table
4844 properties uniformly, independently from whether font-lock-mode
4845 is enabled or not. Handle read-only buffers and do not change
4846 undo-list when setting syntax-table properties.
4847 (ada-after-change-function): Use ada-set-syntax-table-properties.
4849 2007-08-18 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
4851 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
4852 (meta-indent-current-nesting): Use a computation of the nesting
4854 (meta-indent-current-indentation): Indentation is given according
4855 to nesting and if the previous line was finished or not.
4856 (meta-indent-unfinished-line): Tell if the current line ends with
4857 a finished expression.
4858 (meta-indent-looking-at-code): Like `looking-at', but checks if
4859 the point is in a string before.
4860 (meta-indent-level-count): Use it. Don't count parenthesis as it's
4861 done in the nesting function.
4862 (meta-indent-in-string-p): Tell if the current point is in a
4864 (meta-indent-calculate): Treat b-o-b as a special case. Use the
4867 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
4869 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
4870 (copyright-update-year, copyright-update)
4871 (copyright-fix-years): Use it.
4873 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
4875 * emacs-lisp/copyright.el (copyright-update-year):
4876 Fix bug: Handle nil copyright-limit.
4878 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
4880 * calc/calc-units.el (math-standard-units): Give exact
4883 * calc/calc.el (math-bignum-digit-length): Compute the
4886 * calc/calc-bin.el (math-bignum-logb-digit-size)
4887 (math-bignum-digit-power-of-two):
4888 * calc/calc-comb.el (math-small-factorial-table):
4889 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
4890 (math-approx-gamma-const):
4891 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
4892 (math-besY1, math-bernoulli-b-cache):
4893 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
4894 Remove `eval-when-compile's.
4896 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4898 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
4899 (cperl-find-pods-heres): Fix an error when typing expressions like
4902 2007-08-17 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
4904 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
4905 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
4906 a special case (there's no build number).
4908 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
4910 * completion.el (symbol-under-point, symbol-before-point)
4911 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
4913 2007-08-17 Glenn Morris <rgm@gnu.org>
4915 * progmodes/compile.el (compilation-get-file-structure): Make use
4916 of the directory part when checking for an existing entry, to
4917 handle files with same basename in different directories.
4919 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
4921 * calc/calc.el (calc-language-alist): Add texinfo-mode.
4923 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4925 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
4926 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
4927 (ps-paragraph-spacing): Docstring fix.
4929 2007-08-16 Glenn Morris <rgm@gnu.org>
4931 * ps-print.el (ps-font-size): Doc fix.
4933 2007-08-16 Richard Stallman <rms@gnu.org>
4935 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
4937 2007-08-15 Juri Linkov <juri@jurta.org>
4939 * startup.el (initialization): Change parent group from `internal'
4941 (initial-buffer-choice): New variable.
4942 (command-line): Revert 2007-07-02 change that sets
4943 buffer-offer-save in *scratch* and enables auto-save in it.
4944 (fancy-splash-text): Add links to existing items. Add new items
4945 with links for useful tasks. Move information about Control-g to
4946 fancy-splash-head. Move "Emacs Guided Tour" to the end.
4947 (fancy-splash-keymap): New variable.
4948 (fancy-splash-last-input-event): Remove variable.
4949 (fancy-splash-insert): Add processing of `:link' element.
4950 (fancy-splash-head): Replace "Type Control-l to begin editing"
4951 with "Type `q' to exit".
4952 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
4953 (fancy-splash-default-action, fancy-splash-special-event-action):
4955 (fancy-splash-quit): New function.
4956 (fancy-splash-screens): Rename input arg from `hide-on-input' to
4957 `static' and reverse the condition of its usage. Don't preserve
4958 original values of `minor-mode-map-alist',
4959 `emulation-mode-map-alists', `special-event-map'.
4960 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4961 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4962 Remove processing of special events. Use local key map
4963 `fancy-splash-keymap'. Set buffer to read-only.
4964 (normal-splash-screen): Rename input arg from `hide-on-input' to
4965 `static' and reverse the condition of its usage.
4966 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
4967 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
4968 Add links to existing items. Add new items with links for useful
4969 tasks. Use local key map `fancy-splash-keymap'.
4970 (display-splash-screen): Rename input arg from `hide-on-input' to
4972 (about-emacs): Add alias to display-splash-screen.
4973 (command-line-1): Use `initial-buffer-choice'.
4975 * menu-bar.el (menu-bar-help-menu):
4976 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
4977 item to about-emacs instead of display-splash-screen.
4979 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
4981 * calc/calc-units.el (math-standard-units): Update values.
4982 Put in exact, rational values when possible.
4983 (math-unit-prefixes): Replace floats with powers of ten.
4984 (math-standard-units-systems): Replace floats with integers.
4985 (math-make-unit-string): Remove extra spaces in output.
4987 2007-08-15 Glenn Morris <rgm@gnu.org>
4989 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
4990 sloppier, for the sake of GNU Mailman.
4991 (rmail-digest-rfc1153): Initialize `result' correctly.
4993 2007-08-15 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
4995 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
4996 in the mail title. Suggested by Reiner Steib.
4998 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
5000 * calc/calc-aent.el (calc-do-quick-calc): Add binary
5001 representation of integers to the list of outputs.
5003 2007-08-14 Glenn Morris <rgm@gnu.org>
5005 * simple.el (bad-packages-alist): New constant.
5006 (bad-package-check): New function. Together, these two add elements
5007 to `after-load-alist' to check for problematic external packages.
5008 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
5010 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5012 * calc/calc-units.el (math-get-standard-units)
5013 (math-get-units, math-make-unit-string)
5014 (math-get-default-units, math-put-default-units): New functions.
5015 (math-default-units-table): New variable.
5016 (calc-convert-units, calc-convert-temperature): Add machinery
5017 to supply default values.
5019 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5021 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
5022 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
5023 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
5024 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
5026 * emulation/tpu-extras.el: Remove spurious * in docstrings.
5027 Put its autoloads into tpu-edt.el rather than loaddefs.el.
5028 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
5029 Make into a proper minor-mode.
5030 (tpu-backward-char, tpu-next-line, tpu-previous-line)
5031 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
5032 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
5033 (tpu-set-cursor-free, tpu-set-cursor-bound):
5034 Delegate to tpu-cursor-free-mode.
5035 (tpu-next-line, tpu-previous-line, tpu-forward-line)
5036 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
5037 Use line-move or forward-line instead of next-line-internal.
5039 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
5041 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
5043 2007-08-12 Richard Stallman <rms@gnu.org>
5045 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
5046 (cvs-execute-single-file): Use new name split-string-and-unquote.
5047 (cvs-header-msg): Use new name combine-and-quote-strings.
5049 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
5051 * progmodes/gud.el (gud-common-init): Use new name
5052 split-string-and-unquote.
5054 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
5057 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
5058 combine-and-quote-strings and split-string-and-unquote.
5060 * subr.el (combine-and-quote-strings): Rename from strings->string.
5061 (split-string-and-unquote): Rename from string->strings.
5063 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5065 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
5066 to buffer-local settings.
5068 * emacs-lisp/backquote.el (backquote-delay-process): New function.
5069 (backquote-process): Add internal arg `level'. Use the two to
5070 correctly handle nested backquotes.
5072 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
5074 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
5075 (vc-bzr-state-words): Add "kind changed" state word.
5076 (vc-bzr-status): New function. Return Bzr idea of file status,
5077 which is different from VC's.
5078 (vc-bzr-state): Use vc-bzr-status.
5079 (vc-workfile-unchanged-p): Use vc-bzr-status.
5080 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
5081 (vc-dired-state): Process "kind changed" state word.
5083 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5085 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
5087 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
5088 Move from vc-default-find-file-not-found-hook.
5090 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5092 * man.el: Remove spurious * in docstrings.
5093 Merge defvars and toplevel setq-defaults.
5094 (Man-highlight-references0): Limit=nil rather than point-max.
5095 (Man-mode-map): Move initialization into the declaration.
5096 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
5097 (Man-view-header-file): Use expand-file-name rather than concat.
5098 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
5100 * man.el (Man-next-section): Make sure we do not move backward.
5102 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5104 * files.el (auto-mode-alist): Use the purecopied text (duh!).
5106 2007-08-08 Glenn Morris <rgm@gnu.org>
5108 * Replace `iff' in doc-strings and comments.
5110 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5112 * dired.el (dired-pop-to-buffer):
5113 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5114 * calendar/calendar.el (generate-calendar-window):
5115 * progmodes/compile.el (compilation-set-window-height):
5116 * textmodes/two-column.el (2C-two-columns, 2C-merge):
5117 Use window-full-width-p instead of comparing frame-width and
5120 * progmodes/compile.el (compilation-find-buffer): Remove extra
5121 argument in call to compilation-buffer-internal-p.
5123 2007-08-07 Tom Tromey <tromey@redhat.com>
5125 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
5126 Add safe-local-variable property.
5128 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5130 * image-mode.el (image-toggle-display): Use image-refresh.
5132 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
5134 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
5136 (vc-bzr-command): Remove redundant setting of process-connection-type.
5137 (vc-bzr-admin-checkout-format-file): Add autoload.
5138 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
5139 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
5140 (vc-bzr-registered): Compare dirstate format tag with known good
5141 value, abort parsing if match fails. Warn user in docstring.
5142 (vc-bzr-workfile-version): Case for different Bzr branch formats.
5143 See bzrlib/branch.py in Bzr sources.
5144 (vc-bzr-diff): First argument FILES may be a string rather than a list.
5145 (vc-bzr-shell-command): Remove in favor of
5146 vc-bzr-command-discarding-stderr.
5147 (vc-bzr-command-discarding-stderr): New function.
5149 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
5151 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
5152 program, and return nil.
5153 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
5154 (vc-bzr-state): Look for path names relative to the repository
5155 root after status keyword.
5156 (vc-bzr-file-name-relative): New function.
5157 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
5159 (vc-bzr-admin-dirname, ...-checkout-format-file)
5160 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
5161 files that we now parse directly for speed.
5162 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
5163 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
5164 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
5165 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
5166 Bzr warnings, so we must discard it.
5167 (vc-bzr-workfile-version): Speedup counting lines from
5168 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
5169 if that file doesn't exist.
5170 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
5171 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
5172 to `vc-directory-exclusion-list'.
5173 (vc-bzr-shell-command): New function.
5175 2007-08-06 Tom Tromey <tromey@redhat.com>
5177 * diff-mode.el (diff-unified->context, diff-reverse-direction)
5178 (diff-fixup-modifs): Typo in docstring.
5180 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5182 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
5184 (tpu-edt-off): Disable relevant pieces of advice.
5186 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
5187 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
5188 (newline, newline-and-indent, do-auto-fill): Use advice instead of
5189 redefining the function.
5190 (tpu-set-scroll-margins): Activate the pieces of advice.
5192 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5194 * help.el (resize-temp-buffer-window): Use window-full-width-p
5195 instead of comparing frame-width and window-width.
5197 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
5199 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
5200 optional quotes around files in NEED-UPDATE . REMOVED case.
5202 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
5203 (ada-treat-cmd-string): Improve error message.
5204 (ada-do-file-completion): Call `ada-require-project-file', so
5205 project variables are set properly.
5206 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
5207 (ada-gnatfind-buffer-name): New constant.
5208 (ada-find-any-references): Use new constant. Set buffer name
5209 properly in compilation-start. Toggle read-only properly.
5210 (ada-find-in-src-path): Fix spelling error in docstring.
5212 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
5215 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
5217 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
5219 2007-08-12 Richard Stallman <rms@gnu.org>
5221 * progmodes/sh-script.el (sh): Delete group `unix'.
5223 * progmodes/gud.el (gud): Change to group `processes'.
5225 2007-08-11 Glenn Morris <rgm@gnu.org>
5227 * progmodes/compile.el (compilation-buffer-name): Don't check
5228 compilation-arguments. It is superfluous, and the variable isn't
5229 even set when this function is called.
5231 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5233 * term/mac-win.el (mac-ae-reopen-application): New function.
5234 (mac-apple-event-map): Bind "reopen application" Apple event to it.
5236 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5238 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
5239 take tex-font-script-display into account.
5240 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
5241 cell to a list of 2 elements to simplify the unfontify code.
5243 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5245 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
5246 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
5247 ps-print-color-p is neither nil nor black-white. Reported by Christian
5248 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5250 2007-08-08 Andreas Schwab <schwab@suse.de>
5252 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
5253 self-insert-command, not self-insert.
5255 2007-08-08 Glenn Morris <rgm@gnu.org>
5257 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
5258 argument optional, for backwards compatibility, and only highlight
5259 args when present. Fix symbol name typo (doc/args).
5261 * help-mode.el (help-make-xrefs): Search for symbol constituents,
5262 rather than just `-'.
5264 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
5266 * calc/calc-units.el (calc-convert-temperature):
5267 Use `/' to create fractions.
5269 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
5271 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
5273 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
5274 ERROR-BUFFER more robust. Display output.
5275 (tramp-file-name-handler): Add a connection property when we found
5276 a foreign file name handler. This allows backends like ftp to
5277 profit also from usr/host name completion based on connection
5279 (tramp-send-command-and-read): Search for trash after the regexp
5280 until eol only. In XEmacs, there is a problem with \n.
5282 * net/tramp-cache.el (top): Read persistent connection history
5283 when cache is empty.
5285 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
5287 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
5290 2007-08-07 Sam Steingold <sds@gnu.org>
5292 * progmodes/compile.el (compilation-start): Pass nil as startfile
5295 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5297 * longlines.el (longlines-decoded): New variable.
5298 (longlines-mode): Avoid encoding or decoding the buffer twice.
5300 2007-08-07 Martin Rudalics <rudalics@gmx.at>
5302 * format.el (format-insert-file): Make sure that at most one undo
5303 entry is recorded for the insertion. Inhibit point-motion and
5304 modification hooks around call to insert-file-contents.
5306 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5308 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
5309 Select the buffer's window before moving point.
5311 2007-08-07 Richard Stallman <rms@gnu.org>
5313 * term.el (term): Remove parent group `unix'.
5315 * simple.el (default-indent-new-line): New function.
5316 It calls comment-line-break-function if there are comments.
5317 (do-auto-fill): Use that.
5319 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
5321 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
5322 (PC-do-completion): Add "acronym completion" for symbols and
5323 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
5325 2007-08-06 Sam Steingold <sds@gnu.org>
5327 * mouse.el (mouse-buffer-menu): Pass mode-name through
5328 format-mode-line because it may be a list,
5329 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
5331 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
5333 * printing.el (pr-update-menus): Docstring fix.
5335 2007-08-06 Jason Rumney <jasonr@gnu.org>
5337 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
5339 * vc-hooks.el (vc-call): Add doc string.
5341 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
5343 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
5346 2007-08-06 Kenichi Handa <handa@m17n.org>
5348 * international/quail.el: Wrap (require 'help-mode) by
5350 (quail-help-init): New function.
5351 (quail-help): Call quail-help-init.
5352 (quail-store-decode-map-key): Change it to a function.
5354 2007-08-05 Jason Rumney <jasonr@gnu.org>
5356 * vc.el (vc-rollback): Add norevert argument back.
5357 (vc-revert-buffer): Add back as obsolete alias.
5359 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
5361 * term.el: Honor term-default-fg-color and term-default-bg-color
5362 settings when modifying term-current-face.
5363 (term-default-fg-color, term-default-bg-color): Initialize from
5364 default term-current-face.
5365 (term-mode, term-reset-terminal): Set term-current-face with
5366 term-default-fg-color and term-default-bg-color.
5367 (term-handle-colors-array): term-current-face has term-default-fg-color
5368 and term-default-bg-color after reset escape sequence.
5369 (term-handle-colors-array): Set term-current-color with
5370 term-default-fg/bg-color instead of ansi-term-color-vector when the
5371 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
5373 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
5375 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
5376 (math-nlfit-givens): Let bind free variables.
5378 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
5380 * printing.el: Require lpr and ps-print when loading printing package.
5381 Reported by Glenn Morris <rgm@gnu.org>.
5383 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
5385 * files.el (set-auto-mode): Handle also remote files wrt
5388 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
5390 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
5391 curves and plotting.
5393 * calc/calc-nlfit.el: New file.
5395 2007-08-04 Glenn Morris <rgm@gnu.org>
5397 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
5398 zero, not nil, when the library is first loaded. Check for a file
5399 that has been modified on disk.
5401 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
5402 Remove duplicate defvar preventing initialization.
5403 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
5405 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5407 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
5408 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
5409 may match up to 4 lines.
5410 (diff-beginning-of-file-and-junk): Rewrite.
5412 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5414 * printing.el: Evaluate require only during compilation.
5415 (pr-version): New version 6.9.1.
5416 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
5417 (pr-global-menubar): Fix code.
5419 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
5421 * term.el (term-erase-in-display): Fix case when point is not at
5422 the beginning of the line.
5424 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
5426 * calc/calc-ext.el (math-get-value, math-get-sdev)
5427 (math-contains-sdev): New functions.
5429 * calc/calc-graph.el (calc-graph-format-data)
5430 (calc-graph-add-curve): Check for error forms.
5431 (calc-graph-set-styles): Add option for error forms.
5433 2007-08-03 Miles Bader <miles@gnu.org>
5435 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
5436 backend names for new backends to `Git', `Hg', and `Bzr'.
5437 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
5439 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
5441 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
5442 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
5444 2007-08-03 Richard Stallman <rms@gnu.org>
5446 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
5447 to update deleted flag.
5449 * cus-edit.el (customize-apropos, customize-apropos-options)
5450 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
5452 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
5454 * startup.el (fancy-splash-head, startup-echo-area-message):
5455 Change message text.
5457 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
5458 All callers use line-move.
5460 * progmodes/compile.el (compilation-find-buffer): Return current
5461 buffer immediately if suitable.
5462 (compile, compilation-buffer-name, compilation-start): Doc fixes.
5464 2007-08-03 Daiki Ueno <ueno@unixuser.org>
5466 * faces.el (face-normalize-spec): New function.
5467 (frame-set-background-mode): Normalize face-spec before calling
5470 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5472 * server.el (server-window): Add switch-to-buffer-other-frame option.
5474 2007-08-03 Glenn Morris <rgm@gnu.org>
5476 * cus-edit.el (customize-apropos): Make the error message indicate
5477 what kind of thing the user was trying to customize.
5479 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
5481 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
5482 Fix off-by-one error in previous change.
5484 2007-08-03 Drew Adams <drew.adams@oracle.com>
5486 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
5487 Make buffer writable.
5489 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5491 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
5492 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
5493 Use native Emacs functions, when appropriate.
5495 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
5496 Stefan Monnier <monnier@iro.umontreal.ca>
5498 * vc.el: Document new VC operation `extra-menu'.
5500 * vc-hooks.el (vc-default-extra-menu): New function.
5502 * menu-bar.el (menu-bar-vc-filter): New function.
5503 (menu-bar-tools-menu): Use it as a filter.
5505 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
5507 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
5509 2007-08-01 Glenn Morris <rgm@gnu.org>
5511 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
5513 (fortran-tab-mode-default): Remove needless autoload.
5514 (fortran-tab-mode-string): Add help-echo and mouse properties, and
5516 (fortran-line-length): New buffer-local variable, safe if integer.
5517 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
5518 Change from variables to constants.
5519 (fortran-font-lock-syntactic-keywords): Delete as a variable,
5520 replace with a new function definition.
5521 (fortran-mode): Use fortran-line-length, and
5522 fortran-font-lock-syntactic-keywords as a function. Add a
5523 hack-local-variables-hook function.
5524 (fortran-line-length, fortran-hack-local-variables): New functions.
5525 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
5526 Use fortran-line-length rather than 72.
5527 (fortran-window-create-momentarily): Doc fix.
5529 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
5531 * cus-edit.el (custom-group-value-create, custom-goto-parent):
5532 Fix parent groups link.
5534 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
5536 * progmodes/python.el (python-current-defun): Adjust to never fall
5539 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
5541 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
5543 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
5545 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
5546 (copyright-fix-years, copyright): Correctly handle the case where
5547 copyright-limit is nil.
5549 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
5551 * progmodes/python.el (run-python): Fix path separator under w32.
5553 2007-07-30 Richard Stallman <rms@gnu.org>
5555 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5556 Treat non-break space as whitespace in Lisp.
5558 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
5560 * vc.el (vc-dired-hook): Use inhibit-read-only.
5562 * progmodes/compile.el (compilation-forget-errors):
5563 Reset compilation-auto-jump-to-next.
5565 2007-07-30 Michael Olson <mwolson@gnu.org>
5567 * cus-edit.el (custom-group-save): Fix void function definition
5568 error. Thanks to Zhang Wei for the report.
5570 * ps-print.el: Check in trivial changes to the autoloads section
5571 caused by the build process. These autoloads really ought to be
5572 placed in a separate file, methinks.
5574 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5576 * calendar/calendar.el (calendar-mode): Make sure
5577 displayed-(month|year) are set.
5578 (calendar-basic-setup): Display buffer before adjusting window sizes.
5579 (generate-calendar-window): Use inhibit-read-only. Simplify.
5580 Generate buffer and set displayed-month and displayed-year before
5581 calling update-calendar-mode-line.
5583 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
5587 * net/trampver.el: Use utf-8 encoding with coding cookie.
5589 * net/tramp-cache.el:
5590 * net/tramp-fish.el:
5593 * net/tramp-smb.el: Remove coding cookie.
5595 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5596 Flush buffer file-name's file property.
5597 (tramp-handle-file-remote-p): The first parameter is FILENAME.
5599 * net/trampver.el: Update release number.
5601 2007-07-29 Juri Linkov <juri@jurta.org>
5603 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
5604 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
5605 when major-mode is not dired-mode.
5606 (dired-toggle-read-only): New function.
5607 (dired-recursive-deletes): Remove obsolete comments about old
5609 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
5611 * wdired.el (wdired-exit): New function.
5612 (wdired-mode-map): Bind C-x C-q to wdired-exit.
5614 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5616 * cus-edit.el (customize-read-group): New fun.
5617 (customize-group-other-window, customize-face-other-window):
5618 Prompt before delegating to customize-(group|face).
5619 Bind pop-up-windows rather than use the other-window argument.
5620 (customize-group, customize-face): Prompt from the interactive spec.
5621 Remove args `prompt-for-group' and `other-window'.
5623 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
5624 (ad-body-forms, ad-advised-interactive-form): Revert this part of
5627 2007-07-28 Masatake YAMATO <jet@gyve.org>
5629 * vc.el (vc-dired-mode): Add a menu for VC related operation.
5630 Use backend name as the menu label. Suggested by David Kastrup.
5632 2007-07-28 Alan Mackenzie <acm@muc.de>
5634 Fix problem with modes derived from CC Mode:
5635 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
5637 (c-init-language-vars-for): Remove call to above macro.
5638 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
5640 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
5642 2007-07-28 Eli Zaretskii <eliz@gnu.org>
5644 * net/trampver.el: Fix the `coding' cookie.
5646 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
5648 * vc-git.el (vc-git-print-log): Support both the old single file
5649 interface and the new one.
5651 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
5653 * bindings.el (mode-line-remote): Use updated %@ construct.
5655 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
5657 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5658 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
5659 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
5660 (diary-list-bahai-entries, diary-bahai-mark-entries)
5661 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
5662 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
5663 New names to clean up namespace.
5664 (list-bahai-diary-entries, mark-bahai-diary-entries)
5665 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
5666 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
5667 Add compatibility aliases.
5669 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
5671 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
5672 (calendar-scroll-left-three-months)
5673 (calendar-scroll-right-three-months): Clean up namespace.
5674 (scroll-calendar-left, scroll-calendar-right)
5675 (scroll-calendar-left-three-months)
5676 (scroll-calendar-right-three-months): Add compatibility aliases.
5678 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
5679 Behave like mouse-scroll-calendar-* when used from the mouse.
5681 * calendar/cal-menu.el (cal-menu-scroll-menu)
5682 (cal-menu-global-mouse-menu):
5683 * calendar/calendar.el (calendar-mode-map):
5684 Use new calendar-scroll-* names.
5685 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
5686 Remove. Use calendar-scroll-* directly instead.
5688 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5690 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
5691 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
5692 (ad-make-advised-definition, ad-cache-id-verification-code):
5693 Use commandp and interactive-form instead.
5695 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
5697 * vc-git.el: Relicense to GPLv3 or later.
5698 (vc-directory-exclusion-list, vc-handled-backends): Remove.
5700 * vc-hooks.el (vc-handled-backends): Add GIT.
5702 * vc.el (vc-directory-exclusion-list): Add .git.
5704 2007-07-26 Alexandre Julliard <julliard@winehq.org>
5706 * vc-git.el (vc-git-revision-table)
5707 (vc-git-revision-completion-table): New functions.
5709 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5711 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
5712 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
5713 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
5714 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
5715 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
5716 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
5717 New command actions for EPS header and EPS footer.
5719 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
5720 footer. Fix some problems with one-or-more, zero-or-more and
5721 alternative constructions generation. Some log messages
5722 implementation. Doc fix.
5723 (ebnf-version): New version 4.4.
5724 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
5725 (ebnf-eps-footer, ebnf-log): New options.
5726 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
5727 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
5728 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
5729 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
5730 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
5731 (ebnf-style-custom-list, ebnf-style-database): Put new values.
5732 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
5733 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
5734 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
5735 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
5736 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
5737 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
5738 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
5739 (ebnf-non-terminal-dimension, ebnf-special-dimension)
5740 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
5741 (ebnf-except-dimension, ebnf-alternative-dimension)
5742 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
5743 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
5745 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
5746 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
5747 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
5748 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
5749 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
5750 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
5751 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
5752 compatibility with Emacs 20 & 21.
5753 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
5754 (ebnf-eps-file-alist, ebnf-basic-width-extra)
5755 (ebnf-basic-empty-height): New vars.
5756 (ebnf-prologue): Fix PostScript code.
5757 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
5758 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
5759 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
5760 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
5762 2007-07-25 Glenn Morris <rgm@gnu.org>
5764 * Relicense all FSF files to GPLv3 or later.
5766 * COPYING: Switch to GPLv3.
5768 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5770 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
5771 Replace it with another one which disables undo before calling
5772 erase-buffer and then turns it back on if needed.
5774 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5776 * ps-print.el: Problem with foreground and background color when
5777 printing a buffer with and without faces. Reported by Christian
5778 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
5779 (ps-print-version): New version 6.7.5.
5780 (ps-default-fg): Change default value to nil, so black color is used
5781 when a face does not specify a foreground color.
5782 (ps-default-bg): Change default value to nil, so white color is used
5783 for background color.
5784 (ps-begin-job): Fix code.
5786 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5788 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
5790 2007-07-24 Glenn Morris <rgm@gnu.org>
5792 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5793 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5794 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5795 (cal-tex-cursor-week, cal-tex-cursor-week2)
5796 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5797 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5798 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5799 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5801 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5803 * calendar/calendar.el (calendar-mode-map): Move initialization
5804 into declaration. Add menu bindings (used to be done in cal-menu).
5805 (calendar-mode): Don't add an activate-menubar-hook.
5807 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
5808 modify calendar-mode-map), use easy-menu, and make sure that C-h k
5809 can be used on the menu entries.
5810 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
5811 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
5812 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
5813 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
5814 (calendar-flatten, cal-menu-update): Remove.
5815 (calendar-mouse-insert-hebrew-diary-entry)
5816 (calendar-mouse-insert-islamic-diary-entry)
5817 (calendar-mouse-insert-bahai-diary-entry):
5818 Remove (fold into cal-menu-diary-menu).
5819 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
5820 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
5821 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
5822 (calendar-mouse-view-diary-entries): Minor simplifications.
5823 (calendar-event-to-date): Use with-current-buffer.
5825 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
5827 * add-log.el (change-log-redate): Remove (not needed anymore and
5828 doesn't appear to work).
5830 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5832 * frame.el: Use mapc and dolist instead of mapcar where possible.
5833 (close-display-connection): New command.
5835 2007-07-25 Alexandre Julliard <julliard@winehq.org>
5837 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
5838 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
5840 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5842 * ps-print.el (ps-multibyte-buffer): Docstring fix.
5844 * ps-mule.el: Doc fix.
5845 (ps-multibyte-buffer, ps-mule-font-info-database-default)
5846 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
5848 2007-07-25 Glenn Morris <rgm@gnu.org>
5850 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
5851 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
5852 (cal-tex-daily-end, cal-tex-hook)
5853 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
5854 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
5855 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5856 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5857 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
5858 (cal-tex-day-prefix, cal-tex-day-name-format)
5859 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
5860 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
5861 (cal-tex-LaTeX-subst-list): Change from variables to constants.
5862 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
5863 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
5864 etc, rather than \bf.
5865 (cal-tex-mini-calendar): Fix typos in previous change.
5866 (cal-tex-latexify-list): Remove inner let binding.
5867 (cal-tex-end-document, cal-tex-banner): Use multi-line
5869 (cal-tex-comment): Handle embedded newlines.
5870 (cal-tex-LaTeXify-string): Use substring-no-properties.
5872 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
5874 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5875 Add support for the Maden build tool.
5877 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
5879 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
5881 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5883 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
5885 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
5887 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
5890 * vc-git.el (vc-git-print-log): Fix previous change.
5892 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5894 * window.el (save-selected-window): Minor optimization.
5895 (bw-adjust-window): If operation failed, try with a smaller delta.
5896 (window-fixed-size-p): New function.
5897 (window-area-factor): New var.
5898 (balance-windows-area): New command.
5900 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
5901 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
5902 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
5903 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
5904 (ps-mule-begin-job): Use dolist.
5906 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
5908 * subr.el (start-file-process-shell-command)
5909 (process-file-shell-command): New defuns.
5911 * progmodes/compile.el (compilation-start):
5912 Apply `start-file-process-shell-command'.
5914 2007-07-24 Alexandre Julliard <julliard@winehq.org>
5916 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
5918 2007-07-24 Alan Mackenzie <acm@muc.de>
5920 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5921 Initialise byte-compile-unresolved-functions before rather than
5922 after a compilation.
5923 (byte-compile-unresolved-functions): Amplify doc string.
5925 2007-07-24 Glenn Morris <rgm@gnu.org>
5927 * startup.el (normal-splash-screen): Use `emacs-copyright'.
5929 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
5930 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
5931 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
5932 (cal-tex-cursor-week, cal-tex-cursor-week2)
5933 (cal-tex-cursor-week-iso, cal-tex-week-hours)
5934 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
5935 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5936 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
5938 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
5939 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
5940 (cal-tex-day-name-format, cal-tex-cal-one-month)
5941 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
5942 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
5943 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
5944 (cal-tex-list-holidays, cal-tex-cursor-year)
5945 (cal-tex-cursor-year-landscape, cal-tex-year)
5946 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
5947 (cal-tex-cursor-month, cal-tex-insert-days)
5948 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
5949 (cal-tex-first-blank-p, cal-tex-cursor-week)
5950 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5951 (cal-tex-week-hours, cal-tex-cursor-week-monday)
5952 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
5953 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
5954 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
5955 (cal-tex-latexify-list, cal-tex-previous-month)
5956 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
5957 modernization, including using dotimes rather than
5959 (cal-tex-LaTeX-subst-list): Remove `@'.
5960 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
5961 Use \textit and \textbf rather than \em and \it.
5963 * calendar/cal-bahai.el (list-bahai-diary-entries)
5964 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
5965 * calendar/cal-islam.el (list-islamic-diary-entries)
5966 * calendar/calendar.el (generate-calendar, generate-calendar-month)
5967 * calendar/diary-lib.el (diary-list-entries)
5968 (mark-calendar-date-pattern): Use `dotimes' rather than
5969 `calendar-for-loop'.
5971 * calendar/calendar.el (calendar-for-loop): Doc fix.
5973 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5975 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
5976 underlying file is uptodate.
5978 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
5980 * replace.el (perform-replace): Use isearch-no-upper-case-p.
5982 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
5984 * vc-hooks.el (vc-mode-line-map): New const.
5985 (vc-mode-line): Use it.
5987 2007-07-23 Alexandre Julliard <julliard@winehq.org>
5989 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
5990 (vc-git-unregister): New functions.
5991 (vc-git-find-version): Use the result of ls-files as a parameter
5994 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
5996 * net/tramp.el (tramp-perl-file-attributes)
5997 (tramp-perl-directory-files-and-attributes)
5998 (tramp-handle-file-attributes-with-stat)
5999 (tramp-handle-directory-files-and-attributes-with-stat)
6000 (tramp-convert-file-attributes): Handle huge file sizes.
6002 2007-07-23 Juri Linkov <juri@jurta.org>
6004 * isearch.el (isearch-message-function): New variable.
6005 (isearch-update, isearch-search): Use it.
6007 * simple.el (goto-history-element): New function created from
6008 next-history-element.
6009 (next-history-element): Most code moved to goto-history-element.
6010 Call goto-history-element with (- minibuffer-history-position n).
6011 (previous-history-element): Call goto-history-element with (+
6012 minibuffer-history-position n).
6013 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
6014 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
6015 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
6016 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
6017 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
6018 (minibuffer-history-isearch-pop-state): New functions.
6020 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6022 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
6023 Also, if FILE is a list, return non-nil if any of its elements
6024 should stay local. Update docstring.
6026 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6028 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
6029 change by reverting a small part.
6031 2007-07-23 Richard Stallman <rms@gnu.org>
6033 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
6035 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6037 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
6038 handling it. Use vc-git-command.
6039 (vc-git-find-version, vc-git-diff-tree): New functions.
6040 (vc-git-revert): Use vc-git-command.
6041 (vc-git--run-command): Delete.
6043 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6045 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
6047 2007-07-20 Kenichi Handa <handa@m17n.org>
6049 * international/utf-8.el (utf-8-post-read-conversion):
6050 Temporarily bind utf-8-compose-scripts to nil while running
6051 *-compose-region functions.
6053 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6055 * vc-git.el: Update status.
6056 (vc-directory-exclusion-list): Use eval-after-load.
6058 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
6060 * bindings.el (mode-line-remote): New variable.
6061 (help-echo): Add to default values of mode-line-format.
6063 * files.el: Mark mode-line-remote as risky.
6065 2007-07-22 Juri Linkov <juri@jurta.org>
6067 * isearch.el (isearch-edit-string): Save old point and
6068 isearch-other-end to old-point and old-other-end before reading
6069 the search string from minibuffer. After exiting minibuffer set
6070 point to old-other-end if point and the search direction is the
6071 same as before reading the search string.
6072 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
6073 to isearch-other-end. Instead of isearch-search-and-update call
6074 three functions isearch-search, isearch-push-state and isearch-update.
6076 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6078 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
6079 deal with multiple file arguments.
6080 (vc-git-print-log): Deal with multiple file arguments.
6082 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6084 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
6085 diff-refine-hunk. Adjust users.
6086 (diff-unified-hunk-p, diff-splittable-p): New functions.
6087 (diff-mode-menu): Use it to disable Split when it doesn't work.
6089 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6091 * diff-mode.el (diff-mode-menu): New entries.
6093 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6095 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
6096 if applicable, so as to save undo-log space.
6098 * diff-mode.el (diff-find-file-name): Add arg `batch'.
6100 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
6101 (diff-file-kill): Use it.
6102 (diff-beginning-of-hunk): Add arg `try-harder' using it.
6103 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
6104 Use it so they find the hunk even when we're in the file header.
6106 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6108 * vc-git.el (vc-git-revision-granularity, vc-git-root)
6109 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
6110 (vc-git-create-repo): New functions.
6111 (vc-git-registered): New autoloaded function definition.
6112 (vc-git-registered): Use vc-git-root.
6113 (vc-git-responsible-p): New defalias.
6114 (vc-git-annotate-extract-revision-at-line): Uncomment.
6115 (vc-git-print-log): Add the file name to the log.
6116 (vc-git-log-view-mode): New derived mode.
6117 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
6119 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6121 * progmodes/grep.el (grep-compute-defaults): Keep default values.
6123 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
6125 * textmodes/reftex.el (reftex-access-parse-file): Create parse
6126 file in a way that does not interfere with recentf mode.
6127 (reftex-access-parse-file): Do not risk destroying an existing
6130 2007-07-22 Alexandre Julliard <julliard@winehq.org>
6132 * vc-git.el: New file.
6134 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6136 * textmodes/tex-mode.el (tex-font-script-display): Change default.
6138 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6140 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
6141 for branches and new files.
6143 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
6144 local-map handling ...
6145 (vc-mode-line): ... here. Improve handling of help-echo.
6147 * vc.el (mode-line-string): Document help-echo usage.
6149 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6151 Sync with Tramp 2.1.10.
6153 * net/tramp.el (tramp-get-ls-command): Fix typo.
6155 * net/trampver.el: Update release number.
6157 2007-07-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6159 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
6161 * term/x-win.el (x-handle-no-bitmap-icon): New function.
6163 2007-07-22 Martin Rudalics <rudalics@gmx.at>
6165 * add-log.el (change-log-fill-parenthesized-list): New function.
6166 (change-log-indent): Call change-log-fill-parenthesized-list.
6167 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
6168 Have lines with leading asterisk start a paragraph.
6170 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6172 * calc/calc-math.el (math-emacs-precision)
6173 (math-largest-emacs-expt, math-smallest-emacs-expt):
6175 (math-use-emacs-fn): New function.
6176 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
6179 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6181 * image-dired.el (image-dired-sane-db-file): New func.
6182 (image-dired-write-tags, image-dired-remove-tag)
6183 (image-dired-list-tags, image-dired-write-comments)
6184 (image-dired-get-comment, image-dired-mark-tagged-files)
6185 (image-dired-create-gallery-lists): Call new func.
6186 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
6188 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6190 * vc-hg.el (vc-hg-dir-state): Fix loop.
6191 (vc-hg-print-log): Fix expected return value for vc-hg-command.
6192 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
6193 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
6194 (vc-hg-revert): Likewise.
6195 (vc-hg-revision-table, vc-hg-revision-completion-table): New
6198 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6200 * add-log.el (change-log-resolve-conflict): Don't lose data if the
6203 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6205 * progmodes/compile.el (compilation-auto-jump-to-first-error):
6206 Add group and version.
6208 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6210 * add-log.el (add-log-file-name): Use file-relative-name.
6211 (add-change-log-entry): Delay reading
6212 add-log-(full-name|mailing-address) to after we've switched to the
6213 ChangeLog buffer so we get the right value.
6214 (add-change-log-entry, add-log-current-defun, change-log-merge):
6215 Use derived-mode-p rather than checking major-mode directly.
6217 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
6218 name for buffer-file-name if it refers to a directory.
6220 * vc-arch.el (vc-arch-diff): Fix last change.
6222 * progmodes/compile.el (compilation-start): Remember the original
6223 directory in a buffer-local compilation-directory.
6224 (compile): Set the global value of compilation-directory.
6225 (recompile): Use compilation-directory even in the compilation buffer.
6227 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6229 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
6231 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6233 * ps-print.el: Problem with foreground and background color when
6234 printing a buffer with and without faces. Reported by Christian
6235 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6236 (ps-print-version): New version 6.7.5.
6237 (ps-default-fg): Change default value to nil, so black color is used
6238 when a face does not specify a foreground color.
6239 (ps-default-bg): Change default value to nil, so white color is used
6240 for background color.
6241 (ps-begin-job): Fix code.
6243 2007-07-20 Eli Zaretskii <eliz@gnu.org>
6245 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
6246 in $(INSTALL_DIR)/lisp/ if they already exist.
6248 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
6250 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
6251 in $(INSTALL_DIR)/lisp/ if they already exist.
6253 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6255 * progmodes/vera-mode.el (vera-re-search-forward)
6256 (vera-re-search-backward): Remove use of store-match-data.
6257 (vera-mode-map): Move initialization into declaration.
6259 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
6260 (flymake-find-buildfile): Use locate-dominating-file.
6262 * vc.el (vc-delistify): Use mapconcat.
6263 (vc-do-command): Minor simplification.
6264 (vc-expand-dirs): Use push.
6266 * vc-mcvs.el (vc-mcvs-create-repo):
6267 * vc-cvs.el (vc-cvs-create-repo): Remove.
6269 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
6270 directory and the root as well.
6272 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
6274 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
6277 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
6278 (vc-hg-registered): Replace if with when.
6279 (vc-hg-state): Deal with nonexistent files and handle removed files.
6280 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
6281 (vc-hg-checkout): Re-enable.
6282 (vc-hg-create-repo): Fix typos.
6283 (vc-hg-print-log): Fix for multiple files.
6284 (vc-hg-workfile-unchanged-p): New function.
6287 (vc-print-log): Fix call to print-log.
6288 (vc-default-comment-history): Likewise.
6289 (vc-directory-exclusion-list): Add .hg and .bzr.
6290 (vc-diff-internal): Pass a list instead of a file.
6292 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
6294 * vc-bzr.el (vc-bzr-create-repo): New function.
6296 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6298 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
6299 `file' from which to start the search.
6301 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
6303 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
6304 having a single file argument to having a list of files as the
6307 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6309 * files.el (locate-dominating-file): New function.
6311 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
6313 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
6314 (grep-compute-defaults): Use it.
6316 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
6318 * uniquify.el: Docstring fixes.
6320 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
6322 * vc.el (revision-granularity, create-repo): Document new vc
6324 (vc-rollback): Renamed from vc-cancel-version. Update
6325 references. Pass a list instead of a file.
6326 (vc-revert): Renamed from vc-revert-buffer. Update references.
6327 (vc-delistify, vc-expand-dirs): New functions.
6328 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
6329 of files instead of a single file.
6330 (vc-position-context, vc-resync-window, vc-diff-internal)
6331 (vc-print-log): Pass a list instead of a file.
6333 * vc-hooks.el (vc-stay-local-p, vc-backend)
6334 (vc-backend-subdirectory-name): Work on a file list, not a single
6336 (vc-workfile-version): Update docstring.
6337 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
6338 vc-revert instead of vc-revert-buffer.
6339 (vc-prefix-map): Likewise. Bind vc-update.
6341 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
6342 (vc-svn-wash-log): New functions.
6343 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
6344 (vc-svn-command): Deal with a list of files, not a single file.
6346 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
6347 (vc-rcs-wash-log): New functions.
6348 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
6349 Deal with a list of files, not a single file.
6350 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
6352 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
6354 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
6355 list of files, not a single file.
6357 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
6359 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
6360 (vc-mcvs-diff): Deal with a list of files, not a single file.
6362 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
6364 (vc-hg-print-log): Deal with a list of files, not a single file.
6365 (vc-hg-diff-tree): New function, replace defalias with the same
6367 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
6368 FILES to denote that it is a file list, not a single file.
6370 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
6371 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
6373 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
6374 that it is a file list, not a single file.
6375 (vc-cvs-diff): Likewise. Simplify.
6377 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
6378 Deal with a list of files, not a single file.
6380 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
6381 (vc-bzr-print-log): Update FILE parameter name to denote that it
6382 is a file list, not a single file.
6383 (vc-bzr-diff): Likewise. Use the car of files.
6385 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
6387 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
6388 (follow-delete-other-windows-and-split, follow-recenter)
6389 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
6390 (follow-redisplay, follow-estimate-first-window-start)
6391 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
6392 Fix typos in docstrings.
6394 2007-07-18 Martin Rudalics <rudalics@gmx.at>
6396 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
6397 avoid that filling introduces lines with a single asterisk.
6399 * kmacro.el (kmacro-end-macro): When ignoring empty macro
6400 avoid incorrect kmacro-ring-empty-p messages.
6401 Reported by Michael Schierl <schierlm@gmx.de>.
6403 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6405 * vc.el: Add more info about the vc-registered function.
6407 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6409 * files.el (file-remote-p): Introduce optional parameter
6412 * recentf.el (recentf-keep-default-predicate): Adapt call of
6415 * progmodes/grep.el (grep-probe): Use `process-file'.
6416 (grep-compute-defaults): Handle variables host specific.
6418 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
6419 parameter IDENTIFICATION.
6421 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
6422 parameter IDENTIFICATION.
6423 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
6424 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6425 Add entry for `set-file-times'.
6426 (tramp-do-copy-or-rename-file-via-buffer)
6427 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
6428 (tramp-handle-unhandled-file-name-directory): Rewrite.
6429 (tramp-convert-file-attributes): Add error handling when inode is
6431 (tramp-get-inode): Change parameter from FILE to VEC.
6432 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
6433 is nil. This is according to the specification. Goto (point-max)
6435 (tramp-handle-shell-command): Rewrite completely, using
6436 `process-file' and `start-file-process'.
6437 (tramp-methods, tramp-find-shell)
6438 (tramp-open-connection-setup-interactive-shell)
6439 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
6440 var. Reported by Steve Youngs <steve@sxemacs.org>.
6442 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
6443 entry for `set-file-times'. Rename `start-process' into
6444 `start-file-process'. Remove `call-process' entry.
6445 (tramp-fish-handle-set-file-times): New defun.
6446 (tramp-fish-handle-executable-find): Use `process-file'.
6447 (tramp-fish-handle-process-file): New defun. Replaces
6448 `tramp-fish-handle-call-process'.
6449 (tramp-fish-do-copy-or-rename-file-directly): Use
6451 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
6453 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
6454 `tramp-get-inode' parameter.
6456 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6458 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
6459 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
6460 nowadays, and by the time Emacs-23 comes out, nobody will even remember
6461 it has ever existed.
6463 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
6465 * vc.el: Undo previous change.
6467 2007-07-16 Eli Zaretskii <eliz@gnu.org>
6469 * makefile.w32-in (clean): Don't delete *~.
6471 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
6473 * textmodes/tex-mode.el (tex-verbatim-environments):
6474 Add safe-local-variable property.
6475 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
6476 when starting font-lock rather than when loading tex-mode.el.
6478 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
6479 whole $( rather than just the $. Rename from sh-quoted-subshell.
6480 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
6482 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6484 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
6485 bookmark-alist. Instead, if not sorting, simply return it.
6486 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
6487 for its return value, not for its side effect.
6489 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
6490 case of alignment under a constant symbol, find and consider
6491 the sexp actually at indentation to be the "last sexp".
6493 2007-07-16 Drew Adams <drew.adams@oracle.com>
6495 * mouse.el (mouse-yank-secondary): Better error message if no
6496 secondary selection.
6498 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6500 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
6502 * term/xterm.el (xterm-turn-on-modify-other-keys)
6503 (xterm-turn-off-modify-other-keys): New functions.
6504 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
6505 terminal supports it.
6507 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
6509 * bookmark.el (bookmark-show-all-annotations):
6510 Make sure each inserted annotation ends with newline.
6512 2007-07-15 Richard Stallman <rms@gnu.org>
6514 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
6516 * tutorial.el (tutorial--find-changed-keys):
6517 Handle C-x specially like ESC.
6519 2007-07-15 Aaron Hawley <aaronh@garden.org>
6521 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
6523 2007-07-15 Juri Linkov <juri@jurta.org>
6525 * delsel.el (delete-selection-pre-hook):
6526 * emulation/cua-base.el (cua-paste): Before a yank command,
6527 check also whether last-command is one of mouse-save-then-kill,
6528 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
6530 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
6532 * recentf.el (recentf-keep-default-predicate): New defun.
6533 (recentf-keep): Use it as initial value.
6535 2007-07-15 Karl Fogel <kfogel@red-bean.com>
6537 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
6538 thus restoring bookmark bindings to three slots under C-x r. See
6539 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
6541 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6543 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
6545 2007-07-15 Jason Rumney <jasonr@gnu.org>
6547 * w32-fns.el (set-default-process-coding-system): Use dos line ends
6548 for input to cmdproxy on all versions of Windows.
6549 Use dos line ends for input to plink.
6551 * comint.el (comint-simple-send): Concat newline before sending.
6552 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
6554 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
6556 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
6557 safe-local-variable setting.
6559 2007-07-14 David Kastrup <dak@gnu.org>
6561 * emacs-lisp/advice.el (defadvice): Doc fix.
6563 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
6565 * subr.el (when, unless): Doc fix.
6567 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6569 * replace.el (match): Use yellow1 instead of yellow.
6571 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
6574 * pcvs-info.el (cvs-unknown): Likewise.
6576 2007-07-13 Eli Zaretskii <eliz@gnu.org>
6578 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
6579 (install): Use them to copy all *.el files before *.elc.
6581 2007-07-13 Drew Adams <drew.adams@oracle.com>
6583 * bookmark.el (bookmark-jump-other-window): New function.
6584 (bookmark-map): Bind it to "o".
6586 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
6587 and its thread contains discussion about this change.
6588 The original patch was slightly tweaked by Karl Fogel
6589 <kfogel@red-bean.com> before committing.
6591 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6593 * bookmark.el: Shorten some comments to fit within 80 lines.
6595 2007-07-13 Karl Fogel <kfogel@red-bean.com>
6597 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
6598 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
6599 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
6600 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
6602 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
6604 * textmodes/org.el: Bug fixes.
6605 (org-end-of-line): Move to end of line if in headline without tags.
6607 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6609 * vc-hooks.el: Remove spurious * in docstrings.
6610 (vc-handled-backends): Add BZR.
6612 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
6614 2007-07-12 Davis Herring <herring@lanl.gov>
6616 * desktop.el (desktop-buffer-info, desktop-save):
6617 Use `desktop-dirname' instead of `dirname'.
6619 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6621 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
6623 * progmodes/python.el (python-which-func-length-limit): New var.
6624 (python-which-func): New function.
6625 (python-current-defun): Add optional `length-limit' and try to fit
6626 computed function name to that length.
6627 (python-mode): Hook `python-which-func' up.
6629 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
6631 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
6633 * comint.el (comint-dynamic-complete-as-filename):
6634 Use read-file-name-completion-ignore-case.
6636 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
6638 * comint.el (comint-dynamic-list-filename-completions):
6639 Use read-file-name-completion-ignore-case.
6641 * vc-cvs.el: Require CL.
6642 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
6643 New functions to provide completion of revision names.
6645 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
6646 (vc-cvs-annotate-first-line-re): New const.
6647 (vc-cvs-annotate-process-filter): New fun.
6648 (vc-cvs-annotate-command): Use them and run the command asynchronously.
6650 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
6652 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
6653 (eldoc-print-current-symbol-info): Adjust for changed helper
6654 function signatures.
6655 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
6656 `eldoc-highlight-function-argument'.
6657 (eldoc-highlight-function-argument): New function.
6658 (eldoc-get-var-docstring): Format documentation with
6659 `font-lock-variable-name-face'.
6660 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
6662 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
6663 (eldoc-beginning-of-sexp): Return number of skipped sexps.
6665 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
6667 * progmodes/compile.el (compilation-start): `start-process' must
6668 still be redefined when calling `start-process-shell-command'.
6670 * progmodes/gud.el (gud-file-name): When `default-directory' is a
6671 remote file name, prepend its remote part to the filename.
6672 (gud-common-init): When `default-directory' is a remote file name,
6673 make the filename relative to it.
6674 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
6676 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
6678 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
6679 mouse binding and a tooltip.
6681 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
6683 * menu-bar.el (vc-menu-map): New defalias.
6685 2007-07-10 Richard Stallman <rms@gnu.org>
6687 * emacs-lisp/lisp-mode.el (eval-defun):
6688 Explain special handling of `defface'.
6690 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
6692 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
6694 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
6696 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6698 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
6700 * vc-arch.el (vc-arch-complete): Remove.
6701 (vc-arch-revision-completion-table): Use complete-with-action.
6703 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
6704 (complete-with-action): New function.
6705 (dynamic-completion-table): Use it.
6707 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
6709 * comint.el (make-comint, make-comint-in-buffer)
6710 (comint-exec-1): Replace `start-process' by `start-file-process'.
6712 * progmodes/compile.el (compilation-start): Revert redefining
6715 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6717 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
6718 with EOLs when generating MD5 checksums.
6720 * follow.el: Don't change the global map from the follow-mode-map
6721 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
6723 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
6724 since `follow-mode' should be used instead for that.
6726 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
6727 (easy-menu-do-define): Use it.
6728 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
6730 * progmodes/compile.el (compilation-auto-jump-to-first-error)
6731 (compilation-auto-jump-to-next): New vars.
6732 (compilation-auto-jump): New function.
6733 (compilation-error-properties): Use them to jump to first error.
6734 (compilation-start): Set the var if requested.
6736 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
6737 duplicates without also removing entries from other directories.
6739 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
6741 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
6742 Remember span as default.
6743 (org-columns-edit-value): Rename from `org-column-edit'.
6744 (org-columns-display-here-title): Rename from
6745 `org-overlay-columns-title'.
6746 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
6747 (org-columns-get-autowidth-alist): Rename from
6748 `org-get-columns-autowidth-alist'.
6749 (org-columns-display-here): Rename from `org-overlay-columns'.
6750 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
6751 (org-columns-quit): Rename from `org-column-quit'.
6752 (org-columns-show-value): Rename from `org-column-show-value'.
6753 (org-columns-content, org-columns-widen)
6754 (org-columns-next-allowed-value)
6755 (org-columns-edit-allowed, org-columns-store-format)
6756 (org-columns-uncompile-format, org-columns-redo)
6757 (org-columns-edit-attributes, org-delete-property)
6758 (org-set-property, org-columns-update)
6759 (org-columns-compute, org-columns-eval)
6760 (org-columns-not-in-agenda, org-columns-compute-all)
6761 (org-property-next-allowed-value)
6762 (org-columns-compile-format)
6763 (org-fill-paragraph-experimental)
6764 (org-string-to-number, org-property-action)
6765 (org-columns-move-left, org-columns-new)
6766 (org-column-number-to-string)
6767 (org-property-previous-allowed-value)
6768 (org-at-property-p, org-columns-delete)
6769 (org-columns-previous-allowed-value)
6770 (org-columns-move-right, org-columns-narrow)
6771 (org-property-get-allowed-values)
6772 (org-verify-version, org-column-string-to-number)
6773 (org-delete-property-globally): New functions.
6774 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
6775 (org-columns-overlays): Rename from `org-column-overlays'.
6776 (org-columns-map): Rename from `org-column-map'.
6777 (org-columns-current-maxwidths): Rename from
6778 `org-current-columns-maxwidths'.
6779 (org-columns-begin-marker, org-columns-current-fmt-compiled)
6780 (org-previous-header-line-format)
6781 (org-columns-inhibit-recalculation)
6782 (org-columns-top-level-marker): New variables.
6783 (org-columns-default-format): Rename from `org-default-columns-format'.
6784 (org-property-re): New constant.
6786 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
6788 * subr.el (looking-at-p, string-match-p): New functions.
6790 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
6792 * textmodes/tex-mode.el (tex-fontify-script)
6793 (tex-font-script-display): New variables to make display of
6794 superscripts and subscripts customizable.
6795 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
6797 2007-07-09 Richard Stallman <rms@gnu.org>
6799 * isearch.el (isearch-edit-string): Call to isearch-push-state
6802 2007-07-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6804 * window.el (fit-window-to-buffer): Remove setting of window-min-height
6805 to 1 as enlarge-window uses the value to resize/shrink windows other
6806 than WINDOW if needed.
6808 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6810 * cus-start.el (file-coding-system-alist): Fix custom type.
6812 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
6814 * longlines.el (longlines-wrap-region): Avoid marking buffer as
6816 (longlines-auto-wrap, longlines-window-change-function):
6817 Remove unnecessary calls to set-buffer-modified-p.
6819 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
6821 * cus-start.el (file-coding-system-alist): Fix custom type.
6823 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6825 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
6826 (vc-cvs-checkout): Remove last arg now unused; simplify.
6828 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6830 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
6836 * net/trampver.el: Migrate to Tramp 2.1.
6838 * net/tramp-cache.el:
6839 * net/tramp-fish.el:
6840 * net/tramp-gw.el: New Tramp packages.
6842 * net/tramp-util.el:
6843 * net/tramp-vc.el: Removed.
6845 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
6846 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
6848 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
6850 * progmodes/compile.el (compilation-start): Redefine
6851 `start-process' temporarily when `default-directory' is remote.
6852 Remove case of synchronous compilation, this won't happen ever.
6853 (compilation-setup): Make local variable `comint-file-name-prefix'
6854 for remote compilation.
6856 2007-07-08 Martin Rudalics <rudalics@gmx.at>
6858 * novice.el (disabled-command-function): Fit window to buffer to
6859 make last line visible.
6860 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6862 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
6863 when handling the terminating event.
6865 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
6867 * calc/calc.el (math-read-number-simple): Remove leading 0s.
6868 (math-bignum-digit-length): Change to optimal value.
6870 * calc/calc-bin.el (math-bignum-logb-digit-size)
6871 (math-bignum-digit-power-of-two): Evaluate when compiled.
6873 * calc/calc-comb.el (math-small-factorial-table)
6874 (math-init-random-base, math-prime-test): Remove unnecessary calls
6875 to `math-read-number-simple'.
6877 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
6878 (math-approx-gamma-const): Add docstrings.
6880 * calc/calc-forms.el (math-julian-date-beginning)
6881 (math-julian-date-beginning-int): New constants.
6882 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
6883 Use the new constants.
6885 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
6887 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6890 2007-07-07 Tom Tromey <tromey@redhat.com>
6892 * vc.el (vc-annotate): Jump to line and output message only after the
6893 process is really all done.
6895 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6897 * vc.el (vc-exec-after): Don't move point from the sentinel.
6898 Forcefully read all the remaining text in the pipe upon process exit.
6899 (vc-annotate-display-autoscale, vc-annotate-lines):
6900 Don't stop at the first unrecognized line.
6901 (vc-annotate-display-select): Run autoscale after the process is done
6902 since it depends on the whole result.
6904 2007-07-07 Eli Zaretskii <eliz@gnu.org>
6906 * term/w32-win.el (menu-bar-open): New function.
6909 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
6911 * simple.el (start-file-process): New defun.
6913 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6915 * files.el (find-file-confirm-nonexistent-file): Rename from
6916 find-file-confirm-inexistent-file. Update users.
6918 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
6919 format of autoload block where the file's time-stamp is replaced by its
6921 (autoload-generate-file-autoloads): Use MD5 checksum instead of
6922 time-stamp for secondary autoloads files.
6923 (update-directory-autoloads): Remove duplicate entries.
6924 Use time-less-p for time-stamps, as done in autoload-find-destination.
6926 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
6928 * calc/calc.el (math-read-number): Replace number by variable.
6929 (math-read-number-simple): Properly parse small integers.
6931 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
6933 * vc.el: Fix doc for the checkout function.
6935 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
6937 * vc-hg.el (vc-hg-root): New function.
6938 (vc-hg-registered): Use it.
6939 (vc-hg-diff-tree): New defalias.
6940 (vc-hg-responsible-p): Likewise.
6941 (vc-hg-checkout): Comment out, not needed.
6942 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
6943 (vc-hg-find-version, vc-hg-next-version): New functions.
6945 2007-07-06 Andreas Schwab <schwab@suse.de>
6947 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
6948 dynamic bindings around the evaluation of the expression.
6949 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
6951 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6953 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
6954 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
6955 Use run-hooks rather than run-mode-hooks.
6957 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
6959 * calc/calc-comb.el (math-random-digit): Rename to
6960 `math-random-three-digit-number'.
6961 (math-random-digits): Don't depend on representation of integer.
6963 * calc/calc-bin.el (math-bignum-logb-digit-size)
6964 (math-bignum-digit-power-of-two): New constants.
6965 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
6966 (math-not-bignum, math-clip-bignum): Use the constants
6967 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
6968 instead of their values.
6969 (math-clip): Use math-small-integer-size instead of its value.
6971 * calc/calc.el (math-add-bignum): Replace number by constant.
6973 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
6975 * wid-edit.el (widget-documentation-string-value-create):
6976 Insert indentation spaces.
6978 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
6980 * emacs-lisp/byte-opt.el: Revert last change.
6982 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
6984 * vc-hooks.el (vc-handled-backends): Add HG.
6986 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
6988 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6990 * complete.el (PC-do-complete-and-exit): Add support for the new
6991 `confirm-only' confirmation mode.
6993 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
6995 * cus-edit.el (custom-commands): New variable.
6996 (custom-tool-bar-map): New variable. Initialize using
6998 (custom-mode): Use `custom-tool-bar-map'.
6999 (custom-buffer-create-internal): Insert action buttons only if
7000 tool bar is not used. Use `custom-commands'.
7001 (Custom-help, custom-command-apply): New function.
7002 (custom-command-apply, Custom-set, Custom-save)
7003 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
7004 Use `custom-command-apply' instead of duplicating code.
7005 (customize-group-other-window): Call `customize-group' instead of
7007 (customize-face-other-window): Call `customize-face' instead of
7009 (customize-group, customize-face): Add optional args for opening
7011 (custom-variable-tag): Don't inherit `variable-pitch' face.
7012 (custom-group-tag): Inherit `variable-pitch' face.
7013 (custom-variable-value-create): Set documentation indentation.
7014 (custom-group-value-create): Make group name a link, instead of
7015 using an extra "go to group" button.
7016 (custom-prompt-variable, custom-group-set, custom-group-save)
7017 (custom-group-reset-current, custom-group-reset-saved)
7018 (custom-group-reset-standard): Minor cleanup.
7020 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7022 * Makefile.in (bootstrap-prepare): When copying from
7023 ldefs-boot.el, make sure loaddefs.el is writeable.
7025 (bootstrap-prepare): Make $(lisp)/ps-print.el
7026 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
7028 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7030 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
7031 only caller, and delete.
7032 (vc-hg-state): Deal with exceptions and only parse the output on
7034 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
7036 (vc-hg-workfile-version): Deal with exceptions and only parse the
7037 output on successful return.
7038 (vc-hg-revert): New function.
7040 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
7042 * calculator.el (calculator-expt): Use more cases to determine
7045 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7047 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
7050 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7052 * calculator.el (calculator-expt, calculator-integer-p):
7054 (calculator-fact): Check to see if the factorial will be too
7055 large before computing it.
7056 (calculator-initial-operators): Use `calculator-expt' to
7058 (calculator-mode): Mention that results which are too large
7060 * calc/calc-comb.el (math-small-factorial-table): Replace list
7063 2007-07-03 David Kastrup <dak@gnu.org>
7065 * shell.el: On request of the authors, remove their addresses for
7066 the sake of bug reports, and add the developer list address as
7067 maintainer information.
7069 2007-07-03 Richard Stallman <rms@gnu.org>
7071 * files.el (make-directory): Doc fix.
7072 (find-file-confirm-inexistent-file): Make it a defcustom.
7073 Make nil the default.
7075 2007-07-02 Richard Stallman <rms@gnu.org>
7077 * startup.el (command-line): Set buffer-offer-save in *scratch*
7078 and enable auto-save in it.
7080 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7082 * textmodes/org.el (orgstruct-mode-map): New variable.
7083 (orgstruct-mode): New minor mode.
7084 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
7085 (orgstruct-make-binding, org-context-p, org-get-local-variables)
7086 (org-run-like-in-org-mode): New functions.
7087 (org-cycle-list-bullet): New command.
7088 (org-special-properties, org-property-start-re)
7089 (org-property-end-re): New constants.
7090 (org-with-point-at): New macro.
7091 (org-get-property-block, org-entry-properties, org-entry-get)
7092 (org-entry-delete, org-entry-get-with-inheritance)
7093 (org-entry-put, org-buffer-property-keys): New functions.
7094 (org-insert-property-drawer): New command.
7095 (org-entry-property-inherited-from): New variable.
7096 (org-column): New face.
7097 (org-column-overlays, org-current-columns-fmt)
7098 (org-current-columns-maxwidths, org-column-map): New variables.
7099 (org-column-menu): New menu.
7100 (org-new-column-overlay, org-overlay-columns)
7101 (org-overlay-columns-title, org-remove-column-overlays)
7102 (org-column-show-value, org-column-quit, org-column-edit):
7104 (org-columns, org-agenda-columns): New commands.
7105 (org-get-columns-autowidth-alist): New functions.
7106 (org-properties): New customize group.
7107 (org-default-columns-format): New option.
7108 (org-priority): Realign tags after changing priority.
7109 (org-preserve-lc): New macro.
7110 (org-update-checkbox-count): Catch case when there is no headline.
7111 (org-agenda-quit): Remove any column overlays.
7112 (org-beginning-of-item-list): Fixed bug when non-item line is
7114 (org-cached-props): New variable.
7115 (org-cached-entry-get): New function.
7116 (org-make-tags-matcher): Handle property matches.
7117 (org-table-recalculate): Swap evaluation order: Field formula
7118 first, then column formulas, but don't allow them to overwrite the
7120 (org-table-eval-formula): New argument untouchable.
7121 (org-table-put-field-property): New function.
7123 2007-07-02 Martin Rudalics <rudalics@gmx.at>
7125 * help-mode.el (help-make-xrefs): Skip spaces too when
7128 * ffap.el (dired-at-point-prompter): Improve prompt in
7129 list-directory case.
7131 2007-07-01 Richard Stallman <rms@gnu.org>
7133 * files.el (find-file-visit-truename): Fix safe-local-variable value.
7135 2007-07-01 Richard Stallman <rms@gnu.org>
7137 * cus-start.el (max-mini-window-height): Added.
7139 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7141 * complete.el (partial-completion-mode): Remove advice of
7142 read-file-name-internal.
7143 (PC-do-completion): Rebind minibuffer-completion-table.
7144 (PC-read-file-name-internal): New function doing what
7145 read-file-name-internal advice did.
7147 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
7149 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
7150 property on a few symbols.
7151 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
7152 (byte-optimize-lapcode): Remove bindings that are not referenced
7153 and certainly will not effect through dynamic scoping.
7155 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7157 * files.el (find-file-confirm-inexistent-file): New var.
7158 (find-file, find-file-other-window, find-file-other-frame)
7159 (find-file-read-only, find-file-read-only-other-window)
7160 (find-file-read-only-other-frame): Use it.
7162 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7164 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
7166 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
7168 * generic-x.el (generic-define-mswindows-modes)
7169 (generic-define-unix-modes, apache-log-generic-mode)
7170 (bat-generic-mode-keymap, java-manifest-generic-mode)
7171 (show-tabs-generic-mode): Fix typos in docstrings.
7173 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
7175 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
7176 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
7177 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
7178 (rcirc-print): Never ignore messages from ourself.
7180 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7182 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
7183 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
7185 2007-06-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7187 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
7188 replace-regexp-in-string.
7190 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7192 * emacs-lisp/cl.el: Set edebug and indentation before loading
7193 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
7195 2007-06-28 Andreas Schwab <schwab@suse.de>
7197 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
7200 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
7202 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
7203 the speedbar frame if nil; that deletes the current frame or
7204 causes an error if it is the only frame.
7205 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
7207 2007-06-28 Kevin Ryde <user42@zip.com.au>
7209 * textmodes/nroff-mode.el: Groff \# comments.
7210 (nroff-mode-syntax-table): \# comment intro,
7211 plain # as punct per global table.
7212 (nroff-font-lock-keywords): Add # as a single char escape.
7213 (nroff-mode): In comment-start-skip, match \#.
7215 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7217 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
7218 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
7221 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
7223 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
7224 Rename and move to...
7226 * subr.el (strings->string, string->strings): ...here.
7228 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
7229 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
7231 * progmodes/gud.el (gud-common-init): Call string->strings instead
7234 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7236 * dired-aux.el: Remove `dired-call-process'.
7237 (dired-check-process): Call `process-file'.
7239 * wdired.el (wdired-do-perm-changes): Call `process-file'.
7241 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
7242 `ange-ftp-process-file'.
7244 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7246 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
7248 * emacs-lisp/cl-extra.el:
7249 * emacs-lisp/cl-seq.el:
7250 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
7251 Add autoload cookies on all defs autoloaded manually in cl.el.
7253 * emacs-lisp/cl-loaddefs.el: New file.
7255 * textmodes/texinfmt.el (texinfo-raisesections-alist)
7256 (texinfo-lowersections-alist): Merge definition and declaration.
7257 (texinfo-start-of-header, texinfo-end-of-header): Remove.
7258 (texinfo-format-syntax-table): Merge init into declaration.
7259 (texinfo-format-parse-line-args, texinfo-format-parse-args)
7260 (texinfo-format-parse-defun-args, texinfo-format-node)
7261 (texinfo-push-stack, texinfo-multitable-widths)
7262 (texinfo-define-info-enclosure, texinfo-alias)
7263 (texinfo-format-defindex, batch-texinfo-format): Use push.
7264 (texinfo-footnote-number): Remove duplicate declaration.
7266 * ps-print.el: Update with auto-generated autoloads.
7268 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
7270 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7272 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
7273 relative to current dir for file-local settings.
7274 (autoload-generate-file-autoloads): Add `outfile' arg.
7275 (update-directory-autoloads): Use it to directly call
7276 autoload-generate-file-autoloads instead of going through
7277 update-file-autoloads so we avoid redundant searches and so we can know
7278 the set of buffers changed so we can save them all.
7280 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
7281 rather than throwing `up-to-date'.
7282 (autoload-generate-file-autoloads): Adjust correspondingly.
7283 (update-file-autoloads): Be careful to let-bind
7284 autoload-modified-buffers and adjust to new calling conventions.
7285 (autoload-modified-buffers): Make it a dynamically scoped var.
7286 (update-directory-autoloads): Use file-relative-name instead of
7287 autoload-trim-file-name.
7288 (autoload-insert-section-header): Don't use autoload-trim-file-name
7289 since the file is already relative now.
7290 (autoload-trim-file-name): Remove.
7292 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
7293 (vc-arch-complete, vc-arch--version-completion-table)
7294 (vc-arch-revision-completion-table): New functions to provide
7295 completion of revision names.
7296 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
7297 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
7298 to let the user trim the revlib.
7300 * vc.el: Add new VC operation `revision-completion-table'.
7301 (vc-default-revision-completion-table): New function.
7302 (vc-version-diff, vc-version-other-window): Use it to provide
7303 completion of revision names if the backend provides it.
7305 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
7307 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
7308 of newer .svn/entries.
7310 2007-06-25 David Kastrup <dak@gnu.org>
7312 * calc/calc-poly.el (math-padded-polynomial)
7313 (math-partial-fractions): Add some function comments.
7315 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7317 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7318 Make `outbuf' optional.
7319 (update-file-autoloads): Use it.
7321 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7323 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
7324 (autoload-find-destination): Keep it uptodate.
7325 (autoload-save-buffers): New fun.
7326 (update-file-autoloads): Use it. Re-add the "up to date" message.
7328 * emacs-lisp/autoload.el: Refactor for upcoming changes.
7329 (autoload-find-destination): New function extracted from
7330 update-file-autoloads.
7331 (update-file-autoloads): Use it.
7332 (autoload-generate-file-autoloads): New function extracted from
7333 generate-file-autoloads. Use file-relative-name. Delay computation of
7334 output-start to the first cookie. Remove done-any, replaced by
7336 (generate-file-autoloads): Use it.
7338 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
7340 * calc/calc-comb.el (math-init-random-base, math-prime-test):
7341 Use math-read-number-simple to insert constants.
7342 (math-prime-test): Redo calculation of sum.
7344 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
7346 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
7347 math-scale-bignum-3.
7348 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
7349 math-bignum-digit-size.
7350 (math-isqrt-small): Add another possible initial guess.
7352 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7354 * textmodes/bibtex.el (bibtex-entry-format): New options
7355 `whitespace', `braces', and `string'.
7356 (bibtex-field-braces-alist, bibtex-field-strings-alist)
7357 (bibtex-field-braces-opt, bibtex-field-strings-opt)
7358 (bibtex-cite-matcher-alist): New variables.
7359 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
7360 (bibtex-flash-head): Use blink-matching-delay.
7361 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
7362 (bibtex-format-entry, bibtex-reformat): Handle new options of
7363 bibtex-entry-format.
7364 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
7366 (bibtex-complete-internal): Do not display messages while
7367 minibuffer is used. Do not leave around a completions buffer
7368 that is out of date.
7369 (bibtex-copy-summary-as-kill): New optional arg.
7370 (bibtex-font-lock-url): New optional arg no-button.
7371 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
7372 (bibtex-url): Allow multiple URLs per entry.
7374 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7376 * emacs-lisp/autoload.el (autoload-generated-file): New function.
7377 (update-file-autoloads, update-directory-autoloads): Use it.
7378 (autoload-file-load-name): New function.
7379 (generate-file-autoloads, update-file-autoloads): Use it.
7380 (autoload-find-file): Accept non-absolute argument. Set default-dir.
7381 (generate-file-autoloads): If the autoloaded form is malformed,
7382 indicate the problem with a warning instead of aborting.
7384 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7386 * simple.el (next-error-recenter): Accept `(4)' as well;
7387 also, specify `integer' instead of `number'.
7389 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7391 * ls-lisp.el (insert-directory): If an invalid regexp error is
7392 thrown, try using FILE as a literal file name, not a wildcard.
7394 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
7396 * ruler-mode.el (ruler-mode): Prevent clobbering the original
7397 `header-line-format' when reentering ruler mode.
7399 2007-06-23 Eli Zaretskii <eliz@gnu.org>
7401 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
7402 FILE exists as a file.
7404 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7406 * calc/calc.el (math-bignum-digit-length)
7407 (math-bignum-digit-size, math-small-integer-size):
7409 (math-normalize, math-bignum-big, math-make-float)
7410 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
7411 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
7412 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
7413 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
7414 (math-quotient, math-div-bignum, math-div-bignum-digit)
7415 (math-div-bignum-part, math-format-bignum-decimal)
7416 (math-read-bignum): Use math-bignum-digit-length,
7417 math-bignum-digit-size and math-small-integer-size.
7419 * calc/calc-ext.el (math-fixnum-big): Use the variable
7420 math-bignum-digit-size.
7422 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
7424 * log-view.el (log-view-mode-menu): New menu.
7426 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7428 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
7431 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
7432 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
7434 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7436 * vc-hg.el (vc-hg-print-log): Insert the file name.
7437 (vc-hg-log-view-mode): Fontify the file name.
7439 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7441 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
7442 (calcFunc-julian): Fix incorrect number used in calculations.
7444 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
7446 * simple.el (next-error-recenter): New defcustom.
7447 (next-error, next-error-internal): Recenter if specified,
7448 immediately prior to running `next-error-hook'.
7450 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
7451 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
7453 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
7455 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
7457 * calc/calc-comb.el (math-small-factorial-table): New variable.
7458 (calcFunc-fact): Use `math-small-factorial-table'.
7460 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
7462 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
7463 New variables to use in caches.
7465 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
7466 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
7468 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
7469 (math-bernoulli-b-cache): Use math-read-number-simple to insert
7472 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7473 New variables to use in caches.
7475 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
7477 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
7479 * vc-hg.el (vc-hg-log-view-mode): New mode.
7481 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
7483 * calc/calc.el (math-read-number-simple): New function.
7485 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7487 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
7488 (vera-font-lock-match-item): Fix doc string.
7489 (vera-in-comment-p): Remove unused function.
7490 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
7492 (vera-forward-syntactic-ws): Fix argument order.
7493 (vera-prepare-search): Use `with-syntax-table'.
7494 (vera-indent-line): Fix doc string.
7495 (vera-electric-tab): Fix doc string.
7496 (vera-expand-abbrev): Define alias instead of using `fset'.
7497 (vera-comment-uncomment-region): Use `comment-start-skip'.
7499 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
7501 * textmodes/org.el (org-export-with-footnotes): New option.
7502 (org-export-as-html): Fix replacement bug for XEmacs.
7503 (org-agenda-default-appointment-duration): New option.
7505 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
7507 * vc-hg.el: Add to do items.
7508 (vc-hg-diff): Add support for comparing different revisions.
7509 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
7510 (vc-hg-annotate-extract-revision-at-line)
7511 (vc-hg-previous-version, vc-hg-checkin): New functions.
7512 (vc-hg-annotate-re): New constant.
7514 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
7516 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
7518 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7520 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
7521 buffer-local value of log-view-*-re if applicable.
7523 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
7524 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
7525 (vc-bzr-command*): Remove both (incompatible) versions.
7526 (vc-bzr-do-command*): Remove.
7527 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
7528 Remove by folding into its only caller vc-bzr-command.
7529 (vc-bzr-command): Always set the environment, even when ineffective.
7530 (vc-bzr-version): Minor fix up.
7531 (vc-bzr-admin-dirname): New var.
7532 (vc-bzr-bzr-dir): Remove.
7533 (vc-bzr-root-dir): New fun.
7534 (vc-bzr-registered): Use it. Add an autoloaded version.
7535 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
7536 (vc-bzr-view-log-function): Remove.
7537 (vc-bzr-log-view-mode): New major mode to replace it.
7538 (vc-bzr-print-log): Only activate the old hack if needed.
7540 * vc.el (vc-default-log-view-mode): New function.
7541 (vc-print-log): Add new `log-view-mode' VC operation.
7543 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
7545 * ido.el (ido-find-file-in-dir): Don't signal an error for
7548 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
7550 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
7551 directory where the desktop file was found, as the docstring says.
7552 (desktop-kill): Use `read-directory-name'.
7554 2007-06-20 Alan Mackenzie <acm@muc.de>
7556 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
7557 When removing lines, also remove the \n. Correction of patch of
7560 2007-06-20 Martin Rudalics <rudalics@gmx.at>
7562 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
7563 event is not a cons cell. Do not unread drag-mouse-1 events.
7564 Select right window in check whether space was stolen from
7567 * help-mode.el (help-make-xrefs): Adjust position of new forward
7570 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
7572 * vc-bzr.el (vc-bzr-with-process-environment)
7573 (vc-bzr-std-process-invocation): New macros.
7574 (vc-bzr-command, vc-bzr-command*): Use them.
7575 (vc-bzr-with-c-locale): Remove.
7576 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
7577 (vc-bzr-buffer-nonblank-p): New function.
7578 (vc-bzr-state-words): New const.
7579 (vc-bzr-state): Look for `bzr status' keywords in output.
7580 Display everything else as a warning message to the user.
7581 Fix status report with bzr >= 0.15.
7583 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
7585 * vc-hg.el (vc-hg-global-switches): Simplify.
7586 (vc-hg-state): Handle more states.
7587 (vc-hg-diff): Fix doc-string.
7588 (vc-hg-register): New function.
7589 (vc-hg-checkout): Likewise.
7591 2007-06-20 Reto Zimmermann <reto@gnu.org>
7593 * progmodes/vera-mode.el: New file.
7595 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
7597 * calc/calc.el (calc-multiplication-has-precendence):
7599 (math-standard-ops, math-standard-ops-p, math-expr-ops):
7601 (math-expr-opers): Define using math-standard-ops rather than
7602 math-standard-opers.
7603 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
7604 equal the function math-standard-ops rather than the variable
7605 math-standard-opers.
7606 (calc-algebraic-entry): Let math-expr-opers equal
7607 math-standard-ops or math-expr-ops, as appropriate.
7608 (math-expr-read-level, math-read-factor): Let math-expr-opers
7609 equal math-expr-ops.
7610 * calc/calc-embed.el (calc-embedded-finish-edit):
7611 Let math-expr-opers equal the function math-standard-ops
7612 rather than the variable math-standard-opers.
7613 * calc/calc-ext.el (math-read-plain-expr)
7614 (math-format-flat-expr-fancy): Let math-expr-opers equal the
7615 function math-standard-ops rather than the variable
7616 math-standard-opers.
7617 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
7618 Let math-expr-opers equal the function math-standard-ops rather
7619 than the variable math-standard-opers.
7620 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
7621 equal the function math-standard-ops rather than the variable
7622 math-standard-opers.
7623 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
7624 equal the function math-standard-ops rather than the variable
7625 math-standard-opers.
7626 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
7629 2007-06-19 Ivan Kanis <apple@kanis.eu>
7631 * vc-hg.el: New file.
7633 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7635 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
7636 with font-lock-multiline.
7638 2007-06-17 Glenn Morris <rgm@gnu.org>
7640 * lpr.el (lpr-page-header-switches): Move %s to separate element
7641 for correct quoting. Doc fix.
7643 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7645 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
7646 than setting sgml-xml-mode.
7647 (sgml-mode, html-mode): Set sgml-xml-mode.
7648 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
7649 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
7650 (sgml-electric-tag-pair-before-change-function)
7651 (sgml-electric-tag-pair-flush-overlays): New functions.
7652 (sgml-electric-tag-pair-mode): New minor mode.
7653 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
7654 (sgml-calculate-indent): Use assoc-string.
7656 2007-06-16 Karl Fogel <kfogel@red-bean.com>
7658 * thingatpt.el (thing-at-point-email-regexp): Don't require two
7659 chars before the "@" in an email address. Andreas Roehler noticed
7662 2007-06-15 Karl Fogel <kfogel@red-bean.com>
7664 * thingatpt.el: Add support for email addresses (`email').
7665 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
7666 (thing-at-point-email-regexp): New variable.
7667 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
7668 properties on this symbol, with lambda forms for values.
7670 2007-06-15 Masatake YAMATO <jet@gyve.org>
7672 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
7674 * vc.el (vc-dired-hook): Check the backend returned from
7675 `vc-responsible-backend' can really handle `subdir'.
7677 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
7679 * wid-edit.el (widget-add-documentation-string-button):
7680 Fix handling of documentation indent.
7682 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
7684 * mb-depth.el: New file.
7686 2007-06-15 Masatake YAMATO <jet@gyve.org>
7688 * vc.el (vc-dired-mode): Show backend name as part of mode name.
7690 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7692 * wid-edit.el (widget-default-create): Move ?h handling here...
7693 (widget-default-format-handler): ...from here.
7694 (widget-docstring, widget-add-documentation-string-button): New funs.
7695 (documentation-string): Add :visibility-widget property.
7696 (widget-documentation-string-value-create): Use it.
7698 * cus-edit.el (custom-split-regexp-maybe): Simplify.
7699 (custom-buffer-create-internal): Simplify message.
7700 (custom-variable-tag): Reduce height to normal.
7701 (custom-variable-value-create, custom-face-value-create)
7702 (custom-visibility): New widget.
7703 (custom-visibility): New face.
7704 (custom-group-value-create):
7705 Call widget-add-documentation-string-button, using `custom-visibility'.
7707 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7709 * emacs-lisp/bytecomp.el (byte-compile-current-group)
7710 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
7711 change. Apparently the "warning even if the group is implicit" is
7712 a feature rather than a bug.
7714 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
7716 * emulation/viper.el (viper-describe-key-ad)
7717 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
7718 Compile them conditionally.
7719 (viper-version): Belated version change.
7721 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
7723 * follow.el (follow-all-followers, follow-generic-filter):
7724 * pcomplete.el (pcomplete-restore-windows):
7725 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
7727 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
7728 * progmodes/python.el (python-complete-symbol):
7729 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
7731 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
7733 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
7734 around bright and dim regexps. Make sure bright and dim matches
7735 use word anchors. Send text through rcirc-markup functions.
7736 (rcirc-url-regexp): Add single quote character.
7737 (rcirc-connect): Write logs to disk on auto-save-hook.
7738 Make server a non-optional argument.
7739 (rcirc-log-alist): New variable.
7740 (rcirc-log-directory): Make customizable.
7741 (rcirc-log-flag): New customizable variable.
7742 (rcirc-log): New function.
7743 (rcirc-print): Use above function.
7744 (rcirc-log-write): New function.
7745 (rcirc-generate-new-buffer-name): Strip text properties.
7746 (rcirc-switch-to-buffer-function): Remove variable.
7747 (rcirc-last-non-irc-buffer): Remove variable.
7748 (rcirc-non-irc-buffer): Add function.
7749 (rcirc-next-active-buffer): Use above function.
7750 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
7751 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
7752 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
7753 (rcirc-omit-mode): Add minor-mode.
7754 (rcirc-mode-map): Change C-c C-o binding.
7755 (rcirc-mode): Clear mode-line-process. Use a custom
7756 fill-paragraph-function. Set up buffer-invisibility-spec.
7757 (rcirc-response-formats): Remove timestamp code.
7758 (rcirc-omit-responses): Add variable.
7759 (rcirc-print): Don't put the overlay arrow on potentially omitted
7760 lines. Log line to disk. Record activity for private messages
7761 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
7762 (rcirc-jump-to-first-unread-line): Print message if there is no
7764 (rcirc-clear-unread): New function.
7765 (rcirc-markup-text-functions): Add variable.
7766 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
7767 (rcirc-debug): Don't mess with window configuration.
7768 (rcirc-send-message): Send message before printing locally.
7769 Add SILENT argument, do not print message if non-nil.
7770 (rcirc-visible-buffers): New function and variable.
7771 (rcirc-window-configuration-change-1): Add function.
7772 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
7774 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
7775 (rcirc-fill-paragraph): Add function.
7776 (rcirc-record-activity, rcirc-window-configuration-change-1):
7777 Only update the activity string if it has actually changed.
7778 (rcirc-update-activity-string): Remove padding characters from the
7780 (rcirc-disconnect-buffer): New function to be called when a
7781 channel is parted or the user quits.
7782 (rcirc-server-name): Warn when the server-name hasn't been set.
7783 (rcirc-window-configuration-change): Postpone work until
7785 (rcirc-window-configuration-change-1): Update mode-line and
7786 overlay arrows here.
7787 (rcirc-authenticate): Fixc hanserv identification.
7788 (rcirc-default-server): Remove variable.
7789 (rcirc): Connect according to rcirc-connections.
7790 (rcirc-connections): Add variable.
7791 (rcirc-startup-channels-alist): Remove variable.
7792 (rcirc-startup-channels): Remove function.
7794 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7796 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
7798 2007-06-13 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se> (tiny change)
7800 * term/xterm.el (terminal-init-xterm): Escape parens in character
7803 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7805 * progmodes/sh-script.el: Remove unneeded * from docstrings.
7806 Use [:alpha:] and [:alnum:] where applicable.
7807 (sh-quoted-subshell): Rewrite to correctly
7808 handle nested mixes of `...' and $(...).
7809 (sh-apply-quoted-subshell): Remove.
7810 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
7812 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
7814 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
7816 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
7819 2007-06-12 Tom Tromey <tromey@redhat.com>
7821 * subr.el (user-emacs-directory): New defconst.
7822 * cmuscheme.el (scheme-start-file):
7824 * completion.el (save-completions-file-name):
7825 * custom.el (custom-theme-directory):
7826 * term/x-win.el (emacs-session-filename):
7827 * filesets.el (filesets-menu-cache-file):
7828 * thumbs.el (thumbs-thumbsdir):
7829 * server.el (server-auth-dir):
7830 * image-dired.el (image-dired-dir):
7831 (image-dired-db-file):
7832 (image-dired-temp-image-file):
7833 (image-dired-gallery-dir):
7834 (image-dired-temp-rotate-image-file):
7835 * play/gamegrid.el (gamegrid-user-score-file-directory):
7836 * savehist.el (savehist-file):
7837 * tutorial.el (tutorial--saved-dir):
7838 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
7840 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
7842 * scroll-lock.el (scroll-lock-mode): Doc fix.
7844 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
7846 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
7848 * ediff-init.el: Doc strings.
7850 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7852 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7853 (byte-compile-file): Bind it.
7854 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
7855 group argument is provided implicitly.
7856 (byte-compile-format-warn, byte-compile-from-buffer)
7857 (byte-compile-insert-header): Don't hardcode point-min==1.
7858 (byte-compile-file-form-require): Remove unused var old-load-list.
7859 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
7861 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
7863 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
7864 Display error messages.
7865 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
7866 Get rid of cl.el dependencies.
7868 * emulation/viper-init.el (viper-suppress-input-method-change-message):
7870 (viper-activate-input-method-action)
7871 (viper-inactivate-input-method-action):
7872 Use viper-suppress-input-method-change-message.
7874 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
7877 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
7878 Use viper-replace-overlay-cursor-color instead of
7879 viper-replace-overlay-cursor-color.
7880 (viper-sit-for-short): Use sit-for with 3 arguments.
7882 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
7883 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
7886 * ediff-mult.el (ediff-meta-buffer-brief-message)
7887 (ediff-meta-buffer-verbose-message): New variables.
7888 (ediff-meta-buffer-message): Variable deleted.
7889 (ediff-verbose-help-enabled): New variable.
7890 (ediff-toggle-verbose-help-meta-buffer): New function.
7891 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
7894 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
7895 (ediff-fixup-patch-map): Improve heuristic.
7897 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7899 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
7900 (log-view-font-lock-keywords): Simplify.
7901 (log-view-current-file, log-view-current-tag): Simplify.
7903 2007-06-12 Sam Steingold <sds@gnu.org>
7905 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
7907 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
7909 * desktop.el (desktop-load-locked-desktop): New option.
7910 (desktop-read): Use it.
7911 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
7914 2007-06-12 Davis Herring <herring@lanl.gov>
7916 * desktop.el (desktop-save-mode-off): New function.
7917 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
7918 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
7919 (desktop-claim-lock, desktop-release-lock): New functions.
7920 (desktop-kill): Tell `desktop-save' that this is the last save.
7921 Release the lock afterwards.
7922 (desktop-buffer-info): New function.
7923 (desktop-save): Use it. Run `desktop-save-hook' where the doc
7924 says to. Detect conflicts, and manage the lock.
7925 (desktop-read): Detect conflicts. Manage the lock.
7927 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7929 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
7931 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
7932 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
7933 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
7934 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
7935 keysyms rather than byte sequences.
7936 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
7938 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7940 * font-lock.el (font-lock-add-keywords): In case font-lock was only
7941 half-activated, forcefully activate it completely.
7943 2007-06-11 Richard Stallman <rms@gnu.org>
7945 * cus-edit.el (custom-variable-type): Doc fix.
7947 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7949 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
7950 (sh-font-lock-flush-syntax-ppss-cache): New functions.
7951 (sh-font-lock-syntactic-keywords): Use them to distinguish the
7952 different possible cases for \'.
7954 * complete.el (PC-bindings): Don't bind things already bound in the
7957 * textmodes/bibtex-style.el: New file.
7959 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
7961 * vc-bzr.el: New file.
7963 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7965 * vc-svn.el (vc-svn-program): New var.
7966 (vc-svn-command): Use it.
7968 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
7970 * server.el (server-switch-buffer): Remove redundant check.
7972 2007-06-10 Martin Rudalics <rudalics@gmx.at>
7974 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7975 Match against file-name-nondirectory.
7976 Fix text on user customization variables.
7977 Reported by Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>.
7979 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
7981 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
7983 2007-06-09 Davis Herring <herring@lanl.gov>
7985 * desktop.el (desktop-minor-mode-table): Doc fix.
7987 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7989 * textmodes/css-mode.el (css-navigation-syntax-table):
7990 Use set-char-table-range so it also works in the unicode branch.
7992 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
7994 * help-mode.el (help-xref-forward-stack)
7995 (help-xref-stack-forward-item, help-forward-label): New variables.
7996 (help-forward): New button type.
7997 (help-setup-xref): Initialise help-xref-forward-stack.
7998 (help-make-xrefs): Add forward button, if appropriate.
7999 (help-xref-go-back): Push item on forward stack.
8000 (help-xref-go-forward, help-go-forward): New functions.
8002 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
8004 * dired.el (dired-mode-map): Remove spurious separator.
8006 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8008 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
8010 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8011 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
8013 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
8015 * textmodes/org.el: Version number fixed.
8017 2007-06-07 Glenn Morris <rgm@gnu.org>
8019 * version.el (emacs-copyright): New constant.
8020 * startup.el (fancy-splash-tail): Use emacs-copyright.
8021 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
8023 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
8025 (byte-compile-warnings-safe-p): Add `make-local'.
8026 (byte-compile-make-variable-buffer-local):
8027 Allow byte-compile-warnings to suppress this warning.
8029 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
8030 format of "menu" description.
8031 (tutorial--find-changed-keys): Describe the specific menu a
8034 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
8035 Rewrite compatibility functions to silence byte-compiler.
8037 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8039 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
8040 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
8042 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
8044 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
8046 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8048 * progmodes/ebrowse.el (ebrowse-member-table):
8049 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
8050 (org-batch-agenda-csv): Fix typos in docstrings.
8052 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8054 * international/mule-cmds.el (toggle-enable-multibyte-characters)
8055 (sort-coding-systems, search-unencodable-char): Doc fixes.
8056 (coding-system-change-eol-conversion, set-default-coding-systems)
8057 (prefer-coding-system, find-multibyte-characters, princ-list)
8058 (leim-list-entry-regexp, set-input-method, locale-language-names)
8059 (input-method-exit-on-first-char, exit-language-environment-hook)
8060 (locale-charset-language-names): Fix typos in docstrings.
8062 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8064 * pgg.el (pgg-sign-region, pgg-sign):
8065 * ses.el (ses-call-printer):
8066 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
8067 * textmodes/org.el (org-cycle): Fix typos in docstrings.
8069 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
8071 * textmodes/org.el (org-export-region-as-html)
8072 (org-replace-region-by-html, org-number-to-letters)
8073 (org-table-fedit-finish, org-normalize-color)
8074 (org-table-fedit-ref-right, org-date-to-gregorian)
8075 (org-table-fedit-move, org-table-convert-refs-to-rc)
8076 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
8077 (org-write-agenda, org-colgroup-info-to-vline-list)
8078 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
8079 (org-indent-line-function, org-export-as-html-to-buffer)
8080 (org-store-agenda-views, org-update-mode-line)
8081 (org-find-if, org-delete-all)
8082 (org-table-fedit-convert-buffer, org-emphasize)
8083 (org-uniquify, org-table-fedit-lisp-indent)
8084 (org-table-fedit-scroll, org-get-todo-sequence-head)
8085 (org-table-fedit-scroll-down, org-table-fedit-line-down)
8086 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
8087 (org-table-fedit-toggle-coordinates, org-dvipng-color)
8088 (org-table-fedit-line-up, org-table-fedit-ref-down)
8089 (org-table-formula-from-user, org-mode-flyspell-verify)
8090 (org-cycle-show-empty-lines, org-ctrl-c-ret)
8091 (org-table-formula-to-user, org-diary-to-ical-string)
8092 (orgtbl-export, org-table-fedit-post-command)
8093 (org-closed-in-range, org-shiftcontrolright)
8094 (org-table-convert-refs-to-an, org-table-hline-and-move)
8095 (org-table-formula-less-p, org-format-table-ascii)
8096 (org-agenda-get-sexps, org-shift-refpart)
8097 (org-diary-sexp-entry, org-time-string-to-absolute)
8098 (org-table-show-reference, org-letters-to-number)
8099 (org-fix-agenda-info, org-table-fedit-ref-up)
8100 (org-table-fedit-shift-reference, org-table-fedit-abort)
8101 (org-closest-date, org-shiftcontrolleft)
8102 (org-at-heading-or-item-p, org-rematch-and-replace)
8103 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
8105 (org-table-edit-scroll-down, org-finish-edit-formulas)
8106 (org-table-edit-next-field, org-abort-edit-formulas)
8107 (org-font-lock-level, org-export-find-first-heading-line)
8108 (org-table-edit-line-down, org-table-edit-backward-field)
8109 (org-edit-formula-lisp-indent, org-table-edit-move)
8110 (org-check-log-option, org-this-word)
8111 (org-table-edit-line-up, org-table-edit-formulas-post-command)
8112 (org-agenda-file-to-end, org-expand-file-name)
8113 (org-fake-empty-table-line, org-table-edit-scroll)
8114 (org-toggle-log-option, org-show-reference): Function removed.
8115 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
8117 (org-unmodified, org-batch-store-agenda-views)
8118 (org-batch-agenda-csv): New macro.
8119 (org-agenda-export): New customization group.
8120 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
8121 (org-highest-priority, org-agenda-exporter-settings)
8122 (org-log-done-with-time, org-replace-disputed-keys)
8123 (org-format-latex-header, org-export-table-header-tags)
8124 (org-cycle-separator-lines, org-export-table-data-tags)
8125 (org-icalendar-include-sexps)
8126 (org-empty-line-terminates-plain-lists)
8127 (org-log-repeat, org-special-ctrl-a)
8128 (org-table-use-standard-references, org-disputed-keys)
8129 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
8130 (org-agenda-export-html-style): New option.
8131 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
8132 (org-CUA-compatible): Option removed.
8133 (org-agenda-structure, org-sexp-date): New face.
8134 (org-todo-keywords-for-agenda, org-not-done-keywords)
8135 (org-planning-or-clock-line-re, org-agenda-name)
8136 (org-table-colgroup-info, org-todo-sets)
8137 (constants-unit-system, org-clock-mode-line-entry)
8138 (org-mode-line-timer, org-table-current-begin-pos)
8139 (org-todo-keywords-1, org-mode-line-string)
8140 (org-table-clean-did-remove-column, org-table-fedit-map)
8141 (org-clock-heading, org-table-buffer-is-an)
8142 (org-agenda-info, org-done-keywords)
8143 (org-done-keywords-for-agenda, org-todo-heads)
8144 (org-todo-kwd-alist, org-clock-start-time): New variable.
8145 (org-todo-kwd-priority-p, org-edit-formulas-map)
8146 (org-repeat-re, org-todo-kwd-max-priority)
8147 (org-version, org-done-string)
8148 (org-table-clean-did-remove-column-1, org-disputed-keys):
8150 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
8151 (org-ts-lengths): Constant removed.
8152 (org-follow-gnus-link): Don't ask how many articles to read.
8153 (org-export-find-first-export-line): Rename from
8154 `org-export-find-first-heading'.
8155 Use `org-export-skip-text-before-1st-heading'.
8156 (org-table-fedit-post-command): Rename from
8157 `org-table-edit-formulas-post-command'.
8158 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
8159 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
8160 (org-table-fedit-lisp-indent): Rename from
8161 `org-edit-formula-lisp-indent'.
8162 (org-table-show-reference): Rename from `org-show-reference'.
8163 (org-table-store-formulas): Use `org-table-formula-less-p'.
8164 (org-table-edit-formulas): Position cursor to current field equation.
8165 (org-update-checkbox-count, org-hide-archived-subtrees)
8166 (org-timestamp-up-day, org-timestamp-down-day)
8167 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
8168 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
8169 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
8170 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
8171 Let `org-on-heading-p' also check for invisible heading.
8172 (org-read-date): Match am/pm times.
8173 (org-eval-in-calendar): Fix default date in prompt.
8175 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
8177 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
8178 "ChangeLog.a" entries, giving the latter lower priority.
8180 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
8182 * faces.el (face-id): If the argument is a face alias,
8183 return the ID of the target face.
8185 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
8187 * net/socks.el (top): Remove unnecessary copyright line.
8189 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
8191 * longlines.el (longlines-auto-wrap): Handle argument correctly.
8193 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
8195 * net/socks.el: New file, taken from w3 repository.
8196 (top): Update Copyright. Don't load cl.el.
8197 (all): Replace `case' by `cond', `string-to-int' by
8198 `string-to-number', and `process-kill-without-query' by
8199 `set-process-query-on-exit-flag'.
8200 (socks-char-int): Remove defalias and all occurrences.
8202 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
8204 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
8205 Fix typos in docstrings.
8206 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
8207 (compilation-finish-function): Fix typo in obsolescence declaration.
8209 2007-06-03 Sam Steingold <sds@gnu.org>
8211 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
8212 handle unending automatic recompilation of changed files (`omake -P').
8213 (compilation-loop): VISITED is now 5th CDR.
8214 (compilation-next-error-function): Set TIMESTAMP.
8216 2007-06-03 Sam Steingold <sds@gnu.org>
8218 * files.el (kill-buffer-ask): New function.
8219 (kill-some-buffers): Use it.
8220 (kill-matching-buffers): New user command.
8222 2007-06-01 David Kastrup <dak@gnu.org>
8224 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8225 Change default to `top'.
8227 2007-05-31 Richard Stallman <rms@gnu.org>
8229 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
8231 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8233 * textmodes/css-mode.el: New file.
8235 2007-05-30 Michael Olson <mwolson@gnu.org>
8237 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
8238 died and we are trying to send a signal to it. The program using
8239 tq.el should periodically check to see whether the process has
8240 died and react appropriately -- this is not the responsibility of
8241 tq.el, and is consistent with the rest of the tq.el source code.
8243 2007-05-29 Martin Rudalics <rudalics@gmx.at>
8245 * textmodes/table.el (table--point-entered-cell-function)
8246 (table--point-left-cell-function):
8247 Bind `inhibit-point-motion-hooks' to t.
8249 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8251 * emacs-lisp/rx.el (rx): Doc fix.
8253 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
8255 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
8257 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
8259 Sync with Tramp 2.0.56.
8264 * net/tramp-util.el:
8266 Don't load cl.el, because that pollutes the namespace. Replace cl
8267 macros by their implementations where necessary. Requested by
8268 Richard Stallman <rms@gnu.org>.
8270 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
8272 (with-parsed-tramp-file-name): Protect debug spec during compilation.
8273 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
8274 (tramp-file-name-p, tramp-file-name-multi-method)
8275 (tramp-file-name-method, tramp-file-name-user)
8276 (tramp-file-name-host, tramp-file-name-localname): New defuns,
8277 replacing defstruct `tramp-file-name'.
8278 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
8279 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
8280 Apply `vector' instead of `make-tramp-file-name'.
8281 (tramp-handle-make-auto-save-file-name):
8282 Apply `tramp-temporary-file-directory' for compatibility reasons.
8283 (tramp-completion-mode): Use `natnump' instead of `wholenump'
8285 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
8288 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
8290 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
8292 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
8294 * log-edit.el (log-edit-changelog-paragraph): Return point-max
8295 as the end of the ChangeLog paragraph when it ends without a line
8298 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
8300 * net/webjump.el (webjump-sample-sites):
8301 Add simple Wikipedia query.
8303 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8305 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
8308 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
8309 (copyright-update-year): Use it.
8311 * edmacro.el (edmacro-format-keys): Use current-active-maps.
8313 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
8314 Add indentation and debugging info. Fix up comment convention.
8316 * cus-dep.el (custom-make-dependencies): Simplify.
8318 * composite.el (compose-region, decompose-region):
8319 Use inhibit-read-only and restore-buffer-modified-p.
8321 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
8322 (xterm-mouse-event): Use it.
8324 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
8326 * bs.el (bs-cycle-previous): Don't modify the cycle list until
8327 `switch-to-buffer' has returned succesfully.
8328 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
8329 window is dedicated (it could iconify the frame).
8331 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
8333 * vc-hooks.el (vc-find-root): Fix file attribute test.
8335 2007-05-24 Richard Stallman <rms@gnu.org>
8337 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8338 Don't let opoint be nil.
8339 (flyspell-emacs-popup): Explicit error if no dialogs.
8341 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
8343 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
8344 (image-next-line, image-previous-line, image-scroll-up)
8345 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
8347 (image-mode-map): Remap motion commands.
8348 (image-mode-text-map): New keymap for viewing images as text.
8349 (image-mode): Use image-mode-map.
8350 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
8352 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8354 * textmodes/fill.el (canonically-space-region): Make the second arg
8355 a marker if it's not already the case.
8357 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8359 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
8360 (tar-get-descriptor): Handle type 55, an extended pax header.
8362 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8364 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
8365 to confuse outline-minor-mode.
8367 2007-05-23 Eli Zaretskii <eliz@gnu.org>
8369 * tar-mode.el (tar-file-name-handler): New function.
8370 (tar-extract): Bind file-name-handler-alist to it to force
8371 find-buffer-file-type-coding-system behave as if the file being
8372 extracted existed. Use last-coding-system-used to force
8373 buffer-file-coding-system to what decode-coding-region actually
8374 used to decode the file.
8376 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8378 * progmodes/compile.el (compilation-handle-exit):
8379 `compilation-finish-function' may change the current buffer.
8381 2007-05-22 Richard Stallman <rms@gnu.org>
8383 * files.el (set-auto-mode): Doc fix.
8385 2007-05-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8387 * help-fns.el (find-source-lisp-file): New function.
8388 (describe-function-1): Use find-source-lisp-file to find source
8389 file in compile tree.
8391 2007-05-22 Eli Zaretskii <eliz@gnu.org>
8393 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
8395 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
8397 * emacs-lisp/easy-mmode.el (define-minor-mode)
8398 (easy-mmode-define-navigation): Fix typos in docstrings.
8400 2007-05-22 Glenn Morris <rgm@gnu.org>
8402 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
8404 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
8406 * mail/mail-extr.el (mail-extract-address-components):
8407 Recognize non-ASCII characters except for NBSP as words.
8409 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
8411 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
8412 (rcirc-print): Handle `window-width'.
8413 (rcirc-buffer-maximum-lines): Doc fix.
8415 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
8417 * image-mode.el (image-toggle-display): Don't clear image cache.
8418 Only use filename in image spec if the file is readable.
8421 * image.el (image-type-from-file-name, image-type): Simplify.
8422 (image-type-auto-detected-p): Don't scan auto-mode-alist.
8424 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
8425 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
8427 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8429 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
8432 * term/linux.el (terminal-init-linux): Don't signal an error
8433 if gpm isn't running.
8435 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
8437 * t-mouse.el: Reduce to a minor-mode macro call.
8438 (t-mouse-mode): Remove the lighter.
8440 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
8442 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
8444 * files.el (auto-mode-alist): Change the regexp so that
8445 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
8447 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
8449 * Version 22.1 released.
8451 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
8453 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
8456 2007-05-19 Kevin Ryde <user42@zip.com.au>
8458 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
8460 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
8462 * textmodes/sgml-mode.el: Revert last change.
8464 2007-05-18 Richard Stallman <rms@gnu.org>
8466 * simple.el (push-mark): Doc fix.
8468 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
8470 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
8472 (tpu-original-global-map): Variable deleted.
8473 (tpu-control-keys-map): New keymap variable.
8474 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
8475 setting keymapping directly.
8476 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
8478 (tpu-edt-on): Activate the tpu-global-map.
8479 (tpu-edt-off): Deactivate the tpu-global-map.
8481 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
8483 * textmodes/ispell.el (ispell-get-word): Return markers
8484 for start and end positions.
8485 (ispell-word): Assume END is a marker.
8487 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8489 * printing.el: Group together all XEmacs/Emacs definitions.
8490 (pr-version): New version 6.9.
8491 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
8492 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
8493 (pr-menu-bind): Fix code.
8494 (pr-e-frame-char-height, pr-e-frame-char-width)
8495 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
8496 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
8497 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
8498 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
8499 (pr-x-event-y-pixel): Aliases eliminated.
8500 (pr-xemacs-global-menubar): Macro moved.
8501 (current-menubar, current-mouse-event, zmacs-region-stays)
8502 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
8503 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
8505 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
8506 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
8507 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
8508 (pr-menu-set-utility-title, pr-even-or-odd-pages)
8509 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
8510 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
8513 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
8515 * textmodes/sgml-mode.el (sgml-tag):
8516 Fix bug: Call sgml-transformation-function.
8518 2007-05-17 Martin Rudalics <rudalics@gmx.at>
8520 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
8521 modified flag of buffer. Use `inhibit-modification-hooks'.
8523 2007-05-16 Richard Stallman <rms@gnu.org>
8525 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
8527 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8529 * files.el (magic-mode-alist, magic-fallback-mode-alist):
8530 Move the *ml, Postscript, and XmCD entries to the fallback part.
8532 * files.el (magic-fallback-mode-alist):
8533 Rename from file-start-mode-alist.
8535 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8537 * progmodes/compile.el (compilation-handle-exit): Quote first
8538 argument of `run-hook-with-args'.
8540 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
8542 * buff-menu.el (Buffer-menu-sort-column):
8543 * dabbrev.el (dabbrev-upcase-means-case-search):
8544 * dired.el (dired-recursive-deletes, dired-recursive-copies):
8545 * info.el (Info-current-subfile):
8546 * ls-lisp.el (ls-lisp-verbosity):
8547 * msb.el (msb-menu-cond):
8548 * pcvs.el (cvs-dired-use-hook):
8549 * simple.el (set-mark-command-repeat-pop):
8550 * time.el (display-time-24hr-format, display-time-mail-file):
8553 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
8554 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
8556 * view.el (view-inhibit-help-message): Fix typo in docstring.
8557 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
8559 2007-05-16 Martin Rudalics <rudalics@gmx.at>
8561 * textmodes/ispell.el (ispell-start-process): Defend against bad
8564 2007-05-14 Eli Zaretskii <eliz@gnu.org>
8566 * mail/rmail.el (rmail-convert-to-babyl-format): Check
8567 content-transfer-encoding _last_, because it's its position that
8568 we need as value of base64-header-field-end.
8570 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
8572 * files.el (mode-require-final-newline, require-final-newline)
8573 (enable-local-variables, enable-local-eval): Doc fixes.
8575 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8577 * ps-print.el: Use default color when foreground or background color
8578 are unspecified. Reported by Leo <sdl.web@gmail.com>.
8579 (ps-print-version): New version 6.7.4.
8580 (ps-rgb-color): New argument. Use default color when color is
8582 (ps-begin-job): Fix code.
8584 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
8586 * longlines.el (longlines-mode): Make longlines-auto-wrap
8587 buffer-local. Add hooks unconditionally.
8588 (longlines-auto-wrap): Toggle wrapping.
8589 (longlines-after-change-function)
8590 (longlines-post-command-function): Check longlines-auto-wrap.
8592 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
8594 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
8595 (xterm-mouse-translate): Use it.
8597 2007-05-10 Richard Stallman <rms@gnu.org>
8599 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
8600 (iso-cvt-write-only): Likewise.
8602 * emacs-lisp/easy-mmode.el (define-minor-mode):
8603 Fix generated doc string.
8605 * startup.el (fancy-splash-text): Add URL of guided tour.
8606 Adjust horizontal and vertical whitespace.
8608 * progmodes/compile.el (compilation-handle-exit):
8609 Use run-hook-with-args to run compilation-finish-functions.
8611 * files.el (file-start-mode-alist): New variable.
8612 (magic-mode-regexp-match-limit): Doc fix.
8613 (set-auto-mode): Handle file-start-mode-alist.
8614 A little cleanup of structure.
8616 * dabbrev.el (dabbrev-eliminate-newlines):
8617 Renamed from dabbrev--eliminate-newlines. All uses changed.
8619 2007-05-10 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
8621 * man.el (Man-next-section): Don't consider the last line of the page
8622 as being part of any section.
8624 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8626 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
8627 can take any number of values.
8629 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8631 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
8632 to the list of citation commands.
8634 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8636 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
8638 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
8640 * progmodes/python.el (python-font-lock-keywords)
8641 (python-open-block-statement-p, python-mode): Add support for the new
8644 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8646 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
8647 the exact opposite of diff-goto-source.
8649 * emacs-lisp/advice.el (ad-special-forms): Remove.
8650 (ad-special-form-p): Use subr-arity.
8652 * newcomment.el (comment-search-forward): Make sure we search forward.
8653 (comment-enter-backward): Try and distinguish the non-matching case at
8654 EOB from the non-matching case with a missing comment-end-skip for
8655 a 2-char comment ender.
8656 (comment-choose-indent): New function extracted from comment-indent.
8657 Improve the alignment algorithm.
8658 (comment-indent): Use it.
8660 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
8661 XML style Processing Instructions.
8662 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
8663 (sgml-calculate-indent): Handle `pi' context.
8665 * vc.el: Ensure that update-changelog issues an error when used with
8666 a backend that does not implement it.
8667 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
8668 Remove `backend' argument. Use expand-file-name.
8669 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
8671 * progmodes/python.el (python-end-of-block): Revert last change.
8672 (python-end-of-statement): Make sure we move *forward*.
8674 2007-05-08 Richard Stallman <rms@gnu.org>
8676 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8677 Don't include non-self-insert commands in the exception for `-'.
8679 2007-05-08 David Reitter <david.reitter@gmail.com>
8681 * progmodes/python.el (python-guess-indent): Check non-nullness
8682 before comparing indent against the 2..8 interval.
8684 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8686 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
8689 2007-05-06 Richard Stallman <rms@gnu.org>
8691 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
8693 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8695 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
8696 rather than storing their value in the revert-buffer function.
8698 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
8700 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
8701 when disabling t-mouse-mode.
8703 2007-05-01 Davis Herring <herring@lanl.gov>
8705 * calendar/timeclock.el: Update version number.
8706 (timeclock-modeline-display): Mention timeclock-use-display-time
8707 in explanatory message.
8708 (timeclock-in): Fix non-interactive workday specifications.
8709 (timeclock-log): Don't kill the log buffer if it already existed.
8710 Suppress warnings when finding the log. Don't check for a nil
8711 project twice. Run hooks after killing the buffer (if applicable).
8712 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
8713 was geometric). All uses changed.
8714 (timeclock-generate-report): Support prefix argument.
8716 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
8718 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
8721 2007-05-01 Romain Francoise <romain@orebokech.com>
8723 * dired-x.el: Revert 2007-04-06 change.
8725 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
8727 * find-dired.el (find-dired-filter): Propertize all text down to eob.
8729 2007-04-29 Richard Stallman <rms@gnu.org>
8731 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
8733 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8735 * progmodes/cc-mode.el (c-before-change): Use point-min rather
8738 2007-04-28 Richard Stallman <rms@gnu.org>
8740 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
8742 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
8744 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
8745 don't put stop on toolbar.
8747 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8749 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
8751 2007-04-28 Eli Zaretskii <eliz@gnu.org>
8753 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
8754 instead of $(lisp)/mh-e.
8756 2007-04-28 Glenn Morris <rgm@gnu.org>
8758 * image-dired.el (image-dired-cmd-create-thumbnail-options)
8759 (image-dired-cmd-create-temp-image-options): Replace option
8760 +profile "*" with -strip.
8762 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
8764 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
8765 Use window-start and window-end.
8767 2007-04-27 Andreas Schwab <schwab@suse.de>
8769 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
8771 2007-04-27 Eli Zaretskii <eliz@gnu.org>
8773 * textmodes/fill.el (fill-paragraph): Doc fix.
8775 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
8777 * locate.el (locate-in-alternate-database): Doc fix.
8779 2007-04-26 Glenn Morris <rgm@gnu.org>
8781 * button.el (button): Use underline if supported, else fall back
8784 * version.el (emacs-version): Increase to 22.1.50.
8786 2007-04-25 Richard Stallman <rms@gnu.org>
8788 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
8790 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
8792 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
8793 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
8795 (idlwave-current-routine): Don't push mark.
8797 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
8799 * image-dired.el (image-dired-display-image): Derive image-type from
8800 filename rather than assuming jpeg, in case no resizing was needed.
8802 2007-04-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
8804 * custom.el (defface): Doc fix.
8806 See ChangeLog.12 for earlier changes.
8809 ;; coding: iso-2022-7bit
8810 ;; add-log-time-zone-rule: t
8813 Copyright (C) 2007 Free Software Foundation, Inc.
8815 This file is part of GNU Emacs.
8817 GNU Emacs is free software; you can redistribute it and/or modify
8818 it under the terms of the GNU General Public License as published by
8819 the Free Software Foundation; either version 3, or (at your option)
8822 GNU Emacs is distributed in the hope that it will be useful,
8823 but WITHOUT ANY WARRANTY; without even the implied warranty of
8824 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8825 GNU General Public License for more details.
8827 You should have received a copy of the GNU General Public License
8828 along with GNU Emacs; see the file COPYING. If not, write to the
8829 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
8830 Boston, MA 02110-1301, USA.
8832 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af