Chong Yidong
0268cef3fa
* xfaces.c (Finternal_set_lisp_face_attribute): Use
...
:ignore-defface for new frame defaults when `unspecified' is
supplied.
(Finternal_get_lisp_face_attribute): Hide :ignore-defface.
2005-11-20 15:22:31 +00:00
Thien-Thi Nguyen
cbce075240
(Bindat Functions): Say "third" to refer to zero-based index "2".
2005-11-20 15:17:23 +00:00
Juri Linkov
dd949173e7
*** empty log message ***
2005-11-20 07:57:39 +00:00
Juri Linkov
a26126e7ea
(Font Lock): Suggest more user-friendly method of
...
finding all Font Lock faces (M-x customize-group RET font-lock-faces).
2005-11-20 07:57:25 +00:00
Juri Linkov
d938fad208
(Compilation Mode): Remove paragraph duplicated from the node `Compilation'.
...
Add `compilation-skip-threshold'.
2005-11-20 07:55:58 +00:00
Juri Linkov
fe7c712ea4
(Position Info): Update examples of the output.
...
Remove the fact that examples are produced in the TeXinfo buffer,
because in the Info reader users will get a different output from `C-x ='.
2005-11-20 07:55:22 +00:00
Juri Linkov
85416bdad7
(invalid_character): Use Lisp-readable syntax
...
for octal and hex. Reorder decimal, octal and hex values.
2005-11-20 07:52:40 +00:00
Juri Linkov
c9393a612b
Delete duplicate entry.
2005-11-20 07:51:30 +00:00
Juri Linkov
695effccdf
(encoded-string-description): Use Lisp-readable syntax for hex.
2005-11-20 07:48:44 +00:00
Juri Linkov
9f40939dcd
(describe-char): Use Lisp-readable syntax for octal and hex.
...
Reorder decimal, octal and hex values.
Remove excess whitespace in the output.
2005-11-20 07:43:44 +00:00
Juri Linkov
a17a79c039
(what-cursor-position): Use Lisp-readable syntax for octal and hex.
...
Reorder decimal, octal and hex values.
Remove excess whitespace in the output.
Use `=' in `column=' like in `point=' and `Hscroll='.
2005-11-20 07:43:01 +00:00
Chong Yidong
cee723fbf9
longlines.el (longlines-wrap-line): Preserve marker positions.
2005-11-20 05:17:27 +00:00
Chong Yidong
1271a058af
(message-insert-citation-line): Use newlines.
2005-11-20 03:44:35 +00:00
Chong Yidong
2c127d45ea
(longlines-mode): Add a message-setup-hook.
...
(longlines-decode-buffer): New function.
2005-11-20 03:44:00 +00:00
Chong Yidong
f129a4dfe3
message.el: Revert last changes.
2005-11-20 03:31:11 +00:00
Nick Roberts
c003141f4c
Use typedef when Lisp_Object is EMACS_INT so that
...
this type is recognised when debugging.
2005-11-20 02:15:26 +00:00
Nick Roberts
7698643375
*** empty log message ***
2005-11-20 02:13:53 +00:00
Andreas Schwab
8175bfa96d
Revert unwanted changes.
2005-11-19 22:31:15 +00:00
Andreas Schwab
dc9d3a05c7
Revert last change.
2005-11-19 21:09:10 +00:00
Chong Yidong
c613b39cea
Typo.
2005-11-19 18:31:08 +00:00
Andreas Schwab
603add2d25
*** empty log message ***
2005-11-19 17:44:38 +00:00
Andreas Schwab
75f21b6e69
(set-language-environment): Always
...
call set-display-table-and-terminal-coding-system.
2005-11-19 17:42:56 +00:00
Chong Yidong
b39aa4fdf7
* longlines.el (longlines-before-revert-hook)
...
(longlines-after-revert-hook): New functions.
(longlines-mode): Turn off longlines temporarily when reverting.
2005-11-19 17:29:20 +00:00
Andreas Schwab
b4483658c5
(nextcons, xcdr, xfloat): Update for changes in
...
Lisp_Cons and Lisp_Float.
2005-11-19 17:13:07 +00:00
Andreas Schwab
da49096f06
Handle compressed files.
2005-11-19 16:53:48 +00:00
Romain Francoise
f0f98146d2
(browse-url-default-browser): Signal an error if no usable browser can
...
be found, rather than try to load w3.
2005-11-19 15:57:20 +00:00
Eli Zaretskii
6c72c0c7d6
Rearrange text to make it clear that the make/shell compatibility
...
table refers only to the MinGW build.
2005-11-19 13:19:58 +00:00
Eli Zaretskii
ad8121fe5d
(rcirc-mangle-text): Add bold face property without replacing existing
...
properties.
(rcirc-my-nick, rcirc-other-nick, rcirc-server)
(rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove tty specs.
(rcirc-server-prefix, rcirc-server): New faces.
(rcirc-url-regexp): Generate with rx macro.
(rcirc-last-server-message-time): New variable.
(rcirc-filter): Record time of last message.
(rcirc-keepalive): Kill processes that did not send a message
since the last ping.
(rcirc-mode): Give rcirc-topic a local binding here.
2005-11-19 13:12:05 +00:00
Eli Zaretskii
a4b1de6e8d
(read-passwd): Fontify the prompt as we do with other prompts.
2005-11-19 12:49:59 +00:00
Eli Zaretskii
e27de09e24
(ffap-menu-rescan): Use inhibit-read-only instead of binding
...
buffer-read-only to nil.
2005-11-19 12:18:37 +00:00
Eli Zaretskii
101568527f
(partial-completion-mode): Mention completion-auto-help in the doc string.
2005-11-19 12:09:25 +00:00
Eli Zaretskii
7172607266
(Man-highlight-references): Doc fix. Reformat code in a more Lisp-ish way.
2005-11-19 11:54:08 +00:00
Eli Zaretskii
e0d473407c
(ls-lisp-format-file-size): Format file size with 9 digits, not 8, to avoid
...
misalignment for files larger than 100MB.
2005-11-19 11:39:36 +00:00
Eli Zaretskii
eeb935fd22
(menu-bar-describe-menu) <list-keybindings>: Mention "keyboard shortcuts"
...
in the help text.
2005-11-19 11:23:38 +00:00
YAMAMOTO Mitsuharu
125ce9ec5e
*** empty log message ***
2005-11-19 06:35:38 +00:00
YAMAMOTO Mitsuharu
6b9ad469e2
[USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold): New variable.
...
[USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New function.
(init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
[USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
font size is smaller than or equal to cg_text_anti_aliasing_threshold.
2005-11-19 06:35:19 +00:00
YAMAMOTO Mitsuharu
ed256b3057
(fancy-splash-default-action): Discard only
...
mouse-down and succeeding mouse-up events in the splash screen
window so that drag-n-drop event can be processed.
2005-11-19 06:34:23 +00:00
Luc Teirlinck
f704945997
(Library Search): Update the default value of `load-suffixes'.
2005-11-19 03:34:32 +00:00
Luc Teirlinck
ff04c885dd
*** empty log message ***
2005-11-19 03:32:24 +00:00
Chong Yidong
426f857336
*** empty log message ***
2005-11-18 19:42:08 +00:00
Chong Yidong
0f157ad549
Add hacks for citation in mail-mode and message-mode.
2005-11-18 19:40:35 +00:00
Chong Yidong
0d876a1479
Fix typo.
2005-11-18 19:11:19 +00:00
Richard M. Stallman
c5d36b039d
(Registering): Mention @@ in mode line.
...
(Renaming and VC): Some back-ends don't handle renaming.
2005-11-18 17:05:44 +00:00
Richard M. Stallman
cf6ac72b4b
(Minibuffer File): Clarify previous change. Add @findex.
2005-11-18 17:04:22 +00:00
Stefan Monnier
12f1edc823
Use with-current-buffer.
...
(url-http-target-url): Rename from url-http-cookies-sources.
(url-http-parse-headers): Use it.
(url-http-handle-authentication): Use subst-char-in-string.
2005-11-18 16:55:54 +00:00
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