1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 03:20:39 -08:00
Commit graph

27319 commits

Author SHA1 Message Date
Eli Zaretskii
ad98e89f4f (run_msdos_command): Don't call dos_ttcooked, dos_ttraw, and bright_bg
if noninteractive is non-zero.
2008-11-15 16:20:09 +00:00
Chong Yidong
85bdc6d29e (x_draw_glyph_string): For stretch glyphs, don't call
x_draw_glyph_string_background.
2008-11-15 05:33:17 +00:00
Chong Yidong
fb098a4b61 * xterm.c (x_draw_glyph_string): For stretch glyphs, don't call
x_draw_glyph_string_background.

* w32term.c (x_draw_glyph_string): Likewise.
2008-11-15 05:32:55 +00:00
Chong Yidong
8afbb9372d (x_draw_glyph_string): Stop drawing the background of the next glyph
string once past the overhang width.
2008-11-15 05:21:20 +00:00
Chong Yidong
06e23d40a6 (ns_draw_glyph_string): Stop drawing the background of the next glyph
string once past the overhang width.
2008-11-15 05:20:49 +00:00
Chong Yidong
e3f81cd557 (x_draw_glyph_string): Stop drawing the background of the next glyph
string once past the overhang width.
2008-11-15 05:20:33 +00:00
Chong Yidong
ce952b6ebb * xterm.c (x_draw_glyph_string): Stop drawing the background of
the next glyph string once past the overhang width.

* nsterm.m (ns_draw_glyph_string): Likewise.

* w32term.c (x_draw_glyph_string): Likewise.
2008-11-15 05:20:12 +00:00
Chong Yidong
db65a627b0 (Finsert_file_contents): Decrement specpdl_ptr to avoid double file
close.
2008-11-14 21:11:15 +00:00
Chong Yidong
26ea70797a * fileio.c (Finsert_file_contents): Decrement specpdl_ptr to avoid
double file close.
2008-11-14 21:10:43 +00:00
Martin Rudalics
1c33c906e0 (window_loop): In DELETE_BUFFER_WINDOWS case, reset
dedicated status of window before attempting to display another
buffer in it.
2008-11-14 13:53:21 +00:00
Juanma Barranquero
8fc29035f3 * w32-fns.el (w32-shell-dos-semantics):
* calendar/diary-lib.el (diary-face-attrs):
* international/mule-cmds.el (set-default-coding-systems)
  (prefer-coding-system):
* net/tramp.el (tramp-set-completion-function):
* progmodes/vhdl-mode.el (vhdl-file-header):
* term/pc-win.el (msdos-show-help): Fix typos in docstrings.

* emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.

* files.el (enable-local-eval, not-modified, kill-buffer-ask)
  (kill-matching-buffers, save-buffers-kill-emacs)
  (save-buffers-kill-terminal): Fix typos in docstrings.
  (switch-to-buffer-other-window): Reflow docstring.
  (revert-buffer): Doc fix.
  (define-project-bindings): Rename arg LIST to SETTINGS.
  (project-find-settings-file): Use `let', not `let*'.  Use `when'.
2008-11-14 13:05:18 +00:00
Eli Zaretskii
55fb428628 (OBJ1, WIN32OBJ): Fix whitespace. 2008-11-14 12:17:38 +00:00
Katsumi Yamaoka
3fda03158c (BASE_PURESIZE): Increase to 1260000. 2008-11-14 00:17:11 +00:00
Juanma Barranquero
22e33406d4 Fix typo in comment. 2008-11-12 15:59:06 +00:00
Chong Yidong
62e62ea866 (x_set_alpha): Set alpha to -1 if nil given. 2008-11-12 15:52:12 +00:00
Chong Yidong
f2d5c00fe8 Negative alpha means "don't touch". 2008-11-12 15:51:35 +00:00
Chong Yidong
2f8e69ccca (x_set_frame_alpha): Do nothing if alpha is negative. 2008-11-12 15:51:11 +00:00
Chong Yidong
7e849c1743 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
* frame.h: Negative alpha means "don't touch".

* w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.

* xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
2008-11-12 15:49:45 +00:00
Dan Nicolaescu
b9fd67bd5c * hftctl.c:
* chpdef.h:
* acldef.h: Remove files used only for systems no longer supported.

