aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-05-16 12:01:57 +0000
committerJuanma Barranquero2002-05-16 12:01:57 +0000
commitb96fb65cd3074b83494dce3cc9ac283520dc8830 (patch)
tree1c56b1aabff905e539c7bb9ceb5e17a035a711ae
parente7bdfdcf2aeb171d40ed9d2835c35e781243fe44 (diff)
downloademacs-b96fb65cd3074b83494dce3cc9ac283520dc8830.tar.gz
emacs-b96fb65cd3074b83494dce3cc9ac283520dc8830.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/nnmail.el6
-rw-r--r--lisp/play/handwrite.el2
-rw-r--r--src/ChangeLog5
5 files changed, 17 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3d42733407f..01b6fdd6211 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12002-05-16 Juanma Barranquero <lektu@terra.es> 12002-05-16 Juanma Barranquero <lektu@terra.es>
2 2
3 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
4
5 * filesets.el (filesets-ormap): Fix typo.
6
3 * faces.el (describe-face): Fix typo. 7 * faces.el (describe-face): Fix typo.
4 8
52002-05-15 Stefan Monnier <monnier@cs.yale.edu> 92002-05-15 Stefan Monnier <monnier@cs.yale.edu>
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index bfcdcc2d1ee..b586668a20f 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12002-05-16 Juanma Barranquero <lektu@terra.es>
2
3 * gnus-art.el (gnus-mime-copy-part): Fix typo.
4
12002-05-09 Miles Bader <miles@gnu.org> 52002-05-09 Miles Bader <miles@gnu.org>
2 6
3 * gnus-cite.el (gnus-cite-blank-line-after-header): New variable. 7 * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el
index ad28361ebd8..cf8ae33838e 100644
--- a/lisp/gnus/nnmail.el
+++ b/lisp/gnus/nnmail.el
@@ -651,7 +651,7 @@ If SOURCE is a directory spec, try to return the group name component."
651 651
652(defsubst nnmail-search-unix-mail-delim () 652(defsubst nnmail-search-unix-mail-delim ()
653 "Put point at the beginning of the next Unix mbox message." 653 "Put point at the beginning of the next Unix mbox message."
654 ;; Algorithm used to find the the next article in the 654 ;; Algorithm used to find the next article in the
655 ;; brain-dead Unix mbox format: 655 ;; brain-dead Unix mbox format:
656 ;; 656 ;;
657 ;; 1) Search for "^From ". 657 ;; 1) Search for "^From ".
@@ -680,7 +680,7 @@ If SOURCE is a directory spec, try to return the group name component."
680 680
681(defun nnmail-search-unix-mail-delim-backward () 681(defun nnmail-search-unix-mail-delim-backward ()
682 "Put point at the beginning of the current Unix mbox message." 682 "Put point at the beginning of the current Unix mbox message."
683 ;; Algorithm used to find the the next article in the 683 ;; Algorithm used to find the next article in the
684 ;; brain-dead Unix mbox format: 684 ;; brain-dead Unix mbox format:
685 ;; 685 ;;
686 ;; 1) Search for "^From ". 686 ;; 1) Search for "^From ".
@@ -1188,7 +1188,7 @@ See the documentation for the variable `nnmail-split-fancy' for documentation."
1188 (let ((split-rest (cddr split)) 1188 (let ((split-rest (cddr split))
1189 (end (match-end 0)) 1189 (end (match-end 0))
1190 ;; The searched regexp is \(\(FIELD\).*\)\(VALUE\). So, 1190 ;; The searched regexp is \(\(FIELD\).*\)\(VALUE\). So,
1191 ;; start-of-value is the the point just before the 1191 ;; start-of-value is the point just before the
1192 ;; beginning of the value, whereas after-header-name is 1192 ;; beginning of the value, whereas after-header-name is
1193 ;; the point just after the field name. 1193 ;; the point just after the field name.
1194 (start-of-value (match-end 1)) 1194 (start-of-value (match-end 1))
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el
index cba4147b4e3..95ddac4c0bf 100644
--- a/lisp/play/handwrite.el
+++ b/lisp/play/handwrite.el
@@ -492,7 +492,7 @@ values for `handwrite-linespace' and `handwrite-numlines'."
492}def 492}def
493%%EndPreamble\n")) 493%%EndPreamble\n"))
494 494
495;;The the font size for the PostScript output. 495;;The font size for the PostScript output.
496;;Also the x-y-translations of the PostScript stuff. 496;;Also the x-y-translations of the PostScript stuff.
497(defun handwrite-insert-info () 497(defun handwrite-insert-info ()
498 (insert "\n%%BeginSizeTranslate\n") 498 (insert "\n%%BeginSizeTranslate\n")
diff --git a/src/ChangeLog b/src/ChangeLog
index 51589cfd189..4afed51fa03 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12002-05-16 Juanma Barranquero <lektu@terra.es>
2
3 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix
4 typo.
5
12002-05-15 Stefan Monnier <monnier@cs.yale.edu> 62002-05-15 Stefan Monnier <monnier@cs.yale.edu>
2 7
3 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more 8 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more