1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00
Commit graph

85080 commits

Author SHA1 Message Date
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
Chong Yidong
7d198f1d90 * progmodes/cc-mode.el (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:24 +00:00
Chong Yidong
7082ceb2df Document file-local-variables-alist and before-hack-local-variables-hook 2008-07-31 01:27:33 +00:00
Chong Yidong
2b8ac025af (normal-mode): Move call to hack-project-variables into
hack-local-variables.
(file-local-variables-alist, before-hack-local-variables-hook):
New vars.
(ignored-local-variables): Add file-local-variables-alist.
(hack-local-variables-filter): Renamed from
hack-local-variables-apply.  Add the result to
file-local-variables-alist, without applying them.
(hack-local-variables): Set file-local-variables-alist to nil.
Call hack-project-variables and before-hack-local-variables-hook.
Apply variables here, instead of hack-local-variables-apply.
Based on a patch by Alan Mackenzie.
2008-07-31 01:22:54 +00:00
Chong Yidong
4f7ca5f6da * files.el (normal-mode): Move call to hack-project-variables into
hack-local-variables.
(file-local-variables-alist, before-hack-local-variables-hook):
New vars.
(ignored-local-variables): Add file-local-variables-alist.
(hack-local-variables-filter): Renamed from
hack-local-variables-apply.  Add the result to
file-local-variables-alist, without applying them.
(hack-local-variables): Set file-local-variables-alist to nil.
Call hack-project-variables and before-hack-local-variables-hook.
Apply variables here, instead of hack-local-variables-apply.
Based on a patch by Alan Mackenzie.
2008-07-31 01:22:29 +00:00
Jason Rumney
bd187c4959 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
* w32font.c (w32font_encode_char): Leave as unicode if in range.
(w32font_open_internal): Get unicode version of textmetrics.
Don't enable or disable glyph indices here.
(w32font_open): Disable use of glyph indices.

* w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
2008-07-30 21:45:35 +00:00
Thien-Thi Nguyen
00fade4554 Handle AS_* in Autoconf 2.62's index for `info-lookup-symbol'.
* lisp/info-look.el (autoconf-mode :doc-spec): For
"(autoconf)M4 Macro Index", if the item already
begins with "AS_", don't prefix that string again.
2008-07-30 20:29:54 +00:00
Juri Linkov
88e1d519f0 (info, Info-mode): Doc fix. 2008-07-30 17:17:13 +00:00
Juri Linkov
4f75e0823b Isearch-related changes. 2008-07-30 16:41:43 +00:00
Juri Linkov
70bc526887 (isearch-mode-map): Bind M-s r' to isearch-toggle-regexp'
and `M-s w' to `isearch-toggle-word'.
(search-map): Bind `M-s w' to `isearch-forward-word' globally
in the global map `search-map'.
(isearch-forward): Doc fix.
(isearch-forward-word, isearch-toggle-case-fold): New commands.
2008-07-30 16:40:48 +00:00
Juri Linkov
0e3269e58a (quoted-insert): Comment out code that treats 0240-0377 specially. 2008-07-30 16:38:29 +00:00
Chong Yidong
39dde873c7 Fix last change. 2008-07-30 15:33:58 +00:00
Chong Yidong
f562df0300 (Vread_buffer_function): Doc fix. 2008-07-30 15:33:38 +00:00
Chong Yidong
e3072df290 * minibuf.c (syms_of_minibuf): Doc fix. 2008-07-30 15:33:22 +00:00
Chong Yidong
6c897494ff Document read-file-name-completion-ignore-case and
read-buffer-completion-ignore-case.
2008-07-30 15:31:59 +00:00
Chong Yidong
ed278e5d53 Add customization info for read-buffer-completion-ignore-case. 2008-07-30 15:29:06 +00:00
Chong Yidong
8b7f1a09ec * cus-start.el: Add customization info for
read-buffer-completion-ignore-case.
2008-07-30 15:28:54 +00:00
Chong Yidong
33df281c8b (read_buffer_completion_ignore_case): New var.
(Fread_buffer): Use it.
2008-07-30 15:26:31 +00:00
Chong Yidong
bc85033335 * minibuf.c (read_buffer_completion_ignore_case): New var.
(Fread_buffer): Use it.
2008-07-30 15:25:00 +00:00
Dan Nicolaescu
9d9a7716e5 * systty.h (sensemode): Remove empty #if. Remove reference to
BSD_TERMIOS, unused.

* sysdep.c: Remove reference to DGUX.
(closedir): Remove reference to BROKEN_CLOSEDIR, unused.

* config.in: Regenerate.

* configure.in (DO_BLOCK_INPUT): Remove, unused.
2008-07-30 15:14:07 +00:00