Eli Zaretskii
5f226e2c33
*** empty log message ***
2002-05-25 10:50:02 +00:00
Jason Rumney
70fa9f1fa2
(x_draw_bar_cursor): Update parameter list in declaration.
2002-05-25 09:08:37 +00:00
Miles Bader
00cb70dc36
(menu-bar-showhide-fringe-menu-customize-left)
...
(menu-bar-showhide-fringe-menu-customize-right)
(menu-bar-showhide-fringe-menu-customize-disable):
Use proper calling convention for `customize-set-value'.
Require `fringe' before setting variable.
2002-05-25 05:15:07 +00:00
Kim F. Storm
e3f01f3086
(cua--init-rectangles): Install default
...
binding in cua--rectangle-keymap using cua--self-insert-char-p
to handle all global self inserting characters in rectangle mode.
2002-05-25 00:08:36 +00:00
Kim F. Storm
f8b38495a5
(cua--init-global-mark): Install default
...
binding in cua--global-mark-keymap using cua--self-insert-char-p
to handle all global self inserting characters in gmark mode.
2002-05-25 00:07:26 +00:00
Kim F. Storm
20023b9cb4
(cua--self-insert-char-p): New function.
2002-05-25 00:06:56 +00:00
Kim F. Storm
feb51e916d
*** empty log message ***
2002-05-25 00:06:30 +00:00
Stefan Monnier
d2679414c7
*** empty log message ***
2002-05-24 22:06:48 +00:00
Glenn Morris
e47b1d4912
*** empty log message ***
2002-05-24 22:06:08 +00:00
Stefan Monnier
f6de01c7fa
(read-file-name-internal): Remove the `ange-ftp' property.
...
(ange-ftp-real-read-file-name-internal): Remove.
2002-05-24 22:01:56 +00:00
Glenn Morris
6f1d50da83
(f90-end-of-subprogram): Remove the final (forward-line 1).
...
(f90-end-of-block, f90-beginning-of-block, f90-next-block-end,
f90-previous-block-start): New navigation commands.
2002-05-24 22:00:21 +00:00
Simon Josefsson
6ca4a60d8d
Fix typos. Add fringe.
2002-05-24 09:59:42 +00:00
Simon Josefsson
555c87d8f3
Fringe customization.
2002-05-24 09:53:58 +00:00
Simon Josefsson
02f4566a55
Initial version.
2002-05-24 09:53:15 +00:00
Simon Josefsson
8cfa1cd56c
(menu-bar-options-save): Add fringe-mode.
...
(menu-bar-showhide-fringe-menu): New menu.
(menu-bar-showhide-menu): Add Fringe sub-menu.
2002-05-24 09:52:21 +00:00
Markus Rost
953cc8899e
*** empty log message ***
2002-05-24 01:14:25 +00:00
Colin Walters
e8e2a88cbd
(occur-engine): Include all text properties except mouse-face on the
...
newline at the end of occurences.
2002-05-24 00:56:46 +00:00
Colin Walters
b2346b2c52
*** empty log message ***
2002-05-24 00:56:33 +00:00
Kim F. Storm
d2b3029267
(apropos-true-hit, apropos-false-hit-symbol)
...
(apropos-false-hit-str, apropos-true-hit-doc): New functions.
(apropos-command, apropos-value, apropos-documentation-internal)
(apropos-documentation-check-doc-file)
(apropos-documentation-check-elc-file): Use them to filter out
false matches where only one keyword matches, but more than once.
2002-05-23 20:21:30 +00:00
Kim F. Storm
01b886b76e
*** empty log message ***
2002-05-23 20:20:57 +00:00
Stefan Monnier
3751c81b72
*** empty log message ***
2002-05-23 17:22:24 +00:00
Stefan Monnier
28c3eb5ab5
(read_non_regular, Finsert_file_contents): Use BEG_BYTE.
...
(Finsert_file_contents, build_annotations): Use XCAR, XCDR.
(Vwrite_region_annotate_functions): Docstring fix.
2002-05-23 15:22:47 +00:00
Kim F. Storm
d5857a966b
Only reduce string score for lengthy strings once.
2002-05-23 10:24:14 +00:00
Kim F. Storm
7dbffb1cf5
(apropos-show-scores, apropos-orig-regexp)
...
(apropos-all-regexp, apropos-synonyms, apropos-words)
(apropos-all-words): New variables.
(aprpos-words-to-regexp, apropos-rewrite-regexp)
(apropos-calc-scores, apropos-score-str, apropos-score-doc)
(apropos-score-symbol): New functions.
(apropos-command, apropos, apropos-value, apropos-documentation):
Allow keywords in addition to regexp. Added scoring.
(apropos-documentation-check-doc-file)
(apropos-documentation-check-elc-file): Added scoring.
(apropos-print): Sort according to score.
2002-05-23 10:20:12 +00:00
Colin Walters
d1c8930033
(font-lock-symbol-category-alist): New variable.
2002-05-23 04:18:19 +00:00
Colin Walters
d76014d945
*** empty log message ***
2002-05-23 04:18:01 +00:00
Colin Walters
32db08f13e
Update copyright dates.
2002-05-23 03:40:16 +00:00
Colin Walters
57190f92af
(Info-mode-hook): Change font-lock-mode' to turn-on-font-lock'.
2002-05-23 03:39:20 +00:00
Colin Walters
7c4ef9b397
(font-lock-function): New variable.
...
(font-lock-default-function): New function, created from `font-lock-mode'.
(font-lock-mode): Just funcall `font-lock-default-function'.
2002-05-23 03:39:00 +00:00
Colin Walters
577123f479
*** empty log message ***
2002-05-23 03:38:03 +00:00
Markus Rost
e31cfca5cb
(file-newest-backup): Use file-name-sans-versions.
2002-05-22 23:29:58 +00:00
Markus Rost
a8090e38c0
(diff-latest-backup-file): Replace the main code by a call of
...
file-newest-backup.
2002-05-22 23:26:51 +00:00
Kim F. Storm
6065f9e276
(x_write_glyphs): Clear phys_cursor_on_p if current
...
phys_cursor's hpos is overwritten. This is still not completely
correct, as it doesn't really make sense to use hpos at all to
get the cursor glyph (as that is relative to the width of the
characters on the line, which may have changed during the update).
2002-05-22 21:18:25 +00:00
Kim F. Storm
39bb59006c
*** empty log message ***
2002-05-22 21:16:51 +00:00
Jason Rumney
17456df15c
(x_draw_bar_cursor): New argument KIND; callers changed.
...
Handle the `hbar' cursor type.
(x_display_and_set_cursor): Handle the HBAR_CURSOR case.
2002-05-22 19:37:56 +00:00
Jason Rumney
6a6ab7b654
(text_cursor_kinds): New enumeration member HBAR_CURSOR.
2002-05-22 19:36:13 +00:00
Jason Rumney
23afac8fab
* w32fns.c (enumfont_t): Remove tail, make pattern a normal
...
Lisp_Object.
(enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
Use modified enumfont_t struct.
* w32fns.c (Qhbar): New variable.
(x_specified_cursor_type): Use it.
2002-05-22 19:35:48 +00:00
Mike Williams
232dbe4f66
(sgml-guess-indent): Look further into the buffer.
2002-05-22 09:40:48 +00:00
Markus Rost
754774523d
Fix typo.
2002-05-22 01:20:26 +00:00
Stefan Monnier
76a98a5066
(ange-ftp-allow-child-lookup): Re-enable since
...
the last patch works around the wu-ftpd misfeature that prompted
the disabling of this optimization.
2002-05-21 23:23:08 +00:00
Colin Walters
544e5562dc
(Info-fontify): Deleted.
...
(Info-select-node): Don't use it.
(Info-mode-hook): New variable.
(Info-mode): Set up categories.
(Info-fontify-menu-headers, Info-fontify-node): Use categories.
2002-05-21 22:22:10 +00:00
Colin Walters
2fdd365daa
*** empty log message ***
2002-05-21 22:21:53 +00:00
Colin Walters
2f4e9c4745
(sgml-xml-auto-coding-function): Update with more known XML encodings.
2002-05-21 21:50:28 +00:00
Ken Raeburn
1b65564c09
* w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
...
now, when the address is needed.
2002-05-21 21:35:49 +00:00
Colin Walters
171a7d5d7c
(truncate-string-to-width): New optional argument `ellipsis'. Add
...
commented-out test suite, and change coding to iso-2022-7bit.
2002-05-21 21:22:21 +00:00
Colin Walters
a7c4d9c8a5
*** empty log message ***
2002-05-21 21:21:37 +00:00
Colin Walters
1d83df136e
(Recognize Coding): Note addition of `auto-coding-functions'.
2002-05-21 21:15:43 +00:00
Colin Walters
d9f6dfe6e7
(make-coding-system): Doc fixes.
...
(auto-coding-functions): New variable.
(auto-coding-from-file-contents): Use it.
(set-auto-coding): Update docs.
(sgml-xml-auto-coding-function): New function.
2002-05-21 21:14:03 +00:00
Colin Walters
4531bb653b
*** empty log message ***
2002-05-21 21:13:36 +00:00
Colin Walters
59809627aa
(shortlisp): Add font-core.el.
2002-05-21 21:03:51 +00:00