1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 20:30:32 -08:00
Commit graph

80739 commits

Author SHA1 Message Date
Miles Bader
f5490ddcb4 Revert removal of `mm-hack-charsets' in Gnus
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1076
2008-02-24 15:23:45 +00:00
Jason Rumney
2a36efcfc2 (w32font_text_extents): Avoid getting HDC and selecting
a font into it unless we have to.
2008-02-24 15:08:06 +00:00
Stefan Monnier
a2bc5bdd7d Allow fine-grained image-cache flushing.
* dispextern.h (struct image): Add `dependencies' field.
(clear_image_caches): Change arg to Lisp_Object.
* image.c (make_image): Initialize `dependencies' field.
(clear_image_cache): Change arg to allow fine-grained flushing.
Perform the flush even if image-cache-eviction-delay is nil.
(clear_image_caches): Change arg to Lisp_Object.
(Fclear_image_cache): Expand meaning of the argument.
(mark_image): Mark `dependencies' field.
* xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
(lface_hash): Use XHASH rather than XFASTINT.
(face_at_buffer_position): Fix int -> EMACS_INT position.
* xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
(select_frame_for_redisplay): Remove code duplication.
(redisplay_internal): Adapt arg to call to clear_image_caches.
2008-02-24 13:36:39 +00:00
Stefan Monnier
01dcf28448 Remove spurious * in defcustom docstrings.
(hilit-chg-make-ov): Simplify.
(hilit-chg-fixup): Use remove-overlays.
(hilit-chg-set-face-on-change): Remove redundant `remove-text-properties' call.
2008-02-24 13:24:12 +00:00
Miles Bader
b03f96dc5a Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
2008-02-24 10:09:07 +00:00
Miles Bader
52bec650ae Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1073
2008-02-24 06:43:15 +00:00
Miles Bader
20ca5ee4f7 Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-232
2008-02-24 06:09:16 +00:00
Juanma Barranquero
978bef9a86 *** empty log message *** 2008-02-24 02:48:47 +00:00
Juanma Barranquero
608c3307ff *** empty log message *** 2008-02-24 02:37:13 +00:00
Chong Yidong
d7c5579129 ** modify-frame-parameters behaviour broken
The fix Ulrich Neumerkel looks correct, and has been checked in.
2008-02-24 01:06:03 +00:00
Chong Yidong
f93a616bee (x_set_offset): Don't change the gravity if CHANGE_GRAVITY is -1. 2008-02-24 01:05:27 +00:00
Chong Yidong
d59581635f * xterm.c (x_set_offset): Don't change the gravity if
CHANGE_GRAVITY is -1.
2008-02-24 01:05:20 +00:00
Chong Yidong
57b8e96ad5 (x_set_offset): Don't change the gravity if CHANGE_GRAVITY is -1. 2008-02-24 01:04:51 +00:00
Chong Yidong
41cac0d7e8 * xterm.c (x_set_offset): Don't change the gravity if
CHANGE_GRAVITY is -1.
2008-02-24 01:04:34 +00:00
Chong Yidong
230ebb62ba ** nesting of unwind-protect and atomic-change-group
Stefan already fixed this.
2008-02-24 00:59:12 +00:00
Juanma Barranquero
a5b6e5a466 (linum-after-config): Update all visible windows. 2008-02-23 23:35:23 +00:00
Chong Yidong
200cca12a6 ** Auto-Save bug when file/directory no longer exists
Fix in trunk, delaying till after 22.2.
2008-02-23 23:13:52 +00:00
Chong Yidong
ca730bf009 (auto_save_error_occurred): New var.
(auto_save_error): Set it.
(Fdo_auto_save): Don't overwrite the error message if an auto-save
error occurred.
2008-02-23 23:12:52 +00:00
Chong Yidong
9997701e25 * fileio.c (auto_save_error_occurred): New var.
(auto_save_error): Set it.
(Fdo_auto_save): Don't overwrite the error message if an auto-save
error occurred.
2008-02-23 23:12:42 +00:00
Chong Yidong
dd2af8a946 ** Backport find-function-search-for-symbol change to try `.emacs' 2008-02-23 22:39:09 +00:00
Chong Yidong
2f3db9afcf ** Should dired-do-search bind tags-loop-revert-buffers automatically? 2008-02-23 22:34:30 +00:00
Chong Yidong
b12bbf3a8e ** Loading ebrowse file yields warning
Fixed.
2008-02-23 22:00:42 +00:00
Chong Yidong
8dad5b1d24 Remove two other fixed bug items. 2008-02-23 21:59:36 +00:00
Chong Yidong
5d1d0a9868 ** Tweak sit-for to accept the form (sit-for 1 nil t)
Already fixed by Glenn Morris.
2008-02-23 21:58:10 +00:00
Glenn Morris
af09f655a3 Some comments on previous change. A couple of things are already
fixed.
2008-02-23 21:01:03 +00:00
Chong Yidong
3cac8dceb6 Remove some Emacs 22.1 release items, and update bug list. 2008-02-23 20:49:14 +00:00
Chong Yidong
6c83ba5cac (bibtex-convert-alien): Fix sit-for ags. 2008-02-23 20:28:58 +00:00
Chong Yidong
46e114403d * textmodes/bibtex.el (bibtex-convert-alien): Fix sit-for ags. 2008-02-23 20:28:46 +00:00
Glenn Morris
f3468eacb7 (tree-widget-lookup-image): Let-bind `file'. 2008-02-23 20:17:44 +00:00
Glenn Morris
d2c98acc72 iwconfig. 2008-02-23 20:06:44 +00:00
Glenn Morris
beaa23bc22 (iwconfig-program, iwconfig-program-options): Add :version. 2008-02-23 20:02:55 +00:00
Glenn Morris
e69ec7213e Yoni Rabkin <yoni at rabkins.net> (tiny change)
(iwconfig-program, iwconfig-program-options): New variables.
(iwconfig): New function.
2008-02-23 20:01:44 +00:00
Glenn Morris
0329d8a3e8 (menu-bar-games-menu): Add Bubbles and Pong. Add :help for Solitaire and Tetris. 2008-02-23 19:35:42 +00:00
Glenn Morris
0fc1e8febf Remove leading `*' from defcustom doc-strings.
(smtpmail-code-conv-from): Doc fix.  Fix custom type.
(smtpmail-queue-index-file): Make it a defcustom.
(smtpmail-queue-index): Delete.
(smtpmail-send-it, smtpmail-send-queued-mail):
Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
smtpmail-queue-index.
2008-02-23 19:33:50 +00:00
Michael Olson
2a927019fa ERC: Sync from upstream. 2008-02-23 18:58:56 +00:00
Bill Wohler
0103690ed2 (mh-send-letter): Call split-string on mh-send-args when sending
synchronously too.
2008-02-23 18:36:58 +00:00
Eli Zaretskii
9d95a29182 (globals_of_w32): Add initializations for g_b_init_get_sid_sub_authority and
g_b_init_get_sid_sub_authority_count.
2008-02-23 13:38:12 +00:00
Miles Bader
2872062129 Add arch tagline 2008-02-23 08:28:42 +00:00
Dan Nicolaescu
25a4ea6de0 * vc.el (vc-find-revision): Make vc-parent-buffer local before
setting it.
(vc-status-menu-map): Do not define using easy-menu.
(vc-status-menu-map): New defalias.
(vc-status-mode-map): Hook up the menu.
(top-level): Update TODO.

