Kenichi Handa
dfc7a783d9
(describe-char-display): Call encode-coding-char
...
with the arg CHARSET.
(describe-char): Pay attention to the text-property `charset'.
2008-08-01 12:47:44 +00:00
Kenichi Handa
430c6cede2
(encode-coding-char): New optional arg CHARSET.
2008-08-01 12:46:30 +00:00
Adrian Robert
7ded338349
NS port now uses etc/rgb.txt instead of etc/Emacs.clr (now removed); function Fw32_load_color_file moved to xfaces x_load_color_file
2008-08-01 11:48:29 +00:00
Bill Wohler
bfe162634b
(Reading Mail)
...
(Viewing Attachments): Describe new function
mh-show-preferred-alternative.
(Sending Mail, Redistributing, Sending Message): Describe new hook
mh-annotate-msg-hook.
2008-08-01 04:48:08 +00:00
Bill Wohler
d0f1af4d53
(mh-send-letter, mh-redistribute): Mention mh-annotate-msg-hook in
...
docstring.
2008-08-01 04:42:19 +00:00
Bill Wohler
7106a02d80
(mh-annotate-msg-hook): Sync docstring with manual.
2008-08-01 04:41:00 +00:00
Bill Wohler
c217d30377
(mh-show-preferred-alternative): Sync docstring with manual.
2008-08-01 04:40:09 +00:00
Bill Wohler
08f363785d
Remove orphaned comment.
2008-08-01 04:23:13 +00:00
Chong Yidong
1dd3a8127f
Avoid maintainer warning for autogenerated unicode files.
2008-07-31 22:40:15 +00:00
Chong Yidong
c24e7e490f
* Makefile.in: Avoid maintainer warning for autogenerated unicode
...
files.
2008-07-31 22:38:28 +00:00
Chong Yidong
f46a36427c
(forward-button): Avoid infloop.
2008-07-31 22:15:45 +00:00
Chong Yidong
60f4c0c8ba
(apropos-symbol): Don't set button skip by default.
...
(apropos-print): Set button skip iff searching for multiple types.
(apropos-print-doc): Insert blank label button when searching for
a single type.
2008-07-31 22:15:18 +00:00
Chong Yidong
45c041650b
* apropos.el (apropos-symbol): Don't set button skip by default.
...
(apropos-print): Set button skip iff searching for multiple types.
(apropos-print-doc): Insert blank label button when searching for
a single type.
* button.el (forward-button): Avoid infloop.
2008-07-31 22:13:46 +00:00
Juanma Barranquero
094eabe407
* files.el (read-file-modes): Fix tpo in docstring.
2008-07-31 21:35:59 +00:00
Chong Yidong
20431da988
(abbreviate-file-name): When replacing $HOME with ~, turn off
...
case-fold-search.
2008-07-31 21:09:05 +00:00
Chong Yidong
9f6336e8ee
(read-file-name-completion-ignore-case): Add cygwin to the list.
2008-07-31 21:07:11 +00:00
Chong Yidong
e038299be8
* minibuffer.el (read-file-name-completion-ignore-case): Add
...
cygwin to the list.
* files.el (abbreviate-file-name): When replacing $HOME with ~,
turn off case-fold-search.
2008-07-31 21:06:55 +00:00
Chong Yidong
7394499e07
Documented visual line mode.
2008-07-31 19:31:51 +00:00
Chong Yidong
f93554a146
Checked basic.texi
2008-07-31 19:31:20 +00:00
Chong Yidong
4c2e2be9fb
(Top): Add Visual Line Mode node.
2008-07-31 19:30:54 +00:00
Michael Albinus
6ba791ee59
*** empty log message ***
2008-07-31 19:30:51 +00:00
Chong Yidong
8087d399db
(International Chars): Describe C-x =.
2008-07-31 19:30:45 +00:00
Chong Yidong
0dc3906b1b
* display.texi (Visual Line Mode): New node.
2008-07-31 19:30:30 +00:00
Chong Yidong
458db4b65a
(Visual Line Mode): New node.
2008-07-31 19:30:16 +00:00
Michael Albinus
5dd3307831
* net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New
...
defvar.
(xesam-mode): Rework implementation.
(xesam-new-search): Additional parameter TYPE.
(xesam-search): Adapt call of `xesam-new-search'.
2008-07-31 19:30:14 +00:00
Chong Yidong
6c5f631991
(Inserting Text): Move DEL to deletion node.
...
(Moving Point): Add additional alternative key bindings. Describe
line-move-visual.
(Erasing): Describe DEL.
(Basic Undo, Blank Lines, Arguments): Copyedit.
(Continuation Lines): Mention Visual Line mode.
(Position Info): Move extended discussion to mule.texi.
2008-07-31 19:29:50 +00:00
Chong Yidong
5f38310ad2
* basic.texi (Inserting Text): Move DEL to deletion node.
...
(Moving Point): Add additional alternative key bindings. Describe
line-move-visual.
(Erasing): Describe DEL.
(Basic Undo, Blank Lines, Arguments): Copyedit.
(Continuation Lines): Mention Visual Line mode.
(Position Info): Move extended discussion to mule.texi.
* mule.texi (International Chars): Describe C-x =.
* emacs.texi (Top): Add Visual Line Mode node.
2008-07-31 19:29:38 +00:00
Michael Albinus
98c38bfc56
* net/dbus.el (top): Don't register for "NameOwnerChanged".
...
(dbus-message-type-invalid, dbus-message-type-method-call)
(dbus-message-type-method-return, dbus-message-type-error)
(dbus-message-type-signal): New defconst.
(dbus-ignore-errors): Fix `edebug-form-spec' property.
(dbus-return-values-table): New defvar.
(dbus-call-method-non-blocking-handler, dbus-event-message-type):
New defun.
(dbus-check-event, dbus-handle-event, dbus-event-serial-number, ):
Extend docstring. Adapt implementation according to new
`dbus-event' layout.
(dbus-event-service-name, dbus-event-path-name)
(dbus-event-interface-name, dbus-event-member-name): Adapt
implementation according to new `dbus-event' layout.
(dbus-set-property): Correct `dbus-introspect-get-attribute' call.
2008-07-31 19:25:00 +00:00
Michael Albinus
13ecc6dc53
* dbusbind.c (Fdbus_call_method_asynchronously)
...
(Fdbus_method_error_internal): New defuns.
(xd_read_message): Handle also reply messages.
(Vdbus_registered_functions_table): Extend docstring.
2008-07-31 18:56:51 +00:00
Michael Albinus
21956b56a5
* dbus.texi (Arguments and Signatures): Fix example.
...
(Synchronous Methods): New defun `dbus-call-method-non-blocking'.
(Asynchronous Methods): New node.
(Errors and Events): Describe extended layout of `dbus-event'. New
defun `dbus-event-message-type'.
2008-07-31 18:49:46 +00:00
Juanma Barranquero
12063bc563
* keyboard.c (gobble_input): Fix previous change.
2008-07-31 18:08:46 +00:00
Juri Linkov
83b5be7317
Regenerate.
2008-07-31 18:02:40 +00:00
Chong Yidong
9bc072cc8a
Add non-x86 Unixware to list of deprecated platforms.
2008-07-31 17:28:45 +00:00
Juri Linkov
e94d064572
Unify all names under one common name prefix
...
`minibuffer-depth-'.
(minibuffer-depth-indicator-function): Renamed from
`minibuf-depth-indicator-function'.
(minibuffer-depth-overlay): Renamed from
`minibuf-depth-overlay'.
(minibuffer-depth-setup): Renamed from
`minibuf-depth-setup-minibuffer'.
(minibuffer-depth-indicate-mode): Renamed from
`minibuffer-indicate-depth-mode'.
2008-07-31 17:23:45 +00:00
Juri Linkov
8938c0bc9c
(isearch-forward-regexp, isearch-forward-word)
...
(isearch-backward, isearch-backward-regexp): Doc fix - make a link
to the command `isearch-forward' instead of displaying "See C-s".
(isearch-highlight-regexp): Remove arguments `regexp' and `face'
with their interactive specifictions. Move reading the face name to
the main body after calls to isearch-done and isearch-clean-overlays.
2008-07-31 17:19:28 +00:00
Juri Linkov
03d3db39f6
(filesets-cmd-isearch-getargs): Check if the
...
variable `files' is bound to avoid warnings.
2008-07-31 17:18:33 +00:00
Juri Linkov
7cb41b3278
(read-file-modes): Set default value to the original
...
mode string using absolute notation like u=rwx,g=rx,o=rx.
Use it as the `default' arg of `read-string'.
2008-07-31 17:18:06 +00:00
Juri Linkov
78be566d5c
(dired-do-chmod): Set default value to the original
...
mode string using absolute notation like u=rwx,g=rx,o=rx.
Use it as a new arg `default' of `dired-mark-read-string'.
(dired-mark-read-string): Add new optional arg `default'.
2008-07-31 17:17:35 +00:00
Juri Linkov
c0a67379ac
(read-char-by-name): Accept hash notation. Doc fix.
...
(ucs-insert): Doc fix. Convert to number only when `arg' is
a string. Use separate error message when `arg' is not an integer.
Bind `ucs-insert' to `C-x 8 RET'.
2008-07-31 16:52:11 +00:00
Juri Linkov
d6601455c1
(read-shell-command, shell-command):
...
Move code that uses minibuffer-with-setup-hook to set
minibuffer-default-add-function to minibuffer-default-add-shell-commands
from the interactive spec of `shell-command' to `read-shell-command'.
2008-07-31 16:51:21 +00:00
Juri Linkov
c16e87ee53
(isearch-edit-string-set-word): New command.
...
(minibuffer-local-isearch-map): Bind "\C-w" to
isearch-edit-string-set-word.
(isearch-new-word): Temporary internal variable.
(isearch-edit-string): Remove special case of reading the
first character and checking it for C-w.
2008-07-31 16:51:09 +00:00
Juri Linkov
f1056735c7
(dired-isearch-filenames-toggle): New command.
...
(dired-isearch-filenames-setup): Bind "\M-sf" to
dired-isearch-filenames-toggle in isearch-mode-map.
(dired-isearch-filenames-end): Bind "\M-sf" to nil
in isearch-mode-map.
2008-07-31 16:50:54 +00:00
Chong Yidong
0467478ba8
(c-style-alist): For the Ellemtel style, move the
...
(arglist-cont-nonempty) from c-offsets-alist to c-hanging-braces-alist
like other styles already have.
2008-07-31 14:00:52 +00:00
Chong Yidong
0e829dd019
* progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
...
move the (arglist-cont-nonempty) from c-offsets-alist to
c-hanging-braces-alist like other styles already have.
2008-07-31 14:00:18 +00:00
Jason Rumney
4a263588af
Note the dropping of BDF font support on Windows.
2008-07-31 11:52:15 +00:00
Juanma Barranquero
58e3d8e8e6
* os.texi: Fix previous change.
2008-07-31 10:04:21 +00:00
Dan Nicolaescu
82cc191629
* message.el:
...
* gnus-start.el:
* gnus-registry.el: Remove VMS support.
2008-07-31 05:37:22 +00:00
Dan Nicolaescu
7c2fb837ec
* bitmaps/README:
...
* xfns.c:
* termcap.c:
* term.c:
* syswait.h:
* systty.h:
* systime.h:
* syssignal.h:
* sysdep.c:
* process.h:
* process.c:
* print.c:
* ndir.h:
* lread.c:
* keyboard.c:
* getpagesize.h:
* floatfns.c:
* fileio.c:
* emacs.c:
* doc.c:
* dispnew.c:
* dired.c:
* data.c:
* callproc.c:
* buffer.c:
* README:
* Makefile.in:
* s/template.h:
* s/msdos.h:
* m/vax.h: Remove VMS support.
* s/vms.h:
* vlimit.h:
* uaf.h:
* temacs.opt:
* param.h:
* ioctl.h: Remove file.
* descrip.mms:
* compile.com: Remove file.
* Create.c: Remove VMS support.
* message.el (Module):
* gnus-start.el (Module):
* gnus-registry.el (Module):
* textmodes/texinfmt.el:
* nxml/nxml-enc.el:
* mail/feedmail.el:
* international/mule.el:
* international/latexenc.el:
* emulation/viper-util.el:
* emulation/viper-init.el:
* emulation/viper-ex.el:
* emacs-lisp/bytecomp.el:
* version.el:
* subr.el:
* startup.el:
* sort.el:
* shadowfile.el:
* recentf.el:
* printing.el:
* paths.el:
* minibuffer.el:
* ls-lisp.el:
* loadup.el:
* hippie-exp.el:
* finder.el:
* files.el:
* ediff-util.el:
* ediff-ptch.el:
* ediff-init.el:
* ediff-diff.el:
* dired.el:
* dired-aux.el:
* cus-edit.el:
* bindings.el:
* arc-mode.el:
* add-log.el: Remove VMS support.
* obsolete/vmsproc.el:
* obsolete/vms-pmail.el:
* obsolete/vms-patch.el: Remove file.
* etags.c:
* emacsclient.c: Remove VMS support.
* termcap.src: Remove file.
* README:
* PROBLEMS:
* MACHINES: Remove VMS info.
* ediff.texi: Remove VMS support.
* os.texi:
* intro.texi:
* files.texi: Remove VMS support.
* emacs.texi: Remove VMS support.
* make-dist:
* README: Remove VMS support.
* vms: Remove directory.
2008-07-31 05:33:56 +00:00
Dan Nicolaescu
69ab3201ca
* s/ms-w32.h (MULTI_KBOARD): Remove.
...
* xterm.c:
* xselect.c:
* xfns.c:
* window.c:
* w32term.c:
* w32fns.c:
* terminal.c:
* termhooks.h:
* term.c:
* sysdep.c:
* keyboard.h:
* keyboard.c:
* frame.h:
* frame.c:
* frame.c: Remove references to MULTI_KBOARD, it is now the
default.
* config.in: Regenerate.
* config.nt (MULTI_KBOARD): Remove.
* configure.in (MULTI_KBOARD): Remove.
2008-07-31 02:47:32 +00:00
Chong Yidong
a36abf0ef3
(c-before-hack-hook): New function
...
(Top Level): Install c-before-hack-hook on
before-hack-local-variables-hook, rather than
c-postprocess-file-styles on hack-local-variables-hook.
2008-07-31 01:37:35 +00:00