diff options
| author | Juanma Barranquero | 2009-08-27 19:49:58 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-08-27 19:49:58 +0000 |
| commit | 7b6fefac48a87f2342f385ebb7c1e88495a9dfa6 (patch) | |
| tree | 4068297e0a50507bdcb2bbffe3516b4eff686c90 | |
| parent | a6e656a4757afcad7dfb64e3aff9615fd6d48834 (diff) | |
| download | emacs-7b6fefac48a87f2342f385ebb7c1e88495a9dfa6.tar.gz emacs-7b6fefac48a87f2342f385ebb7c1e88495a9dfa6.zip | |
Fix typos.
| -rw-r--r-- | lisp/ChangeLog | 92 |
1 files changed, 45 insertions, 47 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9335d35ae8e..34c90dbe537 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -61,7 +61,7 @@ | |||
| 61 | 61 | ||
| 62 | * international/fontset.el (build-default-fontset-data): New macro. | 62 | * international/fontset.el (build-default-fontset-data): New macro. |
| 63 | (setup-default-fontset): Use build-default-fontset-data for CJK, | 63 | (setup-default-fontset): Use build-default-fontset-data for CJK, |
| 64 | tibetan, ethiopic, and ipa | 64 | tibetan, ethiopic, and ipa. |
| 65 | 65 | ||
| 66 | 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca> | 66 | 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca> |
| 67 | 67 | ||
| @@ -587,7 +587,7 @@ | |||
| 587 | 587 | ||
| 588 | * whitespace.el (whitespace-style): Doc fix (Bug#3661). | 588 | * whitespace.el (whitespace-style): Doc fix (Bug#3661). |
| 589 | 589 | ||
| 590 | 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change) | 590 | 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change) |
| 591 | 591 | ||
| 592 | * calendar/parse-time.el (parse-time-string-chars): Compute using | 592 | * calendar/parse-time.el (parse-time-string-chars): Compute using |
| 593 | character classes, to handle non-ascii characters (Bug#3190). | 593 | character classes, to handle non-ascii characters (Bug#3190). |
| @@ -653,7 +653,7 @@ | |||
| 653 | * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry. | 653 | * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry. |
| 654 | 654 | ||
| 655 | 2009-08-14 Daniel Colascione <dan.colascione@gmail.com> | 655 | 2009-08-14 Daniel Colascione <dan.colascione@gmail.com> |
| 656 | Karl Landstrom <karl.landstrom@brgeight.se> | 656 | Karl Landstrom <karl.landstrom@brgeight.se> |
| 657 | 657 | ||
| 658 | * progmodes/js.el: New file. | 658 | * progmodes/js.el: New file. |
| 659 | 659 | ||
| @@ -738,7 +738,7 @@ | |||
| 738 | (gdb-place-breakpoints, gdb-get-location): Rewritten without | 738 | (gdb-place-breakpoints, gdb-get-location): Rewritten without |
| 739 | `goto-line'. | 739 | `goto-line'. |
| 740 | (gdb-invalidate-disassembly): Do not refresh upon receiving | 740 | (gdb-invalidate-disassembly): Do not refresh upon receiving |
| 741 | 'update signal. Instead, update all disassembly buffers only after | 741 | 'update signal. Instead, update all disassembly buffers only after |
| 742 | threads list. | 742 | threads list. |
| 743 | (gdb): Send -target-detach when buffer is killed (#3794). | 743 | (gdb): Send -target-detach when buffer is killed (#3794). |
| 744 | (gdb-starting): Moved -data-list-register-names... | 744 | (gdb-starting): Moved -data-list-register-names... |
| @@ -750,7 +750,7 @@ | |||
| 750 | from `gdb-mi.el' to avoid extra tangling. | 750 | from `gdb-mi.el' to avoid extra tangling. |
| 751 | 751 | ||
| 752 | * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous | 752 | * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous |
| 753 | change which breaks `gud-def' definitions. used in `gdb'. | 753 | change which breaks `gud-def' definitions used in `gdb'. |
| 754 | (gdb-update-gud-running): No extra fuss for updating frame number. | 754 | (gdb-update-gud-running): No extra fuss for updating frame number. |
| 755 | 755 | ||
| 756 | 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca> | 756 | 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -808,7 +808,7 @@ | |||
| 808 | (gdb-control-current-thread): Interactive setters for | 808 | (gdb-control-current-thread): Interactive setters for |
| 809 | `gdb-gud-control-all-threads' to use in menu. | 809 | `gdb-gud-control-all-threads' to use in menu. |
| 810 | (gdb-show-run-p): Show «Go» when process is not active. | 810 | (gdb-show-run-p): Show «Go» when process is not active. |
| 811 | (gud-tool-bar-map): Add non-stop/A,T indicator. Uses | 811 | (gud-tool-bar-map): Add non-stop/A,T indicator. Uses |
| 812 | gud/thread.xpm and gud/all.xpm. | 812 | gud/thread.xpm and gud/all.xpm. |
| 813 | 813 | ||
| 814 | 2009-08-08 Yoni Rabkin <yoni@rabkins.net> | 814 | 2009-08-08 Yoni Rabkin <yoni@rabkins.net> |
| @@ -909,8 +909,7 @@ | |||
| 909 | 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru> | 909 | 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru> |
| 910 | 910 | ||
| 911 | * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil. | 911 | * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil. |
| 912 | (gdb-overlay-arrow-position): Renamed to | 912 | (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'. |
| 913 | `gdb-disassembly-position'. | ||
| 914 | (gdb-overlay-arrow-position, gdb-thread-position) | 913 | (gdb-overlay-arrow-position, gdb-thread-position) |
| 915 | (gdb-disassembly-position): Declare variables. | 914 | (gdb-disassembly-position): Declare variables. |
| 916 | (gdb-wait-for-pending): Function now. | 915 | (gdb-wait-for-pending): Function now. |
| @@ -986,8 +985,8 @@ | |||
| 986 | (gdb-wait-for-pending): New macro to deal with congestion problems. | 985 | (gdb-wait-for-pending): New macro to deal with congestion problems. |
| 987 | (gdb-breakpoints-list-handler-custom): Don't fail on pending | 986 | (gdb-breakpoints-list-handler-custom): Don't fail on pending |
| 988 | breakpoints. | 987 | breakpoints. |
| 989 | (gdb-invalidate-disassembly): Use 'fullname instead of 'file. This | 988 | (gdb-invalidate-disassembly): Use 'fullname instead of 'file. |
| 990 | fixes problem similar to one described in bug 3947. | 989 | This fixes problem similar to one described in bug 3947. |
| 991 | (gud-menu-map): More menu items. | 990 | (gud-menu-map): More menu items. |
| 992 | (gdb-init-1): Reset `gdb-thread-number' to nil. | 991 | (gdb-init-1): Reset `gdb-thread-number' to nil. |
| 993 | 992 | ||
| @@ -1004,7 +1003,7 @@ | |||
| 1004 | customization options. | 1003 | customization options. |
| 1005 | (gdb-gud-context-command, gdb-gud-context-call): New wrappers for | 1004 | (gdb-gud-context-command, gdb-gud-context-call): New wrappers for |
| 1006 | GUD commands. | 1005 | GUD commands. |
| 1007 | (gdb): `gud-def' definitions changed to use `gdb-gud-context-call' | 1006 | (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'. |
| 1008 | (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled. | 1007 | (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled. |
| 1009 | (gdb-setq-thread-number, gdb-update-gud-running): New functions to | 1008 | (gdb-setq-thread-number, gdb-update-gud-running): New functions to |
| 1010 | set `gdb-thread-number' and update `gud-running' properly. | 1009 | set `gdb-thread-number' and update `gud-running' properly. |
| @@ -1042,7 +1041,7 @@ | |||
| 1042 | (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher) | 1041 | (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher) |
| 1043 | (gdb-update): We now store all GDB buffers in a list so that they | 1042 | (gdb-update): We now store all GDB buffers in a list so that they |
| 1044 | can be updated by traversing a list instead of calling invalidate | 1043 | can be updated by traversing a list instead of calling invalidate |
| 1045 | triggers explicitly | 1044 | triggers explicitly. |
| 1046 | (def-gdb-trigger-and-handler): New macro to define trigger-handler | 1045 | (def-gdb-trigger-and-handler): New macro to define trigger-handler |
| 1047 | pair for GDB buffer. | 1046 | pair for GDB buffer. |
| 1048 | (gdb-stack-buffer-name): Add thread information. | 1047 | (gdb-stack-buffer-name): Add thread information. |
| @@ -1052,12 +1051,12 @@ | |||
| 1052 | (def-gdb-thread-buffer-simple-command) | 1051 | (def-gdb-thread-buffer-simple-command) |
| 1053 | (gdb-display-stack-for-thread, gdb-display-locals-for-thread) | 1052 | (gdb-display-stack-for-thread, gdb-display-locals-for-thread) |
| 1054 | (gdb-display-registers-for-thread, gdb-frame-stack-for-thread) | 1053 | (gdb-display-registers-for-thread, gdb-frame-stack-for-thread) |
| 1055 | (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New | 1054 | (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): |
| 1056 | commands which show buffers bound to thread. | 1055 | New commands which show buffers bound to thread. |
| 1057 | (gdb-stack-list-locals-regexp): Removed unused regexp. | 1056 | (gdb-stack-list-locals-regexp): Removed unused regexp. |
| 1058 | 1057 | ||
| 1059 | * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name,gdb-locals-buffer-name) | 1058 | * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name) |
| 1060 | (gdb-registers-buffer-name) | 1059 | (gdb-locals-buffer-name, gdb-registers-buffer-name) |
| 1061 | (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch | 1060 | (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch |
| 1062 | to (gud-comint-buffer) in *-buffer-name functions | 1061 | to (gud-comint-buffer) in *-buffer-name functions |
| 1063 | because (gdb-get-target-string) already does that. | 1062 | because (gdb-get-target-string) already does that. |
| @@ -1068,9 +1067,9 @@ | |||
| 1068 | (gdb-thread-number): New variable. | 1067 | (gdb-thread-number): New variable. |
| 1069 | (gdb-current-context-command): New macro which adds --thread | 1068 | (gdb-current-context-command): New macro which adds --thread |
| 1070 | option to command. | 1069 | option to command. |
| 1071 | (gdb-threads-mode-map): Select thread with SPC | 1070 | (gdb-threads-mode-map): Select thread with SPC. |
| 1072 | (gdb-thread-list-handler-custom): Mark current thread with overlay | 1071 | (gdb-thread-list-handler-custom): Mark current thread with overlay |
| 1073 | arrow. Synchronize GDB thread and Emacs thread. | 1072 | arrow. Synchronize GDB thread and Emacs thread. |
| 1074 | (gdb-select-thread): New command which selects current thread. | 1073 | (gdb-select-thread): New command which selects current thread. |
| 1075 | (gdb-invalidate-frames, gdb-invalidate-locals) | 1074 | (gdb-invalidate-frames, gdb-invalidate-locals) |
| 1076 | (gdb-invalidate-registers): Use --thread option. | 1075 | (gdb-invalidate-registers): Use --thread option. |
| @@ -1092,14 +1091,14 @@ | |||
| 1092 | 1091 | ||
| 1093 | 2009-08-03 Michael Albinus <michael.albinus@gmx.de> | 1092 | 2009-08-03 Michael Albinus <michael.albinus@gmx.de> |
| 1094 | 1093 | ||
| 1095 | * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New | 1094 | * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp): |
| 1096 | defconst. | 1095 | New defconst. |
| 1097 | (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004) | 1096 | (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004) |
| 1098 | 1097 | ||
| 1099 | 2009-08-02 Kevin Ryde <user42@zip.com.au> | 1098 | 2009-08-02 Kevin Ryde <user42@zip.com.au> |
| 1100 | 1099 | ||
| 1101 | * net/newst-backend.el (newsticker--raw-url-list-defaults): Update | 1100 | * net/newst-backend.el (newsticker--raw-url-list-defaults): |
| 1102 | freshmeat link. Delete newsforge.com as it seems gone. | 1101 | Update freshmeat link. Delete newsforge.com as it seems gone. |
| 1103 | 1102 | ||
| 1104 | 2009-08-02 Chong Yidong <cyd@stupidchicken.com> | 1103 | 2009-08-02 Chong Yidong <cyd@stupidchicken.com> |
| 1105 | 1104 | ||
| @@ -1110,7 +1109,7 @@ | |||
| 1110 | * help-fns.el (describe-variable): Treat list return values from | 1109 | * help-fns.el (describe-variable): Treat list return values from |
| 1111 | dir-locals-find-file properly (Bug#4005). | 1110 | dir-locals-find-file properly (Bug#4005). |
| 1112 | 1111 | ||
| 1113 | 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change) | 1112 | 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change) |
| 1114 | 1113 | ||
| 1115 | * net/tramp.el (tramp-debug-message): Print also microseconds. | 1114 | * net/tramp.el (tramp-debug-message): Print also microseconds. |
| 1116 | 1115 | ||
| @@ -1131,7 +1130,7 @@ | |||
| 1131 | 2009-08-02 Jason Rumney <jasonr@gnu.org> | 1130 | 2009-08-02 Jason Rumney <jasonr@gnu.org> |
| 1132 | 1131 | ||
| 1133 | * minibuffer.el (read-file-name): Treat confirm options to | 1132 | * minibuffer.el (read-file-name): Treat confirm options to |
| 1134 | MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969) | 1133 | MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969) |
| 1135 | 1134 | ||
| 1136 | 2009-08-02 Chong Yidong <cyd@stupidchicken.com> | 1135 | 2009-08-02 Chong Yidong <cyd@stupidchicken.com> |
| 1137 | 1136 | ||
| @@ -1168,7 +1167,7 @@ | |||
| 1168 | * calc/calc.el (calc-mode-map): Add keybinding for | 1167 | * calc/calc.el (calc-mode-map): Add keybinding for |
| 1169 | `calc-transpose-lines'. | 1168 | `calc-transpose-lines'. |
| 1170 | 1169 | ||
| 1171 | 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com> | 1170 | 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com> |
| 1172 | 1171 | ||
| 1173 | * calc/calc-misc.el (calc-transpose-lines): New function. | 1172 | * calc/calc-misc.el (calc-transpose-lines): New function. |
| 1174 | 1173 | ||
| @@ -1243,8 +1242,7 @@ | |||
| 1243 | 2009-07-24 Kenichi Handa <handa@m17n.org> | 1242 | 2009-07-24 Kenichi Handa <handa@m17n.org> |
| 1244 | 1243 | ||
| 1245 | * international/characters.el: Fix setting of category ?C, ?|, ?K, | 1244 | * international/characters.el: Fix setting of category ?C, ?|, ?K, |
| 1246 | and ?H. Fix setting of case for Latin Extended and Greek | 1245 | and ?H. Fix setting of case for Latin Extended and Greek Extended. |
| 1247 | Extended. | ||
| 1248 | (build-unicode-category-table): Fix range checks. | 1246 | (build-unicode-category-table): Fix range checks. |
| 1249 | 1247 | ||
| 1250 | 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu> | 1248 | 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu> |
| @@ -1490,7 +1488,7 @@ | |||
| 1490 | 1488 | ||
| 1491 | 2009-07-18 Alan Mackenzie <acm@muc.de> | 1489 | 2009-07-18 Alan Mackenzie <acm@muc.de> |
| 1492 | 1490 | ||
| 1493 | * progmodes/cc-mode.el (c-before-hack-hook), | 1491 | * progmodes/cc-mode.el (c-before-hack-hook) |
| 1494 | (c-postprocess-file-styles): Give invocation of `c-set-style' | 1492 | (c-postprocess-file-styles): Give invocation of `c-set-style' |
| 1495 | DONT-OVERRIDE parameter of t. Already set style variables will | 1493 | DONT-OVERRIDE parameter of t. Already set style variables will |
| 1496 | thus not be overridden by style settings given by `c-file-syle'. | 1494 | thus not be overridden by style settings given by `c-file-syle'. |
| @@ -1671,12 +1669,12 @@ | |||
| 1671 | 1669 | ||
| 1672 | 2009-07-13 Jan Djärv <jan.h.d@swipnet.se> | 1670 | 2009-07-13 Jan Djärv <jan.h.d@swipnet.se> |
| 1673 | 1671 | ||
| 1674 | * term/ns-win.el (x-select-font): defailias x-select-font to | 1672 | * term/ns-win.el (x-select-font): defalias x-select-font to |
| 1675 | ns-popup-font-panel instead of generate-fontset-menu. | 1673 | ns-popup-font-panel instead of generate-fontset-menu. |
| 1676 | 1674 | ||
| 1677 | 2009-07-12 Eli Zaretskii <eliz@gnu.org> | 1675 | 2009-07-12 Eli Zaretskii <eliz@gnu.org> |
| 1678 | 1676 | ||
| 1679 | * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833) | 1677 | * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833) |
| 1680 | 1678 | ||
| 1681 | 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change) | 1679 | 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change) |
| 1682 | 1680 | ||
| @@ -1800,7 +1798,7 @@ | |||
| 1800 | * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly | 1798 | * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly |
| 1801 | buffer properly. | 1799 | buffer properly. |
| 1802 | (gdb-breakpoints-list-handler-custom): Replacement for | 1800 | (gdb-breakpoints-list-handler-custom): Replacement for |
| 1803 | `gdb-break-list-handler'. Using real parser instead of regexps | 1801 | `gdb-break-list-handler'. Using real parser instead of regexps |
| 1804 | now. | 1802 | now. |
| 1805 | (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'. | 1803 | (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'. |
| 1806 | Use `gdb-breakpoints-list' instead of parsing breakpoints buffer | 1804 | Use `gdb-breakpoints-list' instead of parsing breakpoints buffer |
| @@ -1812,14 +1810,14 @@ | |||
| 1812 | disassembly buffer. | 1810 | disassembly buffer. |
| 1813 | (gdb-toggle-breakpoint, gdb-delete-breakpoint) | 1811 | (gdb-toggle-breakpoint, gdb-delete-breakpoint) |
| 1814 | (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties | 1812 | (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties |
| 1815 | instead of parsing breakpoints buffer. Fixed old menu references | 1813 | instead of parsing breakpoints buffer. Fixed old menu references |
| 1816 | in `gud-menu-map'. | 1814 | in `gud-menu-map'. |
| 1817 | 1815 | ||
| 1818 | * fadr.el: Remove. | 1816 | * fadr.el: Remove. |
| 1819 | 1817 | ||
| 1820 | * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el | 1818 | * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el. |
| 1821 | (gdb-memory-address): New variable which holds top address of | 1819 | (gdb-memory-address): New variable which holds top address of |
| 1822 | memory page shown in memory buffer | 1820 | memory page shown in memory buffer. |
| 1823 | (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New | 1821 | (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New |
| 1824 | customization variables. | 1822 | customization variables. |
| 1825 | New functions: | 1823 | New functions: |
| @@ -1864,7 +1862,7 @@ | |||
| 1864 | representation of verilog error regular expressions to work with | 1862 | representation of verilog error regular expressions to work with |
| 1865 | Emacs-22's new format. | 1863 | Emacs-22's new format. |
| 1866 | (verilog-error-regexp-xemacs-alist): Coded custom representation | 1864 | (verilog-error-regexp-xemacs-alist): Coded custom representation |
| 1867 | of verilog error regular expressions to work with XEmacs format | 1865 | of verilog error regular expressions to work with XEmacs format. |
| 1868 | (verilog-error-regexp-add-xemacs): Hook routine to install verilog | 1866 | (verilog-error-regexp-add-xemacs): Hook routine to install verilog |
| 1869 | error recognition into XEmacs. | 1867 | error recognition into XEmacs. |
| 1870 | (verilog-error-regexp-add-emacs): Hook routine to install verilog | 1868 | (verilog-error-regexp-add-emacs): Hook routine to install verilog |
| @@ -1889,7 +1887,7 @@ | |||
| 1889 | 1887 | ||
| 1890 | * subr.el (eval-after-load): Doc fix. | 1888 | * subr.el (eval-after-load): Doc fix. |
| 1891 | 1889 | ||
| 1892 | 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com> | 1890 | 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com> |
| 1893 | 1891 | ||
| 1894 | * calc/calc-embed.el (calc-embedded-make-info): Don't force when | 1892 | * calc/calc-embed.el (calc-embedded-make-info): Don't force when |
| 1895 | `calc-embedded-word' is called twice. | 1893 | `calc-embedded-word' is called twice. |
| @@ -2111,7 +2109,7 @@ | |||
| 2111 | had been). | 2109 | had been). |
| 2112 | (verilog-leap-to-case-head): Support priority/unique case statements. | 2110 | (verilog-leap-to-case-head): Support priority/unique case statements. |
| 2113 | (verilog-auto-lineup): Rework to give users radio buttons to | 2111 | (verilog-auto-lineup): Rework to give users radio buttons to |
| 2114 | select the various styles of automatic lineup | 2112 | select the various styles of automatic lineup. |
| 2115 | (verilog-error-regexp-alist): Rework to support the XEmacs style | 2113 | (verilog-error-regexp-alist): Rework to support the XEmacs style |
| 2116 | of error regular expressions from compilers, lint tools & | 2114 | of error regular expressions from compilers, lint tools & |
| 2117 | simulators. Note that GNU Emacs has made it impossible for a mode | 2115 | simulators. Note that GNU Emacs has made it impossible for a mode |
| @@ -2135,7 +2133,7 @@ | |||
| 2135 | (verilog-mode): Alter the definition of verilog-font-lock-defualts | 2133 | (verilog-mode): Alter the definition of verilog-font-lock-defualts |
| 2136 | to avoid circular calls if syntax-ppss is a function (as is the | 2134 | to avoid circular calls if syntax-ppss is a function (as is the |
| 2137 | case now in 22.x GNU Emacs) as that function would sometimes call | 2135 | case now in 22.x GNU Emacs) as that function would sometimes call |
| 2138 | itself, leading to (nearly) infinite recursion | 2136 | itself, leading to (nearly) infinite recursion. |
| 2139 | (verilog-ovm-begin-re, verilog-ovm-end-re) | 2137 | (verilog-ovm-begin-re, verilog-ovm-end-re) |
| 2140 | (verilog-ovm-statement-re, verilog-leap-to-head) | 2138 | (verilog-ovm-statement-re, verilog-leap-to-head) |
| 2141 | (verilog-backward-token): Add support for OVM macros. Some are | 2139 | (verilog-backward-token): Add support for OVM macros. Some are |
| @@ -2143,9 +2141,9 @@ | |||
| 2143 | and end. | 2141 | and end. |
| 2144 | (verilog-defun-level-not-generate-re, verilog-defun-level-re) | 2142 | (verilog-defun-level-not-generate-re, verilog-defun-level-re) |
| 2145 | (verilog-defun-level-generate-only-re): Really fix the defun-list | 2143 | (verilog-defun-level-generate-only-re): Really fix the defun-list |
| 2146 | compilation issue | 2144 | compilation issue. |
| 2147 | (verilog-calc-1) (verilog-beg-of-statement): Enhance support for | 2145 | (verilog-calc-1) (verilog-beg-of-statement): Enhance support for |
| 2148 | coverpoint, constraint and cross statements | 2146 | coverpoint, constraint and cross statements. |
| 2149 | (verilog-defun-level-list, verilog-generate-defun-level-list) | 2147 | (verilog-defun-level-list, verilog-generate-defun-level-list) |
| 2150 | (verilog-all-defun-level-list): Redo these specifications - it is | 2148 | (verilog-all-defun-level-list): Redo these specifications - it is |
| 2151 | too hard to support eval-when compile aggregation of lists also | 2149 | too hard to support eval-when compile aggregation of lists also |
| @@ -2156,7 +2154,7 @@ | |||
| 2156 | without load. | 2154 | without load. |
| 2157 | (verilog-beg-block-re-ordered): Support indenting | 2155 | (verilog-beg-block-re-ordered): Support indenting |
| 2158 | virtual/protected tasks and functions. | 2156 | virtual/protected tasks and functions. |
| 2159 | (verilog-defun-level-list,verilog-in-generate-region-p) | 2157 | (verilog-defun-level-list, verilog-in-generate-region-p) |
| 2160 | (verilog-backward-ws&directives, verilog-calc-1): Speed up | 2158 | (verilog-backward-ws&directives, verilog-calc-1): Speed up |
| 2161 | indentation of some module items (generate items). | 2159 | indentation of some module items (generate items). |
| 2162 | (verilog-forward-sexp, verilog-leap-to-head): Support stepping | 2160 | (verilog-forward-sexp, verilog-leap-to-head): Support stepping |
| @@ -2196,7 +2194,7 @@ | |||
| 2196 | (verilog-read-sub-decls-expr, verilog-read-sub-decls-line) | 2194 | (verilog-read-sub-decls-expr, verilog-read-sub-decls-line) |
| 2197 | (verilog-read-sub-decls-sig, verilog-symbol-detick-text): | 2195 | (verilog-read-sub-decls-sig, verilog-symbol-detick-text): |
| 2198 | Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included | 2196 | Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included |
| 2199 | in AUTOINOUT. Reported by Matthew Lovell. | 2197 | in AUTOINOUT. Reported by Matthew Lovell. |
| 2200 | (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)" | 2198 | (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)" |
| 2201 | causing use of <= assignments. Reported by Alex Reed. | 2199 | causing use of <= assignments. Reported by Alex Reed. |
| 2202 | (verilog-read-decls): Fix triand, trior, wand, wor to be | 2200 | (verilog-read-decls): Fix triand, trior, wand, wor to be |
| @@ -2208,13 +2206,13 @@ | |||
| 2208 | (verilog-sk-header-tmpl): Fix verilog-header inserting error on | 2206 | (verilog-sk-header-tmpl): Fix verilog-header inserting error on |
| 2209 | Windows systems. Reported by Michael Potts. | 2207 | Windows systems. Reported by Michael Potts. |
| 2210 | (verilog-read-module-name): Fix AUTOINST when the child module | 2208 | (verilog-read-module-name): Fix AUTOINST when the child module |
| 2211 | declaration's name is a tick define. Reported by Elliot Mednick. | 2209 | declaration's name is a tick define. Reported by Elliot Mednick. |
| 2212 | (verilog-read-decls): Fix V2K parameter bit subscripts getting | 2210 | (verilog-read-decls): Fix V2K parameter bit subscripts getting |
| 2213 | passed to next parameter's definition. Reported by Bruce T. | 2211 | passed to next parameter's definition. Reported by Bruce T. |
| 2214 | (verilog-read-decls): Fix detecting "parameter int" when using | 2212 | (verilog-read-decls): Fix detecting "parameter int" when using |
| 2215 | AUTOINSTPARAM. Reported by Bruce T. | 2213 | AUTOINSTPARAM. Reported by Bruce T. |
| 2216 | (verilog-goto-defun): Fix goto not finding modules unless first | 2214 | (verilog-goto-defun): Fix goto not finding modules unless first |
| 2217 | perform a verilog-auto expansion. Suggested by Lawrence Butcher. | 2215 | perform a verilog-auto expansion. Suggested by Lawrence Butcher. |
| 2218 | (verilog-mode): Expand -f flag arguments on entry to mode so | 2216 | (verilog-mode): Expand -f flag arguments on entry to mode so |
| 2219 | verilog-goto-defun will work. Reported by Lawrence Butcher. | 2217 | verilog-goto-defun will work. Reported by Lawrence Butcher. |
| 2220 | (verilog-getopt): Expand environment variables in -f file | 2218 | (verilog-getopt): Expand environment variables in -f file |
| @@ -2278,10 +2276,10 @@ | |||
| 2278 | 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es> | 2276 | 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es> |
| 2279 | 2277 | ||
| 2280 | * textmodes/ispell.el: Add `ispell-looking-back' XEmacs | 2278 | * textmodes/ispell.el: Add `ispell-looking-back' XEmacs |
| 2281 | compatibility function for `looking-back' | 2279 | compatibility function for `looking-back'. |
| 2282 | 2280 | ||
| 2283 | * textmodes/flyspell.el (sgml-mode-flyspell-verify): | 2281 | * textmodes/flyspell.el (sgml-mode-flyspell-verify): |
| 2284 | Use `ispell-looking-back' | 2282 | Use `ispell-looking-back'. |
| 2285 | 2283 | ||
| 2286 | 2009-06-24 Michael Albinus <michael.albinus@gmx.de> | 2284 | 2009-06-24 Michael Albinus <michael.albinus@gmx.de> |
| 2287 | 2285 | ||