* vc-hg.el (vc-hg-extra-status-menu): Return a keymap.

* vc-bzr.el (vc-bzr-init-version): Rename to ...
(vc-bzr-init-revision): ... this.
2008-02-23 06:32:12 +00:00
Jason Rumney
e50002c894 *** empty log message *** 2008-02-23 00:49:39 +00:00
Jason Rumney
79d48c1a44 (MOUSE_SUPPORT): Remove duplicate tooltip.elc.
(MSDOS_SUPPORT, VMS_SUPPORT): Remove.
(OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too.
(lisp2): Add new languages.
($(DOC)): Use OTHER_PLATFORM_SUPPORT.
2008-02-23 00:30:49 +00:00
Jason Rumney
cba3dac5b5 (WINS_ALMOST): Remove term.
(WINS): Add term here.
(custom-deps, finder-data): Use WINS_ALMOST.
2008-02-23 00:17:28 +00:00
Juanma Barranquero
986845aff7 (font-weight-table): Fix value of `semi-light'. 2008-02-22 23:37:23 +00:00
Stefan Monnier
77100b2aca *** empty log message *** 2008-02-22 19:04:20 +00:00
Stefan Monnier
43a1d19b39 (font_match_xlfd, font_check_xlfd_parse): New funs.
(font_parse_xlfd): Use them for sanity check.
(Finternal_set_font_style_table): Make sure the table is bijiective.
2008-02-22 19:04:03 +00:00
Stefan Monnier
9c7f8459fd (font-weight-table, font-slant-table, font-swidth-table):
Make those tables bijective.
2008-02-22 19:03:06 +00:00
Stefan Monnier
bb5527ce63 (dired-mark-prompt): Don't count/display the t element.
Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
2008-02-22 18:47:26 +00:00
Ken Manheimer
f7aa70c758 Finish pdbtrack integration cleanup, settling missing-functions
byte compiler warnings appropriately.

* progmodes/python.el (python-point): Remove this - beginning-of-line was
all that was necessary for `python-pdbtrack-overlay-arrow'.
(python-end-of-def-or-class, python-beginning-of-def-or-class)
(python-goto-initial-line): Drop these - they were only needed for
python-point.
(python-comint-output-filter-function): Use condition-case and
beginning-of-line directly, instead of python-mode.el functions
which require all sorts of baggage.
(point-safe): Unnecessary - we're using condition-case directly,
instead.
(python-execute-file): Include for python-shell, which i'm leaving
in keeping despite it being unnecessary for pdb tracking.
2008-02-22 17:49:48 +00:00
Stefan Monnier
6087292e62 Include termhooks.h to find the image_cache slot in terminal objects. 2008-02-22 17:45:11 +00:00
Stefan Monnier
354884c46e Consolidate the image_cache to the terminal struct.
* termhooks.h (P_): Remove redundant def.
(struct terminal): New field `image_cache'.
* frame.h (FRAME_IMAGE_CACHE): New macro.  Use it everywhere in place
of FRAME_X_IMAGE_CACHE.
* xterm.h (struct x_display_info): Remove image_cache field.
(FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
* w32term.h (struct w32_display_info): Remove image_cache field.
(FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
* macterm.h (struct mac_display_info): Remove image_cache field.
(FRAME_X_IMAGE_CACHE): Remove.  Use FRAME_IMAGE_CACHE instead.
* xterm.c (x_term_init):
* w32term.c (w32_term_init):
* macterm.c (mac_term_init): Set the image_cache in the terminal.
* dispextern.h (clear_image_cache, forall_images_in_image_cache):
Remove declarations.
(clear_image_caches, mark_image_cache): New declarations.
* xfaces.c (clear_face_cache):
* xdisp.c (redisplay_internal): Use clear_image_caches.
* image.c (clear_image_cache): Don't check that a frame is on
a window-system before checking if it shares the same cache.
(clear_image_caches): New function.
(Fclear_image_cache): Use it.
(mark_image): Move from allo.c.
(mark_image_cache): Move from alloc.c and forall_images_in_image_cache.
* alloc.c (mark_image, mark_image_cache): Move to image.c.
(mark_object): Don't call mark_image_cache for frames.
(mark_terminals): Call mark_image_cache.
2008-02-22 17:42:09 +00:00