- 26 Oct, 2000 26 commits
-
-
Dave Love authored
* gnus-util.el (gnus-kill-all-overlays): Move out.
-
Dave Love authored
* gnus-ems.el: Remove gnus-xemacs. Autoload smiley. (gnus-kill-all-overlays): Move here.
-
Dave Love authored
* gnus-demon.el (gnus-demon-time-to-step): theHour was set to seconds instead of hour.
-
Dave Love authored
* mail-source.el: Require imap when compiling and defvar display-time-mail-function. Require mm-util. (nnheader-cancel-timer): Autoload. (mail-source-imap-authenticators, mail-source-imap-streams): New variables. (mail-sources): Use them. (defvar): Use rmail-spool-directory unconditionally. 2000-10-26 Per Abrahamsen <abraham@dina.kvl.dk> * mail-source.el (mail-sources): Better `:type'. 2000-10-26 Kai Gro�ohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> * mail-source.el (mail-source-keyword-map): Use `rmail-spool-directory' as a default directory for the `file' source, if the variable is defined. Fall back to hardcoded "/usr/spool/mail/", as before. Suggestion by Steven E. Harris <seh@speakeasy.org>.
-
Dave Love authored
-
Gerd Moellmann authored
-
Miles Bader authored
-
Gerd Moellmann authored
(ps-print-version): New version number (6.2.1).
-
Gerd Moellmann authored
-
Gerd Moellmann authored
Handle obscured lines at the top of the window.
-
Andrew Innes authored
-
Dave Love authored
-
Gerd Moellmann authored
down after the last error condition check.
-
Gerd Moellmann authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
property, not keymap.
-
Miles Bader authored
When checking for a `boundary' field, do so in the correct buffer.
-
Miles Bader authored
args in non-transient-mark-mode, as per the doc string. When in transient-mark-mode, treat all prefix-args as numeric.
-
Miles Bader authored
Position point on match. Handle N == 0 correctly. Miscellaneous cleanup.
-
Kenichi Handa authored
CODING_MODE_LAST_BLOCK).
-
Kenichi Handa authored
-
Miles Bader authored
-
Stefan Monnier authored
-
Miles Bader authored
(comint-mode-map): Reverse order of `comint-write-output' and `comint-append-output-to-file'. (comint-append-output-to-file): Reinstate this function, for the benefit of the menu.
-
Stefan Monnier authored
Also change several `int' into `re_wchar_t'. (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove. (PUSH_FAILURE_POINTER): Don't cast any more. (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'. We want GCC to complain, since this piece of code makes re_match non-reentrant, which *should* be fixed. (GET_BUFFER_SPACE): Use size_t rather than unsigned long. (EXTEND_BUFFER): Use RETALLOC. (SET_LIST_BIT): Don't cast. (re_wchar_t): New type. (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC that those two functions will always properly return. (IMMEDIATE_QUIT_CHECK): Cast to void. (analyse_first): Use recursion rather than an explicit stack. (re_compile_fastmap): Can't fail anymore. (re_search_2): Don't check re_compile_fastmap for failure. (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT. Now also sets the new value (passed in a new argument). (re_match_2_internal): Use it. Also, use a new var `reg' of type size_t when looping through regs rather than reuse the inappropriate `mcnt'.
-
- 25 Oct, 2000 14 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
(Fset_keymap_parent, store_in_keymap): Flush the where-is cache. (where_is_internal): Renamed from Fwhere_is_internal. Don't DEFUN any more. Arg `xkeymap' replaced by `keymaps'. (Fwhere_is_internal): New function wrapping where_is_internal. (where_is_internal_1): Handle the case where we're filling the cache. (syms_of_keymap): Init and gcpro the where_is_cache(|_keymaps).
-
Stefan Monnier authored
-
Jason Rumney authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(authors-fixed-entries): New defconst. (authors-add-fixed-entries): New function. (authors): Call it.: Don't process lispref/.
-
Gerd Moellmann authored
purposes.
-
Jason Rumney authored
definitions.
-
Jason Rumney authored
-
Dave Love authored
normal-auto-fill-function correctly.
-
Miles Bader authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
`uniquify'.
-
Gerd Moellmann authored
type argument error.
-