1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

44991 Commits

Author SHA1 Message Date
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
Dave Love
0c8410d509 (ucs-mule-cjk-to-unicode)
(ucs-unicode-to-mule-cjk): Revert last change.
(utf-subst-table-for-encode): Initially use
ucs-mule-cjk-to-unicode.
(utf-subst-table-for-decode): Initially use
ucs-unicode-to-mule-cjk.
(utf-fragment-on-decoding, utf-translate-cjk): Don't modify
char-coding-system-table elements destructively.
(utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
ucs-unicode-to-mule-cjk to new hash tables with realistic
parameters.
2002-12-17 17:58:13 +00:00
Kenichi Handa
b6da19efbc *** empty log message *** 2002-12-17 11:57:18 +00:00
Kenichi Handa
701414e3a0 (set-file-name-coding-system): New function. 2002-12-17 11:56:56 +00:00
Kenichi Handa
2308d0d7e0 (mule-keymap, set-coding-system-map):
Add bindings for set-file-name-coding-system.
2002-12-17 11:56:26 +00:00
Kenichi Handa
0e9ec6091e (universal-coding-system-argument):
Bind coding-system-require-warning to t.
(select-safe-coding-system): Handle t in the arg
DEFAULT-CODING-SYSTEM specially.  Use read-coding-system to read a
coding-system to allow users to specify unsafe coding system on
their risk.
2002-12-17 11:40:47 +00:00
Kenichi Handa
42b01e1e9b (choose_write_coding_system): Even if
Vcoding_system_for_write is non-nil, if
coding_system_require_warning is nonzero, call
Vselect_safe_coding_system_function.
2002-12-17 11:39:59 +00:00
Kenichi Handa
6926d59136 (coding_system_require_warning): Extern it. 2002-12-17 11:39:34 +00:00
Kenichi Handa
5d5bf4d8e1 (coding_system_require_warning): New variable.
(syms_of_coding): DEFVAR it.
2002-12-17 11:39:13 +00:00
Markus Rost
bfcf6dbef2 (lisp, shortlisp): Add cus-face and timer.
(lisp): Add font-core.
2002-12-17 01:26:01 +00:00
Francesco Potortì
96f428d1ba (rmail-digest-methods, rmail-digest-mail-separator): New variables.
(rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
(rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
(rmail-digest-parse-rfc934): New functions.
(undigestify-rmail-message): Completely rewritten.
2002-12-16 17:05:59 +00:00
Francesco Potortì
652c86e823 *** empty log message *** 2002-12-16 17:05:09 +00:00