X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/fc0e90924a0621bcf7fd3f1b1251a1b2b5d0a470..946425995f270514be4d2beca6941c33a70d440e:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 04710d6bcf..8415861e29 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,418 @@ +2011-03-12 Stefan Monnier + + * progmodes/compile.el (compilation--previous-directory): Fix up + various nil/dead-marker mismatches (bug#8014). + (compilation-directory-properties, compilation-error-properties): + Don't call it at a position past the one we're about to change. + + * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable): + Disable obsolescence warnings in the file that declares it. + +2011-03-11 Ken Manheimer + + * allout-widgets.el (allout-widgets-tally) Initialize + allout-widgets-tally as a hash table rather than nil to prevent + mode-line redisplay warnings. + Also, clarify the module description and fix a comment typo. + + +2011-03-11 Juanma Barranquero + + * help-fns.el (describe-variable): Don't complete keywords. + Suggested by Teodor Zlatanov . + +2011-03-10 Chong Yidong + + * emacs-lisp/package.el (package-version-join): Impose a standard + string representation for pre/alpha/beta version lists. + (package-unpack-single): Standardize the directory name by passing + it through package-version-join. + (package-strip-rcs-id): Accept any version string that does not + signal an error in version-to-list. + +2011-03-10 Michael Albinus + + * simple.el (delete-trailing-whitespace): Return nil for the + benefit of `write-file-functions'. + +2011-03-10 Glenn Morris + + * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program. + + * vc/vc-git.el (vc-git-program): New option. + (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command) + (vc-git--call): Use it. + + * eshell/esh-util.el (eshell-condition-case): Doc fix. + + * cus-edit.el (Custom-newline): If no button at point, look + for a subgroup button at start-of-line. (Bug#2298) + + * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes. + +2011-03-10 Julien Danjou + + * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if + `cursor-type' is nil. + +2011-03-09 Jay Belanger + + * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'. + +2011-03-09 Ken Manheimer + + * allout.el Summary: Change so yank of distinctive-bullet items + preserves the existing header prefix, rebulleting it if necessary, + rather than replacing it. This is necessary for proper operation + of cooperative addons like allout-widgets. + (allout-make-topic-prefix) (allout-rebullet-heading): Change + SOLICIT arg to INSTEAD, and interpret additionally a string value + as alternate bullet to be used, instead of prompting the user for + a bullet character. + +2011-03-09 Michael Albinus + + * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do + not use `tramp-file-name-port', because this returns also + `tramp-default-port'. + +2011-03-09 Deniz Dogan + + * net/rcirc.el (rcirc-handler-001): Remove useless + with-rcirc-process-buffer. + (rcirc-check-auth-status): Swap arguments to string-match. + +2011-03-09 Glenn Morris + + * shell.el (shell-mode): + Set comint-input-ring-size from HISTSIZE. (Bug#7889) + + * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change. + Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889) + +2011-03-08 Chong Yidong + + * emacs-lisp/package.el (package-refresh-contents) + (package-menu-execute): Use condition-case-no-debug. + +2011-03-08 Michael Albinus + + * simple.el (shell-command-to-string): Use `process-file'. + + * emacs-lisp/package.el (package-tar-file-info): Handle also + remote files. + + * emacs-lisp/package-x.el (package-upload-buffer-internal): Use + `equal' for upload base check. + +2011-03-08 Arni Magnusson (tiny change) + + * textmodes/texinfo.el (texinfo-environments): + Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783) + +2011-03-08 Glenn Morris + + * cus-start.el (cursor-in-non-selected-windows): + Fix :set quoting oddness. (Bug#8192) + + * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)' + in some setf expressions. (Bug#2159) + +2011-03-08 Chong Yidong + + * custom.el (custom-available-themes): Return themes in + alphabetical order. + +2011-03-07 Chong Yidong + + * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect + application of patch from Alan Mackenzie (Bug#7595). + +2011-03-07 Deniz Dogan + + * net/rcirc.el (rcirc-connect): Fix PASS bug. + +2011-03-07 Glenn Morris + + * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt. + Give an explicit error if failed to make writable. (Bug#6146) + +2011-03-07 Ed Reingold + + * calendar/cal-hebrew.el (diary-hebrew-yahrzeit): + Add optional `after-sunset' argument. (Bug#8190) + +2011-03-07 Aaron S. Hawley + + * play/morse.el (nato-alphabet, nato-region, denato-region): + New variable and functions. (Bug#2288) + (morse-region, unmorse-region): Barf if read-only. + +2011-03-06 Stefan Monnier + + * progmodes/gud.el (gdb-script-syntax-propertize-function): + Don't change the syntax of a \n that closes a comment (bug#8169). + +2011-03-06 Chong Yidong + + * emacs-lisp/package-x.el (package-archive-upload-base): Make it a + defcustom. + (package--update-file): Doc fix. Accept relative file names. + (package--archive-contents-from-file): Remove the argument, since + it's necessarily always "archive-contents". + (package-maint-add-news-item): Pass relative file name args to + package--update-file. + (package-upload-buffer-internal): Prompt for a destination if + package-archive-upload-base is invalid. Create the directory if + it does not exist. + (package-upload-buffer, package-upload-file): Doc fix. + +2011-03-06 Chong Yidong + + * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill, + and move isearch-yank-line to M-s C-e (Bug#8183). + +2011-03-06 Alan Mackenzie + + * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent. + (c-guess-basic-syntax): Move CASE 19 to a different place, + correctly to process template-args-cont lines. + +2011-03-06 Jay Belanger + + * calc/calc-ext.el (calc-init-extensions): + Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel + and calc-nplevel, respectively. Add keybindings for calc-spn, + calc-midi and calc-freq. Add autoloads for calcFunc-spn, + calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq. + + * calc/calc-units.el (calc-dblevel): Rename from + calc-logunits-dblevel. + (calc-nplevel): Rename from calc-logunits-nplevel. + (math-midi-round, math-freqp, math-midip, math-spnp) + (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn) + (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi) + (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions. + (math-notes): New variable. + + * calc/calc.el (calc-note-threshold): New variable. + +2011-03-06 Chong Yidong + + * emacs-lisp/package.el (package-archives): Accept either ordinary + directory names, in addition to HTTP URLs. + (package--with-work-buffer): New macro. Handle normal directories. + (package-handle-response): Don't display the failing buffer. + (package-download-single, package-download-tar) + (package--download-one-archive): Use package--with-work-buffer. + (package-archive-base): Rename from package-archive-url. + +2011-03-06 Glenn Morris + + * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode. + (xmodmap-generic-mode): Respect generic-extras-enable-list. + +2011-03-06 Daniel Clemente (tiny change) + + * generic-x.el (xmodmap-generic-mode): New. (Bug#2065) + +2011-03-06 Juanma Barranquero + + * allout.el (allout-init, allout-prefixed-keybindings) + (allout-unprefixed-keybindings): + * progmodes/prolog.el (prolog-find-term): + Fix typos in docstrings. + +2011-03-06 Nikolaj Schumacher (tiny change) + + * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746) + +2011-03-06 Kevin Ryde + + * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326) + +2011-03-06 Michael Shields (tiny change) + + * window.el (one-window-p, walk-windows, display-buffer): + Doc fixes. (Bug#5567) + +2011-03-06 Jay Belanger + + * cus-edit.el (custom-prompt-variable): Use the `custom-get' property + of the variable if it exists. + +2011-03-06 Juanma Barranquero + + * bookmark.el: + * desktop.el: + * emacs-lock.el: + * ps-print.el: + * saveplace.el: + * net/tramp-cache.el: + * obsolete/fast-lock.el: + * textmodes/reftex.el: + Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137). + +2011-03-05 Antoine Levitt + + * files.el (delete-directory, copy-directory, list-directory): + Use read-directory-name. + + * find-file.el (ff-find-the-other-file): + * net/ange-ftp.el (ange-ftp-make-directory): + * printing.el (pr-interactive-dir): + * progmodes/ada-prj.el (ada-prj-load-directory): + * progmodes/ebnf2ps.el (ebnf-print-directory) + (ebnf-spool-directory, ebnf-eps-directory) + (ebnf-syntax-directory): + * shell.el (shell): + * speedbar.el (speedbar-create-directory): + * vc/emerge.el (emerge-merge-directories): + * vc/vc-dir.el (vc-dir): + * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise. + +2011-03-05 Chong Yidong + + * help-mode.el (help-buffer): If we are to return the current + buffer, signal an error if it's not in Help mode (Bug#8147). + +2011-03-05 Reuben Thomas + + * files.el (file-name-version-regexp): Handle backup files of the + form `foo.js.~HEAD~1~' (Bug#8159). + +2011-03-05 Glenn Morris + + * eshell/esh-var.el: Don't require esh-test when compiling. + * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el: + * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test. + * eshell/esh-test.el: Move to ../../test/eshell.el. + +2011-03-05 David Engster + + * files.el (save-some-buffers): Report the names of buffers saved + automatically due to buffer-save-without-query (Bug#8134). + +2011-03-05 Deniz Dogan + + * net/rcirc.el: Add QuakeNet authentication support. + (rcirc-authinfo, rcirc-check-auth-status) + (rcirc-authenticate): Support QuakeNet. + +2011-03-05 Deniz Dogan + + * net/rcirc.el: Add functionality to authenticate before + autojoining channels. + (rcirc-authenticate-before-join): New option. + (rcirc-authenticated-hook): New variable. + (rcirc-connect): Make local variable rcirc-user-authenticated. + (rcirc-handler-001): Respect rcirc-authenticate-before-join. + (rcirc-check-auth-status, rcirc-join-channels-post-auth): + New functions. + (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE): + Call rcirc-check-auth-status. + +2011-03-05 Alex Harsanyi + + * net/soap-client.el (soap-namespace-put-link): Check if the target + name is fully qualified -- use only the name part. + (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all + types, treated the same as xsd:sequence. (Bug#8166) + +2011-03-05 Eli Zaretskii + + * files.el (find-file-noselect): Don't ask about re-visiting + non-literally if the file is already visited in image-mode. + (Bug#8177) + +2011-03-05 Glenn Morris + + * eshell/esh-mode.el (eshell-kill-buffer-function): New function. + (eshell-mode): Use eshell-kill-buffer-function. + Run the -initialize functions independently of the -load-hooks. + * eshell/esh-proc.el (eshell-kill-process-function): New function. + (eshell-gather-process-output, eshell-sentinel) + (eshell-interrupt-process, eshell-kill-process, eshell-quit-process): + Use eshell-kill-process-function. + * eshell/em-alias.el (eshell-alias-load-hook): + * eshell/em-banner.el (eshell-banner-load-hook): + * eshell/em-cmpl.el (eshell-cmpl-load-hook): + * eshell/em-dirs.el (eshell-dirs-load-hook): + * eshell/em-glob.el (eshell-glob-load-hook): + * eshell/em-hist.el (eshell-hist-load-hook): + * eshell/em-pred.el (eshell-pred-load-hook): + * eshell/em-prompt.el (eshell-prompt-load-hook): + * eshell/em-rebind.el (eshell-rebind-load-hook): + * eshell/em-script.el (eshell-script-load-hook): + * eshell/em-smart.el (eshell-smart-load-hook): + * eshell/em-term.el (eshell-term-load-hook): + * eshell/em-unix.el (eshell-unix-load-hook): + * eshell/esh-arg.el (eshell-arg-load-hook): + * eshell/esh-cmd.el (eshell-cmd-load-hook): + * eshell/esh-ext.el (eshell-ext-load-hook): + * eshell/esh-io.el (eshell-io-load-hook): + * eshell/esh-mode.el (eshell-exit-hook): + * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook): + * eshell/esh-var.el (eshell-var-load-hook): + Set default hook values to nil. (Bug#5375) + + * eshell/esh-module.el (eshell-module-unload-hook) + (eshell-modules-list): Remove leading * from defcustom docs. + + * eshell/esh-util.el (eshell-for): Make it obsolete. + * eshell/em-alias.el (eshell/alias, eshell-alias-completions): + * eshell/em-dirs.el (eshell-save-some-last-dir): + * eshell/em-hist.el (eshell-save-some-history) + (eshell-hist-parse-modifier): + * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files) + (eshell-ls-entries): + * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su): + * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval) + (eshell/which): + * eshell/esh-ext.el (eshell-find-interpreter): + * eshell/esh-mode.el (eshell-mode): + * eshell/esh-module.el (eshell-unload-extension-modules): + * eshell/esh-proc.el (eshell-process-interact): + * eshell/esh-test.el (eshell-test): + * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list): + * eshell/esh-var.el (eshell/env, eshell-environment-variables) + (eshell-variables-list): + * eshell/eshell.el (eshell-unload-all-modules): + Replace eshell-for with dolist. + +2011-03-04 Glenn Morris + + * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170) + +2011-03-04 Tom Tromey + + * progmodes/gud.el (gdb-script-mode): Derive from prog-mode. + +2011-03-04 Glenn Morris + + * outline.el (outline-regexp): No longer allow nil. + (outline-heading-end-regexp): Add safety predicate. (Bug#7619) + + * net/browse-url.el (browse-url): + Handle deleted default-directory. (Bug#6077) + + * recentf.el (recentf-include-p): In case of a buggy predicate, + err on the side of including, not excluding. (Bug#5843) + +2011-03-04 Jay Belanger + + * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted + variables as units. + +2011-03-04 Bob Rogers + + * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error + if there is no node. (Bug#3261) + 2011-03-04 Leo + * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139) + * time.el (display-time-world-list): Fix typo. (Bug#7571) 2011-03-04 Zachary Kanfer (tiny change) @@ -43,7 +456,7 @@ 2011-03-03 Bob Rogers - * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e. (Bug#7349) + * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349). 2011-03-03 Vagn Johansen (tiny change) @@ -147,7 +560,7 @@ * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path shadows. -2011-02-28 Antoine Levitt (tiny change) +2011-02-28 Antoine Levitt * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z. @@ -268,7 +681,7 @@ * help-fns.el (describe-function-1): Don't signal an error just because the DOC file disappeared. -2011-02-22 Seppo Sade (tiny change) +2011-02-22 Seppo Sade (tiny change) * eshell/esh-ext.el (eshell-external-command): Do not restrict remote check to "ftp". (Bug#8089) @@ -331,8 +744,8 @@ * autorevert.el (auto-revert-mode, auto-revert-tail-mode) (global-auto-revert-ignore-buffer): Remove leading "*" from docs. -2011-02-19 Dmitry Bolshakov - Dima Kogan (tiny change) +2011-02-19 Dmitry Bolshakov + Dima Kogan (tiny change) * progmodes/hideshow.el (hs-find-block-beginning) (hs-hide-level-recursive): Ignore comments when parsing braces @@ -487,13 +900,13 @@ 2011-02-17 Ken Manheimer - * lisp/allout-widgets.el: (allout-widgets-icons-light-subdir) + * lisp/allout-widgets.el (allout-widgets-icons-light-subdir) (allout-widgets-icons-dark-subdir): Track relocations of icons * lisp/allout.el: Remove commentary about remove encryption passphrase mnemonic support and verification. - (allout-encrypt-string): (allout-encrypt-string): Recognize epg - failure to decrypt gpg2 armored text using gpg1, and indicate that - the gpg version *might* be the problem in the error message. + (allout-encrypt-string): Recognize epg failure to decrypt gpg2 + armored text using gpg1, and indicate that the gpg version *might* + be the problem in the error message. 2011-02-17 Deniz Dogan @@ -863,7 +1276,7 @@ auto-activation is controlled solely by customization `allout-auto-activation'. - (allout-auto-activation-helper) (allout-setup): New autoloads + (allout-auto-activation-helper, allout-setup): New autoloads implement new custom set procedure for allout-auto-activation. Also, explicitly invoke (allout-setup) after allout-auto-activation is custom-defined, to @@ -875,7 +1288,7 @@ allout-auto-activation, and mark obsolete. (allout-mode): Respect string values for allout-auto-activation. Run allout-after-copy-or-kill-hook without any args. - (allout-mode) (allout-layout) (allout-default-layout) + (allout-mode, allout-layout, allout-default-layout) (outlineify-sticky): Adjust docstring for new scheme. (allout-after-copy-or-kill-hook): No arguments - hook implementers should concentrate on the kill ring. @@ -916,7 +1329,7 @@ extension-specific processing of killed text. (allout-mode): Include new allout-after-copy-or-kill-hook among mentioned hooks. - (allout-kill-line) (allout-kill-topic): Ensure that processing + (allout-kill-line, allout-kill-topic): Ensure that processing after kill happens even if barf-if-buffer-read-only is raised. Include new allout-after-copy-or-kill-hook among that subsequent processing. @@ -938,23 +1351,23 @@ * calc/calc.el (calc-logunits-field-reference): Rename from `calc-default-field-reference-level'. (calc-logunits-power-reference): Rename from - `calc-default-power-reference-level' + `calc-default-power-reference-level'. * calc/calc-units.el (math-logunits-quant): Rename from `math-logunits-level' (math-logunits-plus): Rename from math-logcombine. (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove. (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub) - (calcFunc-lufieldsub,calc-logunits-add calc-logunits-sub): + (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub): New functions. (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'. (calcFunc-powerquant): Rename from `calcFunc-powerlevel'. (calc-logunits-quantity): Rename from `calc-level'. (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel) - (calcFunc-nppowerlevel,calc-logunits-dblevel, calc-logunits-nplevel) + (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel) (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul) (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv) - (calcFunc-lupowerdiv,calc-logunits-divide,math-logunits-level): + (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level): New functions. * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference. @@ -1677,7 +2090,7 @@ (allout-institute-keymap): Take over the "setup" part of the former allout-setup-mode-map. Reassign allout-mode-map-value value and update the defalias. - (allout-command-prefix) (allout-prefixed-keybindings) + (allout-command-prefix, allout-prefixed-keybindings) (allout-unprefixed-keybindings): Use allout-compose-and-institute-keymap to process the bindings. (allout-unprefixed-keybindings): Remove extraneous '?' question marks. @@ -2672,7 +3085,7 @@ * loadup.el (symbol-file-load-history-loaded): Remove; unused. 2010-12-15 Jari Aalto - Scott Evans + Scott Evans * rect.el (rectange--default-line-number-format) (rectangle-number-line-callback): New functions. @@ -2832,7 +3245,7 @@ * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil (Bug#7533). -2010-12-13 W. Martin Borgert (tiny change) +2010-12-13 W. Martin Borgert (tiny change) * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode. (Bug#7491). @@ -3760,7 +4173,7 @@ describe-prefix-bindings - adapt to new version of called-interactively-p, while maintaining backwards compatibility with old version - - fix hotspot navigation so i works properly with meta-modified keys + - fix hotspot navigation so i works properly with meta-modified keys. * allout.el (allout-keybindings, allout-bind-keys) (allout-keybindings-binding, allout-prefixed-keybindings) @@ -3887,7 +4300,7 @@ 2010-11-12 Glenn Morris * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant. - Use it to replace all instances of "*Compile-Log*" + Use it to replace all instances of "*Compile-Log*". 2010-11-12 Stefan Monnier @@ -5818,7 +6231,7 @@ 2010-10-03 Glenn Morris - * obsolete/x-menu.el: Remove file, obsolete since 21.1 + * obsolete/x-menu.el: Remove file, obsolete since 21.1. * textmodes/rst.el (rst-font-lock-keywords-function): Drop Emacs 20 code. @@ -6532,7 +6945,7 @@ 2010-09-14 Sascha Wilde - * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision): + * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision): Replace setting HGRCPATH to "" by some less invasive --config options. 2010-09-14 Stefan Monnier @@ -7648,7 +8061,7 @@ * net/dbus.el: Accept UNIX domain sockets as bus address. (top): Don't initialize `dbus-registered-objects-table' anymore, - this is done in dbusbind,c. + this is done in dbusbind.c. (dbus-check-event): Adapt test for bus. (dbus-return-values-table, dbus-unregister-service) (dbus-event-bus-name, dbus-introspect, dbus-register-property): @@ -7985,7 +8398,7 @@ * progmodes/octave-mod.el (octave-mode): Set comment-add. (octave-mode-map): Use comment-dwim (bug#6829). -2010-08-12 Antoine Levitt (tiny change) +2010-08-12 Antoine Levitt * cus-edit.el (custom-save-variables, custom-save-faces): Fix up indentation of inserted comment. @@ -8164,7 +8577,7 @@ 2010-08-08 Jay Belanger - * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property + * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property to italicize headers. (calc-highlight-selections-with-faces): New variable. (calc-selected-face, calc-nonselected-face): New faces. @@ -8209,7 +8622,7 @@ * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix for the case that a C style comment has its delimiters alone on - their respective lines. + their respective lines. (Bug#193) 2010-08-06 Michael Albinus @@ -10984,7 +11397,7 @@ * textmodes/ispell.el (ispell-init-process): Fix personal dictionary condition in default directory check. - (ispell-init-process,ispell-kill-ispell,kill-buffer-hook): + (ispell-init-process, ispell-kill-ispell, kill-buffer-hook): Kill ispell process when killing its associated buffer. 2010-04-27 Jan Djärv @@ -15714,7 +16127,7 @@ * vc-rcs.el (vc-rcs-print-log): * vc-git.el (vc-git-print-log): * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT, - ignore it. Make the BUFFER argument non-optional + ignore it. Make the BUFFER argument non-optional. * bindings.el (mode-line-buffer-identification): Do not purecopy. @@ -20468,12 +20881,12 @@ 2009-08-19 Magnus Henoch * log-edit.el (log-edit-strip-single-file-name): New var. - (log-edit-insert-changelog): Use it. Bug#3571 + (log-edit-insert-changelog): Use it. Bug#3571. 2009-08-19 Stefan Monnier * subr.el (read-passwd): Use read-key so keypad keys work as well. - Bug#3287 + Bug#3287. * help.el (help-print-return-message): Rename from print-help-return-message. @@ -22237,7 +22650,7 @@ or shell command text during AUTO expansion. Suggested by Tad Truex. (verilog-read-sub-decls-expr, verilog-read-sub-decls-line) (verilog-read-sub-decls-sig, verilog-symbol-detick-text): - Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included + Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included in AUTOINOUT. Reported by Matthew Lovell. (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)" causing use of <= assignments. Reported by Alex Reed.