diff options
| author | Juanma Barranquero | 2011-11-20 04:48:53 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-20 04:48:53 +0100 |
| commit | cd1181dbece7f23a801ce9c56b985f9466cd6511 (patch) | |
| tree | 59d07d411c4de52f8e100fc1d71dbadd9095d1b2 | |
| parent | 17e845af732cf7bd0ada49375f014e10deb3d06a (diff) | |
| download | emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip | |
Fix typos.
96 files changed, 250 insertions, 179 deletions
| @@ -689,7 +689,7 @@ | |||
| 689 | * autogen/Makefile.in: Add auto-updated generated files. | 689 | * autogen/Makefile.in: Add auto-updated generated files. |
| 690 | * autogen.sh: No longer a no-op, now it tests for autotools | 690 | * autogen.sh: No longer a no-op, now it tests for autotools |
| 691 | and runs them as necessary. | 691 | and runs them as necessary. |
| 692 | * configure.in: Defaule maintainer-mode to on. | 692 | * configure.in: Default maintainer-mode to on. |
| 693 | * aclocal.m4, configure, lib/Makefile.in: Remove files. | 693 | * aclocal.m4, configure, lib/Makefile.in: Remove files. |
| 694 | 694 | ||
| 695 | 2011-03-13 Paul Eggert <eggert@cs.ucla.edu> | 695 | 2011-03-13 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -9711,7 +9711,7 @@ | |||
| 9711 | paths.h.in, Makefile.in in src. | 9711 | paths.h.in, Makefile.in in src. |
| 9712 | 9712 | ||
| 9713 | * configure: Delete .tmp files before creating them; don't bother | 9713 | * configure: Delete .tmp files before creating them; don't bother |
| 9714 | trying to make final targets writeable first, since it won't | 9714 | trying to make final targets writable first, since it won't |
| 9715 | matter to move-if-change. | 9715 | matter to move-if-change. |
| 9716 | 9716 | ||
| 9717 | 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu) | 9717 | 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 6e0f736a06f..9723ca720e1 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -48,7 +48,7 @@ SYSTEM_MALLOC Use the system library's malloc. | |||
| 48 | subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it. | 48 | subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it. |
| 49 | USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int. | 49 | USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int. |
| 50 | 50 | ||
| 51 | ** System specific macros, decribed in detail in src/s/template.h | 51 | ** System specific macros, described in detail in src/s/template.h |
| 52 | CLASH_DETECTION | 52 | CLASH_DETECTION |
| 53 | COFF | 53 | COFF |
| 54 | FIRST_PTY_LETTER | 54 | FIRST_PTY_LETTER |
| @@ -58,7 +58,7 @@ NARROWPROTO | |||
| 58 | SEPCHAR | 58 | SEPCHAR |
| 59 | SYSTEM_TYPE | 59 | SYSTEM_TYPE |
| 60 | 60 | ||
| 61 | ** Machine specific macros, decribed in detail in src/m/template.h | 61 | ** Machine specific macros, described in detail in src/m/template.h |
| 62 | VIRT_ADDR_VARIES | 62 | VIRT_ADDR_VARIES |
| 63 | 63 | ||
| 64 | ** Misc macros | 64 | ** Misc macros |
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty index 67516fa78b6..8a10997eb8b 100644 --- a/admin/notes/multi-tty +++ b/admin/notes/multi-tty | |||
| @@ -521,7 +521,7 @@ THINGS TO DO | |||
| 521 | 521 | ||
| 522 | ** Very strange bug: visible-bell does not work on secondary | 522 | ** Very strange bug: visible-bell does not work on secondary |
| 523 | terminals in xterm and konsole. The screen does flicker a bit, | 523 | terminals in xterm and konsole. The screen does flicker a bit, |
| 524 | but it's so quick it isn't noticable. | 524 | but it's so quick it isn't noticeable. |
| 525 | 525 | ||
| 526 | (Update: This is probably some problem with padding or whatnot on | 526 | (Update: This is probably some problem with padding or whatnot on |
| 527 | the secondary terminals.) | 527 | the secondary terminals.) |
diff --git a/autogen/install-sh b/autogen/install-sh index 6781b987bdb..37709aed8b2 100755 --- a/autogen/install-sh +++ b/autogen/install-sh | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | # install - install a program, script, or datafile | 2 | # install - install a program, script, or datafile |
| 3 | 3 | ||
| 4 | scriptversion=2009-04-28.21; # UTC | 4 | scriptversion=2011-11-20.02; # UTC |
| 5 | 5 | ||
| 6 | # This originates from X11R5 (mit/util/scripts/install.sh), which was | 6 | # This originates from X11R5 (mit/util/scripts/install.sh), which was |
| 7 | # later released in X11R6 (xc/config/util/install.sh) with the | 7 | # later released in X11R6 (xc/config/util/install.sh) with the |
| @@ -347,7 +347,7 @@ do | |||
| 347 | if test -z "$dir_arg" || { | 347 | if test -z "$dir_arg" || { |
| 348 | # Check for POSIX incompatibilities with -m. | 348 | # Check for POSIX incompatibilities with -m. |
| 349 | # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or | 349 | # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or |
| 350 | # other-writeable bit of parent directory when it shouldn't. | 350 | # other-writable bit of parent directory when it shouldn't. |
| 351 | # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. | 351 | # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. |
| 352 | ls_ld_tmpdir=`ls -ld "$tmpdir"` | 352 | ls_ld_tmpdir=`ls -ld "$tmpdir"` |
| 353 | case $ls_ld_tmpdir in | 353 | case $ls_ld_tmpdir in |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 232ddff6d3f..150731bdb98 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * compile.texi (Compiler Errors): | ||
| 4 | * help.texi (Help Functions): Fix typos. | ||
| 5 | |||
| 1 | 2011-11-19 Chong Yidong <cyd@gnu.org> | 6 | 2011-11-19 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 3 | * windows.texi (Splitting Windows): Clarify role of window | 8 | * windows.texi (Splitting Windows): Clarify role of window |
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index fe5563370c4..372c041ab7a 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi | |||
| @@ -528,7 +528,7 @@ but the compiler does not issue warnings for anything that occurs | |||
| 528 | inside @var{body}. | 528 | inside @var{body}. |
| 529 | 529 | ||
| 530 | We recommend that you use this construct around the smallest | 530 | We recommend that you use this construct around the smallest |
| 531 | possible piece of code, to avoid missing possible warnings other than one | 531 | possible piece of code, to avoid missing possible warnings other than |
| 532 | one you intend to suppress. | 532 | one you intend to suppress. |
| 533 | @end defspec | 533 | @end defspec |
| 534 | 534 | ||
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index 0ce05d55a07..3426e81cdb3 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi | |||
| @@ -653,7 +653,7 @@ buffer, which is used to regenerate the help information when the user | |||
| 653 | clicks on the @samp{Back} or @samp{Forward} buttons. Most commands | 653 | clicks on the @samp{Back} or @samp{Forward} buttons. Most commands |
| 654 | that use the @samp{*Help*} buffer should invoke this function before | 654 | that use the @samp{*Help*} buffer should invoke this function before |
| 655 | clearing the buffer. The @var{item} argument should have the form | 655 | clearing the buffer. The @var{item} argument should have the form |
| 656 | @code{(@var{funtion} . @var{args})}, where @var{funtion} is a function | 656 | @code{(@var{function} . @var{args})}, where @var{function} is a function |
| 657 | to call, with argument list @var{args}, to regenerate the help buffer. | 657 | to call, with argument list @var{args}, to regenerate the help buffer. |
| 658 | The @var{interactive-p} argument is non-@code{nil} if the calling | 658 | The @var{interactive-p} argument is non-@code{nil} if the calling |
| 659 | command was invoked interactively; in that case, the stack of items | 659 | command was invoked interactively; in that case, the stack of items |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 924f3501bfa..78282d7c577 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * gnus-coding.texi (Gnus Maintenance Guide): | ||
| 4 | Rename from "Gnus Maintainance Guide". | ||
| 5 | |||
| 6 | * ede.texi (ede-compilation-program, ede-compiler, ede-linker): | ||
| 7 | * eieio.texi (Customizing): | ||
| 8 | * gnus-news.texi: Fix typos. | ||
| 9 | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | 10 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 11 | ||
| 3 | * org.texi (Agenda commands, Exporting Agenda Views): Fix typos. | 12 | * org.texi (Agenda commands, Exporting Agenda Views): Fix typos. |
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi index 55dc7f9a822..f8d757c2d87 100644 --- a/doc/misc/ede.texi +++ b/doc/misc/ede.texi | |||
| @@ -3526,7 +3526,7 @@ use the same autoconf form. | |||
| 3526 | @item :objectextention | 3526 | @item :objectextention |
| 3527 | Type: @code{string} | 3527 | Type: @code{string} |
| 3528 | 3528 | ||
| 3529 | A string which is the extention used for object files. | 3529 | A string which is the extension used for object files. |
| 3530 | For example, C code uses .o on unix, and Emacs Lisp uses .elc. | 3530 | For example, C code uses .o on unix, and Emacs Lisp uses .elc. |
| 3531 | @refill | 3531 | @refill |
| 3532 | 3532 | ||
| @@ -3634,7 +3634,7 @@ it's rule definition. | |||
| 3634 | @item :objectextention | 3634 | @item :objectextention |
| 3635 | Type: @code{string} | 3635 | Type: @code{string} |
| 3636 | 3636 | ||
| 3637 | A string which is the extention used for object files. | 3637 | A string which is the extension used for object files. |
| 3638 | For example, C code uses .o on unix, and Emacs Lisp uses .elc. | 3638 | For example, C code uses .o on unix, and Emacs Lisp uses .elc. |
| 3639 | @refill | 3639 | @refill |
| 3640 | 3640 | ||
| @@ -3782,7 +3782,7 @@ it's rule definition. | |||
| 3782 | @item :objectextention | 3782 | @item :objectextention |
| 3783 | Type: @code{string} | 3783 | Type: @code{string} |
| 3784 | 3784 | ||
| 3785 | A string which is the extention used for object files. | 3785 | A string which is the extension used for object files. |
| 3786 | For example, C code uses .o on unix, and Emacs Lisp uses .elc. | 3786 | For example, C code uses .o on unix, and Emacs Lisp uses .elc. |
| 3787 | @refill | 3787 | @refill |
| 3788 | 3788 | ||
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi index 8ee40288fe0..7b4945027d3 100644 --- a/doc/misc/eieio.texi +++ b/doc/misc/eieio.texi | |||
| @@ -1212,9 +1212,9 @@ This method does nothing by default, but that may change in the future. | |||
| 1212 | This would be the best way to make your objects persistent when using | 1212 | This would be the best way to make your objects persistent when using |
| 1213 | in-place editing. | 1213 | in-place editing. |
| 1214 | 1214 | ||
| 1215 | @section Widget extention | 1215 | @section Widget extension |
| 1216 | 1216 | ||
| 1217 | When widgets are being created, one new widget extention has been added, | 1217 | When widgets are being created, one new widget extension has been added, |
| 1218 | called the @code{:slotofchoices}. When this occurs in a widget | 1218 | called the @code{:slotofchoices}. When this occurs in a widget |
| 1219 | definition, all elements after it are removed, and the slot is specifies | 1219 | definition, all elements after it are removed, and the slot is specifies |
| 1220 | is queried and converted into a series of constants. | 1220 | is queried and converted into a series of constants. |
diff --git a/doc/misc/gnus-coding.texi b/doc/misc/gnus-coding.texi index ab9c0232d3d..a79c68f0123 100644 --- a/doc/misc/gnus-coding.texi +++ b/doc/misc/gnus-coding.texi | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | \input texinfo | 1 | \input texinfo |
| 2 | 2 | ||
| 3 | @setfilename gnus-coding | 3 | @setfilename gnus-coding |
| 4 | @settitle Gnus Coding Style and Maintainance Guide | 4 | @settitle Gnus Coding Style and Maintenance Guide |
| 5 | @syncodeindex fn cp | 5 | @syncodeindex fn cp |
| 6 | @syncodeindex vr cp | 6 | @syncodeindex vr cp |
| 7 | @syncodeindex pg cp | 7 | @syncodeindex pg cp |
| @@ -45,7 +45,7 @@ license to the document, as described in section 6 of the license. | |||
| 45 | 45 | ||
| 46 | @ifnottex | 46 | @ifnottex |
| 47 | @node Top | 47 | @node Top |
| 48 | @top Gnus Coding Style and Maintainance Guide | 48 | @top Gnus Coding Style and Maintenance Guide |
| 49 | This manual describes @dots{} | 49 | This manual describes @dots{} |
| 50 | 50 | ||
| 51 | @insertcopying | 51 | @insertcopying |
| @@ -53,7 +53,7 @@ This manual describes @dots{} | |||
| 53 | 53 | ||
| 54 | @menu | 54 | @menu |
| 55 | * Gnus Coding Style:: Gnus Coding Style | 55 | * Gnus Coding Style:: Gnus Coding Style |
| 56 | * Gnus Maintainance Guide:: Gnus Maintainance Guide | 56 | * Gnus Maintenance Guide:: Gnus Maintenance Guide |
| 57 | @end menu | 57 | @end menu |
| 58 | 58 | ||
| 59 | @c @ref{Gnus Reference Guide, ,Gnus Reference Guide, gnus, The Gnus Newsreader} | 59 | @c @ref{Gnus Reference Guide, ,Gnus Reference Guide, gnus, The Gnus Newsreader} |
| @@ -250,8 +250,8 @@ Emacs 20.7 and up. | |||
| 250 | XEmacs 21.1 and up. | 250 | XEmacs 21.1 and up. |
| 251 | @end itemize | 251 | @end itemize |
| 252 | 252 | ||
| 253 | @node Gnus Maintainance Guide | 253 | @node Gnus Maintenance Guide |
| 254 | @chapter Gnus Maintainance Guide | 254 | @chapter Gnus Maintenance Guide |
| 255 | 255 | ||
| 256 | @section Stable and development versions | 256 | @section Stable and development versions |
| 257 | 257 | ||
diff --git a/doc/misc/gnus-news.texi b/doc/misc/gnus-news.texi index 94984e5d3c3..612ea14e2cf 100644 --- a/doc/misc/gnus-news.texi +++ b/doc/misc/gnus-news.texi | |||
| @@ -107,7 +107,7 @@ EasyPG is included in Emacs 23 and available separately as well. | |||
| 107 | @itemize @bullet | 107 | @itemize @bullet |
| 108 | 108 | ||
| 109 | @item | 109 | @item |
| 110 | Symbols like @code{gcc-self} now has the same precedence rules in | 110 | Symbols like @code{gcc-self} now have the same precedence rules in |
| 111 | @code{gnus-parameters} as other ``real'' variables: The last match | 111 | @code{gnus-parameters} as other ``real'' variables: The last match |
| 112 | wins instead of the first match. | 112 | wins instead of the first match. |
| 113 | 113 | ||
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS index 2e93b5c3f42..44c87c8946c 100644 --- a/etc/MH-E-NEWS +++ b/etc/MH-E-NEWS | |||
| @@ -2666,7 +2666,7 @@ consistent mnemonics were realized that should make it easier to | |||
| 2666 | remember key bindings. | 2666 | remember key bindings. |
| 2667 | 2667 | ||
| 2668 | Added new sub-keymaps for folder commands, sequence commands, | 2668 | Added new sub-keymaps for folder commands, sequence commands, |
| 2669 | extraction commands, and digest commands which begin with with F, S, | 2669 | extraction commands, and digest commands which begin with F, S, |
| 2670 | X, and D, respectively. These sub-keymaps allowed some consistency | 2670 | X, and D, respectively. These sub-keymaps allowed some consistency |
| 2671 | (e.g., especially with l(ist) and k(ill)). | 2671 | (e.g., especially with l(ist) and k(ill)). |
| 2672 | 2672 | ||
| @@ -147,7 +147,7 @@ then the equivalent line in ~/.authinfo would be | |||
| 147 | 147 | ||
| 148 | **** The variable `smtpmail-starttls-credentials' has been removed. | 148 | **** The variable `smtpmail-starttls-credentials' has been removed. |
| 149 | 149 | ||
| 150 | If you had that set, then then you need to put | 150 | If you had that set, then you need to put |
| 151 | 151 | ||
| 152 | machine smtp.whatever.foo port 25 key "~/.my_smtp_tls.key" cert "~/.my_smtp_tls.cert" | 152 | machine smtp.whatever.foo port 25 key "~/.my_smtp_tls.key" cert "~/.my_smtp_tls.cert" |
| 153 | 153 | ||
diff --git a/etc/NEWS.19 b/etc/NEWS.19 index 90671cee18c..88e5849f136 100644 --- a/etc/NEWS.19 +++ b/etc/NEWS.19 | |||
| @@ -1828,7 +1828,7 @@ c-fill-paragraph's behavior. | |||
| 1828 | containing an open brace just after a case/default label. | 1828 | containing an open brace just after a case/default label. |
| 1829 | 1829 | ||
| 1830 | *** New variable, c-progress-interval, which controls minibuffer update | 1830 | *** New variable, c-progress-interval, which controls minibuffer update |
| 1831 | message displays during long re-indention. This is a new feature | 1831 | message displays during long re-indentation. This is a new feature |
| 1832 | which prints percentage complete messages at specified intervals. | 1832 | which prints percentage complete messages at specified intervals. |
| 1833 | 1833 | ||
| 1834 | ** Makefile mode changes. | 1834 | ** Makefile mode changes. |
diff --git a/etc/NEWS.21 b/etc/NEWS.21 index c3c54d8bb01..c018567c40d 100644 --- a/etc/NEWS.21 +++ b/etc/NEWS.21 | |||
| @@ -1678,7 +1678,7 @@ current file, or you can use C-x v r RET to get an update for an | |||
| 1678 | entire directory tree. | 1678 | entire directory tree. |
| 1679 | 1679 | ||
| 1680 | The new user option `vc-cvs-use-edit' indicates whether VC should call | 1680 | The new user option `vc-cvs-use-edit' indicates whether VC should call |
| 1681 | "cvs edit" to make files writeable; it defaults to `t'. (This option | 1681 | "cvs edit" to make files writable; it defaults to `t'. (This option |
| 1682 | is only meaningful if the CVSREAD variable is set, or if files are | 1682 | is only meaningful if the CVSREAD variable is set, or if files are |
| 1683 | "watched" by other developers.) | 1683 | "watched" by other developers.) |
| 1684 | 1684 | ||
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index 3920f59fefa..8cf0cdee879 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 | |||
| @@ -3356,7 +3356,7 @@ contracts or expands the line under the cursor. | |||
| 3356 | *** The new commands `speedbar-expand-line-descendants' and | 3356 | *** The new commands `speedbar-expand-line-descendants' and |
| 3357 | `speedbar-contract-line-descendants', bound to `[' and `]' | 3357 | `speedbar-contract-line-descendants', bound to `[' and `]' |
| 3358 | respectively, expand and contract the line under cursor with all of | 3358 | respectively, expand and contract the line under cursor with all of |
| 3359 | its descendents. | 3359 | its descendants. |
| 3360 | 3360 | ||
| 3361 | *** The new user option `speedbar-use-tool-tips-flag', if non-nil, | 3361 | *** The new user option `speedbar-use-tool-tips-flag', if non-nil, |
| 3362 | means to display tool-tips for speedbar items. | 3362 | means to display tool-tips for speedbar items. |
diff --git a/lib/sha256.c b/lib/sha256.c index c125542248b..4dbb5e91291 100644 --- a/lib/sha256.c +++ b/lib/sha256.c | |||
| @@ -51,7 +51,7 @@ static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; | |||
| 51 | 51 | ||
| 52 | /* | 52 | /* |
| 53 | Takes a pointer to a 256 bit block of data (eight 32 bit ints) and | 53 | Takes a pointer to a 256 bit block of data (eight 32 bit ints) and |
| 54 | intializes it to the start constants of the SHA256 algorithm. This | 54 | initializes it to the start constants of the SHA256 algorithm. This |
| 55 | must be called before using hash in the call to sha256_hash | 55 | must be called before using hash in the call to sha256_hash |
| 56 | */ | 56 | */ |
| 57 | void | 57 | void |
diff --git a/lib/sha512.c b/lib/sha512.c index c0bed95758f..5c2e3ab9f81 100644 --- a/lib/sha512.c +++ b/lib/sha512.c | |||
| @@ -58,7 +58,7 @@ static const unsigned char fillbuf[128] = { 0x80, 0 /* , 0, 0, ... */ }; | |||
| 58 | 58 | ||
| 59 | /* | 59 | /* |
| 60 | Takes a pointer to a 512 bit block of data (eight 64 bit ints) and | 60 | Takes a pointer to a 512 bit block of data (eight 64 bit ints) and |
| 61 | intializes it to the start constants of the SHA512 algorithm. This | 61 | initializes it to the start constants of the SHA512 algorithm. This |
| 62 | must be called before using hash in the call to sha512_hash | 62 | must be called before using hash in the call to sha512_hash |
| 63 | */ | 63 | */ |
| 64 | void | 64 | void |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 11a4acd3b16..8f9038ffede 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords): | ||
| 4 | * progmodes/pascal.el (electric-pascal-equal): | ||
| 5 | * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex): | ||
| 6 | * xml.el (xml-substitute-special): Fix typos. | ||
| 7 | |||
| 1 | 2011-11-20 Glenn Morris <rgm@gnu.org> | 8 | 2011-11-20 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom. | 10 | * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom. |
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index e40f419b32a..b67cc2f67bc 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -374,7 +374,7 @@ | |||
| 374 | the function is advised in cc-defs. However, that advice | 374 | the function is advised in cc-defs. However, that advice |
| 375 | doesn't help if the autoloads are updated in an old (X)Emacs | 375 | doesn't help if the autoloads are updated in an old (X)Emacs |
| 376 | with this version of CC Mode, but I believe it's unlikely that | 376 | with this version of CC Mode, but I believe it's unlikely that |
| 377 | anyone does that when CC Mode isn't distributed with with it. | 377 | anyone does that when CC Mode isn't distributed with it. |
| 378 | 378 | ||
| 379 | * progmodes/cc-defs.el (add-to-list): Add advice to get the | 379 | * progmodes/cc-defs.el (add-to-list): Add advice to get the |
| 380 | optional third append argument in older (X)Emacsen. | 380 | optional third append argument in older (X)Emacsen. |
| @@ -2440,7 +2440,7 @@ | |||
| 2440 | 2440 | ||
| 2441 | * gdb-ui.el (gud-gdba-command-name): Use -noasync option for Gdb | 2441 | * gdb-ui.el (gud-gdba-command-name): Use -noasync option for Gdb |
| 2442 | with MS windows. | 2442 | with MS windows. |
| 2443 | (gdb-display-end): Only make buffer writeable temporarily. | 2443 | (gdb-display-end): Only make buffer writable temporarily. |
| 2444 | Move "View" submenu up one level. | 2444 | Move "View" submenu up one level. |
| 2445 | 2445 | ||
| 2446 | 2003-05-21 Nick Roberts <nick@nick.uklinux.net> | 2446 | 2003-05-21 Nick Roberts <nick@nick.uklinux.net> |
| @@ -9827,7 +9827,7 @@ | |||
| 9827 | (uniquify-delay-rationalize-file-buffer-names): Remove useless check. | 9827 | (uniquify-delay-rationalize-file-buffer-names): Remove useless check. |
| 9828 | (kill-buffer-hook): Don't change globally. | 9828 | (kill-buffer-hook): Don't change globally. |
| 9829 | 9829 | ||
| 9830 | 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>. | 9830 | 2002-09-27 Stefan Monnier <monnier@cs.yale.edu> |
| 9831 | 9831 | ||
| 9832 | * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack) | 9832 | * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack) |
| 9833 | (calc-stack-top, calc-always-load-extensions) | 9833 | (calc-stack-top, calc-always-load-extensions) |
| @@ -20778,7 +20778,7 @@ | |||
| 20778 | * Makefile.in (distclean): Remove Makefile in the build | 20778 | * Makefile.in (distclean): Remove Makefile in the build |
| 20779 | directory, not in the source directory. | 20779 | directory, not in the source directory. |
| 20780 | 20780 | ||
| 20781 | 2001-12-21 Simon Josefsson <jas@extundo.com>. | 20781 | 2001-12-21 Simon Josefsson <jas@extundo.com> |
| 20782 | 20782 | ||
| 20783 | * mail/smtpmail.el (smtpmail-send-queued-mail): | 20783 | * mail/smtpmail.el (smtpmail-send-queued-mail): |
| 20784 | Use with-temp-buffer instead of find-file-noselect, and bind | 20784 | Use with-temp-buffer instead of find-file-noselect, and bind |
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13 index 0642a4d14ab..9f7c26c5d4b 100644 --- a/lisp/ChangeLog.13 +++ b/lisp/ChangeLog.13 | |||
| @@ -14943,7 +14943,7 @@ | |||
| 14943 | 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org> | 14943 | 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org> |
| 14944 | 14944 | ||
| 14945 | * Makefile.in (bootstrap-prepare): When copying from | 14945 | * Makefile.in (bootstrap-prepare): When copying from |
| 14946 | ldefs-boot.el, make sure loaddefs.el is writeable. | 14946 | ldefs-boot.el, make sure loaddefs.el is writable. |
| 14947 | 14947 | ||
| 14948 | (bootstrap-prepare): Make $(lisp)/ps-print.el | 14948 | (bootstrap-prepare): Make $(lisp)/ps-print.el |
| 14949 | and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well. | 14949 | and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well. |
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index dfd9b94b53e..04133f17364 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 | |||
| @@ -13225,7 +13225,7 @@ | |||
| 13225 | 2010-02-04 Michael Albinus <michael.albinus@gmx.de> | 13225 | 2010-02-04 Michael Albinus <michael.albinus@gmx.de> |
| 13226 | 13226 | ||
| 13227 | * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call | 13227 | * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call |
| 13228 | `dired-uncache' for every elemnt which is an absolute file name. | 13228 | `dired-uncache' for every element which is an absolute file name. |
| 13229 | 13229 | ||
| 13230 | * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a | 13230 | * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a |
| 13231 | directory, handle its directory component. | 13231 | directory, handle its directory component. |
diff --git a/lisp/ChangeLog.2 b/lisp/ChangeLog.2 index 5b0f2ac4270..65005a4ba47 100644 --- a/lisp/ChangeLog.2 +++ b/lisp/ChangeLog.2 | |||
| @@ -3788,7 +3788,7 @@ | |||
| 3788 | 3788 | ||
| 3789 | 1986-06-17 Richard M. Stallman (rms@prep) | 3789 | 1986-06-17 Richard M. Stallman (rms@prep) |
| 3790 | 3790 | ||
| 3791 | * nroff-mode.el: Add elements to nrofff-brace-table. | 3791 | * nroff-mode.el: Add elements to nroff-brace-table. |
| 3792 | 3792 | ||
| 3793 | 1986-06-16 Richard M. Stallman (rms@prep) | 3793 | 1986-06-16 Richard M. Stallman (rms@prep) |
| 3794 | 3794 | ||
diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3 index 8cafac2c0c4..2b384d79169 100644 --- a/lisp/ChangeLog.3 +++ b/lisp/ChangeLog.3 | |||
| @@ -1905,7 +1905,7 @@ | |||
| 1905 | 1905 | ||
| 1906 | * Makefile: Created. This exists mainly so developers elsewhere | 1906 | * Makefile: Created. This exists mainly so developers elsewhere |
| 1907 | can unlock the lisp files to accept an update tar, then relock | 1907 | can unlock the lisp files to accept an update tar, then relock |
| 1908 | them without locking the few that should stay writeable. | 1908 | them without locking the few that should stay writable. |
| 1909 | 1909 | ||
| 1910 | * solar.el, ange-ftp.el: Corrected Keywords header | 1910 | * solar.el, ange-ftp.el: Corrected Keywords header |
| 1911 | 1911 | ||
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index dea5137d246..7aca1b521a2 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -5516,7 +5516,7 @@ | |||
| 5516 | 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | 5516 | 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> |
| 5517 | 5517 | ||
| 5518 | * vc.el (vc-backend-revert): For CVS files that were made | 5518 | * vc.el (vc-backend-revert): For CVS files that were made |
| 5519 | writeable with "cvs edit", call "cvs unedit" to undo that. | 5519 | writable with "cvs edit", call "cvs unedit" to undo that. |
| 5520 | 5520 | ||
| 5521 | 1999-04-08 Dave Love <fx@gnu.org> | 5521 | 1999-04-08 Dave Love <fx@gnu.org> |
| 5522 | 5522 | ||
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index f08e6fb8863..538f3f1d401 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -8638,7 +8638,7 @@ | |||
| 8638 | 2000-11-15 Gerd Moellmann <gerd@gnu.org> | 8638 | 2000-11-15 Gerd Moellmann <gerd@gnu.org> |
| 8639 | 8639 | ||
| 8640 | * faces.el (face-set-after-frame-default): | 8640 | * faces.el (face-set-after-frame-default): |
| 8641 | If `inhibit-default-face-x-resources' is bound, don't intialize the | 8641 | If `inhibit-default-face-x-resources' is bound, don't initialize the |
| 8642 | default face from X resources. | 8642 | default face from X resources. |
| 8643 | 8643 | ||
| 8644 | 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il> | 8644 | 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il> |
diff --git a/lisp/allout.el b/lisp/allout.el index a08aa05d581..bd2094da253 100644 --- a/lisp/allout.el +++ b/lisp/allout.el | |||
| @@ -170,7 +170,7 @@ respective allout-mode keybinding variables, `allout-command-prefix', | |||
| 170 | ;; the function value keymap of allout-mode-map is used in | 170 | ;; the function value keymap of allout-mode-map is used in |
| 171 | ;; minor-mode-map-alist - update it: | 171 | ;; minor-mode-map-alist - update it: |
| 172 | (fset allout-mode-map allout-mode-map-value)) | 172 | (fset allout-mode-map allout-mode-map-value)) |
| 173 | ;;;_ * intialize the mode map: | 173 | ;;;_ * initialize the mode map: |
| 174 | ;; ensure that allout-mode-map has some setting even if allout-mode hasn't | 174 | ;; ensure that allout-mode-map has some setting even if allout-mode hasn't |
| 175 | ;; been invoked: | 175 | ;; been invoked: |
| 176 | (allout-compose-and-institute-keymap) | 176 | (allout-compose-and-institute-keymap) |
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index e5969a3c291..788bf71845f 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * cedet-cscope.el (cedet-cscope-version-check): | ||
| 4 | * cedet-global.el (cedet-global-min-version) | ||
| 5 | (cedet-gnu-global-version-check): | ||
| 6 | * cedet.el (cedet-version): | ||
| 7 | * data-debug.el (data-debug-prev, data-debug-contract-current-line): | ||
| 8 | * ede.el (ede-buffer-belongs-to-project-p, ede-auto-add-to-target) | ||
| 9 | (ede-new, ede-invoke-method, project-edit-file-target, project-rescan) | ||
| 10 | (ede-add-project-to-global-list, ede-map-all-subprojects): | ||
| 11 | * inversion.el (inversion-check-version): | ||
| 12 | * mode-local.el (mode-local-map-file-buffers, define-child-mode) | ||
| 13 | (define-overloadable-function): | ||
| 14 | * pulse.el (pulse-flag, pulse): | ||
| 15 | * semantic.el (semantic-elapsed-time, semantic-parse-region) | ||
| 16 | (navigate-menu): | ||
| 17 | * ede/proj-comp.el (ede-compilation-program): | ||
| 18 | * semantic/debug.el (semantic-debug-parser-go) | ||
| 19 | (semantic-debug-parser-fail, semantic-debug-parser-quit) | ||
| 20 | (semantic-debug-parser-abort): | ||
| 21 | * semantic/idle.el (semantic-idle-core-handler): | ||
| 22 | * semantic/bovine/debug.el (semantic-bovine-debug-error-frame): | ||
| 23 | Fix typos. | ||
| 24 | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | 25 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 26 | ||
| 3 | * semantic/lex.el (semantic-lex-tokens): | 27 | * semantic/lex.el (semantic-lex-tokens): |
diff --git a/lisp/cedet/cedet-cscope.el b/lisp/cedet/cedet-cscope.el index 74892533ab6..71942698c5f 100644 --- a/lisp/cedet/cedet-cscope.el +++ b/lisp/cedet/cedet-cscope.el | |||
| @@ -135,8 +135,8 @@ the error code." | |||
| 135 | 135 | ||
| 136 | (defun cedet-cscope-version-check (&optional noerror) | 136 | (defun cedet-cscope-version-check (&optional noerror) |
| 137 | "Check the version of the installed CScope command. | 137 | "Check the version of the installed CScope command. |
| 138 | If optional programatic argument NOERROR is non-nil, then | 138 | If optional programmatic argument NOERROR is non-nil, |
| 139 | instead of throwing an error if CScope isn't available, then | 139 | then instead of throwing an error if CScope isn't available, |
| 140 | return nil." | 140 | return nil." |
| 141 | (interactive) | 141 | (interactive) |
| 142 | (require 'inversion) | 142 | (require 'inversion) |
diff --git a/lisp/cedet/cedet-files.el b/lisp/cedet/cedet-files.el index ae037028bf7..6f40ee7030f 100644 --- a/lisp/cedet/cedet-files.el +++ b/lisp/cedet/cedet-files.el | |||
| @@ -83,7 +83,7 @@ specific conversions during tests." | |||
| 83 | (setq file (concat driveletter ":" | 83 | (setq file (concat driveletter ":" |
| 84 | (substring file (match-end 1)))))) | 84 | (substring file (match-end 1)))))) |
| 85 | 85 | ||
| 86 | ;; Handle the \\file\name nomenclature on some windows boxes. | 86 | ;; Handle the \\file\name nomenclature on some Windows boxes. |
| 87 | (when (string-match "^!" file) | 87 | (when (string-match "^!" file) |
| 88 | (setq file (concat "//" (substring file 1))))) | 88 | (setq file (concat "//" (substring file 1))))) |
| 89 | file)) | 89 | file)) |
diff --git a/lisp/cedet/cedet-global.el b/lisp/cedet/cedet-global.el index d2a9794ec81..aa18c0d2f42 100644 --- a/lisp/cedet/cedet-global.el +++ b/lisp/cedet/cedet-global.el | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | (declare-function inversion-check-version "inversion") | 27 | (declare-function inversion-check-version "inversion") |
| 28 | 28 | ||
| 29 | (defvar cedet-global-min-version "5.0" | 29 | (defvar cedet-global-min-version "5.0" |
| 30 | "Minimum version of GNU global required.") | 30 | "Minimum version of GNU Global required.") |
| 31 | 31 | ||
| 32 | (defcustom cedet-global-command "global" | 32 | (defcustom cedet-global-command "global" |
| 33 | "Command name for the GNU Global executable." | 33 | "Command name for the GNU Global executable." |
| @@ -131,8 +131,8 @@ If a default starting DIR is not specified, the current buffer's | |||
| 131 | 131 | ||
| 132 | (defun cedet-gnu-global-version-check (&optional noerror) | 132 | (defun cedet-gnu-global-version-check (&optional noerror) |
| 133 | "Check the version of the installed GNU Global command. | 133 | "Check the version of the installed GNU Global command. |
| 134 | If optional programatic argument NOERROR is non-nil, then | 134 | If optional programmatic argument NOERROR is non-nil, |
| 135 | instead of throwing an error if Global isn't available, then | 135 | then instead of throwing an error if Global isn't available, |
| 136 | return nil." | 136 | return nil." |
| 137 | (interactive) | 137 | (interactive) |
| 138 | (require 'inversion) | 138 | (require 'inversion) |
diff --git a/lisp/cedet/cedet-idutils.el b/lisp/cedet/cedet-idutils.el index e071265c143..ee8e432ddd9 100644 --- a/lisp/cedet/cedet-idutils.el +++ b/lisp/cedet/cedet-idutils.el | |||
| @@ -84,7 +84,7 @@ Note: Scope is not yet supported." | |||
| 84 | 84 | ||
| 85 | (defun cedet-idutils-fnid-call (flags) | 85 | (defun cedet-idutils-fnid-call (flags) |
| 86 | "Call ID Utils fnid with the list of FLAGS. | 86 | "Call ID Utils fnid with the list of FLAGS. |
| 87 | Return the created buffer with with program output." | 87 | Return the created buffer with program output." |
| 88 | (let ((b (get-buffer-create "*CEDET fnid*")) | 88 | (let ((b (get-buffer-create "*CEDET fnid*")) |
| 89 | (cd default-directory) | 89 | (cd default-directory) |
| 90 | ) | 90 | ) |
| @@ -112,7 +112,7 @@ Return the created buffer with with program output." | |||
| 112 | 112 | ||
| 113 | (defun cedet-idutils-mkid-call (flags) | 113 | (defun cedet-idutils-mkid-call (flags) |
| 114 | "Call ID Utils mkid with the list of FLAGS. | 114 | "Call ID Utils mkid with the list of FLAGS. |
| 115 | Return the created buffer with with program output." | 115 | Return the created buffer with program output." |
| 116 | (let ((b (get-buffer-create "*CEDET mkid*")) | 116 | (let ((b (get-buffer-create "*CEDET mkid*")) |
| 117 | (cd default-directory) | 117 | (cd default-directory) |
| 118 | ) | 118 | ) |
| @@ -163,8 +163,8 @@ the error code." | |||
| 163 | 163 | ||
| 164 | (defun cedet-idutils-version-check (&optional noerror) | 164 | (defun cedet-idutils-version-check (&optional noerror) |
| 165 | "Check the version of the installed ID Utils command. | 165 | "Check the version of the installed ID Utils command. |
| 166 | If optional programatic argument NOERROR is non-nil, then | 166 | If optional programmatic argument NOERROR is non-nil, |
| 167 | instead of throwing an error if Global isn't available, then | 167 | then instead of throwing an error if Global isn't available, |
| 168 | return nil." | 168 | return nil." |
| 169 | (interactive) | 169 | (interactive) |
| 170 | (require 'inversion) | 170 | (require 'inversion) |
diff --git a/lisp/cedet/cedet.el b/lisp/cedet/cedet.el index d7645bc97ed..9ccf74de27a 100644 --- a/lisp/cedet/cedet.el +++ b/lisp/cedet/cedet.el | |||
| @@ -75,7 +75,7 @@ | |||
| 75 | This is used by `semantic-mode' and `global-ede-mode'.") | 75 | This is used by `semantic-mode' and `global-ede-mode'.") |
| 76 | 76 | ||
| 77 | (defun cedet-version () | 77 | (defun cedet-version () |
| 78 | "Display all active versions of CEDET and Dependent packages. | 78 | "Display all active versions of CEDET and dependent packages. |
| 79 | 79 | ||
| 80 | The PACKAGE column is the name of a given package from CEDET. | 80 | The PACKAGE column is the name of a given package from CEDET. |
| 81 | 81 | ||
| @@ -85,7 +85,7 @@ See `cedet-packages' for details. | |||
| 85 | FILE VERSION is the version number found in the source file | 85 | FILE VERSION is the version number found in the source file |
| 86 | for the specified PACKAGE. | 86 | for the specified PACKAGE. |
| 87 | 87 | ||
| 88 | LOADED VERSION is the version of PACKAGE current loaded in Emacs | 88 | LOADED VERSION is the version of PACKAGE currently loaded in Emacs |
| 89 | memory and (presumably) running in this Emacs instance. Value is X | 89 | memory and (presumably) running in this Emacs instance. Value is X |
| 90 | if the package has not been loaded." | 90 | if the package has not been loaded." |
| 91 | (interactive) | 91 | (interactive) |
diff --git a/lisp/cedet/data-debug.el b/lisp/cedet/data-debug.el index e50e9993af0..329d1c608c2 100644 --- a/lisp/cedet/data-debug.el +++ b/lisp/cedet/data-debug.el | |||
| @@ -916,7 +916,7 @@ If PARENT is non-nil, it is somehow related as a parent to thing." | |||
| 916 | (skip-chars-forward " *-><[]" (point-at-eol))) | 916 | (skip-chars-forward " *-><[]" (point-at-eol))) |
| 917 | 917 | ||
| 918 | (defun data-debug-prev () | 918 | (defun data-debug-prev () |
| 919 | "Go to the next line in the Ddebug buffer." | 919 | "Go to the previous line in the Ddebug buffer." |
| 920 | (interactive) | 920 | (interactive) |
| 921 | (forward-line -1) | 921 | (forward-line -1) |
| 922 | (beginning-of-line) | 922 | (beginning-of-line) |
| @@ -972,7 +972,7 @@ Do nothing if already expanded." | |||
| 972 | 972 | ||
| 973 | (defun data-debug-contract-current-line () | 973 | (defun data-debug-contract-current-line () |
| 974 | "Contract the current line (if possible). | 974 | "Contract the current line (if possible). |
| 975 | Do nothing if already expanded." | 975 | Do nothing if already contracted." |
| 976 | (when (and (data-debug-current-line-expanded-p) | 976 | (when (and (data-debug-current-line-expanded-p) |
| 977 | ;; Don't contract if the current line is not expandable. | 977 | ;; Don't contract if the current line is not expandable. |
| 978 | (get-text-property (point) 'ddebug-function)) | 978 | (get-text-property (point) 'ddebug-function)) |
diff --git a/lisp/cedet/ede.el b/lisp/cedet/ede.el index 987351a25e0..741e1ffbe5f 100644 --- a/lisp/cedet/ede.el +++ b/lisp/cedet/ede.el | |||
| @@ -214,7 +214,7 @@ Argument LIST-O-O is the list of objects to choose from." | |||
| 214 | (and obj (obj-of-class-p obj ede-target)))) | 214 | (and obj (obj-of-class-p obj ede-target)))) |
| 215 | 215 | ||
| 216 | (defun ede-buffer-belongs-to-project-p () | 216 | (defun ede-buffer-belongs-to-project-p () |
| 217 | "Return non-nil if this buffer belongs to at least one target." | 217 | "Return non-nil if this buffer belongs to at least one project." |
| 218 | (if (or (null ede-object) (consp ede-object)) nil | 218 | (if (or (null ede-object) (consp ede-object)) nil |
| 219 | (obj-of-class-p ede-object ede-project))) | 219 | (obj-of-class-p ede-object ede-project))) |
| 220 | 220 | ||
| @@ -243,7 +243,7 @@ Argument MENU-DEF is the menu definition to use." | |||
| 243 | ede-obj (if (listp ede-object) ede-object (list ede-object))) | 243 | ede-obj (if (listp ede-object) ede-object (list ede-object))) |
| 244 | ;; First, collect the build items from the project | 244 | ;; First, collect the build items from the project |
| 245 | (setq newmenu (append newmenu (ede-menu-items-build obj t))) | 245 | (setq newmenu (append newmenu (ede-menu-items-build obj t))) |
| 246 | ;; Second, Declare the current target menu items | 246 | ;; Second, declare the current target menu items |
| 247 | (if (and ede-obj (ede-menu-obj-of-class-p ede-target)) | 247 | (if (and ede-obj (ede-menu-obj-of-class-p ede-target)) |
| 248 | (while ede-obj | 248 | (while ede-obj |
| 249 | (setq newmenu (append newmenu | 249 | (setq newmenu (append newmenu |
| @@ -264,7 +264,7 @@ Argument MENU-DEF is the menu definition to use." | |||
| 264 | (setq targets (cdr targets))) | 264 | (setq targets (cdr targets))) |
| 265 | ;; Fourth, build sub projects. | 265 | ;; Fourth, build sub projects. |
| 266 | ;; -- nerp | 266 | ;; -- nerp |
| 267 | ;; Fifth, Add make distribution | 267 | ;; Fifth, add make distribution |
| 268 | (append newmenu (list [ "Make distribution" ede-make-dist t ])) | 268 | (append newmenu (list [ "Make distribution" ede-make-dist t ])) |
| 269 | ))))) | 269 | ))))) |
| 270 | 270 | ||
| @@ -512,7 +512,7 @@ an EDE controlled project." | |||
| 512 | "Look for a target that wants to own the current file. | 512 | "Look for a target that wants to own the current file. |
| 513 | Follow the preference set with `ede-auto-add-method' and get the list | 513 | Follow the preference set with `ede-auto-add-method' and get the list |
| 514 | of objects with the `ede-want-file-p' method." | 514 | of objects with the `ede-want-file-p' method." |
| 515 | (if ede-object (error "Ede-object already defined for %s" (buffer-name))) | 515 | (if ede-object (error "ede-object already defined for %s" (buffer-name))) |
| 516 | (if (or (eq ede-auto-add-method 'never) | 516 | (if (or (eq ede-auto-add-method 'never) |
| 517 | (ede-ignore-file (buffer-file-name))) | 517 | (ede-ignore-file (buffer-file-name))) |
| 518 | nil | 518 | nil |
| @@ -566,7 +566,7 @@ Argument FILE is the file or directory to load a project from." | |||
| 566 | (ede-load-project-file (file-name-directory file)))) | 566 | (ede-load-project-file (file-name-directory file)))) |
| 567 | 567 | ||
| 568 | (defun ede-new (type &optional name) | 568 | (defun ede-new (type &optional name) |
| 569 | "Create a new project starting of project type TYPE. | 569 | "Create a new project starting from project type TYPE. |
| 570 | Optional argument NAME is the name to give this project." | 570 | Optional argument NAME is the name to give this project." |
| 571 | (interactive | 571 | (interactive |
| 572 | (list (completing-read "Project Type: " | 572 | (list (completing-read "Project Type: " |
| @@ -642,7 +642,7 @@ Optional argument NAME is the name to give this project." | |||
| 642 | 642 | ||
| 643 | (defun ede-invoke-method (sym &rest args) | 643 | (defun ede-invoke-method (sym &rest args) |
| 644 | "Invoke method SYM on the current buffer's project object. | 644 | "Invoke method SYM on the current buffer's project object. |
| 645 | ARGS are additional arguments to pass to method sym." | 645 | ARGS are additional arguments to pass to method SYM." |
| 646 | (if (not ede-object) | 646 | (if (not ede-object) |
| 647 | (error "Cannot invoke %s for %s" (symbol-name sym) | 647 | (error "Cannot invoke %s for %s" (symbol-name sym) |
| 648 | (buffer-name))) | 648 | (buffer-name))) |
| @@ -815,7 +815,7 @@ Argument FNND is an argument." | |||
| 815 | (error "remove-file not supported by %s" (object-name ot))) | 815 | (error "remove-file not supported by %s" (object-name ot))) |
| 816 | 816 | ||
| 817 | (defmethod project-edit-file-target ((ot ede-target)) | 817 | (defmethod project-edit-file-target ((ot ede-target)) |
| 818 | "Edit the target OT associated w/ this file." | 818 | "Edit the target OT associated with this file." |
| 819 | (find-file (oref (ede-current-project) file))) | 819 | (find-file (oref (ede-current-project) file))) |
| 820 | 820 | ||
| 821 | (defmethod project-new-target ((proj ede-project) &rest args) | 821 | (defmethod project-new-target ((proj ede-project) &rest args) |
| @@ -857,7 +857,7 @@ Argument COMMAND is the command to use for compiling the target." | |||
| 857 | (error "Dist-files is not supported by %s" (object-name this))) | 857 | (error "Dist-files is not supported by %s" (object-name this))) |
| 858 | 858 | ||
| 859 | (defmethod project-rescan ((this ede-project)) | 859 | (defmethod project-rescan ((this ede-project)) |
| 860 | "Rescan the EDE proj project THIS." | 860 | "Rescan the EDE project THIS." |
| 861 | (error "Rescanning a project is not supported by %s" (object-name this))) | 861 | (error "Rescanning a project is not supported by %s" (object-name this))) |
| 862 | 862 | ||
| 863 | (defun ede-ecb-project-paths () | 863 | (defun ede-ecb-project-paths () |
| @@ -879,7 +879,7 @@ On success, return the added project." | |||
| 879 | (when (not proj) | 879 | (when (not proj) |
| 880 | (error "No project created to add to master list")) | 880 | (error "No project created to add to master list")) |
| 881 | (when (not (eieio-object-p proj)) | 881 | (when (not (eieio-object-p proj)) |
| 882 | (error "Attempt to add Non-object to master project list")) | 882 | (error "Attempt to add non-object to master project list")) |
| 883 | (when (not (obj-of-class-p proj ede-project-placeholder)) | 883 | (when (not (obj-of-class-p proj ede-project-placeholder)) |
| 884 | (error "Attempt to add a non-project to the ede projects list")) | 884 | (error "Attempt to add a non-project to the ede projects list")) |
| 885 | (add-to-list 'ede-projects proj) | 885 | (add-to-list 'ede-projects proj) |
| @@ -1157,7 +1157,7 @@ See also `ede-map-all-subprojects'." | |||
| 1157 | (mapcar proc (oref this subproj))) | 1157 | (mapcar proc (oref this subproj))) |
| 1158 | 1158 | ||
| 1159 | (defmethod ede-map-all-subprojects ((this ede-project) allproc) | 1159 | (defmethod ede-map-all-subprojects ((this ede-project) allproc) |
| 1160 | "For object THIS, execute PROC on THIS and all subprojects. | 1160 | "For object THIS, execute PROC on THIS and all subprojects. |
| 1161 | This function also applies PROC to sub-sub projects. | 1161 | This function also applies PROC to sub-sub projects. |
| 1162 | See also `ede-map-subprojects'." | 1162 | See also `ede-map-subprojects'." |
| 1163 | (apply 'append | 1163 | (apply 'append |
diff --git a/lisp/cedet/ede/proj-comp.el b/lisp/cedet/ede/proj-comp.el index ae5796e042b..84bf8ebf1a0 100644 --- a/lisp/cedet/ede/proj-comp.el +++ b/lisp/cedet/ede/proj-comp.el | |||
| @@ -97,8 +97,8 @@ use the same autoconf form.") | |||
| 97 | (objectextention :initarg :objectextention | 97 | (objectextention :initarg :objectextention |
| 98 | :type string | 98 | :type string |
| 99 | :documentation | 99 | :documentation |
| 100 | "A string which is the extention used for object files. | 100 | "A string which is the extension used for object files. |
| 101 | For example, C code uses .o on unix, and Emacs Lisp uses .elc.") | 101 | For example, C code uses .o on Unix, and Emacs Lisp uses .elc.") |
| 102 | ) | 102 | ) |
| 103 | "A program used to compile or link a program via a Makefile. | 103 | "A program used to compile or link a program via a Makefile. |
| 104 | Contains everything needed to output code into a Makefile, or autoconf | 104 | Contains everything needed to output code into a Makefile, or autoconf |
diff --git a/lisp/cedet/inversion.el b/lisp/cedet/inversion.el index 065ac6d0559..53639b19a96 100644 --- a/lisp/cedet/inversion.el +++ b/lisp/cedet/inversion.el | |||
| @@ -216,14 +216,14 @@ not an indication of new features or bug fixes." | |||
| 216 | ))) | 216 | ))) |
| 217 | 217 | ||
| 218 | (defun inversion-check-version (version incompatible-version | 218 | (defun inversion-check-version (version incompatible-version |
| 219 | minimum &rest reserved) | 219 | minimum &rest reserved) |
| 220 | "Check that a given version meets the minimum requirement. | 220 | "Check that a given version meets the minimum requirement. |
| 221 | VERSION, INCOMPATIBLE-VERSION and MINIMUM are of similar format to | 221 | VERSION, INCOMPATIBLE-VERSION and MINIMUM are of similar format to |
| 222 | return entries of `inversion-decode-version', or a classic version | 222 | return entries of `inversion-decode-version', or a classic version |
| 223 | string. INCOMPATIBLE-VERSION can be nil. | 223 | string. INCOMPATIBLE-VERSION can be nil. |
| 224 | RESERVED arguments are kept for a later use. | 224 | RESERVED arguments are kept for a later use. |
| 225 | Return: | 225 | Return: |
| 226 | - nil if everything is ok | 226 | - nil if everything is ok. |
| 227 | - 'outdated if VERSION is less than MINIMUM. | 227 | - 'outdated if VERSION is less than MINIMUM. |
| 228 | - 'incompatible if VERSION is not backward compatible with MINIMUM. | 228 | - 'incompatible if VERSION is not backward compatible with MINIMUM. |
| 229 | - t if the check failed." | 229 | - t if the check failed." |
| @@ -374,7 +374,7 @@ Return nil when VERSION-STRING was not found." | |||
| 374 | (with-temp-buffer | 374 | (with-temp-buffer |
| 375 | ;; The 3000 is a bit arbitrary, but should cut down on | 375 | ;; The 3000 is a bit arbitrary, but should cut down on |
| 376 | ;; fileio as version info usually is at the very top | 376 | ;; fileio as version info usually is at the very top |
| 377 | ;; of a file. AFter a long commentary could be bad. | 377 | ;; of a file. After a long commentary could be bad. |
| 378 | (insert-file-contents-literally file nil 0 3000) | 378 | (insert-file-contents-literally file nil 0 3000) |
| 379 | (goto-char (point-min)) | 379 | (goto-char (point-min)) |
| 380 | (when (re-search-forward (format tag package 'version) nil t) | 380 | (when (re-search-forward (format tag package 'version) nil t) |
diff --git a/lisp/cedet/mode-local.el b/lisp/cedet/mode-local.el index 0e7657642c2..511a3cd1d8b 100644 --- a/lisp/cedet/mode-local.el +++ b/lisp/cedet/mode-local.el | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | ;; | 36 | ;; |
| 37 | ;; You should use a mode-local variable or override to allow extension | 37 | ;; You should use a mode-local variable or override to allow extension |
| 38 | ;; only if you expect a mode author to provide that extension. If a | 38 | ;; only if you expect a mode author to provide that extension. If a |
| 39 | ;; user might wish to customize a give variable or function then | 39 | ;; user might wish to customize a given variable or function then |
| 40 | ;; the existing customization mechanism should be used. | 40 | ;; the existing customization mechanism should be used. |
| 41 | 41 | ||
| 42 | ;; To Do: | 42 | ;; To Do: |
| @@ -55,7 +55,7 @@ | |||
| 55 | FUNCTION does not have arguments; when it is entered `current-buffer' | 55 | FUNCTION does not have arguments; when it is entered `current-buffer' |
| 56 | is the currently selected file buffer. | 56 | is the currently selected file buffer. |
| 57 | If optional argument PREDICATE is non nil, only select file buffers | 57 | If optional argument PREDICATE is non nil, only select file buffers |
| 58 | for which the function PREDICATE return non-nil. | 58 | for which the function PREDICATE returns non-nil. |
| 59 | If optional argument BUFFERS is non-nil, it is a list of buffers to | 59 | If optional argument BUFFERS is non-nil, it is a list of buffers to |
| 60 | walk through. It defaults to `buffer-list'." | 60 | walk through. It defaults to `buffer-list'." |
| 61 | (dolist (b (or buffers (buffer-list))) | 61 | (dolist (b (or buffers (buffer-list))) |
| @@ -146,7 +146,7 @@ local variables have been defined." | |||
| 146 | (mode-local-map-mode-buffers #'activate-mode-local-bindings mode)) | 146 | (mode-local-map-mode-buffers #'activate-mode-local-bindings mode)) |
| 147 | 147 | ||
| 148 | (defmacro define-child-mode (mode parent &optional docstring) | 148 | (defmacro define-child-mode (mode parent &optional docstring) |
| 149 | "Make major mode MODE inherits behavior from PARENT mode. | 149 | "Make major mode MODE inherit behavior from PARENT mode. |
| 150 | DOCSTRING is optional and not used. | 150 | DOCSTRING is optional and not used. |
| 151 | To work properly, this should be put after PARENT mode local variables | 151 | To work properly, this should be put after PARENT mode local variables |
| 152 | definition." | 152 | definition." |
| @@ -523,11 +523,11 @@ See also the function `define-overload'." | |||
| 523 | result))) | 523 | result))) |
| 524 | 524 | ||
| 525 | (defmacro define-overloadable-function (name args docstring &rest body) | 525 | (defmacro define-overloadable-function (name args docstring &rest body) |
| 526 | "Define a new function, as with `defun' which can be overloaded. | 526 | "Define a new function, as with `defun', which can be overloaded. |
| 527 | NAME is the name of the function to create. | 527 | NAME is the name of the function to create. |
| 528 | ARGS are the arguments to the function. | 528 | ARGS are the arguments to the function. |
| 529 | DOCSTRING is a documentation string to describe the function. The | 529 | DOCSTRING is a documentation string to describe the function. The |
| 530 | docstring will automatically had details about its overload symbol | 530 | docstring will automatically have details about its overload symbol |
| 531 | appended to the end. | 531 | appended to the end. |
| 532 | BODY is code that would be run when there is no override defined. The | 532 | BODY is code that would be run when there is no override defined. The |
| 533 | default is to call the function `NAME-default' with the appropriate | 533 | default is to call the function `NAME-default' with the appropriate |
diff --git a/lisp/cedet/pulse.el b/lisp/cedet/pulse.el index e3d2bd967b6..4929feb0302 100644 --- a/lisp/cedet/pulse.el +++ b/lisp/cedet/pulse.el | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | ;; | 36 | ;; |
| 37 | ;; `pulse-momentary-highlight-one-line' - Pulse a single line at POINT. | 37 | ;; `pulse-momentary-highlight-one-line' - Pulse a single line at POINT. |
| 38 | ;; `pulse-momentary-highlight-region' - Pulse a region. | 38 | ;; `pulse-momentary-highlight-region' - Pulse a region. |
| 39 | ;; `pulse-momentary-highlight-overlay' - Pulse an overlay | 39 | ;; `pulse-momentary-highlight-overlay' - Pulse an overlay. |
| 40 | ;; These three functions will just blink the specified area if | 40 | ;; These three functions will just blink the specified area if |
| 41 | ;; the version of Emacs you are using doesn't support pulsing. | 41 | ;; the version of Emacs you are using doesn't support pulsing. |
| 42 | ;; | 42 | ;; |
| @@ -65,7 +65,7 @@ background color. | |||
| 65 | If the value is nil, highlight with an unchanging color until a | 65 | If the value is nil, highlight with an unchanging color until a |
| 66 | key is pressed. | 66 | key is pressed. |
| 67 | If the value is `never', do no coloring at all. | 67 | If the value is `never', do no coloring at all. |
| 68 | Any other value means to the default pulsing behavior. | 68 | Any other value means to do the default pulsing behavior. |
| 69 | 69 | ||
| 70 | If `pulse-flag' is non-nil, but `pulse-available-p' is nil, then | 70 | If `pulse-flag' is non-nil, but `pulse-available-p' is nil, then |
| 71 | this flag is ignored." | 71 | this flag is ignored." |
| @@ -163,7 +163,7 @@ Return t if there is more drift to do, nil if completed." | |||
| 163 | 163 | ||
| 164 | (defun pulse (&optional face) | 164 | (defun pulse (&optional face) |
| 165 | "Pulse the colors on our highlight face. | 165 | "Pulse the colors on our highlight face. |
| 166 | If optional FACE is provide, reset the face to FACE color, | 166 | If optional FACE is provided, reset the face to FACE color, |
| 167 | instead of `pulse-highlight-start-face'. | 167 | instead of `pulse-highlight-start-face'. |
| 168 | Be sure to call `pulse-reset-face' after calling pulse." | 168 | Be sure to call `pulse-reset-face' after calling pulse." |
| 169 | (unwind-protect | 169 | (unwind-protect |
diff --git a/lisp/cedet/semantic.el b/lisp/cedet/semantic.el index 639b46ad2cf..3ffb6baee9f 100644 --- a/lisp/cedet/semantic.el +++ b/lisp/cedet/semantic.el | |||
| @@ -344,7 +344,7 @@ to use Semantic, and `semantic-init-hook' is run." | |||
| 344 | ;; don't go along for the ride. | 344 | ;; don't go along for the ride. |
| 345 | (add-hook 'clone-indirect-buffer-hook 'semantic-clear-toplevel-cache | 345 | (add-hook 'clone-indirect-buffer-hook 'semantic-clear-toplevel-cache |
| 346 | nil t) | 346 | nil t) |
| 347 | ;; Specify that this function has done it's work. At this point | 347 | ;; Specify that this function has done its work. At this point |
| 348 | ;; we can consider that semantic is active in this buffer. | 348 | ;; we can consider that semantic is active in this buffer. |
| 349 | (setq semantic-new-buffer-fcn-was-run t) | 349 | (setq semantic-new-buffer-fcn-was-run t) |
| 350 | ;; Here are some buffer local variables we can initialize ourselves | 350 | ;; Here are some buffer local variables we can initialize ourselves |
| @@ -378,7 +378,7 @@ Do not set this yourself. Call `semantic-debug'.") | |||
| 378 | 378 | ||
| 379 | (defun semantic-elapsed-time (start end) | 379 | (defun semantic-elapsed-time (start end) |
| 380 | "Copied from elp.el. Was `elp-elapsed-time'. | 380 | "Copied from elp.el. Was `elp-elapsed-time'. |
| 381 | Argument START and END bound the time being calculated." | 381 | Arguments START and END bound the time being calculated." |
| 382 | (float-time (time-subtract end start))) | 382 | (float-time (time-subtract end start))) |
| 383 | 383 | ||
| 384 | (defun bovinate (&optional clear) | 384 | (defun bovinate (&optional clear) |
| @@ -431,7 +431,7 @@ will be silently ignored. | |||
| 431 | 431 | ||
| 432 | Optional arguments: | 432 | Optional arguments: |
| 433 | NONTERMINAL is the rule to start parsing at. | 433 | NONTERMINAL is the rule to start parsing at. |
| 434 | DEPTH specifies the lexical depth to descend for parser that use | 434 | DEPTH specifies the lexical depth to descend for parsers that use |
| 435 | lexical analysis as their first step. | 435 | lexical analysis as their first step. |
| 436 | RETURNONERROR specifies that parsing should stop on the first | 436 | RETURNONERROR specifies that parsing should stop on the first |
| 437 | unmatched syntax encountered. When nil, parsing skips the syntax, | 437 | unmatched syntax encountered. When nil, parsing skips the syntax, |
| @@ -960,7 +960,7 @@ Throw away all the old tags, and recreate the tag database." | |||
| 960 | '("--")) | 960 | '("--")) |
| 961 | (define-key navigate-menu [senator-go-to-up-reference] | 961 | (define-key navigate-menu [senator-go-to-up-reference] |
| 962 | '(menu-item "Parent Tag" senator-go-to-up-reference | 962 | '(menu-item "Parent Tag" senator-go-to-up-reference |
| 963 | :help "Navigate up one reference by tag.")) | 963 | :help "Navigate up one reference by tag")) |
| 964 | (define-key navigate-menu [senator-next-tag] | 964 | (define-key navigate-menu [senator-next-tag] |
| 965 | '(menu-item "Next Tag" senator-next-tag | 965 | '(menu-item "Next Tag" senator-next-tag |
| 966 | :help "Go to the next tag")) | 966 | :help "Go to the next tag")) |
| @@ -971,7 +971,7 @@ Throw away all the old tags, and recreate the tag database." | |||
| 971 | ;; Top level menu items: | 971 | ;; Top level menu items: |
| 972 | (define-key cedet-menu-map [semantic-force-refresh] | 972 | (define-key cedet-menu-map [semantic-force-refresh] |
| 973 | '(menu-item "Reparse Buffer" semantic-force-refresh | 973 | '(menu-item "Reparse Buffer" semantic-force-refresh |
| 974 | :help "Force a full reparse of the current buffer." | 974 | :help "Force a full reparse of the current buffer" |
| 975 | :visible semantic-mode)) | 975 | :visible semantic-mode)) |
| 976 | (define-key cedet-menu-map [semantic-edit-menu] | 976 | (define-key cedet-menu-map [semantic-edit-menu] |
| 977 | `(menu-item "Edit Tags" ,edit-menu | 977 | `(menu-item "Edit Tags" ,edit-menu |
diff --git a/lisp/cedet/semantic/bovine/c.el b/lisp/cedet/semantic/bovine/c.el index 9a862c64d10..7de0011ce92 100644 --- a/lisp/cedet/semantic/bovine/c.el +++ b/lisp/cedet/semantic/bovine/c.el | |||
| @@ -1591,7 +1591,7 @@ DO NOT return the list of tags encompassing point." | |||
| 1591 | (setq tagreturn (cons (semantic-tag-type (car (semanticdb-find-result-nth tmp idx))) tagreturn)) | 1591 | (setq tagreturn (cons (semantic-tag-type (car (semanticdb-find-result-nth tmp idx))) tagreturn)) |
| 1592 | (setq idx (1+ idx))) | 1592 | (setq idx (1+ idx))) |
| 1593 | ) | 1593 | ) |
| 1594 | ;; Use the encompased types around point to also look for using statements. | 1594 | ;; Use the encompassed types around point to also look for using statements. |
| 1595 | ;;(setq tagreturn (cons "bread_name" tagreturn)) | 1595 | ;;(setq tagreturn (cons "bread_name" tagreturn)) |
| 1596 | (while (cdr tagsaroundpoint) ; don't search the last one | 1596 | (while (cdr tagsaroundpoint) ; don't search the last one |
| 1597 | (setq tmp (semantic-find-tags-by-class 'using (semantic-tag-components (car tagsaroundpoint)))) | 1597 | (setq tmp (semantic-find-tags-by-class 'using (semantic-tag-components (car tagsaroundpoint)))) |
diff --git a/lisp/cedet/semantic/bovine/debug.el b/lisp/cedet/semantic/bovine/debug.el index 9ca7409e335..684db1e7bbf 100644 --- a/lisp/cedet/semantic/bovine/debug.el +++ b/lisp/cedet/semantic/bovine/debug.el | |||
| @@ -114,7 +114,7 @@ LEXTOKEN, is a token returned by the lexer which is being matched." | |||
| 114 | :documentation | 114 | :documentation |
| 115 | "An error condition caught in an action.") | 115 | "An error condition caught in an action.") |
| 116 | ) | 116 | ) |
| 117 | "Debugger frame representaion of a lisp error thrown during parsing.") | 117 | "Debugger frame representation of a lisp error thrown during parsing.") |
| 118 | 118 | ||
| 119 | (defun semantic-create-bovine-debug-error-frame (condition) | 119 | (defun semantic-create-bovine-debug-error-frame (condition) |
| 120 | "Create an error frame for bovine debugger. | 120 | "Create an error frame for bovine debugger. |
diff --git a/lisp/cedet/semantic/db-typecache.el b/lisp/cedet/semantic/db-typecache.el index a4c4bd99f26..7d23ad17009 100644 --- a/lisp/cedet/semantic/db-typecache.el +++ b/lisp/cedet/semantic/db-typecache.el | |||
| @@ -368,7 +368,7 @@ a master list." | |||
| 368 | (semanticdb-typecache-merge-streams | 368 | (semanticdb-typecache-merge-streams |
| 369 | incstream | 369 | incstream |
| 370 | ;; Getting the cache from this table will also cause this | 370 | ;; Getting the cache from this table will also cause this |
| 371 | ;; file to update its cache from its decendents. | 371 | ;; file to update its cache from its descendants. |
| 372 | ;; | 372 | ;; |
| 373 | ;; In theory, caches are only built for most includes | 373 | ;; In theory, caches are only built for most includes |
| 374 | ;; only once (in the loop before this one), so this ends | 374 | ;; only once (in the loop before this one), so this ends |
diff --git a/lisp/cedet/semantic/debug.el b/lisp/cedet/semantic/debug.el index ecab73a80dc..45b807df12b 100644 --- a/lisp/cedet/semantic/debug.el +++ b/lisp/cedet/semantic/debug.el | |||
| @@ -519,22 +519,22 @@ down to your parser later." | |||
| 519 | ) | 519 | ) |
| 520 | 520 | ||
| 521 | (defmethod semantic-debug-parser-go ((parser semantic-debug-parser)) | 521 | (defmethod semantic-debug-parser-go ((parser semantic-debug-parser)) |
| 522 | "Continue executiong in this PARSER until the next breakpoint." | 522 | "Continue execution in this PARSER until the next breakpoint." |
| 523 | (setq semantic-debug-user-command 'go) | 523 | (setq semantic-debug-user-command 'go) |
| 524 | ) | 524 | ) |
| 525 | 525 | ||
| 526 | (defmethod semantic-debug-parser-fail ((parser semantic-debug-parser)) | 526 | (defmethod semantic-debug-parser-fail ((parser semantic-debug-parser)) |
| 527 | "Continue executiong in this PARSER until the next breakpoint." | 527 | "Continue execution in this PARSER until the next breakpoint." |
| 528 | (setq semantic-debug-user-command 'fail) | 528 | (setq semantic-debug-user-command 'fail) |
| 529 | ) | 529 | ) |
| 530 | 530 | ||
| 531 | (defmethod semantic-debug-parser-quit ((parser semantic-debug-parser)) | 531 | (defmethod semantic-debug-parser-quit ((parser semantic-debug-parser)) |
| 532 | "Continue executiong in this PARSER until the next breakpoint." | 532 | "Continue execution in this PARSER until the next breakpoint." |
| 533 | (setq semantic-debug-user-command 'quit) | 533 | (setq semantic-debug-user-command 'quit) |
| 534 | ) | 534 | ) |
| 535 | 535 | ||
| 536 | (defmethod semantic-debug-parser-abort ((parser semantic-debug-parser)) | 536 | (defmethod semantic-debug-parser-abort ((parser semantic-debug-parser)) |
| 537 | "Continue executiong in this PARSER until the next breakpoint." | 537 | "Continue execution in this PARSER until the next breakpoint." |
| 538 | (setq semantic-debug-user-command 'abort) | 538 | (setq semantic-debug-user-command 'abort) |
| 539 | ) | 539 | ) |
| 540 | 540 | ||
diff --git a/lisp/cedet/semantic/edit.el b/lisp/cedet/semantic/edit.el index a007f21b69f..0780a628254 100644 --- a/lisp/cedet/semantic/edit.el +++ b/lisp/cedet/semantic/edit.el | |||
| @@ -549,7 +549,7 @@ This function is for internal use by `semantic-edits-incremental-parser'." | |||
| 549 | ;; is not the first change for this | 549 | ;; is not the first change for this |
| 550 | ;; iteration, and it starts before the end | 550 | ;; iteration, and it starts before the end |
| 551 | ;; of current parse region, then it is | 551 | ;; of current parse region, then it is |
| 552 | ;; encompased within the bounds of tags | 552 | ;; encompassed within the bounds of tags |
| 553 | ;; modified by the previous iteration's | 553 | ;; modified by the previous iteration's |
| 554 | ;; change. | 554 | ;; change. |
| 555 | (< (semantic-overlay-start (car changes)) | 555 | (< (semantic-overlay-start (car changes)) |
diff --git a/lisp/cedet/semantic/idle.el b/lisp/cedet/semantic/idle.el index b49d1db1ad5..6761a7f532b 100644 --- a/lisp/cedet/semantic/idle.el +++ b/lisp/cedet/semantic/idle.el | |||
| @@ -245,7 +245,7 @@ And also manages services that depend on tag values." | |||
| 245 | ;; services. Stop on keypress. | 245 | ;; services. Stop on keypress. |
| 246 | 246 | ||
| 247 | ;; NOTE ON COMMENTED SAFE HERE | 247 | ;; NOTE ON COMMENTED SAFE HERE |
| 248 | ;; We used to not execute the services if the buffer wsa | 248 | ;; We used to not execute the services if the buffer was |
| 249 | ;; unparseable. We now assume that they are lexically | 249 | ;; unparseable. We now assume that they are lexically |
| 250 | ;; safe to do, because we have marked the buffer unparseable | 250 | ;; safe to do, because we have marked the buffer unparseable |
| 251 | ;; if there was a problem. | 251 | ;; if there was a problem. |
| @@ -254,11 +254,11 @@ And also manages services that depend on tag values." | |||
| 254 | (save-excursion | 254 | (save-excursion |
| 255 | (semantic-throw-on-input 'idle-queue) | 255 | (semantic-throw-on-input 'idle-queue) |
| 256 | (when semantic-idle-scheduler-verbose-flag | 256 | (when semantic-idle-scheduler-verbose-flag |
| 257 | (message "IDLE: execture service %s..." service)) | 257 | (message "IDLE: execute service %s..." service)) |
| 258 | (semantic-safe (format "Idle Service Error %s: %%S" service) | 258 | (semantic-safe (format "Idle Service Error %s: %%S" service) |
| 259 | (funcall service)) | 259 | (funcall service)) |
| 260 | (when semantic-idle-scheduler-verbose-flag | 260 | (when semantic-idle-scheduler-verbose-flag |
| 261 | (message "IDLE: execture service %s...done" service)) | 261 | (message "IDLE: execute service %s...done" service)) |
| 262 | ))) | 262 | ))) |
| 263 | ;;) | 263 | ;;) |
| 264 | ;; Finally loop over remaining buffers, trying to update them as | 264 | ;; Finally loop over remaining buffers, trying to update them as |
diff --git a/lisp/cedet/semantic/symref/list.el b/lisp/cedet/semantic/symref/list.el index a09928c7dfc..ce3500f83e1 100644 --- a/lisp/cedet/semantic/symref/list.el +++ b/lisp/cedet/semantic/symref/list.el | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | ;; Provide a simple user facing API to finding symbol references. | 24 | ;; Provide a simple user facing API to finding symbol references. |
| 25 | ;; | 25 | ;; |
| 26 | ;; This UI is the base of some refactoring tools. For any refactor, | 26 | ;; This UI is the base of some refactoring tools. For any refactor, |
| 27 | ;; the user will execture [FIXME what?] `semantic-symref' in a tag. | 27 | ;; the user will execute `semantic-symref' in a tag. |
| 28 | ;; Once that data is collected, the output will be listed in a buffer. | 28 | ;; Once that data is collected, the output will be listed in a buffer. |
| 29 | ;; In the output buffer, the user can then initiate different | 29 | ;; In the output buffer, the user can then initiate different |
| 30 | ;; refactoring operations. | 30 | ;; refactoring operations. |
| @@ -103,7 +103,7 @@ Display the references in`semantic-symref-results-mode'." | |||
| 103 | (when (not res) (error "No references found")) | 103 | (when (not res) (error "No references found")) |
| 104 | (semantic-symref-result-get-tags res t) | 104 | (semantic-symref-result-get-tags res t) |
| 105 | (message "Gathering References...done") | 105 | (message "Gathering References...done") |
| 106 | ;; Build a refrences buffer. | 106 | ;; Build a references buffer. |
| 107 | (let ((buff (get-buffer-create | 107 | (let ((buff (get-buffer-create |
| 108 | (format "*Symref %s" str))) | 108 | (format "*Symref %s" str))) |
| 109 | ) | 109 | ) |
diff --git a/lisp/cedet/srecode/dictionary.el b/lisp/cedet/srecode/dictionary.el index 62ceff82448..1575ce7ae3b 100644 --- a/lisp/cedet/srecode/dictionary.el +++ b/lisp/cedet/srecode/dictionary.el | |||
| @@ -437,7 +437,7 @@ The root dictionary is usually for a current or active insertion." | |||
| 437 | ;;; COMPOUND VALUE METHODS | 437 | ;;; COMPOUND VALUE METHODS |
| 438 | ;; | 438 | ;; |
| 439 | ;; Compound values must provide at least the toString method | 439 | ;; Compound values must provide at least the toString method |
| 440 | ;; for use in converting the compound value into sometehing insertable. | 440 | ;; for use in converting the compound value into something insertable. |
| 441 | 441 | ||
| 442 | (defmethod srecode-compound-toString ((cp srecode-dictionary-compound-value) | 442 | (defmethod srecode-compound-toString ((cp srecode-dictionary-compound-value) |
| 443 | function | 443 | function |
diff --git a/lisp/emacs-lisp/ert.el b/lisp/emacs-lisp/ert.el index 8b64cd84bb1..820519e92d8 100644 --- a/lisp/emacs-lisp/ert.el +++ b/lisp/emacs-lisp/ert.el | |||
| @@ -392,7 +392,7 @@ DATA is displayed to the user and should state the reason of the failure." | |||
| 392 | ;; compiling doesn't depend on cl and thus doesn't need an | 392 | ;; compiling doesn't depend on cl and thus doesn't need an |
| 393 | ;; environment arg for `macroexpand'. | 393 | ;; environment arg for `macroexpand'. |
| 394 | (if (fboundp 'cl-macroexpand) | 394 | (if (fboundp 'cl-macroexpand) |
| 395 | ;; Suppress warning about run-time call to cl funtion: we | 395 | ;; Suppress warning about run-time call to cl function: we |
| 396 | ;; only call it if it's fboundp. | 396 | ;; only call it if it's fboundp. |
| 397 | (with-no-warnings | 397 | (with-no-warnings |
| 398 | (cl-macroexpand form (and (boundp 'cl-macro-environment) | 398 | (cl-macroexpand form (and (boundp 'cl-macro-environment) |
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 0bd37ce1d49..8417aa8d380 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -277,7 +277,7 @@ contrast, `package-user-dir' contains packages for personal use." | |||
| 277 | :version "24.1") | 277 | :version "24.1") |
| 278 | 278 | ||
| 279 | ;; The value is precomputed in finder-inf.el, but don't load that | 279 | ;; The value is precomputed in finder-inf.el, but don't load that |
| 280 | ;; until it's needed (i.e. when `package-intialize' is called). | 280 | ;; until it's needed (i.e. when `package-initialize' is called). |
| 281 | (defvar package--builtins nil | 281 | (defvar package--builtins nil |
| 282 | "Alist of built-in packages. | 282 | "Alist of built-in packages. |
| 283 | The actual value is initialized by loading the library | 283 | The actual value is initialized by loading the library |
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 9a029893352..3fd2c87d59c 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * erc-log.el (erc-logging-enabled): Fix typo. | ||
| 4 | |||
| 1 | 2011-11-14 Juanma Barranquero <lekktu@gmail.com> | 5 | 2011-11-14 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos. | 7 | * erc-notify.el (erc-notify-interval, erc-cmd-NOTIFY): Fix typos. |
diff --git a/lisp/erc/ChangeLog.01 b/lisp/erc/ChangeLog.01 index 001ab42926f..f4e10d05981 100644 --- a/lisp/erc/ChangeLog.01 +++ b/lisp/erc/ChangeLog.01 | |||
| @@ -399,7 +399,7 @@ | |||
| 399 | 399 | ||
| 400 | * erc.el: * Tijs van Bakel's work from 10th Nov. merged in | 400 | * erc.el: * Tijs van Bakel's work from 10th Nov. merged in |
| 401 | * My additions to that idea merged in too | 401 | * My additions to that idea merged in too |
| 402 | Basicly, this is a major rewrite, if you are scared and want avoid problems, | 402 | Basically, this is a major rewrite, if you are scared and want avoid problems, |
| 403 | stay at your current version. It seems fairly stable though. | 403 | stay at your current version. It seems fairly stable though. |
| 404 | That changed? erc-buffer-name handling was completely rewritten, | 404 | That changed? erc-buffer-name handling was completely rewritten, |
| 405 | and erc-buffer-list local variable handling removed. | 405 | and erc-buffer-list local variable handling removed. |
diff --git a/lisp/erc/ChangeLog.03 b/lisp/erc/ChangeLog.03 index 322f7c93f7d..fc7fd09e76c 100644 --- a/lisp/erc/ChangeLog.03 +++ b/lisp/erc/ChangeLog.03 | |||
| @@ -838,7 +838,7 @@ | |||
| 838 | * erc.el: | 838 | * erc.el: |
| 839 | erc-log-channels: removed; set the directory to start logging | 839 | erc-log-channels: removed; set the directory to start logging |
| 840 | (erc-directory-writeable-p): create directory if it doesn't exist, check if | 840 | (erc-directory-writeable-p): create directory if it doesn't exist, check if |
| 841 | it's writeable | 841 | it's writable |
| 842 | (erc-logging-enabled): don't reference erc-log-channels | 842 | (erc-logging-enabled): don't reference erc-log-channels |
| 843 | 843 | ||
| 844 | 2003-04-07 Damien Elmes <erc@repose.cx> | 844 | 2003-04-07 Damien Elmes <erc@repose.cx> |
| @@ -1556,7 +1556,7 @@ | |||
| 1556 | 1556 | ||
| 1557 | * erc.el: This is the "everything is suddenly broken!" release | 1557 | * erc.el: This is the "everything is suddenly broken!" release |
| 1558 | You know, this is CVS, you can still go back, and wait until the transition | 1558 | You know, this is CVS, you can still go back, and wait until the transition |
| 1559 | is finished, but here is patch one, which basicly breaks every command | 1559 | is finished, but here is patch one, which basically breaks every command |
| 1560 | which is typed on the prompt. | 1560 | which is typed on the prompt. |
| 1561 | Hit me, we can still revert, but something needs to be done about this. | 1561 | Hit me, we can still revert, but something needs to be done about this. |
| 1562 | * (erc-extract-command-from-line): intern-soft the function here. | 1562 | * (erc-extract-command-from-line): intern-soft the function here. |
diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el index f86c9ef845a..5baa676ab39 100644 --- a/lisp/erc/erc-backend.el +++ b/lisp/erc/erc-backend.el | |||
| @@ -1432,7 +1432,7 @@ add things to `%s' instead." | |||
| 1432 | (when (string= cmd "PRIVMSG") | 1432 | (when (string= cmd "PRIVMSG") |
| 1433 | (erc-auto-query proc parsed)))))) | 1433 | (erc-auto-query proc parsed)))))) |
| 1434 | 1434 | ||
| 1435 | ;; FIXME: need clean way of specifiying extra hooks in | 1435 | ;; FIXME: need clean way of specifying extra hooks in |
| 1436 | ;; define-erc-response-handler. | 1436 | ;; define-erc-response-handler. |
| 1437 | (add-hook 'erc-server-PRIVMSG-functions 'erc-auto-query) | 1437 | (add-hook 'erc-server-PRIVMSG-functions 'erc-auto-query) |
| 1438 | 1438 | ||
diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el index c6b0984fe67..f1754afd1ac 100644 --- a/lisp/erc/erc-log.el +++ b/lisp/erc/erc-log.el | |||
| @@ -314,7 +314,7 @@ Returns nil if `erc-server-buffer-p' returns t." | |||
| 314 | "Return non-nil if logging is enabled for BUFFER. | 314 | "Return non-nil if logging is enabled for BUFFER. |
| 315 | If BUFFER is nil, the value of `current-buffer' is used. | 315 | If BUFFER is nil, the value of `current-buffer' is used. |
| 316 | Logging is enabled if `erc-log-channels-directory' is non-nil, the directory | 316 | Logging is enabled if `erc-log-channels-directory' is non-nil, the directory |
| 317 | is writeable (it will be created as necessary) and | 317 | is writable (it will be created as necessary) and |
| 318 | `erc-enable-logging' returns a non-nil value." | 318 | `erc-enable-logging' returns a non-nil value." |
| 319 | (and erc-log-channels-directory | 319 | (and erc-log-channels-directory |
| 320 | (or (functionp erc-log-channels-directory) | 320 | (or (functionp erc-log-channels-directory) |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index a9db3c23fef..27693ab771b 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * mm-util.el (mm-charset-after): Fix typo. | ||
| 4 | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | 5 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * gnus-sum.el (gnus-summary-make-menu-bar): | 7 | * gnus-sum.el (gnus-summary-make-menu-bar): |
| @@ -2849,7 +2853,7 @@ | |||
| 2849 | 2853 | ||
| 2850 | 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org> | 2854 | 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org> |
| 2851 | 2855 | ||
| 2852 | * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy | 2856 | * shr.el (shr-expand-newlines): Proof of concept implementation of boxy |
| 2853 | backgrounds. | 2857 | backgrounds. |
| 2854 | (shr-expand-newlines): Switch to using overlays to enable kill'n'yank | 2858 | (shr-expand-newlines): Switch to using overlays to enable kill'n'yank |
| 2855 | in a more sensible manner. | 2859 | in a more sensible manner. |
| @@ -19398,7 +19402,7 @@ | |||
| 19398 | * gnus-group.el (gnus-group-get-new-news-this-group): | 19402 | * gnus-group.el (gnus-group-get-new-news-this-group): |
| 19399 | Don't update info that isn't there. | 19403 | Don't update info that isn't there. |
| 19400 | 19404 | ||
| 19401 | 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>. | 19405 | 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru> |
| 19402 | 19406 | ||
| 19403 | * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251 | 19407 | * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251 |
| 19404 | entry. | 19408 | entry. |
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index dcdf1c2934b..d7defec1a78 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -2111,7 +2111,7 @@ | |||
| 2111 | * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP | 2111 | * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP |
| 2112 | groups correctly. | 2112 | groups correctly. |
| 2113 | 2113 | ||
| 2114 | 2003-06-06 Benjamin Rutt <rutt+news@cis.ohio-state.edu>. | 2114 | 2003-06-06 Benjamin Rutt <rutt+news@cis.ohio-state.edu> |
| 2115 | 2115 | ||
| 2116 | * message.el (message-fetch-field): Augment documentation to state | 2116 | * message.el (message-fetch-field): Augment documentation to state |
| 2117 | the narrowed-to-headers restriction. | 2117 | the narrowed-to-headers restriction. |
| @@ -6816,7 +6816,7 @@ | |||
| 6816 | downloaded variable if we're in an uncovered group. | 6816 | downloaded variable if we're in an uncovered group. |
| 6817 | 6817 | ||
| 6818 | * gnus-agent.el (gnus-agent-downloaded-article-face): Change the | 6818 | * gnus-agent.el (gnus-agent-downloaded-article-face): Change the |
| 6819 | font to soemthing less noticeable. | 6819 | font to something less noticeable. |
| 6820 | (gnus-agent-group-covered-p): New function. | 6820 | (gnus-agent-group-covered-p): New function. |
| 6821 | 6821 | ||
| 6822 | 2002-12-09 ShengHuo ZHU <zsh@cs.rochester.edu> | 6822 | 2002-12-09 ShengHuo ZHU <zsh@cs.rochester.edu> |
| @@ -6972,7 +6972,7 @@ | |||
| 6972 | * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger | 6972 | * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger |
| 6973 | print message on entry. | 6973 | print message on entry. |
| 6974 | 6974 | ||
| 6975 | 2002-11-25 Kevin Greiner <kgreiner@xpediantsolutions.com>. | 6975 | 2002-11-25 Kevin Greiner <kgreiner@xpediantsolutions.com> |
| 6976 | 6976 | ||
| 6977 | * gnus-range.el (gnus-range-difference): New function. | 6977 | * gnus-range.el (gnus-range-difference): New function. |
| 6978 | * gnus-sum.el (gnus-summary-insert-old-articles): Use it. | 6978 | * gnus-sum.el (gnus-summary-insert-old-articles): Use it. |
| @@ -7964,7 +7964,7 @@ | |||
| 7964 | (mml2015-pgg-encrypt): New functions. | 7964 | (mml2015-pgg-encrypt): New functions. |
| 7965 | (defvar, autoload): Prevent byte-compile warnings. | 7965 | (defvar, autoload): Prevent byte-compile warnings. |
| 7966 | 7966 | ||
| 7967 | 2002-09-24 TSUCHIYA Masatoshi <tsuchiya@namazu.org>. | 7967 | 2002-09-24 TSUCHIYA Masatoshi <tsuchiya@namazu.org> |
| 7968 | 7968 | ||
| 7969 | * gnus-art.el (article-strip-banner): Check for the existence of | 7969 | * gnus-art.el (article-strip-banner): Check for the existence of |
| 7970 | from header. | 7970 | from header. |
| @@ -8097,7 +8097,7 @@ | |||
| 8097 | 8097 | ||
| 8098 | * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed. | 8098 | * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed. |
| 8099 | 8099 | ||
| 8100 | 2002-09-12 John Paul Wallington <jpw@shootybangbang.com>. | 8100 | 2002-09-12 John Paul Wallington <jpw@shootybangbang.com> |
| 8101 | 8101 | ||
| 8102 | * gnus.el (gnus-visual, gnus-meta): Fix typo. | 8102 | * gnus.el (gnus-visual, gnus-meta): Fix typo. |
| 8103 | 8103 | ||
| @@ -8111,7 +8111,7 @@ | |||
| 8111 | (nnimap-split-rule): Doc fix. | 8111 | (nnimap-split-rule): Doc fix. |
| 8112 | (nnimap-request-expire-articles): Cleanup code. | 8112 | (nnimap-request-expire-articles): Cleanup code. |
| 8113 | 8113 | ||
| 8114 | 2002-09-11 TSUCHIYA Masatoshi <tsuchiya@namazu.org>. | 8114 | 2002-09-11 TSUCHIYA Masatoshi <tsuchiya@namazu.org> |
| 8115 | 8115 | ||
| 8116 | * gnus-art.el (gnus-article-address-banner-alist): New option. | 8116 | * gnus-art.el (gnus-article-address-banner-alist): New option. |
| 8117 | (article-strip-banner): Refer the above option to split banners of | 8117 | (article-strip-banner): Refer the above option to split banners of |
| @@ -8205,7 +8205,7 @@ | |||
| 8205 | (gnus-group-fetch-control): New function. | 8205 | (gnus-group-fetch-control): New function. |
| 8206 | Add them to the keymap and menu. Require mm-url. | 8206 | Add them to the keymap and menu. Require mm-url. |
| 8207 | 8207 | ||
| 8208 | 2002-08-30 Alex Schroeder <alex@emacswiki.org>. | 8208 | 2002-08-30 Alex Schroeder <alex@emacswiki.org> |
| 8209 | 8209 | ||
| 8210 | * gnus-mlspl.el (gnus-group-split-fancy): Doc fix. | 8210 | * gnus-mlspl.el (gnus-group-split-fancy): Doc fix. |
| 8211 | 8211 | ||
| @@ -8270,7 +8270,7 @@ | |||
| 8270 | 8270 | ||
| 8271 | * gnus-util.el (gnus-select-frame-set-input-focus): New function. | 8271 | * gnus-util.el (gnus-select-frame-set-input-focus): New function. |
| 8272 | 8272 | ||
| 8273 | 2002-08-20 $B>.4X(B $B5HB'(B (KOSEKI Yoshinori) <kose@meadowy.org>. | 8273 | 2002-08-20 $B>.4X(B $B5HB'(B (KOSEKI Yoshinori) <kose@meadowy.org> |
| 8274 | 8274 | ||
| 8275 | * message.el (message-set-auto-save-file-name): Add support for | 8275 | * message.el (message-set-auto-save-file-name): Add support for |
| 8276 | the Cygwin Emacs; the system-type is `cygwin'. | 8276 | the Cygwin Emacs; the system-type is `cygwin'. |
| @@ -8396,7 +8396,7 @@ | |||
| 8396 | * nnimap.el (nnimap-split-articles): Do not call nnmail-fetch-field | 8396 | * nnimap.el (nnimap-split-articles): Do not call nnmail-fetch-field |
| 8397 | when splitting malformed messages without message-id. | 8397 | when splitting malformed messages without message-id. |
| 8398 | 8398 | ||
| 8399 | 2002-07-28 Niklas Morberg <niklas.morberg@axis.com>. | 8399 | 2002-07-28 Niklas Morberg <niklas.morberg@axis.com> |
| 8400 | 8400 | ||
| 8401 | * nnweb.el (nnweb-type, nnweb-type-definition) | 8401 | * nnweb.el (nnweb-type, nnweb-type-definition) |
| 8402 | (nnweb-gmane-create-mapping, nnweb-gmane-wash-article) | 8402 | (nnweb-gmane-create-mapping, nnweb-gmane-wash-article) |
| @@ -8440,18 +8440,18 @@ | |||
| 8440 | nnmail-expiry-target to 'delete, so that absolute deletion | 8440 | nnmail-expiry-target to 'delete, so that absolute deletion |
| 8441 | happens when absolute deletion is requested. | 8441 | happens when absolute deletion is requested. |
| 8442 | 8442 | ||
| 8443 | 2002-07-21 Nevin Kapur <nevin@jhu.edu>. | 8443 | 2002-07-21 Nevin Kapur <nevin@jhu.edu> |
| 8444 | 8444 | ||
| 8445 | * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting | 8445 | * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting |
| 8446 | headers as empty headers. | 8446 | headers as empty headers. |
| 8447 | 8447 | ||
| 8448 | 2002-07-21 Jochen Hein <jochen@jochen.org>. | 8448 | 2002-07-21 Jochen Hein <jochen@jochen.org> |
| 8449 | 8449 | ||
| 8450 | * gnus-art.el (gnus-emphasis-alist): Add strikethrough and | 8450 | * gnus-art.el (gnus-emphasis-alist): Add strikethrough and |
| 8451 | correct typo. | 8451 | correct typo. |
| 8452 | (gnus-emphasis-strikethru): New face. | 8452 | (gnus-emphasis-strikethru): New face. |
| 8453 | 8453 | ||
| 8454 | 2002-07-20 Jason Merrill <jason@redhat.com>. | 8454 | 2002-07-20 Jason Merrill <jason@redhat.com> |
| 8455 | 8455 | ||
| 8456 | * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the | 8456 | * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the |
| 8457 | entire file for each of a sequence of missing articles. | 8457 | entire file for each of a sequence of missing articles. |
| @@ -9879,7 +9879,7 @@ | |||
| 9879 | (rfc2047-decode-region): Don't unfold. Let | 9879 | (rfc2047-decode-region): Don't unfold. Let |
| 9880 | gnus-article-treat-unfold-headers do it. | 9880 | gnus-article-treat-unfold-headers do it. |
| 9881 | 9881 | ||
| 9882 | 2002-02-07 Matt Armstrong <matt@lickey.com>. | 9882 | 2002-02-07 Matt Armstrong <matt@lickey.com> |
| 9883 | 9883 | ||
| 9884 | * message.el (message-mode): Set local-abbrev-table. | 9884 | * message.el (message-mode): Set local-abbrev-table. |
| 9885 | 9885 | ||
| @@ -13226,7 +13226,7 @@ | |||
| 13226 | (gnus-topic-catchup-articles): New function. Suggested by Robin | 13226 | (gnus-topic-catchup-articles): New function. Suggested by Robin |
| 13227 | S. Socha <robin-dated-1001857693.185e29@socha.net>. | 13227 | S. Socha <robin-dated-1001857693.185e29@socha.net>. |
| 13228 | 13228 | ||
| 13229 | 2001-09-27 11:00:00 Gerd M,Av(Bllmann <gerd@gnu.org>. | 13229 | 2001-09-27 11:00:00 Gerd M,Av(Bllmann <gerd@gnu.org> |
| 13230 | 13230 | ||
| 13231 | * gnus-ems.el (gnus-article-display-xface): Insert xface after | 13231 | * gnus-ems.el (gnus-article-display-xface): Insert xface after |
| 13232 | previous ones. | 13232 | previous ones. |
| @@ -13977,7 +13977,7 @@ | |||
| 13977 | * mml.el (mml-menu): Changed name to "Attachments". | 13977 | * mml.el (mml-menu): Changed name to "Attachments". |
| 13978 | 13978 | ||
| 13979 | * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message | 13979 | * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message |
| 13980 | when there is something to detroy. | 13980 | when there is something to destroy. |
| 13981 | 13981 | ||
| 13982 | 2001-05-21 17:11:46 Lars Magne Ingebrigtsen <larsi@gnus.org> | 13982 | 2001-05-21 17:11:46 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 13983 | 13983 | ||
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el index d57b61dac83..129609df10d 100644 --- a/lisp/gnus/mm-util.el +++ b/lisp/gnus/mm-util.el | |||
| @@ -956,7 +956,7 @@ This is a no-op in XEmacs." | |||
| 956 | 956 | ||
| 957 | (defun mm-charset-after (&optional pos) | 957 | (defun mm-charset-after (&optional pos) |
| 958 | "Return charset of a character in current buffer at position POS. | 958 | "Return charset of a character in current buffer at position POS. |
| 959 | If POS is nil, it defauls to the current point. | 959 | If POS is nil, it defaults to the current point. |
| 960 | If POS is out of range, the value is nil. | 960 | If POS is out of range, the value is nil. |
| 961 | If the charset is `composition', return the actual one." | 961 | If the charset is `composition', return the actual one." |
| 962 | (let ((char (char-after pos)) charset) | 962 | (let ((char (char-after pos)) charset) |
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 6888056704d..58a08f4506f 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -1572,7 +1572,7 @@ of `ctext-non-standard-encodings-alist'.") | |||
| 1572 | ;; character in CHARSET is encoded using extended segment. In the | 1572 | ;; character in CHARSET is encoded using extended segment. In the |
| 1573 | ;; latter case, a character in CHARSET is encoded using normal ISO2022 | 1573 | ;; latter case, a character in CHARSET is encoded using normal ISO2022 |
| 1574 | ;; designation sequence. If a character is not in any of CHARSETs, it | 1574 | ;; designation sequence. If a character is not in any of CHARSETs, it |
| 1575 | ;; is encoded using UTF-8 encoding extention. | 1575 | ;; is encoded using UTF-8 encoding extension. |
| 1576 | 1576 | ||
| 1577 | (defun ctext-non-standard-encodings-table () | 1577 | (defun ctext-non-standard-encodings-table () |
| 1578 | (let* ((table (append ctext-non-standard-encodings | 1578 | (let* ((table (append ctext-non-standard-encodings |
| @@ -1656,7 +1656,7 @@ in-place." | |||
| 1656 | (insert 2))) | 1656 | (insert 2))) |
| 1657 | ;; Encode this range as characters in CHARSET. | 1657 | ;; Encode this range as characters in CHARSET. |
| 1658 | (put-text-property last-pos (point) 'charset charset)) | 1658 | (put-text-property last-pos (point) 'charset charset)) |
| 1659 | ;; Encode this range using UTF-8 encoding extention. | 1659 | ;; Encode this range using UTF-8 encoding extension. |
| 1660 | (encode-coding-region last-pos (point) 'mule-utf-8) | 1660 | (encode-coding-region last-pos (point) 'mule-utf-8) |
| 1661 | (save-excursion | 1661 | (save-excursion |
| 1662 | (goto-char last-pos) | 1662 | (goto-char last-pos) |
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index eaac5c17cd3..43d43617631 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el | |||
| @@ -2261,9 +2261,9 @@ the counts." | |||
| 2261 | (while (string-match feedmail-queue-slug-suspect-regexp slug) (setq slug (replace-match "-" nil nil slug))) | 2261 | (while (string-match feedmail-queue-slug-suspect-regexp slug) (setq slug (replace-match "-" nil nil slug))) |
| 2262 | ;; collapse multiple hyphens to one | 2262 | ;; collapse multiple hyphens to one |
| 2263 | (while (string-match "--+" slug) (setq slug (replace-match "-" nil nil slug))) | 2263 | (while (string-match "--+" slug) (setq slug (replace-match "-" nil nil slug))) |
| 2264 | ;; for tidyness, peel off leading hyphens | 2264 | ;; for tidiness, peel off leading hyphens |
| 2265 | (if (string-match "^-*" slug) (setq slug (replace-match "" nil nil slug))) | 2265 | (if (string-match "^-*" slug) (setq slug (replace-match "" nil nil slug))) |
| 2266 | ;; for tidyness, peel off trailing hyphens | 2266 | ;; for tidiness, peel off trailing hyphens |
| 2267 | (if (string-match "-*$" slug) (setq slug (replace-match "" nil nil slug))) | 2267 | (if (string-match "-*$" slug) (setq slug (replace-match "" nil nil slug))) |
| 2268 | slug | 2268 | slug |
| 2269 | ) | 2269 | ) |
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index a8efe10ec76..e2bbdd0a6bd 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -4504,7 +4504,7 @@ With prefix argument N moves forward N messages with these labels. | |||
| 4504 | 4504 | ||
| 4505 | ;;;*** | 4505 | ;;;*** |
| 4506 | 4506 | ||
| 4507 | ;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "6296f0170a37670c49a88a1b92d78187") | 4507 | ;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "3aa9747bf925bd2cd450f4b1f9c7cd03") |
| 4508 | ;;; Generated autoloads from rmailmm.el | 4508 | ;;; Generated autoloads from rmailmm.el |
| 4509 | 4509 | ||
| 4510 | (autoload 'rmail-mime "rmailmm" "\ | 4510 | (autoload 'rmail-mime "rmailmm" "\ |
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 026b03e350f..bc38b10124e 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el | |||
| @@ -975,7 +975,7 @@ The list is in preference order.") | |||
| 975 | (subst-char-in-region (point-min) (point-max) 9 ? t) ; tab --> blank | 975 | (subst-char-in-region (point-min) (point-max) 9 ? t) ; tab --> blank |
| 976 | 976 | ||
| 977 | (goto-char (point-min)) | 977 | (goto-char (point-min)) |
| 978 | ;; tidyness in case hook is not robust when it looks at this | 978 | ;; tidiness in case hook is not robust when it looks at this |
| 979 | (while (re-search-forward "[ \t]+" header-end t) (replace-match " ")) | 979 | (while (re-search-forward "[ \t]+" header-end t) (replace-match " ")) |
| 980 | 980 | ||
| 981 | (goto-char (point-min)) | 981 | (goto-char (point-min)) |
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index ca179a78b61..802f2fab74f 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * mh-utils.el (mh-folder-list): Fix typo. | ||
| 4 | (mh-children-p): Move part of the docstring to a comment. | ||
| 5 | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | 6 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * mh-search.el (mh-pick-parse-search-buffer): Fix typo. | 8 | * mh-search.el (mh-pick-parse-search-buffer): Fix typo. |
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index b12c47e7f1f..d35d7d4c676 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -10944,7 +10944,7 @@ | |||
| 10944 | 2001-11-21 Peter S Galbraith <psg@debian.org> | 10944 | 2001-11-21 Peter S Galbraith <psg@debian.org> |
| 10945 | 10945 | ||
| 10946 | * mh-comp.el (mh-reply-show-message-p): The setting of this | 10946 | * mh-comp.el (mh-reply-show-message-p): The setting of this |
| 10947 | variable determines whether the MH show-buffer is diplayed with | 10947 | variable determines whether the MH show-buffer is displayed with |
| 10948 | the current message when using mh-reply without a prefix argument. | 10948 | the current message when using mh-reply without a prefix argument. |
| 10949 | Set it to nil if you already include the message automatically in | 10949 | Set it to nil if you already include the message automatically in |
| 10950 | your draft using "repl: -filter repl.filter" in your ~/.mh_profile | 10950 | your draft using "repl: -filter repl.filter" in your ~/.mh_profile |
diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el index 6132af17dab..00a03c87ed9 100644 --- a/lisp/mh-e/mh-utils.el +++ b/lisp/mh-e/mh-utils.el | |||
| @@ -484,18 +484,18 @@ no effect." | |||
| 484 | folder) | 484 | folder) |
| 485 | 485 | ||
| 486 | (defmacro mh-children-p (folder) | 486 | (defmacro mh-children-p (folder) |
| 487 | "Return t if FOLDER from sub-folders cache has children. | 487 | "Return t if FOLDER from sub-folders cache has children." |
| 488 | The car of folder is the name, and the cdr is either t or some | 488 | ;; The car of folder is the name, and the cdr is either t or some |
| 489 | sort of count that I do not understand. It's too small to be the | 489 | ;; sort of count that I do not understand. It's too small to be the |
| 490 | number of messages in the sub-folders and too large to be the | 490 | ;; number of messages in the sub-folders and too large to be the |
| 491 | number of sub-folders. XXX" | 491 | ;; number of sub-folders. XXX" |
| 492 | `(if (cdr ,folder) | 492 | `(if (cdr ,folder) |
| 493 | t | 493 | t |
| 494 | nil)) | 494 | nil)) |
| 495 | 495 | ||
| 496 | ;;;###mh-autoload | 496 | ;;;###mh-autoload |
| 497 | (defun mh-folder-list (folder) | 497 | (defun mh-folder-list (folder) |
| 498 | "Return FOLDER and its descendents. | 498 | "Return FOLDER and its descendants. |
| 499 | FOLDER may have a + prefix. Returns a list of strings without the | 499 | FOLDER may have a + prefix. Returns a list of strings without the |
| 500 | + prefix. If FOLDER is nil, then all folders are considered. For | 500 | + prefix. If FOLDER is nil, then all folders are considered. For |
| 501 | example, if your Mail directory only contains the folders +inbox, | 501 | example, if your Mail directory only contains the folders +inbox, |
diff --git a/lisp/nxml/xsd-regexp.el b/lisp/nxml/xsd-regexp.el index fbf0e159247..9701b8dc6e0 100644 --- a/lisp/nxml/xsd-regexp.el +++ b/lisp/nxml/xsd-regexp.el | |||
| @@ -49,7 +49,7 @@ | |||
| 49 | ;; Unicode character means a character in one of the Mule charsets | 49 | ;; Unicode character means a character in one of the Mule charsets |
| 50 | ;; ascii, latin-iso8859-1, mule-unicode-0100-24ff, | 50 | ;; ascii, latin-iso8859-1, mule-unicode-0100-24ff, |
| 51 | ;; mule-unicode-2500-33ff, mule-unicode-e000-ffff, eight-bit-control | 51 | ;; mule-unicode-2500-33ff, mule-unicode-e000-ffff, eight-bit-control |
| 52 | ;; or a character translateable to such a character (i.e a character | 52 | ;; or a character translatable to such a character (i.e a character |
| 53 | ;; for which `encode-char' will return non-nil). | 53 | ;; for which `encode-char' will return non-nil). |
| 54 | ;; | 54 | ;; |
| 55 | ;; Using unify-8859-on-decoding-mode is probably a good idea here | 55 | ;; Using unify-8859-on-decoding-mode is probably a good idea here |
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 477daf75534..4f4fbf0f931 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * org-table.el (org-table-line-to-dline): Fix typo. | ||
| 4 | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | 5 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * org-agenda.el (org-agenda-add-entry-text-descriptive-links) | 7 | * org-agenda.el (org-agenda-add-entry-text-descriptive-links) |
| @@ -6185,8 +6189,8 @@ | |||
| 6185 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> | 6189 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> |
| 6186 | 6190 | ||
| 6187 | * org-indent.el (org-indent-add-properties): | 6191 | * org-indent.el (org-indent-add-properties): |
| 6188 | Use `with-silent-modificatons'. | 6192 | Use `with-silent-modifications'. |
| 6189 | (org-indent-remove-properties): Use `with-silent-modificatons'. | 6193 | (org-indent-remove-properties): Use `with-silent-modifications'. |
| 6190 | 6194 | ||
| 6191 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> | 6195 | 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> |
| 6192 | 6196 | ||
| @@ -13637,7 +13641,7 @@ | |||
| 13637 | 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> | 13641 | 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> |
| 13638 | 13642 | ||
| 13639 | * org.el (org-remove-empty-overlays-at) | 13643 | * org.el (org-remove-empty-overlays-at) |
| 13640 | (org-clean-visibility-after-subtree-move): New functons. | 13644 | (org-clean-visibility-after-subtree-move): New functions. |
| 13641 | (org-move-subtree-down): Simplify cleanup of display. | 13645 | (org-move-subtree-down): Simplify cleanup of display. |
| 13642 | 13646 | ||
| 13643 | 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> | 13647 | 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> |
| @@ -15201,7 +15205,7 @@ | |||
| 15201 | 15205 | ||
| 15202 | * org-exp.el (org-export-as-html): Use IDs in the correct way. | 15206 | * org-exp.el (org-export-as-html): Use IDs in the correct way. |
| 15203 | 15207 | ||
| 15204 | * org.el (org-uuidgen-p): New funtion. | 15208 | * org.el (org-uuidgen-p): New function. |
| 15205 | 15209 | ||
| 15206 | * org-agenda.el (org-agenda-fontify-priorities): New default value | 15210 | * org-agenda.el (org-agenda-fontify-priorities): New default value |
| 15207 | `cookies'. | 15211 | `cookies'. |
| @@ -17067,7 +17071,7 @@ | |||
| 17067 | (org-file-apps-defaults-macosx): Let PostScript files be opened by | 17071 | (org-file-apps-defaults-macosx): Let PostScript files be opened by |
| 17068 | preview. | 17072 | preview. |
| 17069 | (org-time-stamp-inactive): Call `org-time-stamp'. | 17073 | (org-time-stamp-inactive): Call `org-time-stamp'. |
| 17070 | (org-time-stamp): New argument `inactive'. Also edit inacive | 17074 | (org-time-stamp): New argument `inactive'. Also edit inactive |
| 17071 | stamps. Convert time stamp type. | 17075 | stamps. Convert time stamp type. |
| 17072 | (org-open-file): Interpret the `default' value for the `command' | 17076 | (org-open-file): Interpret the `default' value for the `command' |
| 17073 | in `org-file-apps'. | 17077 | in `org-file-apps'. |
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index 72723845426..92c14f4cd59 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el | |||
| @@ -1302,7 +1302,7 @@ However, when FORCE is non-nil, create new columns if necessary." | |||
| 1302 | (defun org-table-line-to-dline (line &optional above) | 1302 | (defun org-table-line-to-dline (line &optional above) |
| 1303 | "Turn a buffer line number into a data line number. | 1303 | "Turn a buffer line number into a data line number. |
| 1304 | If there is no data line in this line, return nil. | 1304 | If there is no data line in this line, return nil. |
| 1305 | If there is no matching dline (most likely te refrence was a hline), the | 1305 | If there is no matching dline (most likely the reference was a hline), the |
| 1306 | first dline below it is used. When ABOVE is non-nil, the one above is used." | 1306 | first dline below it is used. When ABOVE is non-nil, the one above is used." |
| 1307 | (catch 'exit | 1307 | (catch 'exit |
| 1308 | (let ((ll (length org-table-dlines)) | 1308 | (let ((ll (length org-table-dlines)) |
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index 76dfb3c7a28..4a6344727b4 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el | |||
| @@ -221,7 +221,7 @@ the evaluated constant value at compile time." | |||
| 221 | ;; | 221 | ;; |
| 222 | ;; OPS either has the structure of `c-operators', is a single | 222 | ;; OPS either has the structure of `c-operators', is a single |
| 223 | ;; group in `c-operators', or is a plain list of operators. | 223 | ;; group in `c-operators', or is a plain list of operators. |
| 224 | ;; | 224 | ;; |
| 225 | ;; OPGROUP-FILTER specifies how to select the operator groups. It | 225 | ;; OPGROUP-FILTER specifies how to select the operator groups. It |
| 226 | ;; can be t to choose all groups, a list of group type symbols | 226 | ;; can be t to choose all groups, a list of group type symbols |
| 227 | ;; (such as 'prefix) to accept, or a function which will be called | 227 | ;; (such as 'prefix) to accept, or a function which will be called |
diff --git a/lisp/progmodes/cfengine.el b/lisp/progmodes/cfengine.el index eea822328f1..823304bd250 100644 --- a/lisp/progmodes/cfengine.el +++ b/lisp/progmodes/cfengine.el | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | ;;; Commentary: | 24 | ;;; Commentary: |
| 25 | 25 | ||
| 26 | ;; Provides support for editing GNU Cfengine files, including | 26 | ;; Provides support for editing GNU Cfengine files, including |
| 27 | ;; font-locking, Imenu and indention, but with no special keybindings. | 27 | ;; font-locking, Imenu and indentation, but with no special keybindings. |
| 28 | 28 | ||
| 29 | ;; The CFEngine 3.x support doesn't have Imenu support but patches are | 29 | ;; The CFEngine 3.x support doesn't have Imenu support but patches are |
| 30 | ;; welcome. | 30 | ;; welcome. |
diff --git a/lisp/progmodes/cwarn.el b/lisp/progmodes/cwarn.el index 211c856f9b7..0516aca8d2b 100644 --- a/lisp/progmodes/cwarn.el +++ b/lisp/progmodes/cwarn.el | |||
| @@ -210,16 +210,16 @@ This function is designed to be added to hooks, for example: | |||
| 210 | 210 | ||
| 211 | (defun cwarn-is-enabled (mode &optional feature) | 211 | (defun cwarn-is-enabled (mode &optional feature) |
| 212 | "Non-nil if CWarn FEATURE is enabled for MODE. | 212 | "Non-nil if CWarn FEATURE is enabled for MODE. |
| 213 | feature is an atom representing one construction to highlight. | 213 | FEATURE is an atom representing one construction to highlight. |
| 214 | 214 | ||
| 215 | Check if any feature is enabled for MODE if no feature is specified. | 215 | Check if any feature is enabled for MODE if no feature is specified. |
| 216 | 216 | ||
| 217 | The valid features are described by the variable | 217 | The valid features are described by the variable |
| 218 | `cwarn-font-lock-feature-keywords-alist'." | 218 | `cwarn-font-lock-feature-keywords-alist'." |
| 219 | (let ((mode-configuraion (assq mode cwarn-configuration))) | 219 | (let ((mode-configuration (assq mode cwarn-configuration))) |
| 220 | (and mode-configuraion | 220 | (and mode-configuration |
| 221 | (or (null feature) | 221 | (or (null feature) |
| 222 | (let ((list-or-t (nth 1 mode-configuraion))) | 222 | (let ((list-or-t (nth 1 mode-configuration))) |
| 223 | (or (eq list-or-t t) | 223 | (or (eq list-or-t t) |
| 224 | (if (eq (car-safe list-or-t) 'not) | 224 | (if (eq (car-safe list-or-t) 'not) |
| 225 | (not (memq feature (cdr list-or-t))) | 225 | (not (memq feature (cdr list-or-t))) |
| @@ -235,7 +235,7 @@ The valid features are described by the variable | |||
| 235 | (eq (char-after) ?#))) | 235 | (eq (char-after) ?#))) |
| 236 | 236 | ||
| 237 | (defun cwarn-font-lock-keywords (addp) | 237 | (defun cwarn-font-lock-keywords (addp) |
| 238 | "Install/Remove keywords into current buffer. | 238 | "Install/remove keywords into current buffer. |
| 239 | If ADDP is non-nil, install else remove." | 239 | If ADDP is non-nil, install else remove." |
| 240 | (dolist (pair cwarn-font-lock-feature-keywords-alist) | 240 | (dolist (pair cwarn-font-lock-feature-keywords-alist) |
| 241 | (let ((feature (car pair)) | 241 | (let ((feature (car pair)) |
diff --git a/lisp/progmodes/ebnf-dtd.el b/lisp/progmodes/ebnf-dtd.el index 204b6a91b0f..7b63575195e 100644 --- a/lisp/progmodes/ebnf-dtd.el +++ b/lisp/progmodes/ebnf-dtd.el | |||
| @@ -515,7 +515,7 @@ | |||
| 515 | ;; ----- | 515 | ;; ----- |
| 516 | ;; | 516 | ;; |
| 517 | ;; At moment, only the `<!ELEMENT' generates a syntactic chart. The | 517 | ;; At moment, only the `<!ELEMENT' generates a syntactic chart. The |
| 518 | ;; `<!ATTLIST', `<!NOTATION' and `<!ENTITY' are syntacticly checked but they | 518 | ;; `<!ATTLIST', `<!NOTATION' and `<!ENTITY' are syntactically checked but they |
| 519 | ;; don't generate a syntactic chart. | 519 | ;; don't generate a syntactic chart. |
| 520 | ;; | 520 | ;; |
| 521 | ;; Besides the syntax above, ebnf-dtd also accepts a `pure' dtd file. An | 521 | ;; Besides the syntax above, ebnf-dtd also accepts a `pure' dtd file. An |
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 1233ee19ff6..d8715599d74 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el | |||
| @@ -5789,7 +5789,7 @@ end | |||
| 5789 | (setq idlwave-idlwave_routine_info-compiled t)) | 5789 | (setq idlwave-idlwave_routine_info-compiled t)) |
| 5790 | 5790 | ||
| 5791 | ;; Restore if necessary. Must use execute to hide lame routine_info | 5791 | ;; Restore if necessary. Must use execute to hide lame routine_info |
| 5792 | ;; errors on undefinded routine | 5792 | ;; errors on undefined routine |
| 5793 | (idlwave-shell-send-command | 5793 | (idlwave-shell-send-command |
| 5794 | (format "if execute(\"_v=routine_info('idlwave_routine_info',/SOURCE)\") eq 0 then restore,'%s' else if _v.path eq '' then restore,'%s'" | 5794 | (format "if execute(\"_v=routine_info('idlwave_routine_info',/SOURCE)\") eq 0 then restore,'%s' else if _v.path eq '' then restore,'%s'" |
| 5795 | idlwave-shell-temp-rinfo-save-file | 5795 | idlwave-shell-temp-rinfo-save-file |
diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el index 91a2e946753..b1502adbeb1 100644 --- a/lisp/progmodes/pascal.el +++ b/lisp/progmodes/pascal.el | |||
| @@ -427,7 +427,7 @@ no args, if that value is non-nil." | |||
| 427 | (pascal-indent-command)))) | 427 | (pascal-indent-command)))) |
| 428 | 428 | ||
| 429 | (defun electric-pascal-equal () | 429 | (defun electric-pascal-equal () |
| 430 | "Insert `=', and do indention if within type declaration." | 430 | "Insert `=', and do indentation if within type declaration." |
| 431 | (interactive) | 431 | (interactive) |
| 432 | (insert last-command-event) | 432 | (insert last-command-event) |
| 433 | (if (eq (car (pascal-calculate-indent)) 'declaration) | 433 | (if (eq (car (pascal-calculate-indent)) 'declaration) |
diff --git a/lisp/term/iris-ansi.el b/lisp/term/iris-ansi.el index 574b8389818..3e06810cce6 100644 --- a/lisp/term/iris-ansi.el +++ b/lisp/term/iris-ansi.el | |||
| @@ -136,8 +136,8 @@ | |||
| 136 | 136 | ||
| 137 | (define-key map "\e[Z" [?\S-\t]) | 137 | (define-key map "\e[Z" [?\S-\t]) |
| 138 | (define-key map "\e[072q" [?\C-\t]) | 138 | (define-key map "\e[072q" [?\C-\t]) |
| 139 | ;; This only works if you remove the M-TAB keyring from the system.4Dwmrc | 139 | ;; This only works if you remove the M-TAB keybinding from the system.4Dwmrc |
| 140 | ;; our your ~/.4Dwmrc, if you use the 4Dwm window manager. | 140 | ;; or your ~/.4Dwmrc, if you use the 4Dwm window manager. |
| 141 | (define-key map "\e[073q" [?\M-\t]) | 141 | (define-key map "\e[073q" [?\M-\t]) |
| 142 | 142 | ||
| 143 | (define-key map "\e[074q" [?\M-q]) | 143 | (define-key map "\e[074q" [?\M-q]) |
diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el index 14c4ce1c8b7..c784892ce6b 100644 --- a/lisp/term/rxvt.el +++ b/lisp/term/rxvt.el | |||
| @@ -118,7 +118,7 @@ | |||
| 118 | ;; function keys F11->F42 from the termcap/terminfo information. On | 118 | ;; function keys F11->F42 from the termcap/terminfo information. On |
| 119 | ;; a PC-style keyboard these keys correspond to | 119 | ;; a PC-style keyboard these keys correspond to |
| 120 | ;; MODIFIER-FUNCTION_KEY, where modifier is S-, C-, C-S-. The | 120 | ;; MODIFIER-FUNCTION_KEY, where modifier is S-, C-, C-S-. The |
| 121 | ;; code here subsitutes the corresponding definitions in | 121 | ;; code here substitutes the corresponding definitions in |
| 122 | ;; function-key-map. This substitution is needed because if a key | 122 | ;; function-key-map. This substitution is needed because if a key |
| 123 | ;; definition if found in function-key-map, there are no further | 123 | ;; definition if found in function-key-map, there are no further |
| 124 | ;; lookups in other keymaps. | 124 | ;; lookups in other keymaps. |
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el index d13437f4c7c..e7f2e3f1396 100644 --- a/lisp/textmodes/artist.el +++ b/lisp/textmodes/artist.el | |||
| @@ -2338,7 +2338,7 @@ Octant are numbered 1--8, anti-clockwise as: | |||
| 2338 | 5 | 2338 | 5 |
| 2339 | 6)))) | 2339 | 6)))) |
| 2340 | 2340 | ||
| 2341 | ;; Some inline funtions for creating, setting and reading | 2341 | ;; Some inline functions for creating, setting and reading |
| 2342 | ;; members of a coordinate | 2342 | ;; members of a coordinate |
| 2343 | ;; | 2343 | ;; |
| 2344 | 2344 | ||
diff --git a/lisp/textmodes/reftex-dcr.el b/lisp/textmodes/reftex-dcr.el index 7de15c66cec..ff6ffffc382 100644 --- a/lisp/textmodes/reftex-dcr.el +++ b/lisp/textmodes/reftex-dcr.el | |||
| @@ -361,7 +361,7 @@ will display info in the echo area." | |||
| 361 | "View location in a LaTeX document which cites the BibTeX entry at point. | 361 | "View location in a LaTeX document which cites the BibTeX entry at point. |
| 362 | Since BibTeX files can be used by many LaTeX documents, this function | 362 | Since BibTeX files can be used by many LaTeX documents, this function |
| 363 | prompts upon first use for a buffer in RefTeX mode. To reset this | 363 | prompts upon first use for a buffer in RefTeX mode. To reset this |
| 364 | link to a document, call the function with with a prefix arg. | 364 | link to a document, call the function with a prefix arg. |
| 365 | Calling this function several times find successive citation locations." | 365 | Calling this function several times find successive citation locations." |
| 366 | (interactive "P") | 366 | (interactive "P") |
| 367 | (when arg | 367 | (when arg |
diff --git a/lisp/vc/vc-mtn.el b/lisp/vc/vc-mtn.el index 0b263e9c669..0fc7ba96fb7 100644 --- a/lisp/vc/vc-mtn.el +++ b/lisp/vc/vc-mtn.el | |||
| @@ -299,7 +299,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches." | |||
| 299 | ids))) | 299 | ids))) |
| 300 | 300 | ||
| 301 | (defun vc-mtn-revision-completion-table (files) | 301 | (defun vc-mtn-revision-completion-table (files) |
| 302 | ;; TODO: Implement completion for for selectors | 302 | ;; TODO: Implement completion for selectors |
| 303 | ;; TODO: Implement completion for composite selectors. | 303 | ;; TODO: Implement completion for composite selectors. |
| 304 | (lexical-let ((files files)) | 304 | (lexical-let ((files files)) |
| 305 | ;; What about using `files'?!? --Stef | 305 | ;; What about using `files'?!? --Stef |
diff --git a/lisp/xml.el b/lisp/xml.el index 68aa5f4db6f..478872dd92e 100644 --- a/lisp/xml.el +++ b/lisp/xml.el | |||
| @@ -756,7 +756,7 @@ This follows the rule [28] in the XML specifications." | |||
| 756 | ;;******************************************************************* | 756 | ;;******************************************************************* |
| 757 | 757 | ||
| 758 | (defun xml-substitute-special (string) | 758 | (defun xml-substitute-special (string) |
| 759 | "Return STRING, after subsituting entity references." | 759 | "Return STRING, after substituting entity references." |
| 760 | ;; This originally made repeated passes through the string from the | 760 | ;; This originally made repeated passes through the string from the |
| 761 | ;; beginning, which isn't correct, since then either "&amp;" or | 761 | ;; beginning, which isn't correct, since then either "&amp;" or |
| 762 | ;; "&amp;" won't DTRT. | 762 | ;; "&amp;" won't DTRT. |
diff --git a/src/ChangeLog b/src/ChangeLog index 7accd0d5eea..6cb461b0ea1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * casetab.c (Fset_case_table): | ||
| 4 | * charset.c (Fcharset_after): Fix typos. | ||
| 5 | |||
| 1 | 2011-11-20 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2011-11-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Standardize on VIRT_ADDR_VARIES behavior (Bug#10042). | 8 | Standardize on VIRT_ADDR_VARIES behavior (Bug#10042). |
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 37a75c3c998..85f6c00eaaf 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -6604,9 +6604,9 @@ | |||
| 6604 | * keyboard.c (input_available_signal): Declare. | 6604 | * keyboard.c (input_available_signal): Declare. |
| 6605 | (kbd_buffer_nr_stored): New function. | 6605 | (kbd_buffer_nr_stored): New function. |
| 6606 | (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns | 6606 | (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns |
| 6607 | more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571). | 6607 | more than KBD_BUFFER_SIZE/2, stop reading input (Bug#6571). |
| 6608 | (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored | 6608 | (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored |
| 6609 | returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571). | 6609 | returns less than KBD_BUFFER_SIZE/4, resume reading input (Bug#6571). |
| 6610 | (tty_read_avail_input): If input is on hold, return. | 6610 | (tty_read_avail_input): If input is on hold, return. |
| 6611 | Don't read more that free slots in kbd_buffer (Bug#6571). | 6611 | Don't read more that free slots in kbd_buffer (Bug#6571). |
| 6612 | 6612 | ||
| @@ -7683,7 +7683,7 @@ | |||
| 7683 | 7683 | ||
| 7684 | 2010-05-20 Juri Linkov <juri@jurta.org> | 7684 | 2010-05-20 Juri Linkov <juri@jurta.org> |
| 7685 | 7685 | ||
| 7686 | * fileio.c (Fdelete_file): Change interative spec to use | 7686 | * fileio.c (Fdelete_file): Change interactive spec to use |
| 7687 | `read-file-name' like in `find-file-read-args' where the default | 7687 | `read-file-name' like in `find-file-read-args' where the default |
| 7688 | value is `default-directory' instead of `buffer-file-name'. | 7688 | value is `default-directory' instead of `buffer-file-name'. |
| 7689 | http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html | 7689 | http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html |
| @@ -11923,7 +11923,7 @@ | |||
| 11923 | 11923 | ||
| 11924 | * process.c (status_notify): Don't perform redisplay. | 11924 | * process.c (status_notify): Don't perform redisplay. |
| 11925 | (Fdelete_process, list_processes_1, process_send_signal): | 11925 | (Fdelete_process, list_processes_1, process_send_signal): |
| 11926 | Expliticly perform redisplay. | 11926 | Explicitly perform redisplay. |
| 11927 | (wait_reading_process_output): Always check process status, but | 11927 | (wait_reading_process_output): Always check process status, but |
| 11928 | don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930). | 11928 | don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930). |
| 11929 | 11929 | ||
| @@ -25081,7 +25081,7 @@ | |||
| 25081 | * keymap.c (describe_vector): Handle default value of a char table. | 25081 | * keymap.c (describe_vector): Handle default value of a char table. |
| 25082 | 25082 | ||
| 25083 | * fontset.c (fontset_face): Handle fallback fonts correctly. | 25083 | * fontset.c (fontset_face): Handle fallback fonts correctly. |
| 25084 | (Ffontset_info): Return infomation about fallback fonts. | 25084 | (Ffontset_info): Return information about fallback fonts. |
| 25085 | 25085 | ||
| 25086 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 25086 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 25087 | 25087 | ||
| @@ -30892,7 +30892,7 @@ | |||
| 30892 | 2007-06-14 Jason Rumney <jasonr@gnu.org> | 30892 | 2007-06-14 Jason Rumney <jasonr@gnu.org> |
| 30893 | 30893 | ||
| 30894 | * w32.c (get_process_times_fn): New function pointer. | 30894 | * w32.c (get_process_times_fn): New function pointer. |
| 30895 | (globals_of_w32): Intialize it if present in kernel32.dll. | 30895 | (globals_of_w32): Initialize it if present in kernel32.dll. |
| 30896 | (w32_get_internal_run_time): New function. | 30896 | (w32_get_internal_run_time): New function. |
| 30897 | 30897 | ||
| 30898 | * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it. | 30898 | * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it. |
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index fb3ec172055..cbf867829c7 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 | |||
| @@ -6089,7 +6089,7 @@ | |||
| 6089 | shrink below the minimum, this code would only try to delete it if | 6089 | shrink below the minimum, this code would only try to delete it if |
| 6090 | it had a parent. Well, even if the window doesn't have a parent, | 6090 | it had a parent. Well, even if the window doesn't have a parent, |
| 6091 | you want Fdelete_window to signal an error, since you're trying to | 6091 | you want Fdelete_window to signal an error, since you're trying to |
| 6092 | resize one of the undeleteable windows into nothingness. So call | 6092 | resize one of the undeletable windows into nothingness. So call |
| 6093 | Fdelete_window even if the window doesn't have a parent. | 6093 | Fdelete_window even if the window doesn't have a parent. |
| 6094 | 6094 | ||
| 6095 | * window.c (MINSIZE): Add kludge so that the minibuffer is always | 6095 | * window.c (MINSIZE): Add kludge so that the minibuffer is always |
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index ec4c27a4d9e..fc97acdeb1e 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -5774,7 +5774,7 @@ | |||
| 5774 | 5774 | ||
| 5775 | (w32_initialize): Set input mode. Use w32_msg_worker instead | 5775 | (w32_initialize): Set input mode. Use w32_msg_worker instead |
| 5776 | of windows_msg_worker. Dynamically link proportional scroll bar | 5776 | of windows_msg_worker. Dynamically link proportional scroll bar |
| 5777 | functions and intialize proportional scroll bar variables. | 5777 | functions and initialize proportional scroll bar variables. |
| 5778 | (syms_of_w32term): DEFVAR new variables. | 5778 | (syms_of_w32term): DEFVAR new variables. |
| 5779 | 5779 | ||
| 5780 | * w32term.h (w32_output): New fields menubar_widget, menubar_active, | 5780 | * w32term.h (w32_output): New fields menubar_widget, menubar_active, |
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index bd51e55cdc6..e21af17657f 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -2723,7 +2723,7 @@ | |||
| 2723 | (CURSOR_FACE_ID, MOUSE_FACE_ID): New. | 2723 | (CURSOR_FACE_ID, MOUSE_FACE_ID): New. |
| 2724 | 2724 | ||
| 2725 | * xfaces.c (Qscroll_bar, Qcursor, Qborder, Qmouse): New. | 2725 | * xfaces.c (Qscroll_bar, Qcursor, Qborder, Qmouse): New. |
| 2726 | (syms_of_xfaces): Intialize new symbols. | 2726 | (syms_of_xfaces): Initialize new symbols. |
| 2727 | 2727 | ||
| 2728 | * fns.c (Fmakehash): Take one argument, test, make all the | 2728 | * fns.c (Fmakehash): Take one argument, test, make all the |
| 2729 | rest keyword arguments. | 2729 | rest keyword arguments. |
| @@ -9227,7 +9227,7 @@ | |||
| 9227 | * xdisp.c (store_frame_title_char): New function to store a | 9227 | * xdisp.c (store_frame_title_char): New function to store a |
| 9228 | single character for the frame title with re-allocation of | 9228 | single character for the frame title with re-allocation of |
| 9229 | frame_title_buf. | 9229 | frame_title_buf. |
| 9230 | (init_xdisp): Intialize frame_title_.* variables to null. | 9230 | (init_xdisp): Initialize frame_title_.* variables to null. |
| 9231 | 9231 | ||
| 9232 | * dispnew.c (quit_error_check): Removed. | 9232 | * dispnew.c (quit_error_check): Removed. |
| 9233 | 9233 | ||
| @@ -12321,7 +12321,7 @@ | |||
| 12321 | (enumfont_t): Remove unused head pointer. | 12321 | (enumfont_t): Remove unused head pointer. |
| 12322 | (enum_font_cb2): Dereference elfLogFont. | 12322 | (enum_font_cb2): Dereference elfLogFont. |
| 12323 | (w32_list_bdf_fonts): New function. | 12323 | (w32_list_bdf_fonts): New function. |
| 12324 | (w32_list_fonts): Use one_w32_dispay_info instead of insisting on | 12324 | (w32_list_fonts): Use one_w32_display_info instead of insisting on |
| 12325 | valid frame. Remove MessageBox. Support BDF fonts. | 12325 | valid frame. Remove MessageBox. Support BDF fonts. |
| 12326 | (Fw32_find_bdf_fonts): New function. | 12326 | (Fw32_find_bdf_fonts): New function. |
| 12327 | (syms_of_w32fns): Add Vw32_bdf_filename_alist and | 12327 | (syms_of_w32fns): Add Vw32_bdf_filename_alist and |
diff --git a/src/bidi.c b/src/bidi.c index e688637a408..e0337927ec5 100644 --- a/src/bidi.c +++ b/src/bidi.c | |||
| @@ -51,7 +51,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 51 | 51 | ||
| 52 | A note about references to UAX#9 rules: if the reference says | 52 | A note about references to UAX#9 rules: if the reference says |
| 53 | something like "X9/Retaining", it means that you need to refer to | 53 | something like "X9/Retaining", it means that you need to refer to |
| 54 | rule X9 and to its modifications decribed in the "Implementation | 54 | rule X9 and to its modifications described in the "Implementation |
| 55 | Notes" section of UAX#9, under "Retaining Format Codes". */ | 55 | Notes" section of UAX#9, under "Retaining Format Codes". */ |
| 56 | 56 | ||
| 57 | #include <config.h> | 57 | #include <config.h> |
diff --git a/src/buffer.c b/src/buffer.c index 8bc6e37732d..a327a1650f1 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -4400,7 +4400,7 @@ static int mmap_fd_1; | |||
| 4400 | 4400 | ||
| 4401 | static int mmap_page_size; | 4401 | static int mmap_page_size; |
| 4402 | 4402 | ||
| 4403 | /* 1 means mmap has been intialized. */ | 4403 | /* 1 means mmap has been initialized. */ |
| 4404 | 4404 | ||
| 4405 | static int mmap_initialized_p; | 4405 | static int mmap_initialized_p; |
| 4406 | 4406 | ||
diff --git a/src/casetab.c b/src/casetab.c index 3433b313c03..575a48ed146 100644 --- a/src/casetab.c +++ b/src/casetab.c | |||
| @@ -95,7 +95,7 @@ CANONICALIZE maps each character to a canonical equivalent; | |||
| 95 | any two characters that are related by case-conversion have the same | 95 | any two characters that are related by case-conversion have the same |
| 96 | canonical equivalent character; it may be nil, in which case it is | 96 | canonical equivalent character; it may be nil, in which case it is |
| 97 | deduced from DOWNCASE and UPCASE. | 97 | deduced from DOWNCASE and UPCASE. |
| 98 | EQUIVALENCES is a map that cyclicly permutes each equivalence class | 98 | EQUIVALENCES is a map that cyclically permutes each equivalence class |
| 99 | (of characters with the same canonical equivalent); it may be nil, | 99 | (of characters with the same canonical equivalent); it may be nil, |
| 100 | in which case it is deduced from CANONICALIZE. */) | 100 | in which case it is deduced from CANONICALIZE. */) |
| 101 | (Lisp_Object table) | 101 | (Lisp_Object table) |
diff --git a/src/charset.c b/src/charset.c index 266753f9d05..b6921a762b6 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -2082,7 +2082,7 @@ that case, find the charset from what supported by that coding system. */) | |||
| 2082 | DEFUN ("charset-after", Fcharset_after, Scharset_after, 0, 1, 0, | 2082 | DEFUN ("charset-after", Fcharset_after, Scharset_after, 0, 1, 0, |
| 2083 | doc: /* | 2083 | doc: /* |
| 2084 | Return charset of a character in the current buffer at position POS. | 2084 | Return charset of a character in the current buffer at position POS. |
| 2085 | If POS is nil, it defauls to the current point. | 2085 | If POS is nil, it defaults to the current point. |
| 2086 | If POS is out of range, the value is nil. */) | 2086 | If POS is out of range, the value is nil. */) |
| 2087 | (Lisp_Object pos) | 2087 | (Lisp_Object pos) |
| 2088 | { | 2088 | { |
diff --git a/src/dispextern.h b/src/dispextern.h index 486aa4f7a40..3225c1eb46e 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2649,11 +2649,11 @@ struct redisplay_interface | |||
| 2649 | void (*flush_display) (struct frame *f); | 2649 | void (*flush_display) (struct frame *f); |
| 2650 | 2650 | ||
| 2651 | /* Flush the display of frame F if non-NULL. This is called | 2651 | /* Flush the display of frame F if non-NULL. This is called |
| 2652 | during redisplay, and should be NULL on systems which flushes | 2652 | during redisplay, and should be NULL on systems which flush |
| 2653 | automatically before reading input. */ | 2653 | automatically before reading input. */ |
| 2654 | void (*flush_display_optional) (struct frame *f); | 2654 | void (*flush_display_optional) (struct frame *f); |
| 2655 | 2655 | ||
| 2656 | /* Clear the mouse hightlight in window W, if there is any. */ | 2656 | /* Clear the mouse highlight in window W, if there is any. */ |
| 2657 | void (*clear_window_mouse_face) (struct window *w); | 2657 | void (*clear_window_mouse_face) (struct window *w); |
| 2658 | 2658 | ||
| 2659 | /* Set *LEFT and *RIGHT to the left and right overhang of GLYPH on | 2659 | /* Set *LEFT and *RIGHT to the left and right overhang of GLYPH on |
diff --git a/src/frame.c b/src/frame.c index 984651ae9ce..039ed6543cb 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -374,7 +374,7 @@ make_frame (int mini_p) | |||
| 374 | 374 | ||
| 375 | /* Use set_window_buffer, not Fset_window_buffer, and don't let | 375 | /* Use set_window_buffer, not Fset_window_buffer, and don't let |
| 376 | hooks be run by it. The reason is that the whole frame/window | 376 | hooks be run by it. The reason is that the whole frame/window |
| 377 | arrangement is not yet fully intialized at this point. Windows | 377 | arrangement is not yet fully initialized at this point. Windows |
| 378 | don't have the right size, glyph matrices aren't initialized | 378 | don't have the right size, glyph matrices aren't initialized |
| 379 | etc. Running Lisp functions at this point surely ends in a | 379 | etc. Running Lisp functions at this point surely ends in a |
| 380 | SEGV. */ | 380 | SEGV. */ |
| @@ -1712,7 +1712,7 @@ If omitted, FRAME defaults to the currently selected frame. */) | |||
| 1712 | } | 1712 | } |
| 1713 | 1713 | ||
| 1714 | /* Update the display_time slot of the buffers shown in WINDOW | 1714 | /* Update the display_time slot of the buffers shown in WINDOW |
| 1715 | and all its descendents. */ | 1715 | and all its descendants. */ |
| 1716 | 1716 | ||
| 1717 | static void | 1717 | static void |
| 1718 | make_frame_visible_1 (Lisp_Object window) | 1718 | make_frame_visible_1 (Lisp_Object window) |
diff --git a/src/search.c b/src/search.c index a3b4e1dcbce..a6a0fddb137 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -1892,7 +1892,7 @@ boyer_moore (EMACS_INT n, unsigned char *base_pat, | |||
| 1892 | || CHAR_HEAD_P (cursor[1])) | 1892 | || CHAR_HEAD_P (cursor[1])) |
| 1893 | && (CHAR_HEAD_P (cursor[0]) | 1893 | && (CHAR_HEAD_P (cursor[0]) |
| 1894 | /* Check if this is the last byte of | 1894 | /* Check if this is the last byte of |
| 1895 | a translable character. */ | 1895 | a translatable character. */ |
| 1896 | || (translate_prev_byte1 == cursor[-1] | 1896 | || (translate_prev_byte1 == cursor[-1] |
| 1897 | && (CHAR_HEAD_P (translate_prev_byte1) | 1897 | && (CHAR_HEAD_P (translate_prev_byte1) |
| 1898 | || (translate_prev_byte2 == cursor[-2] | 1898 | || (translate_prev_byte2 == cursor[-2] |
| @@ -1991,7 +1991,7 @@ boyer_moore (EMACS_INT n, unsigned char *base_pat, | |||
| 1991 | || CHAR_HEAD_P (ptr[1])) | 1991 | || CHAR_HEAD_P (ptr[1])) |
| 1992 | && (CHAR_HEAD_P (ptr[0]) | 1992 | && (CHAR_HEAD_P (ptr[0]) |
| 1993 | /* Check if this is the last byte of a | 1993 | /* Check if this is the last byte of a |
| 1994 | translable character. */ | 1994 | translatable character. */ |
| 1995 | || (translate_prev_byte1 == ptr[-1] | 1995 | || (translate_prev_byte1 == ptr[-1] |
| 1996 | && (CHAR_HEAD_P (translate_prev_byte1) | 1996 | && (CHAR_HEAD_P (translate_prev_byte1) |
| 1997 | || (translate_prev_byte2 == ptr[-2] | 1997 | || (translate_prev_byte2 == ptr[-2] |
diff --git a/src/xterm.c b/src/xterm.c index 0e529714eb6..de7703c2ec7 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -8765,7 +8765,7 @@ x_wait_for_event (struct frame *f, int eventtype) | |||
| 8765 | pending_event_wait.f = f; | 8765 | pending_event_wait.f = f; |
| 8766 | pending_event_wait.eventtype = eventtype; | 8766 | pending_event_wait.eventtype = eventtype; |
| 8767 | 8767 | ||
| 8768 | /* Set timeout to 0.1 second. Hopefully not noticable. | 8768 | /* Set timeout to 0.1 second. Hopefully not noticeable. |
| 8769 | Maybe it should be configurable. */ | 8769 | Maybe it should be configurable. */ |
| 8770 | EMACS_SET_SECS_USECS (tmo, 0, 100000); | 8770 | EMACS_SET_SECS_USECS (tmo, 0, 100000); |
| 8771 | EMACS_GET_TIME (tmo_at); | 8771 | EMACS_GET_TIME (tmo_at); |
diff --git a/test/ChangeLog b/test/ChangeLog index 9afed6f5f90..80c26a9cf44 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo. | ||
| 4 | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | 5 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * automated/icalendar-tests.el (icalendar-tests--get-ical-event) | 7 | * automated/icalendar-tests.el (icalendar-tests--get-ical-event) |
diff --git a/test/cedet/semantic-utest-c.el b/test/cedet/semantic-utest-c.el index 946a818e70e..3fbd180290c 100644 --- a/test/cedet/semantic-utest-c.el +++ b/test/cedet/semantic-utest-c.el | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | (defvar semantic-utest-c-comparisons | 28 | (defvar semantic-utest-c-comparisons |
| 29 | '( ("testsppreplace.c" . "testsppreplaced.c") | 29 | '( ("testsppreplace.c" . "testsppreplaced.c") |
| 30 | ) | 30 | ) |
| 31 | "List of files to parse and compare against eachother.") | 31 | "List of files to parse and compare against each other.") |
| 32 | 32 | ||
| 33 | ;;; Code: | 33 | ;;; Code: |
| 34 | ;;;###autoload | 34 | ;;;###autoload |