all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: rms@gnu.org
Cc: Glenn Morris <rgm@gnu.org>, Nick Roberts <nickrob@snap.net.nz>,
	emacs-devel@gnu.org
Subject: Kevin Rodgers changes
Date: Fri, 06 Apr 2007 15:23:33 -0400	[thread overview]
Message-ID: <87odm1l32i.fsf_-_@stupidchicken.com> (raw)
In-Reply-To: <87d52ifekm.fsf@stupidchicken.com> (Chong Yidong's message of "Thu\, 05 Apr 2007 21\:59\:21 -0400")

Currently, Kevin Rodger's unassigned extant Emacs contributions
consist of 12 changes, totalling 26 lines.

In addition, he has two small manual changes that should be rewritten:

2006-12-08 files.texi (Misc File Ops): Document insert-file-literally.
2006-12-23 killing.texi (Deletion): Describe M-\ prefix argument.

Richard, can we proceed without Kevin's assignment if these manual
changes are made?


== Details: ==========================================================

Here is an updated list of Kevin Rodger's changes to Emacs (apart from
the above manual changes), divided into four categories.

  (1) Small but non-trivial changes currently in Emacs.
  (2) Changes we don't need to worry about (one-character typos etc).
  (3) Some unimportant changes that I went ahead and reverted.
  (4) Changes that were subsequently deleted or overwritten.

I have not reverted any of his changes that would lead to loss of user
functionality.  If we do that, the number of items in category (1) can
be further reduced.  But 26 lines is surely safe enough.

=====================================================================

(1) Existing changes:

1994-06-17  mailabbrev.el  (1 line change)
  (build-mail-abbrevs): Pass a recursivep argument in recursive call.

1994-07-11  mailabbrev.el  (1 line change)
  (define-mail-abbrev): Don't try to parse empty aliases.

1995-03-23 print.c (1 line change)
  (temp_output_buffer_setup): (Re)set the default directory of the
  temp buffer to that of the current buffer.

1995-05-19 mailalias.el (2 line change)
  (expand-mail-aliases): Expand aliases in From and Reply-to headers as
  well, plus the Resent- variants.

1995-06-30 mailabbrev.el (1 line change)
  (mail-resolve-all-aliases-1):	Downcase address before recursive call.

1995-11-10  files.el (2 line change)
  (find-file-noselect): Respect the value of find-file-visit-truename
  when FILENAME is a directory and find-file-run-dired is non-nil.

1998-06-03 replace.el (1 line change)
  (esc-map): Bind C-M-% to query-replace-regexp.

1997-12-22 simple.el (5 line change)
  (previous-matching-history-element): Bind case-fold-search to nil if
  REGEXP contains an uppercase letter.

1996-10-20 compile.el (1 line change)
  (compilation-skip-to-next-location): Defined.

2003-03-06 ffap.el (1 line change)
  (dired-at-point): Check whether the user can create a directory
  before asking about creating it.

2005-08-20 progmodes/compile.el (9 line change)
  (compilation-disable-input): New defcustom.
  (compilation-start): If compilation-disable-input is non-nil, send
  EOF to the compilation process.

2006-12-30 files.el (1 line change)
  (backup-buffer): Show entire backup file name in msg.

=====================================================================

(2) Existing changes that we don't have to worry about

1998-07-07 vc.el (KR has papers for VC)

2003-09-01 progmodes/compile.el (code copied from next-error)
  (previous-error): Accept a prefix argument, similarly to next-error.

2006-12-22 progmodes/sh-script.el (typo, noncreative)
  (sh-make-vars-local): Fix a typo in message string.

=====================================================================

(3) Changes that have been reverted.

1995-05-19 sendmail.el
  (mail-mode): Clarify doc string.
  (mail-text): Ditto.

1997-11-02 emacs-lisp/byte-opt.el
  (byte-optimize-concat): New function.

1998-08-26 isearch.el
  (isearch-forward): Doc fix.

