1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 17:10:51 -08:00
Commit graph

31836 commits

Author SHA1 Message Date
Andrew Innes
b94fdf61ba Copy across changelog entries for regex.c. 2000-10-26 12:43:47 +00:00
Dave Love
166a0ef795 fix my email 2000-10-26 12:38:02 +00:00
Gerd Moellmann
0e6623421d (Fdelete_frame): Doc fix. Move running the hook
down after the last error condition check.
2000-10-26 12:07:17 +00:00
Gerd Moellmann
6c5b90af86 (Fdelete_frame): Run delete-frame-hook. 2000-10-26 11:59:45 +00:00
Dave Love
e9f63196af (widget-browse-mode): Add `special' mode-class property. 2000-10-26 09:39:10 +00:00
Dave Love
7f352f861c (custom-mode): Add `special' mode-class property. 2000-10-26 09:32:19 +00:00
Dave Love
5701edda1e (widget-specify-field): Revert to using local-map
property, not keymap.
2000-10-26 09:21:21 +00:00
Miles Bader
c1545d885d (widget-field-end):
When checking for a `boundary' field, do so in the correct buffer.
2000-10-26 08:22:40 +00:00
Miles Bader
3c1b77ca33 (undo): Correctly distinguish between numeric and non-numeric prefix
args in non-transient-mark-mode, as per the doc string.  When in
transient-mark-mode, treat all prefix-args as numeric.
2000-10-26 07:44:46 +00:00
Miles Bader
e276a14ac5 (previous-matching-history-element):
Position point on match.
  Handle N == 0 correctly.
  Miscellaneous cleanup.
2000-10-26 04:35:48 +00:00
Kenichi Handa
e7c9eef9a6 (decode_coding): Fix previous change (check also
CODING_MODE_LAST_BLOCK).
2000-10-26 01:22:29 +00:00
Kenichi Handa
42f92d4d10 *** empty log message *** 2000-10-26 01:22:14 +00:00
Miles Bader
22626d9d98 *** empty log message *** 2000-10-26 00:47:27 +00:00
Stefan Monnier
e7efc503b4 *** empty log message *** 2000-10-26 00:46:48 +00:00
Miles Bader
44016d251b (comint-mode): Locally set `next-line-add-newlines' to nil.
(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.
2000-10-26 00:46:47 +00:00
Stefan Monnier
0161849810 More unsigned char' -> re_char' changes.
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'.
2000-10-26 00:45:01 +00:00
Stefan Monnier
d97151cb57 *** empty log message *** 2000-10-25 23:36:06 +00:00
Stefan Monnier
1e7d1ab059 (where_is_cache, where_is_cache_keymaps): New vars.
(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).
2000-10-25 23:35:21 +00:00
Stefan Monnier
5e011cb2e8 (vc-version-other-window): Bind `file'. 2000-10-25 21:45:09 +00:00
Jason Rumney
3d647abe6a *** empty log message *** 2000-10-25 19:10:39 +00:00
Gerd Moellmann
ea7d6f5b54 *** empty log message *** 2000-10-25 19:09:24 +00:00
Gerd Moellmann
d5ab63b2e2 (batch-update-authors): New function.
(authors-fixed-entries): New defconst.
(authors-add-fixed-entries): New function.
(authors): Call it.: Don't process lispref/.
2000-10-25 19:01:38 +00:00
Gerd Moellmann
fbb4390299 (update-authors): New target for maintenance
purposes.
2000-10-25 19:00:55 +00:00
Jason Rumney
3060662ffb (custom-button-face, custom-button-pressed-face): Merge x w32 and mac
definitions.
2000-10-25 18:45:11 +00:00
Jason Rumney
17c25cea21 *** empty log message *** 2000-10-25 18:44:01 +00:00
Dave Love
072cb6f926 (cperl-mode): Set
normal-auto-fill-function correctly.
2000-10-25 13:41:19 +00:00
Miles Bader
d5789b65af (pos_visible_p): Don't add `it.current_y' twice. 2000-10-25 13:14:16 +00:00
Gerd Moellmann
4ecda53267 *** empty log message *** 2000-10-25 12:14:15 +00:00
Gerd Moellmann
83de0a1878 (menu-bar-options-menu): Add a help string for
`uniquify'.
2000-10-25 12:13:52 +00:00
Gerd Moellmann
b6735035d2 (time-stamp-string-preprocess): Fix a wrong
type argument error.
2000-10-25 12:08:59 +00:00
Gerd Moellmann
3a641a69d3 (pos_visible_p): New function. 2000-10-25 11:55:10 +00:00
Gerd Moellmann
c4586ad1d8 (pos_visible_p): Add prototype. 2000-10-25 11:54:27 +00:00
Gerd Moellmann
53bb6b996b (pos_fully_visible_p): Removed.
(Fpos_visible_in_window_p): Use pos_visible_p to determine
if position is visible and/or fully visible.
2000-10-25 11:53:54 +00:00
Andrew Choi
eff8b78d7f Remove file mac/.emacs. 2000-10-25 11:48:28 +00:00
Andrew Choi
2d7d039022 2000-10-25 Andrew Choi <akochoi@i-cable.com>
* 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.
2000-10-25 11:47:10 +00:00
Miles Bader
f4cbc7a0dd (mouse-wheel-mode): New global minor mode.
(mwheel-install): Use `mouse-wheel-mode'.
2000-10-25 11:39:51 +00:00
Miles Bader
a30ccae670 (recentf-mode): Variable removed.
(recentf-mode): Use `define-minor-mode'.
2000-10-25 11:38:08 +00:00
Andrew Choi
e90813b8f6 Say that Emacs can now be built on the Macintosh. 2000-10-25 11:27:50 +00:00
Kenichi Handa
a92e4183e8 (send_process): If OBJECT is t, it means that the data
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.
2000-10-25 11:06:51 +00:00
Kenichi Handa
68c3a13776 *** empty log message *** 2000-10-25 11:06:35 +00:00
Dave Love
f4b020f69a Don't
inherit from global-map and don't nullify menu-bar and tool-bar
bindings since keymap properties DTRT.
2000-10-25 09:55:35 +00:00
Gerd Moellmann
a540f6ed85 (Visiting Functions): Typos. 2000-10-25 09:46:57 +00:00
Miles Bader
ff4dcd4b53 *** empty log message *** 2000-10-25 07:36:30 +00:00
Miles Bader
2480a59bda (find_field):
Use the correct overlay marker when checking after_overlay's start ins type.
2000-10-25 07:35:11 +00:00
Miles Bader
1d5f4c1de4 (overlays_at): Only let CHANGE_REQ inhibit an assignment of startpos to
prev when startpos == pos.
2000-10-25 07:30:21 +00:00
Miles Bader
a850ac03f0 (widget-field-at): New function.
(widget-at, widget-field-activate): Use it.
(widget-tabable-at): Use `widget-at'.
(widget-specify-field): If the terminating character of the widget
  field (which is read-only) is a newline, put it into a special
  `boundary' field so that C-n/C-p act more naturally.
(widget-field-end): Also don't subtract one if a special
  `boundary' field has been added after the widget field.
2000-10-25 07:16:44 +00:00
Miles Bader
ebe2a441bf *** empty log message *** 2000-10-25 05:38:31 +00:00
Miles Bader
8b9a0f4516 (widget-beginning-of-line, widget-end-of-line):
Replace with aliases of the normal emacs b-o-l/e-o-l functions.
(widget-field-keymap, widget-text-keymap):
  Don't bind C-a/C-e.
2000-10-25 05:37:15 +00:00
Miles Bader
c7c800d8d1 (comint-output-filter, comint-send-input):
Don't bother adding stickiness fields to overlays to fool the field
  code, since it should notice the overlay insertion-types now.
2000-10-25 05:21:54 +00:00
Miles Bader
7ae1c03203 (find_field):
Set the field stickiness correctly from overlay fields.
  Use renamed `text_property_stickiness'.
(text_property_stickiness):
  Renamed from `char_property_stickiness'.
2000-10-25 05:18:10 +00:00