ChangeLog fixes
authorGlenn Morris <rgm@gnu.org>
Thu, 16 Jan 2014 08:34:43 +0000 (00:34 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 16 Jan 2014 08:34:43 +0000 (00:34 -0800)
20 files changed:
admin/ChangeLog
doc/emacs/ChangeLog
doc/misc/ChangeLog
etc/ChangeLog
lib-src/ChangeLog
lisp/ChangeLog.1
lisp/ChangeLog.10
lisp/ChangeLog.11
lisp/ChangeLog.9
lisp/erc/ChangeLog
lisp/erc/ChangeLog.02
lisp/erc/ChangeLog.03
lisp/erc/ChangeLog.04
lisp/erc/ChangeLog.06
lisp/gnus/ChangeLog.1
lisp/gnus/ChangeLog.2
nt/ChangeLog
src/ChangeLog.1
src/ChangeLog.11
src/ChangeLog.8

index 111d644..fd92b4f 100644 (file)
        (cusver-scan): Check if containing group has a :version.
        (cusver-check): Add VERSION argument.
 
-2012-10-01  David Engster  <deng@randomsample.de>
+2012-10-06  David Engster  <deng@randomsample.de>
 
        * grammars/bovine-grammar.el:
-       * grammars/wisent-grammar.el: Move to lisp directory.
+       * grammars/wisent-grammar.el: Move to lisp/cedet/semantic directory.
 
 2012-10-01  David Engster  <deng@randomsample.de>
 
        emacs.exe before zipping, and including batch file to recreate
        after unpacking.
 
-       * nt/stitch.bat: New file.
-
        * nt/README-ftp-server: Update wording and version number etc.
        Add extra instructions for installing multi-file .zip
        distribution.
index 124ecae..8f6a79a 100644 (file)
 
 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
 
-       * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
+       * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
 
 1990-03-21  Jim Kingdon  (kingdon@pogo.ai.mit.edu)
 
index 0b5904b..394bb30 100644 (file)
 
 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
 
-       * eshell.texi (Input/Output): Document insert output redirection operator, >>>.
+       * eshell.texi (Input/Output):
+       Document insert output redirection operator, >>>.
 
 2011-02-18  Glenn Morris  <rgm@gnu.org>
 
        `tramp-set-completion-function', because parsing of ssh config
        files looks more natural.
 
+2003-01-15  Kevin Ryde  <user42@zip.com.au>
+
+       * gnus.texi (Using MIME): Mention auto-compression-mode with
+       gnus-mime-copy-part.
+
 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus.texi: Do not use `path' in several locations.
 
        * reftex.texi: Update to RefTeX 4.19.
 
+2002-07-21  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus.texi (Sorting Groups): Add key bindings for
+       gnus-group-sort-groups-by-real-name and
+       gnus-group-sort-selected-groups-by-real-name.
+
 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
 
        * reftex.texi: Update for RefTeX version 3.22.
 
+1998-03-01  Kim-Minh Kaplan  <KimMinh.Kaplan@utopia.eunet.fr>
+
+       * gnus.texi (Easy Picons): Removed references to
+       `gnus-group-display-picons'.
+       (Hard Picons): Ditto.
+
 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
 
        * Makefile.in (reftex.dvi, ../info/reftex): New targets.
        * forms.texi: Fix forms.texi so that it will format correctly.
        Add missing `@end iftex', fix bad reference.
 
-       * info.texi, info-stn.texi: New files implement texinfo version of
-       `info' file.
-
 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
 
        * Makefile: Fix targets for texindex, new info.texi files.
index a6f51d0..3849ca4 100644 (file)
 
 1991-01-25  Jim Blandy  (jimb@churchy.ai.mit.edu)
 
-       * make-docfile: Find the arguments to a C function correctly,
+       * make-docfile.c: Find the arguments to a C function correctly,
        by not ignoring the character that read_c_string returns.
        Don't even try to find argument names for functions that take MANY
        or UNEVALLED arguments, since they're a figment of the docstring's
 
 1991-01-14  Jim Blandy  (jimb@churchy.ai.mit.edu)
 
-       * make-docfile: Read the .elc files generated by the new byte
+       * make-docfile.c: Read the .elc files generated by the new byte
        compiler.
 
 1990-12-31  Richard Stallman  (rms@mole.ai.mit.edu)
index 3941a63..dc4ec91 100644 (file)
 
 2011-01-30  Jim Meyering  <meyering@redhat.com>
 
-       make-docfile: don't corrupt heap for an invalid .elc file
+       * make-docfile.c: don't corrupt heap for an invalid .elc file
        "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0
        one byte before just-malloc'd saved_string buffer.
        * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic
 
 1991-01-25  Jim Blandy  (jimb@churchy.ai.mit.edu)
 
-       * make-docfile: Find the arguments to a C function correctly,
+       * make-docfile.c: Find the arguments to a C function correctly,
        by not ignoring the character that read_c_string returns.
        Don't even try to find argument names for functions that take MANY
        or UNEVALLED arguments, since they're a figment of the docstring's
 
 1991-01-14  Jim Blandy  (jimb@churchy.ai.mit.edu)
 
-       * make-docfile: Read the .elc files generated by the new byte
+       * make-docfile.c: Read the .elc files generated by the new byte
        compiler.
 
 1990-12-31  Richard Stallman  (rms@mole.ai.mit.edu)
index 3462af8..b947715 100644 (file)
        * debug.el (debug):
        Bind debug-on-error to nil over entire invocation of debugger.
 
-       * everywhere:
+       * Everywhere:
        Change dot to point.
 
        * Many major mode commands:
 
 1985-06-12  Richard Mlynarik  (mly@mit-prep)
 
-       * rmail (rmail-insert-inbox-text):
+       * rmail.el (rmail-insert-inbox-text):
        file-name-directory includes a trailing "/".
 
 1985-06-12  K. Shane Hartman  (shane@mit-prep)
index 8f5183b..9c72794 100644 (file)
        sequences (each with optional trailing space).
 
        * net/tramp-uu.el:
-       * net/tramp-util.el:
-       * net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie
+       * net/tramp-util.el: Use iso-2022-7bit encoding with coding cookie
        for XEmacs compatibility.
 
 2003-06-17  Kenichi Handa  <handa@m17n.org>
        end of prompt.  (ANSI escapes elsewhere in the prompt are
        recognized properly already.)
 
-       * net/tramp-efs.el: New file.
-
 2003-05-24  Michael Albinus  <Michael.Albinus@alcatel.de>
 
        * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be
index 9e299a2..906a445 100644 (file)
 
 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
index 3b470fb..121e30d 100644 (file)
 
 2001-09-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
-       * ebnf2ps.el: Eliminate make-local-hook calls.  Doc fix.
+       * progmodes/ebnf2ps.el: Eliminate make-local-hook calls.  Doc fix.
        (ebnf-version): New version (3.6.1).
 
-       * ebnf-bnf.el: Fix character range regexp.  Doc fix.
+       * progmodes/ebnf-bnf.el: Fix character range regexp.  Doc fix.
        (ebnf-bnf-non-terminal-chars): New internal const.
        (ebnf-bnf-lex): Fix code.
 
-       * ebnf-iso.el: Fix character range regexp.  Doc fix.
+       * progmodes/ebnf-iso.el: Fix character range regexp.  Doc fix.
        (ebnf-iso-non-terminal-chars): New internal const.
        (ebnf-iso-lex): Fix code.
 
-       * ebnf-yac.el: Fix character range regexp.  Doc fix.
+       * progmodes/ebnf-yac.el: Fix character range regexp.  Doc fix.
        (ebnf-yac-skip-chars): New internal const.
        (ebnf-yac-skip-code): Fix code.
 
 
 2001-09-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
-       * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
+       * progmodes/ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
        programming.  Doc fix.
        (ebnf-version): New version (3.6).
        (ebnf-eps-begin): Data fix.
        (ebnf-begin-file): Code fix.
 
-       * ebnf-bnf.el: Doc fix.
+       * progmodes/ebnf-bnf.el: Doc fix.
        (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
 
-       * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
+       * progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, progmodes/ebnf-yac.el:
+       Doc fix.
 
 2001-09-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
 
 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
-       * ebnf2ps.el: Eliminate time-stamp functions.
+       * progmodes/ebnf2ps.el: Eliminate time-stamp functions.
        (ebnf-version): New version (3.5).
        (ebnf-eps-finish-and-write): Replace time-stamp functions by
        format-time-string.
 
 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
-       * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
-       ranges like \177-\237, but accepts the character sequence from \177 to
-       \237.  Doc fix.
+       * progmodes/ebnf2ps.el: Fix a problem with skip-chars-forward:
+       it doesn't accept ranges like \177-\237, but accepts the character
+       sequence from \177 to \237.  Doc fix.
        (ebnf-version): New version (3.4).
        (ebnf-setup): Code fix.
        (ebnf-range-regexp): New fun.
        (ebnf-8-bit-chars): Const fix.
 
-       * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
-       entry.  Doc fix.
+       * progmodes/ebnf-bnf.el: Fix the same problem as described
+       on ebnf2ps.el log entry.  Doc fix.
        (ebnf-bnf-lex): Code fix.
        (ebnf-bnf-comment-chars): Const fix.
 
-       * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
-       entry.  Doc fix.
+       * progmodes/ebnf-iso.el: Fix the same problem as described
+       on ebnf2ps.el log entry.  Doc fix.
        (ebnf-iso-comment-chars): Const fix.
 
-       * ebnf-otz.el: Doc fix.
+       * progmodes/ebnf-otz.el: Doc fix.
 
-       * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
-       entry.  Doc fix.
+       * progmodes/ebnf-yac.el: Fix the same problem as described
+       on ebnf2ps.el log entry.  Doc fix.
        (ebnf-yac-skip-code): Code fix.
        (ebnf-yac-comment-chars): Const fix.
 
        * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
        * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
        * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
-       * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
+       * eshell/em-glob.el, eshell/em-dirs.el, eshell/em-cmpl.el,
        * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
        Add author information.
 
 
 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
 
-       * glasses.el (glasses-make-readable): Fix uncapitalization of
+       * progmodes/glasses.el (glasses-make-readable): Fix uncapitalization of
        identifiers like `myXMLDocument'.
 
 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
 
        * faces.el: Declare more functions obsolete.
 
-       * viet-util.el, thai-util.el, tibet-util.el, slovak.el
-       * misc-lang.el, romanian.el, korea-util.el, lao-util.el
-       * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
-       * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
+       * language/viet-util.el, language/thai-util.el, language/tibet-util.el:
+       * language/slovak.el, language/misc-lang.el, language/romanian.el:
+       * language/korea-util.el, language/lao-util.el, language/japan-util.el:
+       * language/greek.el, language/hebrew.el, language/european.el:
+       * language/ethio-util.el, language/english.el, language/czech.el:
+       * language/devan-util.el, language/cyril-util.el:
+       * language/china-util.el:
        Remove all the setup-...-environment functions.
 
 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
 
 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
 
-       * glasses.el (glasses-convert-to-unreadable): Use
+       * progmodes/glasses.el (glasses-convert-to-unreadable): Use
        `glasses-separator' instead of the hard-wired "_".
        (glasses-mode): Call `glasses-make-unreadable' only in a single
        place.
 
 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
 
-       * glasses.el: Provide facilities for inserting space before left
+       * progmodes/glasses.el: Provide facilities for inserting space before left
        parentheses and uncapitalization of identifiers.
        (glasses-mode): Try to remove old overlays in all cases.
 
 
        * windmove.el: New file.
 
-       * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
-       progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
-       progmodes/ebnf-yac.el: Update copyright and license info.
+       * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el:
+       * progmodes/ebnf-iso.el, progmodes/ebnf-otz.el:
+       progmodes/ebnf-yac.el: Update copyright and license info.
 
        * jit-lock.el (jit-lock-function): Widen before calculating
        end position.
index b5cbf56..6bfaa18 100644 (file)
 
 2012-10-04  Julien Danjou  <julien@danjou.info>
 
-       * erc-desktop-notifications.el: Rename from erc-notifications to
+       * erc-desktop-notifications.el: Rename from erc-notifications.el to
        avoid clash with 8+3 filename format and erc-notify.el.
 
 2012-09-25  Chong Yidong  <cyd@gnu.org>
index 32ff17e..77d4855 100644 (file)
        * erc-autoaway.el, erc-fill.el, erc.el: erc-autoaway.el:
        * new file
 
-       erc.el:
-       * Removed auto-discard-away facility (now included in erc-autoaway.el)
-       (erc-away-p): new function
+       * erc.el: Removed auto-discard-away facility (now included in
+       erc-autoaway.el)
+       (erc-away-p): new function
 
-       erc-fill.el:
-       * (erc-fill-variable): Check whether erc-timestamp-format is bound before
-                              using it (erc-fill.el does not require erc-stamp).
+       * erc-fill.el (erc-fill-variable): Check whether erc-timestamp-format
+       is bound before using it (erc-fill.el does not require erc-stamp).
 
 2002-11-10  Alex Schroeder  <alex@gnu.org>
 
        Changed some instances of member to memq.
 
        * erc-track.el, erc.el:
-       erc.el: (erc-message-type-member): New function, used to test
+       * erc.el (erc-message-type-member): New function, used to test
        for message type. Require erc-parsed text-property.
-       erc-track.el: erc-track-exclude-types: New variable. Defaults to ("JOIN" "PART") right now for testing, it should eventually set to nil soon again.
-       (erc-track-modified-channels): Use above fun and var to optionally exclude certain message types from channel tracking.
+       * erc-track.el (erc-track-exclude-types): New variable. Defaults
+       to ("JOIN" "PART") right now for testing, it should eventually set
+       to nil soon again.
+       (erc-track-modified-channels): Use above fun and var to optionally
+       exclude certain message types from channel tracking.
 
 2002-05-28  Diane Murray  <disumu@x3y2z1.net>
 
index fff3e85..5f04cf8 100644 (file)
                  to erc-truncate.el
                * erc-truncate-buffer-on-save: moved to erc-log.el
                * erc-initialize-log-marker: new function.
-       erc-log.el:
+       erc-log.el:
                * erc-truncate-buffer-on-save: New defcust here; from erc.el
                * erc-truncate-buffer-on-save: Put it in group `erc-log'
                * erc-log-channels-directory: Remove trailing slash from
                * Add functions to erc-connect-pre-hook, erc-part-hook and
                  erc-quit-hook to avoid getting autoloaded.
 
-       erc-truncate.el:
+       erc-truncate.el:
                * Contains the truncation functions and defcusts from erc.el.
                * define-erc-module clause added; new erc-truncate-mode.
 
index c82d9e5..07f2fa9 100644 (file)
        members has been made some time ago.  Clean up the various tries to
        do this in the past.
 
-       erc-macs.el: Removed.  erc-members.el: Removed.
+       * erc-macs.el, erc-members.el: Removed.
 
 2004-08-10  Jorgen Schaefer  <forcer@users.sourceforge.net>
 
index 197fd99..a547da6 100644 (file)
        `ibuffer-define-column'.  Require 'ibuf-ext so that the macros
        work without compiler warnings.
 
-       * man/erc.texi (Obtaining ERC, Installation): Note that these
+       * erc.texi (Obtaining ERC, Installation): Note that these
        sections may be skipped if using the version of ERC that comes
        with Emacs.
 
index 92d579b..e8a66bf 100644 (file)
 
        * nntp.el: Check whether the connection died.
 
-1998-03-01  Kim-Minh Kaplan  <KimMinh.Kaplan@utopia.eunet.fr>
-
-       * gnus.texi (Easy Picons): Removed references to
-       `gnus-group-display-picons'.
-       (Hard Picons): Ditto.
-
 1998-03-02  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
        * gnus-sum.el (gnus-summary-exit-no-update): Run
index 789b601..b182f22 100644 (file)
 
        * gnus-ems.el (gnus-mark-active-p): Do.
 
-2003-01-15  Kevin Ryde  <user42@zip.com.au>
-
-       * gnus.texi (Using MIME): Mention auto-compression-mode with
-       gnus-mime-copy-part.
-
 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * message.el (message-send): Don't warn about duplicates when
        gnus-group-sort-groups-by-real-name and
        gnus-group-sort-selected-groups-by-real-name.
 
-2002-07-21  Jesper Harder  <harder@ifa.au.dk>
-
-       * gnus.texi (Sorting Groups): Add key bindings for
-       gnus-group-sort-groups-by-real-name and
-       gnus-group-sort-selected-groups-by-real-name.
-
 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-use-dig): New variable for blackhole checking
        * nnheader.el (nnheader-replace-chars-in-string): Use it.
        * gnus-mh.el (mh-lib-progs): Shut up.
 
-2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
-
-       * base64.el, md5.el: Moved to contrib directory.
-
 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-sum.el (gnus-summary-search-article-forward): Don't move
index 427c62a..c27b6fc 100644 (file)
 
 1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
 
-       * src: Remove directory.
-
-       * src/config.h, src/paths.h: Moved to parent dir, src removed.
+       * src/config.h, src/paths.h: Moved to parent dir, src/ removed.
 
 1995-04-09  Geoff Voelker  <voelker@cs.washington.edu>
 
index b4ddb04..df9db67 100644 (file)
 
 1985-06-08  Richard M. Stallman  (rms@mit-prep)
 
-       * various files:
+       * Various files:
        Make functions called by internal_with_output_to_temp_window
        all return Lisp_Object.
 
index 1ca14cc..e846371 100644 (file)
 
 2007-11-09  Jason Rumney  <jasonr@gnu.org>
 
-       * s/ms-w32.c (USE_TOOLKIT_SCROLL_BARS): Define.
+       * s/ms-w32.h (USE_TOOLKIT_SCROLL_BARS): Define.
 
        * w32term.c (w32_scroll_bar_handle_click): Use SCROLL_BAR_CLICK_EVENT.
 
index 874526e..c83253e 100644 (file)
        an iterator.
        (globally): Add function prototypes from 20.2.97.
 
-       * everywhere: Use P_ instead of PROTO for function prototypes
+       * Everywhere: Use P_ instead of PROTO for function prototypes
        because everyone else seems to use P_.
 
        * dispextern.h (struct text_pos): Structure describing a charpos/
        (MATRIX_ROW_INVERSE_P): Former MATRIX_ROW_HIGHLIGHT_P.
        (struct glyph_row): HIGHLIGHT_P -> INVERSE_P
 
-       * all files: Use above new names.
+       * All files: Use above new names.
 
        * dispnew.c (scroll_frame_lines): Simplified.  Use
        SCROLL_GLYPH_MATRIX.