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

38082 Commits

Author SHA1 Message Date
Gerd Moellmann
b4a3be4385 (to_multibyte): Ensure read_buffer is at least twice
as large as the number of bytes to convert.
2001-10-30 16:35:42 +00:00
Gerd Moellmann
8d7b140f13 (iso-accents-compose): Remove a
superfluous setq.
2001-10-30 16:10:09 +00:00
Gerd Moellmann
a742d646df (to_multibyte): New function.
(read1): Use it.
2001-10-30 16:04:52 +00:00
Eli Zaretskii
cacbb9e907 (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c). 2001-10-30 15:34:01 +00:00
Gerd Moellmann
327f42ee80 (x_draw_relief_rect): Correct bottom relief by 1 pixel.
(x_set_glyph_string_background_width): Set
extends_to_end_of_line_p if the row's fill_line_p is set and
drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
2001-10-30 15:00:38 +00:00
Gerd Moellmann
99cb6b2f69 (clear_garbaged_frames): Call Fredraw_frame. 2001-10-30 13:59:45 +00:00
Eli Zaretskii
0cb26e21b6 Clarify that problems with shared libraries can also happen during the build. 2001-10-30 11:58:45 +00:00
Gerd Moellmann
6389d65c8c (nnimap-date-days-ago): Defeat locale. 2001-10-30 11:24:50 +00:00
Eli Zaretskii
c30567b792 Document the change in list-buffers-noselect wrt buffers visiting files
whose name begins with a space.
2001-10-30 11:11:48 +00:00
Eli Zaretskii
bf2235e444 (Buffer Names): Buffers whose names start with a space, but which visit
a file, _are_ mentioned by buffer-menu.
2001-10-30 11:06:55 +00:00
Eli Zaretskii
4081af2fef (List Buffers, Several Buffers): Document that internal buffers are
omitted from the list.
(Several Buffers): Document buffer-menu-other-window.
2001-10-30 10:59:15 +00:00
Eli Zaretskii
ae83015970 (list-buffers-noselect): If the buffer's name
starts with a blank, but it visits a file, do show it (for files
whose names start with a blank).
2001-10-30 10:44:17 +00:00
Eli Zaretskii
de7396bb05 Describe Emacs setup in UTF-8 locales. 2001-10-30 09:19:20 +00:00
Stefan Monnier
8e8223e20f *** empty log message *** 2001-10-30 08:51:51 +00:00
Stefan Monnier
03e3e2e91f (sentence-end-double-space, sentence-end-without-period): Move to paragraphs.
(fill-indent-according-to-mode): Change default to t.
(fill-context-prefix): Simplify control-flow and use a more
sophisticated merge that unifies both previous checks.
(fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
(fill-nobreak-predicate): Make it into a defcustom'd hook.
(fill-nobreak-p): New fun.
(fill-region-as-paragraph): Use it.
Handle `fill-indent-according-to-mode' slightly differently.
(fill-individual-paragraphs-prefix): Simplify the control-flow.
(fill-individual-paragraphs-citation): Fix.
2001-10-30 08:08:12 +00:00
Stefan Monnier
629261c740 (sentence-end-double-space, sentence-end-without-period): Move from fill.el.
(forward-paragraph): Use `parstart' and `parsep' for temp variables
rather than rebinding `paragraph-start' and `paragraph-separate'.
2001-10-30 06:46:49 +00:00
Stefan Monnier
9e59bf581e (text-mode-map): Remove the \t binding.
(text-mode): Simplify now that the default is more favorable.
(paragraph-indent-text-mode): Fix last change.
2001-10-30 06:00:10 +00:00
Stefan Monnier
07187d5515 (use-hard-newlines): Use define-minor-mode.
(paragraph-start): Change default to the `text-mode' value.
2001-10-30 05:57:43 +00:00
Stefan Monnier
a17b712b4d (indent-line-function): Change default to indent-relative.
(tab-always-indent): Add an `always' setting.
(indent-according-to-mode): Handle `indent-relative' and
`indent-relative-maybe' specially.
(indent-for-tab-command): Rename `prefix-arg' to `arg'.
Handle the `always; case for `tab-always-indent'.
Don't call indent-according-to-mode for indent-relative' and
`indent-relative-maybe'.
(insert-tab): Rename `prefix-arg' to `arg'.
(indent-region): Indent the first line as well.
(indent-relative): Don't mark the buffer modified if the indentation
is unchanged.
2001-10-30 05:37:08 +00:00
Stefan Monnier
0fb36e365e (paragraph-indent-minor-mode): Don't set paragraph-separate.
Set paragraph-start more carefully.  Set indent-line-function.
(paragraph-indent-text-mode): Use it and define-derived-mode.
2001-10-30 05:26:44 +00:00
Stefan Monnier
1c787e34e5 (find-function-search-for-symbol):
If the regexp doesn't match, use a looser one.
(find-variable-noselect): Add `file' argument.
2001-10-30 04:51:55 +00:00
Stefan Monnier
98a68b08df (cvs-mode-commit-hook): New hook.
(cvs-mode-commit): Run it.
2001-10-30 04:41:28 +00:00
Stefan Monnier
70c2a4848d (log-edit): Run hook after `log-edit-files'. 2001-10-30 04:32:58 +00:00
Stefan Monnier
cc45fb4031 Include coding.h and charset.h.
(Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
(Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
(single_submenu, xmenu_show): Use ENCODE_SYSTEM.
Explicitly set wv->help.  Use `TRUE' rather than `True'.
(menu_help_callback): Use empty_string.
2001-10-30 03:44:08 +00:00
Stefan Monnier
b2123f8142 (Fx_popup_menu): Explicitly init f, xpos, and ypos.
(Fx_popup_dialog): Explicitly init f.
(w32_menu_display_help): Use empty_string.
2001-10-30 03:38:24 +00:00
Stefan Monnier
3ebb84168d (delay-mode-hooks): Add edebug-spec.
(edebug-instrument-function): Use `find-function-noselect'.
2001-10-30 03:31:32 +00:00
Richard M. Stallman
1f79789d4a (Frequire): Detect recursive try to require the same
feature 3 or more levels deep, and get error.
(require_unwind): New subroutine.
(require_nesting_list): New variable.
(syms_of_fns): Init and staticpro it.
2001-10-30 01:54:29 +00:00
Richard M. Stallman
b230447268 *** empty log message *** 2001-10-30 01:54:19 +00:00
Richard M. Stallman
210ebd3d84 (print_object): Clarify indication of insertion type. 2001-10-30 00:34:18 +00:00
Richard M. Stallman
4d083a8fd2 *** empty log message *** 2001-10-30 00:34:09 +00:00
Richard M. Stallman
30db19b979 Add index item. 2001-10-30 00:28:24 +00:00
Richard M. Stallman
b9bc6c81e8 Index "faces" instead of "face". 2001-10-30 00:28:01 +00:00
Richard M. Stallman
df4eaaf048 (term-if-emacs19): Macro deleted.
Callers changed to use progn instead.
2001-10-30 00:27:25 +00:00
Richard M. Stallman
cacf219364 (blink-cursor-mode): Doc fix. 2001-10-30 00:24:12 +00:00
Richard M. Stallman
8767d8666a (find-backup-file-name): Use make-backup-file-name. 2001-10-30 00:23:32 +00:00
Richard M. Stallman
10b088c638 (edebug-window-live-p): Always alias to window-live-p.
(edebug-set-conditional-breakpoint): Unconditionally use
the former Emacs >=19 definition.
(edebug-mark): Define unconditionally.
(edebug-eval-expression): Always call read-from-minibuffer
and specify history list.
(edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
edebug-set-conditional-breakpoint.
(edebug-emacs-version-specific): Function deleted;
do the job at top level.
(edebug-emacs-19-specific): Function deleted, this is the default.
2001-10-30 00:21:34 +00:00
Richard M. Stallman
dead519df9 *** empty log message *** 2001-10-30 00:21:12 +00:00
Eli Zaretskii
9048000044 (syms_of_coding): Document that locale-coding-system is
used for decoding input on X.
2001-10-29 19:37:06 +00:00
Eli Zaretskii
2fe41216b4 (Fscroll_left, Fscroll_right): Doc fix. 2001-10-29 19:14:50 +00:00
Sam Steingold
bcaf1c362c (convert-standard-filename): Handle cygwin-specific pathnames. 2001-10-29 18:49:16 +00:00
Eli Zaretskii
95125512c2 (read-face-name): Doc fix.
(make-face-bold, make-face-unbold, make-face-italic)
(make-face-unitalic, make-face-bold-italic, invert-face): Remove
trailing blank from the prompt passed to read-face-name.
2001-10-29 18:40:23 +00:00
Eli Zaretskii
e76ecac5af *** empty log message *** 2001-10-29 18:23:29 +00:00
Eli Zaretskii
e458cb4997 (invert-face): Check for 'unspecified, not for nil,
when testing whether face colors are not specified.  From
David.Kastrup@t-online.de (David Kastrup).
2001-10-29 18:06:50 +00:00
Pavel Janík
74e79967f5 (Finput_pending_p): Fix typo in doc-string.
(echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
2001-10-29 17:53:18 +00:00
Sam Steingold
d90a41e8ba (byte-recompile-directory): Report numbers of files skipped and failed too. 2001-10-29 17:26:26 +00:00
Kai Großjohann
e2c2a3e282 (log-view-mode-map): Bind M-n' and M-p', not `M n'
and `M p'.
2001-10-29 15:46:46 +00:00
Gerd Moellmann
f6f4bfb3d5 (iso-accents-compose): Push SECOND-CHAR
as is on unread-command-events instead of `(SECOND-CHAR)'.
2001-10-29 15:44:21 +00:00
Gerd Moellmann
9a7bdceb5d (x_display_and_set_cursor): If cursor_in_echo_area,
use NO_CURSOR if cursor_in_non_selected_windows is false.
2001-10-29 14:00:39 +00:00
André Spiegel
a480997780 # 2001-10-29 12:28:12 +00:00
André Spiegel
3f19e41228 # Doc fix, completing prev change. 2001-10-29 12:26:15 +00:00