X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/079a5e72dfa701047d77a6556878ddd1465a2cb0..475dcfabab36c0e4c4df4c5ee274e915a7007d2e:/lisp/ChangeLog.11 diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index c15ed68441..bbba11dd9b 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 @@ -84,7 +84,7 @@ 2004-12-30 Andreas Leue - * textmodes/artist.el (artist-version): 1.2.6 + * textmodes/artist.el (artist-version): 1.2.6. (artist-prev-next-op-alist): New variable. (artist-select-next-op-in-list): New function. (artist-select-prev-op-in-list): New function. @@ -380,7 +380,7 @@ (calculator-radix-grouping-digits) (calculator-radix-grouping-separator): New defcustoms for the new radix grouping mode functionality. - (calculator-mode-hook): Now used in electric mode too, + (calculator-mode-hook): Now used in electric mode too. (calculator): Call it. (calculator-mode-map): Some new keys. (calculator-message): New function. Some new calls. @@ -1293,9 +1293,9 @@ 2004-11-26 Jay Belanger - * calc-misc.el (calc-last-why-command): Declare it. + * calc/calc-misc.el (calc-last-why-command): Declare it. - * calc-vec.el (math-grade-vec): New variable. + * calc/calc-vec.el (math-grade-vec): New variable. (calcFunc-grade, calcFunc-rgrade, math-grade-beforep): Replace variable grade-vec by declared variable. (math-rb-close): New variable. @@ -1424,7 +1424,8 @@ 2004-11-26 Lars Hansen - * tramp.el (tramp-handle-directory-files-and-attributes): New function. + * net/tramp.el (tramp-handle-directory-files-and-attributes): + New function. (tramp-perl-directory-files-and-attributes): New constant. (tramp-file-name-handler-alist): Delete file-directory-files, add directory-files-and-attributes. @@ -1744,7 +1745,7 @@ substitute-env-vars -- not quite shell compatible but better than nothing. (compilation-error-regexp-alist-alist): Simplify ftnchek to only - handle the newer versions messages, which are more parseable. + handle the newer versions messages, which are more parsable. 2004-11-22 Stefan Monnier @@ -2000,7 +2001,7 @@ (math-rewrite, math-rewrite-phase): Replace variable expr by declared variable. (math-rewrite-heads-heads, math-rewrite-heads-skips) - (math-rewrite-heads-blanks ): New variables. + (math-rewrite-heads-blanks): New variables. (math-rewrite-heads, math-rewrite-heads-rec): Replace variables heads, skips and blanks by declared variables. (math-rwcomp-subst-old, math-rwcomp-subst-new) @@ -2239,7 +2240,7 @@ (math-so-far, math-integ-expr, math-expr-parts, calc-low) (calc-high, math-solve-var, math-solve-full, math-solve-vars) (math-try-solve-sign, math-solve-b, math-solve-system-vv) - (math-solve-res): New variables + (math-solve-res): New variables. (math-derivative, calcFunc-deriv, calcFunc-tderiv) (math-integral, math-replace-integral-parts) (math-integrate-by-parts, calc-dump-integral-cache) @@ -2482,7 +2483,7 @@ string to kill-ring. * calc/calc-aent.el (calc-alg-exp, math-toks) - (math-exp-pos,math-exp-old-pos, math-exp-token) + (math-exp-pos, math-exp-old-pos, math-exp-token) (math-exp-keep-spaces, math-exp-str): New variables. (calc-do-alg-entry, calcAlg-equals, calcAlg-edit) (calcAlg-enter): Use declared variable calc-alg-exp. @@ -3141,7 +3142,7 @@ * subr.el (read-passwd): Move back from password.el. - * password.el: Remove, not ready yet. + * net/password.el: Remove, not ready yet. 2004-10-29 Andreas Schwab @@ -3286,7 +3287,7 @@ 2004-10-26 Jay Belanger - * calc/calc.el (calc,full-calc, calc-quit, calc-keypad) + * calc/calc.el (calc, full-calc, calc-quit, calc-keypad) (full-calc-keypad, calc-trail-display): Use an extra argument instead of `interactive-p'. @@ -4692,7 +4693,7 @@ mark mode (to include the current match to region boundaries). Push the search string to `query-replace-from-history-variable'. Add prompt "Query replace regexp" for isearch-regexp. - Add region beginning/end as last arguments of `perform-replace.' + Add region beginning/end as last arguments of `perform-replace'. (isearch-query-replace-regexp): Replace code by the call to `isearch-query-replace' with arg `t'. @@ -5098,7 +5099,7 @@ (isearch-*-char, isearch-|-char): Now just call `isearch-fallback' appropriately. (isearch-mode-map): Bind `}' to `isearch-}-char'. - (isearch-string, isearch-message,string, isearch-point) + (isearch-string, isearch-message-string, isearch-point) (isearch-success, isearch-forward-flag, isearch-other-end) (isearch-word, isearch-invalid-regexp, isearch-wrapped) (isearch-barrier, isearch-within-brackets, isearch-case-fold-search): @@ -5283,7 +5284,7 @@ (disabled-command-function): Function renamed from `disabled-command-hook'. Adapt code to name change of the variable. -2004-08-07 Satyaki Das (tiny change) +2004-08-07 Satyaki Das * simple.el (completion-root-regexp): New defvar. (completion-setup-function): Use it instead of a literal string. @@ -6641,7 +6642,7 @@ 2004-05-29 Pavel Kobiakov - * flymake.el: New file. + * progmodes/flymake.el: New file. 2004-05-28 Luc Teirlinck @@ -6728,18 +6729,7 @@ 2004-05-28 Simon Josefsson * mail/smtpmail.el (smtpmail-open-stream): - Bind starttls-extra-arguments too, if starttls.el uses GNUTLS. - -2004-05-26 Simon Josefsson - - * starttls.el: Merge with my GNUTLS based starttls.el. - (starttls-gnutls-program, starttls-use-gnutls) - (starttls-extra-arguments, starttls-process-connection-type) - (starttls-connect, starttls-failure, starttls-success): New variables. - (starttls-program, starttls-extra-args): Doc fix. - (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs. - (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls' - and pass on to corresponding *-gnutls function if it is set. + Bind starttls-extra-arguments too, if starttls.el uses GnuTLS. 2004-05-27 Luc Teirlinck @@ -6884,7 +6874,7 @@ 2004-05-22 Richard M. Stallman - * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes + * textmodes/paragraphs.el (sentence-end): Match Unicode curly quotes as a close quote. * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case. @@ -7074,7 +7064,7 @@ 2004-05-14 Stefan Monnier * descr-text.el (describe-char-unicode-data) - (describe-char-unicodedata-file): Re-enable the unicode code now that + (describe-char-unicodedata-file): Re-enable the Unicode code now that the licensing issues have been cleared in the unicode-4 license. (describe-text-properties-1): Remove unused `overlay' var. (describe-char): Remove unused var `buffer'. @@ -7234,7 +7224,7 @@ 2004-05-10 Miles Bader - * lisp/progmodes/gud.el (gud-common-init): Only consider an existing + * progmodes/gud.el (gud-common-init): Only consider an existing buffer an error if the debugger process is actually running. 2004-05-10 Juanma Barranquero @@ -7529,7 +7519,7 @@ 2004-05-03 Michael Mauger - * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p) + * progmodes/sql.el (sql-xemacs-p, sql-emacs19-p) (sql-emacs20-p): Remove. (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax. (sql-builtin-face, sql-doc-face): Remove. @@ -8081,8 +8071,6 @@ * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t. - * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t. - 2004-04-26 Eli Zaretskii * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb". @@ -8228,7 +8216,6 @@ 2004-04-22 Lars Hansen * info.el (Info-restore-desktop-buffer): Delete with-no-warnings. - * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings. 2004-04-22 Kim F. Storm @@ -8339,9 +8326,6 @@ * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el. Add Parameters. - * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el. - Add Parameters. - 2003-04-21 Paul Pogonyshev * dabbrev.el (dabbrev--substitute-expansion): Don't lose @@ -9809,7 +9793,7 @@ (compile): Additional argument for interactive compiles like TeX. - * progmodes/grep.el (kill-grep): Move here from compile.el + * progmodes/grep.el (kill-grep): Move here from compile.el. (grep-error, grep-hit-face, grep-error-face) (grep-mode-font-lock-keywords): New variables. (grep-regexp-alist): Simplify regexp and add `binary' case. @@ -10889,7 +10873,7 @@ 2004-01-29 Jari Aalto * progmodes/executable.el (executable-command-find-posix-p): - New. Check if find handles arguments Posix-style. + New. Check if find handles arguments POSIX-style. * progmodes/grep.el (grep-compute-defaults): Use executable-command-find-posix-p. @@ -10944,12 +10928,12 @@ (rsf-bbdb-auto-delete-spam-entries): Rename from rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is scanned together with the recipients field for spam testing; Don't - delete spam message if rmail-delete-after-output is non-nil; + delete spam message if rmail-delete-after-output is non-nil. (rsf-check-field): New function, extracted from code in rmail-spam-filter to ease addition of header fields like - content-type:; + content-type:. (message-content-type): New variable. The content-type: field was - added also in defcustom of rsf-definitions-alist; + added also in defcustom of rsf-definitions-alist. (rmail-spam-filter): Replace repeated test code for header fields by calls to check-field; change the call to rmail-output-to-rmail-file such that rmail-current-message stays @@ -11331,7 +11315,7 @@ * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent): * man.el (Man-init-defvars): * jka-compr.el (jka-compr-call-process): - * files.el (get-free-disk-space,insert-directory): + * files.el (get-free-disk-space, insert-directory): * ediff-ptch.el (ediff-test-patch-utility): * ediff-diff.el (ediff-test-utility): * dired-aux.el (dired-check-process): @@ -11474,7 +11458,7 @@ 2003-12-29 Stuart Herring (tiny change) * comint.el (comint-watch-for-password-prompt): Pass `string' as - arg to send-invisible + arg to send-invisible. (send-invisible): Doc fix. The argument is now a prompt, not the string to send. (comint-read-noecho): Doc fix. @@ -11494,7 +11478,7 @@ * net/zone-mode.el (zone-mode): Use write-file-functions, not write-file-hooks. -2003-12-29 Eric Hanchrow (tiny change) +2003-12-29 Eric Hanchrow * autorevert.el (auto-revert-interval): Doc fix. @@ -11832,7 +11816,7 @@ (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed. (ido-no-final-slash): New defun. (ido-make-prompt, ido-file-internal, ido-toggle-vc) - (ido-read-file-name): ): Toggle VC checking via + (ido-read-file-name): Toggle VC checking via vc-handled-backends instead of vc-master-templates. (ido-file-internal): Handle ido-use-url-at-point and ido-use-filename-at-point via code borrowed from ffap-guesser. @@ -11846,7 +11830,7 @@ 2003-11-25 Stephen Eglen - * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer): + * iswitchb.el (iswitchb-read-buffer, iswitchb-exit-minibuffer): iswitchb-exit is set to 'usefirst when user selects buffer at head of list using RET. (Selecting buffers at the head of the list was broken if the substring was also a complete buffer name.) @@ -11950,7 +11934,7 @@ 2003-11-16 Martin Stjernholm - * cc-engine.el (c-guess-continued-construct) + * progmodes/cc-engine.el (c-guess-continued-construct) (c-guess-basic-syntax): Check a little more carefully if it's a function declaration when an unknown construct followed by a block is found inside a statement context. This avoids macros followed @@ -11964,7 +11948,8 @@ start is in a position so that `c-beginning-of-statement-1' jumped to the beginning of the same statement. - * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur): + * progmodes/cc-fonts.el, progmodes/cc-engine.el + (c-forward-<>-arglist-recur): Don't accept binary operators in the arglist if we're in a function call context, i.e. if `c-restricted-<>-arglists' is set. That avoids template recognition in cases like "if (a < b || c > d)". @@ -11974,38 +11959,39 @@ Accessing functions updated for the variable name change. - * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the - match data could get clobbered if NOT-INSIDE-TOKEN is used. + * progmodes/cc-engine.el (c-syntactic-re-search-forward): Fix bug + where the match data could get clobbered if NOT-INSIDE-TOKEN is used. - * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in - labels. + * progmodes/cc-engine.el (c-beginning-of-statement-1): + Don't allow parens in labels. (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1' instead of duplicating parts of it. This fixes bogus label recognition. - * cc-align.el (c-gnu-impose-minimum): Revert to the old method + * progmodes/cc-align.el (c-gnu-impose-minimum): Revert to the old method of checking the context in which to apply the minimum indentation, so that it isn't enforced in e.g. namespace blocks. - * cc-vars.el (c-inside-block-syms): New constant used by + * progmodes/cc-vars.el (c-inside-block-syms): New constant used by `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist' to somewhat reduce the risk of becoming stale. - * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from - cc-cmds to cc-engine to allow use from cc-align. + * progmodes/cc-cmds.el, progmodes/cc-engine.el + (c-shift-line-indentation): Move from cc-cmds to cc-engine + to allow use from cc-align. - * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully - qualified identifiers containing "::". + * progmodes/cc-engine.el (c-beginning-of-inheritance-list): + Cope with fully qualified identifiers containing "::". - * cc-defs.el (c-make-keywords-re): Add kludge for bug in + * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug in `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines. - * cc-vars.el (c-emacs-features): Use a space in front of the name - of the temporary buffer. That also avoids dumping problems in + * progmodes/cc-vars.el (c-emacs-features): Use a space in front of + the name of the temporary buffer. That also avoids dumping problems in XEmacs due to undo info being left around after the buffer is killed. - * cc-engine.el (c-in-knr-argdecl): Look closer at the function + * progmodes/cc-engine.el (c-in-knr-argdecl): Look closer at the function arglist to see if it's a K&R style declaration. (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl' @@ -12399,8 +12385,8 @@ (ediff-select-difference): Set current difference. (ediff-unselect-and-select-difference): Add comment. - * ediff.el (ediff-directories,ediff-directory-revisions) - (ediff-directories3,ediff-merge-directories) + * ediff.el (ediff-directories, ediff-directory-revisions) + (ediff-directories3, ediff-merge-directories) (ediff-merge-directories-with-ancestor) (ediff-merge-directory-revisions) (ediff-merge-directory-revisions-with-ancestor): @@ -12532,9 +12518,9 @@ * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag) (gdb-update-flag): New variables. - (gdb-var-update, gdb-var-update-handler,gdb-var-delete) + (gdb-var-update, gdb-var-update-handler, gdb-var-delete) (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler) - (gud-watch, gdb-var-create-handler) : New functions. + (gud-watch, gdb-var-create-handler): New functions. (gdb-var-list-children, gdb-var-list-children-handler) (gdb-var-create-regexp, gdb-var-update-regexp) (gdb-var-list-children-regexp): New constants. @@ -12551,9 +12537,9 @@ (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map): (gdb-expressions-mode-menu, gdb-dive): Remove variables. (gud-display, gud-display1) - (gdb-display-begin,gdb-display-number-end, gdb-delete-line) + (gdb-display-begin, gdb-display-number-end, gdb-delete-line) (gdb-display-end, gdb-display-go-back, gdb-array-section-end) - (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin) + (gdb-field-begin, gdb-field-end, gdb-elt, gdb-field-format-begin) (gdb-field-format-end, gdb-dive, gdb-dive-new-frame) (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice) (gdb-array-slice, gdb-array-format1, gdb-info-display-custom) @@ -12922,7 +12908,7 @@ * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style. -2003-09-12 Eric Hanchrow (tiny change) +2003-09-12 Eric Hanchrow * dired.el (dired-mode-map): Fix typo. @@ -12949,9 +12935,9 @@ 2003-09-08 David Ponce Ensure that recentf correctly updates the menu bar. - * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix. + * recentf.el (recentf-menu-path, recentf-menu-before): Doc fix. (recentf-menu-bar): New function. - (recentf-clear-data): Use it + (recentf-clear-data): Use it. (recentf-update-menu): Likewise. Use easy-menu-add-item instead of easy-menu-change. @@ -12980,7 +12966,7 @@ * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt being displayed in GUD buffer. (gdb-idle-input-queue): Remove var. Use just one queue. - (gdb-enqueue-idle-input,gdb-dequeue-idle-input): + (gdb-enqueue-idle-input, gdb-dequeue-idle-input): Remove functions. Use just one queue. (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger) (gdb-invalidate-assembler, gdb-get-current-frame): @@ -13103,10 +13089,10 @@ 2003-08-29 Thierry Emery (tiny change) - * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a - line break position in the middle of a non-kinsoku (e.g. latin) - word, making it skip until either a space or a character with - category "|". + * international/kinsoku.el (kinsoku-longer, kinsoku-shorter): + Do not choose a line break position in the middle of a + non-kinsoku (e.g. latin) word, making it skip until either + a space or a character with category "|". (kinsoku-longer): Test for end of buffer. 2003-08-28 Eli Zaretskii @@ -13476,20 +13462,20 @@ 2003-08-11 Carsten Dominik - * reftex-toc.el (reftex-toc-rename-label): New function. + * textmodes/reftex-toc.el (reftex-toc-rename-label): New function. (reftex-toc-check-docstruct): New function. - * reftex.el (reftex-region-active-p): New function. + * textmodes/reftex.el (reftex-region-active-p): New function. - * reftex-parse.el (reftex-locate-bibliography-files): Improved the + * textmodes/reftex-parse.el (reftex-locate-bibliography-files): Improved the regexp to find the \bibliography macro. - * reftex-vars.el (reftex-section-levels): Removed subsubparagraph, + * textmodes/reftex-vars.el (reftex-section-levels): Removed subsubparagraph, which does not exist in LaTeX. (reftex-cite-format-builtin): Added amsrefs support. (reftex-toc-confirm-promotion): New option - * reftex-toc.el + * textmodes/reftex-toc.el (reftex-toc): Use `reftex-toc-split-windows-fraction'. (reftex-toc-demote, reftex-toc-promote) (reftex-toc-do-promote, reftex-toc-promote-prepare) @@ -13500,7 +13486,7 @@ (reftex-toc-split-windows-fraction): New option. (reftex-recenter-toc-when-idle): Search *toc* window on all visible frames. - (reftex-toc): Additional parameter REUSE + (reftex-toc): Additional parameter REUSE. (reftex-toc-recenter): Remember current frame. Call `reftex-toc' with REUSE argument. (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for @@ -13512,10 +13498,9 @@ (reftex-toc-quit): Adapted to delete frame when called in dedicated frame. - * reftex-index.el (reftex-index-phrase-match-is-indexed): Check + * textmodes/reftex-index.el (reftex-index-phrase-match-is-indexed): Check all enclosing macros. - 2003-08-08 Vinicius Jose Latorre * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before @@ -13628,10 +13613,10 @@ * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix. (cal-tex-LaTeX-hourbox): Move definition before use. - * calendar/cal-china.el, cal-hebrew.el, cal-islam.el - * cal-julian.el, cal-menu.el, cal-move.el, holidays.el - * lunar.el, solar.el (displayed-month, displayed-year): - Define for compiler. + * calendar/cal-china.el, calendar/cal-hebrew.el, calendar/cal-islam.el: + * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el: + * calendar/holidays.el, calendar/lunar.el, calendar/solar.el: + (displayed-month, displayed-year): Define for compiler. 2003-08-03 Martin Stjernholm @@ -14153,7 +14138,7 @@ erroneously in previous version. (bibtex-string-files): Docstring reflects new parsing scheme. (bibtex-autokey-transcriptions): Merge some rewrite entries, fix - docstring, add # as one of the chars to crush + docstring, add # as one of the chars to crush. (bibtex-autokey-prefix-string, bibtex-autokey-names) (bibtex-autokey-names-stretch, bibtex-autokey-additional-names) (bibtex-autokey-name-change-strings) @@ -14229,7 +14214,7 @@ preamble entries. (bibtex-fill-field-bounds): New function. (bibtex-fill-field): New command. Bound to fill-paragraph-function. - (bibtex-fill-entry): Use bibtex-fill-field-bounds + (bibtex-fill-entry): Use bibtex-fill-field-bounds. (bibtex-String): Use bibtex-strings. Always obey bibtex-sort-ignore-string-entries. @@ -14336,8 +14321,7 @@ See ChangeLog.10 for earlier changes. ;; coding: utf-8 ;; End: - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 - Free Software Foundation, Inc. + Copyright (C) 2003-2011, 2013-2014 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -14353,5 +14337,3 @@ See ChangeLog.10 for earlier changes. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . - -;; arch-tag: 2fe8d7b0-27e3-4634-a0b7-db70ff071825