Carsten Dominik
35af34900f
*** empty log message ***
2005-11-18 16:13:55 +00:00
Carsten Dominik
6fd41b1fab
(FAQ): Document `org-table-tab-jumps-over-hlines'.
...
(Agenda): Document commands `org-cycle-agenda-files' and
`org-agenda-file-to-front'
(Built-in table editor): Document `org-table-sort-lines'.
(HTML formatting): Export of hand-formatted lists.
2005-11-18 16:09:49 +00:00
Carsten Dominik
e0e66b8ec4
(org-table-sort-lines): New command.
...
(org-tbl-menu): Add entry for `org-table-sort-lines'.
(org-add-file): Command removed, use `org-agenda-file-to-front'
instead.
(org-export-icalendar): Use `org-icalendar-combined-name'.
(org-cycle-agenda-files, org-agenda-file-to-end)
(org-agenda-file-to-front): New commands.
(org-table-tab-jumps-over-hlines,org-export-html-style): New
options.
(org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
(org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
New functions.
(org-fill-paragraph): Call `org-table-align' in tables.
(org-mode): Call `org-set-autofill-regexps'.
(org-export-as-html): Support for local handformatted lists.
Modified to produce valid HTML 4.0. Use `org-export-html-style'.
(org-export-local-list-max-depth): New option.
(org-html-expand): Use `org-html-protect'.
2005-11-18 16:08:29 +00:00
Francesco Potortì
2e0bea68fa
Cxref mode writes to stdout: do not close tagf,
...
which has never been opened.
Specify in the --help that vgrind writes to stdout.
2005-11-18 13:57:25 +00:00
Chong Yidong
fe45ad152a
* image.c (x_create_bitmap_from_xpm_data): Free attributes on
...
fail.
2005-11-18 03:57:36 +00:00
Chong Yidong
05338727a8
(Fface_attribute_relative_p, Fmerge_face_attribute): Handle
...
Qignore_defface as a possible value.
2005-11-18 03:55:45 +00:00
Chong Yidong
4bfd45248d
TODO before release: Tell people to use the new icons.
2005-11-18 03:06:20 +00:00
Chong Yidong
e18ffcdc39
Emacs icons by Andrew Zhilin.
2005-11-18 03:03:59 +00:00
Chong Yidong
945c16a2be
Fixed:
...
** Clean up the confusion about what `unspecified' means
in the face defaults for new frames.
2005-11-18 02:51:43 +00:00
Chong Yidong
ce8d4e00b7
mention :ignore-defface
2005-11-18 02:51:12 +00:00
Nick Roberts
f1a5d0e203
(gud-install-speedbar-variables): Bind gud-pp to "p".
...
(gdb): Move definition of gud-pp to gdb-ui.el.
2005-11-18 02:48:58 +00:00
Nick Roberts
4130aa2c84
(gdb-ann3): Move definition of gud-pp to here.
...
Make it work in the speedbar.
(gdb-find-watch-expression): New function.
2005-11-18 02:47:21 +00:00
Nick Roberts
3d18d67771
*** empty log message ***
2005-11-18 02:46:06 +00:00
Chong Yidong
fbe8d00750
* faces.el (face-attribute, set-face-attribute): Mention existence
...
of `:ignore-defface' setting in docstring.
2005-11-18 02:25:24 +00:00
Chong Yidong
2ff1066384
* xfaces.c (Qignore_defface): New variable.
...
(syms_of_xfaces): Provide `:ignore-defface'.
(IGNORE_DEFFACE_P): New macro.
(check_lface_attrs): Qignore_defface is a possible value.
(lface_fully_specified_p): Likewise.
(Finternal_set_lisp_face_attribute): Likewise.
(merge_face_vectors): The merged face is `unspecified' if the
mergee specifies `:ignore-defface'.
2005-11-18 01:48:42 +00:00
Stefan Monnier
39c7cde2a4
(completion-setup-function): Fix last change.
2005-11-18 00:17:46 +00:00
John Paul Wallington
f5723ff54e
(comint-insert-input): Use `posn-set-point' instead of
...
`mouse-set-point' because the latter is not fbound when configured
without X.
2005-11-17 23:02:34 +00:00
John Paul Wallington
1617bc07f6
(ibuffer-interactive-filter-by-mode): Use `posn-set-point' instead of
...
`mouse-set-point' because the latter isn't fbound when configured without X.
2005-11-17 22:56:28 +00:00
Romain Francoise
225dad8eda
*** empty log message ***
2005-11-17 19:47:04 +00:00
Chong Yidong
2fbbeaf12f
* simple.el (next-line): Use hard-newline.
2005-11-17 18:21:37 +00:00
Chong Yidong
bcd8c291c1
* simple.el (sendmail-user-agent-compose): Use hard-newline.
2005-11-17 18:18:33 +00:00
Chong Yidong
6586e9c949
* message.el (message-courtesy-message)
...
(message-mark-insert-begin, message-mark-insert-end)
(message-elide-ellipsis, message-cancel-message)
(message-add-header, message-change-subject)
(message-cross-post-followup-to-header)
(message-cross-post-insert-note, message-reduce-to-to-cc)
(message-widen-reply, message-delete-not-region)
(message-kill-to-signature, message-insert-signature)
(message-insert-importance-high, message-insert-importance-low)
(message-insert-or-toggle-importance)
(message-insert-disposition-notification-to)
(message-indent-citation, message-yank-original)
(message-cite-original-without-signature, message-cite-original)
(message-insert-citation-line, message-position-on-field)
(message-fix-before-sending, message-send-mail-partially)
(message-send-mail, message-send-mail-with-sendmail)
(message-send-mail-with-qmail, message-send-news)
(message-check-news-header-syntax, message-generate-headers)
(message-insert-courtesy-copy, message-fill-address)
(message-fill-header, message-shorten-references)
(message-setup-1, message-cancel-news)
(message-forward-make-body-plain) (message-forward-make-body-mime)
(message-forward-make-body-mml) (message-encode-message-body)
(message-forward-make-body-digest-plain)
(message-forward-make-body-digest-mime)
(message-use-alternative-email-as-from): Insert `hard-newline'
instead of ordinary newlines.
2005-11-17 16:31:22 +00:00
Chong Yidong
4ea0018b7f
* simple.el (hard-newline): New variable.
...
* mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
(sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
(mail-mail-reply-to, mail-mail-followup-to)
(mail-position-on-field, mail-signature, mail-yank-original)
(mail-attach-file): Use it.
* mail/mailheader.el (mail-header-format)
(mail-header-format-function): Likewise.
* add-log.el (add-change-log-entry, change-log-merge): Likewise.
2005-11-17 16:30:52 +00:00
Juri Linkov
9f5f5ff2cf
*** empty log message ***
2005-11-17 07:41:53 +00:00
Juri Linkov
8ec3bce045
Add :link (custom-group-link font-lock-faces) to defgroup.
2005-11-17 07:40:11 +00:00
Juri Linkov
6ef99535bf
(Top): Put this font-lock based mode near Font Lock node.
2005-11-17 07:30:58 +00:00
Juri Linkov
b26533d6dd
(Highlight Interactively): Put this font-lock based mode
...
near Font Lock node.
2005-11-17 07:30:40 +00:00
Juri Linkov
f43eaaefc8
(hi-lock): Rename this defgroup from
...
`hi-lock-interactive-text-highlighting'. Change parent group from
`faces' to `font-lock'. Add link to the manual.
(hi-lock-mode, hi-lock-file-patterns-range)
(hi-lock-exclude-modes, hi-lock-faces): Rename :group from
`hi-lock-interactive-text-highlighting' to `hi-lock'.
(hi-lock-faces): Add :group `faces'.
2005-11-17 07:21:54 +00:00
Juri Linkov
d69ab4ba1f
(face-read-string): Set the default value arg of completing-read.
2005-11-17 07:20:51 +00:00
Juri Linkov
ad1b570140
Rename font-lock-highlighting-faces to font-lock-faces.
2005-11-17 07:19:54 +00:00
Juri Linkov
3e721a1465
(lisp, c, tex): Add :link (custom-group-link font-lock-faces) to defgroup.
...
(custom-variable-prompt): Clarify the code.
2005-11-17 07:18:07 +00:00
Juri Linkov
a4deefedf3
(font-lock-faces): Rename this defgroup from
...
`font-lock-highlighting-faces'.
(font-lock-comment-face, font-lock-comment-delimiter-face)
(font-lock-string-face, font-lock-doc-face)
(font-lock-keyword-face, font-lock-builtin-face)
(font-lock-function-name-face, font-lock-variable-name-face)
(font-lock-type-face, font-lock-constant-face)
(font-lock-warning-face, font-lock-negation-char-face)
(font-lock-preprocessor-face)
(font-lock-regexp-grouping-backslash)
(font-lock-regexp-grouping-construct): Rename :group from
`font-lock-highlighting-faces' to `font-lock-faces'.
2005-11-17 07:16:45 +00:00
Luc Teirlinck
1135363e9a
(file-name-shadow-properties, file-name-shadow-tty-properties)
...
(file-name-shadow-mode): Remove autoloads, because the file is now preloaded.
2005-11-17 05:34:45 +00:00
Luc Teirlinck
4bbd5b6914
*** empty log message ***
2005-11-17 05:32:33 +00:00
Stefan Monnier
3abf59170c
*** empty log message ***
2005-11-17 02:54:23 +00:00
Stefan Monnier
bead134f40
(easy-menu-intern): Don't define.
...
(pr-get-symbol): Use easy-menu-intern only if defined.
2005-11-16 22:44:53 +00:00
Stefan Monnier
b83867531a
(blink-matching-open): Simplify a bit.
...
(completion-setup-function): Fix the case of partial-completion-mode
when the minibuffer's contents start with "-".
Obey completion-base-size-function even when
minibuffer-completing-file-name is non-nil.
2005-11-16 22:43:16 +00:00
Richard M. Stallman
afabbb4d0a
*** empty log message ***
2005-11-16 22:25:16 +00:00
Richard M. Stallman
4e46799eac
(eudc-ph-open-session): Use set-process-query-on-exit-flag.
2005-11-16 22:23:28 +00:00
Richard M. Stallman
63fcfa450f
(smtpmail-send-it): Use insert-buffer-contents.
2005-11-16 22:22:18 +00:00
Richard M. Stallman
f832e85422
(ucs-set-table-for-input):
...
Use make-local-variable, not make-variable-buffer-local.
2005-11-16 22:21:16 +00:00
Richard M. Stallman
9d8684ddf3
(byte-optimize-form-code-walker): Improve warning message text.
2005-11-16 22:20:03 +00:00
Richard M. Stallman
f6fbc344c1
(savehist-save-hook): Add :group.
2005-11-16 22:18:46 +00:00
Richard M. Stallman
957dc1a49d
(menu-bar-help-menu): Rename Find Extra Packages to External Packages.
2005-11-16 22:17:29 +00:00
Richard M. Stallman
ce4374c7dc
(color): Enclose %t in %{...%}.
2005-11-16 22:15:59 +00:00
Richard M. Stallman
49698bb717
(Custom-reset-standard): Verify that
...
:custom-standard-value prop exists before calling it.
(face): Enclose %t in %{...%}.
2005-11-16 22:15:07 +00:00
Chong Yidong
73cae835d8
Acknowledge AZ for Emacs icons.
2005-11-16 22:12:20 +00:00
Richard M. Stallman
347a20b867
(apropos-calc-scores): Use apropos-pattern.
2005-11-16 22:11:47 +00:00
Stefan Monnier
77f05e24e8
(url-insert-file-contents): Use the charset info
...
provided by the HTTP server, if any.
2005-11-16 19:05:38 +00:00
Stefan Monnier
0a37f51211
(readevalloop): Add missing GCPROs.
2005-11-16 18:39:15 +00:00