emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/lisp ChangeLog
Date: Thu, 27 Aug 2009 19:50:01 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/08/27 19:50:00

Modified files:
        lisp           : ChangeLog 

Log message:
        Fix typos.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16031&r2=1.16032

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16031
retrieving revision 1.16032
diff -u -b -r1.16031 -r1.16032
--- ChangeLog   27 Aug 2009 18:35:20 -0000      1.16031
+++ ChangeLog   27 Aug 2009 19:49:58 -0000      1.16032
@@ -61,7 +61,7 @@
 
        * international/fontset.el (build-default-fontset-data): New macro.
        (setup-default-fontset): Use build-default-fontset-data for CJK,
-       tibetan, ethiopic, and ipa
+       tibetan, ethiopic, and ipa.
 
 2009-08-27  Stefan Monnier  <address@hidden>
 
@@ -750,7 +750,7 @@
        from `gdb-mi.el' to avoid extra tangling.
 
        * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
-       change which breaks `gud-def' definitions. used in `gdb'.
+       change which breaks `gud-def' definitions used in `gdb'.
        (gdb-update-gud-running): No extra fuss for updating frame number.
 
 2009-08-10  Stefan Monnier  <address@hidden>
@@ -909,8 +909,7 @@
 2009-08-04  Dmitry Dzhus  <address@hidden>
 
        * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
-       (gdb-overlay-arrow-position): Renamed to
-       `gdb-disassembly-position'.
+       (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
        (gdb-overlay-arrow-position, gdb-thread-position)
        (gdb-disassembly-position): Declare variables.
        (gdb-wait-for-pending): Function now.
@@ -986,8 +985,8 @@
        (gdb-wait-for-pending): New macro to deal with congestion problems.
        (gdb-breakpoints-list-handler-custom): Don't fail on pending
        breakpoints.
-       (gdb-invalidate-disassembly): Use 'fullname instead of 'file. This
-       fixes problem similar to one described in bug 3947.
+       (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
+       This fixes problem similar to one described in bug 3947.
        (gud-menu-map): More menu items.
        (gdb-init-1): Reset `gdb-thread-number' to nil.
 
