]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.11
* lisp/mouse.el (mouse-select-region-move-to-beginning): Add :group.
[gnu-emacs] / lisp / ChangeLog.11
index 8ea7d40c004c0657c013b82fefae9a704e207414..91cd013882f8eab3adaf9115c74ae56d23f9dee1 100644 (file)
@@ -40,8 +40,8 @@
        * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
        * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
        * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
-       * progmodes/cfengine.el (cfengine-mode): Use
-       mode-require-final-newline.
+       * progmodes/cfengine.el (cfengine-mode):
+       Use mode-require-final-newline.
        * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
        * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
        * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
 
        * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
        advice less fragile.  Surround temporary redefinition of
-       `substitute-in-file-name' with `unwind-protect'.  Suggested by
-       Matt Hodges <MPHodges@member.fsf.org>.
+       `substitute-in-file-name' with `unwind-protect'.
+       Suggested by Matt Hodges <MPHodges@member.fsf.org>.
 
 2004-12-17  Juri Linkov  <juri@jurta.org>
 
 
 2004-11-26  Jay Belanger  <belanger@truman.edu>
 
-       * 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.
 
 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
 
-       * 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.
 
 2004-11-24  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calc.el (calc-embedded-active): Removed unnecessary
+       * calc/calc.el (calc-embedded-active): Remove unnecessary
        declaration.
-       (calc-show-banner): Removed redundant declaration.
+       (calc-show-banner): Remove redundant declaration.
 
        * calc/calc-graph.el (calc-gnuplot-default-device)
        (calc-gnuplot-default-output, calc-gnuplot-print-device)
        (math-nri-n): New variable.
        (math-nth-root-integer, math-nth-root-int-iter): Replace variable
        n by declared variable.
-       (calcFunc-log): Removed misplaced condition.
+       (calcFunc-log): Remove misplaced condition.
 
 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        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.
 
        * 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  <schwab@suse.de>
 
 
 2004-10-26  Jay Belanger  <belanger@truman.edu>
 
-       * 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'.
 
 
 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
 
-       * simple.el (process-file): Accept nil for INFILE.  Reported by
-       Luc Teirlinck.
+       * simple.el (process-file): Accept nil for INFILE.
+       Reported by Luc Teirlinck.
 
 2004-10-24  Masatake YAMATO  <jet@gyve.org>
 
        * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
        to `width' for consistency with docstring.  Doc fix.
 
-2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2004-10-01  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
        This is necessary for derived modes.
        (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
        than "\\.emacs" to determine if it is the user-init-file.
 
-       * calc/calc-embed.el (calc-embedded-set-modes): Use
-       `calc-mode-var-list' correctly.
+       * calc/calc-embed.el (calc-embedded-set-modes):
+       Use `calc-mode-var-list' correctly.
 
 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
 
        (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):
        (speedbar-directory): New image (unused pixmap already existed).
        (speedbar-expand-image-button-alist): Use it.
 
-2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2004-08-11  Martin Stjernholm  <mast@lysator.liu.se>
 
        CC Mode update to 5.30.9:
 
        Fix bug that could cause an error from `after-change-functions' when
        the changed region is at bob.
 
-2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2004-08-11  Alan Mackenzie  <acm@muc.de>
 
        CC Mode update to 5.30.9:
 
        since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
        in order to avoid this function.
        (tramp-handle-write-region): Set current buffer.  If connection
-       wasn't open, `file-modes' has changed it accidentally.  Reported by
-       David Kastrup <dak@gnu.org>.
+       wasn't open, `file-modes' has changed it accidentally.
+       Reported by David Kastrup <dak@gnu.org>.
        (tramp-enter-password, tramp-read-passwd): New arguments USER and
        HOST.
        (tramp-action-password, tramp-multi-action-password): Apply it.
 
 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
 
-       * flymake.el: New file.
+       * progmodes/flymake.el: New file.
 
 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
 
        * mail/smtpmail.el (smtpmail-open-stream):
        Bind starttls-extra-arguments too, if starttls.el uses GnuTLS.
 
