aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-10-13 01:25:19 +0200
committerJuanma Barranquero2010-10-13 01:25:19 +0200
commitc0943d3db2b2737d5092e887fd22d7088c3ca43d (patch)
treeee909e2f48e5315a883802b75866b7df861c60f5
parent51e4f4a88de94846f6b44b3e11496c7b67aa2f5e (diff)
downloademacs-c0943d3db2b2737d5092e887fd22d7088c3ca43d.tar.gz
emacs-c0943d3db2b2737d5092e887fd22d7088c3ca43d.zip
Fix typos in docstrings, comments and ChangeLogs.
* etc/tutorials/TUTORIAL.es: Fix typos. * lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits): Fix typo in message. (semantic-symref-list-map-open-hits): Fix typo in docstring. * lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring. * lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring. * lisp/international/mule.el (define-coding-system): * lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info): * composite.el (compose-region): Fix typo in docstring. * lisp/org/org-agenda.el (org-prefix-category-length) (org-prefix-category-max-length): Fix typos in docstrings. * src/font.c (Ffont_variation_glyphs): * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
-rw-r--r--admin/unidata/unidata-gen.el2
-rw-r--r--doc/emacs/ChangeLog2
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/tutorials/TUTORIAL.es66
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/ChangeLog.118
-rw-r--r--lisp/ChangeLog.122
-rw-r--r--lisp/ChangeLog.132
-rw-r--r--lisp/ChangeLog.142
-rw-r--r--lisp/ChangeLog.82
-rw-r--r--lisp/ChangeLog.934
-rw-r--r--lisp/cedet/ChangeLog10
-rw-r--r--lisp/cedet/ede/base.el2
-rw-r--r--lisp/cedet/semantic/symref/list.el4
-rw-r--r--lisp/emacs-lisp/byte-opt.el2
-rw-r--r--lisp/erc/ChangeLog4
-rw-r--r--lisp/erc/erc-xdcc.el2
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/ChangeLog.222
-rw-r--r--lisp/gnus/nnmail.el2
-rw-r--r--lisp/international/mule.el2
-rw-r--r--lisp/international/titdic-cnv.el2
-rw-r--r--lisp/ls-lisp.el2
-rw-r--r--lisp/man.el2
-rw-r--r--lisp/mh-e/ChangeLog.132
-rw-r--r--lisp/org/ChangeLog7
-rw-r--r--lisp/org/org-agenda.el4
-rw-r--r--lisp/simple.el2
-rw-r--r--src/ChangeLog9
-rw-r--r--src/ChangeLog.232
-rw-r--r--src/ChangeLog.38
-rw-r--r--src/ChangeLog.56
-rw-r--r--src/ChangeLog.72
-rw-r--r--src/ChangeLog.82
-rw-r--r--src/ChangeLog.916
-rw-r--r--src/font.c2
-rw-r--r--src/frame.h2
-rw-r--r--src/nsterm.m10
38 files changed, 180 insertions, 154 deletions
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el
index 88e21d7226e..211c6f0a530 100644
--- a/admin/unidata/unidata-gen.el
+++ b/admin/unidata/unidata-gen.el
@@ -95,7 +95,7 @@
95 (with-temp-buffer 95 (with-temp-buffer
96 ;; Insert a file of this format: 96 ;; Insert a file of this format:
97 ;; (CHAR NAME CATEGORY ...) 97 ;; (CHAR NAME CATEGORY ...)
98 ;; where CHAR is a charater code, the following elements are strings 98 ;; where CHAR is a character code, the following elements are strings
99 ;; representing character properties. 99 ;; representing character properties.
100 (insert-file-contents unidata-text-file) 100 (insert-file-contents unidata-text-file)
101 (goto-char (point-min)) 101 (goto-char (point-min))
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 2c47fbe0daf..b5a5c700688 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -147,7 +147,7 @@
147 147
148 * custom.texi (Init Examples): Add xref to Mail Header. 148 * custom.texi (Init Examples): Add xref to Mail Header.
149 149
150 * emacs.texi (Top): Fix xrefs. 150 * emacs.texi (Top): Fix xrefs.
151 151
1522010-03-25 Chong Yidong <cyd@stupidchicken.com> 1522010-03-25 Chong Yidong <cyd@stupidchicken.com>
153 153
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 7bbc06fa4af..ac7ab124656 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12010-10-12 Juanma Barranquero <lekktu@gmail.com>
2
3 * tutorials/TUTORIAL.es: Fix typos.
4
12010-09-21 Eric Ludlam <zappo@gnu.org> 52010-09-21 Eric Ludlam <zappo@gnu.org>
2 6
3 * srecode/java.srt: Make NAME be a prompt. 7 * srecode/java.srt: Make NAME be a prompt.
diff --git a/etc/tutorials/TUTORIAL.es b/etc/tutorials/TUTORIAL.es
index 7fb7ac2c2a3..7b8198a915b 100644
--- a/etc/tutorials/TUTORIAL.es
+++ b/etc/tutorials/TUTORIAL.es
@@ -1,4 +1,4 @@
1Tutorial de Emacs. Vea al final las condiciones de copiado. 1Tutorial de Emacs. Vea al final las condiciones de copiado.
2 2
3Generalmente los comandos de Emacs involucran la tecla CONTROL 3Generalmente los comandos de Emacs involucran la tecla CONTROL
4(algunas veces llamada CTRL O CTL) o la tecla meta (algunas veces 4(algunas veces llamada CTRL O CTL) o la tecla meta (algunas veces
@@ -17,7 +17,7 @@ Nota importante: para terminar la sesión de Emacs teclee C-x C-c (dos
17caracteres). Los caracteres ">>" en el margen izquierdo indican 17caracteres). Los caracteres ">>" en el margen izquierdo indican
18instrucciones para que usted trate de usar un comando. Por ejemplo: 18instrucciones para que usted trate de usar un comando. Por ejemplo:
19<<Blank lines inserted around following line by help-with-tutorial>> 19<<Blank lines inserted around following line by help-with-tutorial>>
20[Mitad de página en blanco para propósitos didácticos. El texto continúa abajo] 20[Mitad de página en blanco para propósitos didácticos. El texto continúa abajo]
21>> Ahora teclee C-v (ver la próxima pantalla) para desplazarse a la 21>> Ahora teclee C-v (ver la próxima pantalla) para desplazarse a la
22 siguiente pantalla (hágalo manteniendo la tecla control 22 siguiente pantalla (hágalo manteniendo la tecla control
23 oprimida mientras teclea v). Desde ahora debería hacer esto 23 oprimida mientras teclea v). Desde ahora debería hacer esto
@@ -75,7 +75,7 @@ equivalentes a las cuatro teclas de flechas, de esta manera:
75 Línea siguiente, C-n 75 Línea siguiente, C-n
76 76
77>> Mueva el cursor a la línea en la mitad del diagrama 77>> Mueva el cursor a la línea en la mitad del diagrama
78 usando C-n o C-p. Luego teclee C-l para ver el 78 usando C-n o C-p. Luego teclee C-l para ver el
79 diagrama completo centrado en la pantalla. 79 diagrama completo centrado en la pantalla.
80 80
81Le resultará fácil recordar estas letras por las palabras que 81Le resultará fácil recordar estas letras por las palabras que
@@ -200,7 +200,7 @@ manera de pasarle un factor de repetición a un comando es tecleando
200C-u y luego los dígitos antes de introducir los comandos. Si tiene 200C-u y luego los dígitos antes de introducir los comandos. Si tiene
201una tecla META (o EDIT o ALT), hay una manera alternativa para 201una tecla META (o EDIT o ALT), hay una manera alternativa para
202ingresar un argumento numérico: teclear los dígitos mientras presiona 202ingresar un argumento numérico: teclear los dígitos mientras presiona
203la tecla META. Recomendamos aprender el método C-u porque este 203la tecla META. Recomendamos aprender el método C-u porque éste
204funciona en cualquier terminal. El argumento numérico es también 204funciona en cualquier terminal. El argumento numérico es también
205llamado un "argumento prefijo", porque usted teclea el argumento antes 205llamado un "argumento prefijo", porque usted teclea el argumento antes
206del comando al que se aplica. 206del comando al que se aplica.
@@ -321,13 +321,13 @@ Puede borrar el último carácter que escribió oprimiendo <Delback>.
321<Delback> es una tecla en el teclado--la misma que normalmente usa 321<Delback> es una tecla en el teclado--la misma que normalmente usa
322fuera de emacs para borrar el último carácter que escribió. 322fuera de emacs para borrar el último carácter que escribió.
323Normalmente es una tecla una o dos filas arriba de la tecla <Return>, 323Normalmente es una tecla una o dos filas arriba de la tecla <Return>,
324y que esta usualmente rotulada como "Backspace", "Del" o simplemente 324y que está usualmente rotulada como "Backspace", "Del" o simplemente
325con una flecha en dirección izquierda que no es parte de las teclas de 325con una flecha en dirección izquierda que no es parte de las teclas de
326flecha. 326flecha.
327 327
328Si la tecla larga esta rotulada "Backspace", entonces esa es la que 328Si la tecla larga está rotulada "Backspace", entonces ésa es la que
329debe de usar para <Delback>. Puede haber otra tecla llamada "Del" en 329debe de usar para <Delback>. Puede haber otra tecla llamada "Del" en
330otra parte, pero esa no es <Delback>. 330otra parte, pero ésa no es <Delback>.
331 331
332Generalmente, <Delback> borra el carácter inmediatamente anterior a la 332Generalmente, <Delback> borra el carácter inmediatamente anterior a la
333posición actual del cursor. 333posición actual del cursor.
@@ -393,7 +393,7 @@ otro extremo de esa parte, y teclee C-w. Eso elimina todo el texto
393entre las dos posiciones. 393entre las dos posiciones.
394 394
395>> Mueva el cursor a la letra T del inicio del párrafo anterior. 395>> Mueva el cursor a la letra T del inicio del párrafo anterior.
396>> Teclee C-SPC. Emacs debe mostrar el mensaje "Mark set" en la parte 396>> Teclee C-SPC. Emacs debe mostrar el mensaje "Mark set" en la parte
397 de abajo de la pantalla. 397 de abajo de la pantalla.
398>> Mueva el cursor a la x en "extremo", en la segunda línea del 398>> Mueva el cursor a la x en "extremo", en la segunda línea del
399 párrafo. 399 párrafo.
@@ -405,7 +405,7 @@ puede ser reinsertado, mientras que las cosas "borradas" no pueden ser
405reinsertadas. La reinserción de texto eliminado se llama "yanking" o 405reinsertadas. La reinserción de texto eliminado se llama "yanking" o
406"pegar". Generalmente, los comandos que pueden quitar mucho texto lo 406"pegar". Generalmente, los comandos que pueden quitar mucho texto lo
407eliminan, mientras que los comandos que quitan solo un carácter, o 407eliminan, mientras que los comandos que quitan solo un carácter, o
408solo lineas en blanco y espacios, borran (para que no pueda pegar ese 408solo líneas en blanco y espacios, borran (para que no pueda pegar ese
409texto). 409texto).
410 410
411>> Mueva el cursor al comienzo de una línea que no esté vacía. 411>> Mueva el cursor al comienzo de una línea que no esté vacía.
@@ -417,14 +417,14 @@ Note que al teclear C-k una sola vez elimina el contenido de la línea,
417y un segundo C-k elimina la línea misma, y hace que todas las otras 417y un segundo C-k elimina la línea misma, y hace que todas las otras
418líneas se muevan hacia arriba. C-k trata un argumento numérico 418líneas se muevan hacia arriba. C-k trata un argumento numérico
419especialmente: Elimina ese número de líneas y TAMBIÉN sus 419especialmente: Elimina ese número de líneas y TAMBIÉN sus
420contenidos. Esto no es una simple repetición. C-u 2 C-k elimina dos 420contenidos. Esto no es una simple repetición. C-u 2 C-k elimina dos
421líneas y sus nuevas líneas, tecleando C-k dos veces no hace esto. 421líneas y sus nuevas líneas, tecleando C-k dos veces no hace esto.
422 422
423Traer texto eliminado de regreso es llamado "yanking" o "pegar". 423Traer texto eliminado de regreso es llamado "yanking" o "pegar".
424(Piense en ello como pegar de nuevo, o traer de vuelta, algún texto 424(Piense en ello como pegar de nuevo, o traer de vuelta, algún texto
425que le fue quitado.) Puede pegar el texto eliminado en, ya sea el 425que le fue quitado.) Puede pegar el texto eliminado en, ya sea el
426lugar en que fue eliminado, o en otra parte del buffer, o hasta en un 426lugar en que fue eliminado, o en otra parte del buffer, o hasta en un
427archivo diferente. Puede pegar el texto varias veces, lo que hace 427archivo diferente. Puede pegar el texto varias veces, lo que hace
428varias copias de él. 428varias copias de él.
429 429
430El comando para pegar es C-y. Reinserta el último texto eliminado, en 430El comando para pegar es C-y. Reinserta el último texto eliminado, en
@@ -460,7 +460,7 @@ eliminación más reciente).
460 Luego teclee M-y y será reemplazado por la primera línea eliminada. 460 Luego teclee M-y y será reemplazado por la primera línea eliminada.
461 Teclee más veces M-y y vea lo que obtiene. Siga haciéndolo hasta 461 Teclee más veces M-y y vea lo que obtiene. Siga haciéndolo hasta
462 que la segunda línea eliminada regrese, y entonces unas pocas 462 que la segunda línea eliminada regrese, y entonces unas pocas
463 más. Si quiere, puede tratar de darle a M-y argumentos positivos y 463 más. Si quiere, puede tratar de darle a M-y argumentos positivos y
464 negativos. 464 negativos.
465 465
466 466
@@ -477,7 +477,7 @@ adicional.
477Pero hay dos excepciones: los comandos que no cambian el texto no 477Pero hay dos excepciones: los comandos que no cambian el texto no
478cuentan (esto incluye los comandos de movimiento del cursor y el 478cuentan (esto incluye los comandos de movimiento del cursor y el
479comando de desplazamiento), y los caracteres de autoinserción se 479comando de desplazamiento), y los caracteres de autoinserción se
480manejan usualmente en grupos de hasta 20. (Esto es para reducir el 480manejan usualmente en grupos de hasta 20. (Esto es para reducir el
481numero de C-x u que tenga que teclear para deshacer una inserción en 481numero de C-x u que tenga que teclear para deshacer una inserción en
482el texto.) 482el texto.)
483 483
@@ -504,7 +504,7 @@ si puede pegarlo con C-y; no hay diferencia alguna para deshacer.
504Para que pueda hacer permanente el texto que edite, lo debe colocar en 504Para que pueda hacer permanente el texto que edite, lo debe colocar en
505un archivo. De otra manera, éste se perderá cuando cierre Emacs. 505un archivo. De otra manera, éste se perderá cuando cierre Emacs.
506Para poder poner su texto en un archivo, debe "encontrar" el archivo 506Para poder poner su texto en un archivo, debe "encontrar" el archivo
507antes de ingresar el texto. (Esto se llama también "visitar" el 507antes de ingresar el texto. (Esto se llama también "visitar" el
508archivo.) 508archivo.)
509 509
510Encontrar un archivo significa que puede ver su contenido dentro de 510Encontrar un archivo significa que puede ver su contenido dentro de
@@ -556,7 +556,7 @@ teclee el comando
556 556
557Esto copia el texto dentro de Emacs al archivo. La primera vez que 557Esto copia el texto dentro de Emacs al archivo. La primera vez que
558haga esto, Emacs renombrará el archivo original con un nuevo nombre 558haga esto, Emacs renombrará el archivo original con un nuevo nombre
559para que este no se pierda. El nuevo nombre se hace agregando "~" al 559para que éste no se pierda. El nuevo nombre se hace agregando "~" al
560final del nombre del archivo original. 560final del nombre del archivo original.
561 561
562Cuando guardar haya terminado, Emacs mostrará el nombre del archivo 562Cuando guardar haya terminado, Emacs mostrará el nombre del archivo
@@ -595,13 +595,13 @@ Emacs almacena cada texto del archivo dentro de un objeto llamado
595Emacs. Para mirar la lista de los buffers que existen actualmente en 595Emacs. Para mirar la lista de los buffers que existen actualmente en
596su sesión de Emacs, teclee: 596su sesión de Emacs, teclee:
597 597
598 C-x C-b Lista de Buffers 598 C-x C-b Lista de buffers
599 599
600>> Pruebe C-x C-b ahora. 600>> Pruebe C-x C-b ahora.
601 601
602Vea como cada buffer tiene un nombre, y además puede tener un nombre 602Vea como cada buffer tiene un nombre, y además puede tener un nombre
603de archivo para el archivo que contiene. CUALQUIER texto que vea en 603de archivo para el archivo que contiene. CUALQUIER texto que vea en
604una ventana de Emacs es siempre parte de algún Buffer. 604una ventana de Emacs es siempre parte de algún buffer.
605 605
606>> Teclee C-x 1 para deshacerse de la lista de buffers. 606>> Teclee C-x 1 para deshacerse de la lista de buffers.
607 607
@@ -610,14 +610,14 @@ momento. Ese buffer es el que actualmente edita. Si quiere editar
610otro buffer, necesita "cambiar" a él. Si quiere cambiar a un buffer 610otro buffer, necesita "cambiar" a él. Si quiere cambiar a un buffer
611que corresponde a un archivo, puede hacerlo visitando el archivo de 611que corresponde a un archivo, puede hacerlo visitando el archivo de
612nuevo con C-x C-f. Pero existe una manera más rápida: use el comando 612nuevo con C-x C-f. Pero existe una manera más rápida: use el comando
613C-x b. En ese comando, necesita teclear el nombre de buffer. 613C-x b. En ese comando, necesita teclear el nombre de buffer.
614 614
615>> Teclee C-x b foo <Return> para volver al buffer "foo" que contiene 615>> Teclee C-x b foo <Return> para volver al buffer "foo" que contiene
616 el texto del archivo "foo". Después teclee C-x b TUTORIAL.es 616 el texto del archivo "foo". Después teclee C-x b TUTORIAL.es
617 <Return> para regresar a este tutorial. 617 <Return> para regresar a este tutorial.
618 618
619La mayoría del tiempo el nombre del buffer es el mismo que el nombre 619La mayoría del tiempo el nombre del buffer es el mismo que el nombre
620del archivo (sin la parte del directorio del archivo). Sin embargo, 620del archivo (sin la parte del directorio del archivo). Sin embargo,
621esto no es así siempre. La lista de buffers que hace con C-x C-b 621esto no es así siempre. La lista de buffers que hace con C-x C-b
622siempre muestra el nombre de todos los buffers. 622siempre muestra el nombre de todos los buffers.
623 623
@@ -638,7 +638,7 @@ dentro de Emacs en ese buffer del archivo. La creación o edición del
638segundo buffer de archivo no afecta al primero. Esto es muy útil, 638segundo buffer de archivo no afecta al primero. Esto es muy útil,
639pero también significa que necesita una forma conveniente para guardar 639pero también significa que necesita una forma conveniente para guardar
640el archivo del primer buffer. Sería una molestia tener que volver a 640el archivo del primer buffer. Sería una molestia tener que volver a
641este con C-x C-f para guardarlo con C-x C-s. Así tenemos 641éste con C-x C-f para guardarlo con C-x C-s. Así tenemos
642 642
643 C-x s Guardar algunos buffers 643 C-x s Guardar algunos buffers
644 644
@@ -655,10 +655,10 @@ guardada. Le pregunta, por cada buffer, si quiere guardarlo o no.
655 655
656Hay muchísimos más comandos de Emacs que los que podrían asignarse a 656Hay muchísimos más comandos de Emacs que los que podrían asignarse a
657todos los caracteres control y meta. Emacs puede darle la vuelta a 657todos los caracteres control y meta. Emacs puede darle la vuelta a
658esto usando el comando X (eXtendido). Este viene de dos formas: 658esto usando el comando X (eXtendido). Éste viene de dos formas:
659 659
660 C-x Carácter eXtendido. Seguido por un carácter. 660 C-x Carácter eXtendido. Seguido por un carácter.
661 M-x Comando eXtendido por nombre. Seguido por un nombre 661 M-x Comando eXtendido por nombre. Seguido por un nombre
662 largo. 662 largo.
663 663
664Estos comandos son generalmente útiles pero menos usados que los 664Estos comandos son generalmente útiles pero menos usados que los
@@ -713,7 +713,7 @@ El comando replace-string requiere dos argumentos: la cadena de
713caracteres a reemplazar, y la cadena de caracteres para reemplazarla. 713caracteres a reemplazar, y la cadena de caracteres para reemplazarla.
714Debe terminar cada argumento con <Return>. 714Debe terminar cada argumento con <Return>.
715 715
716>> Mueva el cursor hacia la línea en blanco dos líneas abajo de esta. 716>> Mueva el cursor hacia la línea en blanco dos líneas abajo de ésta.
717 A continuación escriba 717 A continuación escriba
718 M-x repl s<Return>cambiado<Return>alterado<Return>. 718 M-x repl s<Return>cambiado<Return>alterado<Return>.
719 719
@@ -762,7 +762,7 @@ que está editando.
762Ya sabe qué significa el nombre del archivo: es el archivo que usted 762Ya sabe qué significa el nombre del archivo: es el archivo que usted
763ha encontrado. -NN%-- indica su posición actual en el texto; esto 763ha encontrado. -NN%-- indica su posición actual en el texto; esto
764significa que NN por ciento del texto está encima de la parte superior 764significa que NN por ciento del texto está encima de la parte superior
765de la pantalla. Si el principio del archivo está en la pantalla, este 765de la pantalla. Si el principio del archivo está en la pantalla, éste
766dirá --Top-- en vez de --00%--. Si el final del texto está en la 766dirá --Top-- en vez de --00%--. Si el final del texto está en la
767pantalla, dirá --Bot--. Si está mirando un texto tan pequeño que cabe 767pantalla, dirá --Bot--. Si está mirando un texto tan pequeño que cabe
768en la pantalla, el modo de línea dirá --All--. 768en la pantalla, el modo de línea dirá --All--.
@@ -776,7 +776,7 @@ parte de la línea de modo no muestra asteriscos, solo guiones.
776 776
777La parte de la línea de modo dentro de los paréntesis es para 777La parte de la línea de modo dentro de los paréntesis es para
778indicarle en qué modo de edición está. El modo por omisión es 778indicarle en qué modo de edición está. El modo por omisión es
779Fundamental, el cual está usando ahora. Este es un ejemplo de un 779Fundamental, el cual está usando ahora. Éste es un ejemplo de un
780"modo mayor". 780"modo mayor".
781 781
782Emacs tiene diferentes modos mayores. Algunos están hechos para 782Emacs tiene diferentes modos mayores. Algunos están hechos para
@@ -841,7 +841,7 @@ Decimos que el comando "cambia el modo".
841 Debe intercalar espacios porque Auto Fill sólo rompe líneas en los 841 Debe intercalar espacios porque Auto Fill sólo rompe líneas en los
842 espacios. 842 espacios.
843 843
844El margen esta normalmente puesto en 70 caracteres, pero puede 844El margen está normalmente puesto en 70 caracteres, pero puede
845cambiarlo con el comando C-x f. Debe indicar el margen deseado como 845cambiarlo con el comando C-x f. Debe indicar el margen deseado como
846un argumento numérico. 846un argumento numérico.
847 847
@@ -1079,7 +1079,7 @@ Un comando similar, C-h v, muestra la documentación de variables cuyos
1079valores pueda poner para adecuar el comportamiento de Emacs. Necesita 1079valores pueda poner para adecuar el comportamiento de Emacs. Necesita
1080teclear el nombre de la variable cuando Emacs pregunte por ella. 1080teclear el nombre de la variable cuando Emacs pregunte por ella.
1081 1081
1082 C-h a Comando Apropos. Teclee una palabra y Emacs hará una 1082 C-h a Comando Apropos. Teclee una palabra y Emacs hará una
1083 lista de todos los comandos que contengan esa palabra. 1083 lista de todos los comandos que contengan esa palabra.
1084 Todos estos comandos pueden ser invocados con META-x. 1084 Todos estos comandos pueden ser invocados con META-x.
1085 Para algunos comandos, el Comando Apropos también 1085 Para algunos comandos, el Comando Apropos también
@@ -1113,7 +1113,7 @@ correspondientes tales como find-file.
1113--------------------- 1113---------------------
1114 1114
1115Puede aprender más de Emacs leyendo su manual, ya sea como libro o en 1115Puede aprender más de Emacs leyendo su manual, ya sea como libro o en
1116línea en el Info (use el menú Ayuda--"Help"--o teclee F10 h r). Dos 1116línea en el Info (use el menú Ayuda--"Help"--o teclee F10 h r). Dos
1117características que pueden gustarle son la completación, que ahorra 1117características que pueden gustarle son la completación, que ahorra
1118teclear, y dired, que simplifica el manejo de archivos. 1118teclear, y dired, que simplifica el manejo de archivos.
1119 1119
@@ -1126,7 +1126,7 @@ llamado "Completation".
1126 1126
1127Dired le permite listar los archivos en un directorio (y opcionalmente 1127Dired le permite listar los archivos en un directorio (y opcionalmente
1128sus subdirectorios), moverse alrededor de esa lista, visitar, 1128sus subdirectorios), moverse alrededor de esa lista, visitar,
1129renombrar, borrar y aparte de eso operar en los archivos. Dired esta 1129renombrar, borrar y aparte de eso operar en los archivos. Dired está
1130descrito en el Info en el manual de Emacs en el nodo llamado "Dired". 1130descrito en el Info en el manual de Emacs en el nodo llamado "Dired".
1131 1131
1132El manual también describe otras características de Emacs. 1132El manual también describe otras características de Emacs.
@@ -1189,7 +1189,7 @@ Copyright (C) 1985, 1996, 1998, 2001, 2002, 2003, 2004,
1189 posterior como lo permite esta nota. 1189 posterior como lo permite esta nota.
1190 1190
1191 Se permite distribuir versiones modificadas de este documento, o 1191 Se permite distribuir versiones modificadas de este documento, o
1192 porciones de este, bajo las condiciones anteriores, siempre que 1192 porciones de éste, bajo las condiciones anteriores, siempre que
1193 ellas tengan nota visible especificando quién fue el último en 1193 ellas tengan nota visible especificando quién fue el último en
1194 alterarlas. 1194 alterarlas.
1195 1195
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6e922bcacd4..1084d601706 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12010-10-12 Juanma Barranquero <lekktu@gmail.com> 12010-10-12 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * international/mule.el (define-coding-system):
4 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3 * composite.el (compose-region): Fix typo in docstring. 5 * composite.el (compose-region): Fix typo in docstring.
4 6
52010-10-10 Jan Djärv <jan.h.d@swipnet.se> 72010-10-10 Jan Djärv <jan.h.d@swipnet.se>
@@ -22,7 +24,7 @@
222010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change) 242010-10-09 Richard Sharman <richard_sharman@mitel.com> (tiny change)
23 25
24 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin) 26 * progmodes/gdb-ui.el (gdb-mouse-toggle-breakpoint-margin)
25 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to 27 (gdb-mouse-toggle-breakpoint-fringe): Correct regexp to
26 work when breakpoint number exceeds nine. 28 work when breakpoint number exceeds nine.
27 29
282010-10-05 David Koppelman <koppel@ece.lsu.edu> 302010-10-05 David Koppelman <koppel@ece.lsu.edu>
@@ -1065,7 +1067,7 @@
1065 1067
10662010-05-03 Chong Yidong <cyd@stupidchicken.com> 10682010-05-03 Chong Yidong <cyd@stupidchicken.com>
1067 1069
1068 * international/mule.el (auto-coding-alist): Only purecopy 1070 * international/mule.el (auto-coding-alist): Only purecopy
1069 car of each item, not the whole list (Bug#6083). 1071 car of each item, not the whole list (Bug#6083).
1070 1072
10712010-05-02 Chong Yidong <cyd@stupidchicken.com> 10732010-05-02 Chong Yidong <cyd@stupidchicken.com>
diff --git a/lisp/ChangeLog.1 b/lisp/ChangeLog.1
index dd96ee162f1..f5be5b6f1f8 100644
--- a/lisp/ChangeLog.1
+++ b/lisp/ChangeLog.1
@@ -570,11 +570,11 @@
570 570
5711986-01-18 Richard M. Stallman (rms@prep) 5711986-01-18 Richard M. Stallman (rms@prep)
572 572
573 * doctor.el: Fix typo "symtoms". 573 * doctor.el: Fix typo "symtoms".
574 574
5751986-01-10 Richard Mlynarik (mly@prep) 5751986-01-10 Richard Mlynarik (mly@prep)
576 576
577 * mail-utils.el (mail-fetch-field) 577 * mail-utils.el (mail-fetch-field):
578 regexp-quote the argument. 578 regexp-quote the argument.
579 579
5801986-01-10 Richard M. Stallman (rms@prep) 5801986-01-10 Richard M. Stallman (rms@prep)
@@ -917,7 +917,7 @@
917 * files.el (normal-mode): 917 * files.el (normal-mode):
918 New command to choose major mode automatically. 918 New command to choose major mode automatically.
919 919
920 * inc-vers.el: Renamed from inc-version.el 920 * inc-vers.el: Renamed from inc-version.el
921 for file name length reasons. 921 for file name length reasons.
922 922
923 * term/*.el: terminal-specific files found here now. 923 * term/*.el: terminal-specific files found here now.
@@ -2523,10 +2523,10 @@
2523 No, this directory is added automatically to the path 2523 No, this directory is added automatically to the path
2524 used by call-process. It should have worked before. - RMS 2524 used by call-process. It should have worked before. - RMS
2525 2525
2526 * loaddefs.el: C-z -> C-c in documentation for mail. 2526 * loaddefs.el: C-z -> C-c in documentation for mail.
2527 autoload report-emacs-bug from emacsbug.el. 2527 autoload report-emacs-bug from emacsbug.el.
2528 2528
2529 * emacsbug.el: New file. Reports bugs with version info. 2529 * emacsbug.el: New file. Reports bugs with version info.
2530 2530
2531 * helper.el (Helper-describe-bindings): 2531 * helper.el (Helper-describe-bindings):
2532 Make it describe local bindings faster by binding global map to 2532 Make it describe local bindings faster by binding global map to
@@ -2587,7 +2587,7 @@
2587 2587
25881985-06-11 K. Shane Hartman (shane@mit-prep) 25881985-06-11 K. Shane Hartman (shane@mit-prep)
2589 2589
2590 * ebuff-menu.el: Make M-C-v scroll-other-window instead of 2590 * ebuff-menu.el: Make M-C-v scroll-other-window instead of
2591 scroll-down. Make M-v scroll-down. 2591 scroll-down. Make M-v scroll-down.
2592 2592
2593 * ebuff-menu.el, echistory.el: Made them use electric. 2593 * ebuff-menu.el, echistory.el: Made them use electric.
@@ -2602,7 +2602,7 @@
2602 Made it use helper.el. Remove kill-ring-save stuff pending use of 2602 Made it use helper.el. Remove kill-ring-save stuff pending use of
2603 new winning prin1-to-string for minibuffer hacking. 2603 new winning prin1-to-string for minibuffer hacking.
2604 2604
2605 * view.el: Made it use helper.el. 2605 * view.el: Made it use helper.el.
2606 2606
2607 * helper.el: 2607 * helper.el:
2608 New module for packages which want to do help without giving up 2608 New module for packages which want to do help without giving up
@@ -2804,7 +2804,7 @@
2804 2804
28051985-06-01 K. Shane Hartman (shane@mit-prep) 28051985-06-01 K. Shane Hartman (shane@mit-prep)
2806 2806
2807 * loaddefs.el: Update documentation for rmail. 2807 * loaddefs.el: Update documentation for rmail.
2808 2808
2809 * lisp-mode.el (calculate-lisp-indent): 2809 * lisp-mode.el (calculate-lisp-indent):
2810 Asked (fboundp 'lisp-indent-hook). Right question is boundp. 2810 Asked (fboundp 'lisp-indent-hook). Right question is boundp.
@@ -2858,7 +2858,7 @@
2858 Skip strings, comments, char constants. 2858 Skip strings, comments, char constants.
2859 Find symbols even if they have no letters in them. 2859 Find symbols even if they have no letters in them.
2860 2860
2861 * mlsupport.el: Insert symbol-value call in use-local-map. 2861 * mlsupport.el: Insert symbol-value call in use-local-map.
2862 Handle key codes > 127 in local-bind-to-key. 2862 Handle key codes > 127 in local-bind-to-key.
2863 Write ml-modify-syntax-entry. 2863 Write ml-modify-syntax-entry.
2864 2864
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12
index 95f59243cb1..270fe8d6aeb 100644
--- a/lisp/ChangeLog.12
+++ b/lisp/ChangeLog.12
@@ -1140,7 +1140,7 @@
1140 (rcirc-keepalive-seconds): Remove variable. 1140 (rcirc-keepalive-seconds): Remove variable.
1141 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting) 1141 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1142 (rcirc-process, rcirc-user-disconnect): New variables. 1142 (rcirc-process, rcirc-user-disconnect): New variables.
1143 (rcirc-connect): Initalize new variables. 1143 (rcirc-connect): Initialize new variables.
1144 (rcirc-keepalive): Don't send keepalive pings before connection 1144 (rcirc-keepalive): Don't send keepalive pings before connection
1145 is completed. 1145 is completed.
1146 (rcirc-sentinel): Do mark all channels with activity when 1146 (rcirc-sentinel): Do mark all channels with activity when
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13
index 12ea1f45e17..c5a51f813a7 100644
--- a/lisp/ChangeLog.13
+++ b/lisp/ChangeLog.13
@@ -7567,7 +7567,7 @@
7567 (ediff-setup-windows-plain-merge) 7567 (ediff-setup-windows-plain-merge)
7568 (ediff-setup-windows-plain-compare, ediff-setup-control-frame) 7568 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
7569 (ediff-refresh-control-frame, ediff-get-visible-buffer-window): 7569 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
7570 * ediff-util.el (ediff-setup-keymap, ) 7570 * ediff-util.el (ediff-setup-keymap)
7571 (ediff-toggle-wide-display, ediff-toggle-multiframe) 7571 (ediff-toggle-wide-display, ediff-toggle-multiframe)
7572 (ediff-toggle-use-toolbar, ediff-really-quit) 7572 (ediff-toggle-use-toolbar, ediff-really-quit)
7573 (ediff-good-frame-under-mouse) 7573 (ediff-good-frame-under-mouse)
diff --git a/lisp/ChangeLog.14 b/lisp/ChangeLog.14
index 1edfd9081d0..1a22e27a816 100644
--- a/lisp/ChangeLog.14
+++ b/lisp/ChangeLog.14
@@ -640,7 +640,7 @@
640 640
6412009-04-11 Chong Yidong <cyd@stupidchicken.com> 6412009-04-11 Chong Yidong <cyd@stupidchicken.com>
642 642
643 * files.el (dir-locals-directory-cache): Rename from 643 * files.el (dir-locals-directory-cache): Rename from
644 dir-locals-directory-alist. Change format to include 644 dir-locals-directory-alist. Change format to include
645 the mtime of the directory-local variables file (Bug#2833). 645 the mtime of the directory-local variables file (Bug#2833).
646 (dir-locals-set-directory-class): New arg mtime. Store it in 646 (dir-locals-set-directory-class): New arg mtime. Store it in
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8
index fadec1174c8..d14bf04a56b 100644
--- a/lisp/ChangeLog.8
+++ b/lisp/ChangeLog.8
@@ -1172,7 +1172,7 @@
1172 1172
11731999-12-03 Kenichi Handa <handa@mule.m17n.org> 11731999-12-03 Kenichi Handa <handa@mule.m17n.org>
1174 1174
1175 * international/mule-util.el (truncate-string-to-width): Docsting 1175 * international/mule-util.el (truncate-string-to-width): Docstring
1176 fixed. 1176 fixed.
1177 1177
11781999-12-02 Stefan Monnier <monnier@cs.yale.edu> 11781999-12-02 Stefan Monnier <monnier@cs.yale.edu>
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9
index 6250bd0917a..a6112f97825 100644
--- a/lisp/ChangeLog.9
+++ b/lisp/ChangeLog.9
@@ -1667,7 +1667,7 @@
1667 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins. 1667 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1668 Don't include term/. 1668 Don't include term/.
1669 1669
1670 * mail/sc.el: Moved to obsolete/. 1670 * mail/sc.el: Moved to obsolete/.
1671 1671
16722001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br> 16722001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1673 1673
@@ -5547,7 +5547,7 @@
5547 5547
55482001-02-12 Dave Love <d.love@dl.ac.uk> 55482001-02-12 Dave Love <d.love@dl.ac.uk>
5549 5549
5550 * international/latin1-disp.el: Doc fixes. 5550 * international/latin1-disp.el: Doc fixes.
5551 (latin1-display) <defgroup>: Add :link. 5551 (latin1-display) <defgroup>: Add :link.
5552 (latin1-display) <function>: Set variable latin1-display. 5552 (latin1-display) <function>: Set variable latin1-display.
5553 5553
@@ -5773,7 +5773,7 @@
57732001-02-05 Kenichi Handa <handa@etl.go.jp> 57732001-02-05 Kenichi Handa <handa@etl.go.jp>
5774 5774
5775 * isearch.el (isearch-forward): Add description about input method 5775 * isearch.el (isearch-forward): Add description about input method
5776 in the docsting. 5776 in the docstring.
5777 5777
57782001-02-04 Stefan Monnier <monnier@cs.yale.edu> 57782001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5779 5779
@@ -8121,7 +8121,7 @@
8121 * dired.el (dired-get-filename): Return filename verbatim if 8121 * dired.el (dired-get-filename): Return filename verbatim if
8122 LOCALP is `verbatim'. 8122 LOCALP is `verbatim'.
8123 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with 8123 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
8124 `verbatim' so that we don't inadvertently delete a non-existant 8124 `verbatim' so that we don't inadvertently delete a non-existent
8125 directory name. 8125 directory name.
8126 8126
81272000-11-27 Kenichi Handa <handa@etl.go.jp> 81272000-11-27 Kenichi Handa <handa@etl.go.jp>
@@ -8747,7 +8747,7 @@
87472000-11-13 Miles Bader <miles@gnu.org> 87472000-11-13 Miles Bader <miles@gnu.org>
8748 8748
8749 * textmodes/fill.el (skip-line-prefix): New function. 8749 * textmodes/fill.el (skip-line-prefix): New function.
8750 (fill-region-as-paragraph, fill-region): Return the fill-prefix. 8750 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8751 (fill-paragraph): Don't leave point inside the fill-prefix. 8751 (fill-paragraph): Don't leave point inside the fill-prefix.
8752 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave 8752 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8753 point inside the fill-prefix. 8753 point inside the fill-prefix.
@@ -10795,7 +10795,7 @@
107952000-10-06 Dave Love <fx@gnu.org> 107952000-10-06 Dave Love <fx@gnu.org>
10796 10796
10797 * textmodes/fill.el (sentence-end-double-space) 10797 * textmodes/fill.el (sentence-end-double-space)
10798 (sentence-end-without-period): Doc fix. 10798 (sentence-end-without-period): Doc fix.
10799 (adaptive-fill-regexp): Purecopy. 10799 (adaptive-fill-regexp): Purecopy.
10800 (unjustify-current-line): Use line-end-position. 10800 (unjustify-current-line): Use line-end-position.
10801 (fill-individual-paragraphs-prefix): Use line-beginning-position. 10801 (fill-individual-paragraphs-prefix): Use line-beginning-position.
@@ -11871,7 +11871,7 @@
11871 11871
11872 * strokes.el: Sync with maintainer's current version with changes 11872 * strokes.el: Sync with maintainer's current version with changes
11873 for Emacs, but avoid runtime cl and levents. 11873 for Emacs, but avoid runtime cl and levents.
11874 (toplevel): Change autoloads and compilation requires. 11874 (toplevel): Change autoloads and compilation requires.
11875 (strokes-version, strokes-bug-address, strokes-lift): Values 11875 (strokes-version, strokes-bug-address, strokes-lift): Values
11876 changed. 11876 changed.
11877 (strokes-xpm-header, strokes-insinuated): New variable. 11877 (strokes-xpm-header, strokes-insinuated): New variable.
@@ -11934,12 +11934,12 @@
119342000-09-14 Dave Love <fx@gnu.org> 119342000-09-14 Dave Love <fx@gnu.org>
11935 11935
11936 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm, 11936 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
11937 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm, 11937 * toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
11938 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm, 11938 * toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
11939 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm, 11939 * toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
11940 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm, 11940 * toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
11941 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm, 11941 * toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
11942 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New. 11942 * toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
11943 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched 11943 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
11944 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.) 11944 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
11945 11945
@@ -14832,7 +14832,7 @@
14832 (comint-replace-by-expanded-history) 14832 (comint-replace-by-expanded-history)
14833 (comint-get-old-input-default, comint-show-output) 14833 (comint-get-old-input-default, comint-show-output)
14834 (comint-backward-matching-input, comint-forward-matching-input) 14834 (comint-backward-matching-input, comint-forward-matching-input)
14835 (comint-next-prompt, comint-previous-prompt): Use field 14835 (comint-next-prompt, comint-previous-prompt): Use field
14836 properties if comint-use-prompt-regexp-instead-of-fields is nil. 14836 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14837 (comint-line-beginning-position): New function. 14837 (comint-line-beginning-position): New function.
14838 (comint-bol): Use comint-line-beginning-position. Make ARG optional. 14838 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
@@ -18040,7 +18040,7 @@
18040 (help-xref-interned): Maybe insert face doc too. Separate 18040 (help-xref-interned): Maybe insert face doc too. Separate
18041 sections with a line of hyphens. 18041 sections with a line of hyphens.
18042 18042
18043 * faces.el: Some doc fixes. Declare some functions obsolete. 18043 * faces.el: Some doc fixes. Declare some functions obsolete.
18044 (describe-face): Add customize button. Return the help 18044 (describe-face): Add customize button. Return the help
18045 text. Fix prompt. 18045 text. Fix prompt.
18046 18046
@@ -19040,7 +19040,7 @@
19040 (fontset-default-styles): Likewise. 19040 (fontset-default-styles): Likewise.
19041 (x-modify-font-name): Function removed. 19041 (x-modify-font-name): Function removed.
19042 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT. 19042 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
19043 (create-fontset-from-ascii-font): Docsting adjusted for the above 19043 (create-fontset-from-ascii-font): Docstring adjusted for the above
19044 change. 19044 change.
19045 (instantiate-fontset, resolve-fontset-name): Functions removed. 19045 (instantiate-fontset, resolve-fontset-name): Functions removed.
19046 (fontset-list): Now implemented by C code. 19046 (fontset-list): Now implemented by C code.
@@ -20406,7 +20406,7 @@
20406 20406
204072000-01-10 Ken Stevens <k.stevens@ieee.org> 204072000-01-10 Ken Stevens <k.stevens@ieee.org>
20408 20408
20409 * ispell.el: Only define dictionaries in menus when they exist. 20409 * ispell.el: Only define dictionaries in menus when they exist.
20410 (version18p): New variable. 20410 (version18p): New variable.
20411 (version20p): New variable. 20411 (version20p): New variable.
20412 (xemacsp): New variable. 20412 (xemacsp): New variable.
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog
index c0d96e795cc..a9eaf9ded1e 100644
--- a/lisp/cedet/ChangeLog
+++ b/lisp/cedet/ChangeLog
@@ -1,3 +1,9 @@
12010-10-12 Juanma Barranquero <lekktu@gmail.com>
2
3 * semantic/symref/list.el (semantic-symref-list-rename-open-hits):
4 Fix typo in message.
5 (semantic-symref-list-map-open-hits): Fix typo in docstring.
6
12010-09-30 Chong Yidong <cyd@stupidchicken.com> 72010-09-30 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * semantic/bovine/el.el: 9 * semantic/bovine/el.el:
@@ -11,8 +17,8 @@
11 * semantic/db-typecache.el (semanticdb-typecache-find-default): 17 * semantic/db-typecache.el (semanticdb-typecache-find-default):
12 * semantic/imenu.el (semantic-create-imenu-index): 18 * semantic/imenu.el (semantic-create-imenu-index):
13 * semantic/grammar.el (semantic--grammar-macro-function-tag): 19 * semantic/grammar.el (semantic--grammar-macro-function-tag):
14 * semantic/fw.el (semanticdb-without-unloaded-file-searches): Fix 20 * semantic/fw.el (semanticdb-without-unloaded-file-searches):
15 require. Suggested by David Engster. 21 Fix require. Suggested by David Engster.
16 22
17 * semantic/bovine/c-by.el: Regenerate. 23 * semantic/bovine/c-by.el: Regenerate.
18 24
diff --git a/lisp/cedet/ede/base.el b/lisp/cedet/ede/base.el
index f1f24ed339f..4da210682f8 100644
--- a/lisp/cedet/ede/base.el
+++ b/lisp/cedet/ede/base.el
@@ -452,7 +452,7 @@ Do this by extracting the lowest directory name."
452;; Targets and projects are often associated with other files, such as 452;; Targets and projects are often associated with other files, such as
453;; header files, documentation files and the like. Have strong 453;; header files, documentation files and the like. Have strong
454;; associations can make useful user commands to quickly navigate 454;; associations can make useful user commands to quickly navigate
455;; between the files base on their assocaitions. 455;; between the files based on their associations.
456;; 456;;
457(defun ede-header-file () 457(defun ede-header-file ()
458 "Return the header file for the current buffer. 458 "Return the header file for the current buffer.
diff --git a/lisp/cedet/semantic/symref/list.el b/lisp/cedet/semantic/symref/list.el
index 9e0ee2a1b5b..53044e278ac 100644
--- a/lisp/cedet/semantic/symref/list.el
+++ b/lisp/cedet/semantic/symref/list.el
@@ -492,7 +492,7 @@ Closed items will be skipped."
492 (let ((count (semantic-symref-list-map-open-hits 492 (let ((count (semantic-symref-list-map-open-hits
493 (lambda () (replace-match newname nil t))))) 493 (lambda () (replace-match newname nil t)))))
494 (semantic-symref-list-update-open-hits) 494 (semantic-symref-list-update-open-hits)
495 (message "Renamed %d occurances." count))) 495 (message "Renamed %d occurrences." count)))
496 496
497;;; REFACTORING UTILITIES 497;;; REFACTORING UTILITIES
498;; 498;;
@@ -501,7 +501,7 @@ Closed items will be skipped."
501(defun semantic-symref-list-map-open-hits (function) 501(defun semantic-symref-list-map-open-hits (function)
502 "For every open hit in the symref buffer, perform FUNCTION. 502 "For every open hit in the symref buffer, perform FUNCTION.
503The `match-data' will be set to a successful hit of the searched for symbol. 503The `match-data' will be set to a successful hit of the searched for symbol.
504Return the number of occurances FUNCTION was operated upon." 504Return the number of occurrences FUNCTION was operated upon."
505 505
506 ;; First Pass in this function - a straight rename. 506 ;; First Pass in this function - a straight rename.
507 ;; Second Pass - Allow context specification based on 507 ;; Second Pass - Allow context specification based on
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index 4950511ebe2..7605f457316 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -383,7 +383,7 @@
383 (eq 'lambda (car-safe fn))) 383 (eq 'lambda (car-safe fn)))
384 (let ((newform (byte-compile-unfold-lambda form))) 384 (let ((newform (byte-compile-unfold-lambda form)))
385 (if (eq newform form) 385 (if (eq newform form)
386 ;; Some error occured, avoid infinite recursion 386 ;; Some error occurred, avoid infinite recursion
387 form 387 form
388 (byte-optimize-form-code-walker newform for-effect)))) 388 (byte-optimize-form-code-walker newform for-effect))))
389 ((memq fn '(let let*)) 389 ((memq fn '(let let*))
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index 3dea16b6dbf..4568b598a3b 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,3 +1,7 @@
12010-10-12 Juanma Barranquero <lekktu@gmail.com>
2
3 * erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
4
12010-05-07 Chong Yidong <cyd@stupidchicken.com> 52010-05-07 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * Version 23.2 released. 7 * Version 23.2 released.
diff --git a/lisp/erc/erc-xdcc.el b/lisp/erc/erc-xdcc.el
index 403be5f720e..8d900e8291e 100644
--- a/lisp/erc/erc-xdcc.el
+++ b/lisp/erc/erc-xdcc.el
@@ -56,7 +56,7 @@ Your friends should issue \"/ctcp yournick XDCC list\" to see this."
56 (erc-current-nick) " XDCC send #\" to get a particular file number.")) 56 (erc-current-nick) " XDCC send #\" to get a particular file number."))
57 "*Help text sent in response to XDCC help command. 57 "*Help text sent in response to XDCC help command.
58A list of messages, each consisting of strings and expressions, expressions 58A list of messages, each consisting of strings and expressions, expressions
59being evaluated and should return stings." 59being evaluated and should return strings."
60 :group 'erc-dcc 60 :group 'erc-dcc
61 :type '(repeat (repeat :tag "Message" (choice string sexp)))) 61 :type '(repeat (repeat :tag "Message" (choice string sexp))))
62 62
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 931ce7182c6..e6024b3e95e 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12010-10-12 Juanma Barranquero <lekktu@gmail.com>
2
3 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4
12010-09-21 Glenn Morris <rgm@gnu.org> 52010-09-21 Glenn Morris <rgm@gnu.org>
2 6
3 * message.el (message-output): Use gnus-output-to-rmail if a buffer is 7 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index cd7f3b56aad..cdfc53c979c 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -2603,7 +2603,7 @@
2603 2603
2604 * message.el (message-use-idna): Use mm-coding-system-p. 2604 * message.el (message-use-idna): Use mm-coding-system-p.
2605 (message-tokenize-header, message-make-organization) 2605 (message-tokenize-header, message-make-organization)
2606 (message-make-from): Use with-temp-buffer. 2606 (message-make-from): Use with-temp-buffer.
2607 (message-set-work-buffer): Deleted. 2607 (message-set-work-buffer): Deleted.
2608 (message-fill-paragraph): Use `if' not `and' for compiler warning. 2608 (message-fill-paragraph): Use `if' not `and' for compiler warning.
2609 (message-check-news-header-syntax): Remove useless lambda. 2609 (message-check-news-header-syntax): Remove useless lambda.
@@ -5550,7 +5550,7 @@
5550 5550
5551 * gnus-audio.el (gnus-audio-au-player): Use executable-find. 5551 * gnus-audio.el (gnus-audio-au-player): Use executable-find.
5552 5552
55532003-01-13 Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net> 55532003-01-13 Jhair Tocancipa Triana <jhair_tocancipa@gmx.net>
5554 5554
5555 * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use 5555 * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
5556 /usr/bin/play as default player. 5556 /usr/bin/play as default player.
@@ -5643,7 +5643,7 @@
5643 5643
56442003-01-12 Raymond Scholz <ray-2003@zonix.de> 56442003-01-12 Raymond Scholz <ray-2003@zonix.de>
5645 5645
5646 * gnus-msg.el (gnus-confirm-mail-reply-to-news): May be a 5646 * gnus-msg.el (gnus-confirm-mail-reply-to-news): May be a
5647 regexp or a function too. 5647 regexp or a function too.
5648 (gnus-confirm-treat-mail-like-news): New variable. Ask for 5648 (gnus-confirm-treat-mail-like-news): New variable. Ask for
5649 confirmation even if the original article is mail. 5649 confirmation even if the original article is mail.
@@ -12167,7 +12167,7 @@
121672001-12-05 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> 121672001-12-05 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12168 12168
12169 * gnus-group.el (gnus-group-find-new-groups): Fix doc. 12169 * gnus-group.el (gnus-group-find-new-groups): Fix doc.
12170 From: Stefan Monnier <monnier@cs.yale.edu> 12170 From: Stefan Monnier <monnier@cs.yale.edu>
12171 12171
121722001-12-05 Katsumi Yamaoka <yamaoka@jpl.org> 121722001-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12173 12173
@@ -14682,7 +14682,7 @@
14682 * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file. 14682 * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
14683 14683
146842001-07-16 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> 146842001-07-16 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
14685 From: Stefan Monnier <monnier@cs.yale.edu> 14685 From: Stefan Monnier <monnier@cs.yale.edu>
14686 14686
14687 * message.el (message-mode): Use define-derived-mode. 14687 * message.el (message-mode): Use define-derived-mode.
14688 (message-tab): message-completion-alist. 14688 (message-tab): message-completion-alist.
@@ -16855,7 +16855,7 @@
16855 16855
16856 * gnus-msg.el (gnus-summary-mail-forward): ??? 16856 * gnus-msg.el (gnus-summary-mail-forward): ???
16857 16857
16858 * message.el (message-forward): Move mime-to-mml here. 16858 * message.el (message-forward): Move mime-to-mml here.
16859 16859
168602000-12-20 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> 168602000-12-20 02:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
16861 16861
@@ -17157,7 +17157,7 @@
17157 17157
17158 * nnheader.el: Wrap subst-char-in-string def in eval-and-compile. 17158 * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
17159 Put some defvars in eval-when-compile. 17159 Put some defvars in eval-when-compile.
17160 (gnus-intersection, gnus-sorted-complement): Autoload. 17160 (gnus-intersection, gnus-sorted-complement): Autoload.
17161 17161
17162 * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol. 17162 * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
17163 17163
@@ -17329,7 +17329,7 @@
17329 17329
17330 * qp.el (mm-decode-coding-region, mm-encode-coding-region): 17330 * qp.el (mm-decode-coding-region, mm-encode-coding-region):
17331 Autoload. 17331 Autoload.
17332 (quoted-printable-decode-region): Rename arg which confused 17332 (quoted-printable-decode-region): Rename arg which confused
17333 charset with coding-system. Don't use nonascii-insert-offset. 17333 charset with coding-system. Don't use nonascii-insert-offset.
17334 Coding-system encode the region initially. Don't recognize `==' 17334 Coding-system encode the region initially. Don't recognize `=='
17335 as valid QP. Coding-system decode the region finally. 17335 as valid QP. Coding-system decode the region finally.
@@ -17384,7 +17384,7 @@
17384 17384
173852000-09-29 Gerd Moellmann <gerd@gnu.org> 173852000-09-29 Gerd Moellmann <gerd@gnu.org>
17386 17386
17387 * smiley-ems.el (smiley-update-cache): Use `:ascent center'. 17387 * smiley-ems.el (smiley-update-cache): Use `:ascent center'.
17388 17388
173892000-09-21 Dave Love <fx@gnu.org> 173892000-09-21 Dave Love <fx@gnu.org>
17390 17390
@@ -18036,7 +18036,7 @@
18036 * gnus-art.el (gnus-mime-display-part): Show MIME security button. 18036 * gnus-art.el (gnus-mime-display-part): Show MIME security button.
18037 (gnus-insert-mime-security-button): New function. 18037 (gnus-insert-mime-security-button): New function.
18038 * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info. 18038 * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
18039 * mml2015.el: Add security info when verify or decrypt. 18039 * mml2015.el: Add security info when verify or decrypt.
18040 * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart. 18040 * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
18041 (mm-uu-pgp-encrypted-extract): Ditto. 18041 (mm-uu-pgp-encrypted-extract): Ditto.
18042 18042
@@ -18433,7 +18433,7 @@
18433 (mm-dissect-multipart): Use it. 18433 (mm-dissect-multipart): Use it.
18434 * mml2015.el (mml2015-fix-micalg): New function. 18434 * mml2015.el (mml2015-fix-micalg): New function.
18435 (mml2015-decrypt): Use new interface. 18435 (mml2015-decrypt): Use new interface.
18436 (mml2015-verify): Use new interface. 18436 (mml2015-verify): Use new interface.
18437 (mml2015-setup): Make it bogus. 18437 (mml2015-setup): Make it bogus.
18438 18438
184392000-10-28 16:54:45 ShengHuo ZHU <zsh@cs.rochester.edu> 184392000-10-28 16:54:45 ShengHuo ZHU <zsh@cs.rochester.edu>
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el
index 8bf0cbf5de1..58c69b8cc35 100644
--- a/lisp/gnus/nnmail.el
+++ b/lisp/gnus/nnmail.el
@@ -225,7 +225,7 @@ Example:
225 225
226In this case, articles containing the string \"boss\" in the To or the 226In this case, articles containing the string \"boss\" in the To or the
227From header will be expired to the group \"nnfolder:Work\"; 227From header will be expired to the group \"nnfolder:Work\";
228articles containing the sting \"IMPORTANT\" in the Subject header will 228articles containing the string \"IMPORTANT\" in the Subject header will
229be expired to the group \"nnfolder:IMPORTANT.YYYY.MMM\"; and 229be expired to the group \"nnfolder:IMPORTANT.YYYY.MMM\"; and
230everything else will be expired to \"nnfolder:Archive-YYYY\"." 230everything else will be expired to \"nnfolder:Archive-YYYY\"."
231 :version "22.1" 231 :version "22.1"
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 992c6bd16bb..6e1be8b4465 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -653,7 +653,7 @@ VALUE must be a function to call after all functions in
653`write-region-annotate-functions' and `buffer-file-format' are 653`write-region-annotate-functions' and `buffer-file-format' are
654called, and before the text is encoded by the coding system 654called, and before the text is encoded by the coding system
655itself. This function should convert the whole text in the 655itself. This function should convert the whole text in the
656current buffer. For backward compatibility, this funciton is 656current buffer. For backward compatibility, this function is
657passed two arguments which can be ignored. 657passed two arguments which can be ignored.
658 658
659`:default-char' 659`:default-char'
diff --git a/lisp/international/titdic-cnv.el b/lisp/international/titdic-cnv.el
index afe5dda1f57..92b4251b49c 100644
--- a/lisp/international/titdic-cnv.el
+++ b/lisp/international/titdic-cnv.el
@@ -108,7 +108,7 @@ For double-width GB2312 characters correponding to ASCII, use the
108input method `chinese-qj'.") 108input method `chinese-qj'.")
109 109
110 ("chinese-ecdict" "$(05CKH(B" 110 ("chinese-ecdict" "$(05CKH(B"
111"In this input method, you enter a Chinese (Big5) charactere or word 111"In this input method, you enter a Chinese (Big5) character or word
112by typing the corresponding English word. For example, if you type 112by typing the corresponding English word. For example, if you type
113\"computer\", \"$(0IZH+(B\" is input. 113\"computer\", \"$(0IZH+(B\" is input.
114 114
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el
index 2e061558466..4435ec9bd1e 100644
--- a/lisp/ls-lisp.el
+++ b/lisp/ls-lisp.el
@@ -621,7 +621,7 @@ SWITCHES, TIME-INDEX and NOW give the full switch list and time data."
621 ;; They tend to be bogus on non-UNIX platforms anyway so 621 ;; They tend to be bogus on non-UNIX platforms anyway so
622 ;; optionally hide them. 622 ;; optionally hide them.
623 (if (memq 'uid ls-lisp-verbosity) 623 (if (memq 'uid ls-lisp-verbosity)
624 ;; uid can be a sting or an integer 624 ;; uid can be a string or an integer
625 (let ((uid (nth 2 file-attr))) 625 (let ((uid (nth 2 file-attr)))
626 (format (if (stringp uid) 626 (format (if (stringp uid)
627 ls-lisp-uid-s-fmt 627 ls-lisp-uid-s-fmt
diff --git a/lisp/man.el b/lisp/man.el
index 658c1ebbcef..6dde5d7c178 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -309,7 +309,7 @@ This regexp should not start with a `^' character.")
309 "Regular expression describing references to normal files.") 309 "Regular expression describing references to normal files.")
310 310
311;; This includes the section as an optional part to catch hyphenated 311;; This includes the section as an optional part to catch hyphenated
312;; refernces to manpages. 312;; references to manpages.
313(defvar Man-hyphenated-reference-regexp 313(defvar Man-hyphenated-reference-regexp
314 (concat "\\(" Man-name-regexp "\\)\\((\\(" Man-section-regexp "\\))\\)?") 314 (concat "\\(" Man-name-regexp "\\)\\((\\(" Man-section-regexp "\\))\\)?")
315 "Regular expression describing a reference in the SEE ALSO section.") 315 "Regular expression describing a reference in the SEE ALSO section.")
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1
index a51bd2872c3..c2c9a2df181 100644
--- a/lisp/mh-e/ChangeLog.1
+++ b/lisp/mh-e/ChangeLog.1
@@ -794,7 +794,7 @@
794 794
795 Merged in 7.4.4 changes, described below. 795 Merged in 7.4.4 changes, described below.
796 796
797 * mh-e.el (Version, mh-version): Set to 7.4.4+cvs. 797 * mh-e.el (Version, mh-version): Set to 7.4.4+cvs.
798 798
7992004-07-10 Bill Wohler <wohler@newt.com> 7992004-07-10 Bill Wohler <wohler@newt.com>
800 800
@@ -2197,7 +2197,7 @@
2197 * mh-comp.el (mh-extract-rejected-mail, mh-letter-mode-message): 2197 * mh-comp.el (mh-extract-rejected-mail, mh-letter-mode-message):
2198 Ditto. 2198 Ditto.
2199 2199
2200 * mh-e.el (mh-refile-a-msg): Ditto. 2200 * mh-e.el (mh-refile-a-msg): Ditto.
2201 2201
2202 * mh-funcs.el (mh-undo-folder): Ditto. 2202 * mh-funcs.el (mh-undo-folder): Ditto.
2203 2203
@@ -2509,7 +2509,7 @@
2509 2509
25102003-07-28 Peter S Galbraith <psg@debian.org> 25102003-07-28 Peter S Galbraith <psg@debian.org>
2511 2511
2512 * mh-comp.el (mh-insert-letter): Remove `mh-visible-headers' 2512 * mh-comp.el (mh-insert-letter): Remove `mh-visible-headers'
2513 operation. 2513 operation.
2514 2514
2515 * mh-mime.el (mh-mm-inline-message): Same. 2515 * mh-mime.el (mh-mm-inline-message): Same.
@@ -2697,7 +2697,7 @@
2697 2697
26982003-06-24 Bill Wohler <wohler@newt.com> 26982003-06-24 Bill Wohler <wohler@newt.com>
2699 2699
2700 * mh-e.el (Version, mh-version): Set to 7.4.1+cvs. 2700 * mh-e.el (Version, mh-version): Set to 7.4.1+cvs.
2701 2701
27022003-06-25 Bill Wohler <wohler@newt.com> 27022003-06-25 Bill Wohler <wohler@newt.com>
2703 2703
@@ -2719,7 +2719,7 @@
2719 2719
27202003-06-24 Bill Wohler <wohler@newt.com> 27202003-06-24 Bill Wohler <wohler@newt.com>
2721 2721
2722 * mh-e.el (Version, mh-version): Set to 7.4+cvs. 2722 * mh-e.el (Version, mh-version): Set to 7.4+cvs.
2723 2723
27242003-06-24 Bill Wohler <wohler@newt.com> 27242003-06-24 Bill Wohler <wohler@newt.com>
2725 2725
@@ -4106,7 +4106,7 @@
4106 4106
41072003-04-06 Bill Wohler <wohler@newt.com> 41072003-04-06 Bill Wohler <wohler@newt.com>
4108 4108
4109 * mh-comp.el (mh-forward): Updated docstrings to indicate that a 4109 * mh-comp.el (mh-forward): Updated docstrings to indicate that a
4110 list of messages is acceptable as well. 4110 list of messages is acceptable as well.
4111 4111
4112 * mh-e.el (mh-delete-msg, mh-delete-msg-no-motion, mh-refile-msg) 4112 * mh-e.el (mh-delete-msg, mh-delete-msg-no-motion, mh-refile-msg)
@@ -4198,7 +4198,7 @@
4198 4198
41992003-04-04 Peter S Galbraith <psg@debian.org> 41992003-04-04 Peter S Galbraith <psg@debian.org>
4200 4200
4201 * mh-e.el (mh-folder-from-address): Minor Fix. Wrong ending of 4201 * mh-e.el (mh-folder-from-address): Minor Fix. Wrong ending of
4202 `when' block. 4202 `when' block.
4203 4203
42042003-04-04 Satyaki Das <satyaki@theforce.stanford.edu> 42042003-04-04 Satyaki Das <satyaki@theforce.stanford.edu>
@@ -7248,7 +7248,7 @@
7248 7248
72492002-11-13 Mark D. Baushke <mdb@gnu.org> 72492002-11-13 Mark D. Baushke <mdb@gnu.org>
7250 7250
7251 * mh-identity.el (mh-insert-identity): A value of either nil or 7251 * mh-identity.el (mh-insert-identity): A value of either nil or
7252 "" should cause the field to be removed. 7252 "" should cause the field to be removed.
7253 (mh-identity-list): Update the docstring. 7253 (mh-identity-list): Update the docstring.
7254 7254
@@ -7913,7 +7913,7 @@
7913 (mh-folder-font-lock-subject): Adapt to new mh-scan-subject-regexp. 7913 (mh-folder-font-lock-subject): Adapt to new mh-scan-subject-regexp.
7914 * mh-seq.el (mh-subject-to-sequence): Ditto. 7914 * mh-seq.el (mh-subject-to-sequence): Ditto.
7915 7915
7916 * mh-e.el (mh-folder-sequence-menu): Remove "Toggle Subject 7916 * mh-e.el (mh-folder-sequence-menu): Remove "Toggle Subject
7917 Thread" from menu. mh-toggle-threads is in the Folder menu. 7917 Thread" from menu. mh-toggle-threads is in the Folder menu.
7918 7918
7919 * mh-e.el (mh-folder-sequence-menu): Minor menu text edits. 7919 * mh-e.el (mh-folder-sequence-menu): Minor menu text edits.
@@ -8252,7 +8252,7 @@
8252 (mh-thread-generate-scan-lines): Renamed dupl-p as dupl-flag. 8252 (mh-thread-generate-scan-lines): Renamed dupl-p as dupl-flag.
8253 This addresses part of SF #627015. 8253 This addresses part of SF #627015.
8254 8254
8255 * mh-index.el (mh-index-advance): Renamed backward-p 8255 * mh-index.el (mh-index-advance): Renamed backward-p
8256 local variable as backward-flag. 8256 local variable as backward-flag.
8257 (mh-index-next-button): Renamed backward-p 8257 (mh-index-next-button): Renamed backward-p
8258 argument as backward-flag. 8258 argument as backward-flag.
@@ -9220,7 +9220,7 @@
9220 decide how many buttons to use for replying. 9220 decide how many buttons to use for replying.
9221 9221
9222 * mh-mime.el (mh-file-mime-type-substitutions) 9222 * mh-mime.el (mh-file-mime-type-substitutions)
9223 (mh-file-mime-type-substitute): Fix typos and doc strings. 9223 (mh-file-mime-type-substitute): Fix typos and doc strings.
9224 9224
92252002-09-30 Peter S Galbraith <psg@debian.org> 92252002-09-30 Peter S Galbraith <psg@debian.org>
9226 9226
@@ -9325,7 +9325,7 @@
93252002-08-19 Peter S Galbraith <psg@debian.org> 93252002-08-19 Peter S Galbraith <psg@debian.org>
9326 9326
9327 * reply-to.xpm, reply-to.pbm, reply-from.xpm, reply-from.pbm, 9327 * reply-to.xpm, reply-to.pbm, reply-from.xpm, reply-from.pbm,
9328 * reply-all.xpm, reply-all.pbm: New icons for various reply methods. 9328 * reply-all.xpm, reply-all.pbm: New icons for various reply methods.
9329 * mh-e.el (mh-folder-tool-bar-map): Split reply button into three 9329 * mh-e.el (mh-folder-tool-bar-map): Split reply button into three
9330 that won't prompt for "from", "to" and "all". 9330 that won't prompt for "from", "to" and "all".
9331 * mh-comp.el (mh-reply): Put variable reply-to in the interactive 9331 * mh-comp.el (mh-reply): Put variable reply-to in the interactive
@@ -9764,13 +9764,13 @@
9764 to `mh-mml-to-mime' in `mh-send-letter'. 9764 to `mh-mml-to-mime' in `mh-send-letter'.
9765 (mh-mml-secure-message-sign-pgpmime): New function. 9765 (mh-mml-secure-message-sign-pgpmime): New function.
9766 Front end to mml-secure-message-sign-pgpmime. 9766 Front end to mml-secure-message-sign-pgpmime.
9767 (mh-mml-secure-message-encrypt-pgpmime): New function. 9767 (mh-mml-secure-message-encrypt-pgpmime): New function.
9768 Front end to mml-secure-message-encrypt-pgpmime. 9768 Front end to mml-secure-message-encrypt-pgpmime.
9769 9769
9770 * mh-comp.el (mh-send-letter): automatic call to `mh-mml-to-mime' 9770 * mh-comp.el (mh-send-letter): automatic call to `mh-mml-to-mime'
9771 if mh-mml-compose-insert-p is set. 9771 if mh-mml-compose-insert-p is set.
9772 (mh-letter-mode-map): Add keys for new mh-mime functions above. 9772 (mh-letter-mode-map): Add keys for new mh-mime functions above.
9773 * mh-comp.el: Added autoloads for new mh-mime functions above. 9773 * mh-comp.el: Added autoloads for new mh-mime functions above.
9774 9774
97752002-06-17 Peter S Galbraith <psg@debian.org> 97752002-06-17 Peter S Galbraith <psg@debian.org>
9776 9776
@@ -11010,8 +11010,8 @@
110102001-11-20 Peter S Galbraith <psg@debian.org> 110102001-11-20 Peter S Galbraith <psg@debian.org>
11011 11011
11012 * mh-comp.el (mh-letter-mode): Make font-lock-defaults a local variable 11012 * mh-comp.el (mh-letter-mode): Make font-lock-defaults a local variable
11013 * mh-e.el (mh-folder-mode): Same. 11013 * mh-e.el (mh-folder-mode): Same.
11014 * mh-utils.el (mh-show-mode): Same. 11014 * mh-utils.el (mh-show-mode): Same.
11015 11015
11016 * mh-e.el (mh-scan-msg-num-regexp): Delete variable and replace 11016 * mh-e.el (mh-scan-msg-num-regexp): Delete variable and replace
11017 with mh-good-msg-regexp. 11017 with mh-good-msg-regexp.
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 405232742a3..05da19ee0a4 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,8 @@
12010-10-12 Juanma Barranquero <lekktu@gmail.com>
2
3 * org-agenda.el (org-prefix-category-length)
4 (org-prefix-category-max-length): Fix typos in docstrings.
5
12010-05-07 Chong Yidong <cyd@stupidchicken.com> 62010-05-07 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * Version 23.2 released. 8 * Version 23.2 released.
@@ -5,7 +10,7 @@
52010-02-15 Chong Yidong <cyd@stupidchicken.com> 102010-02-15 Chong Yidong <cyd@stupidchicken.com>
6 11
7 * org-freemind.el (org-freemind-from-org-mode-node) 12 * org-freemind.el (org-freemind-from-org-mode-node)
8 (org-freemind-from-org-mode, ) 13 (org-freemind-from-org-mode)
9 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): 14 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
10 Pass arg to called-interactively-p. 15 Pass arg to called-interactively-p.
11 16
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el
index 22399e9a8a3..856e7f34e32 100644
--- a/lisp/org/org-agenda.el
+++ b/lisp/org/org-agenda.el
@@ -4501,9 +4501,9 @@ The flag is set if the currently compiled format contains a `%T'.")
4501 "A flag, set by `org-compile-prefix-format'. 4501 "A flag, set by `org-compile-prefix-format'.
4502The flag is set if the currently compiled format contains a `%e'.") 4502The flag is set if the currently compiled format contains a `%e'.")
4503(defvar org-prefix-category-length nil 4503(defvar org-prefix-category-length nil
4504 "Used by `org-compile-prefix-format' to remember the category field widh.") 4504 "Used by `org-compile-prefix-format' to remember the category field width.")
4505(defvar org-prefix-category-max-length nil 4505(defvar org-prefix-category-max-length nil
4506 "Used by `org-compile-prefix-format' to remember the category field widh.") 4506 "Used by `org-compile-prefix-format' to remember the category field width.")
4507 4507
4508(defun org-format-agenda-item (extra txt &optional category tags dotime 4508(defun org-format-agenda-item (extra txt &optional category tags dotime
4509 noprefix remove-re habitp) 4509 noprefix remove-re habitp)
diff --git a/lisp/simple.el b/lisp/simple.el
index 28b60cc1cf5..ba7788ead2d 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -4260,7 +4260,7 @@ into account variable-width characters and line continuation."
4260 (goto-char (next-char-property-change (point)))) 4260 (goto-char (next-char-property-change (point))))
4261 ;; Move a line. 4261 ;; Move a line.
4262 ;; We don't use `end-of-line', since we want to escape 4262 ;; We don't use `end-of-line', since we want to escape
4263 ;; from field boundaries ocurring exactly at point. 4263 ;; from field boundaries occurring exactly at point.
4264 (goto-char (constrain-to-field 4264 (goto-char (constrain-to-field
4265 (let ((inhibit-field-text-motion t)) 4265 (let ((inhibit-field-text-motion t))
4266 (line-end-position)) 4266 (line-end-position))
diff --git a/src/ChangeLog b/src/ChangeLog
index 01ecd37eec7..7c1faad6aab 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,6 @@
12010-10-12 Juanma Barranquero <lekktu@gmail.com> 12010-10-12 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * font.c (Ffont_variation_glyphs):
3 * ccl.c (Fccl_execute_on_string): Fix typo in docstring. 4 * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
4 5
52010-10-10 Jan Djärv <jan.h.d@swipnet.se> 62010-10-10 Jan Djärv <jan.h.d@swipnet.se>
@@ -138,7 +139,7 @@
138 (x_produce_glyphs): Simplify by using the same code for ASCII and 139 (x_produce_glyphs): Simplify by using the same code for ASCII and
139 non-ASCII characters. Don't set it->char_to_display here. 140 non-ASCII characters. Don't set it->char_to_display here.
140 Don't handle unibyte-display-via-language-environment here. For a 141 Don't handle unibyte-display-via-language-environment here. For a
141 charater of no glyph, use font->space_width instead of FONT_WIDTH. 142 character of no glyph, use font->space_width instead of FONT_WIDTH.
142 143
1432010-08-29 Kenichi Handa <handa@m17n.org> 1442010-08-29 Kenichi Handa <handa@m17n.org>
144 145
@@ -175,7 +176,7 @@
175 * charset.c: Include <stdlib.h> 176 * charset.c: Include <stdlib.h>
176 (struct charset_sort_data): New struct. 177 (struct charset_sort_data): New struct.
177 (charset_compare): New function. 178 (charset_compare): New function.
178 (Fsort_charsets): New funciton. 179 (Fsort_charsets): New function.
179 (syms_of_charset): Declare Fsort_charsets as a Lisp function. 180 (syms_of_charset): Declare Fsort_charsets as a Lisp function.
180 181
181 * coding.c (decode_coding_iso_2022): Fix checking of dimension 182 * coding.c (decode_coding_iso_2022): Fix checking of dimension
@@ -13876,7 +13877,7 @@
13876 (Ffont_shape_text): New function. 13877 (Ffont_shape_text): New function.
13877 (Fopen_font): If the font size is not given, use 12-pixel. 13878 (Fopen_font): If the font size is not given, use 12-pixel.
13878 (Ffont_at): New arg STRING. 13879 (Ffont_at): New arg STRING.
13879 (syms_of_font): Initalize font_charset_alist. 13880 (syms_of_font): Initialize font_charset_alist.
13880 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont 13881 Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
13881 conditionally. 13882 conditionally.
13882 13883
@@ -14873,7 +14874,7 @@
14873 14874
14874 * font.c (font_unparse_fcname): Fix typo (swidth->width). 14875 * font.c (font_unparse_fcname): Fix typo (swidth->width).
14875 (font_list_entities): Check driver_list->on. 14876 (font_list_entities): Check driver_list->on.
14876 (register_font_driver): Initalize `on' member to 0. 14877 (register_font_driver): Initialize `on' member to 0.
14877 (font_update_drivers): New function. 14878 (font_update_drivers): New function.
14878 (Fclear_font_cache): Check driver_list->on. 14879 (Fclear_font_cache): Check driver_list->on.
14879 14880
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2
index 265cc95e60d..d90e326f970 100644
--- a/src/ChangeLog.2
+++ b/src/ChangeLog.2
@@ -683,7 +683,7 @@
683 (That `select' saw something on channel 0 doesn't mean it is 683 (That `select' saw something on channel 0 doesn't mean it is
684 kbd input; it could be an expose event.) 684 kbd input; it could be an expose event.)
685 685
686 * keyboard.c (read_avail_input) [FIONREAD]: Now static. 686 * keyboard.c (read_avail_input) [FIONREAD]: Now static.
687 New arg specifies value of NREAD; 687 New arg specifies value of NREAD;
688 if it is nonzero, don't call get_input_pending to get it. 688 if it is nonzero, don't call get_input_pending to get it.
689 Use kbd_buffer_store_char to put chars into kbd_buffer. 689 Use kbd_buffer_store_char to put chars into kbd_buffer.
@@ -1210,7 +1210,7 @@
1210 Remove #ifndef VMS around the sleep when buffer is full. 1210 Remove #ifndef VMS around the sleep when buffer is full.
1211 * s-vms.h: Define nonstandard PENDING_OUTPUT_COUNT for VMS use. 1211 * s-vms.h: Define nonstandard PENDING_OUTPUT_COUNT for VMS use.
1212 1212
1213 * fileio.c (file_name_as_directory) [VMS]: Fix 3rd arg to strncmp. 1213 * fileio.c (file_name_as_directory) [VMS]: Fix 3rd arg to strncmp.
1214 1214
12151987-07-17 Paul Rubin (phr@prep) 12151987-07-17 Paul Rubin (phr@prep)
1216 1216
@@ -1442,7 +1442,7 @@
1442 Turn on call to vmserrstr. 1442 Turn on call to vmserrstr.
1443 * sysdep.c (vmserrstr) [VMS]: Define this function. 1443 * sysdep.c (vmserrstr) [VMS]: Define this function.
1444 1444
1445 * process.c (create_process) [IRIS]: Don't open the pty's tty 1445 * process.c (create_process) [IRIS]: Don't open the pty's tty
1446 in the parent process. Open only once, in the child. 1446 in the parent process. Open only once, in the child.
1447 1447
1448 * xdisp.c (redisplay_window): If window-start points nowhere, 1448 * xdisp.c (redisplay_window): If window-start points nowhere,
@@ -1544,8 +1544,8 @@
1544 1544
15451987-05-05 Richard Mlynarik (mly@prep) 15451987-05-05 Richard Mlynarik (mly@prep)
1546 1546
1547 * m-irist.h: New version from raible@orville.arpa 1547 * m-irist.h: New version from raible@orville.arpa
1548 * s-iris3-5.h: New file. (s-usg5-2 with additions) 1548 * s-iris3-5.h: New file. (s-usg5-2 with additions)
1549 1549
1550 * keyboard.c: 1550 * keyboard.c:
1551 IRIS, like HPUX, #defines but does not implement FIONREAD. 1551 IRIS, like HPUX, #defines but does not implement FIONREAD.
@@ -1563,10 +1563,10 @@
15631987-04-27 Richard Mlynarik (mly@prep) 15631987-04-27 Richard Mlynarik (mly@prep)
1564 1564
1565 * fileio.c (APOLLO from lnz): 1565 * fileio.c (APOLLO from lnz):
1566 Fcopy_file, Fset_file_modes: Don't use un*x modes if 1566 (Fcopy_file, Fset_file_modes): Don't use un*x modes if
1567 env var USE_DOMAIN_ACLS is set. 1567 env var USE_DOMAIN_ACLS is set.
1568 Fset_file_modes: utimes fix. 1568 (Fset_file_modes): utimes fix.
1569 Finsert_file_contents: Must do fstat after open for Apollo. 1569 (Finsert_file_contents): Must do fstat after open for Apollo.
1570 1570
1571 * emacs.c (main): (APOLLO from lnz): 1571 * emacs.c (main): (APOLLO from lnz):
1572 Don't use un*x modes if env var USE_DOMAIN_ACLS set. 1572 Don't use un*x modes if env var USE_DOMAIN_ACLS set.
@@ -1675,7 +1675,7 @@
1675 1675
16761987-03-20 Richard Mlynarik (mly@prep) 16761987-03-20 Richard Mlynarik (mly@prep)
1677 1677
1678 * filemode.c: Hacks for set-uid/gid but not executable. 1678 * filemode.c: Hacks for set-uid/gid but not executable.
1679 1679
16801987-03-20 Richard M. Stallman (rms@prep) 16801987-03-20 Richard M. Stallman (rms@prep)
1681 1681
@@ -1966,7 +1966,7 @@
1966 1966
19671987-02-22 Richard M. Stallman (rms@prep) 19671987-02-22 Richard M. Stallman (rms@prep)
1968 1968
1969 * dispnew.c (Fopen_termscript): Close existing termscript 1969 * dispnew.c (Fopen_termscript): Close existing termscript
1970 file before trying to open a new one. Report open failure 1970 file before trying to open a new one. Report open failure
1971 with report_file_error. 1971 with report_file_error.
1972 1972
@@ -2071,9 +2071,9 @@
2071 2071
20721987-02-10 Richard Mlynarik (mly@prep) 20721987-02-10 Richard Mlynarik (mly@prep)
2073 2073
2074 * xfns.c (Fx_get_default): Add (unsigned char *) cast. 2074 * xfns.c (Fx_get_default): Add (unsigned char *) cast.
2075 2075
2076 * window.c: typo. 2076 * window.c: Typo.
2077 2077
20781987-02-09 Richard M. Stallman (rms@prep) 20781987-02-09 Richard M. Stallman (rms@prep)
2079 2079
@@ -2853,7 +2853,7 @@
2853 local variables for more register decls. Compute 2853 local variables for more register decls. Compute
2854 and pass `envlen' arg to child_setup. 2854 and pass `envlen' arg to child_setup.
2855 2855
2856 * process.c (create_process): Compute and pass `envlen' arg 2856 * process.c (create_process): Compute and pass `envlen' arg
2857 to child_setup. 2857 to child_setup.
2858 2858
2859 * xterm.c (x_term_init): Don't call XPopUpWindow at all. 2859 * xterm.c (x_term_init): Don't call XPopUpWindow at all.
@@ -3998,7 +3998,7 @@
3998 * editfns.c (Fuser_uid, Fuser_real_uid): 3998 * editfns.c (Fuser_uid, Fuser_real_uid):
3999 New functions that return values of geteuid and getuid system calls. 3999 New functions that return values of geteuid and getuid system calls.
4000 4000
4001 * dired.c (Ffile_attributes): Value has additional element 4001 * dired.c (Ffile_attributes): Value has additional element
4002 t iff file gid would change if Emacs deletes it and recreates it. 4002 t iff file gid would change if Emacs deletes it and recreates it.
4003 4003
4004 * xdisp.c (display_mode_element): 4004 * xdisp.c (display_mode_element):
@@ -4078,7 +4078,7 @@
4078 being unbound. struct catchtag has two new fields, 4078 being unbound. struct catchtag has two new fields,
4079 gcpro and pdlcount. 4079 gcpro and pdlcount.
4080 4080
4081 * eval.c (Fthrow, Fsignal): Use unbind_catch before longjmp. 4081 * eval.c (Fthrow, Fsignal): Use unbind_catch before longjmp.
4082 4082
4083 * eval.c (internal_catch): No need to restore anything 4083 * eval.c (internal_catch): No need to restore anything
4084 from the catchtag after throw, because unbind_catch does it all. 4084 from the catchtag after throw, because unbind_catch does it all.
@@ -4657,7 +4657,7 @@
4657 4657
4658 * fileio.c (Ffile_newer_than_file_p): New Lisp primitive. 4658 * fileio.c (Ffile_newer_than_file_p): New Lisp primitive.
4659 4659
4660 * fileio.c (Ffile_exists_p): this is now distinct from 4660 * fileio.c (Ffile_exists_p): This is now distinct from
4661 Ffile_readable_p; it checks only for existence, not for 4661 Ffile_readable_p; it checks only for existence, not for
4662 readability. 4662 readability.
4663 4663
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3
index fbe3f752aed..11c818f18d9 100644
--- a/src/ChangeLog.3
+++ b/src/ChangeLog.3
@@ -5146,7 +5146,7 @@
5146 Change mouse movement events to be arranged like click events. 5146 Change mouse movement events to be arranged like click events.
5147 (format_modifiers): Note that the click modifier has no 5147 (format_modifiers): Note that the click modifier has no
5148 written representation. 5148 written representation.
5149 (modifier_names, modifer_symbols): New variables, used to 5149 (modifier_names, modifier_symbols): New variables, used to
5150 create the Qevent_symbol_elements property. 5150 create the Qevent_symbol_elements property.
5151 (modify_event_symbol): Change the format of the modified 5151 (modify_event_symbol): Change the format of the modified
5152 symbol cache; there are too many modifier bits now to use a 5152 symbol cache; there are too many modifier bits now to use a
@@ -5154,8 +5154,8 @@
5154 Document the format of the cache. 5154 Document the format of the cache.
5155 Put the Qevent_symbol_elements property on each new symbol, 5155 Put the Qevent_symbol_elements property on each new symbol,
5156 instead of a Qevent_unmodified property. 5156 instead of a Qevent_unmodified property.
5157 (symbols_of_keyboard): Put Qevent_symbol_elements properties on 5157 (symbols_of_keyboard): Put Qevent_symbol_elements properties on the
5158 the symbols specified in head_table, not Qevent_unmodifed properties. 5158 symbols specified in head_table, not Qevent_unmodified properties.
5159 Initialize and staticpro modifier_symbols, and staticpro the 5159 Initialize and staticpro modifier_symbols, and staticpro the
5160 window elements of button_down_location. 5160 window elements of button_down_location.
5161 5161
@@ -11207,7 +11207,7 @@
11207 events to send the function key number instead of a symbol. 11207 events to send the function key number instead of a symbol.
11208 * keyboard.c (modify_event_symbol): Re-arranged to work well 11208 * keyboard.c (modify_event_symbol): Re-arranged to work well
11209 with function key/mouse button numbers instead of symbols. 11209 with function key/mouse button numbers instead of symbols.
11210 And if (MODIFIERS & up_modifer), prepend "U-" to the name of the 11210 And if (MODIFIERS & up_modifier), prepend "U-" to the name of the
11211 symbol being constructed. 11211 symbol being constructed.
11212 (make_lispy_event): Use the new modify_event_symbol. 11212 (make_lispy_event): Use the new modify_event_symbol.
11213 11213
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5
index d30bd1bdb00..89d43526609 100644
--- a/src/ChangeLog.5
+++ b/src/ChangeLog.5
@@ -3107,7 +3107,7 @@
3107 3107
3108 * lisp.h (enum Lisp_Type): Lisp_Process, Lisp_Window, Lisp_Frame, 3108 * lisp.h (enum Lisp_Type): Lisp_Process, Lisp_Window, Lisp_Frame,
3109 Lisp_Subr deleted. 3109 Lisp_Subr deleted.
3110 (PSEUDOVECTORP, GC_PSEUDOVECTORP): Add paren for proper nesting. 3110 (PSEUDOVECTORP, GC_PSEUDOVECTORP): Add paren for proper nesting.
3111 (PROCESSP, GC_PROCESSP, XSETPROCESS): Rewrite to use pseudovectors. 3111 (PROCESSP, GC_PROCESSP, XSETPROCESS): Rewrite to use pseudovectors.
3112 (WINDOWP, GC_WINDOWP, XSETWINDOW): Likewise. 3112 (WINDOWP, GC_WINDOWP, XSETWINDOW): Likewise.
3113 (FRAMEP, GC_FRAMEP): Likewise. 3113 (FRAMEP, GC_FRAMEP): Likewise.
@@ -4093,7 +4093,7 @@
4093 4093
4094 * xterm.h: Delete X10 code. 4094 * xterm.h: Delete X10 code.
4095 4095
4096 * xfns.c (Fx_create_frame): Don't increment refernce_count 4096 * xfns.c (Fx_create_frame): Don't increment reference_count
4097 until the frame is put on the frame list. 4097 until the frame is put on the frame list.
4098 4098
4099 * xterm.c (x_initialize): Init x_noop_count, x_focus_frame 4099 * xterm.c (x_initialize): Init x_noop_count, x_focus_frame
@@ -7039,7 +7039,7 @@
7039 7039
70401994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) 70401994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7041 7041
7042 * mips-siemens.h: Include pyramid.h, not mips.h. 7042 * mips-siemens.h: Include pyramid.h, not mips.h.
7043 (LOAD_AVE_TYPE, LOAD_AVE_CVT): Definitions deleted. 7043 (LOAD_AVE_TYPE, LOAD_AVE_CVT): Definitions deleted.
7044 (NO_ARG_ARRAY, HAVE_ALLOCA): Defined. 7044 (NO_ARG_ARRAY, HAVE_ALLOCA): Defined.
7045 (BROKEN_FIONREAD): Add #undef. 7045 (BROKEN_FIONREAD): Add #undef.
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7
index a334b4806da..b5927108808 100644
--- a/src/ChangeLog.7
+++ b/src/ChangeLog.7
@@ -1040,7 +1040,7 @@
1040 1040
1041 * lread.c: Remember the last TWO strings skipped with #@. 1041 * lread.c: Remember the last TWO strings skipped with #@.
1042 (prev_saved_doc_string*): New variables. 1042 (prev_saved_doc_string*): New variables.
1043 (Fload): Initalize prev_saved_doc_string. 1043 (Fload): Initialize prev_saved_doc_string.
1044 (read1): Copy saved_doc_string to prev_saved_doc_string 1044 (read1): Copy saved_doc_string to prev_saved_doc_string
1045 before storing a new string in saved_doc_string. 1045 before storing a new string in saved_doc_string.
1046 (read_list): Look in prev_saved_doc_string as well as 1046 (read_list): Look in prev_saved_doc_string as well as
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8
index 6da7b6862a5..eeaae29db52 100644
--- a/src/ChangeLog.8
+++ b/src/ChangeLog.8
@@ -3686,7 +3686,7 @@
3686 * lread.c (read_escape): For Control modifier, pay attention to 3686 * lread.c (read_escape): For Control modifier, pay attention to
3687 multibyte character. 3687 multibyte character.
3688 (read1): Likewise. Signal error or a multibyte character which 3688 (read1): Likewise. Signal error or a multibyte character which
3689 has a modifer bit. Check validity of Shift modifer. 3689 has a modifier bit. Check validity of Shift modifier.
3690 3690
3691 * charset.c (non_ascii_char_to_string): Handle modifier bits as 3691 * charset.c (non_ascii_char_to_string): Handle modifier bits as
3692 the same as Lisp reader. 3692 the same as Lisp reader.
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9
index b161a21eb72..a56c1a2c088 100644
--- a/src/ChangeLog.9
+++ b/src/ChangeLog.9
@@ -3896,7 +3896,7 @@
3896 3896
38972001-01-07 Dave Love <fx@gnu.org> 38972001-01-07 Dave Love <fx@gnu.org>
3898 3898
3899 * keyboard.c (Fread_key_sequence_vector): Avoid newline in 3899 * keyboard.c (Fread_key_sequence_vector): Avoid newline in
3900 arglist, for documentation's sake. 3900 arglist, for documentation's sake.
3901 3901
39022001-01-06 Andrew Innes <andrewi@gnu.org> 39022001-01-06 Andrew Innes <andrewi@gnu.org>
@@ -4180,7 +4180,7 @@
4180 what's displayed in the window. 4180 what's displayed in the window.
4181 4181
4182 * xdisp.c (try_window_reusing_current_matrix) 4182 * xdisp.c (try_window_reusing_current_matrix)
4183 <new start <= old start>: Disable rows in the current matrix 4183 <new start <= old start>: Disable rows in the current matrix
4184 which are below the window after scrolling. 4184 which are below the window after scrolling.
4185 4185
4186 * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P 4186 * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P
@@ -5480,7 +5480,7 @@
5480 * lisp.h (pos_visible_p): Change prototype. 5480 * lisp.h (pos_visible_p): Change prototype.
5481 5481
5482 * dispextern.h (CURRENT_MODE_LINE_HEIGHT) 5482 * dispextern.h (CURRENT_MODE_LINE_HEIGHT)
5483 (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height 5483 (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height
5484 and current_header_line_height first. 5484 and current_header_line_height first.
5485 (current_mode_line_height, current_header_line_height): 5485 (current_mode_line_height, current_header_line_height):
5486 Declare extern. 5486 Declare extern.
@@ -6683,7 +6683,7 @@
6683 (create_offscreen_bitmap): New function. 6683 (create_offscreen_bitmap): New function.
6684 (w32_BDF_TextOut): Use it. Draw glyphs as DIBs. 6684 (w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
6685 6685
6686 * w32term.c (x_produce_glyphs): If the distance from the current 6686 * w32term.c (x_produce_glyphs): If the distance from the current
6687 position to the next tab stop is less than a canonical character 6687 position to the next tab stop is less than a canonical character
6688 width, use the tab stop after that. 6688 width, use the tab stop after that.
6689 (x_draw_glyphs): Handle case START and END are out of bounds more 6689 (x_draw_glyphs): Handle case START and END are out of bounds more
@@ -7536,7 +7536,7 @@
7536 CYCLE_CHECK arguments. 7536 CYCLE_CHECK arguments.
7537 (merge_face_vector_with_property, Finternal_merge_in_global_face) 7537 (merge_face_vector_with_property, Finternal_merge_in_global_face)
7538 (lookup_named_face, lookup_derived_face, realize_named_face) 7538 (lookup_named_face, lookup_derived_face, realize_named_face)
7539 (face_at_string_position, face_at_buffer_position): Supply 7539 (face_at_string_position, face_at_buffer_position): Supply
7540 new F and CYCLE_CHECK arguments to merge_face_vectors. 7540 new F and CYCLE_CHECK arguments to merge_face_vectors.
7541 (merge_face_heights): New function. 7541 (merge_face_heights): New function.
7542 (merge_face_vectors, merge_face_vector_with_property) 7542 (merge_face_vectors, merge_face_vector_with_property)
@@ -7826,7 +7826,7 @@
7826 (x_compute_glyph_string_overhangs): Incomplete body removed, as 7826 (x_compute_glyph_string_overhangs): Incomplete body removed, as
7827 the X way of doing this will not work for W32. 7827 the X way of doing this will not work for W32.
7828 (w32_intersect_rectangles): Removed. Use IntersectRect API call. 7828 (w32_intersect_rectangles): Removed. Use IntersectRect API call.
7829 (x_draw_image_foreground): Avoid drawing outside of the clip area 7829 (x_draw_image_foreground): Avoid drawing outside of the clip area
7830 when image doesn't have a mask. 7830 when image doesn't have a mask.
7831 (note_mouse_highlight): Process overlays in the right order of 7831 (note_mouse_highlight): Process overlays in the right order of
7832 priority. Set help_echo_window. 7832 priority. Set help_echo_window.
@@ -10156,7 +10156,7 @@
10156 (encode_coding_string): Likewise. 10156 (encode_coding_string): Likewise.
10157 10157
10158 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2> 10158 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>
10159 <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and 10159 <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
10160 eight-bit-graphic correctly. 10160 eight-bit-graphic correctly.
10161 10161
101622000-05-24 Kenichi HANDA <handa@etl.go.jp> 101622000-05-24 Kenichi HANDA <handa@etl.go.jp>
@@ -12812,7 +12812,7 @@
12812 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback) 12812 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
12813 (xim_initialize, xim_close) 12813 (xim_initialize, xim_close)
12814 [HAVE_X_I18N && HAVE_X11R6]: New functions. 12814 [HAVE_X_I18N && HAVE_X11R6]: New functions.
12815 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame. 12815 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
12816 (x_term_init) [HAVE_X_I18N]: Call xim_initialize. 12816 (x_term_init) [HAVE_X_I18N]: Call xim_initialize.
12817 (x_delete_display) [HAVE_X_I18N]: Call xim_close. 12817 (x_delete_display) [HAVE_X_I18N]: Call xim_close.
12818 12818
diff --git a/src/font.c b/src/font.c
index 765712198fe..c72f189d87f 100644
--- a/src/font.c
+++ b/src/font.c
@@ -4634,7 +4634,7 @@ DEFUN ("font-variation-glyphs", Ffont_variation_glyphs, Sfont_variation_glyphs,
4634 doc: /* Return a list of variation glyphs for CHAR in FONT-OBJECT. 4634 doc: /* Return a list of variation glyphs for CHAR in FONT-OBJECT.
4635Each element of the value is a cons (VARIATION-SELECTOR . GLYPH-ID), 4635Each element of the value is a cons (VARIATION-SELECTOR . GLYPH-ID),
4636where 4636where
4637 VARIATION-SELECTOR is a chracter code of variation selection 4637 VARIATION-SELECTOR is a character code of variation selection
4638 (#xFE00..#xFE0F or #xE0100..#xE01EF) 4638 (#xFE00..#xFE0F or #xE0100..#xE01EF)
4639 GLYPH-ID is a glyph code of the corresponding variation glyph. */) 4639 GLYPH-ID is a glyph code of the corresponding variation glyph. */)
4640 (font_object, character) 4640 (font_object, character)
diff --git a/src/frame.h b/src/frame.h
index 887d47eff21..8f5e47c40a5 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -306,7 +306,7 @@ struct frame
306 /* Canonical X unit. Width of default font, in pixels. */ 306 /* Canonical X unit. Width of default font, in pixels. */
307 int column_width; 307 int column_width;
308 308
309 /* Widht of space glyph of default font, in pixels. */ 309 /* Width of space glyph of default font, in pixels. */
310 int space_width; 310 int space_width;
311 311
312 /* Canonical Y unit. Height of a line, in pixels. */ 312 /* Canonical Y unit. Height of a line, in pixels. */
diff --git a/src/nsterm.m b/src/nsterm.m
index fc933c099e8..d1b984d5382 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -145,24 +145,24 @@ Lisp_Object Qalt, Qcontrol, Qhyper, Qmeta, Qsuper, Qnone;
145extern Lisp_Object Qcursor_color, Qcursor_type, Qns, Qleft; 145extern Lisp_Object Qcursor_color, Qcursor_type, Qns, Qleft;
146 146
147/* Specifies which emacs modifier should be generated when NS receives 147/* Specifies which emacs modifier should be generated when NS receives
148 the Alternate modifer. May be Qnone or any of the modifier lisp symbols. */ 148 the Alternate modifier. May be Qnone or any of the modifier lisp symbols. */
149Lisp_Object ns_alternate_modifier; 149Lisp_Object ns_alternate_modifier;
150 150
151/* Specifies which emacs modifier should be generated when NS receives 151/* Specifies which emacs modifier should be generated when NS receives
152 the right Alternate modifer. Has same values as ns_alternate_modifier plus 152 the right Alternate modifier. Has same values as ns_alternate_modifier plus
153 the value Qleft which means whatever value ns_alternate_modifier has. */ 153 the value Qleft which means whatever value ns_alternate_modifier has. */
154Lisp_Object ns_right_alternate_modifier; 154Lisp_Object ns_right_alternate_modifier;
155 155
156/* Specifies which emacs modifier should be generated when NS receives 156/* Specifies which emacs modifier should be generated when NS receives
157 the Command modifer. May be any of the modifier lisp symbols. */ 157 the Command modifier. May be any of the modifier lisp symbols. */
158Lisp_Object ns_command_modifier; 158Lisp_Object ns_command_modifier;
159 159
160/* Specifies which emacs modifier should be generated when NS receives 160/* Specifies which emacs modifier should be generated when NS receives
161 the Control modifer. May be any of the modifier lisp symbols. */ 161 the Control modifier. May be any of the modifier lisp symbols. */
162Lisp_Object ns_control_modifier; 162Lisp_Object ns_control_modifier;
163 163
164/* Specifies which emacs modifier should be generated when NS receives 164/* Specifies which emacs modifier should be generated when NS receives
165 the Function modifer (laptops). May be any of the modifier lisp symbols. */ 165 the Function modifier (laptops). May be any of the modifier lisp symbols. */
166Lisp_Object ns_function_modifier; 166Lisp_Object ns_function_modifier;
167 167
168/* Control via default 'GSFontAntiAlias' on OS X and GNUstep. */ 168/* Control via default 'GSFontAntiAlias' on OS X and GNUstep. */