comparison lisp/ChangeLog @ 68050:bd68cc8b0986

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 05 Jan 2006 18:51:00 +0000
parents 16fcb8fc6930
children 5770fac9a117
comparison
equal deleted inserted replaced
68049:6f8be651fd6a 68050:bd68cc8b0986
1 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4 flymake-simple-cleanup.
5 (flymake-allowed-file-name-masks): Use this new default.
6 All the functions are now called in the right buffer rather than
7 passing the buffer as argument.
8 (flymake-process-sentinel): Switch to buffer before calling cleanup.
9 (flymake-parse-err-lines): Remove redundant buffer arg.
10 (flymake-get-program-dir): Comment out unused function.
11 (flymake-start-syntax-check, flymake-start-syntax-check-process):
12 Remove redundant buffer argument.
13 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
15
1 2006-01-05 Richard M. Stallman <rms@gnu.org> 16 2006-01-05 Richard M. Stallman <rms@gnu.org>
2 17
3 * info.el (Info-find-node): Don't record previous node if have none. 18 * info.el (Info-find-node): Don't record previous node if have none.
4 (info): Go to directory only if history is empty. 19 (info): Go to directory only if history is empty.
5 20
14 dummy position so that event-start returns it. 29 dummy position so that event-start returns it.
15 30
16 2006-01-05 Carsten Dominik <dominik@science.uva.nl> 31 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
17 32
18 * textmodes/org.el: (org-end-of-subtree): New function. 33 * textmodes/org.el: (org-end-of-subtree): New function.
19 (org-cycle, org-subtree-end-visible-p, org-scan-tags): Use 34 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
20 `org-end-of-subtree'. 35 Use `org-end-of-subtree'.
21 (org-agenda, org-agenda-convert-date): Protect calls to 36 (org-agenda, org-agenda-convert-date): Protect calls to
22 `fit-window-to-buffer'. 37 `fit-window-to-buffer'.
23 (org-tags-view): Force matching of sublevels when doing a 38 (org-tags-view): Force matching of sublevels when doing a
24 todo-only search. Define the correct redo command, including the 39 todo-only search. Define the correct redo command, including the
25 arguments. 40 arguments.
26 (org-agenda-redo): Display message. 41 (org-agenda-redo): Display message.
27 (org-check-for-org-mode): New function. 42 (org-check-for-org-mode): New function.
28 (org-agenda-type): New variable. 43 (org-agenda-type): New variable.
29 (org-timeline, org-agenda-list, org-todo-list, org-tags-view): Set 44 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
30 `org-agenda-type'. 45 Set `org-agenda-type'.
31 (org-agenda-check-type): New function. 46 (org-agenda-check-type): New function.
32 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier) 47 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
33 (org-agenda-week-view, org-agenda-day-view) 48 (org-agenda-week-view, org-agenda-day-view)
34 (org-agenda-next-date-line, org-agenda-previous-date-line) 49 (org-agenda-next-date-line, org-agenda-previous-date-line)
35 (org-agenda-log-mode, org-agenda-toggle-diary) 50 (org-agenda-log-mode, org-agenda-toggle-diary)
36 (org-agenda-toggle-time-grid, org-agenda-date-later) 51 (org-agenda-toggle-time-grid, org-agenda-date-later)
37 (org-agenda-date-prompt, org-agenda-diary-entry) 52 (org-agenda-date-prompt, org-agenda-diary-entry)
38 (org-agenda-execute-calendar-command, org-agenda-goto-calendar) 53 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
39 (org-agenda-convert-date, org-agenda-menu): Use 54 (org-agenda-convert-date, org-agenda-menu):
40 `org-agenda-check-type'. 55 Use `org-agenda-check-type'.
41 (org-make-overlay, org-delete-overlay) 56 (org-make-overlay, org-delete-overlay)
42 (org-detatch-overlay, org-move-overlay, org-overlay-put): New 57 (org-detatch-overlay, org-move-overlay, org-overlay-put):
43 compatibility functions. 58 New compatibility functions.
44 (org-calendar-select-mouse): New command. 59 (org-calendar-select-mouse): New command.
45 60
46 2006-01-04 Chong Yidong <cyd@stupidchicken.com> 61 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
47 62
48 * cus-edit.el (Custom-reset-current, Custom-reset-saved) 63 * cus-edit.el (Custom-reset-current, Custom-reset-saved)