-2004-05-26  Simon Josefsson  <jas@extundo.com>
-
-       * 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.
-
 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
 
        * autorevert.el (auto-revert-handler): Disable auto-reverting of
 
        * 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  <eliz@gnu.org>
 
        * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
 
        * 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  <storm@cua.dk>
 
        * 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  <pogonyshev@gmx.net>
 
        * dabbrev.el (dabbrev--substitute-expansion): Don't lose
 
 2004-04-16  Dave Love  <fx@gnu.org>
 
-       * progmodes/python.el (python-compilation-line-number): Fix
-       braindamage.
+       * progmodes/python.el (python-compilation-line-number):
+       Fix braindamage.
        (python-load-file): Fix python-orig-start setting.
 
        * progmodes/compile.el: Doc fixes.
 
 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
 
-       * autorevert.el (global-auto-revert-non-file-buffers): Expand
-       docstring.
+       * autorevert.el (global-auto-revert-non-file-buffers):
+       Expand docstring.
        (buffer-stale-function): New variable.
        (auto-revert-list-diff, auto-revert-dired-file-list)
        (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
 
        * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
 
-       * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
-       arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
+       * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).
+       New arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
        semi-down-full.  Fix a bug on productions like test = {"test"}* | (
        "tt" ["test"] ).  Reported by Markus Dreyer
        <mdreyer@ix.urz.uni-heidelberg.de>.
        (ses-mode-map): Use them.
        (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
 
-2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2004-02-14  Martin Stjernholm  <mast@lysator.liu.se>
 
        * Makefile.in: Fix the CC Mode recompile kludge so it works
        when building in a different directory.
        * tar-mode.el (tar-extract): Fix for the case that a file doesn't
        have end-of-line.
 
-2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2004-02-09  Martin Stjernholm  <mast@lysator.liu.se>
 
        * Makefile.in: Added extra dependencies in the recompile target
        needed to cope with the compile time macro expansions in CC Mode.
 
 2004-01-21  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
-       menu-bar-enable-clipboard and make Paste use clipboard first.
+       * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu):
+       Call menu-bar-enable-clipboard and make Paste use clipboard first.
 
 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * 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):
 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
        Version 2.0.38 of Tramp released.
 
-       * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
-       Charles Curley <charlescurley@charlescurley.com>.
+       * net/tramp.el (tramp-chunksize): Extend docstring.
+       Suggested by Charles Curley <charlescurley@charlescurley.com>.
        (tramp-multi-connection-function-alist): Add ssht entry which adds
        "-e none -t -t" to the list of ssh args.  Suggested by Adrian
        Aichner.
 
 2003-11-25  Stephen Eglen  <stephen@gnu.org>
 
-       * 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.)
        by returning the original value of 8 in all cases, but 99% of the
        time this is a waste of whitespace).
 
-2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-11-16  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * 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
        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)".
 
        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'
        (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):
 
        * 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.
        (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)
 
        * window.el (window-current-scroll-bars): New defun.
 
-2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-09-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-parse-state): Fix bug that could
        cause errors when the state cache contains info on parts that have
        been narrowed out.
 
-2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-09-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
        `c-setup-paragraph-variables' has to be used when this variable is
        * progmodes/cc-styles.el (c-setup-paragraph-variables):
        Make it interactive.
 
-2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-09-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-fonts.el (c-font-lock-declarations):
        Fix recognition of constructors and destructors for classes whose
        * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
        followed by an identifier in C++ then it's a type.
 
-2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-09-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
        problem that primarily affected XEmacs.  Don't use faces to find
        unterminated strings since Emacs and XEmacs fontify strings
        differently - this function should now work better in XEmacs.
 
-2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-09-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
        `expand-abbrev' workaround which caused braces to misbehave inside
        * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
        handling.  This bug could cause interactive font locking to bail out.
 
