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

45002 commits

Author SHA1 Message Date
Richard M. Stallman
c53f9b3b9c (rx-and): Generate a shy group.
Specify `no-group' when calling rx-to-string.
(rx-submatch): Specify `no-group' when calling rx-to-string.
(rx-kleene): Use rx-atomic-p to decide whether to make a group.
(rx-atomic-p): New function.
2002-12-23 17:43:24 +00:00
Steven Tamm
61f1d295a2 * macmenu.c (MIN_POPUP_SUBMENU_ID): Added
(mac_menu_show): Added support for hierarchical popup menus
	(add_menu_item): Removed indentation support
	(fill_submenu, fill_menu): Now creates hierarchical menus
	instead of using indentation
2002-12-22 23:14:52 +00:00
Richard M. Stallman
0b17a21779 *** empty log message *** 2002-12-22 22:06:38 +00:00
Richard M. Stallman
c525c13c74 (add-to-invisibility-spec): If it was t, start it out at (t). 2002-12-22 22:05:52 +00:00
Richard M. Stallman
67f5dcb800 (makeinfo-buffer): Display result using Info-mode.
(makeinfo-compilation-sentinel-buffer, makeinfo-current-node): New functions.
(makeinfo-compile): Add a sentinel parameter.
(makeinfo-compilation-sentinel-region): Renamed from
makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
(makeinfo-region): Use this.
2002-12-22 22:05:16 +00:00
Richard M. Stallman
f584b4c796 (Info-revert-find-node): New function. 2002-12-22 22:04:51 +00:00
Richard M. Stallman
d02677ab1c (tex-start-of-header, tex-end-of-header): Add defvars. 2002-12-22 22:04:01 +00:00
Richard M. Stallman
602503c5e2 (tex-print): Call shell-quote-argument on the file name. 2002-12-22 22:03:22 +00:00
Richard M. Stallman
ecb2925bf0 (outline-next-visible-heading):
When going forward, test outline-invisible-p at start of header.
2002-12-22 22:02:25 +00:00
Richard M. Stallman
fa74535d44 (pop_new_stack_if_no_contents): Do nothing if new_depth is 1.
(remap_menubar): Don't look in new_stack[0].
(Left): At level 1, do the same thing Right does.
2002-12-22 22:00:44 +00:00
Richard M. Stallman
c67af3f49f (try_cursor_movement): Don't call try_window here.
(redisplay_window): Never redisplay minibuffer when inactive.
2002-12-22 21:59:20 +00:00
Richard M. Stallman
d17551171b (select_window_1): Undo 9/21 change. 2002-12-22 21:57:05 +00:00
Steven Tamm
402e4f8bd4 * macterm.c (XTread_socket): Call KeyTranslate for control and
meta to deal correctly shifted non-alpha characters, like C-S-5
	being treated like C-%.  Does not look for shift key to deal
	with masking off control-key with mac-reverse-ctrl-meta.