* Makefile.in: Fix .o alphabetical ordering.
(hftctl.o): Remove dependency, file removed.
(keymap.o, print.o): Depend on charset.h.
2008-11-12 07:17:21 +00:00
Juanma Barranquero
60612c8fd3 Fix typos. 2008-11-11 08:41:18 +00:00
Kenichi Handa
a68053337d (map_char_table_for_charset): Add comment. 2008-11-11 07:25:27 +00:00
Kenichi Handa
6f1b43a0ad (Vchar_unify_table): Comment added. 2008-11-11 01:05:17 +00:00
Kenichi Handa
d5998e0317 (Fget_byte): Fix and make it faster for unibyte target. 2008-11-10 00:47:08 +00:00
Chong Yidong
cc524e3b21 (file_name_completion): If completion_ignore_case is enabled, ignore
case when checking completion-regexp-list.
2008-11-08 16:55:23 +00:00
Chong Yidong
be70e18348 * dired.c (file_name_completion): If completion_ignore_case is
enabled, ignore case when checking completion-regexp-list.
2008-11-08 16:55:09 +00:00
Eli Zaretskii
7cf94eac0d (get_lim_data): Fix last change. 2008-11-08 14:19:03 +00:00
Kenichi Handa
ee107a899d (Fget_byte): New function.
(syms_of_character): Defsubr Fget_byte.
2008-11-08 13:02:38 +00:00
Chong Yidong
4a240b947e (try_window_reusing_current_matrix): Ensure that window cursor
position is valid after scrolling.
2008-11-07 00:29:07 +00:00
Chong Yidong
5fd1562210 * xdisp.c (try_window_reusing_current_matrix): Ensure that window
cursor position is valid after scrolling.
2008-11-07 00:28:31 +00:00
Juanma Barranquero
13d62fadec * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix. 2008-11-06 11:20:05 +00:00
Glenn Morris
a1dd29361a (handle_one_xevent): Don't let popup menus cause
mouse-autoselect-window related window switching.  (Bug#1261)
2008-11-06 03:49:28 +00:00
Glenn Morris
723f3a23f5 Fix comment typo. 2008-11-06 03:47:50 +00:00
Chong Yidong
15773d23ec (xim_close_dpy): Avoid double-free on X11R6 XIM. 2008-11-04 16:47:34 +00:00
Chong Yidong
860cd236ce * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM. 2008-11-04 16:46:54 +00:00
Andreas Schwab
653a3150f7 (Fx_wm_set_size_hint): Add missing return value. 2008-11-04 12:30:42 +00:00
Chong Yidong
1c44e12438 (Fx_wm_set_size_hint): New function. 2008-11-03 17:56:55 +00:00
Chong Yidong
870f5cac95 * xfns.c (Fx_wm_set_size_hint): New function. 2008-11-03 17:56:46 +00:00
Martin Rudalics
1e02f3cb58 (Fprevious_single_char_property_change): Return 0
when there's no change in a string.  (Bug#1301)
2008-11-03 17:31:56 +00:00
Martin Rudalics
e630dfc6a8 (command_loop_1): Handle NORECORD in call of
Fselect_frame (currently ifdefd).
2008-11-02 10:47:42 +00:00
Martin Rudalics
c8938ab6d1 (choose_minibuf_frame): Handle NORECORD in call of
Fset_frame_selected_window.
2008-11-02 10:41:28 +00:00
Martin Rudalics
c6932ecd58 (select_frame_norecord): New function.
(run_window_configuration_change_hook): Use it and call
Fselect_frame with NORECORD set.
(Fselect_window): Pass NORECORD to Fselect_frame.
(Fset_window_configuration): Handle NORECORD argument in call of
do_switch_frame.
2008-11-02 10:40:51 +00:00
Martin Rudalics
9e61f0d769 (do_switch_frame, Fselect_frame)
(Fset_frame_selected_window): Adjust declarations.
2008-11-02 10:39:39 +00:00
Martin Rudalics
216e6a1497 (do_switch_frame): New argument NORECORD passed to Fselect_window.
(Fselect_frame): New argument NORECORD passed to do_switch_frame.
(Fset_frame_selected_window): New argument NORECORD passed to
Fselect_frame.
(Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument
in call of do_switch_frame.
(Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame):
Handle NORECORD argument in call of Fselect_frame.
2008-11-02 10:38:42 +00:00
Glenn Morris
9020b22311 Ulrich Mueller <ulm at kph.uni-mainz.de>
(USAGE2): Untabify.
2008-11-02 02:08:12 +00:00
Stefan Monnier
793ffee82e (fill_gstring_header): Fix copy/paste typo. 2008-11-01 02:21:24 +00:00
Martin Rudalics
ab6d1131b4 (Fnext_window, Fprevious_window): Rewrite doc-string.
(Fother_window): Rename argument and rewrite doc-string.
(select_window_norecord): Fix return value.  (Bug#1276)
2008-10-31 14:06:33 +00:00
Juanma Barranquero
601a9cf1e3 * w32fns.c (x_create_tip_frame): Prevent default foreground color for
new frames overriding foreground for tooltips.  Based on similar patch
  from Martin Rudalics <rudalics@gmx.at>.  (Bug#1032)
2008-10-30 01:27:06 +00:00
Chong Yidong
29dadb541c (Fdaemon_initialized): Initialize nfd. 2008-10-29 18:03:03 +00:00
Chong Yidong
813b0652d6 * emacs.c (Fdaemon_initialized): Initialize nfd. 2008-10-29 18:02:53 +00:00
Martin Rudalics
4414f58f67 (syms_of_xdisp): Mention set-window-buffer in
doc-string of window-scroll-functions.
2008-10-29 11:00:51 +00:00