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
549c0a9664
Spelling fix.
2008-07-01 03:02:37 +00:00
Glenn Morris
375dd2b6a2
Fix typo.
2008-07-01 03:01:12 +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
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
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
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
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
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
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
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
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
Juanma Barranquero
cdc5b68f33
* ibuf-ext.el (diff-sentinel): Declare.
2008-06-27 10:34:50 +00:00
Glenn Morris
fffa137cb7
American English spelling fix.
2008-06-27 07:34:53 +00:00
Glenn Morris
cdd1f23bbf
Fix comment typo.
2008-06-27 07:30:14 +00:00
Glenn Morris
6772c8e169
American English spelling fix.
2008-06-27 02:41:14 +00:00
Glenn Morris
04bf5b655a
American English spelling fix.
2008-06-27 02:14:52 +00:00
Glenn Morris
5618fbd2c7
American English spelling fix.
2008-06-27 02:07:30 +00:00
Glenn Morris
d88acfe1d5
(cal-menu-sunmoon-menu, cal-menu-global-mouse-menu): Update for lunar
...
name changes.
2008-06-27 00:38:43 +00:00
Glenn Morris
c4d6826bd8
(diary-list-sexp-entries): Doc update.
2008-06-27 00:35:08 +00:00
Glenn Morris
77bc20eec6
(calendar-mode-map): Update for name change.
2008-06-27 00:33:42 +00:00
Glenn Morris
273fcc9bb0
(calendar-lunar-phases): Rename from calendar-phases-of-moon. Keep
...
old name as alias, update callers.
(lunar-phases): Rename from phases-of-moon. Keep old name as alias.
(diary-lunar-phases): Rename from diary-phases-of-moon. Keep old name as alias.
2008-06-27 00:33:29 +00:00
Glenn Morris
6e73a6a2c1
(solar-sunrises-buffer): New constant.
...
(calendar-mode-map): Use cal-menu-sunmoon-menu.
(calendar-buffer-list): Add solar-sunrises-buffer.
2008-06-26 22:30:01 +00:00
Glenn Morris
70e420e303
(cal-menu-sunmoon-menu): Rename from cal-menu-moon-menu. Add
...
calendar-sunrise-sunset-month.
(cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
(cal-menu-goto-menu): Tweak menu name.
2008-06-26 22:29:15 +00:00
Glenn Morris
5c4e164108
(solar-sunrise-sunset-string): Add optional argument `nolocation'.
...
(calendar-sunrise-sunset-month): New function.
2008-06-26 22:28:24 +00:00
Chong Yidong
84975bbe3b
Add customization types for word-wrap and shift-select-mode.
2008-06-26 19:29:43 +00:00