diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 62 |
1 files changed, 57 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 29f947eb140..6f85dba1bff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,56 @@ | |||
| 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. |
| @@ -24,14 +77,13 @@ | |||
| 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 | ||
| @@ -4741,7 +4793,7 @@ | |||
| 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. |