2002-12-22 21:09:20 +00:00
Nick Roberts
58e104693b (tooltip-gud-tips): Output tooltip without switching
process filter (gdba in gdb-ui.el only).
(gdb-tooltip-print): New function.
(tooltip-gud-process-output): Undo previous change.
(tooltip-strip-annotations): Remove.
2002-12-22 00:21:06 +00:00
Nick Roberts
5cad7166df *** empty log message *** 2002-12-22 00:20:12 +00:00
Pavel Janík
b059213896 (gud-menu-map): Add jdb support for "run".
(gud-jdb-find-source-using-classpath): Use 'identity.
(gud-jdb-marker-filter): Marker regexp and filename filtering change to
support a backwards-incompatible change in Sun's jdb line number display in
SDK versions 1.4.
(gud-format-command): gud-find-class now requires two parameters (file and
linenumber).
(gud-find-class): Bulk of the change related to using c-syntactic symbols
to locate nested class declarations in java sources visited by java-mode
(cc-mode).
2002-12-21 23:06:34 +00:00
Nick Roberts
02a0d085b2 Remove the concept of an instance. This means that a lot of functions have
been renamed. Accessors are prefixed with gdb-get, setters with gdb-set and
the word instance has been removed from many function and variable names.
(gdb-display-buffer): Protect source buffer as well
as GUD buffer when requesting new buffers.
(gdb-source-info): Two changes : Don't create display buffer
automatically, compute source window correctly.
2002-12-21 23:00:12 +00:00
Nick Roberts
7ffc9fcd67 *** empty log message *** 2002-12-21 22:57:55 +00:00
Richard M. Stallman
f0088f4de8 (Man-getpage-in-background): Put GROFF_NO_SGR in env. 2002-12-21 20:25:25 +00:00
Richard M. Stallman
44a9ca8b7e (original-insert-directory): Make this a variable,
don't set its function definition.
(insert-directory): Use funcall to call that function.
2002-12-21 20:20:47 +00:00
Richard M. Stallman
3fa9a7dfd7 (help-echo): Change tooltip string. 2002-12-21 20:19:37 +00:00
Richard M. Stallman
ba3ca9bc9d (command-history-map): Move definition up. 2002-12-21 20:18:51 +00:00
Richard M. Stallman
645a103873 (help-xref-stack): Add defvar to avoid warning. 2002-12-21 20:18:03 +00:00
Richard M. Stallman
f02cac82a2 (popup_get_selection): Now static. New arg DO_TIMERS.
If it is non-nil, run timers.  Use an unwind-protect to requeue
the events that were read ahead.
(popup_get_selection_unwind): New subroutine.
(popup_get_selection_queue): File-scope variable now holds that queue.
(xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
(xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
Use an unwind-protect to pop down the dialog box.
(xdialog_show_unwind): New subroutine implements that.
2002-12-21 18:19:13 +00:00
Richard M. Stallman
40a301b352 (row_containing_pos): Change exit test using last_y.
(try_window_id): Abort if row_containing_pos returns null.
2002-12-21 18:09:54 +00:00
Richard M. Stallman
164c8bfebc (load_error_handler): New function.
(Fload): Handle errors in Fsubstitute_in_file_name.
Don't expect Fsignal to return.
2002-12-21 18:06:27 +00:00
Richard M. Stallman
2659a09fb8 Errors and throws work right with interrupt blocking.
(struct catchtag): New elt interrupt_input_blocked.
(unwind_to_catch): Restore interrupt_input_blocked from saved value.
(internal_catch, Fcondition_case, internal_condition_case)
(internal_condition_case_1, internal_condition_case_2): Save it.
(Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
2002-12-21 18:05:00 +00:00
Richard M. Stallman
6b381c3ac9 (Fformat): Add parens. 2002-12-21 18:00:23 +00:00
Richard M. Stallman
9f7d921018 Comment change. 2002-12-21 17:59:27 +00:00
Richard M. Stallman
c3a3229c39 (file_name_completion): Fix that change.
Delete special quit-handling code; just use QUIT.
2002-12-21 17:56:16 +00:00
Richard M. Stallman
62e3881f1f (file_name_completion): Close directory on error 2002-12-21 17:46:38 +00:00
Andreas Schwab
2bb27597b3 (dired-insert-directory): Preserve text properties when quoting. 2002-12-21 17:06:54 +00:00
Francesco Potortì
7b11d96e33 *** empty log message *** 2002-12-20 13:01:10 +00:00
Francesco Potortì
47687ab8d9 (rmail-mail-separator): Renamed from
rmail-digest-mail-separator.  All users changed.

(unforward-rmail-message): Rewritten to be more robust and to
additionally account for the common style of forwarding messages
by citing them entirely with headers.
2002-12-20 12:46:44 +00:00
Francesco Potortì
2888e2f3ba *** empty log message *** 2002-12-20 12:45:18 +00:00
Dave Love
457c233aeb keyboard-coding-system, optimize-char-coding-system-table 2002-12-19 20:47:12 +00:00
David Kastrup
73cadfc195 (Fset_window_configuration): Set old_point to correct
value when new_current_buffer == current_buffer.
2002-12-19 16:26:29 +00:00
David Kastrup
1a590729a6 *** empty log message *** 2002-12-19 16:25:44 +00:00
Dave Love
166ce29fb6 (standard-keyboard-coding-systems):
Deleted.
(set-locale-environment): Don't use it.
2002-12-19 12:52:51 +00:00
Andrew Innes
cf6d30d704 ($(DOC)): Use -o and -a options to make-docfile,
because GNU make doesn't append when using >> redirection.
2002-12-18 23:53:01 +00:00
Juanma Barranquero
dd4461ace4 *** empty log message *** 2002-12-18 23:45:45 +00:00
Dave Love
6993ac191d *** empty log message *** 2002-12-18 23:24:47 +00:00
Dave Love
84dc47fd3e (optimize-char-coding-system-table): New.
(register-char-codings): Use it.
2002-12-18 23:21:50 +00:00
Dave Love
c45bb3b117 (ucs-fragment-8859): Don't modify
char-coding-system-table elements destructively.  Use
optimize-char-coding-system-table.
2002-12-18 23:19:01 +00:00
Robert J. Chassell
4f0992b35b Change default width of Buffer-menu-buffer+size-width to 24
and of Buffer-menu-mode-width to 16.
2002-12-18 20:24:51 +00:00
Ben Key
9785d95b98 Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs builtpart of on XP crashes at startup on Windows 9x/ME.' Fixed several Windows API errors detected by BoundsChecker 2002-12-18 06:16:28 +00:00
John Paul Wallington
2504650303 (Info-dir-remove-duplicates): Avoid infloop when
deleting last entry.
2002-12-18 05:16:09 +00:00
Kenichi Handa
7443bd8e6b *** empty log message *** 2002-12-18 02:44:24 +00:00
Nick Roberts
28a771bf30 (gdba-marker-filter, gdb-output-burst): Merge and
rename gud-gdba-marker-filter.
(gdb-append-to-inferior-io): Only pop up IO buffer if there is
output.
(gdb-make-instance): Remove (put into gdba).
Use gdb-instance-enqueue-input instead of
gdb-instance-enqueue-idle-input for user functions.
(gdb-instance-target-string): Simplify.
(in-gdb-instance-context): Remove.
Expand Commentary.
2002-12-17 23:40:06 +00:00
Nick Roberts
faf9f52eb8 *** empty log message *** 2002-12-17 23:38:28 +00:00