comparison lisp/ChangeLog @ 63437:b75fcdba7307

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Jun 2005 15:52:56 +0000
parents 48eb49d929fd
children 614ccd3fbd1f
comparison
equal deleted inserted replaced
63436:eca4e949db45 63437:b75fcdba7307
18 kill-all-local-variables directly. 18 kill-all-local-variables directly.
19 19
20 * emacs-lisp/debug.el (debug-on-entry): Fix docstring. 20 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
21 21
22 2005-06-14 Juanma Barranquero <lekktu@gmail.com> 22 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
23
24 * emacs-lisp/byte-run.el (make-obsolete)
25 (define-obsolete-function-alias): Rename arguments FUNCTION and
26 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27 (make-obsolete-variable, define-obsolete-variable-alias): Rename
28 arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29 respectively.
30
31 * isearchb.el (isearchb-activate):
32 * pcvs.el (cvs-mode):
33 * ses.el (ses-load):
34 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
35 * net/tramp.el (tramp-find-file-exists-command)
36 (tramp-find-shell):
37 * progmodes/ada-mode.el (ada-create-case-exception)
38 (ada-create-case-exception-substring, ada-make-subprogram-body):
39 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
40 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
41 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
42 * textmodes/org.el (org-promote, org-evaluate-time-range)
43 (org-agenda-next-date-line, org-agenda-previous-date-line)
44 (org-agenda-error, org-open-at-point, org-table-move-row)
45 (org-format-table-table-html-using-table-generate-source)
46 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
47 * textmodes/reftex.el (reftex-access-scan-info):
48 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
49 (reftex-toc-promote-prepare): Follow error conventions.
50
51 * diff-mode.el (diff-mode): Fix typo in docstring.
23 52
24 * forms.el (forms--intuit-from-file): Fix reference to 53 * forms.el (forms--intuit-from-file): Fix reference to
25 `forms-number-of-fields' in error message. 54 `forms-number-of-fields' in error message.
26 (forms-print): Fix quoting in error message. 55 (forms-print): Fix quoting in error message.
27 56
88 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty 117 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
89 string argument obsolete. 118 string argument obsolete.
90 119
91 2005-06-13 Carsten Dominik <dominik@science.uva.nl> 120 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
92 121
93 * textmodes/org.el: (org-CUA-compatible): New option. 122 * textmodes/org.el (org-CUA-compatible): New option.
94 (org-disputed-keys): New variable. 123 (org-disputed-keys): New variable.
95 (org-key): New function. 124 (org-key): New function.
96 (orgtbl-make-binding): Add docstring to the created function. 125 (orgtbl-make-binding): Add docstring to the created function.
97 (org-mode): Set paragraph start/separate regexps. 126 (org-mode): Set paragraph start/separate regexps.
98 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers. 127 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.