@@ -1004,7 +1003,7 @@
        customization options.
        (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
        GUD commands.
-       (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'
+       (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
        (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
        (gdb-setq-thread-number, gdb-update-gud-running): New functions to
        set `gdb-thread-number' and update `gud-running' properly.
@@ -1042,7 +1041,7 @@
        (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
        (gdb-update): We now store all GDB buffers in a list so that they
        can be updated by traversing a list instead of calling invalidate
-       triggers explicitly
+       triggers explicitly.
        (def-gdb-trigger-and-handler): New macro to define trigger-handler
        pair for GDB buffer.
        (gdb-stack-buffer-name): Add thread information.
@@ -1052,12 +1051,12 @@
        (def-gdb-thread-buffer-simple-command)
        (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
        (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
-       (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New
-       commands which show buffers bound to thread.
+       (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
+       New commands which show buffers bound to thread.
        (gdb-stack-list-locals-regexp): Removed unused regexp.
 
-       * progmodes/gdb-mi.el 
(gdb-breakpoints-buffer-name,gdb-locals-buffer-name)
-       (gdb-registers-buffer-name)
+       * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
+       (gdb-locals-buffer-name, gdb-registers-buffer-name)
        (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
        to (gud-comint-buffer) in *-buffer-name functions
        because (gdb-get-target-string) already does that.
@@ -1068,7 +1067,7 @@
        (gdb-thread-number): New variable.
        (gdb-current-context-command): New macro which adds --thread
        option to command.
-       (gdb-threads-mode-map): Select thread with SPC
+       (gdb-threads-mode-map): Select thread with SPC.
        (gdb-thread-list-handler-custom): Mark current thread with overlay
        arrow. Synchronize GDB thread and Emacs thread.
        (gdb-select-thread): New command which selects current thread.
@@ -1092,14 +1091,14 @@
 
 2009-08-03  Michael Albinus  <address@hidden>
 
-       * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
-       defconst.
+       * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
+       New defconst.
        (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
 
 2009-08-02  Kevin Ryde  <address@hidden>
 
-       * net/newst-backend.el (newsticker--raw-url-list-defaults): Update
-       freshmeat link.  Delete newsforge.com as it seems gone.
+       * net/newst-backend.el (newsticker--raw-url-list-defaults):
+       Update freshmeat link.  Delete newsforge.com as it seems gone.
 
 2009-08-02  Chong Yidong  <address@hidden>
 
@@ -1243,8 +1242,7 @@
 2009-07-24  Kenichi Handa  <address@hidden>
 
        * international/characters.el: Fix setting of category ?C, ?|, ?K,
-       and ?H.  Fix setting of case for Latin Extended and Greek
-       Extended.
+       and ?H.  Fix setting of case for Latin Extended and Greek Extended.
        (build-unicode-category-table): Fix range checks.
 
 2009-07-24  Dan Nicolaescu  <address@hidden>
@@ -1490,7 +1488,7 @@
 
 2009-07-18  Alan Mackenzie  <address@hidden>
 
-       * progmodes/cc-mode.el (c-before-hack-hook),
+       * progmodes/cc-mode.el (c-before-hack-hook)
        (c-postprocess-file-styles): Give invocation of `c-set-style'
        DONT-OVERRIDE parameter of t.  Already set style variables will
        thus not be overridden by style settings given by `c-file-syle'.
@@ -1671,7 +1669,7 @@
 
 2009-07-13  Jan Djärv  <address@hidden>
 
-       * term/ns-win.el (x-select-font): defailias x-select-font to
+       * term/ns-win.el (x-select-font): defalias x-select-font to
        ns-popup-font-panel instead of generate-fontset-menu.
 
 2009-07-12  Eli Zaretskii  <address@hidden>
@@ -1817,9 +1815,9 @@
 
        * fadr.el: Remove.
 
-       * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
+       * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
        (gdb-memory-address): New variable which holds top address of
-       memory page shown in memory buffer
+       memory page shown in memory buffer.
        (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
        customization variables.
        New functions:
@@ -1864,7 +1862,7 @@
        representation of verilog error regular expressions to work with
        Emacs-22's new format.
        (verilog-error-regexp-xemacs-alist): Coded custom representation
-       of verilog error regular expressions to work with XEmacs format
+       of verilog error regular expressions to work with XEmacs format.
        (verilog-error-regexp-add-xemacs): Hook routine to install verilog
        error recognition into XEmacs.
        (verilog-error-regexp-add-emacs): Hook routine to install verilog
@@ -2111,7 +2109,7 @@
        had been).
        (verilog-leap-to-case-head): Support priority/unique case statements.
        (verilog-auto-lineup): Rework to give users radio buttons to
-       select the various styles of automatic lineup
+       select the various styles of automatic lineup.
        (verilog-error-regexp-alist): Rework to support the XEmacs style
        of error regular expressions from compilers, lint tools &
        simulators.  Note that GNU Emacs has made it impossible for a mode
@@ -2135,7 +2133,7 @@
        (verilog-mode): Alter the definition of verilog-font-lock-defualts
        to avoid circular calls if syntax-ppss is a function (as is the
        case now in 22.x GNU Emacs) as that function would sometimes call
-       itself, leading to (nearly) infinite recursion
+       itself, leading to (nearly) infinite recursion.
        (verilog-ovm-begin-re, verilog-ovm-end-re)
        (verilog-ovm-statement-re, verilog-leap-to-head)
        (verilog-backward-token): Add support for OVM macros.  Some are
@@ -2143,9 +2141,9 @@
        and end.
        (verilog-defun-level-not-generate-re, verilog-defun-level-re)
        (verilog-defun-level-generate-only-re): Really fix the defun-list
-       compilation issue
+       compilation issue.
        (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
-       coverpoint, constraint and cross statements
+       coverpoint, constraint and cross statements.
        (verilog-defun-level-list, verilog-generate-defun-level-list)
        (verilog-all-defun-level-list): Redo these specifications - it is
        too hard to support eval-when compile aggregation of lists also
@@ -2156,7 +2154,7 @@
        without load.
        (verilog-beg-block-re-ordered): Support indenting
        virtual/protected tasks and functions.
-       (verilog-defun-level-list,verilog-in-generate-region-p)
+       (verilog-defun-level-list, verilog-in-generate-region-p)
        (verilog-backward-ws&directives, verilog-calc-1): Speed up
        indentation of some module items (generate items).
        (verilog-forward-sexp, verilog-leap-to-head): Support stepping
@@ -2278,10 +2276,10 @@
 2009-06-25  Agustín Martín  <address@hidden>
 
        * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
-         compatibility function for `looking-back'
+         compatibility function for `looking-back'.
 
        * textmodes/flyspell.el (sgml-mode-flyspell-verify):
-       Use `ispell-looking-back'
+       Use `ispell-looking-back'.
 
 2009-06-24  Michael Albinus  <address@hidden>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]