annotate lwlib/README @ 86879:86f143f19d08
* textmodes/org-export-latex.el (org-export-latex-cleaned-string):
Move args on defun line.
* textmodes/org.el (org-calendar-holiday): Use
calendar-check-holidays instead of the obsolete
check-calendar-holidays.
(add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
(bbdb-company, bbdb-current-record, bbdb-name)
(bbdb-record-getprop, bbdb-record-name)
(bibtex-beginning-of-entry, bibtex-generate-autokey)
(bibtex-parse-entry, bibtex-url, cdlatex-tab)
(dired-get-filename, gnus-article-show-summary, mh-display-msg)
(mh-find-path, mh-get-header-field, mh-get-msg-num)
(mh-header-display, mh-index-previous-folder)
(mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
(mh-show-buffer-message-number, mh-show-header-display)
(mh-show-msg, mh-show-show, mh-visit-folder)
(org-export-latex-cleaned-string, remember)
(remember-buffer-desc, rmail-narrow-to-non-pruned-header)
(rmail-what-message, elmo-folder-exists-p)
(elmo-message-entity-field, elmo-message-field)
(vm-beginning-of-message, vm-follow-summary-cursor)
(vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
(vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
(vm-summarize, wl-folder-get-elmo-folder)
(wl-summary-goto-folder-subr)
(wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
(wl-summary-line-subject, wl-summary-message-number)
(wl-summary-redisplay): Declare as functions.
author |
Dan Nicolaescu <dann@ics.uci.edu> |
date |
Fri, 30 Nov 2007 16:24:40 +0000 |
parents |
83d86faaca82 |
children |
316cee8951ad |
rev |
line source |
76194
|
1 This subdirectory contains the Lucid Widget Library (lwlib), which
|
|
2 provides a uniform interface to a few different X toolkits. The
|
|
3 library was written by Lucid, Inc and released under the terms of the
|
|
4 GPL version 1 (or later). It is not considered part of GNU Emacs.
|
|
5
|
|
6 This version of the library differs from the original as described in
|
|
7 the ChangeLog file. For example, the file "lwlib-int.h" was renamed
|
|
8 from "lwlib-internal.h" in order to fit in 14 characters, and the
|
76208
|
9 makefile adjusted to fit in with Emacs's configure script.
|