X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/4ac7bfcf33552cede980210847b56707c0c2d2cc..6498c4b170e8a143f02913ec523e3b84ab11790c:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c08c62621d..81e6a23ad5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,9 +1,408 @@ +2008-01-31 Jason Rumney + + * term/w32-win.el (image-library-alist): Prefer libxpm.dll. + +2008-01-30 Nick Roberts + + * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant. + (gdb-var-set-format-handler): New function. + (gdb-var-set-format): Use it. + +2008-01-31 Juanma Barranquero + + * linum.el (linum-unload-function): New function. + +2008-01-30 Juanma Barranquero + + * emacs-lisp/check-declare.el (check-declare-directory): + * emacs-lisp/authors.el (authors): Use `find-program' and + `grep-program' instead of hardcoded program names. + + * emacs-lisp/cl-loaddefs.el: Update. + +2008-01-30 Tassilo Horn + + * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions. + Implement bookmark support the new make-cell/handler way. + (Info-mode): Bind bookmark-make-cell-function to + Info-bookmark-make-cell buffer locally. + +2008-01-30 Richard Stallman + + * progmodes/etags.el (tags-query-replace): Delete unused optional args. + Doc fix. + + * files.el (hack-local-variables): Don't query about fake variables. + +2008-01-30 Markus Triska + + * linum.el: New file. + +2008-01-29 Michael Albinus + + * net/tramp.el (tramp-methods): Use "-H" option for "sudo". + Suggested by Trent W. Buck . Make ("%h") + a single element in "plinkx". + (tramp-handle-shell-command): Reuse "*Async Shell Command*" or + "*Shell Command Output*" buffers. Check, whether there is already + an asynchronous process running. Display always the buffer of the + asynchronous process. + (tramp-compute-multi-hops): Adapt error message. + +2008-01-29 Alan Mackenzie + + * progmodes/cc-langs.el (c-specifier-key): Exclude "template" + from this regexp; part of same fix as next change to cc-engine.el. + + * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): Anchor + the "{" of a template function correctly on "template", not the + following "<". + + * progmodes/cc-defs.el (c-version): Increase to 5.31.5. + +2008-01-29 Tassilo Horn + + * doc-view.el (doc-view-mode): Adapt to i-m-current-[vh]scroll + being an alist now. + + * image-mode.el (image-mode-current-vscroll) + (image-mode-current-hscroll): Add doc strings. + (image-set-window-vscroll, image-set-window-hscroll) + (image-reset-current-vhscroll, image-mode): Adapt to + i-m-current-[vh]scroll being an alist now. + +2008-01-29 Martin Rudalics + + * emacs-lisp/find-func.el (find-function-search-for-symbol): + Strip extension from .emacs.el to make sure symbol is searched + in .emacs too. + +2008-01-29 Tassilo Horn + + * doc-view.el (doc-view-mode): Use facilities below to + restore [vh]scroll when switching buffers. + + * image-mode.el (image-mode-current-vscroll) + (image-mode-current-hscroll): New variables. + (image-set-window-hscroll, image-set-window-vscroll): New functions. + (image-forward-hscroll, image-next-line, image-bol, image-eol) + (image-bob, image-eob): Use them. + (image-reset-current-vhscroll): New function. + (image-mode): Make new variables buffer-local and reset [vh]scroll + on window configuration changes. + +2008-01-27 Nick Roberts + + * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call + gdb-cpp-define-alist-program if file is nil (currently only + " *partial-output-..."). + +2008-01-27 Richard Stallman + + * allout.el: Many doc fixes. + (allout-encrypt-string): Fix error message. + +2008-01-26 Eli Zaretskii + + * progmodes/etags.el (tags-query-replace): Doc fix. + +2008-01-25 Juanma Barranquero + + * allout.el (allout-unload-function): New function. + +2008-01-25 Juanma Barranquero + + * allout.el (allout-prefix-data): Doc fix. + (allout-show-current-subtree): Reflow docstring. + (allout-use-mode-specific-leader, allout-use-hanging-indents) + (produce-allout-mode-map, allout-overlay-interior-modification-handler) + (allout-next-heading, allout-previous-heading, allout-rebullet-heading) + (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic) + (allout-copy-topic-as-kill, allout-listify-exposed) + (allout-process-exposed, allout-encrypted-key-info) + (allout-update-passphrase-mnemonic-aids) + (allout-next-topic-pending-encryption) + (allout-tests-globally-true): Fix typos in docstrings. + +2008-01-23 Jason Rumney + + * lpr.el (printer-name): Do not set on MS Windows. + +2008-01-28 Michael Albinus + + * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for + the command. + +2008-01-28 Vinicius Jose Latorre + + * whitespace.el: Moved to obsolete dir. + + * blank-mode.el: New version 9.2. Replace whitespace funs by aliases + in blank-mode. + (whitespace-buffer): New fun. + (whitespace-region): Alias for whitespace-buffer, because there is no + blank-region fun. + (whitespace-cleanup): Alias for blank-cleanup. + (whitespace-cleanup-region): Alias for blank-cleanup-region. + +2008-01-27 Juanma Barranquero + + * server.el (server-log-time-function): Doc fix. + (server-buffer): Fix typo in docstring. + +2008-01-27 Martin Rudalics + + * view.el (view-buffer): Explain in doc-string why exit-action + should not be set to kill-buffer. + + * arc-mode.el (archive-extract): + * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as + exit-action when viewing the buffer. + +2008-01-27 Dan Nicolaescu + + * add-log.el (change-log-search-file-name): Work harder to find + the correct file name. + (change-log-find-file): Fix typo. + (change-log-start-entry-re): Move definition earlier. + +2007-01-27 Jan Nieuwenhuizen + + * add-log.el (change-log-search-file-name, change-log-find-file): + New function. + (change-log-font-lock-keywords): Move file name matching ... + (change-log-file-names-re): ... here. New defconst. + (change-log-mode-map): New binding C-c C-f to change-log-find-file. + +2008-01-27 Alan Mackenzie + + * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos, + enhance comments. + +2008-01-27 Michael Albinus + + * net/tramp.el (tramp-compute-multi-hops): In case of su(do)? + methods, the host name must be a local host. + +2008-01-27 Dan Nicolaescu + + * vc.el: Add TODO item about not defaulting to RCS. + + * server.el (server-process-filter): Check for non-nil before + calling file-directory-p. + +2008-01-27 Alan Mackenzie + + * progmodes/cc-vars.el (c-hanging-braces-alist): New element for + arglist-cont-nonempty. + + * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines + for a brace with syntax arglist-cont-nonempty. + + * progmodes/cc-styles.el (c-style-alist): Add elements for + arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, + awk). + +2008-01-27 Thien-Thi Nguyen + + * button.el (define-button-type): Clarify type of NAME in docstring. + +2008-01-26 Stefan Monnier + + * server.el (server-buffer): New const. + (server-log): New var. + (server-log): Use them. + (server-process-filter): (Try to) run the continuation in the same cwd + as the client's. + +2008-01-26 Alan Mackenzie + + * progmodes/cc-defs.el (c-save-buffer-state): + Bind buffer-file-name and buffer-file-truename to nil, to prevent + primitives generating "buffer is read only" messages. + +2008-01-20 Ulf Jasper + + * icalendar.el (icalendar-version): Increase to "0.17". + (icalendar-import-format): Doc fix. Allow function type. + (icalendar--read-element): Doc fix. + (icalendar--parse-summary-and-rest): Doc fix. Handle function + type icalendar-import-format. Make regexps non-greedy. + (icalendar--format-ical-event): Handle function type + icalendar-import-format. + (icalendar-import-format-sample): New function. + +2008-01-26 Thien-Thi Nguyen + + * vc.el (vc-exec-after): For mode-line-process highlighting, if + `compile' is not available, fall back to font-lock-warning-face. + +2008-01-26 Phil Sung (tiny change) + + * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so + that the filename end is found even when the filename is empty. + Fixes error and spurious newlines when marking files for deletion. + +2008-01-26 Martin Rudalics + + * subr.el (find-tag-default): Simplify using exclusively + skip-syntax-backward/-forward. + +2008-01-26 Michael Albinus + + * vc.el (vc-directory, vc-update-change-log): Remove check for + Tramp. Both functions work for it, though pretty slow + (`vc-directory'). Maybe the implementation can be optimized. + + * net/tramp.el (tramp-dissect-file-name): Raise an error when + Tramp 2.0 syntax is used. + Suggested by Trent W. Buck . + +2008-01-26 Eli Zaretskii + + * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used, + invoke directory-files-and-attributes with last argument `integer' + instead of `string'. + (insert-directory): Add -n to the list of supported switches + mentioned in the doc string. + +2008-01-26 Vinicius Jose Latorre + + * blank-mode.el: New version 9.1. Handle "long" line tail + visualization. Doc fix. + (blank-line-length): Rename to blank-line-column. + (blank-chars-value-list, blank-toggle-option-alist, blank-help-text): + Initialization fix. + (blank-replace-spaces-by-tabs): New fun. + (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix. + +2008-01-25 Richard Stallman + + * subr.el (add-hook): Implement `permanent-local-hook' property. + + * loadhist.el (file-provides, file-requires): Push the filename right. + +2008-01-25 Martin Rudalics + + * emacs-lisp/find-func.el (find-library): Wrap search for + library name in condition-case to avoid reporting a scan-error. + +2008-01-25 Juanma Barranquero + + * server.el (server-process-filter): Don't force + the authentication string to be followed by "\n". + +2008-01-25 Vinicius Jose Latorre + + * blank-mode.el: New version 9.0. New commands to clean up some blank + problems like trailing blanks. New faces and regexp for visualizing + the blank problems. Doc fix. + (blank-chars, blank-global-modes, blank-chars-value-list) + (blank-toggle-option-alist, blank-help-text): Initialization fix. + (blank-indentation, blank-empty, blank-space-after-tab): New faces. + (blank-indentation, blank-empty, blank-space-after-tab) + (blank-indentation-regexp, blank-empty-at-bob-regexp) + (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options. + (blank-cleanup, blank-cleanup-region): New commands. + (blank-color-on): Code fix. + +2008-01-25 Dan Nicolaescu + + * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by + file name. + (ibuffer-mode-map): Add binding to sort by file name. + (ibuffer-filename/process-header-map): New variable. + (filename-and-process): Add a header that sorts by file name. + (ibuffer-mode): Mention sorting by file name. + + * ibuf-ext.el (filename/process): New sorter. + +2008-01-25 Sven Joachim + + * view.el (kill-buffer-if-not-modified): Don't pass t to + buffer-modified-p. + +2008-01-24 Michael Albinus + + * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of + the source file in case of `rename'. + Reported by Pete Forman . + +2008-01-24 Ken Manheimer + + * allout.el (allout-keybindings-list): In initial setting, express + meta-prefixed allout keys as vectors instead of strings, since the + string form is interpreted in some cases as composed key + modifiers, eg, accented keys. + + (allout-line-boundary-regexp): Clarify description. + + (set-allout-regexp): Repair the expressions so that the formfeed + part is identified as one of the top-level groups, and is + included in all the forms, not just the -line-boundary-regexp one. + + (allout-prefix-data): Incorporate information from the various + allout regexp's formfeed alternative group, when present. + + (allout-write-file-hook-handler): Rectify mangling of the error + handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error' + condition-case handler was apparently reformatted as if it was a + call to the error function. An apparent repair attempt in version + 1.101 situated the original body of the error handling code as + bogus condition-case handlers. I've returned to just about the + working code that was originally there, removing an unnecessary - + but benign - enclosing 'progn'. \(Automated or cursory code fixes + often aren't.) + + (allout-region-active-p): Fallback to value of mark-active if + neither use-region-p nor region-active-p are present, for + compatability with current and recent emacs major releases. + +2008-01-24 Dan Nicolaescu + + * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous) + (reftex-toc-restore-region): + * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer) + (reftex-index-phrases-apply-to-region): + * textmodes/ispell.el (ispell-word): + * progmodes/vhdl-mode.el (vhdl-keep-region-active): + * progmodes/pascal.el (pascal-mark-defun): + * progmodes/f90.el (f90-mark-subprogram, f90-indent-region) + (f90-fill-region): + * emulation/tpu-edt.el (tpu-set-mark): + * emulation/crisp.el (crisp-region-active): + * winner.el (winner-active-region): + * ansi-color.el (ansi-color-set-extent-face): Use featurep instead + of bound tests in order to resolve conditionals at compile time. + +2008-01-24 Juanma Barranquero + + * delsel.el (delsel-unload-function): Don't use `remprop'; it is + not autoloaded, and we wouldn't want to load CL just to unload + delsel.el anyway. Suggested by Martin Rudalics . + +2008-01-24 Martin Rudalics + + * delsel.el (delete-selection-pre-hook): Avoid clearing out + pre-command-hook when text is read-only. + +2008-01-24 Thien-Thi Nguyen + + * vc.el (vc-process-filter): Do nothing if buffer not live. + (vc-diff-finish): Rename from vc-diff-sentinel. + No longer take REV1-NAME and REV2-NAME. + Instead, take BUFFER-NAME. Do nothing if buffer not live. + Don't do window resize if no window displays buffer. + (vc-diff-internal): Use vc-diff-finish. + + * vc.el (vc-next-action): Fix two instances of "free-var file" bug: + In both cases, convert single call to one wrapped in dolist. + 2008-01-24 Dan Nicolaescu * vc.el: Add a TODO item about missing files. (vc-exec-after): Add a tooltip to the new mode-line item. - 2008-01-24 Glenn Morris * t-mouse.el (gpm-mouse-start): Declare as a function. @@ -27,8 +426,7 @@ * replace.el (occur-mode-find-occurrence-hook): New hook that can be used to reveal or highlight the location of a match. - (occur-mode-goto-occurrence) - (occur-mode-goto-occurrence-other-window) + (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window) (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'. 2008-01-23 Martin Rudalics @@ -71,15 +469,14 @@ 2008-01-23 Eli Zaretskii - * view.el (view-file-other-window, view-file-other-frame): Don't - kill the buffer if it is modified. Doc fixes. + * view.el (view-file-other-window, view-file-other-frame): + Don't kill the buffer if it is modified. Doc fixes. (kill-buffer-if-not-modified): New function. (view-file): Don't kill the buffer if it is modified. - * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete - function. - (ebrowse-view/find-file-and-search-pattern): Call - view-file-other-window instead of ebrowse-view-file-other-window. + * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete. + (ebrowse-view/find-file-and-search-pattern): + Call view-file-other-window instead of ebrowse-view-file-other-window. (ebrowse-view-file-other-frame): Don't call current-window-configuration. Fix second argument in the call to view-mode-enter. Doc fix. @@ -90,8 +487,8 @@ 2008-01-23 Dan Nicolaescu - * files.el (safe-local-eval-forms): Mark - (add-hook 'write-file-hooks 'time-stamp) as safe. + * files.el (safe-local-eval-forms): + Mark (add-hook 'write-file-hooks 'time-stamp) as safe. 2008-01-23 Nick Roberts @@ -111,7 +508,7 @@ Remove. Move syntax table initialization ... (verilog-mode-syntax-table): ... here. (verilog-mode): Don't initialize the syntax table here. - (verilog-mark-defun): Only do something useful for XEmacs, emacs + (verilog-mark-defun): Only do something useful for XEmacs, Emacs does not need it. 2008-01-23 Wilson Snyder @@ -127,13 +524,12 @@ 2008-01-23 Wilson Snyder * progmodes/verilog-mode.el (top-level): Fix spacing. - (verilog-mode-version, verilog-mode-release-date): Update version - number. + (verilog-mode-version, verilog-mode-release-date): + Update version number. (verilog-mode-release-emacs): New variable. - (compile-command, reporter-prompt-for-summary-p): Define for byte - compiler. - (verilog-startup-message-lines) - (verilog-startup-message-displayed) + (compile-command, reporter-prompt-for-summary-p): + Define for byte compiler. + (verilog-startup-message-lines, verilog-startup-message-displayed) (verilog-display-startup-message): Remove. (verilog-highlight-p1800-keywords): Improve docstring. (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed) @@ -141,9 +537,8 @@ (verilog-highlight-translate-off, verilog-indent-level) (verilog-indent-level-module, verilog-indent-level-declaration) (verilog-indent-declaration-macros, verilog-indent-lists) - (verilog-indent-level-behavioral) - (verilog-indent-level-directive, verilog-cexp-indent) - (verilog-case-indent, verilog-auto-newline) + (verilog-indent-level-behavioral, verilog-indent-level-directive) + (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline) (verilog-auto-indent-on-newline, verilog-tab-always-indent) (verilog-tab-to-comment, verilog-indent-begin-after-if) (verilog-align-ifelse, verilog-minimum-comment-distance) @@ -155,24 +550,20 @@ (verilog-active-low-regexp, verilog-auto-sense-include-inputs) (verilog-auto-sense-defines-constant, verilog-auto-reset-widths) (verilog-assignment-delay, verilog-auto-inst-vector) - (verilog-auto-inst-template-numbers) - (verilog-auto-input-ignore-regexp) - (verilog-auto-inout-ignore-regexp) - (verilog-auto-output-ignore-regexp) - (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): Add - safe-local-variable properties. - (verilog-statement-menu, verilog-company) - (verilog-re-search-forward, verilog-re-search-backward) - (verilog-error-regexp-add, verilog-end-block-re) - (verilog-emacs-features, verilog-populate-syntax-table) - (verilog-setup-dual-comments, verilog-type-font-keywords) - (verilog-inside-comment-p, electric-verilog-backward-sexp) - (verilog-backward-sexp, verilog-forward-sexp) - (verilog-font-lock-init, verilog-mode) + (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp) + (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp) + (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): + Add safe-local-variable properties. + (verilog-statement-menu, verilog-company, verilog-re-search-forward) + (verilog-re-search-backward, verilog-error-regexp-add) + (verilog-end-block-re, verilog-emacs-features) + (verilog-populate-syntax-table, verilog-setup-dual-comments) + (verilog-type-font-keywords, verilog-inside-comment-p) + (electric-verilog-backward-sexp, verilog-backward-sexp) + (verilog-forward-sexp, verilog-font-lock-init, verilog-mode) (electric-verilog-terminate-line, electric-verilog-semi) - (electric-verilog-tab, verilog-insert-1, ) - (verilog-insert-indices, verilog-generate-numbers) - (verilog-comment-region, verilog-label-be) + (electric-verilog-tab, verilog-insert-1, verilog-insert-indices) + (verilog-generate-numbers, verilog-comment-region, verilog-label-be) (verilog-beg-of-statement, verilog-in-case-region-p) (verilog-in-struct-region-p, verilog-in-generate-region-p) (verilog-in-fork-region-p, verilog-backward-case-item) @@ -185,28 +576,24 @@ (verilog-forward-syntactic-ws, verilog-backward-ws&directives) (verilog-forward-ws&directives, verilog-at-constraint-p) (verilog-skip-backward-comments, verilog-indent-line-relative) - (verilog-do-indent, verilog-indent-comment) - (verilog-more-comment, verilog-pretty-declarations) - (verilog-pretty-expr, verilog-just-one-space) - (verilog-indent-declaration, verilog-get-completion-decl) - (verilog-goto-defun, verilog-showscopes, verilog-header) - (verilog-signals-combine-bus, verilog-read-decls) + (verilog-do-indent, verilog-indent-comment, verilog-more-comment) + (verilog-pretty-declarations, verilog-pretty-expr) + (verilog-just-one-space, verilog-indent-declaration) + (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes) + (verilog-header, verilog-signals-combine-bus, verilog-read-decls) (verilog-read-always-signals-recurse, verilog-read-instants) (verilog-read-auto-template, verilog-set-define) (verilog-read-defines, verilog-read-signals, verilog-getopt) - (verilog-is-number, verilog-expand-dirnames) - (verilog-modi-lookup, verilog-modi-cache-results) - (verilog-insert-one-definition, verilog-make-width-expression) - (verilog-delete-autos-lined, verilog-auto-save-check) - (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst) - (verilog-auto-inst-param, verilog-auto-reg) - (verilog-auto-reg-input, verilog-auto-wire, ) - (verilog-auto-output, verilog-auto-output-every) - (verilog-auto-input, verilog-auto-inout) - (verilog-auto-inout-module, verilog-auto-sense) - (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused) - (verilog-auto-ascii-enum, verilog-auto) - (verilog-sk-define-signal, verilog-mode-mouse-map) + (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup) + (verilog-modi-cache-results, verilog-insert-one-definition) + (verilog-make-width-expression, verilog-delete-autos-lined) + (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port) + (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg) + (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output) + (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout) + (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset) + (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum) + (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map) (verilog-load-file-at-mouse, verilog-load-file-at-point) (verilog-library-files): Cleanup spacing of )'s they should not be on unique lines. Fix checkdoc warnings. @@ -214,8 +601,9 @@ 2008-01-22 Glenn Morris * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only) - (hide-ifdef-lines, hide-ifdef-shadow, hide-ifdef-shadow): - Remove autoload cookies. + (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies + from defcustoms. + (hide-ifdef-shadow): Remove autoload cookie from defface. * vc.el (vc-diff-sentinel): Do not write a footer if there were differences. @@ -278,7 +666,7 @@ 2008-01-21 Juanma Barranquero - * server.el (server-log-time-function): New function. + * server.el (server-log-time-function): New variable. (server-log): Use it. 2008-01-21 Glenn Morris @@ -316,8 +704,7 @@ * repeat.el (repeat-undo-count): New variable. (repeat): For self-insertions make undo boundary only after 20 - repetitions. Inhibit point recording when repeat-repeat-char is - non-nil. + repetitions. Inhibit point recording unless repeat-repeat-char is nil. 2008-01-19 Reiner Steib @@ -373,7 +760,7 @@ * vc.el: Make vc-status asynchronous. (vc-update-vc-status-buffer): New function broken out of ... - (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to + (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to the dir-status backend function. * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously. @@ -5707,7 +6094,7 @@ Require tramp-cmds.el. (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE. (tramp-handle-file-name-all-completions): Expand DIRECTORY. - (tramp-do-copy-or-rename-file-directly): Make more rigid checks. + (tramp-do-copy-or-rename-file-directly): Make more rigid checks. (tramp-do-copy-or-rename-file-out-of-band) (tramp-maybe-open-connection): Use `make-temp-name'. This is possible, because we don't need to create the temporary file, but @@ -6483,16 +6870,6 @@ * international/characters.el: Undo unwanted and unexplained change. -2007-10-10 Vinicius Jose Latorre - - * ps-print.el: Fix the usage of :foreground and :background face - attributes. Reported by Nikolaj Schumacher . - (ps-print-version): New version 6.7.6. - (ps-face-attributes, ps-face-attribute-list, ps-face-background): - Fix code. - (ps-face-foreground-color-p, ps-face-background-color-p) - (ps-face-color-p): New inline funs. - 2007-10-10 Carsten Dominik * textmodes/org.el (org-additional-option-like-keywords): New constant. @@ -9547,16 +9924,6 @@ * calc/calc.el (calc-language-alist): Add texinfo-mode. -2007-08-16 Vinicius Jose Latorre - - * ps-print.el (ps-header-font-size, ps-header-title-font-size) - (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing) - (ps-paragraph-spacing): Docstring fix. - -2007-08-16 Glenn Morris - - * ps-print.el (ps-font-size): Doc fix. - 2007-08-16 Richard Stallman * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group. @@ -9867,13 +10234,6 @@ (tex-font-script-display, tex-font-lock-suscript): Change from a cons cell to a list of 2 elements to simplify the unfontify code. -2007-08-08 Vinicius Jose Latorre - - * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix. - (ps-begin-job): Use ps-default-fg and ps-default-bg only when - ps-print-color-p is neither nil nor black-white. Reported by Christian - Schlauer . - 2007-08-08 Andreas Schwab * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for @@ -9955,10 +10315,6 @@ format-mode-line because it may be a list, e.g., (sgml-xml-mode "XML" "SGML"), and not a string. -2007-08-06 Vinicius Jose Latorre - - * printing.el (pr-update-menus): Docstring fix. - 2007-08-06 Jason Rumney * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend. @@ -10002,11 +10358,6 @@ * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables. (math-nlfit-givens): Let bind free variables. -2007-08-05 Vinicius Jose Latorre - - * printing.el: Require lpr and ps-print when loading printing package. - Reported by Glenn Morris . - 2007-08-05 Michael Albinus * files.el (set-auto-mode): Handle also remote files wrt @@ -10036,13 +10387,6 @@ may match up to 4 lines. (diff-beginning-of-file-and-junk): Rewrite. -2007-08-03 Vinicius Jose Latorre - - * printing.el: Evaluate require only during compilation. - (pr-version): New version 6.9.1. - (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR). - (pr-global-menubar): Fix code. - 2007-08-03 Dan Nicolaescu * term.el (term-erase-in-display): Fix case when point is not at @@ -10333,59 +10677,6 @@ * vc-git.el (vc-git-revision-table) (vc-git-revision-completion-table): New functions. -2007-07-26 Vinicius Jose Latorre - - * progmodes/ebnf-abn.el (ebnf-abn-skip-comment): - * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment): - * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment): - * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment): - * progmodes/ebnf-iso.el (ebnf-iso-skip-comment): - * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version. - New command actions for EPS header and EPS footer. - - * progmodes/ebnf2ps.el: New command actions for EPS header and EPS - footer. Fix some problems with one-or-more, zero-or-more and - alternative constructions generation. Some log messages - implementation. Doc fix. - (ebnf-version): New version 4.4. - (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font) - (ebnf-eps-footer, ebnf-log): New options. - (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header) - (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment) - (ebnf-eps-header-footer-p, ebnf-eps-header-comment) - (ebnf-eps-footer-comment, ebnf-eps-header-footer-file) - (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs. - (ebnf-style-custom-list, ebnf-style-database): Put new values. - (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer) - (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file) - (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory) - (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region) - (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer) - (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job) - (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension) - (ebnf-non-terminal-dimension, ebnf-special-dimension) - (ebnf-terminal-dimension1, ebnf-repeat-dimension) - (ebnf-except-dimension, ebnf-alternative-dimension) - (ebnf-optional-dimension, ebnf-one-or-more-dimension) - (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log - message fun. - (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more) - (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write) - (ebnf-insert-ebnf-prologue, ebnf-production-dimension) - (ebnf-terminal-dimension1, ebnf-alternative-dimension) - (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension) - (ebnf-eps-add-context, ebnf-eps-add-production): Fix code. - (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep - compatibility with Emacs 20 & 21. - (ebnf-eps-header-comment, ebnf-eps-footer-comment) - (ebnf-eps-file-alist, ebnf-basic-width-extra) - (ebnf-basic-empty-height): New vars. - (ebnf-prologue): Fix PostScript code. - (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1) - (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional) - (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence) - (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments. - 2007-07-25 Glenn Morris * Relicense all FSF files to GPLv3 or later. @@ -10452,14 +10743,6 @@ * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface. (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions. -2007-07-25 Vinicius Jose Latorre - - * ps-print.el (ps-multibyte-buffer): Docstring fix. - - * ps-mule.el: Doc fix. - (ps-multibyte-buffer, ps-mule-font-info-database-default) - (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix. - 2007-07-25 Glenn Morris * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays) @@ -10843,18 +11126,6 @@ * vc-hg.el (vc-hg-diff): Use vc-hg-command. -2007-07-20 Vinicius Jose Latorre - - * ps-print.el: Problem with foreground and background color when - printing a buffer with and without faces. Reported by Christian - Schlauer . - (ps-print-version): New version 6.7.5. - (ps-default-fg): Change default value to nil, so black color is used - when a face does not specify a foreground color. - (ps-default-bg): Change default value to nil, so white color is used - for background color. - (ps-begin-job): Fix code. - 2007-07-20 Eli Zaretskii * makefile.w32-in (install-lisp-SH): Don't create subdirectories @@ -13099,32 +13370,6 @@ for start and end positions. (ispell-word): Assume END is a marker. -2007-05-17 Vinicius Jose Latorre - - * printing.el: Group together all XEmacs/Emacs definitions. - (pr-version): New version 6.9. - (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs. - (pr-menu-char-height, pr-menu-char-width): Fix initialization code. - (pr-menu-bind): Fix code. - (pr-e-frame-char-height, pr-e-frame-char-width) - (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function) - (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height) - (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event) - (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel) - (pr-x-event-y-pixel): Aliases eliminated. - (pr-xemacs-global-menubar): Macro moved. - (current-menubar, current-mouse-event, zmacs-region-stays) - (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old) - (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu): - Vars moved. - (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock) - (pr-update-mode-line, pr-do-update-menus, pr-menu-alist) - (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title) - (pr-menu-set-utility-title, pr-even-or-odd-pages) - (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string) - (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs - moved. - 2007-05-17 Christian Plate (tiny change) * textmodes/sgml-mode.el (sgml-tag): @@ -13187,15 +13432,6 @@ * files.el (mode-require-final-newline, require-final-newline) (enable-local-variables, enable-local-eval): Doc fixes. -2007-05-13 Vinicius Jose Latorre - - * ps-print.el: Use default color when foreground or background color - are unspecified. Reported by Leo . - (ps-print-version): New version 6.7.4. - (ps-rgb-color): New argument. Use default color when color is - unspecified. - (ps-begin-job): Fix code. - 2007-05-12 Chong Yidong * longlines.el (longlines-mode): Make longlines-auto-wrap