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
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
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
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
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
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
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
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
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
Chong Yidong
767e72aa53
* cus-start.el: Add customization types for word-wrap and
...
shift-select-mode.
2008-06-26 19:27:51 +00:00
John Paul Wallington
c93addf59e
(ibuffer-diff-buffer-with-file-1): New function.
...
(ibuffer-diff-with-file): Use it. Do diff on marked buffers
(ibuffer-mark-on-buffer): Don't display message when removing marks.
(ibuffer-mark-by-mode): Use `buffer-local-value'.
2008-06-26 15:26:58 +00:00
Juanma Barranquero
dc01844758
Fix typo.
2008-06-26 10:08:42 +00:00
Glenn Morris
c123f7fe96
(bookmark-make-record-default): Fix declaration.
2008-06-26 07:19:01 +00:00
Glenn Morris
7ec4149077
(calendar-check-holidays): Declare rather than autoloading.
...
(diary-show-holidays-flag): Remove unneeded declaration.
2008-06-26 07:16:38 +00:00
Glenn Morris
2b11fcd531
(calendar-cursor-to-date): Handle case where event-start is nil.
2008-06-26 07:08:01 +00:00
Dan Nicolaescu
bb7af10492
*** empty log message ***
2008-06-26 06:04:59 +00:00
Dan Nicolaescu
50925e72de
* vc-dir.el (tool-bar): Require.
...
* vc.el (ewoc, tool-bar): Do no require.
2008-06-26 05:16:49 +00:00
Glenn Morris
8da2243fe5
(cal-menu-context-mouse-menu): Add some :keys.
2008-06-26 05:02:04 +00:00
Glenn Morris
3b7de42e67
(calendar-cursor-holidays): Handle mouse events.
2008-06-26 04:54:37 +00:00
Kenichi Handa
3617b1eb8d
(terminal-composition-base-character-p): New
...
funciton.
(terminal-composition-function): Use
terminal-composition-base-character-p. Include the base character
in the composition.
(auto-compose-chars): Don't check font-object for terminal
display.
2008-06-26 04:17:19 +00:00
Glenn Morris
e889393b2e
(calendar-iso-from-absolute): Add autoload cookie.
2008-06-26 03:43:18 +00:00
Stefan Monnier
86011bf229
(completion-basic-try-completion): Use the text after
...
point to consrain the completion candidates.
(completion-basic-all-completions): Adjust accordingly.
2008-06-26 02:48:56 +00:00
Chong Yidong
6aed7eca20
* textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
...
courier.
* faces.el (set-face-attribute): Doc fix.
2008-06-25 22:35:22 +00:00
Juri Linkov
11c9f489a4
(isearch-mode-map): Bind M-s h r' to isearch-highlight-regexp'.
...
(isearch-highlight-regexp): New function.
2008-06-25 20:22:14 +00:00
Stefan Monnier
43f8b27568
* bookmark.el (bookmark-alist): Allow the 2 slightly different formats
...
used until now in bookmark.el's code.
(bookmark-get-bookmark): Accept bookmark names or bookmark records.
(bookmark-get-bookmark-record): Allow the 2 slightly different formats
used until now in bookmark.el's code.
(bookmark-set-filename): Remove special code, moved to its only caller.
(bookmark-store): Use the newer format.
(bookmark-make-record-default): Add arg `point-only'.
Rename from bookmark-make-record-for-text-file.
(bookmark--jump-via): New function.
(bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
(bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
Use it.
(bookmark-jump-noselect, bookmark-default-handler):
Don't return an alist, instead return the data implicitly by changing
current buffer and point. Signal an error if the file doesn't exist.
* info.el (Info-bookmark-make-record):
Use bookmark-make-record-default.
(Info-bookmark-jump): Use bookmark-default-handler.
* image-mode.el (image-bookmark-make-record):
Use bookmark-make-record-default.
(image-bookmark-jump): Use bookmark-default-handler.
* doc-view.el (doc-view-bookmark-make-record):
Use bookmark-make-record-default.
(doc-view-bookmark-jump): Use bookmark-default-handler.
2008-06-25 16:51:33 +00:00
Stefan Monnier
70ef885744
* buff-menu.el: Use with-current-buffer and inhibit-read-only.
...
(Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
* bs.el: Use with-current-buffer. Simplify.
(bs-toggle-readonly): Avoid vc-toggle-read-only.
2008-06-25 15:13:03 +00:00
Stefan Monnier
ee5b7365d5
(eshell-manipulate): Check eshell-debug-command is bound before using it.
2008-06-25 15:05:33 +00:00
Dan Nicolaescu
10c7e43106
* vc-hg.el:
...
* vc-git.el: Require vc-dir when compiling.
2008-06-25 05:35:05 +00:00
Kenichi Handa
249e6f764a
*** empty log message ***
2008-06-25 04:58:14 +00:00
Dan Nicolaescu
34e6028a41
(vc-annotate-parent-rev): Pacify byte compiler.
...
(vc-svn-parse-status): Do not set the vc-backend property.
2008-06-25 03:26:45 +00:00
Dan Nicolaescu
2913a58d6e
* vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
...
vc-dir-marked-only-files. Change the return value.
(vc-dir-child-files-and-states): Rename from vc-dir-child-files.
Change the return value.
(vc-dir-deduce-fileset): New function broken out from ...
* vc.el (vc-deduce-fileset): ... here and ...
(vc-deduce-fileset): ... here.
2008-06-25 03:19:14 +00:00
Dan Nicolaescu
e53ac7180f
(vc-annotate-parent-rev): Pacify byte compiler.
2008-06-25 02:45:50 +00:00
Andreas Schwab
ed008205fc
(face-font-family-alternatives, variable-pitch): Use
...
"Sans Serif", not "Sans-Serif".
2008-06-25 00:39:59 +00:00
Chong Yidong
61cfc803f8
* faces.el (face-font-family-alternatives, variable-pitch): Change
...
"Sans" to the canonical name "Sans-Serif".
2008-06-24 18:17:55 +00:00
Jay Belanger
aee08080a2
(Killing from the stack): Mention how to use normal Emacs copying.
2008-06-24 05:27:35 +00:00
Miles Bader
520713e786
Handle void selection in mouse-appearance-menu
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1281
2008-06-24 04:52:51 +00:00
Dan Nicolaescu
2a520399dc
* add-log.el (add-change-log-entry): Add new arg to force each new
...
entry to be on a new line.
* diff-mode.el (diff-add-change-log-entries-other-window): Use it.
2008-06-24 04:04:48 +00:00