2003-03-07 dired-x.el
  (dired-guess-shell-case-fold-search): New user option.
  (dired-guess-default): Use it.

2004-11-12 desktop.el
  (desktop-create-buffer, desktop-save): Avoid some consing by using
  mapc instead of mapcar.

2003-07-25 menu-bar.el
  (menu-bar-tools-menu): Minor change in strings.

2007-03-04 diff-mode.el
  (diff-mode): Doc fix.

2006-01-27 textmodes/flyspell.el
  (flyspell-incorrect, flyspell-duplicate): Doc fix.

=====================================================================

(4) Obsoleted changes (code that has been subsequently deleted from Emacs)

1994-08-26 xfns.c (Fx_color_defined_p has been deleted)
  (Fx_color_defined_p): Return list of RGB values, not just t.

1995-04-20 dired-x.el (dired-omit-files-p has been deleted)
  Change the instructions in the INSTALLATION comment block to set
  buffer-local variables like dired-omit-files-p in dired-mode-hook.
  (dired-omit-files-p): Make local to all buffers.
  (dired-omit-files): Fix doc string (not buffer-local).
  (dired-omit-startup): Don't need to make dired-omit-files-p
  local to buffer here.

1995-12-13 ange-ftp.el (code rewritten using new process functions)
  (ange-ftp-load): Added missing form to `cdr' down tryfiles in
  `while' loop.

1996-09-12 loadhist.el  (reimplemented by KFS)
  (read-feature): New function.
  (unload-feature): Read FEATURE interactively with read-feature.

1996-11-04 compile.el (this code has been completely rewritten)
  (compile-highlight-display-limit): New variable.
  (compilation-handle-exit): Parse error messages here as specified by
  compile-highlight-display-limit.
  (compile-reinitialize-errors): Add highlighting to error messages
  once they are parsed.
  (compilation-forget-errors): Remove highlighting properties here.