-2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-09-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-just-after-func-arglist-p):
        Handle paren-style types in Pike.  Also fixed some cases of
 2003-09-08  David Ponce  <david@dponce.com>
 
        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-update-menu): Likewise.  Use easy-menu-add-item instead
        * 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):
 
 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (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  <eliz@gnu.org>
 
        * image.el (image-jpeg-p): Don't search beyond length of data.
 
-2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-08-26  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-electric-brace): Work around for a
        misfeature in `expand-abbrev' which caused electric keywords like
        "else" to disappear if an open brace was typed directly afterwards.
 
-2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-08-26  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
        mandatory in `define-widget'.
 
        (c-assignment-op-regexp): New language var used by `c-lineup-math'.
 
-2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-08-26  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-just-after-func-arglist-p):
        Safeguard against unbalanced sexps.
 
 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
 
-       * 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): Improve the
        regexp to find the \bibliography macro.
 
-       * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
+       * textmodes/reftex-vars.el (reftex-section-levels): Remove subsubparagraph,
        which does not exist in LaTeX.
-       (reftex-cite-format-builtin): Added amsrefs support.
+       (reftex-cite-format-builtin): Add 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)
        (reftex-toc-promote-action, reftex-toc-extract-section-number)
        (reftex-toc-newhead-from-alist)
        (reftex-toc-load-all-files-for-promotion): New functions.
-       (reftex-toc-help): Added description of new keys.
+       (reftex-toc-help): Add description of new keys.
        (reftex-toc-split-windows-fraction): New option.
        (reftex-recenter-toc-when-idle): Search *toc* window on all
        visible frames.
        (reftex-toc-quit): Adapted to delete frame when called in
        dedicated frame.
 
-       * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
-       all enclosing macros.
-
+       * textmodes/reftex-index.el (reftex-index-phrase-match-is-indexed):
+       Check all enclosing macros.
 
 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
        * 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  <bug-cc-mode@gnu.org>
+2003-08-03  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
        MODE.  Renamed from c-init-c-language-vars'.
        (pike-mode): Ditto.
        (awk-mode): Ditto.
 
-2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-08-03  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-end-of-current-token): Return whether
        or not the point moved.
        * simple.el (current-word): Don't include punctuation char when
        `really-word' arg is non-nil.
 
-2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-17  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
        moved to the directory obsolete.
        (syntax-ppss-after-change-function): New alias.  Update uses.
        (syntax-ppss): Catch the case where the buffer is narrowed.
 
-2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-16  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
        (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
 
-2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-16  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
        since it might be modified.
 
 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-       * ps-print.el: Print line number correctly in a region.  Reported by
-       Tim Allen <timallen@ls83.fsnet.co.uk>.
+       * ps-print.el: Print line number correctly in a region.
+       Reported by Tim Allen <timallen@ls83.fsnet.co.uk>.
        (ps-print-version): New version number (6.6.2).
        (ps-printing-region): Code fix.
 
 
        * dired.el (dired-move-to-filename-regexp): Allow quote in months.
 
-2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
        buffer changes; there's third party code that calls this function
        directly.
 
-2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
        (autodoc-font-lock-keywords): Don't byte compile on font lock
        initialization when running from byte compiled files.
 
-2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2003-07-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-engine.el: Fix AWK mode indentation when previous
        statement ends with auto-increment "++".
 
-2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
        (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
        * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
        This should fix the infinite loop when extracting menu names.
 
-2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-05  Martin Stjernholm  <mast@lysator.liu.se>
 
        * files.el (auto-mode-alist, interpreter-mode-alist):
        Remove entries to CC Mode modes to avoid duplicates; they are now added
        with autoload directives in cc-mode.el.
 
-2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-05  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
        (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
@@ -14336,7 +14321,7 @@ See ChangeLog.10 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2003-2011  Free Software Foundation, Inc.
+  Copyright (C) 2003-2011, 2013-2016 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.