diff options
| author | Juanma Barranquero | 2006-11-24 11:16:37 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-24 11:16:37 +0000 |
| commit | 550831ed89d2b48077b38fe7e469f8c82f89419a (patch) | |
| tree | 7a8bfd2fdb416b28f93092e05f5d8ce3b8ed9f6f /lisp | |
| parent | 219a77002cd208c31fc53f23ce2cecc5732841da (diff) | |
| download | emacs-550831ed89d2b48077b38fe7e469f8c82f89419a.tar.gz emacs-550831ed89d2b48077b38fe7e469f8c82f89419a.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 16 |
3 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2eb85221b32..26115e5959c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2006-11-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * net/rcirc.el (rcirc-buffer-maximum-lines): | ||
| 4 | * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings. | ||
| 5 | |||
| 6 | * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back) | ||
| 7 | (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw): | ||
| 8 | Fix typos in output messages. | ||
| 9 | (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings. | ||
| 10 | |||
| 1 | 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 12 | ||
| 3 | * hexl.el (hexl-mode): Don't try to guess the max-address: get it from | 13 | * hexl.el (hexl-mode): Don't try to guess the max-address: get it from |
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index d7b925a6057..385ada93035 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-11-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * erc.el (erc-after-connect, erc-open-ssl-stream) | ||
| 4 | (erc-display-line-1, erc-display-line): | ||
| 5 | * erc-backend.el (005): Fix space/tab mixup in docstrings. | ||
| 6 | |||
| 1 | 2006-11-20 Michael Olson <mwolson@gnu.org> | 7 | 2006-11-20 Michael Olson <mwolson@gnu.org> |
| 2 | 8 | ||
| 3 | * erc.el (erc-version-string): Call this Version 5.2 stable | 9 | * erc.el (erc-version-string): Call this Version 5.2 stable |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 196c0e6ff71..2d3b4868b7e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2006-11-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * gnus-agent.el (gnus-agent-expire-unagentized-dirs) | ||
| 4 | (gnus-agent-regenerate-group): Fix space/tab mixup in messages. | ||
| 5 | |||
| 6 | * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name): | ||
| 7 | * gnus-group.el (gnus-group-sort-function, gnus-group-line-format) | ||
| 8 | (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group) | ||
| 9 | (gnus-group-make-directory-group, gnus-group-transpose-groups): | ||
| 10 | * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe) | ||
| 11 | (gnus-subscribe-newsgroup, gnus-1): | ||
| 12 | * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads): | ||
| 13 | * gnus.el (gnus-nntp-server, gnus-use-cross-reference) | ||
| 14 | (gnus-valid-select-methods, total-expire, gnus-summary-line-format) | ||
| 15 | (gnus-group-read-only-p): Fix space/tab mixup in docstrings. | ||
| 16 | |||
| 1 | 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> | 17 | 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> |
| 2 | 18 | ||
| 3 | * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough | 19 | * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough |