Mercurial > emacs
comparison lisp/ChangeLog @ 67412:9b9327558fcd
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Fri, 09 Dec 2005 00:44:17 +0000 |
parents | 2f7afbed9a58 |
children | 2336a32dc592 |
comparison
equal
deleted
inserted
replaced
67411:79c2827d1a52 | 67412:9b9327558fcd |
---|---|
1 2005-12-08 Luc Teirlinck <teirllm@auburn.edu> | |
2 | |
3 * cus-edit.el (custom-buffer-create-internal): Relabel the whole | |
4 buffer "Reset" button to "Reset to Current" for consistency with | |
5 the State buttons. | |
6 | |
1 2005-12-08 John Paul Wallington <jpw@pobox.com> | 7 2005-12-08 John Paul Wallington <jpw@pobox.com> |
2 | 8 |
3 * ibuf-ext.el (define-ibuffer-filter filename): | 9 * ibuf-ext.el (define-ibuffer-filter filename): |
4 If `dired-directory' is a list then really use its car. | 10 If `dired-directory' is a list then really use its car. |
5 | 11 |
1242 commands. | 1248 commands. |
1243 (cua--init-keymaps): Bind them to S-C-c and S-C-x. | 1249 (cua--init-keymaps): Bind them to S-C-c and S-C-x. |
1244 | 1250 |
1245 2005-12-08 Carsten Dominik <dominik@science.uva.nl> | 1251 2005-12-08 Carsten Dominik <dominik@science.uva.nl> |
1246 | 1252 |
1247 * textmodes/org.el: (org-insert-heading): Try to do items before | 1253 * textmodes/org.el (org-insert-heading): Try to do items before |
1248 headings. | 1254 headings. |
1249 (org-agenda-mode): Quote `org-agenda-mode-hook'. | 1255 (org-agenda-mode): Quote `org-agenda-mode-hook'. |
1250 (org-insert-item): New function. | 1256 (org-insert-item): New function. |
1251 (org-renumber-ordered-list): Don't skip to higher level lists. | 1257 (org-renumber-ordered-list): Don't skip to higher level lists. |
1252 | 1258 |
1358 | 1364 |
1359 * frame.el (set-frame-parameter): Add doc string. | 1365 * frame.el (set-frame-parameter): Add doc string. |
1360 | 1366 |
1361 2005-12-06 Carsten Dominik <dominik@science.uva.nl> | 1367 2005-12-06 Carsten Dominik <dominik@science.uva.nl> |
1362 | 1368 |
1363 * textmodes/org.el: (org-occur-highlights): New variable. | 1369 * textmodes/org.el (org-occur-highlights): New variable. |
1364 (org-highlight-new-match, org-remove-occur-highlights): New functions. | 1370 (org-highlight-new-match, org-remove-occur-highlights): New functions. |
1365 (org-highlight-sparse-tree-matches): New option. | 1371 (org-highlight-sparse-tree-matches): New option. |
1366 (org-do-occur): New function. | 1372 (org-do-occur): New function. |
1367 (org-get-heading): Make it work also at beginning of line. | 1373 (org-get-heading): Make it work also at beginning of line. |
1368 (org-category-table): New variable. | 1374 (org-category-table): New variable. |
1963 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary | 1969 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary |
1964 buffer name with a space. | 1970 buffer name with a space. |
1965 | 1971 |
1966 2005-11-24 Carsten Dominik <dominik@science.uva.nl> | 1972 2005-11-24 Carsten Dominik <dominik@science.uva.nl> |
1967 | 1973 |
1968 * textmodes/org.el: (org-export-plain-list-max-depth): Renamed from | 1974 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from |
1969 `org-export-local-list-max-depth'. Change default value to 3. | 1975 `org-export-local-list-max-depth'. Change default value to 3. |
1970 (org-auto-renumber-ordered-lists) | 1976 (org-auto-renumber-ordered-lists) |
1971 (org-plain-list-ordered-item-terminator): New options. | 1977 (org-plain-list-ordered-item-terminator): New options. |
1972 (org-at-item-p, org-beginning-of-item, org-end-of-item) | 1978 (org-at-item-p, org-beginning-of-item, org-end-of-item) |
1973 (org-get-indentation, org-get-string-indentation) | 1979 (org-get-indentation, org-get-string-indentation) |
2177 * longlines.el (longlines-mode): Add hacks for mail-mode and | 2183 * longlines.el (longlines-mode): Add hacks for mail-mode and |
2178 message-mode. | 2184 message-mode. |
2179 | 2185 |
2180 2005-11-18 Carsten Dominik <dominik@science.uva.nl> | 2186 2005-11-18 Carsten Dominik <dominik@science.uva.nl> |
2181 | 2187 |
2182 * textmodes/org.el: (org-table-sort-lines): New command. | 2188 * textmodes/org.el (org-table-sort-lines): New command. |
2183 (org-tbl-menu): Add entry for `org-table-sort-lines'. | 2189 (org-tbl-menu): Add entry for `org-table-sort-lines'. |
2184 (org-add-file): Command removed, use `org-agenda-file-to-front' | 2190 (org-add-file): Command removed, use `org-agenda-file-to-front' |
2185 instead. | 2191 instead. |
2186 (org-export-icalendar): Use `org-icalendar-combined-name'. | 2192 (org-export-icalendar): Use `org-icalendar-combined-name'. |
2187 (org-cycle-agenda-files, org-agenda-file-to-end) | 2193 (org-cycle-agenda-files, org-agenda-file-to-end) |
4077 boundary case. Fix typo. | 4083 boundary case. Fix typo. |
4078 Suggested by Martin Rudalics <rudalics@gmx.at>. | 4084 Suggested by Martin Rudalics <rudalics@gmx.at>. |
4079 | 4085 |
4080 2005-10-21 Carsten Dominik <dominik@science.uva.nl> | 4086 2005-10-21 Carsten Dominik <dominik@science.uva.nl> |
4081 | 4087 |
4082 * textmodes/org.el: (org-combined-agenda-icalendar-file) | 4088 * textmodes/org.el (org-combined-agenda-icalendar-file) |
4083 (org-icalendar-include-todo, org-icalendar-combined-name): New options. | 4089 (org-icalendar-include-todo, org-icalendar-combined-name): New options. |
4084 (org-export-icalendar-this-file) | 4090 (org-export-icalendar-this-file) |
4085 (org-export-icalendar-all-agenda-files) | 4091 (org-export-icalendar-all-agenda-files) |
4086 (org-export-icalendar-combine-agenda-files): New commands. | 4092 (org-export-icalendar-combine-agenda-files): New commands. |
4087 (org-export-icalendar, org-print-icalendar-entries) | 4093 (org-export-icalendar, org-print-icalendar-entries) |
4759 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building | 4765 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building |
4760 outside source directory. | 4766 outside source directory. |
4761 | 4767 |
4762 2005-10-10 Carsten Dominik <dominik@science.uva.nl> | 4768 2005-10-10 Carsten Dominik <dominik@science.uva.nl> |
4763 | 4769 |
4764 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c | 4770 * textmodes/org.el (org-mode-map): Explicit definition of `C-c |
4765 C-x' as a prefix. | 4771 C-x' as a prefix. |
4766 (orgtbl-mode-map): Full keymap instead of sparse, because all | 4772 (orgtbl-mode-map): Full keymap instead of sparse, because all |
4767 `self-insert-command' keys are redefined in this map. | 4773 `self-insert-command' keys are redefined in this map. |
4768 (org-export-as-html): Specify charset for HTML file, by taking it | 4774 (org-export-as-html): Specify charset for HTML file, by taking it |
4769 from the coding system. | 4775 from the coding system. |
16642 | 16648 |
16643 2005-01-30 Richard M. Stallman <rms@gnu.org> | 16649 2005-01-30 Richard M. Stallman <rms@gnu.org> |
16644 | 16650 |
16645 * cus-edit.el (custom-bury-buffer): Function deleted. | 16651 * cus-edit.el (custom-bury-buffer): Function deleted. |
16646 (custom-buffer-done-function): Option deleted. | 16652 (custom-buffer-done-function): Option deleted. |
16647 (custom-buffer-done-kill): New (replacement option. | 16653 (custom-buffer-done-kill): New replacement option. |
16648 (Custom-buffer-done): Call quit-window. | 16654 (Custom-buffer-done): Call quit-window. |
16649 (custom-buffer-create-internal): Update for above changes. | 16655 (custom-buffer-create-internal): Update for above changes. |
16650 | 16656 |
16651 2005-01-29 Luc Teirlinck <teirllm@auburn.edu> | 16657 2005-01-29 Luc Teirlinck <teirllm@auburn.edu> |
16652 | 16658 |