1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
Commit graph

68206 commits

Author SHA1 Message Date
Jan Djärv
1bfb06fb18 Removed Gtk/Xft issue. 2007-01-27 06:29:16 +00:00
Richard M. Stallman
b361562977 *** empty log message *** 2007-01-27 04:32:24 +00:00
Vinicius Jose Latorre
d47570439f Fix background height 2007-01-27 00:10:33 +00:00
Jan Djärv
430e6c77d8 (xg_initialize): Call XftInit if HAVE_XFT. 2007-01-26 16:34:19 +00:00
Jan Djärv
cddb78449f *** empty log message *** 2007-01-26 16:34:09 +00:00
Jan Djärv
9d89ffd03e Regenerated 2007-01-26 16:33:30 +00:00
Jan Djärv
7e6601408a Use XFT_LIBS if defined. 2007-01-26 16:33:01 +00:00
Jan Djärv
aa4ff486d4 Add check for libXft. 2007-01-26 16:32:49 +00:00
Eli Zaretskii
f2133d9e8f (finder-data, custom-deps): Depend on $(lisp)/loaddefs.el. 2007-01-26 15:29:17 +00:00
YAMAMOTO Mitsuharu
3fb8b536dd (SIGNAL_THREAD_CHECK): Use pthread_equal. 2007-01-26 08:36:34 +00:00
YAMAMOTO Mitsuharu
cf2db1459f (interrupt_input_blocked): Declare volatile. 2007-01-26 08:36:18 +00:00
YAMAMOTO Mitsuharu
86302e37c3 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use
BLOCK_INPUT/UNBLOCK_INPUT.
2007-01-26 08:35:54 +00:00
Dan Nicolaescu
1408b0d5a9 (custom-deps, finder-data): Add dependency to
loaddefs.el.
2007-01-25 05:26:01 +00:00
Kenichi Handa
58f8a3f97b *** empty log message *** 2007-01-25 01:21:38 +00:00
Juanma Barranquero
e8bc7b9558 *** empty log message *** 2007-01-24 14:53:27 +00:00
Miles Bader
5e51de792c Make byte compiler correctly write circular constants
2007-01-24  Miles Bader  <miles@gnu.org>

   * lisp/emacs-lisp/bytecomp.el (byte-compile-output-file-form)
   (byte-compile-output-docform): Bind `print-circle' to t.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-614
2007-01-24 13:57:38 +00:00
Miles Bader
b28080e33a Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 196)

   - Update from CVS

2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
   custom choice.

   * lisp/gnus/gnus-art.el (gnus-signature-limit): Fix custom choice.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-612
2007-01-24 07:13:07 +00:00
Miles Bader
53688138bc Add arch tagline 2007-01-24 07:12:55 +00:00
Kenichi Handa
704621710b *** empty log message *** 2007-01-24 06:42:22 +00:00
Kenichi Handa
bce8f5e8ef Re-copied from X11R6/contrib/clients/cxterm. 2007-01-24 06:36:58 +00:00
Kenichi Handa
11ac653865 New file. 2007-01-24 06:32:58 +00:00
Kenichi Handa
091fee4481 (skkdic-convert): Insert a relative
file name of the original SKK dictionary file.
2007-01-24 06:29:34 +00:00
Kenichi Handa
a6737fe74c Regenerated. 2007-01-24 06:28:04 +00:00
Kim F. Storm
0af1451662 (describe_map): Don't consider prefix keys to be shadowed. 2007-01-24 00:26:30 +00:00
Kim F. Storm
ff40b263cb *** empty log message *** 2007-01-24 00:26:20 +00:00
Kim F. Storm
155943b98e (ido-initial-position): New variable.
(ido-read-internal): Set it if default item is specified.
(ido-minibuffer-setup): Position cursor accordingly if set.
(ido-edit-input): C-e moves to end of input if not already there.
(ido-magic-backward-char): C-b does like M-b if prev char is /.
Don't switch to buffer mode if repeating C-b at start of input.
(ido-toggle-ignore): C-a only toggles ignore at start or end of
input; else it moves to start of input.
(ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
not at end of input, delete rest of input, rather than normal op.
2007-01-24 00:07:34 +00:00
Kim F. Storm
5445772e91 *** empty log message *** 2007-01-23 23:58:09 +00:00
Michael Kifer
279c800c55 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-util.el (ediff-clone-buffer-for-region-comparison): change text
	of message. Activate mark.
	(ediff-activate-mark): set transient-mark-mode to t.

	* ediff.el (ediff-regions-wordwise,ediff-regions-linewise): changed
	docstrings.

	* viper-keym.el (viper-insert-basic-map): deleted binding for S-TAB.
2007-01-23 20:56:57 +00:00
Juanma Barranquero
9671c13af8 (Finsert_char): Doc fix.
(Fget_internal_run_time, Fdecode_time): Fix typos in docstrings.
2007-01-23 13:19:36 +00:00
Martin Rudalics
bfb2471c3d *** empty log message *** 2007-01-23 07:40:29 +00:00
Martin Rudalics
5a31f3ff84 (Reverting): Use "buffer" instead of "file"
when talking about major and minor modes.
2007-01-23 07:39:57 +00:00
Martin Rudalics
7fd09fb51c (describe-variable): Don't suppress display of
buffer local value when the value is "large".
2007-01-23 07:16:11 +00:00
Chong Yidong
040c474e1c Regenerate. 2007-01-23 00:57:48 +00:00
Chong Yidong
e6e2db62bc Bump version to 22.0.93. 2007-01-23 00:47:29 +00:00
Kim F. Storm
cba9a3a5ee (ido-active): Add xemacs test from ido-minibuffer-setup.
(ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
(ido-tidy): Use ido-active.
2007-01-22 22:37:25 +00:00
Kim F. Storm
67155dc3f4 *** empty log message *** 2007-01-22 22:37:15 +00:00
Juanma Barranquero
a30cc07b6e (hexl-mode-exit): Add missing quote. 2007-01-22 15:04:05 +00:00
YAMAMOTO Mitsuharu
447466a5f8 *** empty log message *** 2007-01-22 08:28:34 +00:00
YAMAMOTO Mitsuharu
0f5c771993 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Don't
pass keyboard modifiers to mac_store_drag_event, but put them as
kEventParamKeyModifiers Apple event parameter.
2007-01-22 08:28:15 +00:00
YAMAMOTO Mitsuharu
1879b65c3d (mac-keyboard-modifier-mask-alist): New constant.
(mac-ae-keyboard-modifiers): New function.
(mac-handle-toolbar-switch-mode): Use it.
(mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
if keyboard modifiers on drop contain option key.
(mac-dnd-drop-data): Add optional argument `action'.
(special-event-map): Remove binding for M-drag-n-drop.
2007-01-22 08:27:23 +00:00
Richard M. Stallman
cddbf85a95 *** empty log message *** 2007-01-22 07:14:15 +00:00
Richard M. Stallman
6cbe2ec405 (add-log-current-defun): Use CC Mode functions to
find the beginning and end of a defun.
2007-01-22 00:10:19 +00:00
Chong Yidong
fee8b690a2 * dispnew.c (update_text_area): Revert 2006-09-17 change.
Always redraw non-mode-line rows with mouse-face.
2007-01-21 23:30:02 +00:00
Chong Yidong
234e47aaa3 (try_window): Revert previous change. 2007-01-21 23:29:20 +00:00
Chong Yidong
64401adc71 * xdisp.c (try_window): Revert previous change.
* dispnew.c (update_text_area): Revert 2006-09-17 change.
Always redraw non-mode-line rows with mouse-face.
2007-01-21 23:29:00 +00:00
Chong Yidong
724b824a77 ** lennart.borgman.073@student.lu.se, Dec 21:
Saving when the coding system can't code all buffer characters
Handa says it is on his TODO list; not blocking release.
2007-01-21 22:35:59 +00:00
Nick Roberts
b35ef705cd (gdb-var-create-regexp)
(gdb-var-create-handler): Handle value field in GDB output of
-var-create.
(gdb-max-frames): New variable.
(gdb-stack-buffer, gdb-frames-select): Use it.
(gdb-info-stack-custom): Help user customize gdb-max-frames,
if necessary.
(gdb-get-frame-number): Simplify.
2007-01-21 21:03:40 +00:00
Nick Roberts
d1bf4d2f6a *** empty log message *** 2007-01-21 21:02:40 +00:00
Glenn Morris
3c762dd974 Update copyright to 2007. 2007-01-21 20:54:07 +00:00
Glenn Morris
7cdc02a62a Add 2007 to copyright. 2007-01-21 20:49:59 +00:00