* Version 19.33 released.
-1996-08-10 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
Fix previous change.
before moving it.
* Makefile.in (VPATH): Define to @srcdir@.
-1993-09-28 Brian Fox (bfox@cubit)
+1993-09-28 Brian J. Fox (bfox@cubit)
* configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
doesn't exist. Just copy src/Makefile.in instead. Touch
* INSTALL: Update documentation to match new configuration
mechanism.
-1993-09-27 Brian Fox (bfox@ai.mit.edu)
+1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
* configure.in: Allow any of the path or directory Makefile
variables to be set with flags to configure. Create all Makefiles
If these files are out of date, simply have config.status
rebuild them; don't rebuild them explicitly.
-1993-09-25 Brian Fox (bfox@ai.mit.edu)
+1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
* build-install.in: Change src/xemacs to src/emacs. We no longer
create src/xemacs, so the file wouldn't be found.
* make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
-1993-09-24 Brian Fox (bfox@albert.gnu.ai.mit.edu)
+1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
* configure.in: Avoid forcing the search of /usr/include before
fixed include files by resetting C_SWITCH_X_SITE if it is
Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
Remove ${extra_output} from AC_OUTPUT call.
-1993-09-17 Brian Fox (bfox@inferno)
+1993-09-17 Brian J. Fox (bfox@inferno)
* make-dist: Quote backquotes found in strings to be echoed.
* configure.in: Use "sh -c pwd" when we want to avoid having the
shell fix up the value of $PWD.
-1993-09-13 Brian Fox (bfox@inferno)
+1993-09-13 Brian J. Fox (bfox@inferno)
* Makefile.in (do-install): Don't abort if ln or chmod at the end
of the installation fail. Suggested by Karl Berry.
-1993-08-30 Brian Fox (bfox@inferno)
+1993-08-30 Brian J. Fox (bfox@inferno)
* Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
was used. Set MAKEFLAGS from MFLAGS.
* custom.texi (Safe File Variables): Texinfo usage fix.
-2006-07-03 Ted Zlatanov <tzz@lifelogs.com>
+2006-07-03 Teodor Zlatanov <tzz@lifelogs.com>
* help.texi, m-x.texi: Lots of cleanups.
(Commands of GUD): Add gud-print. Remove gud-run.
Restate availability more generally.
-2006-06-03 Ted Zlatanov <tzz@lifelogs.com>
+2006-06-03 Teodor Zlatanov <tzz@lifelogs.com>
* mini.texi: Lots of cleanups.
* screen.texi (Menu Bar): F10 for Gtk+/Lesstif/Lucid menus.
-2006-05-28 Ted Zlatanov <tzz@lifelogs.com>
+2006-05-28 Teodor Zlatanov <tzz@lifelogs.com>
* basic.texi: Many simplifications and improvements in wording.
* Makefile (realclean): Don't delete the Info files.
-1993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
+1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
* frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
4' where appropriate.
-1993-10-20 Brian Fox (bfox@ai.mit.edu)
+1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
* Makefile: Fix targets for texindex.
* Makefile (realclean): Don't delete the Info files.
-1993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
+1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
* 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 Fox (bfox@ai.mit.edu)
+1993-10-20 Brian J. Fox (bfox@ai.mit.edu)
* Makefile: Fix targets for texindex, new info.texi files.
* info-stnd.texi: New file implements info for standalone info
* emacsclient.c: Include syswait.h instead of sys/types.h.
-2008-12-11 dhruva <dhruvakm@gmail.com> (tiny change)
+2008-12-11 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
* emacsclient.c (WCONTINUED): New compatibility define
for older systems.
* makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile,
because GNU make doesn't append when using >> redirection.
-2002-12-12 Jonathan Kamens <jik@kamens.brookline.ma.us>
+2002-12-12 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
* b2m.pl: Make sure every message ends with a blank line, because
some mbox parsers require a blank line before "From " lines.
* Makefile.in (localstatedir): New variable.
-2002-07-29 Jonathan Kamens <jik@kamens.brookline.ma.us>
+2002-07-29 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
* b2m.pl: Fix regexp for finding return address fields.
* make-docfile.c (scan_c_file): Warn about missing `usage' info.
-2002-07-05 Jonathan Kamens <jik@kamens.brookline.ma.us>
+2002-07-05 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
* b2m.pl: Obey the rmail file and use the unpruned header properly.
* emacsclient.c: Add option -a EDITOR and environment variable
ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
-1999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us>
+1999-12-10 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
* movemail.c (popmail): Allow mailbox specifications of the
form `po:username:hostname'.
(S_ISREG): #define it using S_IFREG if not defined.
(process_file): Regular files have nothing to do with symlinks.
-1993-09-28 Brian Fox (bfox@ai.mit.edu)
+1993-09-28 Brian J. Fox (bfox@ai.mit.edu)
* Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
from current directory. Only chmod and chgrp files that we
(INSTALLFLAGS): Deleted definition, since it is an unused variable
now.
-1993-09-27 Brian Fox (bfox@ai.mit.edu)
+1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
* Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let
configure figure out the correct values for these variables.
-1993-09-14 Brian Fox (bfox@ai.mit.edu)
+1993-09-14 Brian J. Fox (bfox@ai.mit.edu)
* Makefile.in (archlibdir): Only install executables internally
used by emacs; don't install bindir binaries here.
2008-12-18 Sam Steingold <sds@gnu.org>
- * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
+ * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
2008-12-18 Juri Linkov <juri@jurta.org>
* find-cmd.el (top-level): Does not need cl when compiling.
-2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
+2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
* find-cmd.el: New file.
(vc-git--state-code): ... to this new function.
(vc-git-state): Use it.
-2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
+2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
* textmodes/remember.el (remember-mail-date)
(remember-store-in-mailbox): Write date and From line in such a
(Info-display-images-node): New functions for displaying images.
(Info-select-node): Call Info-display-images-node.
-2003-04-25 David Ponce <david.ponce@wanadoo.fr>
+2003-04-25 David Ponce <david.ponce@wanadoo.fr>
* files.el (file-relative-name): Recognize "c:/foo" as absolute
file name.
(ctext-post-read-conversion, ctext-pre-write-conversion):
New functions.
-2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
+2002-02-21 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
* vc.el (vc-default-init-version): Update documentation to
indicate that the backend can override the default init version.
* startup.el: Document command line option --no-window-system
instead of --no-windows.
-2001-10-30 David Ponce <david.ponce@wanadoo.fr>
+2001-10-30 David Ponce <david.ponce@wanadoo.fr>
* font-lock.el (java-font-lock-syntactic-face-function): New fun.
(font-lock-defaults-alist): Use it.
* calc/calc-mode.el (calc-set-simplify-mode):
* calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
-2007-12-07 D. Goel <deego3@gmail.com>
+2007-12-07 Deepak Goel <deego3@gmail.com>
* progmodes/idlw-shell.el (idlwave-shell-display-line)
* progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
(dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
Reorder `dbus-call-method' arguments.
-2007-12-06 D. Goel <deego3@gmail.com>
+2007-12-06 Deepak Goel <deego3@gmail.com>
* allout.el (allout-write-file-hook-handler):
* textmodes/reftex.el (reftex-TeX-master-file):
(imap-parse-status): Upcase status-att for broken servers that sends
them lower-case (e.g., MS Exchange 2007).
-2007-12-05 D. Goel <deego3@gmail.com>
+2007-12-05 Deepak Goel <deego3@gmail.com>
* simple.el (undo):
* image-dired.el (image-dired-display-thumb-properties):
(doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
avoid security problems when rendering files from untrusted sources.
-2007-10-17 Aaron Hawley <aaronh@garden.org>
+2007-10-17 Aaron S. Hawley <aaronh@garden.org>
* tutorial.el (tutorial--save-tutorial): Display message when tutorial
position is not saved.
There are no changes to existing logic in this patch.
(vc-revert-buffer1): Rename to vc-revert-buffer-internal.
-2007-10-06 Aaron Hawley <aaronh@garden.org>
+2007-10-06 Aaron S. Hawley <aaronh@garden.org>
* autoinsert.el (auto-insert-alist): Add a Texinfo entry.
* cus-start.el (all): Revert 2007-09-08 change.
-2007-09-12 Aaron Hawley <aaronh@garden.org>
+2007-09-12 Aaron S. Hawley <aaronh@garden.org>
* jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
extract .Z files, since it is more common than uncompress.
* tutorial.el (tutorial--find-changed-keys):
Handle C-x specially like ESC.
-2007-07-15 Aaron Hawley <aaronh@garden.org>
+2007-07-15 Aaron S. Hawley <aaronh@garden.org>
* tar-mode.el (tar-get-descriptor): No error for zero-length file.
* mail/mail-extr.el (mail-extract-address-components):
Recognize non-ASCII characters except for NBSP as words.
-2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
+2007-05-21 Trent W. Buck <trentbuck@gmail.com> (tiny change)
* net/rcirc.el (rcirc-fill-column): Allow `window-width'.
(rcirc-print): Handle `window-width'.
* icon.el: New file.
-1988-05-02 Brian Fox (bfox@rice-krispies.ai.mit.edu)
+1988-05-02 Brian J. Fox (bfox@rice-krispies.ai.mit.edu)
* replace.el (perform-replace): Make `y' do what SPC does, `n' do
what DEL does, and `q' do what ESC does. The original set of keys
* texinfmt.el (texinfo-format-region): Change `texinfo-[start
end]-of-header' to `tex-[start end]-of-header'.
-1993-11-10 Brian Fox (bfox@mole.gnu.ai.mit.edu)
+1993-11-10 Brian J. Fox (bfox@mole.gnu.ai.mit.edu)
* rmail.el (rmail-start-mail): Don't do other frame unless we have
a window system, regardless of the state of rmail-mail-new-frame.
Scroll so only if point is at or after the process mark.
When scrolling, put end of text on bottom line, regardless of point.
-1993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
+1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
* ispell.el (ispell): If the buffer to spell has no associated
file, or, the associated file has a special handler, use a
* cdl.el: New file.
-1993-10-20 Brian Fox (bfox@gnu.ai.mit.edu)
+1993-10-20 Brian J. Fox (bfox@gnu.ai.mit.edu)
* forms.el (forms--set-minor-mode): Rewrite so that describe-mode
can parse the value of minor-mode-alist correctly. The string
for this to take effect, sorry.) Save "mark-activity" and
allow multi-dir direds.
-1993-10-04 Brian Fox (bfox@albert.gnu.ai.mit.edu)
+1993-10-04 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
* telnet.el (rsh): Add `host' to args passed to make-comint.
(comint-magic-space): Use self-insert command.
(comint-history-file-name): New variable.
-1993-09-21 Brian Fox (bfox@albert.gnu.ai.mit.edu)
+1993-09-21 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
* edebug.el (edebug-enter): Don't call the current function being
debugged in pre-command-hook or post-command-hook.
* menu-bar.el (revert-buffer):
Enable menu item when the buffer is modified.
-1993-09-17 Brian Fox (bfox@inferno)
+1993-09-17 Brian J. Fox (bfox@inferno)
* simple.el (kill-region): Use `equal' instead of `eq' to compare
markers `beg' and `end'. They might be two different markers that
* dired.el (dired-mode): Don't change the value of
case-fold-search.
-1993-09-15 Brian Fox (bfox@inferno)
+1993-09-15 Brian J. Fox (bfox@inferno)
* files.el (local-write-file-hooks): Make this variable
buffer-local.
* vc.el (vc-do-command): Remove debugging output. Use (forward-line
-1) instead of (previous-line 1).
-1993-09-14 Brian Fox (bfox@inferno)
+1993-09-14 Brian J. Fox (bfox@inferno)
* rmail.el (rmail-convert-file): If the file is empty, don't
convert it after inserting the BABYL header.
Create a new change log entry if the mailing address doesn't
match; don't just compare the date, full name, and login name.
-1993-09-01 Brian Fox (bfox@inferno)
+1993-09-01 Brian J. Fox (bfox@inferno)
* tex-mode.el (slitex-mode): Add ###autoload magic cookie.
-1993-08-27 Brian Fox (bfox@sonderbar)
+1993-08-27 Brian J. Fox (bfox@sonderbar)
* diff.el (diff): Doc fix.
-1993-08-17 Brian Fox (bfox@inferno)
+1993-08-17 Brian J. Fox (bfox@inferno)
* version.el: Changed comment to refer to actual filename
"inc-vers.el" instead of "inc-version.el".
* dabbrev.el: Complete rewrite by Lars.Lindberg@sypro.cap.se.
-1994-12-23 Barry Warsaw (bwarsaw@cnri)
+1994-12-23 Barry A. Warsaw (bwarsaw@cnri)
* elp.el (elp-pack-number): New function.
(elp-output-results): Use elp-pack-number to truncate time strings,
* etags.el (etags-tags-table-files, etags-tags-included-tables):
Search backwards for the comma in case the file name contains one.
-1994-10-17 Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
+1994-10-17 Frederic Pierresteguy <F.Pierresteguy@frcl.bull.fr>
* paths.el (rmail-spool-directory): Add a condition to test
the Bull DPX/2.
* desktop.el (desktop-internal-v2s): Remove all text properties
from strings.
-1994-10-13 Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
+1994-10-13 Frederic Pierresteguy <F.Pierresteguy@frcl.bull.fr>
* hilit19.el (hilit-set-mode-patterns - lisp-mode): Fix regexp
for 'defconstant' that leads to an infinite loop.
(makefile-add-log-defun): New function.
(makefile-menu-index-function): New function.
-1994-10-11 Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
+1994-10-11 Frederic Pierresteguy <F.Pierresteguy@frcl.bull.fr>
* rmailsum.el (rmail-summary-resend): New function.
(rmail-summary-mode-map - resend): Call rmail-summary-resend
* timer.el (timer-event-handler): Inhibit quitting.
-1996-03-24 Jonathan Kamens <jik@cam.ov.com>
+1996-03-24 Jonathan I. Kamens <jik@cam.ov.com>
* terminal.el (te-terminal-name-prefix): Change from
"emacs-virtual" to "emacs-em", so that things will work on systems
* timer.el (run-at-time): Handle numbers as relative times in
seconds, as the original code did.
-1996-02-06 Barry Warsaw <bwarsaw@anthem>
+1996-02-06 Barry A. Warsaw <bwarsaw@anthem>
* cc-mode.el (c-common-init): Fix typo.
(completion-c-mode-hook): Encapsulate C-mode changes in new function.
Either call it now or put it on c-mode-hook.
-1995-11-22 Barry Warsaw <bwarsaw@anthem>
+1995-11-22 Barry A. Warsaw <bwarsaw@anthem>
* cc-mode.el (c-beginning-of-statement-1): CASE 3, can't just
return t at end of let clause since this will break
* gud.el (gud-filter): Save up text that arrives while processing
previous text.
-1995-09-06 Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
+1995-09-06 Frederic Pierresteguy <F.Pierresteguy@frcl.bull.fr>
* rmailsum.el (rmail-summary-construct-io-menu): Use all of FILES.
Also disable the menu instead of not displaying it, if FILES is empty.
* sendmail.el (sendmail-send-it): Use user-mail-address.
-1995-08-31 Barry Warsaw <bwarsaw@anthem>
+1995-08-31 Barry A. Warsaw <bwarsaw@anthem>
* cc-mode.el (c-backslashify-current-line): Obsolete.
(c-append-backslash, c-delete-backslash): Taken from c-mode.el.
property.
(vc-trunk-p, vc-branch-part): Functions moved before first use.
-1995-08-16 Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
+1995-08-16 Frederic Pierresteguy <F.Pierresteguy@frcl.bull.fr>
* rmailsum.el (rmail-new-summary): Enable the Input/output menu.
(mouse-drag-region): Set it.
(mouse-save-then-kill): Test it.
-1995-06-29 David M Smith <D.M.Smith@lancaster.ac.uk>
+1995-06-29 David M. Smith <D.M.Smith@lancaster.ac.uk>
* ielm.el (ielm-font-lock-keywords): New variable
(inferior-emacs-lisp-mode): Use it for font-lock support
`parse-partial-sexp' contains the starting pos of the last
literal.
-1998-02-16 Barry Warsaw <cc-mode-help@python.org>
+1998-02-16 Barry A. Warsaw <cc-mode-help@python.org>
* progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Set
imenu-case-fold-search to nil.
Variable renamed from multitable-temp-rectangle-name.
(texinfo-format-key): Don't insert angle-brackets.
-1997-05-24 Bob Chassell <bob@gnu.ai.mit.edu>
+1997-05-24 Robert J. Chassell <bob@gnu.ai.mit.edu>
* texinfo.el (texinfo-version): New function and variable.
(texinfo-update-node): New autoload call.
XEmacs). The new function `erc-modified-channels-object' is used
to generate updated values for the same-named variable.
-2005-01-08 Diane Murray <disumu@x3y2z1.net>
+2005-01-08 Diane Murray <disumu@x3y2z1.net>
* ChangeLog.2002: Changed instances of my sourceforge username and
email address to real name and email.
* NEWS: Use 3rd level heading instead of bullets for lists that
contain descriptions.
-2005-01-07 Diane Murray <disumu@x3y2z1.net>
+2005-01-07 Diane Murray <disumu@x3y2z1.net>
* erc-list.el: Require 'sort.
(erc-chanlist): Disable undo in the channel list buffer.
policy toward ChangeLog entries, which is that they should be
manually updated whenever a change is committed.
-2005-01-04 Diane Murray <disumu@x3y2z1.net>
+2005-01-04 Diane Murray <disumu@x3y2z1.net>
* erc.el (erc-connection-established, erc-login): Update the
mode-line.
`mode-line-process' to ":connecting" while the connection is being
established.
-2005-01-04 Lawrence Mitchell <wence@gmx.li>
+2005-01-04 Lawrence Mitchell <wence@gmx.li>
* AUTHORS: Update list of authors.
-2005-01-02 Diane Murray <disumu@x3y2z1.net>
+2005-01-02 Diane Murray <disumu@x3y2z1.net>
* erc-goodies.el (erc-control-characters): New customization
group.
(erc-nickserv-identification-autodetect): New functions.
(erc-nickserv-identified-hook): New hook.
-2007-12-06 D. Goel <deego3@gmail.com>
+2007-12-06 Deepak Goel <deego3@gmail.com>
* erc-match.el (erc-add-entry-to-list): Fix buggy call to `error'.
group names with backslashes. Reported by Tassilo Horn
<tassilo@member.fsf.org>.
-2007-12-06 D. Goel <deego3@gmail.com>
+2007-12-06 Deepak Goel <deego3@gmail.com>
* gnus-art.el (article-make-date-line):
* gnus-start.el (gnus-load):
* gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
(gnus-read-move-group-name): Decode group name for completion.
-2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
+2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
* gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
* gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
-2005-04-06 D Goel <deego@gnufans.org>
+2005-04-06 Deepak Goel <deego@gnufans.org>
* spam-stat.el (spam-stat-score-buffer): Add a call to a
user-function allow user modifications of the scores.
* gnus-sum.el (gnus-summary-reselect-current-group): Supply
leave-hidden.
-2003-05-14 Jonathan Kamens <jik@kamens.brookline.ma.us>
+2003-05-14 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
* gnus-sum.el (gnus-summary-exit): Added `leave-hidden'. (Tiny
patch.)
(spam-display-buffer-contents): Remove.
(spam-bogofilter-score): Merge spam-display-buffer-contents.
-2002-10-17 Ted Zlatanov <tzz@lifelogs.com>
+2002-10-17 Teodor Zlatanov <tzz@lifelogs.com>
* spam.el (spam-display-buffer-contents): New function.
(spam-bogofilter-score): Use spam-display-buffer-contents, patch
* gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
-2002-10-11 Ted Zlatanov <tzz@lifelogs.com>
+2002-10-11 Teodor Zlatanov <tzz@lifelogs.com>
* spam.el (spam-check-ifile): Added ifile as a spam checking
backend, and spam-use-ifle as the variable to toggle that check.
* message.el (message-beginning-of-line): New variable.
(message-beginning-of-line): Use it.
-2002-10-11 Ted Zlatanov <tzz@lifelogs.com>
+2002-10-11 Teodor Zlatanov <tzz@lifelogs.com>
* spam.el: More compilation fixes for BBDB.
(mml2015-unabbrev-trust-alist): New.
(mml2015-gpg-extract-signature-details): Use it.
-2002-10-10 Ted Zlatanov <tzz@lifelogs.com>
+2002-10-10 Teodor Zlatanov <tzz@lifelogs.com>
* spam.el: Compilation fixes, spam-check-bbdb function is nil if no
BBDB installed.
* gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
raw-text.
-2002-09-30 Ted Zlatanov <tzz@lifelogs.com>
+2002-09-30 Teodor Zlatanov <tzz@lifelogs.com>
* spam.el: Merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
Pinard).
* gnus-sum.el (gnus-summary-insert-new-articles): Count down to
avoid nreverse.
-2002-07-14 Ted Zlatanov <teodor.zlatanov@divine.com>
+2002-07-14 Teodor Zlatanov <teodor.zlatanov@divine.com>
* gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
(gnus-summary-mode-line-format-alist): Add %h for number of
* message.el (message-gen-unsubscribed-mft): Accept a prefix
argument so CC can be included with C-u C-c C-f C-a.
-2002-04-17 Ted Zlatanov <teodor.zlatanov@divine.com>
+2002-04-17 Teodor Zlatanov <teodor.zlatanov@divine.com>
* spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
Improve docstring.
(mh-filter-out-non-text): New function to filter out attachments
from message being yanked.
-2002-05-20 Bill Wohler <Bill.Wohler@openwave.com>
+2002-05-20 Bill Wohler <Bill.Wohler@openwave.com>
* mh-utils.el (mh-invisible-headers-show-xface): First sentence of
docstring was not entirely on first line so was truncated in
* org.el (org-get-outline-path): Fix bug if level is not given.
- * org-agenda.el (org-finalize-agenda): Fix typo with variable
- name.
+ * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-agenda-change-all-lines): New argument
FORCE-TAGS.
- (org-agenda-set-tags): Cet the new tags and pas them to
+ (org-agenda-set-tags): Get the new tags and pass them to
`org-format-agenda-item'.
2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
(org-structure-template-alist): New, experimental option.
(org-complete): Call `org-complete-expand-structure-template'.
-2008-06-17 Bastien Guerry <bzg@altern.org>
+2008-06-17 Bastien Guerry <bzg@altern.org>
* org-export-latex.el (org-export-latex-preprocess): Added
support for blockquotes.
* org-exp.el (org-export-as-html, org-close-li): Implement
description lists.
-2008-06-17 Jason Riedy <jason@acm.org>
+2008-06-17 Jason Riedy <jason@acm.org>
* org-table.el (*orgtbl-default-fmt*): New variable.
(orgtbl-format-line): Use the value of *orgtbl-default-fmt*
When XmIsCascadeButton, don't call XmCreateCascadeButtonGadget,
just modify the existing one.
-1996-08-09 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-08-09 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* lwlib.c (merge_widget_value): Undo previous change.
* Version 19.32 released.
-1996-07-31 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-07-31 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* lwlib-Xm.c (make_menubar): Turn off menu accelerator.
-1996-07-24 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-07-24 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* lwlib.c (merge_widget_value) [USE_MOTIF]: Pass along the change
flag from merged_contents.
* lwlib-Xm.h, lwlib-Xm.c, lwlib.h, lwlib.c: Undo previous change.
-1996-07-03 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-07-03 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* lwlib-Xm.h: Declare lw_motif_menu_related_event_p.
* lwlib.c (lw_toolkit_related_event_p): A predicate to identify
toolkit-specific events.
-1996-06-07 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-06-07 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* lwlib-Xm.c (make_menu_in_widget): Set mapping delay
for cascade buttons to zero.
* xlwmenu.c: Add #include <X11/ObjectP.h> for X11R4.
-1994-09-18 Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
+1994-09-18 Frederic Pierresteguy <F.Pierresteguy@frcl.bull.fr>
* lwlib-Xm.c (make_dialog): When there is more than two pushbuttons,
set XmPACK_TIGHT and XmHORIZONTAL to the rowcolumn. Also add a
* Version 19.20 released.
-1993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
+1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
* Makefile.in (ALL_CFLAGS): Add C_SWITCH_X_SYSTEM.
-1993-09-27 Brian Fox (bfox@valhalla)
+1993-09-27 Brian J. Fox (bfox@valhalla)
* Makefile.in (CPP, LN_S, C_SWITCH_X_SITE, CC, CFLAGS): Allow
`configure' to supply the values for these variables.
-1993-09-26 Brian Fox (bfox@ai.mit.edu)
+1993-09-26 Brian J. Fox (bfox@ai.mit.edu)
* Makefile.in (VPATH, srcdir): Now that `configure' creates the
Makefiles, do not append the current directory to the value of
* atimer.c:
* Makefile.in: Remove code for Carbon.
-2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
+2008-07-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* macterm.c (XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
* w32font.c (w32font_full_name): Use floor to round.
-2008-03-10 dhruva <dhruvakm@gmail.com> (tiny change)
+2008-03-10 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
* sound.c (alsa_configure): Declare vol at beginning of block.
* s/convexos.h: New file.
-1993-11-10 Brian Fox (bfox@mole.gnu.ai.mit.edu)
+1993-11-10 Brian J. Fox (bfox@mole.gnu.ai.mit.edu)
* Makefile.in.in (intervals.o): Depend on puresize.h.
* s/sunos4-1-3.h (HAVE_TERMIOS): Defined.
-1993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
+1993-10-25 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
* process.c (Fopen_network_stream): Cast arg to inet_addr to (char *).
Pass it to functions found in function-key-map and key-translation-map.
(Fread_key_sequence, command_loop_1): Calls changed.
-1993-10-22 Brian Fox (bfox@albert.gnu.ai.mit.edu)
+1993-10-22 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
* config.h.in: Add #undef HAVE_UNISTD_H so configure can edit it
correctly.
* s/sco4.h (SYSTEM_TYPE): Put into #if 0.
(BSTRING): Define only if HAVE_BCOPY.
-1993-10-08 Brian Fox (bfox@albert.gnu.ai.mit.edu)
+1993-10-08 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
* search.c (skip_chars): Re-instate the check against the end of
the buffer, ignoring cryptic comment.
* s/linux.h (POSIX_SIGNALS): Comment fix.
-1993-09-30 Brian Fox (bfox@albert.gnu.ai.mit.edu)
+1993-09-30 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
* Makefile.in.in (ALL_CFLAGS): Make sure that `.' is searched
before `${srcdir}' when looking for include files.
* termhooks.h (enum event_kind): Doc fix.
-1993-09-27 Brian Fox (bfox@ai.mit.edu)
+1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
* ymakefile: Merged into Makefile.in.in.
from Makefile.in.in, and creates Makefile from Makefile.in.
ymakefile no longer exists, and xmakefile is never created.
-1993-09-24 Brian Fox (bfox@ai.mit.edu)
+1993-09-24 Brian J. Fox (bfox@ai.mit.edu)
* textprop.c (validate_plist): Add declaration for `list'
argument.
* textprop.c (F{next,previous}_single_property_change): Doc fix.
-1993-09-15 Brian Fox (bfox@ai.mit.edu)
+1993-09-15 Brian J. Fox (bfox@ai.mit.edu)
* data.c: Add declaration for atof if not predefined.
all of the data is written, or until we receive an error which is
not an interrupted write.
-1993-09-14 Brian Fox (bfox@ai.mit.edu)
+1993-09-14 Brian J. Fox (bfox@ai.mit.edu)
* keyboard.c (Qextended_command_history): New variable prevents
sharing of M-x command history with other commands that read
changes from Emacs 18 for completion_ignore_case.
(completion_ignore_case): Declare.
-1993-09-01 Brian Fox (bfox@ai.mit.edu)
+1993-09-01 Brian J. Fox (bfox@ai.mit.edu)
* window.c (Fdelete_windows_on): Fix DEFUN to allow optional
second argument to appear.
-1993-08-30 Brian Fox (bfox@ai.mit.edu)
+1993-08-30 Brian J. Fox (bfox@ai.mit.edu)
* ymakefile (alloc.o): Remove explicit compilation rule, since it
is identical to the default rule, and `$<' doesn't work in
explicit rules in all "make"s.
-1993-08-27 Brian Fox (bfox@ai.mit.edu)
+1993-08-27 Brian J. Fox (bfox@ai.mit.edu)
* gmalloc.c (safe_bcopy): Compile if MEMMOVE_MISSING is defined,
but only if we aren't compiling for emacs.
(LIB_STANDARD): Do not include -lcposix.
(C_SWITCH_SYSTEM) [__GNUC__]: Do not use -traditional.
-1993-08-17 Brian Fox (bfox@ai.mit.edu)
+1993-08-17 Brian J. Fox (bfox@ai.mit.edu)
* alloca.c: Invert sense of conditional for entire file (GNUC >=
2). Added `#else'.
* keyboard.c (syms_of_keyboard): Always define track-mouse.
(do_mouse_tracking): Always declare this var.
-1995-05-15 Marcus Daniels <marcus@ee.pdx.edu>
+1995-05-15 Marcus G. Daniels <marcus@ee.pdx.edu>
* s/linux.h: Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.
[__ELF__] (START_FILES, LIB_STANDARD, LIB_GCC, UNEXEC): Define these.
* buffer.c (list_buffers_1): Always mark current_buffer read-only.
-1994-10-20 Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
+1994-10-20 Frederic Pierresteguy <F.Pierresteguy@frcl.bull.fr>
* m/dpx2.h (LD_SWITCH_MACHINE): Defined.
* window.c (syms_of_window): Doc fix.
-1994-09-26 Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
+1994-09-26 Frederic Pierresteguy <F.Pierresteguy@frcl.bull.fr>
* m/dpx2.h (POSIX_SIGNALS): Define it.
(sigsetmask): Add #undef.
(NO_SOCKETS_IN_FILE_SYSTEM): Definition deleted.
(sigblock): New definition.
-1996-08-10 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* m/sequent-ptx.h (LOAD_AVE_TYPE, FSCALE, LOAD_AVE_CVT):
Undef them before defining.
(printchar, strout): Output into print_buffer.
(print_string): If printcharfun is nil, use strout.
-1996-07-26 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-07-26 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* xmenu.c (pending_menu_activation): New variable.
(x_activate_menubar): Don't call set_frame_menubar for
* xterm.c (last_mouse_press_frame): New variable.
(XTread_socket): Store a saved_button_event for ButtonRelease.
-1996-07-25 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-07-25 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* xmenu.c (set_frame_menubar): Use -1 for call_data
in the deep_p = 0 case.
* ntinevt.c (win32_read_socket): Never block reading from input queue.
-1996-07-24 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-07-24 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* editfns.c (Fencode_time): Assign to tm.tm_gmtoff for NEXTSTEP,
since timezone environment variable is ignored.
* s/usg5-4-3.h: New file.
-1996-07-11 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-07-11 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* xterm.c (XTread_socket): Add #ifdef for previous change.
* indent.c (Fvertical_motion): Doc fix.
-1996-07-03 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-07-03 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* xterm.c (XTread_socket): Use lw_tookit_related_event_p to
avoid sending toolkit-specific events to Emacs.
* process.c (Fopen_network_stream) [WINDOWSNT]: Ensure Windows
socket library is loaded if available.
-1996-06-07 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-06-07 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* xterm.c (XTread_socket): Use XtAppNextEvent when using
toolkit configurations.
* m/sparc.h [__linux__] (A_TEXT_OFFSET, A_TEXT_SEEK): Don't define.
-1996-05-24 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-05-24 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* xterm.c [SOLARIS2]: Include string.h.
(find_handler_clause): If Vdebug_force, call debugger
even if there are handlers.
-1996-09-26 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-09-26 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* xfns.c (x_set_scroll_bar_width): Move cursor to the
left margin, past a scroll bar, if any.
* window.c (syms_of_window): Doc fixes.
-1996-09-25 Marcus Daniels <marcus@sysc.pdx.edu>
+1996-09-25 Marcus G. Daniels <marcus@sysc.pdx.edu>
* s/irix5-0.h (sigsetmask, _longjmp, _setjmp): #undef them.
(_BSD_SIGNALS): Definition deleted.
* xfns.c (Fx_create_frame): Default Qvertical_scroll_bars to `left'.
-1996-09-20 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-09-20 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* xterm.c (XTclear_end_of_line): Shift end-of-line when there is a
left-side scroll bar by FRAME_LEFT_SCROLL_BAR_WIDTH.
(print): Print certain expressions more compactly when set.
Also use XCAR and XCDR directly -- we know we have conses.
-1996-08-23 Marcus Daniels <marcus@sayre.sysc.pdx.edu>
+1996-08-23 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
* xterm.c (x_term_init): If the default Xt font does not exist on
the X server, add a resource so that dialog boxes use a common font.