aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2000-10-26 Dirk Meyer <[email protected]>Dave Love2000-10-261-2/+3
| | | | | * gnus-demon.el (gnus-demon-time-to-step): theHour was set to seconds instead of hour.
* 2000-10-26 Dave Love <[email protected]>Dave Love2000-10-261-132/+170
| | | | | | | | | | | | | | | | | | | | | | * 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 <[email protected]> * mail-source.el (mail-sources): Better `:type'. 2000-10-26 Kai Gro�ohann <[email protected]> * 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 <[email protected]>.
* Various updates.Dave Love2000-10-261-27/+32
|
* *** empty log message ***Gerd Moellmann2000-10-262-4157/+14
|
* Add entry for `pos-visible-in-window-p'.Miles Bader2000-10-261-0/+4
|
* Avoid compilation gripes.Gerd Moellmann2000-10-261-31/+33
| | | | (ps-print-version): New version number (6.2.1).
* *** empty log message ***Gerd Moellmann2000-10-262-0/+10
|
* (pos_visible_p): Change current buffer if necessary.Gerd Moellmann2000-10-261-9/+36
| | | | Handle obscured lines at the top of the window.
* Copy across changelog entries for regex.c.Andrew Innes2000-10-261-0/+12
|
* fix my emailDave Love2000-10-261-2/+2
|
* (Fdelete_frame): Doc fix. Move running the hookGerd Moellmann2000-10-261-9/+13
| | | | down after the last error condition check.
* (Fdelete_frame): Run delete-frame-hook.Gerd Moellmann2000-10-262-0/+12
|
* (widget-browse-mode): Add `special' mode-class property.Dave Love2000-10-262-0/+11
|
* (custom-mode): Add `special' mode-class property.Dave Love2000-10-261-0/+2
|
* (widget-specify-field): Revert to using local-mapDave Love2000-10-261-2/+4
| | | | property, not keymap.
* (widget-field-end):Miles Bader2000-10-262-7/+12
| | | | When checking for a `boundary' field, do so in the correct buffer.
* (undo): Correctly distinguish between numeric and non-numeric prefixMiles Bader2000-10-262-9/+18
| | | | | args in non-transient-mark-mode, as per the doc string. When in transient-mark-mode, treat all prefix-args as numeric.
* (previous-matching-history-element):Miles Bader2000-10-262-35/+43
| | | | | | Position point on match. Handle N == 0 correctly. Miscellaneous cleanup.
* (decode_coding): Fix previous change (check alsoKenichi Handa2000-10-261-0/+1
| | | | CODING_MODE_LAST_BLOCK).
* *** empty log message ***Kenichi Handa2000-10-261-0/+5
|
* *** empty log message ***Miles Bader2000-10-261-0/+8
|
* *** empty log message ***Stefan Monnier2000-10-261-0/+23
|
* (comint-mode): Locally set `next-line-add-newlines' to nil.Miles Bader2000-10-261-3/+13
| | | | | | | (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.
* More `unsigned char' -> `re_char' changes.Stefan Monnier2000-10-261-195/+165
| | | | | | | | | | | | | | | | | | | | | | | | 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'.
* *** empty log message ***Stefan Monnier2000-10-252-0/+14
|
* (where_is_cache, where_is_cache_keymaps): New vars.Stefan Monnier2000-10-251-47/+122
| | | | | | | | | (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).
* (vc-version-other-window): Bind `file'.Stefan Monnier2000-10-251-4/+5
|
* *** empty log message ***Jason Rumney2000-10-251-0/+5
|
* *** empty log message ***Gerd Moellmann2000-10-252-42/+267
|
* (batch-update-authors): New function.Gerd Moellmann2000-10-251-4/+147
| | | | | | (authors-fixed-entries): New defconst. (authors-add-fixed-entries): New function. (authors): Call it.: Don't process lispref/.
* (update-authors): New target for maintenanceGerd Moellmann2000-10-251-0/+5
| | | | purposes.
* (custom-button-face, custom-button-pressed-face): Merge x w32 and macJason Rumney2000-10-251-14/+2
| | | | definitions.
* *** empty log message ***Jason Rumney2000-10-251-0/+5
|
* (cperl-mode): SetDave Love2000-10-252-1/+4
| | | | normal-auto-fill-function correctly.
* (pos_visible_p): Don't add `it.current_y' twice.Miles Bader2000-10-252-2/+6
|
* *** empty log message ***Gerd Moellmann2000-10-252-0/+15
|
* (menu-bar-options-menu): Add a help string forGerd Moellmann2000-10-251-1/+1
| | | | `uniquify'.
* (time-stamp-string-preprocess): Fix a wrongGerd Moellmann2000-10-252-18/+23
| | | | type argument error.
* (pos_visible_p): New function.Gerd Moellmann2000-10-251-0/+46
|
* (pos_visible_p): Add prototype.Gerd Moellmann2000-10-251-0/+1
|
* (pos_fully_visible_p): Removed.Gerd Moellmann2000-10-251-62/+18
| | | | | (Fpos_visible_in_window_p): Use pos_visible_p to determine if position is visible and/or fully visible.
* Remove file mac/.emacs.Andrew Choi2000-10-252-11/+1
|
* 2000-10-25 Andrew Choi <[email protected]>Andrew Choi2000-10-256-9/+19
| | | | | | | | | | * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml. * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml. * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h. * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
* (mouse-wheel-mode): New global minor mode.Miles Bader2000-10-252-6/+33
| | | | (mwheel-install): Use `mouse-wheel-mode'.
* (recentf-mode): Variable removed.Miles Bader2000-10-251-39/+30
| | | | (recentf-mode): Use `define-minor-mode'.
* Say that Emacs can now be built on the Macintosh.Andrew Choi2000-10-251-3/+3
|
* (send_process): If OBJECT is t, it means that the dataKenichi Handa2000-10-251-12/+20
| | | | | | is from C string, but we should encode it. Before calling setup_raw_text_coding_system, be sure to flush out data by the previous coding system.
* *** empty log message ***Kenichi Handa2000-10-251-0/+7
|
* Don'tDave Love2000-10-252-7/+7
| | | | | inherit from global-map and don't nullify menu-bar and tool-bar bindings since keymap properties DTRT.
* (Visiting Functions): Typos.Gerd Moellmann2000-10-252-1/+5
|