1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
Commit Graph

55110 Commits

Author SHA1 Message Date
Juri Linkov
15a420bd3f (image-file-handler): Put `safe-magic' property to
`image-file-handler'.
2005-03-08 21:48:50 +00:00
Juri Linkov
51d23bd053 (list-colors-print): Print #RRGGBB in default face.
Remove 1 space before #RRGGBB to not truncate it on terminal
windows w/o fringes.  Remove 1 space between bg and fg examples
to get more space.
(list-colors-duplicates): Replace `and' with `if' for `boundp' to
avoid byte-compile warnings.
2005-03-08 21:47:03 +00:00
Juri Linkov
af3abed126 (sgml-tag, html-tag-alist)
(html-horizontal-rule, html-line, html-image, html-checkboxes)
(html-radio-buttons): Add a space before the trailing `/>' where
sgml-xml-mode is non-nil.
(sgml-delete-tag): Check if the tag ends with `/>' to not delete
the subsequent tag of the empty XML tag.
(html-href-anchor): Don't set initial input to "http:".
(html-image): Ask for the image URL and set point inside alt="".
(html-name-anchor): Duplicate the name in the `id' attribute when
sgml-xml-mode is non-nil.
(html-paragraph): Remove \n before <p>.
(html-checkboxes, html-radio-buttons): Insert `checked="checked"'
instead of `checked' when sgml-xml-mode is non-nil.
2005-03-08 21:45:00 +00:00
Lute Kamstra
9b54d4534e (debugger-step-through): Make sure that stepping into the debugger's
code is not possible.
(debugger-jumping-flag): Docstring update.
2005-03-08 20:15:57 +00:00
Jay Belanger
41d4eedca4 *** empty log message *** 2005-03-08 15:47:08 +00:00
Kenichi Handa
c68f7e213b *** empty log message *** 2005-03-08 11:39:38 +00:00
Kenichi Handa
0fcab4a26a ("latin-1-prefix"): Add rule "__"->"_".
("latin-9-prefix"): Add rules "__"->"_", "_ "->NBSP.
2005-03-08 11:37:27 +00:00
Kenichi Handa
f7c4d755be (ccl-encode-mule-utf-16le-with-signature):
Fix BUFFER_MAGNIFICATION to 2.
(ccl-encode-mule-utf-16be-with-signature): Likewise.
2005-03-08 09:10:18 +00:00
Kenichi Handa
d2968c52db (define-ccl-program): Fix docstring about
extra 256 bytes assured for the output buffer.
2005-03-08 09:09:28 +00:00
Kenichi Handa
ee5d57b043 (x_set_font): Call set_default_ascii_font if an
available font is found.
2005-03-08 08:46:48 +00:00
Kenichi Handa
8f2e667359 (set_default_ascii_font): New function.
(syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset)
here.
2005-03-08 08:45:48 +00:00
Kenichi Handa
060855d54d (set_default_ascii_font): Extern it. 2005-03-08 08:44:59 +00:00
Kim F. Storm
5fc1299ddd (Specified Space): Property :width is support on
non-graphic terminals, :height is not.
2005-03-08 08:11:05 +00:00
Kim F. Storm
6eb8e24727 *** empty log message *** 2005-03-08 08:09:59 +00:00
Jay Belanger
b332c7d319 (calc-do-embedded): Set mode line when embedded mode begins.
(calc-embedded-language-alist): New variable.
(calc-embedded-find-modes): Use calc-embedded-language-alist to set
default language mode.
2005-03-08 05:26:44 +00:00
John Wiegley
3ee9f6ac67 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
* align.el (align-rules-list): Added an alignment rule for CSS
	declarations (applies to css-mode and html-mode buffers).
2005-03-08 03:59:54 +00:00
Richard M. Stallman
bfa8be14bf *** empty log message *** 2005-03-08 03:20:31 +00:00
Richard M. Stallman
c2579664e6 (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps): Now subnodes of Fringes.
(Overlay Arrow): Document overlay-arrow-variable-list.
(Fringe Size/Pos): New node, broken out of Fringes.
(Display): Explain clearing vs redisplay better.
(Truncation): Clarify use of bitmaps.
(The Echo Area): Clarify the uses of the echo area.
Add max-mini-window-height.
(Progress): Clarify.
(Invisible Text): Explain that main loop moves point out.
(Selective Display): Say "hidden", not "invisible".
(Managing Overlays): Moved up.  Describe relation to Undo here.
(Overlay Properties): Clarify intro.
(Finding Overlays): Explain return values when nothing found.
(Width): truncate-string-to-width has added arg.
(Displaying Faces): Clarify and update mode line face handling.
(Face Functions): Minor cleanup.
(Conditional Display): Merged into Other Display Specs.
(Pixel Specification, Other Display Specs): Minor cleanups.
(Images, Image Descriptors): Minor cleanups.
(GIF Images): Patents have expired.
(Showing Images): Explain default text for insert-image.
(Manipulating Button Types): Merged into Manipulating Buttons.
(Making Buttons): Explain return values.
(Button Buffer Commands): Add xref.
(Inverse Video): Update mode-line-inverse-video.
(Display Table Format): Clarify.
(Active Display Table): Give defaults for window-display-table.
2005-03-08 03:20:18 +00:00
Richard M. Stallman
f7c1d57b85 (Calendar Customizing): calendar-holiday-marker
and calendar-today-marker are strings, not chars.
(Holiday Customizing): Minor fix.
2005-03-08 03:08:55 +00:00
Richard M. Stallman
5ac343acaf (Text Representations): Clarify position-bytes.
(Character Sets): Add list-charset-chars.
(Scanning Charsets): Add charset-after.
(Encoding and I/O): Minor fix.
2005-03-08 03:07:54 +00:00
Richard M. Stallman
51485df27d (Writing Emacs Primitives): Update `or' example.
Update limit on # args of subr.
2005-03-08 03:06:53 +00:00
Richard M. Stallman
937dbf8c44 (Common Keywords): Clarify :require. Mention :version here.
(Variable Definitions, Group Definitions): Not here.
(Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2005-03-08 03:06:04 +00:00
Richard M. Stallman
2634c6e41a (Using Edebug): Arrow is in fringe.
(Instrumenting): Arg to eval-defun works without loading edebug.
(Edebug Execution Modes): Add xref.
2005-03-08 03:04:48 +00:00
Richard M. Stallman
0111d1e150 Fix usage of "e.g.".
(HTTP language/coding): Explain the rules for these strings.
2005-03-08 03:01:55 +00:00
Richard M. Stallman
66dd6a003c (Single Shell, Shell Options): Fix previous change. 2005-03-08 02:57:30 +00:00
Richard M. Stallman
9ae89a1add (face-id): Doc fix. 2005-03-08 02:55:39 +00:00
Richard M. Stallman
43642a32e1 (Debugger Operation): Update GUD tooltip enable info. 2005-03-08 02:46:08 +00:00
Kim F. Storm
418b505281 (CLEAR_IMAGE_CACHE_COUNT): New const.
(clear_image_cache_count): New var.
(redisplay_internal): Don't clear face and image caches in the
middle of redisplay; do it afterwards.
2005-03-07 21:51:50 +00:00
Kim F. Storm
3fb26a86f1 *** empty log message *** 2005-03-07 21:50:36 +00:00
Stefan Monnier
a29cf45057 (debug-on-entry-1): Fix handling of macros. 2005-03-07 14:12:27 +00:00
Kim F. Storm
83daa9dcec Fix last change. 2005-03-07 13:43:34 +00:00
Kim F. Storm
bab88420b1 Put CUA move property on move-end-of-line
and move-beginning-of-line.
2005-03-07 11:12:58 +00:00
Kim F. Storm
88418e6176 (reveal-mode-map): Bind C-a to beginning-of-line. 2005-03-07 11:12:40 +00:00
Kim F. Storm
0cbb497cf0 (move-beginning-of-line): New command. 2005-03-07 11:12:31 +00:00
Kim F. Storm
d17a638d58 (global-map): Bind C-a to move-beginning-of-line. 2005-03-07 11:12:21 +00:00
Kim F. Storm
a54595d40e *** empty log message *** 2005-03-07 11:12:10 +00:00
Kim F. Storm
eccfba6ef1 (apropos-print): Omit command from M-x ... RET. 2005-03-07 11:00:25 +00:00
Kim F. Storm
2f8cd1ced0 *** empty log message *** 2005-03-07 11:00:07 +00:00
Kim F. Storm
6bf40bf022 (TOTALLY_UNBLOCK_INPUT): Avoid dangling else. 2005-03-07 10:49:51 +00:00
Kim F. Storm
2e87e8f207 (notice_overwritten_cursor): Check that phys_cursor.vpos
is valid.  If not, clear phys_cursor_on_p and return.
2005-03-07 09:29:21 +00:00
Kim F. Storm
f30c4a5ca3 *** empty log message *** 2005-03-07 09:29:05 +00:00
Richard M. Stallman
aaf2cff29f *** empty log message *** 2005-03-07 03:49:19 +00:00
Nick Roberts
bd7a628ab6 (gdb-var-create-handler): Handle just MI case.
(gdb-send, gdb-send-item): Log items sent from gdb-send too.
2005-03-07 01:55:18 +00:00
Andreas Schwab
3d182f9d1a *** empty log message *** 2005-03-07 01:55:15 +00:00
Nick Roberts
7a2306d9c7 *** empty log message *** 2005-03-07 01:54:41 +00:00
Andreas Schwab
c71fd7b702 (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT. 2005-03-07 01:54:13 +00:00
Luc Teirlinck
285d5fe65b (Completion Options): Fix typo. 2005-03-06 23:39:52 +00:00
Luc Teirlinck
b30ad9e430 (Mail Aliases): Double up @'s. 2005-03-06 23:38:40 +00:00
Luc Teirlinck
f2cdc98d46 (Glossary): Correct typo. 2005-03-06 23:37:21 +00:00
Luc Teirlinck
35a15212eb (Movemail): Correct typo. 2005-03-06 23:35:39 +00:00