summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2000-09-2512-0/+1276
|
* (byte-compile-defvar-or-defconst): Only cons ontoGerd Moellmann2000-09-251-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 Moellmann2000-09-252-0/+18
|
* (rmail-dont-reply-to): Fix last change.Gerd Moellmann2000-09-251-1/+1
|
* (auto-insert): Doc fix.Dave Love2000-09-252-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 Moellmann2000-09-251-2/+7
| | | | | (read_char): If help-echo is showing, preserve the echo area when redisplaying.
* (help_echo_showing_p): New variable.Gerd Moellmann2000-09-251-0/+7
| | | | | (set_message): Reset it to 0. (init_xdisp): Initialize help_echo_showing_p.
* (help_echo_showing_p): Declare extern.Gerd Moellmann2000-09-251-0/+1
|
* Fix typo in __GNUC_MINOR__.Gerd Moellmann2000-09-251-1/+2
|
* (quit_throw_to_read_char): Declare NO_RETURN.Gerd Moellmann2000-09-251-1/+1
|
* *** empty log message ***Gerd Moellmann2000-09-252-0/+8
|
* (POSIX_SIGNALS): Define.Gerd Moellmann2000-09-251-0/+5
|
* (texinfo-mode): Prevent filling linesGerd Moellmann2000-09-251-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 ifGerd Moellmann2000-09-252-1/+7
| | | | rmail-dont-reply-to-names matches the empty string.
* *** empty log message ***Gerd Moellmann2000-09-252-0/+9
|
* (base64_encode_1): Fix last change.Dave Love2000-09-252-5/+13
|
* (x_clear_mouse_face): Blick/unblock input.Gerd Moellmann2000-09-251-0/+2
|
* (command-line-1, fancy-splash-text): Change theGerd Moellmann2000-09-251-5/+5
| | | | text to sound more friendly.
* Remove/comment speedbar stuff.Gerd Moellmann2000-09-252-6/+10
|
* Add definition of NO_RETURNJason Rumney2000-09-242-1/+13
|
* Fix typo.Thien-Thi Nguyen2000-09-231-1/+1
|
* Update hideshow.el section.Thien-Thi Nguyen2000-09-231-5/+54
|
* Update author email address.Thien-Thi Nguyen2000-09-232-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 Love2000-09-222-2/+2
|
* Add emacs-mime.Dave Love2000-09-221-2/+12
|
* *** empty log message ***Dave Love2000-09-221-0/+1308
|
* New version for Gnus 5.9.Dave Love2000-09-221-132/+156
|
* (enable_glyph_matrix_rows): Remove xasserts.Gerd Moellmann2000-09-222-4/+7
|
* (try_window_reusing_current_matrix): More fixesGerd Moellmann2000-09-221-14/+16
| | | | for the case window has a header-line.
* *** empty log message ***Dave Love2000-09-222-1/+16
|
* (fortran-mode): Locally setDave Love2000-09-221-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 Love2000-09-221-4/+3
| | | | (hl-line-highlight): Specify buffer when moving overlay.
* (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provideDave Love2000-09-221-1/+6
| | | | a doc string.
* [SOLARIS2]: Remove redundant include of string.h.Dave Love2000-09-221-7/+0
|
* (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.Dave Love2000-09-222-4/+9
|
* *** empty log message ***Gerd Moellmann2000-09-224-778/+7
|
* (toplevel): Require `vc' when compiling.Gerd Moellmann2000-09-221-1/+4
|
* (fancy-splash-head): Use splash.pbm instead ofGerd Moellmann2000-09-222-2/+7
| | | | splash.xbm.
* #André Spiegel2000-09-221-0/+8
|
* (vc-switch-backend): Signal an error if the file is not registeredAndré Spiegel2000-09-221-0/+2
| | | | under the new backend.
* (vc-rcs-checkin): Fix bug that prevented check-in without explicitAndré Spiegel2000-09-221-2/+2
| | | | revision number.
* (wrong_type_argument, Fthrow, Fsignal, error): DeclareGerd Moellmann2000-09-212-4/+10
| | | | NO_RETURN.
* (NO_RETURN): Define.as `__attribute__((__noreturn__))'Gerd Moellmann2000-09-211-0/+6
| | | | for GCC >= 2.5.
* Avoid some more compiler warnings.Gerd Moellmann2000-09-212-1/+10
| | | | (byte_char_debug_check): Return void.
* Avoid some more compiler warnings.Gerd Moellmann2000-09-2115-36/+62
|
* (quail-help): The output message is improved.Kenichi Handa2000-09-211-37/+53
|
* *** empty log message ***Gerd Moellmann2000-09-213-3/+28
|
* (try_window_reusing_current_matrix): Fix computation ofGerd Moellmann2000-09-211-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 rowsGerd Moellmann2000-09-211-14/+17
| | | | equal at the start. Some simplification.
* (Fx_create_frame): Set default frame parameter valueGerd Moellmann2000-09-211-1/+1
| | | | for tool-bar-lines to 1.