Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Gerd Moellmann | 2000-09-25 | 12 | -0/+1276 |
| | |||||
* | (byte-compile-defvar-or-defconst): Only cons onto | Gerd Moellmann | 2000-09-25 | 1 | -18/+27 |
| | | | | | current-load-list in top-level forms. Else this leaks a cons cell every time a defun is called. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-25 | 2 | -0/+18 |
| | |||||
* | (rmail-dont-reply-to): Fix last change. | Gerd Moellmann | 2000-09-25 | 1 | -1/+1 |
| | |||||
* | (auto-insert): Doc fix. | Dave Love | 2000-09-25 | 2 | -6/+14 |
| | | | | | | (auto-insert-alist): Following GNU notices, don't say `copyright _by_'. Use line-beginning-position. (auto-insert): Check buffer-file-name is non-nil before use. | ||||
* | (show_help_echo): Set help_echo_showing_p. | Gerd Moellmann | 2000-09-25 | 1 | -2/+7 |
| | | | | | (read_char): If help-echo is showing, preserve the echo area when redisplaying. | ||||
* | (help_echo_showing_p): New variable. | Gerd Moellmann | 2000-09-25 | 1 | -0/+7 |
| | | | | | (set_message): Reset it to 0. (init_xdisp): Initialize help_echo_showing_p. | ||||
* | (help_echo_showing_p): Declare extern. | Gerd Moellmann | 2000-09-25 | 1 | -0/+1 |
| | |||||
* | Fix typo in __GNUC_MINOR__. | Gerd Moellmann | 2000-09-25 | 1 | -1/+2 |
| | |||||
* | (quit_throw_to_read_char): Declare NO_RETURN. | Gerd Moellmann | 2000-09-25 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-25 | 2 | -0/+8 |
| | |||||
* | (POSIX_SIGNALS): Define. | Gerd Moellmann | 2000-09-25 | 1 | -0/+5 |
| | |||||
* | (texinfo-mode): Prevent filling lines | Gerd Moellmann | 2000-09-25 | 1 | -1/+12 |
| | | | | | starting with `@def' or `@multitable', in addition to ones specified by the user in auto-fill-inhibit-regexp. | ||||
* | (rmail-dont-reply-to): Avoid infinite loop if | Gerd Moellmann | 2000-09-25 | 2 | -1/+7 |
| | | | | rmail-dont-reply-to-names matches the empty string. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-25 | 2 | -0/+9 |
| | |||||
* | (base64_encode_1): Fix last change. | Dave Love | 2000-09-25 | 2 | -5/+13 |
| | |||||
* | (x_clear_mouse_face): Blick/unblock input. | Gerd Moellmann | 2000-09-25 | 1 | -0/+2 |
| | |||||
* | (command-line-1, fancy-splash-text): Change the | Gerd Moellmann | 2000-09-25 | 1 | -5/+5 |
| | | | | text to sound more friendly. | ||||
* | Remove/comment speedbar stuff. | Gerd Moellmann | 2000-09-25 | 2 | -6/+10 |
| | |||||
* | Add definition of NO_RETURN | Jason Rumney | 2000-09-24 | 2 | -1/+13 |
| | |||||
* | Fix typo. | Thien-Thi Nguyen | 2000-09-23 | 1 | -1/+1 |
| | |||||
* | Update hideshow.el section. | Thien-Thi Nguyen | 2000-09-23 | 1 | -5/+54 |
| | |||||
* | Update author email address. | Thien-Thi Nguyen | 2000-09-23 | 2 | -136/+154 |
| | | | | | | | | | | Generally, sync w/ maintainer version 5.22. (hs-hide-all-non-comment-function): New var. (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings. (hs-hide-all): Use `hs-hide-all-non-comment-function'. (hs-show-region): Delete this command. (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone. | ||||
* | Change setfilename. | Dave Love | 2000-09-22 | 2 | -2/+2 |
| | |||||
* | Add emacs-mime. | Dave Love | 2000-09-22 | 1 | -2/+12 |
| | |||||
* | *** empty log message *** | Dave Love | 2000-09-22 | 1 | -0/+1308 |
| | |||||
* | New version for Gnus 5.9. | Dave Love | 2000-09-22 | 1 | -132/+156 |
| | |||||
* | (enable_glyph_matrix_rows): Remove xasserts. | Gerd Moellmann | 2000-09-22 | 2 | -4/+7 |
| | |||||
* | (try_window_reusing_current_matrix): More fixes | Gerd Moellmann | 2000-09-22 | 1 | -14/+16 |
| | | | | for the case window has a header-line. | ||||
* | *** empty log message *** | Dave Love | 2000-09-22 | 2 | -1/+16 |
| | |||||
* | (fortran-mode): Locally set | Dave Love | 2000-09-22 | 1 | -15/+5 |
| | | | | | | normal-auto-fill-function. (fortran-auto-fill-mode): Just alias to auto-fill-mode. (fortran-mode-map): Adjust auto-fill menu entry. | ||||
* | (hl-line-overlay): Don't make it buffer-local. | Dave Love | 2000-09-22 | 1 | -4/+3 |
| | | | | (hl-line-highlight): Specify buffer when moving overlay. | ||||
* | (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide | Dave Love | 2000-09-22 | 1 | -1/+6 |
| | | | | a doc string. | ||||
* | [SOLARIS2]: Remove redundant include of string.h. | Dave Love | 2000-09-22 | 1 | -7/+0 |
| | |||||
* | (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix. | Dave Love | 2000-09-22 | 2 | -4/+9 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-22 | 4 | -778/+7 |
| | |||||
* | (toplevel): Require `vc' when compiling. | Gerd Moellmann | 2000-09-22 | 1 | -1/+4 |
| | |||||
* | (fancy-splash-head): Use splash.pbm instead of | Gerd Moellmann | 2000-09-22 | 2 | -2/+7 |
| | | | | splash.xbm. | ||||
* | # | André Spiegel | 2000-09-22 | 1 | -0/+8 |
| | |||||
* | (vc-switch-backend): Signal an error if the file is not registered | André Spiegel | 2000-09-22 | 1 | -0/+2 |
| | | | | under the new backend. | ||||
* | (vc-rcs-checkin): Fix bug that prevented check-in without explicit | André Spiegel | 2000-09-22 | 1 | -2/+2 |
| | | | | revision number. | ||||
* | (wrong_type_argument, Fthrow, Fsignal, error): Declare | Gerd Moellmann | 2000-09-21 | 2 | -4/+10 |
| | | | | NO_RETURN. | ||||
* | (NO_RETURN): Define.as `__attribute__((__noreturn__))' | Gerd Moellmann | 2000-09-21 | 1 | -0/+6 |
| | | | | for GCC >= 2.5. | ||||
* | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-21 | 2 | -1/+10 |
| | | | | (byte_char_debug_check): Return void. | ||||
* | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-21 | 15 | -36/+62 |
| | |||||
* | (quail-help): The output message is improved. | Kenichi Handa | 2000-09-21 | 1 | -37/+53 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-21 | 3 | -3/+28 |
| | |||||
* | (try_window_reusing_current_matrix): Fix computation of | Gerd Moellmann | 2000-09-21 | 1 | -2/+2 |
| | | | | | reused rows' y-position in the case window has a header-line, and new window start is greater than old window start. | ||||
* | (scrolling_window): Compare y-positions of rows | Gerd Moellmann | 2000-09-21 | 1 | -14/+17 |
| | | | | equal at the start. Some simplification. | ||||
* | (Fx_create_frame): Set default frame parameter value | Gerd Moellmann | 2000-09-21 | 1 | -1/+1 |
| | | | | for tool-bar-lines to 1. |