1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00
Commit Graph

59691 Commits

Author SHA1 Message Date
Kim F. Storm
94e16dd575 (window_split_tree): New function.
(Fwindow_split_tree): New defun.
(syms_of_window): Defsubr it.
2005-10-04 14:14:05 +00:00
Chong Yidong
222a6c9b7f * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
case the user clicks on the link while another window is selected.
	(Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.

	* dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
	functionality.
	(dframe-help-echo): Save point in case mouse tracking is off.
2005-10-04 14:06:44 +00:00
Miles Bader
bbcb5072a3 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-572
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 129-130)

   - Update from CVS

2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/time-date.el: Autoload parse-time-string, XEmacs needs it.
2005-10-04 13:55:17 +00:00
YAMAMOTO Mitsuharu
66533b2580 *** empty log message *** 2005-10-04 09:21:09 +00:00
YAMAMOTO Mitsuharu
d4a8455bf1 (mac_invert_rectangle): New function.
(XTflash): Use it.
2005-10-04 09:20:38 +00:00
YAMAMOTO Mitsuharu
9797a87d24 Prefer Carbon if --enable-carbon-app or --with-carbon is explicitly
specified even when X11 is detected.
2005-10-04 09:19:37 +00:00
YAMAMOTO Mitsuharu
1d4d56045e Regenerate. 2005-10-04 09:19:24 +00:00
Stefan Monnier
4e2f601fbc (re_char): Don't expose it in the interface.
(re_set_whitespace_regexp): Adjust the arg's type to not use it.
2005-10-04 04:32:50 +00:00
Stefan Monnier
6470ea05f9 (re_char): Move it back to the implementation file.
(re_set_whitespace_regexp): Change the arg's type to not use it.
2005-10-04 04:31:08 +00:00
Stefan Monnier
4156359ea5 (make_lispy_event): If point has moved between down and up event, make it
a drag, not a click, to mirror what mouse-drag-region expects.
2005-10-04 04:23:12 +00:00
Thien-Thi Nguyen
c7bef55fee (ange-ftp-ls): Fix typo introduced in last change. 2005-10-04 00:21:58 +00:00
Stefan Monnier
6d1f4dc422 (c-basic-common-init): Remove calls to
make-local-variable which we do not need any more.
2005-10-03 21:23:06 +00:00
Stefan Monnier
6c715ec53e (c-setup-paragraph-variables): Make sure we do
not change the global value of those vars.
2005-10-03 21:21:35 +00:00
Stefan Monnier
b63f6e81f7 Use with-current-buffer.
(ange-ftp-insert-directory): Do not follow symlinks any more.
2005-10-03 21:19:15 +00:00
Chong Yidong
7752250e6b * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
(speedbar-ignored-path-expressions, speedbar-buffers-line-path)
	(speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
	(speedbar-path-line): Define obsolete aliases.
	(speedbar-line-directory): Doc fix.

	* progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
	(vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
	instead of speedbar-line-path.
2005-10-03 20:46:29 +00:00
Chong Yidong
56e2a181bf Add details of Speedbar merge. 2005-10-03 20:45:55 +00:00
Jan Djärv
03714c7f09 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
to nil if dropping on a window.  Handle dropping on a minibuffer window
like dropping on a non-window part of Emacs.
2005-10-03 19:41:49 +00:00
Jan Djärv
9a49a36bdb * frames.texi (Drag and Drop): Remove the x- from
x-dnd-open-file-other-window and xdnd-protocol-alist.
2005-10-03 19:31:29 +00:00
Stefan Monnier
1430e7f9b9 (url-http-create-request): Avoid incorrect implicit uni->multibyte conversion. 2005-10-03 18:19:45 +00:00
Stefan Monnier
326ebf78cd (ispell-find-aspell-dictionaries): Remove interactive spec. 2005-10-03 18:11:35 +00:00
Kim F. Storm
64fb500aac (ido-mode): Use custom-initialize-set. 2005-10-03 16:45:35 +00:00
Kim F. Storm
f4f5169ffe *** empty log message *** 2005-10-03 16:45:22 +00:00
Kim F. Storm
1a765705f5 *** empty log message *** 2005-10-03 07:37:43 +00:00
Nick Roberts
70a08278a1 (Fringe Size/Pos): Simplify and add detail. 2005-10-03 06:39:08 +00:00
Nick Roberts
a1f5a1f00c *** empty log message *** 2005-10-03 06:37:57 +00:00
Richard M. Stallman
edd6952073 Discard old maintainer email addr. 2005-10-03 01:12:41 +00:00
Richard M. Stallman
4a3acb20d8 *** empty log message *** 2005-10-02 19:07:16 +00:00
Dan Nicolaescu
eb27c2ca1f * lisp.h (fatal): Undo previous change.
* term.c (fatal): Undo previous change.
2005-10-02 18:35:05 +00:00
Richard M. Stallman
cde3239fdb yes 2005-10-02 17:44:18 +00:00
Richard M. Stallman
b0de446f2b (ebnf-eps-production-list): Use insert-buffer-substring. 2005-10-02 17:39:25 +00:00
Richard M. Stallman
f9f51bbf9e Pacify byte compiler warnings in pacification code.
(tramp-handle-file-local-copy): Use insert-buffer-substring.
2005-10-02 17:37:34 +00:00
Stefan Monnier
edb18c43df (ange-ftp-insert-directory): Fix up the search when `file' is absolute. 2005-10-02 15:54:03 +00:00
Stefan Monnier
402893bb42 (ange-ftp-insert-directory): Undo unintended part in last change. 2005-10-02 15:38:20 +00:00
Stefan Monnier
ba6be78d4e Clarify the local variables entry. 2005-10-02 15:01:48 +00:00
Romain Francoise
942c40e3e3 (compile-goto-error): Delete extra paren. 2005-10-02 11:07:01 +00:00
Andreas Schwab
aae3725f5f (ediff-fixup-patch-map): Handle file names without
directory component in the session info.
2005-10-02 09:35:32 +00:00
Richard M. Stallman
b059f7d08e *** empty log message *** 2005-10-02 03:36:42 +00:00
Richard M. Stallman
5a5ee8142b (comint-redirect-subvert-readonly): Doc fix. 2005-10-02 03:34:29 +00:00
Richard M. Stallman
ae0cc840ad (compilation-buffer-name): New arg MODE-COMMAND.
(compilation-start): Pass new arg to compilation-buffer-name.
(compile-goto-error): Use next-error-internal.
2005-10-02 03:33:18 +00:00
Richard M. Stallman
56ab610b00 (next-error-internal): New function. 2005-10-02 03:33:02 +00:00
Richard M. Stallman
71433d39f5 (face_color_gray_p): Colors close to black count as gray. 2005-10-02 03:28:56 +00:00
Chong Yidong
24bbdbefcc * speedbar.el: Remove RCS tag.
(speedbar-check-read-only): Handle non-existent files.

	* dframe.el, ezimage.el, sb-image.el: Remove RCS tags.

	* info.el (Info-speedbar-hierarchy-buttons)
	(Info-speedbar-goto-node): Call speedbar-select-attached-frame.
2005-10-02 03:11:03 +00:00
Miles Bader
dceb5300d2 Add arch tagline 2005-10-02 00:23:59 +00:00
Kim F. Storm
58e5658e85 (try_window): Skip scroll-margin check if ZV is visible. 2005-10-01 20:42:09 +00:00
Kim F. Storm
21a9a7be96 *** empty log message *** 2005-10-01 20:41:57 +00:00
Romain Francoise
1fdecd0cd4 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* textmodes/bibtex.el (bibtex-valid-entry-whitespace-re): Do not
	match newline.
	(bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
	(bibtex-summary): remove unnecessary save-excursion.
	(bibtex-fill-field-bounds): Use fill-region-as-paragraph.
2005-10-01 20:09:23 +00:00
Jason Rumney
95f7628455 (set-version): Set version numbers in nt/emacs.rc. 2005-10-01 12:51:42 +00:00
YAMAMOTO Mitsuharu
ddcb766578 *** empty log message *** 2005-10-01 11:12:06 +00:00
YAMAMOTO Mitsuharu
c3bd8190a2 (mac_draw_string_common, x_per_char_metric)
(mac_compute_glyph_string_overhangs, init_font_name_table)
(XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
(atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
(x_draw_glyph_string_background)
(x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
XDrawImageString.  Always draw background and foreground separately.
(x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
functions for one-byte chars when using ATSUI-compatible fonts.
(atsu_font_id_hash) [USE_ATSUI]: New variable.
(syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
(XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
max_char_or_byte2 more in detail.
(quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
2005-10-01 11:11:32 +00:00
YAMAMOTO Mitsuharu
04904a238e (struct _XCharStruct): New member valid_p.
(STORE_XCHARSTRUCT): Set valid_p.
(struct MacFontStruct) [USE_ATSUI]: New member mac_style.
2005-10-01 11:09:44 +00:00