* term.c (syms_of_term): Don't initialize default_orig_pair,
[bpt/emacs.git] / lisp / org / ChangeLog
CommitLineData
2c3ad40d
CD
12008-07-24 Carsten Dominik <dominik@science.uva.nl>
2
3 * org-exp.el (org-export-region-as-html, org-export-as-html): Make
4 sure that calls from `org-export-region-as-html' do not do the
5 special check for a subtree.
6
7 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
8
9 * org.el (org-open-file): Use
10 `org-open-directory-means-index-dot-org'.
11 (org-open-directory-means-index-dot-org): New option.
12
13 * org.el (org-make-link-string): Remove link attributes from
14 description.
15 (org-open-at-point): Remove link attributes bevore using the path.
16
17 * org-exp.el (org-export-as-html): Handle link attributes.
18
19 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
20
21 * org-table.el (org-table-to-lisp): New function.
22
23 * org.el (org-narrow-to-subtree): Do not include the final newline
24 into the narrowed region.
25
26 * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
27 bug with user-define skipping condition.
28
29 * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
30
31 * org-exp.el (org-export-html-style-default): Automatic overflow
32 handling for pre fields.
33 (org-export-as-ascii, org-export-as-html): Change default format
34 for time stamp.
35
36 * org-table.el (org-table-export): Offer completion for translator
37 functions, and do not require a heading above the table.
38
39 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
40 Cater for the case of a list starting in the first line of the
41 buffer.
42
43 * org-publish.el (org-publish-find-title): Bug fix.
44 (org-publish-org-index): Implement new :index-style option.
45
46 * org-publish.el (org-publish-timestamp-filename): Use
47 SHA1-encoded file names in the timestamp directory.
48
49 * org-publish.el (org-publish-needed-p): Be verbose about files
50 published and files skipped.
51
52 * org-exp.el (org-export-preprocess-string): Swap link
53 normalization and inernal link targeting.
54
55 * org-publish.el (org-publish-needed-p): Create timestamp
56 directory when it does not exist.
57
58 * org-clock.el (org-clock-out-when-done): Doc fix.
59
60 * org.el (org-agenda-skip-unavailable-files): Doc fix.
61
62 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
63 Ignore case when searching for the COMMENT cookie at export time.
64
65 * org-exp.el (org-get-file-contents)
66 (org-get-and-remove-property): New functions.
67 (org-export-handle-include-files): Handle the new prefix options.
68 (org-export-as-html): Fix the verse environment.
69
70 * org.el (org-time=, org-time<, org-time<=, org-time>)
71 (org-time>=, org-time<>, org-2ft): New functions.
72 (org-op-to-function): Also provide for the time testing fucntions.
73
74 * org-exp.el (org-export-html-style-default): New constant.
75
76 * org-exp.el (org-export-html-style-extra): New variable.
77 (org-export-splice-style): New function.
78
79 * org-exp.el (org-export-plist-vars, org-export-as-html):
80 Implement `org-export-creator-info'.
81 (org-export-creator-info): New option.
82
83 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
84 (org-property-drawer-re, org-clock-drawer-re): New constants.
85
86 * org-exp.el (org-icalendar-use-deadline)
87 (org-icalendar-use-scheduled): New options.
88 (org-icalendar-include-todo): Default changed to t.
89 (org-print-icalendar-entries): Implement better utilization of
90 scheduling and deadline time stamps.
91 (org-export-target-internal-links, org-export-as-html): Allow file
92 lines without the "file:" prefix if the file path is an absolute
93 path or starts with ".".
94
95 * org-clock.el (org-clocktable-shift): Also undertand yesterday,
96 lastweek etc.
97 (org-clock-special-range): Also undertand yesterday, lastweek etc.
98
99 * org.el (org-agenda-skip-archived-trees): Docstring now
100 discourages using this.
101 (org-scan-tags): Check for org-agenda-archives-mode.
102 (org-map-entries): Make sure org-agenda-archives-mode is nil.
103 (org-agenda-files): Functionality of second arg changed.
104
105 * org-agenda.el (org-agenda-archives-mode): New variable
106 (org-write-agenda, org-prepare-agenda, org-agenda-list)
107 (org-search-view, org-todo-list, org-tags-view)
108 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
109 `ifmode' argument.
110 (org-agenda-quit): Reset the archives mode.
111 (org-agenda-archives-mode): New command.
112 (org-agenda-set-mode-name): Include archives info.
113
114 * org.el (org-paste-subtree): Make sure the yanked headline is
115 visible if it was yanked at a visible point.
116 (org-move-item-up): Fix the bug with moving white space at the end
117 of the item.
118 (org-show-empty-lines-in-parent): New function.
119
ff759a98
JL
1202008-07-19 Juri Linkov <juri@jurta.org>
121
122 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
123 new keymap `narrow-map' instead of binding "\C-xns".
124
cf7241c8
JB
1252008-07-02 Juanma Barranquero <lekktu@gmail.com>
126
127 * org.el (org-agenda-skip-unavailable-files):
128 * org-clock.el (org-clock-out-when-done): Doc fixes.
129
2530ae2a
GM
1302008-06-18 Glenn Morris <rgm@gnu.org>
131
132 * org.el (org-map-entries): Let-bind `file'.
133
b349f79f
CD
1342008-06-17 Carsten Dominik <dominik@science.uva.nl>
135
136 * org-colview.el (org-columns-next-allowed-value): Bug fix.
137
138 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
139
140 * org-agenda.el (org-agenda-get-closed): Get the end time into the
141 agenda prefix as well.
142
143 * org-publish.el (org-publish-org-index): Make a properly indented
144 list.
145
146 * org.el (org-calendar-agenda-action-key): New option.
147 (org-get-cursor-date): New function.
148 (org-mark-entry-for-agenda-action): New command.
149 (org-overriding-default-time): New variable.
150 (org-read-date): Respect `org-overriding-default-time'.
151
152 * org-remember.el (org-remember-apply-template): Respect the
cf7241c8 153 overriding default time.
b349f79f
CD
154
155 * org-agenda.el (org-agenda-action-marker): New variable.
156 (org-agenda-action): New command.
157 (org-agenda-do-action): New function.
158
1592008-06-17 Carsten Dominik <dominik@science.uva.nl>
160
161 * org.el (org-schedule, org-deadline): Protect scheduled and
162 deadline tasks against changes that accidently remove the
163 repeater. Also show a message with the new date when done.
164
1652008-06-17 Carsten Dominik <dominik@science.uva.nl>
166
167 * org.el (org-beginning-of-line): Cater for the case when there
168 are tags but no headline text.
169 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
170 it set.
171
1722008-06-17 Carsten Dominik <dominik@science.uva.nl>
173
174 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
175 the return value is nil instead of "nil" when there is no match.
176
177 * org-exp.el (org-insert-centered): Use fill-column instead of
178 80.
179 (org-export-as-ascii): Use string-width to measure the width of
180 the heading.
181
182 * org.el (org-diary-to-ical-string): No longer kill buffer
183 FROMBUF, this is now done by the caller.
184
185 * org-exp.el (org-print-icalendar-entries): Move the call to
186 `org-diary-to-ical-string' out of the loop, and kill the buffer
187 afterwords.
188
189 * org-remember.el (org-remember-visit-immediately): Position
190 cursor after moving to the note.
191 (org-remember-apply-template): Use a text property to record the
192 cursor position.
193 (org-remember-handler): Align tags after pasting the note.
194
1952008-06-17 Carsten Dominik <dominik@science.uva.nl>
196
197 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
198
199 * org-agenda.el (org-agenda-open-link): If there is an
200 org-bbdb-name property in the current line, jump to that bbdb
201 entry.
202
203 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
204 text property, so that the agenda knows where this entry comes
205 from.
206
207 * org-agenda.el (org-agenda-clock-in): Fixed bug in the
208 interaction between clocking-in from the agenda, and automatic
209 task state switching.
210
211 * org-macs.el (org-with-point-at): Bug fix in macro defintion.
212
213 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
214 zmacs-region stays after this command in XEmacs.
215
2162008-06-17 Carsten Dominik <dominik@science.uva.nl>
217
218 * org.el (org-scan-tags): Allow new values for ACTION parameter.
219
220 * org-remember.el (org-remember-templates): Fix bug in
221 customization type definition.
222
223 * org.el (org-map-entries): New function.
224
2252008-06-17 Carsten Dominik <dominik@science.uva.nl>
226
227 * org-agenda.el (org-agenda-skip-comment-trees): New option.
228 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
229
2302008-06-17 Carsten Dominik <dominik@science.uva.nl>
231
232 * org-remember.el (org-jump-to-target-location): New variable.
233 (org-remember-apply-template): Set
234 `org-remember-apply-template' if requested by template.
235 (org-remember-handler): Start an idle timer to jump to
236 remember location.
237
238 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
239
240 * org.el (org-set-regexps-and-options): Fix bug with parsing of
241 file tags.
242 (org-get-tags-at): Add the content of `org-file-tags'.
243
244 * org-exp.el (org-export-handle-comments): Fix bug with several
245 comment lines after each other.
246 (org-number-to-roman, org-number-to-counter): New functions.
247 (org-export-section-number-format): New option.
248
2492008-06-17 Carsten Dominik <dominik@science.uva.nl>
250
251 * org-exp.el (org-export-protect-examples): Catch the case of a
252 missing end_example line.
253
254 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
255 `org-file-tags' to nil.
256
257 * org-colview.el (org-columns-next-allowed-value): Handle next
258 argument NTH to directly select a value.
259
260 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
261 argument NTH to directly select a value.
262
2632008-06-17 Carsten Dominik <dominik@science.uva.nl>
264
265 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
266
2672008-06-17 Carsten Dominik <dominik@science.uva.nl>
268
269 * org.el (org-columns-ellipses): New option.
270
2712008-06-17 Carsten Dominik <dominik@science.uva.nl>
272
273 * org-colview.el (org-columns-add-ellipses): New function.
274 (org-columns-compact-links): New function.
275 (org-columns-cleanup-item): Call `org-columns-compact-links'.
276 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
277 when in agenda.
278 (org-columns-edit-value): Fixed bug with editing values from
279 agenda column view.
280 (org-columns-redo): Also redo the agenda itself.
281
2822008-06-17 Carsten Dominik <dominik@science.uva.nl>
283
284 * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
285 option.
286
287 * org-colview.el (org-agenda-columns-cleanup-item): New function.
288
289 * org-exp.el (org-export-ascii-preprocess): Renamed from
290 `org-export-ascii-clean-string'.
291 (org-export-kill-licensed-text)
292 (org-export-define-heading-targets)
293 (org-export-handle-invisible-targets)
294 (org-export-target-internal-links)
295 (org-export-remove-or-extract-drawers)
296 (org-export-remove-archived-trees)
297 (org-export-protect-quoted-subtrees)
298 (org-export-protect-verbatim, org-export-protect-examples)
299 (org-export-select-backend-specific-text)
300 (org-export-mark-blockquote-and-verse)
301 (org-export-remove-comment-blocks-and-subtrees)
302 (org-export-handle-comments, org-export-mark-radio-links)
303 (org-export-remove-special-table-lines)
304 (org-export-normalize-links)
305 (org-export-concatenate-multiline-links)
306 (org-export-concatenate-multiline-emphasis): New functions,
307 obtained from spliiting the export preprocessor.
308
309 * org-table.el (org-table-recalculate): Improve error message if
310 the row number is invalid.
311
3122008-06-17 Carsten Dominik <dominik@science.uva.nl>
313
314 * org-archive.el (org-archive-save-context-info): Fix bugs in
315 customization setup and docstring.
316
317 * org-exp.el (org-export-html-style): Changed the size of in the
318 <pre> element to 90%.
319
3202008-06-17 Carsten Dominik <dominik@science.uva.nl>
321
322 * org.el (org-find-src-example-start): Function removed.
323 (org-edit-src-find-region-and-lang): New function.
324
3252008-06-17 Carsten Dominik <dominik@science.uva.nl>
326
327 * org.el (org-edit-src-exit): New function.
328 (org-exit-edit-mode): New minor mode.
329
330 * org-exp.el (org-export-preprocess-string): Fix bug with removing
331 comment-like lines from protected examples.
332
333 * org.el (org-edit-src-example, org-find-src-example-start)
334 (org-protect-source-example, org-edit-special): New functions.
335
3362008-06-17 Carsten Dominik <dominik@science.uva.nl>
337
338 * org-publish.el (org-publish-project-alist): Fix typo in
339 docstring.
340 (org-publish-project-alist): Handle :index-title property.
341
3422008-06-17 Carsten Dominik <dominik@science.uva.nl>
343
344 * org-export-latex.el (org-export-as-latex): Make sure region
345 bounds are correct. Parse subtree properties relating to export.
346
347 * org-exp.el (org-export-add-options-to-plist): New function.
348 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
349
3502008-06-17 Carsten Dominik <dominik@science.uva.nl>
351
352 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
353 EXPORT_TITLE.
354
355 * org-exp.el (org-export-get-title-from-subtree)
356 (org-export-as-ascii, org-export-as-html): Make sure the original
357 region-beginning and region-end are used, even after moving
358 point.
359 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
360 property.
361
362 * org-remember.el (org-remember-last-stored-marker): New variable.
363 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
364 (org-remember-handler): Also use marker to remember
365 last-stored position.
366
367 * org.el (org-goto-marker-or-bmk): New function.
368
3692008-06-17 Carsten Dominik <dominik@science.uva.nl>
370
371 * org.el (org-file-properties): Renamed from `org-local-properties'.
372 (org-scan-tags): Take file tags into account.
373 (org-tags-match-list-sublevels): Default changed to t.
374
375 * org-exp.el (org-export-as-html): Close paragraph after a
376 footnote.
377
378 * org.el (org-update-parent-todo-statistics): New function.
379
380 * org-exp.el (org-icalendar-store-UID): New option.
381 (org-icalendar-force-UID): Option removed.
382 (org-print-icalendar-entries): IMplement UIDs.
383
3842008-06-17 Carsten Dominik <dominik@science.uva.nl>
385
386 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
387
3882008-06-17 Carsten Dominik <dominik@science.uva.nl>
389
390 * org-faces.el (org-column): Document how this face is being used
391 and why sometimes the background faces shine through.
392
393 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
394
395 * org-publish.el (org-publish-attachment): Create publishing
396 directory if it does not yet exist.
397
398 * org-table.el (org-calc-default-modes): Change default number
399 format to (float 8).
400
401 * org.el (org-olpath-completing-read): New function.
402 (org-time-clocksum-format): New option.
403 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
404
405 * org-clock.el (org-clock-display, org-clock-out)
406 (org-update-mode-line): Use `org-time-clocksum-format'.
407
408 * org-colview-xemacs.el (org-columns-number-to-string): Use
409 `org-time-clocksum-format'.
410
411 * org-colview.el (org-columns-number-to-string): Use
412 `org-time-clocksum-format'.
413
4142008-06-17 Carsten Dominik <dominik@science.uva.nl>
415
416 * org-id.el: New file, move from contrib to core.
417
418 * org-exp.el (org-icalendar-force-UID): New option.
419
4202008-06-17 Carsten Dominik <dominik@science.uva.nl>
421
422 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
423 shifted by one day if theere is a date range without an end
424 time.
425
426 * org.el (org-try-structure-completion): New function.
427
4282008-06-17 Carsten Dominik <dominik@science.uva.nl>
429
430 * org.el (org-set-font-lock-defaults): Improve fontification of
431 description lists.
432 (org-insert-item): Handle description lists.
433 (org-adaptive-fill-function): Improve auto indentation in
434 description lists.
435
436 * org-exp.el (org-export-as-html, org-export-preprocess-string):
437 Implement VERSE environment.
438 (org-export-preprocess-string): Implement the COMMENT
439 environment.
440
441 * org-export-latex.el (org-export-latex-preprocess): Implement
442 VERSE environment.
443
4442008-06-17 Carsten Dominik <dominik@science.uva.nl>
445
446 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
447 option.
448
4492008-06-17 Carsten Dominik <dominik@science.uva.nl>
450
451 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
452
453 * org.el (org-quote-csv-field): New functions.
454
455 * org-table.el (org-table-export-default-format): Remove :splice
456 from default format, we get the same effect by not specifying
457 :tstart and :tend.
458 (org-table-export): Improve setup, distinguish better between
459 interactive and non-interactive use, allow specifying the format
460 on the fly, better protection against wrong file names.
461 (orgtbl-to-generic): Fix documentation. Do not require :tstart
462 and :tend when :splice is omitted.
463
4642008-06-17 Carsten Dominik <dominik@science.uva.nl>
465
466 * org-clock.el (org-clock-select-task): Make sure the selection
467 letters are 1-9 and A-Z, no special characters.
468
4692008-06-17 Carsten Dominik <dominik@science.uva.nl>
470
471 * org-exp.el (org-export-htmlize): New group.
472 (org-export-htmlize-output-type)
473 (org-export-htmlize-css-font-prefix): New options.
474 (org-export-htmlize-region-for-paste): New function.
475 (org-export-htmlize-generate-css): New command.
476
4772008-06-17 Carsten Dominik <dominik@science.uva.nl>
478
479 * org.el (org-set-visibility-according-to-property): New function.
480 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
481 and compute the regular expressions, and update font-lock.
482 (org-property-re): Allow a dash in property names.
483
484 * org-archive.el (org-extract-archive-file): Insert the file name
485 without the path into the format, to allow the location format to
486 contain a subdirectory.
487
488 * org-agenda.el (org-agenda-post-command-hook): If point is at end
489 of buffer, and the `org-agenda-type' property undefined, use the
490 value from the character before.
491
492 * org.el (org-add-planning-info): Don't let indentation for
493 would-be timestamp become extra whitespace at the end of headline.
494
4952008-06-17 Carsten Dominik <dominik@science.uva.nl>
496
497 * org.el (org-remove-double-quotes, org-file-contents): New
498 functions.
499
500 * org-exp.el (org-infile-export-plist): Also parse the
501 contents of #+SETUPFILE files, recursively.
502
503 * org.el (org-set-regexps-and-options): Also parse the
504 contents of #+SETUPFILE files, recursively.
505
506 * org-exp.el (org-export-handle-include-files): New function.
507 (org-export-preprocess-string): Call
508 `org-export-handle-include-files'.
509
510 * org.el (org-delete-property-globally)
511 (org-delete-property, org-set-property): Ignore case during
512 completion.
513 (org-set-property): Use `org-completing-read' instead of
514 `completing-read'.
515
516 * org.el (org-complete-expand-structure-template): New,
517 experimental function.
518 (org-structure-template-alist): New, experimental option.
519 (org-complete): Call `org-complete-expand-structure-template'.
520
5212008-06-17 Bastien Guerry <bzg@altern.org>
522
523 * org-export-latex.el (org-export-latex-preprocess): Added
524 support for blockquotes.
525
5262008-06-17 Carsten Dominik <dominik@science.uva.nl>
527
528 * org.el (org-read-date-analyze): Catch the case where only a
529 weekday is given.
530
5312008-06-17 Carsten Dominik <dominik@science.uva.nl>
532
533 * org.el (org-set-font-lock-defaults): Make the description
534 tag bold.
535
536 * org-exp.el (org-export-as-html, org-close-li): Implement
537 description lists.
538
5392008-06-17 Jason Riedy <jason@acm.org>
540
541 * org-table.el (*orgtbl-default-fmt*): New variable.
542 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
543 when there is no other fmt available.
544
545 (orgtbl-to-generic): Allow an explicitly nil :tstart or
546 :tend to suppress the appropriate string.
547
548 (orgtbl-to-orgtbl): New function for translating to another orgtbl
549 table.
550
5512008-06-17 Carsten Dominik <dominik@science.uva.nl>
552
553 * org.el (org-read-date-analyze): "." as an alias for "+0" in
554 read date.
555
556 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
557 New function.
558
559 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
560 New function.
561
5622008-06-17 Carsten Dominik <dominik@science.uva.nl>
563
564 * org-clock.el (org-clock-find-position): Don't include notes
565 into clock drawer.
566
567 * org-archive.el (org-archive-subtree): No longer remove an
568 extra line after cutting the subtree. `org-cut-subtree' already
569 takes care of this.
570
571 * org-remember.el (org-remember-handler): Only kill the target
572 buffer if it does not contain the running clock.
573
574 * org.el (org-markers-to-move): New variable.
575 (org-save-markers-in-region, org-check-and-save-marker)
576 (org-reinstall-markers-in-region): New function.
577 (org-move-subtree-down, org-copy-subtree): Remember relative
578 marker positions before cutting.
579 (org-move-subtree-down, org-paste-subtree): Restore relative
580 marker positions after pasting.
581
582 * org-remember.el (org-remember-clock-out-on-exit): New option.
583 (org-remember-finalize): Clock out only if the setting in
584 `org-remember-clock-out-on-exit' requires it.
585 (org-remember-handler): Do the cleanup in the buffer, to make sure
586 that the clock marker remains in tact.
587
5882008-06-17 Carsten Dominik <dominik@science.uva.nl>
589
590 * org-clock.el (org-clock-goto): Widen buffer if necessary.
591 (org-clock-in): Make sure that also tasks outside the narrowed
592 region will be clocked in correctly.
593 (org-clock-insert-selection-line): Widen the buffer so that we can
594 find the correct task heading.
595
596 * org.el (org-base-buffer): New function.
597
598 * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
599 and ";" are escaped.
600 (org-print-icalendar-entries): Also apply
601 `org-icalendar-cleanup-string' to the headline, not only to the
602 summary property.
603
6042008-06-17 Carsten Dominik <dominik@science.uva.nl>
605
606 * org-exp.el (org-export-preprocess-hook): New hook.
607 (org-export-preprocess-string): Call
608 `org-export-preprocess-hook'.
609
610 * org.el (org-font-lock-hook): New variable.
611 (org-font-lock-hook): New function.
612 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
613
2530ae2a
GM
614;; Local Variables:
615;; coding: utf-8
616;; add-log-time-zone-rule: t
617;; End:
618
619 Copyright (C) 2008 Free Software Foundation, Inc.
620
621 This file is part of GNU Emacs.
622
623 GNU Emacs is free software: you can redistribute it and/or modify
624 it under the terms of the GNU General Public License as published by
625 the Free Software Foundation, either version 3 of the License, or
626 (at your option) any later version.
627
628 GNU Emacs is distributed in the hope that it will be useful,
629 but WITHOUT ANY WARRANTY; without even the implied warranty of
630 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
631 GNU General Public License for more details.
632
633 You should have received a copy of the GNU General Public License
634 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
635
a5ec381f 636;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c