Fix white-space problems in ChangeLogs.

This commit is contained in:
Paul Eggert 2014-11-24 17:14:29 -08:00
parent 4e7112e8a3
commit f24c8f98ec
23 changed files with 195 additions and 196 deletions

View file

@ -113,7 +113,7 @@
corresponding commit comments.
(The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org.
The last CVS commit was 2009-12-27T08:11:12Z!cyd@stupidchicken.com.)
The last CVS commit was 2009-12-27T08:11:12Z!cyd@stupidchicken.com.)
Committer/author email addresses are generally correct for the
transition day, not necessarily when the comit was originally

View file

@ -4464,7 +4464,7 @@
(texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
2011-01-25 Chong Yidong <cyd@stupidchicken.com>
Richard Kim <emacs18@gmail.com>
Richard Kim <emacs18@gmail.com>
* loading.texi (Library Search): Document list-load-path-shadows
(Bug#7757).

View file

@ -19,7 +19,7 @@
* Version 24.4 released.
2014-09-30 Bill Wohler <wohler@newt.com>
2014-09-30 Bill Wohler <wohler@newt.com>
Release MH-E version 8.6

View file

@ -42,7 +42,7 @@
2014-11-20 Michael Albinus <michael.albinus@gmx.de>
Improve XEmacs compatibility.
Improve XEmacs compatibility.
* net/tramp.el (tramp-autoload-file-name-handler):
Wrap `temporary-file-directory' by `symbol-value', it doesn't
@ -52,8 +52,8 @@
(tramp-time-less-p, tramp-time-subtract): Remove functions.
(tramp-handle-file-newer-than-file-p, tramp-time-diff):
* net/tramp-adb.el (tramp-adb-ls-output-time-less-p):
* net/tramp-cache.el (tramp-get-file-property):
* net/tramp-smb.el (tramp-smb-handle-insert-directory):
* net/tramp-cache.el (tramp-get-file-property):
* net/tramp-smb.el (tramp-smb-handle-insert-directory):
Use `time-less-p' and `time-subtract, respectively.
* net/tramp-adb.el (top): Do not require time-date.el.
@ -190,9 +190,9 @@
2014-11-04 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
a local copy; setting `inhibit-file-name-handlers' proper might be
more performant. (Bug#18751)
* net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
a local copy; setting `inhibit-file-name-handlers' proper might be
more performant. (Bug#18751)
2014-11-04 Glenn Morris <rgm@gnu.org>
@ -1203,7 +1203,7 @@
(bug#17818).
* mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
since it's already done inside the loop (bug#17819).
since it's already done inside the loop (bug#17819).
2014-06-20 Martin Rudalics <rudalics@gmx.at>
@ -1575,7 +1575,7 @@
methods which do not have a doc string. (Bug#17490)
2014-05-14 Stephen Berman <stephen.berman@gmx.net>
Stefan Monnier <monnier@iro.umontreal.ca>
Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-pcm--merge-try): Merge trailing / with
suffix (bug#15419).

View file

@ -32494,7 +32494,7 @@
(bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
Juri Linkov <juri@jurta.org>
Juri Linkov <juri@jurta.org>
* textmodes/reftex-global.el (reftex-isearch-push-state-function)
(reftex-isearch-pop-state-function, reftex-isearch-isearch-search)

View file

@ -3984,7 +3984,7 @@
* ibuffer.el (ibuffer-mode): Fix typo in previous change.
2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
Miles Bader <miles@gnu.org>
Miles Bader <miles@gnu.org>
* blank-mode.el: New file. Minor mode to visualize (HARD) SPACE,
TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
@ -5480,7 +5480,7 @@
(verilog-insert-indices): Escape braces in doc strings.
2007-12-08 Michael McNamara <mac@verilog.com>
Wilson Snyder <wsnyder@wsnyder.org>
Wilson Snyder <wsnyder@wsnyder.org>
* progmodes/verilog-mode.el: New file.
@ -13486,7 +13486,7 @@
Use native Emacs functions, when appropriate.
2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
Stefan Monnier <monnier@iro.umontreal.ca>
Stefan Monnier <monnier@iro.umontreal.ca>
* vc.el: Document new VC operation `extra-menu'.

View file

@ -3016,12 +3016,12 @@
Don't activate node nil. (Bug#1569)
2009-01-22 Paul Reilly <pmr@pajato.com>
Henrik Enberg <enberg@printf.se>
Alex Schroeder <alex@gnu.org>
Chong Yidong <cyd@stupidchicken.com>
Richard M Stallman <rms@gnu.org>
Glenn Morris <rgm@gnu.org>
Juanma Barranquero <lekktu@gmail.com>
Henrik Enberg <enberg@printf.se>
Alex Schroeder <alex@gnu.org>
Chong Yidong <cyd@stupidchicken.com>
Richard M Stallman <rms@gnu.org>
Glenn Morris <rgm@gnu.org>
Juanma Barranquero <lekktu@gmail.com>
* mail/rmail.el: Code implementing Rmail-mbox functionality.
(rmail-attribute-header, rmail-keyword-header)
@ -4314,7 +4314,7 @@
was orderly adjusted, nil otherwise.
2008-12-12 Juanma Barranquero <lekktu@gmail.com>
Stefan Monnier <monnier@iro.umontreal.ca>
Stefan Monnier <monnier@iro.umontreal.ca>
* server.el (server-sentinel): Uncomment code to delete connection file.
(server-start): Save the connection file in the server property list.
@ -4373,7 +4373,7 @@
terminal variable assignment.
2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
Nobuyoshi Nakada <nobu@ruby-lang.org>
Nobuyoshi Nakada <nobu@ruby-lang.org>
* progmodes/ruby-mode.el: New file.
@ -5603,7 +5603,7 @@
New aliases, to satisfy `define-derived-mode' expectations.
2008-11-15 Glenn Morris <rgm@gnu.org>
Martin Rudalics <rudalics@gmx.at>
Martin Rudalics <rudalics@gmx.at>
* emacs-lisp/find-func.el (find-function-advised-original): New.
(find-function-C-source, find-function-noselect):
@ -10312,8 +10312,8 @@
(newsticker--treeview-propertize-tag): Show item title in tooltip.
2008-06-20 Martin Blais <blais@furius.ca>
Stefan Merten <smerten@oekonux.de>
David Goodger <goodger@python.org>
Stefan Merten <smerten@oekonux.de>
David Goodger <goodger@python.org>
* textmodes/rst.el: New file.
@ -10631,7 +10631,7 @@
* term/linux.el (terminal-init-linux): Load t-mouse.
2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
Drew Adams <drew.adams@oracle.com>
Drew Adams <drew.adams@oracle.com>
* info.el (Info-breadcrumbs-depth): New var.
(Info-insert-breadcrumbs): New function.
@ -18798,7 +18798,7 @@
for useful options.
2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
Glenn Morris <rgm@gnu.org>
Glenn Morris <rgm@gnu.org>
* emacs-lisp/bytecomp.el (byte-recompile-directory)
(byte-compile-file, batch-byte-compile, batch-byte-compile-file):

View file

@ -628,7 +628,7 @@
(global-auto-revert-ignore-buffer): Remove leading "*" from docs.
2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
* progmodes/hideshow.el (hs-find-block-beginning)
(hs-hide-level-recursive): Ignore comments when parsing braces
@ -2970,7 +2970,7 @@
* loadup.el (symbol-file-load-history-loaded): Remove; unused.
2010-12-15 Jari Aalto <jari.aalto@cante.net>
Scott Evans <gse@antisleep.com>
Scott Evans <gse@antisleep.com>
* rect.el (rectange--default-line-number-format)
(rectangle-number-line-callback): New functions.
@ -7986,7 +7986,7 @@
* iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net>
Stefan Monnier <monnier@iro.umontreal.ca>
Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/make-mode.el (makefile-fill-paragraph): Account for the
extra backslash added to each line (bug#6890).
@ -9002,7 +9002,7 @@
another buffer (e.g gnus-art).
2010-07-13 Karl Fogel <kfogel@red-bean.com>
Thierry Volpiatto <thierry.volpiatto@gmail.com>
Thierry Volpiatto <thierry.volpiatto@gmail.com>
Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
@ -10301,7 +10301,7 @@
(rcirc-user-name-history): Add variable.
2010-05-25 Ryan Yeske <rcyeske@gmail.com>
Jonathan Rockway <jon@jrock.us>
Jonathan Rockway <jon@jrock.us>
* net/rcirc.el (rcirc-server-alist): Add :pass.
(rcirc): When prompting for connection parameters, also prompt for
@ -10969,7 +10969,7 @@
* Version 23.2 released.
2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
Stefan Monnier <monnier@iro.umontreal.ca>
Stefan Monnier <monnier@iro.umontreal.ca>
Highlight vendor specific properties.
* textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
@ -11162,7 +11162,7 @@
(filter-buffer-substring): Use it. Remove unused arg `noprops'.
2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
Michael Albinus <michael.albinus@gmx.de>
Michael Albinus <michael.albinus@gmx.de>
Implement compression for inline methods.
@ -12209,7 +12209,7 @@
values.
2010-03-29 Phil Hagelberg <phil@evri.com>
Chong Yidong <cyd@stupidchicken.com>
Chong Yidong <cyd@stupidchicken.com>
* subr.el: Extend progress reporters to perform "spinning".
(progress-reporter-update, progress-reporter-do-update):
@ -15603,7 +15603,7 @@
* Makefile.in (ELCFILES): Adapt to subword.el move.
2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
Stefan Monnier <monnier@iro.umontreal.ca>
Stefan Monnier <monnier@iro.umontreal.ca>
* bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
(bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
@ -19070,7 +19070,7 @@
indent buffer only if called interactively (Bug#4452).
2009-09-19 Juanma Barranquero <lekktu@gmail.com>
Eli Zaretskii <eliz@gnu.org>
Eli Zaretskii <eliz@gnu.org>
This fixes bug#4197 (merged to bug#865, though not identical).
* server.el (server-auth-dir): Add docstring note about FAT32.
@ -19887,7 +19887,7 @@
Don't call substitute-in-file-name on diary-file.
2009-09-03 Eduard Wiebe <usenet@pusto.de>
Stefan Monnier <monnier@iro.umontreal.ca>
Stefan Monnier <monnier@iro.umontreal.ca>
* mail/footnote.el (footnote-prefix): Make it a defcustom.
(footnote-mode-map): Move initialization into the declaration.
@ -20998,7 +20998,7 @@
* progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
Karl Landstrom <karl.landstrom@brgeight.se>
Karl Landstrom <karl.landstrom@brgeight.se>
* progmodes/js.el: New file.
@ -22765,7 +22765,7 @@
XZ is the successor to LZMA: <http://tukaani.org/xz/>
2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
Nick Roberts <nickrob@snap.net.nz>
Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
repository (http://sphinx.net.ru/hg/gdb-mi/).

View file

@ -3340,7 +3340,7 @@
already registered with a different backend (Bug#10589).
2012-11-29 Jambunathan K <kjambunathan@gmail.com>
Stefan Monnier <monnier@iro.umontreal.ca>
Stefan Monnier <monnier@iro.umontreal.ca>
* icomplete.el: Change separator; add ido-style commands.
(icomplete-show-key-bindings): Remove custom var.
@ -4571,7 +4571,7 @@
to `bookmark' (bug#11131).
2012-10-26 Bastien Guerry <bzg@altern.org>
Stefan Monnier <monnier@iro.umontreal.ca>
Stefan Monnier <monnier@iro.umontreal.ca>
* face-remap.el: Use lexical-binding.
(text-scale-adjust): Improve docstring. Use itself for the temporary
@ -5879,7 +5879,7 @@
* international/uni-numeric.el: Regenerate.
2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
Stefan Monnier <monnier@iro.umontreal.ca>
Stefan Monnier <monnier@iro.umontreal.ca>
* profiler.el: New file.

View file

@ -3687,7 +3687,7 @@
When changing the environment, avoid need for setenv.
1996-01-05 Karl Eichwalder <ke@ke.Central.DE>
Karl Fogel <kfogel@floss.red-bean.com>
Karl Fogel <kfogel@floss.red-bean.com>
* bookmark.el: "cyclic.com" addresses changed to "red-bean.com".
(bookmark-bmenu-mode-map): Don't bind C-k.

View file

@ -2749,7 +2749,7 @@
* abbrev.el: Likewise.
1998-05-26 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
Karl Fogel <kfogel@red-bean.com>
Karl Fogel <kfogel@red-bean.com>
* bookmark.el: Changes so bookmark list mode works with Info:
(bookmark-jump-noselect): Use an inner save-window-excursion.

View file

@ -84,7 +84,7 @@
(erc-channel-user): Add members for new modes.
(erc-channel-member-halfop-p, erc-channel-user-admin-p)
(erc-channel-user-owner-p): Use new struct members.
(erc-format-nick, erc-format-@nick): Display user modes as nick prefix.
(erc-format-nick, erc-format-@nick): Display user modes as nick prefix.
(erc-nick-prefix-face, erc-my-nick-prefix-face): Add new faces
(erc-get-user-mode-prefix): Return symbol for mode prefix.
(erc-update-channel-member, erc-update-current-channel-member)
@ -718,4 +718,3 @@ See ChangeLog.08 for earlier changes.
;; coding: utf-8
;; add-log-time-zone-rule: t
;; End:

View file

@ -2091,7 +2091,7 @@
* erc.el 2002-07-15T00:01:34Z!raeburn@raeburn.org: silly typo corrected
* erc.el: * erc.el: * New variable: erc-common-server-name-suffixes
* erc.el: New variable: erc-common-server-name-suffixes
This alist can be used to change the server names displayed in mode-line
to a shorter version..
* New function: erc-shorten-server-name (uses var above)

View file

@ -323,7 +323,7 @@
* erc.el(erc-modules): Add some more symbols to the set
* erc.el(erc-modules): * erc.el(erc-modules): Add :greedy t to the set in
* erc.el(erc-modules): Add :greedy t to the set in
* erc-dcc.el:
More autoloads which make dcc autoload upon ctcp dcc query received.
@ -714,7 +714,7 @@
defcustom `erc-log-insert-log-on-open'
defcustom `erc-generate-log-file-name-function'
defun `erc-save-buffer-in-logs' (autoloads from erc-log.el)
defuns `erc-generate-log-file-name-*'
defuns `erc-generate-log-file-name-*'
defun `erc-current-logfile'
defun `erc-logging-enabled' (autoloads from erc-log.el)
- erc-truncate-buffer-to-size: fix for double-saving bug when
@ -744,7 +744,7 @@
2003-04-27 Damien Elmes <erc@repose.cx>
* erc.el: * erc.el: erc-modules: added
* erc.el: erc-modules: added
2003-04-27 Alex Schroeder <alex@gnu.org>
@ -1567,7 +1567,7 @@
* (erc-cmd-NAMES): Ditto.
* (erc-cmd-ME): Put 'do-not-parse-args property.
* erc-dcc.el:nick: * erc-dcc.el: * erc-dcc-list: Renamed
* erc-dcc-list: Renamed
* (erc-dcc-member). Treat :nick as either a nick!user@host or nick,
do appropriate comparisons, simplified.
* (erc-dcc-list-add): New functions
@ -1692,12 +1692,12 @@
2003-01-11 Mario Lang <mlang@delysid.org>
* erc-dcc.el: * erc-dcc.el: * (erc-dcc-do-LIST-command): Fix
* erc-dcc.el (erc-dcc-do-LIST-command): Fix
* erc-dcc.el:
* buffer-local variables erc-dcc-sent-marker and erc-dcc-send-confirmed marker removed
Keep This info in erc-dcc-member :sent and :confirmed plist values
* : * :buffer plist for :type 'SEND removed, since we can get this with (marker-buffer
:buffer plist for :type 'SEND removed, since we can get this with (marker-buffer
* erc-dcc-send-connect-hook: New hook, defaults to erc-dcc-send-block and erc-dcc-send-connected, which now prints a msg...
* erc-dcc.el:

View file

@ -638,7 +638,7 @@
1998-08-09 Simon Josefsson <jas@pdc.kth.se>
* gnus-srvr.el (gnus-browse-make-menu-bar): select did read
* gnus-srvr.el (gnus-browse-make-menu-bar): select did read
1998-08-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
@ -794,7 +794,7 @@
1998-07-19 16:59 Simon Josefsson <jas@pdc.kth.se>
* gnus-util.el (gnus-netrc-syntax-table): @ is whitespace
* gnus-util.el (gnus-netrc-syntax-table): @ is whitespace
1998-07-17 Gordon Matzigkeit <gord@fig.org>
@ -972,7 +972,7 @@
1998-07-01 Simon Josefsson <jas@pdc.kth.se>
* gnus-int.el (gnus-get-function): returned non-nil when
function wasn't bound, if noerror=t
function wasn't bound, if noerror=t
1998-07-01 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
@ -1260,8 +1260,8 @@
1998-06-09 Sam Steingold <sds@goems.com>
* gnus-uu.el (gnus-uu-default-view-rules): make sed kill ^M only
at the end of line.
* gnus-uu.el (gnus-uu-default-view-rules): make sed kill ^M only
at the end of line.
1998-06-05 Hrvoje Niksic <hniksic@srce.hr>
@ -1798,7 +1798,7 @@
1998-03-18 Simon Josefsson <jas@pdc.kth.se>
* nndoc.el: dummy request-accept-article
* nndoc.el: dummy request-accept-article
1998-03-19 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
@ -2316,9 +2316,9 @@
1998-01-17 Simon Josefsson <jas@pdc.kth.se>
* gnus-sum.el (gnus-summary-work-articles): change buffer
before looking at marked articles
(gnus-summary-work-articles): better check of marked articles
* gnus-sum.el (gnus-summary-work-articles): change buffer
before looking at marked articles
(gnus-summary-work-articles): better check of marked articles
1998-02-14 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
@ -2607,7 +2607,7 @@
1997-12-22 Simon Josefsson <jas@faun.nada.kth.se>
* nnmail.el (nnmail-get-new-mail): Make nnmail-tmp-directory
* nnmail.el (nnmail-get-new-mail): Make nnmail-tmp-directory
1997-12-28 Per Abrahamsen <abraham@dina.kvl.dk>

View file

@ -15661,12 +15661,12 @@
* mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
;;Has been fixed -- zsh.
;;2001-03-05 Dave Love <fx@gnu.org>
;;
;; * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
;; Move it after definition of mm-coding-system-p.
;;
;;Has been fixed -- zsh.
;;2001-03-05 Dave Love <fx@gnu.org>
;;
;; * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
;; Move it after definition of mm-coding-system-p.
;;
2001-03-01 Dave Love <fx@gnu.org>
* mm-util.el (mm-inhibit-file-name-handlers): Add
@ -16138,9 +16138,9 @@
* mm-util.el (mm-multibyte-string-p): New.
;; * qp.el: Remove un-logged bogus changes from 2000-12-20.
;; (quoted-printable-encode-region): Doc fix. Don't call
;; string-as-multibyte on class. Clarify line-folding.
;; * qp.el: Remove un-logged bogus changes from 2000-12-20.
;; (quoted-printable-encode-region): Doc fix. Don't call
;; string-as-multibyte on class. Clarify line-folding.
(quoted-printable-encode-string): Make temp buffer inherit
string's multibyteness.
@ -16981,10 +16981,10 @@
* nnlistserv.el: Ignore errors when requiring nnweb and avoid a
compiler warning.
;2000-11-26 Dave Love <fx@gnu.org>
;
; * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
;
;2000-11-26 Dave Love <fx@gnu.org>
;
; * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
;
2000-11-23 Dave Love <fx@gnu.org>
* uu-post.pbm, uu-decode.pbm: New files from XPMs.
@ -17017,7 +17017,7 @@
* gnus-art.el (gnus-mime-button-map): Don't inherit from
gnus-article-mode-map.
; (gnus-mime-button-menu): Use mouse-set-point.
; (gnus-mime-button-menu): Use mouse-set-point.
(gnus-insert-mime-button, gnus-mime-display-alternative)
(gnus-mime-display-alternative): Don't use local-map property.
@ -17081,9 +17081,9 @@
* time-date.el (timezone-make-date-arpa-standard): Autoload.
(date-to-time): Use it.
; * message.el (message-mode) <adaptive-fill-regexp>:
; <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
; (message-newline-and-reformat): Likewise.
; * message.el (message-mode) <adaptive-fill-regexp>:
; <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
; (message-newline-and-reformat): Likewise.
(message-forward-as-mime, message-forward-ignored-headers)
(message-buffer-naming-style, message-default-charset)
(message-dont-reply-to-names, message-send-mail-partially-limit):
@ -17188,16 +17188,16 @@
(uudecode-char-int): New alias, replacing char-int.
(uudecode-decode-region): Don't call buffer-disable-undo.
; * mm-uu.el (mm-uu-configure): Unquote lambda.
; (mm-uu-configure-list): Doc fix.
;
; * earcon.el (running-xemacs): Don't define.
;
;2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
;
; * message.el (message-font-lock-keywords): Match a final newline
; to help font-lock's multiline support.
;
; * mm-uu.el (mm-uu-configure): Unquote lambda.
; (mm-uu-configure-list): Doc fix.
;
; * earcon.el (running-xemacs): Don't define.
;
;2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
;
; * message.el (message-font-lock-keywords): Match a final newline
; to help font-lock's multiline support.
;
2000-11-03 Dave Love <fx@gnu.org>
* gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
@ -17211,10 +17211,10 @@
* mm-decode.el (mm-display-external): Space-prefix temp buffer
name. Don't disable undo explicitly.
;2000-11-02 Dave Love <fx@gnu.org>
;
; * message.el (message-font-lock-keywords): Use [:alpha:] for
; cite-prefix.
;2000-11-02 Dave Love <fx@gnu.org>
;
; * message.el (message-font-lock-keywords): Use [:alpha:] for
; cite-prefix.
2000-11-01 Dave Love <fx@gnu.org>

View file

@ -2,7 +2,7 @@
* Version 24.4 released.
2014-09-30 Bill Wohler <wohler@newt.com>
2014-09-30 Bill Wohler <wohler@newt.com>
Release MH-E version 8.6.

View file

@ -4,16 +4,16 @@
2014-10-12 Marco Wahl <marcowahlsoft@gmail.com>
* org-agenda.el (org-get-entries-from-diary): Use
* org-agenda.el (org-get-entries-from-diary): Use
`diary-fancy-display' instead of the obsolete
`diary-display-hook'.
2014-10-12 Nicolas Goaziou <mail@nicolasgoaziou.fr>
* ox.el (org-export-async-start): Limit first argument to lambda
* ox.el (org-export-async-start): Limit first argument to lambda
expressions.
* ox-publish.el (org-publish, org-publish-all)
* ox-publish.el (org-publish, org-publish-all)
(org-publish-current-file): Replace `ignore', per limit stated
above.
@ -25352,7 +25352,7 @@
(org-ascii-replace-entities): New function.
2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
Ulf Stegemann <ulf@zeitform.de>
Ulf Stegemann <ulf@zeitform.de>
* org-entities.el: New file.

View file

@ -1776,7 +1776,7 @@
* config.nt (HAVE_FACES): Remove, unused.
2008-06-26 Juanma Barranquero <lekktu@gmail.com>
Eli Zaretskii <eliz@gnu.org>
Eli Zaretskii <eliz@gnu.org>
* nmake.defs (FONT_CFLAGS):
* gmake.defs (FONT_CFLAGS): Remove.
@ -1792,7 +1792,7 @@
* config.nt: Remove reference to UNEXEC_SRC.
2008-06-23 Juanma Barranquero <lekktu@gmail.com>
Eli Zaretskii <eliz@gnu.org>
Eli Zaretskii <eliz@gnu.org>
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Don't hardcode -gstabs+, use DEBUG_INFO.

View file

@ -10,8 +10,8 @@
2014-11-15 Jan Djärv <jan.h.d@swipnet.se>
* nsterm.m (ns_send_appdefined): Check for application defined
event on Cocoa (Bug#18993). Backport from trunk.
* nsterm.m (ns_send_appdefined): Check for application defined
event on Cocoa (Bug#18993). Backport from trunk.
2014-11-15 Eli Zaretskii <eliz@gnu.org>

View file

@ -4200,7 +4200,7 @@
(record_property_change, Fprimitive_undo): Adjust prototypes.
2010-09-22 Juanma Barranquero <lekktu@gmail.com>
Eli Zaretskii <eliz@gnu.org>
Eli Zaretskii <eliz@gnu.org>
* w32.c (get_emacs_configuration_options): Fix buffer overrun.
@ -6753,7 +6753,7 @@
to standard C.
2010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
Stefan Monnier <monnier@iro.umontreal.ca>
Stefan Monnier <monnier@iro.umontreal.ca>
* lread.c (read1): Fix up last change to not mess up `c'.
@ -8069,7 +8069,7 @@
can specify the frame to use, when applicable. Adjust callers.
2010-05-07 Vincent Belaïche <vincent.belaiche@gmail.com>
Stefan Monnier <monnier@iro.umontreal.ca>
Stefan Monnier <monnier@iro.umontreal.ca>
* floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
@ -8697,7 +8697,7 @@
(Frename_file): Preserve selinux context when renaming by copy-file.
2010-04-21 Juanma Barranquero <lekktu@gmail.com>
Eli Zaretskii <eliz@gnu.org>
Eli Zaretskii <eliz@gnu.org>
Don't depend on cm.c or termcap.c on Windows, use stubs.
* makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
@ -16878,7 +16878,7 @@
<after-change-functions>: Reflow docstrings.
2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
Ken Raeburn <raeburn@gnu.org>
Ken Raeburn <raeburn@gnu.org>
Dock menu customization, based on a patch by Ken Raeburn, plus some
other fixes.
@ -17943,7 +17943,7 @@
batch-compiling for bootstrap).
2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change)
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* frame.c (make_initial_frame): Call init_frame_faces(f) in
CANNOT_DUMP case -- fix crash due to different init order.
@ -18561,7 +18561,7 @@
(USG_SHARED_LIBRARIES): Remove duplicate definition.
2008-06-26 Juanma Barranquero <lekktu@gmail.com>
Eli Zaretskii <eliz@gnu.org>
Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (LOCAL_FLAGS):
Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
@ -18809,7 +18809,7 @@
the property of LFACE_FONT of LFACE (if any).
2008-06-21 Seiji Zenitani <zenitani@mac.com>
Ryo Yoshitake <ryo@shiftmode.net>
Ryo Yoshitake <ryo@shiftmode.net>
* xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
@ -19905,7 +19905,7 @@
* xterm.c (x_set_frame_alpha): Move declarations before statements.
2008-05-21 Seiji Zenitani <zenitani@mac.com>
Ryo Yoshitake <ryo@shiftmode.net>
Ryo Yoshitake <ryo@shiftmode.net>
* frame.c (Qalpha): Add a new frame parameter `alpha'.
(Vframe_alpha_lower_limit): New variable.

View file

@ -2508,7 +2508,7 @@
If `suspend-emacs-hook' returns t don't suspend
-- assume the hook did the equivalent of `suspending' for us
(including calling suspend-resume-hook if necessary.)
Otherwise, call sys_suspend and so forth normally.
Otherwise, call sys_suspend and so forth normally.
1986-12-20 Richard M. Stallman (rms@prep)
@ -4050,7 +4050,7 @@
1986-08-21 Richard Mlynarik (mly@prep)
* process.c (handle_process_output):
* process.c (handle_process_output):
do a set-buffer back to original buffer
after calling a process' filter function so that
all filter functions needn't save-excursion.
@ -4221,7 +4221,7 @@
* unexec.c (write_segment):
Kludgy coercions ("(int)") to get this line to compile:
nwrite = (((int) ptr + 128) & ~127) - (int) ptr;
nwrite = (((int) ptr + 128) & ~127) - (int) ptr;
Also changed incorrect ~128 to ~127.
* process.c:

View file

@ -473,10 +473,10 @@
1995-05-28 Morten Welinder <terra+@cs.cmu.edu>
* s/osf1.h (COFF): Define.
* m/alpha.h (LD_SWITCH_MACHINE) [!__GNUC__]: Don't define.
(r_alloc, r_re_alloc, r_alloc_free) [REL_ALLOC,
!_MALLOC_INTERNAL, !NOT_C_CODE]: Prototype.
* s/osf1.h (COFF): Define.
* m/alpha.h (LD_SWITCH_MACHINE) [!__GNUC__]: Don't define.
(r_alloc, r_re_alloc, r_alloc_free) [REL_ALLOC,
!_MALLOC_INTERNAL, !NOT_C_CODE]: Prototype.
1995-05-28 Richard Stallman <rms@gnu.ai.mit.edu>
@ -1281,18 +1281,18 @@
* ntinevt.c (nt_kdb_patch_event): Created.
* callproc.c (child_setup) [WINDOWSNT]: Removed syntax errors.
* callproc.c (child_setup) [WINDOWSNT]: Removed syntax errors.
* dired.c (Ffile_attributes) [WINDOWSNT]: Removed syntax errors.
* fileio.c (Fexpand_file_name) [DOS_NT]: Preserve drive letter case.
Fix syntax errors.
Check drive letter when expanding ~\.
Check drive letter when expanding ~\.
* sysdep.c (sys_subshell) [WINDOWSNT]: Don't invoke restore_console.
* ntproc.c (win32_wait): Reap synchronous subprocesses, and place
return code in synch_process_retcode.
return code in synch_process_retcode.
* s/windowsnt.h (ctime): Defined to be nt_ctime.
(NULL): Defined when missing from included system files.
@ -1351,7 +1351,7 @@
(get_inode_and_device_vals): Handle directories.
* fileio.c (Fexpand_file_name) [DOS_NT]: Don't strip slash from
default dirs like "C:\\"
default dirs like "C:\\"
* makefile.nt (all): Use COMPAT_LIB in library list.
Use DEL_TREE instead of delnode.
@ -1503,9 +1503,9 @@
1995-04-08 Noah Friedman <friedman@prep.ai.mit.edu>
* window.c (Fnext_window, Fprevious_window): If all_frames is a
frame and window is not on that frame, return the first window on
that frame.
* window.c (Fnext_window, Fprevious_window): If all_frames is a
frame and window is not on that frame, return the first window on
that frame.
1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@ -2899,7 +2899,7 @@
1995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
* emacs.c (main): Handle SIGABRT, SIGHWE, SIGPRE, SIGORE, SIGDLK,
SIGCPULIM, if they are defined.
SIGCPULIM, if they are defined.
* alloc.c (DONT_COPY_FLAG): New bit flag.
(mark_object, gc_sweep, compact_strings): Use it.
@ -3547,7 +3547,7 @@
1994-11-16 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* xdisp.c (try_window): Don't pass window to Fget_char_property;
pass its buffer.
pass its buffer.
(display_text_line): Likewise.
1994-11-16 Francesco Potortì (pot@cnuce.cnr.it)
@ -3770,7 +3770,7 @@
1994-11-07 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* keyboard.c: Move decl of input_fd outside of #ifdef
HAVE_X_WINDOWS.
HAVE_X_WINDOWS.
1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
@ -3788,7 +3788,7 @@
(HAVE_MOUSE): Defined.
* ntheap.c (sbrk): Allow request sizes to be different than the
page size.
page size.
* makefile.nt: Changed references of m\m-windowsnt.h to
m\intel386.h and of s\s-windowsnt.h to s\windowsnt.h.
@ -4087,7 +4087,7 @@
1994-10-25 Karl Fogel (kfogel@phylo.life.uiuc.edu)
* window.c (Vtemp_buffer_show_function): Doc fix.
* window.c (Vtemp_buffer_show_function): Doc fix.
1994-10-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@ -4780,7 +4780,7 @@
* xmenu.c: Delete HAVE_X11 conditionals.
* xfaces.c (compute_base_face): Use FRAME_FOREGROUND_PIXEL,
FRAME_BACKGROUND_PIXEL, FRAME_FONT.
FRAME_BACKGROUND_PIXEL, FRAME_FONT.
* xterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
(FRAME_FONT): New macros.
@ -4973,59 +4973,59 @@
1994-10-09 Jim Blandy <jimb@geech.gnu.ai.mit.edu>
Cache the results of some scans, to improve performance in buffers
containing very long lines.
* region-cache.c, region-cache.h: New files.
* Makefile.in.in (obj) Add region-cache.o to the list of files.
(region-cache.o): New target.
(buffer.o, indent.o, search.o): Depend on region-cache.h.
* buffer.h (struct buffer): New members: newline_cache,
width_run_cache, width_table, and cache_long_line_scans.
* buffer.c: #include region-cache.h.
(Fget_buffer_create): Initialize new members of struct buffer.
(Fkill_buffer): Free memory occupied by caches.
(init_buffer_once): Set default value for cache_long_line_scans in
buffer_defaults, and give it a bit in buffer_local_flags.
(syms_of_buffer): Add DEFVAR_PER_BUFFER for cache_long_line_scans.
* insdel.c (prepare_to_modify_buffer): Invalidate width run and
newline caches, if they exist.
* search.c: #include "region-cache.h".
(max, min): Make these functions, not macros; we'd like to pass
them arguments that would be bad to evaluate more than once.
(newline_cache_on_off): New function.
(scan_buffer): New argument END. Call newline_cache_on_off. If
this buffer's newline cache is enabled, consult it to see if we
need to scan a region for newlines, and store information in the
cache after doing so.
(find_next_newline): Pass new arg to scan_buffer.
(find_before_next_newline): New function.
* cmds.c (Fforward_line): Call scan_buffer with new args.
(Fend_of_line): Replace call to Fforward_line and search loop with
call to find_before_next_newline.
* syntax.c (find_defun_start): Call scan_buffer with new args.
* indent.c: #include "region-cache.h".
(character_width, disptab_matches_widthtab, recompute_width_table,
width_run_cache_on_off): New functions.
(compute_motion): Call width_run_cache_on_off. If this buffer's
width run cache is enabled, consult it to see if we need to
traverse a region character-by-character; store information in the
cache after doing so. Call find_before_next_newline instead of
writing out an equivalent loop explicitly, to take advantage of
the newline cache.
Doc fixes.
* xdisp.c (redisplay_window): Invalidate width_run_cache, if the
buffer's display table doesn't match the width table the cache was
built for.
(display_text_line): Use compute_motion to skip forward to the
left edge of the window when the window is hscrolled; this is
faster than rendering all the characters into the bit bucket when
the hscroll is large.
Doc fixes.
(display_count_lines): Call scan_buffer with new args.
* disptab.h (window_display_table): Doc fix.
(buffer_display_table): New declaration.
* indent.h (disptab_matches_widthtab, recompute_width_table): New
declarations.
Cache the results of some scans, to improve performance in buffers
containing very long lines.
* region-cache.c, region-cache.h: New files.
* Makefile.in.in (obj) Add region-cache.o to the list of files.
(region-cache.o): New target.
(buffer.o, indent.o, search.o): Depend on region-cache.h.
* buffer.h (struct buffer): New members: newline_cache,
width_run_cache, width_table, and cache_long_line_scans.
* buffer.c: #include region-cache.h.
(Fget_buffer_create): Initialize new members of struct buffer.
(Fkill_buffer): Free memory occupied by caches.
(init_buffer_once): Set default value for cache_long_line_scans in
buffer_defaults, and give it a bit in buffer_local_flags.
(syms_of_buffer): Add DEFVAR_PER_BUFFER for cache_long_line_scans.
* insdel.c (prepare_to_modify_buffer): Invalidate width run and
newline caches, if they exist.
* search.c: #include "region-cache.h".
(max, min): Make these functions, not macros; we'd like to pass
them arguments that would be bad to evaluate more than once.
(newline_cache_on_off): New function.
(scan_buffer): New argument END. Call newline_cache_on_off. If
this buffer's newline cache is enabled, consult it to see if we
need to scan a region for newlines, and store information in the
cache after doing so.
(find_next_newline): Pass new arg to scan_buffer.
(find_before_next_newline): New function.
* cmds.c (Fforward_line): Call scan_buffer with new args.
(Fend_of_line): Replace call to Fforward_line and search loop with
call to find_before_next_newline.
* syntax.c (find_defun_start): Call scan_buffer with new args.
* indent.c: #include "region-cache.h".
(character_width, disptab_matches_widthtab, recompute_width_table,
width_run_cache_on_off): New functions.
(compute_motion): Call width_run_cache_on_off. If this buffer's
width run cache is enabled, consult it to see if we need to
traverse a region character-by-character; store information in the
cache after doing so. Call find_before_next_newline instead of
writing out an equivalent loop explicitly, to take advantage of
the newline cache.
Doc fixes.
* xdisp.c (redisplay_window): Invalidate width_run_cache, if the
buffer's display table doesn't match the width table the cache was
built for.
(display_text_line): Use compute_motion to skip forward to the
left edge of the window when the window is hscrolled; this is
faster than rendering all the characters into the bit bucket when
the hscroll is large.
Doc fixes.
(display_count_lines): Call scan_buffer with new args.
* disptab.h (window_display_table): Doc fix.
(buffer_display_table): New declaration.
* indent.h (disptab_matches_widthtab, recompute_width_table): New
declarations.
1994-10-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@ -5194,13 +5194,13 @@
independence. Enable using editres for X11R5.
* widget.c (EmacsFrameSetCharSize): Use lw_refigure_widget for
widget set independence.
widget set independence.
* widget.h: Declare resources showGrip, allowResize, and
resizeToPreferred.
resizeToPreferred.
* keyboard.c (make_lispy_event): Do not set item. Now handled in
xmenu.c by popup_get_selection.
xmenu.c by popup_get_selection.
1994-10-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@ -5375,7 +5375,7 @@
* process.c (Fprocess_send_eof): Delete DID_REMOTE conditional.
* buffer.c (get-file-buffer): Doc fix.
* buffer.c (get-file-buffer): Doc fix.
1994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@ -5580,7 +5580,7 @@
1994-09-19 Jim Blandy <jimb@geech.gnu.ai.mit.edu>
Add a new element to display tables controlling side-by-side
Add a new element to display tables controlling side-by-side
window borders.
* buffer.c (syms_of_buffer): Update doc string for
`buffer-display-table'.
@ -6207,7 +6207,7 @@
* Makefile.in.in (FRAME_SUPPORT): Add faces.elc.
* search.c (Freplace_match): Treat caseless initial like a
lowercase initial.
lowercase initial.
* keymap.c (Fdefine_key): Fix error message.
(Fsingle_key_description): Likewise.
@ -6418,8 +6418,8 @@
1994-07-23 Jim Blandy (jimb@totoro.bio.indiana.edu)
* .gdbinit: Set the breakpoint in x_error_quitter instead of
_XPrintDefaultError.
* .gdbinit: Set the breakpoint in x_error_quitter instead of
_XPrintDefaultError.
1994-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
@ -6910,7 +6910,7 @@
1994-06-16 Roland McGrath (roland@geech.gnu.ai.mit.edu)
* unexec.c: Include <sys/file.h> and [USG5] <fcntl.h> to define
O_* macros.
O_* macros.
(O_RDONLY, O_RDWR): Define if undefined.
[emacs] (report_error): Use report_file_error so the user can tell
what the errno code was.