1997-03-24 compile.el (this has been rewritten; see KFS's email)
  (grep-program): New variable.
  (grep-command): Use it, and test whether it supports the -e
  option; fix doc string (last command is stored in history variable).
  (grep-null-device): Declare before grep-program and grep-command.
  (grep-find-use-xargs, grep-find-command, grep-find-history):
  New variables.
  (grep-find): New command.
  (grep): Only concatenate grep-null-device to COMMAND when it's
  not nil (to support grep-find).

1997-12-22 simple.el (these doc fixes have been overwritten)
  (previous-matching-history-element, next-matching-history-element):
  Doc fixes.

1996-10-20 compile.el (this code has been completely rewritten)
  (compilation-next-error-locus, compilation-parse-errors): Respect
  compilation-skip-to-next-location.

2005-12-10 emacs-lisp/lisp.el (rewritten by Stefan Monnier on 2005-12-21)
  (lisp-complete-symbol): Regenerate the completion list, even after a
  partial completion has been inserted in the current buffer.  If
  there are more than 1 completion, redisplay the *Completions*
  buffer; if the completion is unique, delete the *Completions*
  window.

  parent reply	other threads:[~2007-04-06 19:23 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-22 17:23 display-completion-list should not strip text properties Drew Adams
2007-01-22 18:56 ` Stefan Monnier
2007-01-23  2:07 ` Richard Stallman
2007-01-23  5:10   ` Drew Adams
2007-01-23 21:32     ` Drew Adams
2007-01-24  8:22     ` Richard Stallman
2007-01-24 23:43       ` Johan Bockgård
2007-01-25 10:53         ` Richard Stallman
2007-01-26 13:17           ` Vinicius Jose Latorre
2007-01-27  0:46             ` Richard Stallman
2007-09-01 19:56           ` Drew Adams
2007-09-02 18:52             ` Juri Linkov
2007-09-03 18:25               ` Richard Stallman
2007-09-03 23:48                 ` Juri Linkov
2007-09-04  5:59                   ` David Kastrup
2007-09-04  9:52                     ` Juri Linkov
2007-09-04  8:49                   ` tomas
2007-09-04  9:54                     ` Juri Linkov
2007-09-04 10:56                       ` Johan Bockgård
2007-09-04 22:58                         ` Richard Stallman
2007-09-04 16:45                   ` Richard Stallman
2007-09-04 18:51                     ` Drew Adams
2007-09-04 22:46                       ` Davis Herring
2007-09-05  6:16                         ` Richard Stallman
2007-09-05 14:21                           ` Drew Adams
2007-09-06  4:59                             ` Richard Stallman
2007-09-06 16:35                               ` Drew Adams
2007-09-06 20:04                                 ` Edward O'Connor
2007-09-06 20:16                                   ` Drew Adams
2007-09-06 23:08                                     ` Robert J. Chassell
2007-09-06 23:42                                       ` Davis Herring
2007-09-07 12:30                                         ` Robert J. Chassell
2007-09-08  7:00                                           ` Richard Stallman
2007-09-07 19:53                                     ` Richard Stallman
2007-09-07 22:07                                       ` Drew Adams
2007-09-06 20:06                                 ` David Kastrup
2007-09-06 20:22                                   ` Drew Adams
2007-09-07  6:31                                 ` Richard Stallman
2007-09-05  6:16                       ` Richard Stallman
2007-03-20 22:36       ` Drew Adams
2007-04-02 16:55         ` Drew Adams
2007-04-02 18:51           ` Kim F. Storm
2007-04-03 21:40           ` Richard Stallman
2007-04-03 21:53             ` Juanma Barranquero
2007-04-04 14:03               ` Richard Stallman
2007-04-03 22:03             ` Nick Roberts
2007-04-04 14:03             ` Richard Stallman
2007-04-04 14:59               ` Chong Yidong
2007-04-05 23:11                 ` Richard Stallman
2007-04-05 23:20                   ` Chong Yidong
2007-04-06 19:47                     ` Richard Stallman
2007-04-05 23:45                   ` Nick Roberts
2007-04-06  1:15                     ` Glenn Morris
2007-04-06  1:59                       ` Chong Yidong
2007-04-06  2:22                         ` David Kastrup
2007-04-06  4:18                         ` Glenn Morris
2007-04-06  8:41                         ` Eli Zaretskii
2007-04-06 14:47                           ` Chong Yidong
2007-04-06 16:26                         ` Kim F. Storm
2007-04-06 17:34                           ` Eli Zaretskii
2007-04-07 12:40                           ` Richard Stallman
2007-04-06 17:06                         ` Kim F. Storm
2007-04-06 19:23                         ` Chong Yidong [this message]
2007-04-07  7:32                           ` Kevin Rodgers changes martin rudalics
2007-04-07 12:40                           ` Richard Stallman
2007-04-07 16:57                             ` Chong Yidong
2007-04-07 17:34                             ` Eli Zaretskii
2007-04-08 12:28                               ` Richard Stallman
2007-04-08 21:07                                 ` Eli Zaretskii
2007-04-09 14:33                                   ` Daniel Brockman
2007-04-09 15:42                                   ` Richard Stallman
2007-04-08 21:30                                 ` Chong Yidong
2007-04-09 15:42                                   ` Richard Stallman
2007-04-11 16:38                         ` display-completion-list should not strip text properties Markus Triska
2007-04-11 17:13                           ` Chong Yidong
2007-04-06 19:47                     ` Richard Stallman
2007-04-06  8:42                   ` Eli Zaretskii
2007-04-06 19:47                     ` Richard Stallman
2007-04-04 17:45               ` Edward O'Connor
2007-04-05 14:36                 ` Chong Yidong
2007-04-05 15:02                   ` Juanma Barranquero
2007-04-05 23:11                 ` Richard Stallman
2007-01-24  7:07   ` Kevin Rodgers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87odm1l32i.fsf_-_@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=nickrob@snap.net.nz \
    --cc=rgm@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.