1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00
Commit graph

54710 commits

Author SHA1 Message Date
Luc Teirlinck
6dbbc01d66 (auto-revert-stop-on-user-input): Further doc fix. 2005-02-17 00:58:19 +00:00
Kim F. Storm
a6f82cc4ec (check_it, init_from_display_pos, handle_stop)
(setup_for_ellipsis, handle_single_display_spec)
(handle_composition_prop, next_overlay_string)
(get_overlay_strings, reseat_1, reseat_to_string)
(next_element_from_ellipsis, BUFFER_POS_REACHED_P)
(in_display_vector_p, display_line, get_next_display_element):
Change it->method from function pointer to enum.
(get_next_element): New array to map it->method to function.
(get_next_display_element): Use it.
(set_iterator_to_next): Use switch instead of if/else chain.
2005-02-16 23:45:03 +00:00
Kim F. Storm
6a88f968f9 (enum it_method): New enum.
(GET_FROM_*): Its members.
(struct it): Change member method from function pointer to enum.
2005-02-16 23:44:48 +00:00
Kim F. Storm
886b1418e0 *** empty log message *** 2005-02-16 23:44:28 +00:00
Kim F. Storm
4260edddba (ido-fallback-command): Pass user input to fallback command. 2005-02-16 21:36:41 +00:00
Kim F. Storm
4aed6e1eae *** empty log message *** 2005-02-16 21:36:24 +00:00
Luc Teirlinck
a05b16b37b *** empty log message *** 2005-02-16 21:21:35 +00:00
Nick Roberts
262ba701c1 (gdb-set-gud-minor-mode-existing-buffers)
(gdb-find-file-hook): Add server prefix.
2005-02-16 20:23:16 +00:00
Nick Roberts
fb05d8afc9 *** empty log message *** 2005-02-16 20:22:38 +00:00
Luc Teirlinck
1d2e0c5d20 (Quitting): Update xref for splitting of node in msdog.texi. 2005-02-16 15:39:52 +00:00
Luc Teirlinck
75d68328e3 (Frames): Update xref for splitting of node in msdog.texi. 2005-02-16 15:36:57 +00:00
Luc Teirlinck
49d0a8617f (Top): Update menu for splitting of node in msdog.texi. 2005-02-16 15:34:45 +00:00
Luc Teirlinck
5433e5788e (auto-revert-stop-on-user-input): Doc fix. 2005-02-16 14:14:56 +00:00
Richard M. Stallman
a29c9707c7 *** empty log message *** 2005-02-16 10:22:14 +00:00
Richard M. Stallman
79c535270d (Split Window): Simplify line truncation info
and xref to Display Custom.
2005-02-16 10:21:59 +00:00
Richard M. Stallman
3b6f40c520 (Quitting): Emergency escape only for text terminal.
(Screen Garbled): C-l for ungarbling is only for text terminal.
2005-02-16 10:21:18 +00:00
Richard M. Stallman
f579d4fb5e (Text Mode): ESC TAB alternative for M-TAB. 2005-02-16 10:19:05 +00:00
Richard M. Stallman
d4f3de7f37 (Header Editing): ESC TAB alternative for M-TAB. 2005-02-16 10:17:29 +00:00
Richard M. Stallman
64e207c032 (Program Modes): Mention Python mode.
(Moving by Defuns): Repeating C-M-h extends region.
(Basic Indent): Clarify.
(Custom C Indent): Clarify.
(Expressions): Repeating C-M-@ extends region.
(Info Lookup): Clarify for C-h S.
(Symbol Completion): ESC TAB alternative for M-TAB.
(Electric C): Clarify.
2005-02-16 10:17:01 +00:00
Richard M. Stallman
3f6cafd9cf (Top): Update display.texi and frames.texi submenu data. 2005-02-16 10:13:01 +00:00
Richard M. Stallman
049224f65c (MS-DOS Keyboard, MS-DOS Mouse): Split from MS-DOS Input node.
(MS-DOS Keyboard): Start with explaining DEL and BREAK.
(MS-DOS and MULE): Clarify.
(MS-DOS Processes, Windows Processes): Fix typos.
2005-02-16 10:11:06 +00:00
Richard M. Stallman
40be66535c (Choosing Modes): Clarify. 2005-02-16 10:08:30 +00:00
Richard M. Stallman
bb18ce6a12 (Basic Keyboard Macro): Doc F3, F4.
(Keyboard Macro Step-Edit): Clarify.
2005-02-16 10:07:28 +00:00
Richard M. Stallman
66375f064c (Indentation): Clarifications. 2005-02-16 10:05:39 +00:00
Richard M. Stallman
0bbb35f9b3 (Help): Correct error about C-h in query-replace.
Clarify apropos vs C-h a.  Fix how to search in FAQ.
(Key Help): Describe C-h w here.
(Name Help): Minor cleanup.  C-h w moved to Key Help.
Clarify the "object" joke.
(Apropos): Clarify.  Mouse-1 like Mouse-2.
(Help Mode): Mouse-1 like Mouse-2.
2005-02-16 10:04:34 +00:00
Richard M. Stallman
8ebc23a8df (Spelling): Mention ESC TAB as alt. for M-TAB. 2005-02-16 10:01:06 +00:00
Richard M. Stallman
0015d6775b (Display): Reorder menu.
(Faces): Cleanup.
(Font Lock): Cleanup.  Mention Options menu.  Delete obsolete text.
(Scrolling): For C-l, don't presume text terminal.
(Horizontal Scrolling): Simplify intro.
(Follow Mode): Clarify.
(Cursor Display): Moved before Display Custom.
(Display Custom): Explain no-redraw-on-reenter is for text terminals.
Doc default-tab-width.  Doc line truncation more thoroughly.
2005-02-16 09:59:32 +00:00
Richard M. Stallman
065e46d08d (Dired Enter): C-x C-f can run Dired.
(Dired Visiting): Comment out `a' command.
Mouse-1 is like Mouse-2.
(Shell Commands in Dired): ? can be used more than once.
2005-02-16 09:54:47 +00:00
Richard M. Stallman
ab527690a4 (Continuation Lines): Simplify description of truncation,
and refer to Display Custom for the rest of it.
2005-02-16 09:51:37 +00:00
Richard M. Stallman
d532160fb0 (perform-replace): Pass new args to replace-highlight.
(replace-highlight): Take region args,
and pass them to isearch-lazy-highlight-new-loop.
2005-02-16 09:49:45 +00:00
Richard M. Stallman
52e3545b1c (disabled-command-hook): Autoload the defalias
and the make-obsolete-variable call.
2005-02-16 09:48:29 +00:00
Richard M. Stallman
f48e845f51 (menu-bar-select-frame): FRAME defaults to selected. 2005-02-16 09:47:37 +00:00
Richard M. Stallman
f9114cec07 (isearch-lazy-highlight-start-limit)
(isearch-lazy-highlight-end-limit): New variables limit
the region for highlighting.
(isearch-lazy-highlight-new-loop): New args BEG and END.
(isearch-lazy-highlight-search): Use the new vars.
(isearch-lazy-highlight-update): Likewise.
2005-02-16 09:41:02 +00:00
Richard M. Stallman
784a48b2ef (dired-build-subdir-alist): Bind buffer-undo-list to t. 2005-02-16 09:39:06 +00:00
Richard M. Stallman
720f4c79bf (all): Use default-boundp. 2005-02-16 09:37:20 +00:00
Luc Teirlinck
e1c9f9398e *** empty log message *** 2005-02-16 05:13:39 +00:00
Luc Teirlinck
6547d31354 (auto-revert-stop-on-user-input, auto-revert-verbose): Doc fixes. 2005-02-16 05:00:29 +00:00
Jason Rumney
99ee2c6a36 Fix typo in date 2005-02-15 23:29:17 +00:00
Jason Rumney
52c7f9eea2 2004-11-08 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
* w32select.c: Summary: Thorough rework to implement Unicode
        clipboard operations and delayed rendering.

        Drop last_clipboard_text and related code, keep track of
        ownership via clipboard_owner instead.  Drop old #if0
        sections.

        (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
        (clipboard_owner, modifying_clipboard, cfg_coding_system)
        (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
        (current_coding_system, current_requires_encoding)
        (current_num_nls, current_clipboard_type, current_lcid): New
        static variables.

        (convert_to_handle_as_ascii, convert_to_handle_as_coded)
        (render, render_all, run_protected, lisp_error_handler)
        (owner_callback, create_owner, setup_config)
        (enum_locale_callback, cp_from_locale, coding_from_cp): New
        local functions.

        (term_w32select, globals_of_w32select): New global functions.

        (Fw32_set_clipboard_data): Ignore parameter FRAME, use
        clipboard_owner instead.  Use delayed rendering and provide
        all text formats.  Provide CF_LOCALE if necessary.

        (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
        CF_LOCALE.  Fall back to CF_TEXT, if CF_UNICODETEXT is not
        available.  Force DOS line-ends for decoding.

        (Fx_selection_exists_p): Handle CF_UNICODETEXT.

        (syms_of_w32select): Init and register new variables.

        * w32.h: Add prototypes for globals_of_w32select and
        term_w32select.  Make the neighboring K&R declarations into
        prototypes, too.

        * emacs.c: Include w32.h to get function prototypes.
        (main): Call globals_of_w32select.

        * w32.c (term_ntproc): Call term_w32select.

        * mule-cmds.el (set-locale-environment): Remove call to
        set-selection-coding-system on Windows.

        * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
2005-02-15 23:19:26 +00:00
Kim F. Storm
d02d0705b3 (BUFFER_POS_REACHED_P): Return true if pos reached and
at end of display vector.
2005-02-15 23:04:45 +00:00
Kim F. Storm
86e6158692 *** empty log message *** 2005-02-15 23:04:21 +00:00
Jason Rumney
71e6cb01e0 Add note about Unicode clipboard support on Windows. 2005-02-15 23:02:56 +00:00
Jason Rumney
8d4eb135e8 Do not rely on non-standard behaviour of tar --exclude. 2005-02-15 22:07:53 +00:00
Jason Rumney
e25c1ca618 *** empty log message *** 2005-02-15 22:07:05 +00:00
Jay Belanger
6ec3030266 (math-csc-raw): Fix typo. 2005-02-15 19:49:51 +00:00
Jay Belanger
3ce6180e84 (math-eqn-special-funcs): Add functions to list. 2005-02-15 19:28:08 +00:00
Jay Belanger
9274224b86 Add derivative and integration rules for calcFunc-sec, calcFunc-csc,
calcFunc-cot, calcFunc-sech, calcFunc-csch, calcFunc-coth.
(math-do-integral-methods): Add to checks for when to use
substitutions.
2005-02-15 19:27:47 +00:00
Jay Belanger
40b444acab Add simplification rules for calcFunc-sec, calcFunc-csc, calcFunc-cot. 2005-02-15 19:27:17 +00:00
Jay Belanger
6735a29b34 (calc-handle-undo): Remove prefix from variable in message. 2005-02-15 19:26:49 +00:00
Jay Belanger
6fc5a7dac1 (calc-DistribRules, calc-NegateRules): Add rules. 2005-02-15 19:26:07 +00:00