Mercurial > emacs
comparison lisp/ChangeLog @ 105474:0a64442c10e3
Fix typos.
* emacs-lisp/chart.el, emacs-lisp/eieio.el, emacs-lisp/eieio-base.el
* emacs-lisp/eieio-comp.el, emacs-lisp/eieio-custom.el
* emacs-lisp/eieio-datadebug.el, emacs-lisp/eieio-opt.el
* emacs-lisp/eieio-speedbar.el
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 05 Oct 2009 15:32:08 +0000 |
parents | 07f6674a0832 |
children | dbbce03200d3 |
comparison
equal
deleted
inserted
replaced
105473:07f6674a0832 | 105474:0a64442c10e3 |
---|---|
1 2009-10-05 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart) | |
4 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar) | |
5 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist) | |
6 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings. | |
7 | |
8 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form) | |
9 (eieio-default-superclass): Reflow docstrings. | |
10 (this, class-option-assoc, defclass, eieio-class-un-autoload) | |
11 (eieio-unbind-method-implementations, defmethod) | |
12 (eieio-validate-slot-value, eieio-validate-class-slot-value) | |
13 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default) | |
14 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list) | |
15 (eieio-slot-originating-class-p, eieio-slot-name-index) | |
16 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute) | |
17 (constructor, initialize-instance, no-next-method, object-print) | |
18 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string): | |
19 Fix typos in docstrings. | |
20 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric) | |
21 (child-of-class-p, object-slots, slot-boundp, slot-exists-p) | |
22 (next-method-p): Doc fixes. | |
23 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class): | |
24 Fix typos in error messages. | |
25 (eieio-defmethod): Fix typo in description of generic method. | |
26 | |
27 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound) | |
28 (eieio-persistent-save-interactive, slot-missing): | |
29 Fix typos in docstrings. | |
30 (eieio-instance-inheritor-slot-boundp): Doc fix. | |
31 | |
32 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod) | |
33 (byte-compile-defmethod-param-convert): Fix typos in docstrings. | |
34 | |
35 * emacs-lisp/eieio-custom.el (eieio-done-customizing) | |
36 (eieio-custom-object-apply-reset): | |
37 Fix typos in docstrings and error messages. | |
38 | |
39 * emacs-lisp/eieio-datadebug.el (data-debug-show): | |
40 Fix typo in docstring. | |
41 | |
42 * emacs-lisp/eieio-opt.el (top): Fix typo in error message. | |
43 (eieio-browse-tree): Doc fix. | |
44 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings. | |
45 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map): | |
46 Fix typos in docstrings. | |
47 | |
48 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix. | |
49 (eieio-speedbar-key-map, eieio-speedbar-create-engine) | |
50 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children) | |
51 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand): | |
52 Reflow docstrings. | |
53 | |
1 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu> | 54 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 55 |
3 * vc-hg.el (log-view-vc-backend): Declare for compiler. | 56 * vc-hg.el (log-view-vc-backend): Declare for compiler. |
4 (vc-hg-outgoing-mode, vc-hg-incoming-mode): Set | 57 (vc-hg-outgoing-mode, vc-hg-incoming-mode): Set |
5 log-view-vc-backend so that diff can work. | 58 log-view-vc-backend so that diff can work. |
22 | 75 |
23 * net/tramp.el (tramp-verbose): Fix docstring. | 76 * net/tramp.el (tramp-verbose): Fix docstring. |
24 (tramp-methods): Add recursive option to `tramp-copy-args'. Add | 77 (tramp-methods): Add recursive option to `tramp-copy-args'. Add |
25 `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2", | 78 `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2", |
26 "scp1_old", "scp2_old", "rsync", "rsyncc". | 79 "scp1_old", "scp2_old", "rsync", "rsyncc". |
27 (tramp-default-method): Check also for | 80 (tramp-default-method): Check also for `auth-source-user-or-password'. |
28 `auth-source-user-or-password'. | |
29 (tramp-file-name-handler-alist, tramp-file-name-for-operation): | 81 (tramp-file-name-handler-alist, tramp-file-name-for-operation): |
30 Add handler for `copy-directory'. | 82 Add handler for `copy-directory'. |
31 (tramp-handle-copy-directory): New defun. | 83 (tramp-handle-copy-directory): New defun. |
32 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case. | 84 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case. |
33 (tramp-handle-start-file-process): Raise an error when PROGRAM is | 85 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil. |
34 nil. Optimize sent command. | 86 Optimize sent command. |
35 | 87 |
36 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca> | 88 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca> |
37 | 89 |
38 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar | 90 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar |
39 window if necessary. | 91 window if necessary. |
4739 to support safe execution at almost anyline. | 4791 to support safe execution at almost anyline. |
4740 (verilog-calc-1): Properly support indenting deep inside generate | 4792 (verilog-calc-1): Properly support indenting deep inside generate |
4741 blocks. | 4793 blocks. |
4742 (verilog-init-font) Remove definition & use of verilog-init-font, | 4794 (verilog-init-font) Remove definition & use of verilog-init-font, |
4743 as it is redundant with font-lock-defaults. | 4795 as it is redundant with font-lock-defaults. |
4744 (verilog-mode): Alter the definition of verilog-font-lock-defualts | 4796 (verilog-mode): Alter the definition of verilog-font-lock-defaults |
4745 to avoid circular calls if syntax-ppss is a function (as is the | 4797 to avoid circular calls if syntax-ppss is a function (as is the |
4746 case now in 22.x GNU Emacs) as that function would sometimes call | 4798 case now in 22.x GNU Emacs) as that function would sometimes call |
4747 itself, leading to (nearly) infinite recursion. | 4799 itself, leading to (nearly) infinite recursion. |
4748 (verilog-ovm-begin-re, verilog-ovm-end-re) | 4800 (verilog-ovm-begin-re, verilog-ovm-end-re) |
4749 (verilog-ovm-statement-re, verilog-leap-to-head) | 4801 (verilog-ovm-statement-re, verilog-leap-to-head) |