aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kenichi Handa2001-01-241-2/+6
|
* Add emacs-36.Miles Bader2001-01-241-0/+1
|
* (CCL_READ_CHAR): Change the argument name from r to REGKenichi Handa2001-01-241-8/+8
| | | | as a workaround for SunOS 4's cc.
* *** empty log message ***Kenichi Handa2001-01-241-0/+5
|
* make-translation-table additionDave Love2001-01-231-0/+5
|
* *** empty log message ***Dave Love2001-01-232-2/+5
|
* (make-coding-system): Fix typo.Dave Love2001-01-231-1/+1
|
* (General Variables): Document $EMACSDOC.Eli Zaretskii2001-01-231-0/+5
|
* *** empty log message ***Dave Love2001-01-231-0/+5
|
* *** empty log message ***Gerd Moellmann2001-01-232-1/+15
|
* (x_set_window_size_1): New function extracted fromGerd Moellmann2001-01-231-25/+44
| | | | | | | x_set_window_size. (x_set_window_size): Use it. (x_set_window_size) [USE_X_TOOLKIT]: Handle case that window doesn't have a widget, like tooltips.
* (toplevel): Don't require `gnus-util' atGerd Moellmann2001-01-231-2/+5
| | | | | compile-time; this creates a circular dependency, and prevents a bootstrap.
* (outline-mode) <font-lock-defaults>: AddDave Love2001-01-231-1/+1
| | | | backward-paragraph as font-lock-beginning-of-syntax-function.
* *** empty log message ***Eli Zaretskii2001-01-232-0/+9
|
* (syms_of_window) <scroll-preserve-screen-position>: Doc fix.Eli Zaretskii2001-01-231-1/+1
|
* (font-lock-mode): Doc fix.Eli Zaretskii2001-01-231-1/+2
|
* (make-translation-table): Fix docstring.Kenichi Handa2001-01-231-1/+5
|
* *** empty log message ***Kenichi Handa2001-01-232-0/+9
|
* (Fset_char_table_default): Fix to make sub char-table correctly.Kenichi Handa2001-01-231-3/+4
|
* comment fixesDave Love2001-01-222-28/+28
|
* *** empty log message ***Dave Love2001-01-222-5/+5
|
* Change "X windows" instances.Dave Love2001-01-225-7/+7
|
* (build_desired_tool_bar_string): Make sure we haveGerd Moellmann2001-01-222-1/+5
| | | | | a desired tool bar string, even if there are not tool bar items.
* (Rmail Display): Document rmail-redecode-body.Eli Zaretskii2001-01-221-2/+40
|
* (rmail-redecode-body): New function.Eli Zaretskii2001-01-222-0/+62
|
* Document rmail-redecode-body.Eli Zaretskii2001-01-221-0/+4
|
* typoSam Steingold2001-01-221-29/+29
|
* (icomplete-minibuffer-setup-hook): Doc fix.Eli Zaretskii2001-01-222-4/+8
|
* (Ftool_bar_lines_needed): New function.Gerd Moellmann2001-01-222-0/+36
| | | | (syms_of_xdisp): Defsubr it.
* .Andreas Schwab2001-01-221-0/+4
|
* (gnus-delete-line): Autoload it as a macro.Andreas Schwab2001-01-221-1/+2
|
* (Fformat): Don't extend text properties from argumentsGerd Moellmann2001-01-222-4/+11
| | | | to padding chars in the result.
* *** empty log message ***Gerd Moellmann2001-01-223-1/+11
|
* (xfree): New function.Gerd Moellmann2001-01-221-11/+41
| | | | (member, declaration, globals): Use xmalloc instead of alloca.
* (isearch-lazy-highlight-case-fold-search)Gerd Moellmann2001-01-221-0/+8
| | | | | | (isearch-lazy-highlight-regexp): New variables. (isearch-lazy-highlight-cleanup): Update lazy highlight if case-fold search or regexp search has been toggled.
* (widget-button-click): Avoid a save-excursionGerd Moellmann2001-01-222-35/+42
| | | | around running a global binding.
* (isearch-lazy-highlight-initial-delay): Set defaultGerd Moellmann2001-01-222-1/+6
| | | | to 0.25.
* 2001-01-21 ShengHuo ZHU <[email protected]>ShengHuo ZHU2001-01-2110-36/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | * message.el (message-forward): Use mule4. * mm-util.el (mm-string-as-unibyte): New. * message.el (message-forward): Use it. * message.el (message-cite-original-without-signature): Don't peel off the blank line. (message-get-reply-headers): Add Cc if it is not in follow-to. * message.el (message-send-mail): Content-Type may not be there. By Alberto Lusiani. * gnus-art.el (article-display-x-face): Insert X-Face if there is not. * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is one. * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs. (gnus-remove-some-windows): Ditto. * mm-decode.el (mm-interactively-view-part): Don't copy-sequence handle. * gnus-art.el (gnus-mime-view-part): Copy it. (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles. * nnmail.el (nnmail-get-new-mail): Find group only if file is not orig-file. Use ',source. * nnslashdot.el (nnslashdot-request-list): Get the right year. By Lars Magne Ingebrigtsen. * pop3.el (pop3-get-message-count): Andrew Innes <[email protected]>'s patch of 1999-12-01 was not fully committed.
* (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.Eli Zaretskii2001-01-202-0/+5
|
* (w32_ring_bell): Only support visible bell on w32Andrew Innes2001-01-202-11/+32
| | | | | | frames. (w32_initialize): Don't set term hooks that aren't actually needed in windowed mode.
* (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate originalAndrew Innes2001-01-201-0/+11
| | | | redefinition.
* (Qw32_console): Remove variable.Andrew Innes2001-01-201-7/+1
| | | | | | (Fframep): Remove references to it. (syms_of_frame): Ditto. (Fframe_parameters): Remove references to FRAME_W32_CONSOLE_P.
* (output_method): Remove output_w32_console method.Andrew Innes2001-01-201-2/+0
| | | | (FRAME_W32_CONSOLE_P): Remove macro.
* (Fredraw_frame): Remove reference toAndrew Innes2001-01-201-1/+1
| | | | FRAME_W32_CONSOLE_P.
* (handle_single_display_prop): Remove references toAndrew Innes2001-01-201-9/+3
| | | | FRAME_W32_CONSOLE_P.
* (realize_default_face):Andrew Innes2001-01-201-14/+5
| | | | | (realize_face): (realize_tty_face): Remove references to FRAME_W32_CONSOLE_P.
* *** empty log message ***Miles Bader2001-01-201-0/+5
|
* (custom-face-save): Do post-processing on the face's new value likeMiles Bader2001-01-201-2/+6
| | | | `custom-face-set' does.
* (Fformat): Use lisp_string_width instead of strwidth.Kenichi Handa2001-01-191-2/+1
|
* *** empty log message ***Kenichi Handa2001-01-191-0/+4
|