ChangeLog fixes
This commit is contained in:
parent
c5e24e666e
commit
d967cd184c
20 changed files with 85 additions and 103 deletions
|
|
@ -574,10 +574,10 @@
|
|||
(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>
|
||||
|
||||
|
|
@ -1993,8 +1993,6 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -10226,7 +10226,7 @@
|
|||
|
||||
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)
|
||||
|
||||
|
|
|
|||
|
|
@ -3517,7 +3517,8 @@
|
|||
|
||||
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>
|
||||
|
||||
|
|
@ -10795,6 +10796,11 @@
|
|||
`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.
|
||||
|
|
@ -10843,6 +10849,12 @@
|
|||
|
||||
* 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.
|
||||
|
|
@ -10978,6 +10990,12 @@
|
|||
|
||||
* 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.
|
||||
|
|
@ -11185,9 +11203,6 @@
|
|||
* 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.
|
||||
|
|
|
|||
|
|
@ -5950,7 +5950,7 @@
|
|||
|
||||
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
|
||||
|
|
@ -5958,7 +5958,7 @@
|
|||
|
||||
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)
|
||||
|
|
|
|||
|
|
@ -1201,7 +1201,7 @@
|
|||
|
||||
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
|
||||
|
|
@ -8280,7 +8280,7 @@
|
|||
|
||||
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
|
||||
|
|
@ -8288,7 +8288,7 @@
|
|||
|
||||
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)
|
||||
|
|
|
|||
|
|
@ -1777,7 +1777,7 @@
|
|||
* debug.el (debug):
|
||||
Bind debug-on-error to nil over entire invocation of debugger.
|
||||
|
||||
* everywhere:
|
||||
* Everywhere:
|
||||
Change dot to point.
|
||||
|
||||
* Many major mode commands:
|
||||
|
|
@ -2551,7 +2551,7 @@
|
|||
|
||||
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)
|
||||
|
|
|
|||
|
|
@ -1248,8 +1248,7 @@
|
|||
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>
|
||||
|
|
@ -2243,8 +2242,6 @@
|
|||
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
|
||||
|
|
|
|||
|
|
@ -6642,7 +6642,7 @@
|
|||
|
||||
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>
|
||||
|
||||
|
|
@ -6731,17 +6731,6 @@
|
|||
* 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
|
||||
|
|
|
|||
|
|
@ -919,18 +919,18 @@
|
|||
|
||||
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.
|
||||
|
||||
|
|
@ -1006,16 +1006,17 @@
|
|||
|
||||
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>
|
||||
|
||||
|
|
@ -5745,7 +5746,7 @@
|
|||
|
||||
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.
|
||||
|
|
@ -7072,27 +7073,27 @@
|
|||
|
||||
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.
|
||||
|
||||
|
|
@ -10183,7 +10184,7 @@
|
|||
* 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.
|
||||
|
||||
|
|
@ -15035,7 +15036,7 @@
|
|||
|
||||
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>
|
||||
|
|
@ -17835,10 +17836,13 @@
|
|||
|
||||
* 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>
|
||||
|
|
@ -18077,7 +18081,7 @@
|
|||
|
||||
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.
|
||||
|
|
@ -18596,7 +18600,7 @@
|
|||
|
||||
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.
|
||||
|
||||
|
|
@ -20092,9 +20096,9 @@
|
|||
|
||||
* 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.
|
||||
|
|
|
|||
|
|
@ -200,7 +200,7 @@
|
|||
|
||||
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>
|
||||
|
|
|
|||
|
|
@ -1032,13 +1032,12 @@
|
|||
* 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>
|
||||
|
||||
|
|
@ -1650,10 +1649,13 @@
|
|||
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>
|
||||
|
||||
|
|
|
|||
|
|
@ -678,7 +678,7 @@
|
|||
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
|
||||
|
|
@ -686,7 +686,7 @@
|
|||
* 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.
|
||||
|
||||
|
|
|
|||
|
|
@ -491,7 +491,7 @@
|
|||
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>
|
||||
|
||||
|
|
|
|||
|
|
@ -1095,7 +1095,7 @@
|
|||
`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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1959,12 +1959,6 @@
|
|||
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -5518,11 +5518,6 @@
|
|||
|
||||
* 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
|
||||
|
|
@ -6529,12 +6524,6 @@
|
|||
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
|
||||
|
|
@ -18165,10 +18154,6 @@
|
|||
* 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
|
||||
|
|
|
|||
|
|
@ -3298,9 +3298,7 @@
|
|||
|
||||
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>
|
||||
|
||||
|
|
|
|||
|
|
@ -2920,7 +2920,7 @@
|
|||
|
||||
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -28495,7 +28495,7 @@
|
|||
|
||||
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -6618,7 +6618,7 @@
|
|||
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/
|
||||
|
|
@ -10893,7 +10893,7 @@
|
|||
(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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue