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

27877 commits

Author SHA1 Message Date
Gerd Moellmann
418d645c4d (beginning-of-defun-raw): Add regexp
matching open parenthesis in column 0 to defun-prompt-regexp
only if open-paren-in-column-0-is-defun-start is set.
2000-03-24 20:42:41 +00:00
Stefan Monnier
7973e637e4 * eval.c (Fautoload): Add entry in load-history (if after dump).
* lread.c (load-history): Update docstring.
2000-03-24 20:25:34 +00:00
Stefan Monnier
c7dcadb5ca *** empty log message *** 2000-03-24 18:45:23 +00:00
Stefan Monnier
a586093f79 (byte-compile-warning-types, byte-compile-warnings): New warning `noruntime'.
(byte-compile-constants, byte-compile-variables): Fix docstring.
(byte-compile-initial-macro-environment): Use `byte-compile-eval' to
execute `eval-whenc-compile's body.
(byte-compile-unresolved-functions): Fix docstring.
(byte-compile-eval): New function.
(byte-compile-callargs-warn): Check if the function will be available
at runtime (via property `byte-compile-noruntime').
(byte-compile-print-syms): New function.
(byte-compile-warn-about-unresolved-functions): Also warn about
`noruntime' functions (and use `byte-compile-print-syms').
(byte-compile-file): Capitalize the message.
2000-03-24 18:37:48 +00:00
Gerd Moellmann
39210e90ad (Fvertical_motion): Always use the current buffer.
Temporarily change the window's buffer, if necessary.
2000-03-24 13:31:20 +00:00
Gerd Moellmann
3b55acc9b0 *** empty log message *** 2000-03-24 12:21:51 +00:00
Gerd Moellmann
03adf1eea7 (bootstrap-clean): If $(emacs) exists, build
loaddefs.el first.  A loaddefs.el that's not up-to-date might
cause a bootstrap failure because things don't autoload as
expected.
2000-03-24 12:14:43 +00:00
Gerd Moellmann
9f7c6da9c5 (rmail-confirm-expunge): New user-option.
(rmail-expunge): Ask for confirmation depending on the setting
of rmail-confirm-expunge.
2000-03-24 12:12:58 +00:00
Dave Love
02c76af416 *** empty log message *** 2000-03-23 21:20:46 +00:00
Gerd Moellmann
81bf3fa70c *** empty log message *** 2000-03-23 15:09:56 +00:00
Gerd Moellmann
1a3199d987 *** empty log message *** 2000-03-23 13:56:58 +00:00
Gerd Moellmann
47d2ac7545 Skip banner page fix.
(ps-print-version): New version number (5.1.2).
(ps-begin-file, ps-end-file, ps-generate): Code fix.
2000-03-23 13:54:25 +00:00
Gerd Moellmann
67ba52a6a5 Changed the type of parameter passed to the
function defined by `quickurl-format-function'. Before only the
text of the URL was passed. Now the whole URL structure is passed
and the function is responsible for extracting the parts it
requires.  Changed the default of `quickurl-format-function'
accordingly.
(quickurl-insert): Changed the `funcall' of
`quickurl-format-function' to match the above change.
(quickurl-list-insert): Changed the `url' case so that it makes
use of `quickurl-format-function', previous to this the format was
hard wired.
2000-03-23 13:53:14 +00:00
Gerd Moellmann
2447fc02df Eliminate SkipFirstPage. 2000-03-23 13:49:59 +00:00
Gerd Moellmann
72db3ab5d7 *** empty log message *** 2000-03-23 12:00:47 +00:00
Gerd Moellmann
64b0dbdbd2 Change some spellings for the X Window System. 2000-03-23 11:57:22 +00:00
Gerd Moellmann
4b0bb6f3a9 (fast_find_position): Make sure not to consider rows
not visible in the window.
2000-03-23 11:49:14 +00:00
Stefan Monnier
990b2375eb (enum syntaxcode): Provide default for non-Emacs.
(re_compile_fastmap, re_match_2_internal): Undo Dave's previous fix.
2000-03-23 04:36:34 +00:00
Stefan Monnier
68049bfad7 (makefile-warn-suspicious-lines): clean
up the code and the regexp and make sure the cursor is temporarily
moved to the suspicious line while querying the user.
2000-03-23 02:39:58 +00:00
Jason Rumney
ff4df011b9 *** empty log message *** 2000-03-22 23:18:10 +00:00
Jason Rumney
7d8e57dac8 (single_submenu): Set help string to NULL if none.
(w32_menu_show): Set help string correctly.
(add-menu-item): Set help string in MIIM_DATA for menu item.
Load SetMenuItemInfoA explicitly.
(w32_menu_display_help): New function.
2000-03-22 23:15:30 +00:00
Dave Love
01f975608a Restore previous use of browse-url-maybe-new-window. 2000-03-22 23:06:18 +00:00
Jason Rumney
52f326714d (w32-charset-info-alist): Initialize. 2000-03-22 23:01:04 +00:00
Jason Rumney
126f2e3592 (w32_wnd_proc): Handle WM_MENUSELECT message.
(QCdata): Moved to xdisp.c.
Include fontset.h after dispextern.h.
(Fx_create_frame): Do not create fontset.
(w32_load_system_font): Doc fix.
(Fx_close_connection): Free full_name if it is not shared.
2000-03-22 22:29:41 +00:00
Jason Rumney
683e946edf Include frame.h and dispextern.h before fontset.h. 2000-03-22 21:50:25 +00:00
Jason Rumney
d703a6fd93 (w32bdf.obj): Update dependencies. 2000-03-22 21:46:29 +00:00
Ken Raeburn
439d5cb4f7 Changes towards better type safety regarding intervals, primarily
regarding the "parent" handle.  These just separate out the different
usages based on the type of parent (interval vs lisp object); later
changes will do type checking and enforcement.

	* intervals.h (NULL_INTERVAL): Cast to INTERVAL type.
	(INT_LISPLIKE): New macro.
	(NULL_INTERVAL_P): Use it.
	(INTERVAL_HAS_PARENT, INTERVAL_HAS_OBJECT, SET_INTERVAL_PARENT,
	SET_INTERVAL_OBJECT, INTERVAL_PARENT, COPY_INTERVAL_PARENT,
	GET_INTERVAL_OBJECT, INTERVAL_PARENT_OR_NULL): New macros.

	* alloc.c (make_interval, gc_sweep): Use new macros; eliminate all
	explicit references to "parent" field of struct interval and
	associated unclean type conversions.
	* intervals.c (create_root_interval, root_interval, rotate_right,
	rotate_left, balance_possible_root_interval, split_interval_right,
	split_interval_left, interval_start_pos, find_interval,
	next_interval, previous_interval, update_interval,
	adjust_intervals_for_insertion, delete_node, delete_interval,
	adjust_intervals_for_deletion, merge_interval_right,
	merge_interval_left, reproduce_tree, graft_intervals_into_buffer,
	copy_intervals_to_string): Likewise.
	* intervals.h (AM_LEFT_CHILD, AM_RIGHT_CHILD, RESET_INTERVAL):
	Likewise.
	* syntax.c (update_syntax_table): Likewise.

	* intervals.c (reproduce_tree_obj): New function, like
	reproduce_tree but takes a Lisp_Object for the parent.  Declare
	with prototype.
	(graft_intervals_into_buffer): Use it when appropriate.
	(reproduce_tree): Declare with prototype.
	(balance_possible_root_interval): Check that the parent is a lisp
	object before trying to examine its type.
2000-03-22 21:44:05 +00:00
Dave Love
8908429398 (re_compile_fastmap, re_match_2_internal): Fix cast to re_opcode_t. 2000-03-22 14:25:38 +00:00
Gerd Moellmann
ee1c5b2188 *** empty log message *** 2000-03-22 12:17:51 +00:00
Gerd Moellmann
133fc76450 N-up last page fix.
(ps-print-version): New version number (5.1.1).
(ps-end-file, ps-end-job, ps-generate): Code fix.
2000-03-22 12:14:56 +00:00
Gerd Moellmann
34fdc3dd15 Define command only for language level 1. 2000-03-22 12:13:46 +00:00
Gerd Moellmann
f9acb75ec0 (LIBS_TERMCAP): Undef. 2000-03-22 12:08:40 +00:00
Gerd Moellmann
d00b1b631f (lface_same_font_attributes_p): Compare font attributes
as strings only if both are known to be strings.
2000-03-22 12:08:11 +00:00
Stefan Monnier
1fb352e0f9 (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default
definitions for non-Emacs compilation.
(enum re_opcode_t): Remove (not)wordchar and move (not)syntaxspec
outside of `#ifdef emacs'.
(print_partial_compiled_pattern): Update.
(regex_compile): Use (not)syntaxspec(Sword) instead of (not)wordchar.
(re_compile_fastmap): Merge handling of charset and charset_not (for
emacs and non-emacs compilation as well).
Similarly for (not)categoryspec and (not)syntaxspec.
Don't use the fastmap when reaching `anychar' since the added
complexity is not justified.
(re_match_2_internal): Merge (not)wordchar (emacs and non-emacs)
and (not)syntaxspec.  Merge (not)categoryspec.
2000-03-22 04:18:10 +00:00
Stefan Monnier
bfb857d81e (find-file-run-dired): Update docstring.
(find-directory-functions): New hook.
(find-file-noselect): Run find-directory-functions rather than
calling dired directly.
2000-03-22 03:10:07 +00:00
Stefan Monnier
eccd9bd5a3 Add an entry for PCL-CVS' global menu. 2000-03-22 03:05:09 +00:00
Stefan Monnier
cb3430a1f7 * pcvs.el: Add a minimal leading commentary.
(cvs-make-cvs-buffer): Change the header part by removing the startup
message and adding a `Module' entry.  Also replace the FOOTER and
HEADER special fileinfos with the new support in ewoc for updating
its own footer and header.
(cvs-update-header): Update to use the header/footer of the ewoc.
(cvs-mode): Use define-derived-mode and set truncate-lines to t.
(cvs-is-within-p): New function.
(cvs-mode-run): Take advantage of `save-some-buffers's new ability
to only examine some subset of the buffers.
* pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
`format' instead of our own ad-hoc functions.
Remove HEADER and FOOTER cases, now handled in the EWOC.
(cvs-fileinfo<): Remove HEADER and FOOTER cases.
* pcvs-parse.el (cvs-parse-run-table): Change message for unknown
output to avoid scaring the user.
(cvs-parse-table): Catch message for non-up-to-date commits.
* pcvs-defs.el (cvs-startup-message): Remove.
(cvs-global-menu): New autoloaded menu.
* pcvs-util.el (cvs-string-fill): Remove.
* emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
(ewoc--refresh-node): Don't take the whole EWOC but only the relevant
PP part of it and also make it work for footers and headers.
(ewoc-create): Drop POS and BUFFER arguments.
Use the DLL's dummy node to store the end-of-footer position.
(ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
(ewoc-refresh): Remove unused `header' variable.
(ewoc-(get|set)-hf): New functions.
2000-03-22 02:57:23 +00:00
Kenichi Handa
ff1a0d8e5b [!HAVE_WINDOW_SYSTEM] (FACE_SUITABLE_FOR_CHAR_P,
FACE_FOR_CHAR): Define them differently for the configuration of
--without-x.
2000-03-22 01:58:18 +00:00
Kenichi Handa
fdaa1f77d0 *** empty log message *** 2000-03-22 01:51:06 +00:00
Stefan Monnier
d2cbfba006 *** empty log message *** 2000-03-22 01:49:53 +00:00
Stefan Monnier
cdbb990f78 (log-view-(msg|file)-(prev|next)): Rename from
log-view-*-(message|file) and use easy-mmode-define-navigation.
(log-view-message-re): Match SCCS format as well.
And match the revision line rather than the dashed separator line.
(log-view-mode): Use the new define-derived-mode.
(log-view-current-tag): Fill in with an actual implementation.
2000-03-22 01:10:09 +00:00
Stefan Monnier
43e56cba2a (cvs-status-mode): Use define-derived-mode. 2000-03-22 01:08:08 +00:00
Stefan Monnier
184c50918e (cvs-status-(prev|next)): Rename from
cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
(cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
to let the output "breathe" a little more (more readable).
2000-03-22 01:01:36 +00:00
Stefan Monnier
f97e9a8a43 (smerge-auto-leave): New function and variable.
(smerge-basic-map): Rename from smerge-basic-keymap.
Change the bindings for smerge-diff-*.
(smerge-*-map): Use easy-mmode-defmap.
(smerge-(next|prev)): Use easy-mmode-define-navigation.
(smerge-keep-*): Use smerge-auto-leave.
2000-03-22 00:54:55 +00:00
Stefan Monnier
0ae39f5338 *** empty log message *** 2000-03-22 00:39:25 +00:00
Jason Rumney
51663132bc *** empty log message *** 2000-03-21 22:20:57 +00:00
Jason Rumney
731d16f169 (custom-button-face) [w32]: Use same face as x.
(custom-button-pressed-face) [w32]: Likewise.
2000-03-21 21:58:32 +00:00
Gerd Moellmann
3f6e4b8bfb *** empty log message *** 2000-03-21 21:53:43 +00:00
Gerd Moellmann
ece6e35ac9 (tags-case-fold-search): New user-option.
(tags-loop-eval): New function.  Bind case-fold-search around eval
depending on the value of tags-case-fold-search.
(tags-loop-continue): Use tags-loop-eval.
(find-tag-in-order): Bind case-fold-search depending on the value
of tags-case-fold-search.
2000-03-21 21:47:47 +00:00
Dave Love
d152fb46e0 *** empty log message *** 2000-03-21 17:43:59 +00:00