1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00
Commit graph

42023 commits

Author SHA1 Message Date
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
Colin Walters
63a29a5d08 Add font-core.el. 2002-05-21 21:02:25 +00:00
Colin Walters
53785d2b31 (font-lock-defaults, font-lock-defaults-alist)
(font-lock-multiline, font-lock-fontified, font-lock-mode)
(turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
(font-lock-global-modes): Moved to font-core.el.
(font-lock-set-defaults-1): Partially moved to font-core.el.
2002-05-21 21:01:35 +00:00
Colin Walters
daae70bf8c (occur-engine): Increment globalcount all at once after searching a buffer.
(occur-mode-map): Don't escape plain "o".

(occur-mode-hook): New variable.
(occur-fontify-region-function): Deleted.
(occur-mode): Don't use it.  Set up `font-lock-category-alist' instead.
(occur-fontify-on-property): Deleted.
(occur-engine): Use categories from `font-lock-category-alist'.
2002-05-21 21:01:14 +00:00
Colin Walters
fd225d802e (toplevel): Require font-lock, to get the face definitions.
(ibuffer-use-fontification): Deleted.
(column filename-and-process): New column.
(ibuffer-formats): Use it by default.
(ibuffer-name-map, ibuffer-mode-name-map)
(ibuffer-filter-group-map): Don't set parent to
`ibuffer-mode-map'.
(ibuffer-do-save, ibuffer-do-toggle-modified)
(ibuffer-do-toggle-read-only, ibuffer-do-delete)
(ibuffer-do-kill-on-deletion-marks): Include name in definition.
(ibuffer): New optional argument `formats'.
2002-05-21 20:59:28 +00:00
Colin Walters
1bb57048b3 (define-ibuffer-column): Add third argument `ibuffer-buf'. 2002-05-21 20:59:04 +00:00
Colin Walters
0555901649 *** empty log message *** 2002-05-21 20:58:06 +00:00
Colin Walters
f62be99b8a New file, broken out from font-lock.el. 2002-05-21 20:39:54 +00:00
Eli Zaretskii
5a0f9388a1 (indent-rigidly): Mention how to remove all indentation. 2002-05-21 16:28:08 +00:00
Eli Zaretskii
f98345fa1c (Indentation Commands): Describe how to remove all indentation. Add
an index entry for that.
2002-05-21 16:24:28 +00:00
Colin Walters
2306a6c74f (describe-char-after): Order display of text properties by the size of
their value, for clarity.
2002-05-21 06:05:39 +00:00
Colin Walters
9969dd6cc2 *** empty log message *** 2002-05-21 06:05:12 +00:00
Glenn Morris
b32a3d9930 (f90-looking-at-where-or-forall): Oops, defsubst, not defun. 2002-05-20 21:52:07 +00:00
Stefan Monnier
6f6420041a *** empty log message *** 2002-05-20 19:32:59 +00:00
Stefan Monnier
7ca26b02cf (ange-ftp-generate-root-prefixes)
(ange-ftp-file-name-completion): Don't cons unnecessarily.
(ange-ftp-send-cmd): Always `cd' before doing `ls'.
2002-05-20 18:51:49 +00:00
Stefan Monnier
4ead48d7c5 (cpp-choose-symbol): Don't cons unnecessarily. 2002-05-20 18:48:58 +00:00
Stefan Monnier
725349c862 (tags-complete-tags-table-file): Don't cons unnecessarily. 2002-05-20 18:48:33 +00:00
Stefan Monnier
f67376256a (outline-reveal-toggle-invisible): Reverse the meaning of the second arg. 2002-05-20 18:32:07 +00:00
Stefan Monnier
f69610185c (reveal-post-command): Reverse the semantics of
reveal-toggle-invisible and support isearch-open-invisible-temporary.
2002-05-20 18:31:20 +00:00
Stefan Monnier
451a66e356 (widget-color-complete): Don't cons needlessly. 2002-05-20 18:28:09 +00:00
Markus Rost
d7b590b151 Move remarks on `mail-default-directory' down to section
"Changes in Emacs 21.4".
2002-05-20 17:29:37 +00:00
Markus Rost
07590a818a Mention new user option `mail-default-directory'. 2002-05-20 16:09:26 +00:00
Markus Rost
eb1213c14b (mail-recover-1): Remove (debug).
(mail-signature): Fix :type.
(mail-default-directory): New user option.
(mail, mail-recover):  Use that option.
2002-05-20 16:05:56 +00:00
Richard M. Stallman
cd8d52361f (syms_of_buffer) <cursor-type>: Doc fix. 2002-05-20 14:51:24 +00:00
Richard M. Stallman
301d4a3f34 (read_char_minibuf_menu_prompt): Don't list equivalent key bindings here. 2002-05-20 14:50:25 +00:00
Kai Großjohann
4588540051 (auto-coding-alist): Use emacs-mule
for auto-save files.  (Fix previous change.)
2002-05-20 14:13:11 +00:00
Kai Großjohann
6caef2da88 (auto-coding-alist): Use no-conversion
for auto-save files.
2002-05-20 11:01:14 +00:00
Ken Raeburn
f2ba34f4ed update LISP_MAKE_RVALUE comment for union, non-gcc case 2002-05-20 08:38:28 +00:00
Ken Raeburn
07e9823c69 * xselect.c (symbol_to_x_atom, x_get_foreign_selection): Use
SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
2002-05-20 08:10:41 +00:00
Ken Raeburn
0b7231c4f3 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
of XSYMBOL and name field.
2002-05-20 08:06:52 +00:00