1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
Commit Graph

31813 Commits

Author SHA1 Message Date
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
Miles Bader
8d41abc445 (get_char_property_and_overlay): New function.
(Fget_char_property): Use it.
2000-10-25 05:14:01 +00:00
Miles Bader
beed66fe18 (get_char_property_and_overlay): Add declaration. 2000-10-25 05:13:17 +00:00
Stefan Monnier
4980114564 Use AREF, ASET and ASIZE macros.
(Fmake_sparse_keymap): Docstring fix.
(synkey): Remove.
(shadow_lookup): Move up.
Handle the case where lookup-key returns an integer.
(where_is_internal_1): Drop arg `keymap'. Don't check shadowing.
(where_is_internal_2): Adapt to fewer args for where_is_internal_1.
(Fwhere_is_internal): Allow `xkeymap' to be a list of keymaps.
Simplify/rewrite the keymap-finding code.
Add check for command shadowing, using shadow_lookup.
2000-10-25 04:42:23 +00:00
Stefan Monnier
39e776cd97 *** empty log message *** 2000-10-25 03:02:29 +00:00
Stefan Monnier
320c9428b4 (fix_submap_inheritance): Use get_keymap_1 on parent_entry
rather than KEYMAPP, to allow EQ to work correctly if parent_entry is
a symbol.
2000-10-25 03:02:17 +00:00
Miles Bader
04145a653f Update. 2000-10-25 02:55:21 +00:00
Kenichi Handa
80e8b2c20f (Visiting Functions): Return value of find-file-noselect may be a list
of buffers if wildcards are used.
2000-10-25 00:42:48 +00:00
Kenichi Handa
28bcdbee27 *** empty log message *** 2000-10-25 00:42:31 +00:00
Dave Love
26f42fedae *** empty log message *** 2000-10-24 23:17:02 +00:00
Dave Love
5633ded3f7 getenv is a command 2000-10-24 23:15:39 +00:00
Gerd Moellmann
53df4dda9d *** empty log message *** 2000-10-24 21:19:27 +00:00
Gerd Moellmann
70f57a7251 (ps-generate): Fix odd/even pages printing bug. 2000-10-24 21:17:40 +00:00
Gerd Moellmann
395be66e04 Now there is a column formatting mechanism.
Modified to customization mechanisms convention.  Doc fix.
(columns): New group for delim-col.
(delimit-columns-before, delimit-columns-after)
(delimit-columns-format, delimit-columns-extra, delimit-columns-start)
(delimit-columns-end): New vars.
(delimit-columns-customize, delimit-columns-format): New funs.
(delimit-columns-region, delimit-columns-rectangle)
(delimit-columns-rectangle-line): Modified to support column
formatting.
2000-10-24 21:17:06 +00:00
Gerd Moellmann
4fa09beb83 (unlock_all_files): Use unlock_file to expand each
buffer's file_truename before trying remove its lock file.
2000-10-24 20:57:11 +00:00
Gerd Moellmann
0a9ad6144d (authors-aliases): Add some more aliases.
(authors): Set file coding system to iso-2022-7bit.  Add
file-local variables to output buffer.
2000-10-24 20:41:46 +00:00
Gerd Moellmann
fe50b6abd8 (after-find-file): Don't print any warnings if
WARN is nil.
2000-10-24 15:18:19 +00:00
Gerd Moellmann
9acc387375 *** empty log message *** 2000-10-24 15:11:21 +00:00
Gerd Moellmann
53bb90cad6 (after-find-file): Don't print a message ``New file''
if WARN is nil.
2000-10-24 15:06:14 +00:00
Andrew Innes
2488aba5ed (directory_files_internal_unwind): New function.
(directory_files_internal): Use it to ensure closedir is called
even if expand-file-name or file-attributes throw, eg. because of
a user interrupt.  Also enable immediate_quit while calling
re_search, so that matching can be interrupted as well.
2000-10-24 14:45:36 +00:00
Gerd Moellmann
7ae2f10f73 (size_window): Prevent setting window's width or
height to a negative value (esp. with XSETFASTINT).
2000-10-24 14:05:50 +00:00
Andrew Innes
5b370c2bad (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
NT-Emacs only.
(re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
so that re_search functions only quit when callers expect them to.
2000-10-24 14:00:55 +00:00
Gerd Moellmann
5dcab13e69 (state_protected_p, last_state_size, last_heapinfo)
[GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New variables.
(protect_malloc_state) [GC_MALLOC_CHECK &&
GC_PROTECT_MALLOC_STATE]: New function.
(PROTECT_MALLOC_STATE): New macro.
(__malloc_initialize, morecore, _malloc_internal)
(_free_internal) _realloc_internal): Use it to make _heapinfo
read-only outside of gmalloc.
2000-10-24 12:41:23 +00:00
Dave Love
a98397797d *** empty log message *** 2000-10-24 12:40:08 +00:00