1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00
Commit graph

84396 commits

Author SHA1 Message Date
Juri Linkov
d455ee85bc (abbrev-map, narrow-map): New variables.
Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
Rebind related commands to these new maps.
(ctl-x-r-map): New variable for rectangle, register and bookmark
keys.  Move rectangle keybindings to rect.el and register
keybindings to register.el.
(next-buffer, previous-buffer): Remove C-x prefix and move
keybindings to ctl-x-map.
2008-06-30 19:37:02 +00:00
Juri Linkov
ef705f2574 (hi-lock-regexp-history): Make it an obsolete alias
to `regexp-history'.
(hi-lock-face-history): Rename to `hi-lock-face-defaults' and
make it an obsolete alias to it.
(hi-lock-face-defaults): New variable renamed from
`hi-lock-face-history'.
(hi-lock-line-face-buffer, hi-lock-face-buffer)
(hi-lock-face-phrase-buffer): Use `read-regexp' instead of
`read-from-minibuffer'.  Doc fix.
(hi-lock-read-face-name): Replace `hi-lock-face-history' with
`hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
Set `hist' arg of `completing-read' to `face-name-history'.
Put a list of default faces to `default' arg instead of `hist' arg.
2008-06-30 19:36:38 +00:00
Juri Linkov
2aef0850e7 (face-name-history): New variable.
(make-face, make-empty-face): Replace interactive spec "S"
with `read-from-minibuffer' where `read' arg is t and
`hist' arg is `face-name-history'.
(read-face-name): Set `hist' arg of `completing-read-multiple'
to `face-name-history'.
(list-faces-display): Use `read-regexp' instead of `read-string'
to read regexp.
2008-06-30 19:35:59 +00:00
Juanma Barranquero
be4927704b Fix CRLF breakage. 2008-06-30 12:49:28 +00:00
Juanma Barranquero
88702c81a0 * quail/hangul3.el: Remove (unneeded since 2008-06-03). 2008-06-30 12:46:18 +00:00
Miles Bader
08fc78fe05 Fix a bug with parsing of overlapping markup sequences in rcirc
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1299
2008-06-30 08:00:27 +00:00
Kenichi Handa
1cf6763fdb (xftfont_open): Don't call FcConfigSubstitute and
XftDefaultSubstitute (they are called in XftFontMatch).
(xftfont_open): Fix args to ftfont_font_format.
2008-06-30 07:40:40 +00:00
Kenichi Handa
7d7ad10e33 (fc_charset_table): New member lang.
(ftfont_resolve_generic_family): New arg pattern.
(ftfont_spec_pattern): Check fc_cahrset_table[]->lang.
(ftfont_list): Call ftfont_resolve_generic_family with `pattern'.
(ftfont_open): Fix args to ftfont_font_format.
(ftfont_font_format): New arg filename.
2008-06-30 07:39:14 +00:00
Chong Yidong
811029d313 Fix typo in comments. 2008-06-30 02:12:47 +00:00
Chong Yidong
8d3810fd98 (Finternal_merge_in_global_face): If default face was modified,
realize it again.  Update the font face attribute.
2008-06-30 02:09:21 +00:00
Chong Yidong
44b754c7c9 * xfaces.c (Finternal_merge_in_global_face): If default face was
modified, realize it again.  Update the font face attribute.
2008-06-30 02:08:44 +00:00
Michael Albinus
8e303a2fe1 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
from 2008-06-28.  It does not work on W32.
2008-06-29 16:53:46 +00:00
Jason Rumney
4e179b1957 (x_set_frame_alpha): Fix logic. 2008-06-29 16:12:37 +00:00
Jason Rumney
a4521b0326 *** empty log message *** 2008-06-29 16:12:15 +00:00
Juri Linkov
90993beb6e Add `read-regexp'. 2008-06-29 16:11:04 +00:00
Juri Linkov
96f606c5e6 (read-regexp): New function.
(keep-lines-read-args, occur-read-primary-args):
Call `read-regexp' instead of code moved to new function.
(keep-lines, flush-lines, how-many): Remove parenthesis and colon
from the end of prompt.
(replace-re-search-function): Doc fix.
2008-06-29 16:10:11 +00:00
Kenichi Handa
c0cd125512 (compose-region): Mention the special handling of TAB. 2008-06-29 14:44:12 +00:00
Kenichi Handa
7a6744749f (describe-char-display): Always return a string.
(describe-char-padded-string): New function.
(describe-char): Adjusted for the change of
describe-char-display.  Use describe-char-padded-string.
2008-06-29 14:42:35 +00:00
Kenichi Handa
fe44f0091c (Finternal_char_font): Return font-object instead of font-name. 2008-06-29 14:31:18 +00:00
Kenichi Handa
8e86803cbf (get_composition_id): Fix the width calculation for TAB. 2008-06-29 14:27:16 +00:00
Stefan Monnier
baed8445dd (Fvertical_motion): Properly handle float column arg. 2008-06-29 13:56:50 +00:00
Andreas Schwab
b861de913e (vc-dir): Make backend argument optional and use
vc-responsible-backend when nil.  Interactively pass nil for
backend instead of using the backend of what happens to be
default-directory at the time of the call.
2008-06-29 12:50:20 +00:00
Andreas Schwab
2cd119e329 (find-dired-filter): Preserve point. 2008-06-29 08:10:56 +00:00
Jeffrey C Honig
2cefb8a7ff (mh-invisible-header-fields-internal): Add invisible header fields for
X-Hz (mail from Hertz), X-Proofpoint (Proofpoint antivirus/anti-spam)
and X-RIM (Research In Motion).
2008-06-29 03:06:12 +00:00
Jay Belanger
92e1588172 Adjust image of mode line throughout. 2008-06-29 03:02:14 +00:00
Juanma Barranquero
ea5973038f Fix typos.
* lisp/net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
  (sasl-find-mechanism, sasl-next-step):
* lisp/net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
  (sasl-ntlm-response): Fix typos in docstrings.
* doc/misc/sasl.texi (Mechanisms): Fix typos.
2008-06-29 01:51:51 +00:00
Kenichi Handa
f059add388 *** empty log message *** 2008-06-29 01:32:25 +00:00
Jason Rumney
0f784aa6cd Add Windows support note to alpha frame parameter. 2008-06-28 23:57:37 +00:00
Jason Rumney
8b61a89113 * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer.
(pfnSetLayeredWindowAttributes): New function pointer.
(w32_initialize): Initialize it when supported.
(x_set_frame_alpha): New function.

* w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'.
(w32_frame_parm_handlers): Set alpha handler.

* frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
2008-06-28 23:54:27 +00:00
Glenn Morris
a7d5452078 *** empty log message *** 2008-06-28 19:30:07 +00:00
Glenn Morris
c80992009f *** empty log message *** 2008-06-28 19:12:50 +00:00
Glenn Morris
cf2fc7e9e1 robert marshall <robert at capuchin.co.uk> (tiny change)
(view-hello-file): Doc fix.
2008-06-28 19:01:46 +00:00
Chong Yidong
96c1a8004a (inhibit-face-set-after-frame-default): Var deleted.
(set-face-attribute, face-set-after-frame-default)): Don't use it.
2008-06-28 15:53:07 +00:00
Chong Yidong
6c782e598e * faces.el (inhibit-face-set-after-frame-default): Var deleted.
(set-face-attribute, face-set-after-frame-default)): Don't use it.
2008-06-28 15:52:52 +00:00
Johan Bockgård
3696411eeb (Other Image Types): Fix copy/paste error; say "PBM", not "XBM". 2008-06-28 15:38:05 +00:00
John Paul Wallington
d7ad7a5ec1 (defmath): Add `doc-string' decl. Add docstring. 2008-06-28 14:19:02 +00:00
Michael Albinus
5da241082e * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
(tramp-convert-file-attributes): Convert symlinks only when
returned from `tramp-handle-file-attributes-with-stat'.
2008-06-28 10:17:22 +00:00
Michael Albinus
2d8b5d77c1 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
`substitute-in-file-name' when unloading.
(tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
2008-06-28 10:15:00 +00:00
Dan Nicolaescu
f731e2f977 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
(vc-string-prefix-p): Move function ...
* vc.el (vc-string-prefix-p): ... here.
2008-06-28 07:30:47 +00:00
Glenn Morris
dcaf1e4bfe *** empty log message *** 2008-06-28 03:50:16 +00:00
Juanma Barranquero
a1fc8acb0f * vc-dir.el (vc-dir): Complete only directory names. 2008-06-27 23:29:15 +00:00
Jason Rumney
7992f52c27 Fix last change. 2008-06-27 22:37:00 +00:00
Jason Rumney
57016d3747 * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight)
(w32_to_x_weight, w32_to_all_x_charsets): Remove obsolete functions.
(w32_to_x_charset, x_to_w32_charset)
(Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
(Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
(Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
(Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
(Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
(Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
(Qw32_charset_mac, Vw32_charset_info_alist): Move to w32font.c.
(Qw32_charset_unicode): Remove.
(syms_of_w32fns): Update for above changes.

* w32font.c (w32_to_x_charset, x_to_w32_charset)
(Qw32_charset_ansi, Qw32_charset_symbol, Qw32_charset_default)
(Qw32_charset_shiftjis, Qw32_charset_hangeul, Qw32_charset_johab)
(Qw32_charset_chinesebig5, Qw32_charset_gb2312, Qw32_charset_oem)
(Qw32_charset_easteurope, Qw32_charset_turkish, Qw32_charset_baltic)
(Qw32_charset_russian, Qw32_charset_arabic, Qw32_charset_greek)
(Qw32_charset_hebrew, Qw32_charset_vietnamese, Qw32_charset_thai)
(Qw32_charset_mac, Vw32_charset_info_alist): Move from w32fns.c.
(syms_of_w32font): Update for above changes.

* w32-fns.el (top-level): Unconditionally define all charsets.
2008-06-27 22:33:12 +00:00
Alan Mackenzie
13ac2398ff cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to the CC Mode specific
functions; this is no longer needed, since {beginning,end}-of-defun now
pass ARG to ...-of-defun-function.

cc-defs.el (c-emacs-features): new feature 'argumentative-bod-function.

----------------------------------------------------------------------
cc-defs.el cc-mode.el CVS:
----------------------------------------------------------------------
2008-06-27 21:12:46 +00:00
Alan Mackenzie
2a79117ef5 *** empty log message *** 2008-06-27 21:09:47 +00:00
John Paul Wallington
610117a9d0 (list-command-history): Use `bound-and-true-p'.
(command-history-map): Define within defvar.  Add docstring.
2008-06-27 17:51:24 +00:00
Juanma Barranquero
24c23999e1 (image-jpeg-p): Don't fail if the arg cannot be converted to unibyte.
Just assume it is not a JPEG.  Use `string-match-p'.
(image-type-from-data, image-type-from-file-name): Use `string-match-p'.
(image-type-from-buffer): Use `looking-at-p'.
2008-06-27 15:58:36 +00:00
Dan Nicolaescu
9fa1c445a9 (USG_SHARED_LIBRARIES): Remove duplicate definition. 2008-06-27 14:32:24 +00:00
Dan Nicolaescu
d6bf1bdb87 Fix previous change: keep the correct branch of a
removed #if.
2008-06-27 14:22:17 +00:00
Juanma Barranquero
cdc5b68f33 * ibuf-ext.el (diff-sentinel): Declare. 2008-06-27 10:34:50 +00:00