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

84416 commits

Author SHA1 Message Date
Glenn Morris
cfa6d52a2d *** empty log message *** 2008-07-01 04:10:01 +00:00
Glenn Morris
8acdcf6f1f Regnerate. 2008-07-01 03:14:10 +00:00
Glenn Morris
aadbdbe268 Spelling fix. 2008-07-01 03:07:26 +00:00
Glenn Morris
a7c29764d9 American English spelling fixes. 2008-07-01 03:05:49 +00:00
Glenn Morris
f838179402 Spelling fix. 2008-07-01 03:04:08 +00:00
Glenn Morris
67e8d28aa6 Set bug-reference-url-format. 2008-07-01 03:03:21 +00:00
Glenn Morris
aecf718188 Spelling fixes. 2008-07-01 03:02:59 +00:00
Glenn Morris
549c0a9664 Spelling fix. 2008-07-01 03:02:37 +00:00
Glenn Morris
375dd2b6a2 Fix typo. 2008-07-01 03:01:12 +00:00
Glenn Morris
bcfce2c7f8 American English spelling fix. 2008-07-01 03:00:46 +00:00
Glenn Morris
b72333b2a6 American English spelling fixes. 2008-07-01 03:00:20 +00:00
Glenn Morris
135305ed48 American English spelling fix. 2008-07-01 02:59:53 +00:00
Glenn Morris
2f0c93d16d American English spelling fixes. 2008-07-01 02:57:56 +00:00
Glenn Morris
5b64eab919 American English spelling fix. 2008-07-01 02:57:31 +00:00
Glenn Morris
3d4c9dbda5 (cpp_undefs): Rename from `undefs', update uses.
Use $srcdir rather than $top_srcdir.  Set before calling AC_OUTPUT,
and explicitly export there.  (Bug#507.)
2008-07-01 02:56:08 +00:00
Nick Roberts
959005e4db (gdb-create-source-file-list): New option.
(gdb-init-2): Use it.  Don't run gdb-mode-hook again.
(gdb-var-list-children-regexp, gdb-var-update-regexp)
(gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
(gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
(gdb-stack-list-locals-regexp): Future proof regexps better.
2008-07-01 01:57:50 +00:00
Nick Roberts
21247f1b17 *** empty log message *** 2008-07-01 01:56:22 +00:00
Juri Linkov
8daffab737 Bind global keys to ctl-x-r-map in autoload cookies. 2008-06-30 19:40:47 +00:00
Juri Linkov
e1dc2a695e Rebind two global `C-x a' keys "n", "p"
to the new map `abbrev-map' in autoload cookies.
2008-06-30 19:38:33 +00:00
Juri Linkov
e132178860 Rebind three global `C-x r' keys "b", "m", "l" to the new map
`ctl-x-r-map' in autload cookies.
2008-06-30 19:37:44 +00:00
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