Mercurial > emacs
comparison lisp/ChangeLog @ 104302:62681dd69ecb
Fix commenting convention, turn comments into docstrings.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 16 Aug 2009 15:39:11 +0000 |
parents | 316b10a4c19e |
children | bd9adfb1acc9 |
comparison
equal
deleted
inserted
replaced
104301:316b10a4c19e | 104302:62681dd69ecb |
---|---|
1 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * term.el: Fix commenting convention, turn comments into docstrings. | |
4 | |
1 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change) | 5 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change) |
2 | 6 |
3 * whitespace.el (whitespace-style): Doc fix (Bug#3661). | 7 * whitespace.el (whitespace-style): Doc fix (Bug#3661). |
4 | 8 |
5 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change) | 9 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change) |
10 2009-08-16 Chong Yidong <cyd@stupidchicken.com> | 14 2009-08-16 Chong Yidong <cyd@stupidchicken.com> |
11 | 15 |
12 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting | 16 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting |
13 another heredoc if the user adds another < (Bug#3226). | 17 another heredoc if the user adds another < (Bug#3226). |
14 | 18 |
15 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Don't | 19 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): |
16 initialize based on window-system (Bug#4124). | 20 Don't initialize based on window-system (Bug#4124). |
17 | 21 |
18 * facemenu.el (facemenu-read-color): Use a completion function | 22 * facemenu.el (facemenu-read-color): Use a completion function |
19 that accepts any defined color, such as RGB triplets (Bug#3677). | 23 that accepts any defined color, such as RGB triplets (Bug#3677). |
20 | 24 |
21 * files.el (get-free-disk-space): Change fallback default | 25 * files.el (get-free-disk-space): Change fallback default |
26 | 30 |
27 * files.el (load-library): Doc fix. | 31 * files.el (load-library): Doc fix. |
28 | 32 |
29 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu> | 33 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu> |
30 | 34 |
31 * viper-cmd.el (viper-insert-isearch-string): new function. | 35 * viper-cmd.el (viper-insert-isearch-string): New function. |
32 (viper-if-string): redefine C-s in the minibuffer to insert the last | 36 (viper-if-string): Redefine C-s in the minibuffer to insert the last |
33 incremental search string. | 37 incremental search string. |
34 | 38 |
35 * ediff-init.el (ediff-coding-system): use escape-quoted in case of | 39 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of |
36 XEmacs. | 40 XEmacs. |
37 | 41 |
38 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip, | 42 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip) |
39 ediff-merge-region-is-non-clash, | 43 (ediff-merge-region-is-non-clash) |
40 ediff-skip-merge-region-if-changed-from-default-p): use defun. | 44 (ediff-skip-merge-region-if-changed-from-default-p): Use defun. |
41 Also check if the job is really a merge job. | 45 Also check if the job is really a merge job. |
42 | 46 |
43 * ediff.el (ediff-current-file): new function. | 47 * ediff.el (ediff-current-file): New function. |
44 | 48 |
45 2009-08-15 Chong Yidong <cyd@stupidchicken.com> | 49 2009-08-15 Chong Yidong <cyd@stupidchicken.com> |
46 | 50 |
47 * progmodes/js.el: Edit docstrings throughout to follow Emacs | 51 * progmodes/js.el: Edit docstrings throughout to follow Emacs |
48 conventions. | 52 conventions. |
49 (js-insert-and-indent): Function deleted. | 53 (js-insert-and-indent): Delete function. |
50 (js-mode-map): Don't bind keys to js-insert-and-indent. | 54 (js-mode-map): Don't bind keys to js-insert-and-indent. |
51 (js-beginning-of-defun): Rename from js--beginning-of-defun. | 55 (js-beginning-of-defun): Rename from js--beginning-of-defun. |
52 (js-end-of-defun): Rename from js--end-of-defun. | 56 (js-end-of-defun): Rename from js--end-of-defun. |
53 (js-auto-indent-flag): Variable deleted. | 57 (js-auto-indent-flag): Delete variable. |
54 | 58 |
55 2009-08-14 Chong Yidong <cyd@stupidchicken.com> | 59 2009-08-14 Chong Yidong <cyd@stupidchicken.com> |
56 | 60 |
57 * progmodes/js.el: Remove proclaim statement. Defvar | 61 * progmodes/js.el: Remove proclaim statement. |
58 which-func-imenu-joiner-function to silence compiler. | 62 Defvar which-func-imenu-joiner-function to silence compiler. |
59 | 63 |
60 * files.el (auto-mode-alist): Use js-mode for .js files. | 64 * files.el (auto-mode-alist): Use js-mode for .js files. |
61 | 65 |
62 * progmodes/js2-mode.el: File removed. | 66 * progmodes/js2-mode.el: Remove file. |
63 | 67 |
64 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el. | 68 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el. |
65 | 69 |
66 * speedbar.el (speedbar-supported-extension-expressions): Add .js. | 70 * speedbar.el (speedbar-supported-extension-expressions): Add .js. |
67 | 71 |
68 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode | 72 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry. |
69 entry. | |
70 | 73 |
71 2009-08-14 Daniel Colascione <dan.colascione@gmail.com> | 74 2009-08-14 Daniel Colascione <dan.colascione@gmail.com> |
72 | 75 |
73 * progmodes/js.el: New file. | 76 * progmodes/js.el: New file. |
74 | 77 |