]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years ago* xmenu.c: Revert last change.
Chong Yidong [Fri, 1 Aug 2008 15:44:18 +0000 (15:44 +0000)]
* xmenu.c: Revert last change.

16 years agoFix last change.
Chong Yidong [Fri, 1 Aug 2008 15:40:54 +0000 (15:40 +0000)]
Fix last change.

16 years ago* keyboard.h: Fix last change.
Chong Yidong [Fri, 1 Aug 2008 15:40:46 +0000 (15:40 +0000)]
* keyboard.h: Fix last change.

16 years agocommit patch to x-load-color-file posted by lekktu@gmail.com
Adrian Robert [Fri, 1 Aug 2008 15:33:15 +0000 (15:33 +0000)]
commit patch to x-load-color-file posted by lekktu@gmail.com

16 years ago(dispnew.o, gtkutil.o, sound.o, atimer.o)
Dan Nicolaescu [Fri, 1 Aug 2008 14:04:53 +0000 (14:04 +0000)]
(dispnew.o, gtkutil.o, sound.o, atimer.o)
(floatfns.o): Depend on syssignal.h.
(term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).

16 years agoclear warnings and clean up NS port
Adrian Robert [Fri, 1 Aug 2008 14:01:08 +0000 (14:01 +0000)]
clear warnings and clean up NS port

16 years agoFix previous change that removed BSD_TERMIOS. Add
Dan Nicolaescu [Fri, 1 Aug 2008 12:56:49 +0000 (12:56 +0000)]
Fix previous change that removed BSD_TERMIOS.  Add
comments to #ifdefs.

16 years ago(describe-char-display): Call encode-coding-char
Kenichi Handa [Fri, 1 Aug 2008 12:47:44 +0000 (12:47 +0000)]
(describe-char-display): Call encode-coding-char
with the arg CHARSET.
(describe-char): Pay attention to the text-property `charset'.

16 years ago(encode-coding-char): New optional arg CHARSET.
Kenichi Handa [Fri, 1 Aug 2008 12:46:30 +0000 (12:46 +0000)]
(encode-coding-char): New optional arg CHARSET.

16 years agoNS port now uses etc/rgb.txt instead of etc/Emacs.clr (now removed); function Fw32_lo...
Adrian Robert [Fri, 1 Aug 2008 11:48:29 +0000 (11:48 +0000)]
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

16 years ago(Reading Mail)
Bill Wohler [Fri, 1 Aug 2008 04:48:08 +0000 (04:48 +0000)]
(Reading Mail)
(Viewing Attachments): Describe new function
mh-show-preferred-alternative.
(Sending Mail, Redistributing, Sending Message): Describe new hook
mh-annotate-msg-hook.

16 years ago(mh-send-letter, mh-redistribute): Mention mh-annotate-msg-hook in
Bill Wohler [Fri, 1 Aug 2008 04:42:19 +0000 (04:42 +0000)]
(mh-send-letter, mh-redistribute): Mention mh-annotate-msg-hook in
docstring.

16 years ago(mh-annotate-msg-hook): Sync docstring with manual.
Bill Wohler [Fri, 1 Aug 2008 04:41:00 +0000 (04:41 +0000)]
(mh-annotate-msg-hook): Sync docstring with manual.

16 years ago(mh-show-preferred-alternative): Sync docstring with manual.
Bill Wohler [Fri, 1 Aug 2008 04:40:09 +0000 (04:40 +0000)]
(mh-show-preferred-alternative): Sync docstring with manual.

16 years agoRemove orphaned comment.
Bill Wohler [Fri, 1 Aug 2008 04:23:13 +0000 (04:23 +0000)]
Remove orphaned comment.

16 years agoAvoid maintainer warning for autogenerated unicode files.
Chong Yidong [Thu, 31 Jul 2008 22:40:15 +0000 (22:40 +0000)]
Avoid maintainer warning for autogenerated unicode files.

16 years ago* Makefile.in: Avoid maintainer warning for autogenerated unicode
Chong Yidong [Thu, 31 Jul 2008 22:38:28 +0000 (22:38 +0000)]
* Makefile.in: Avoid maintainer warning for autogenerated unicode
files.

16 years ago(forward-button): Avoid infloop.
Chong Yidong [Thu, 31 Jul 2008 22:15:45 +0000 (22:15 +0000)]
(forward-button): Avoid infloop.

16 years ago(apropos-symbol): Don't set button skip by default.
Chong Yidong [Thu, 31 Jul 2008 22:15:18 +0000 (22:15 +0000)]
(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.

16 years ago* apropos.el (apropos-symbol): Don't set button skip by default.
Chong Yidong [Thu, 31 Jul 2008 22:13:46 +0000 (22:13 +0000)]
* 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.

16 years ago* files.el (read-file-modes): Fix tpo in docstring.
Juanma Barranquero [Thu, 31 Jul 2008 21:35:59 +0000 (21:35 +0000)]
* files.el (read-file-modes): Fix tpo in docstring.

16 years ago(abbreviate-file-name): When replacing $HOME with ~, turn off
Chong Yidong [Thu, 31 Jul 2008 21:09:05 +0000 (21:09 +0000)]
(abbreviate-file-name): When replacing $HOME with ~, turn off
case-fold-search.

16 years ago(read-file-name-completion-ignore-case): Add cygwin to the list.
Chong Yidong [Thu, 31 Jul 2008 21:07:11 +0000 (21:07 +0000)]
(read-file-name-completion-ignore-case): Add cygwin to the list.

16 years ago* minibuffer.el (read-file-name-completion-ignore-case): Add
Chong Yidong [Thu, 31 Jul 2008 21:06:55 +0000 (21:06 +0000)]
* 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.

16 years agoDocumented visual line mode.
Chong Yidong [Thu, 31 Jul 2008 19:31:51 +0000 (19:31 +0000)]
Documented visual line mode.

16 years agoChecked basic.texi
Chong Yidong [Thu, 31 Jul 2008 19:31:20 +0000 (19:31 +0000)]
Checked basic.texi

16 years ago(Top): Add Visual Line Mode node.
Chong Yidong [Thu, 31 Jul 2008 19:30:54 +0000 (19:30 +0000)]
(Top): Add Visual Line Mode node.

16 years ago*** empty log message ***
Michael Albinus [Thu, 31 Jul 2008 19:30:51 +0000 (19:30 +0000)]
*** empty log message ***

16 years ago(International Chars): Describe C-x =.
Chong Yidong [Thu, 31 Jul 2008 19:30:45 +0000 (19:30 +0000)]
(International Chars): Describe C-x =.

16 years ago* display.texi (Visual Line Mode): New node.
Chong Yidong [Thu, 31 Jul 2008 19:30:30 +0000 (19:30 +0000)]
* display.texi (Visual Line Mode): New node.

16 years ago(Visual Line Mode): New node.
Chong Yidong [Thu, 31 Jul 2008 19:30:16 +0000 (19:30 +0000)]
(Visual Line Mode): New node.

16 years ago* net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New
Michael Albinus [Thu, 31 Jul 2008 19:30:14 +0000 (19:30 +0000)]
* 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'.

16 years ago(Inserting Text): Move DEL to deletion node.
Chong Yidong [Thu, 31 Jul 2008 19:29:50 +0000 (19:29 +0000)]
(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.

16 years ago* basic.texi (Inserting Text): Move DEL to deletion node.
Chong Yidong [Thu, 31 Jul 2008 19:29:38 +0000 (19:29 +0000)]
* 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.

16 years ago* net/dbus.el (top): Don't register for "NameOwnerChanged".
Michael Albinus [Thu, 31 Jul 2008 19:25:00 +0000 (19:25 +0000)]
* 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.

16 years ago* dbusbind.c (Fdbus_call_method_asynchronously)
Michael Albinus [Thu, 31 Jul 2008 18:56:51 +0000 (18:56 +0000)]
* 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.

16 years ago* dbus.texi (Arguments and Signatures): Fix example.
Michael Albinus [Thu, 31 Jul 2008 18:49:46 +0000 (18:49 +0000)]
* 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'.

16 years ago* keyboard.c (gobble_input): Fix previous change.
Juanma Barranquero [Thu, 31 Jul 2008 18:08:46 +0000 (18:08 +0000)]
* keyboard.c (gobble_input): Fix previous change.

16 years agoRegenerate.
Juri Linkov [Thu, 31 Jul 2008 18:02:40 +0000 (18:02 +0000)]
Regenerate.

16 years agoAdd non-x86 Unixware to list of deprecated platforms.
Chong Yidong [Thu, 31 Jul 2008 17:28:45 +0000 (17:28 +0000)]
Add non-x86 Unixware to list of deprecated platforms.

16 years agoUnify all names under one common name prefix
Juri Linkov [Thu, 31 Jul 2008 17:23:45 +0000 (17:23 +0000)]
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'.

16 years ago(isearch-forward-regexp, isearch-forward-word)
Juri Linkov [Thu, 31 Jul 2008 17:19:28 +0000 (17:19 +0000)]
(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.

16 years ago(filesets-cmd-isearch-getargs): Check if the
Juri Linkov [Thu, 31 Jul 2008 17:18:33 +0000 (17:18 +0000)]
(filesets-cmd-isearch-getargs): Check if the
variable `files' is bound to avoid warnings.

16 years ago(read-file-modes): Set default value to the original
Juri Linkov [Thu, 31 Jul 2008 17:18:06 +0000 (17:18 +0000)]
(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'.

16 years ago(dired-do-chmod): Set default value to the original
Juri Linkov [Thu, 31 Jul 2008 17:17:35 +0000 (17:17 +0000)]
(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'.

16 years ago(read-char-by-name): Accept hash notation. Doc fix.
Juri Linkov [Thu, 31 Jul 2008 16:52:11 +0000 (16:52 +0000)]
(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'.

16 years ago(read-shell-command, shell-command):
Juri Linkov [Thu, 31 Jul 2008 16:51:21 +0000 (16:51 +0000)]
(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'.

16 years ago(isearch-edit-string-set-word): New command.
Juri Linkov [Thu, 31 Jul 2008 16:51:09 +0000 (16:51 +0000)]
(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.

16 years ago(dired-isearch-filenames-toggle): New command.
Juri Linkov [Thu, 31 Jul 2008 16:50:54 +0000 (16:50 +0000)]
(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.

16 years ago(c-style-alist): For the Ellemtel style, move the
Chong Yidong [Thu, 31 Jul 2008 14:00:52 +0000 (14:00 +0000)]
(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.

16 years ago* progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
Chong Yidong [Thu, 31 Jul 2008 14:00:18 +0000 (14:00 +0000)]
* 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.

16 years agoNote the dropping of BDF font support on Windows.
Jason Rumney [Thu, 31 Jul 2008 11:52:15 +0000 (11:52 +0000)]
Note the dropping of BDF font support on Windows.

16 years ago* os.texi: Fix previous change.
Juanma Barranquero [Thu, 31 Jul 2008 10:04:21 +0000 (10:04 +0000)]
* os.texi: Fix previous change.

16 years ago* message.el:
Dan Nicolaescu [Thu, 31 Jul 2008 05:37:22 +0000 (05:37 +0000)]
* message.el:
* gnus-start.el:
* gnus-registry.el: Remove VMS support.

16 years ago* bitmaps/README:
Dan Nicolaescu [Thu, 31 Jul 2008 05:33:56 +0000 (05:33 +0000)]
* 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.

16 years ago* s/ms-w32.h (MULTI_KBOARD): Remove.
Dan Nicolaescu [Thu, 31 Jul 2008 02:47:32 +0000 (02:47 +0000)]
* 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.

16 years ago(c-before-hack-hook): New function
Chong Yidong [Thu, 31 Jul 2008 01:37:35 +0000 (01:37 +0000)]
(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.

16 years ago* progmodes/cc-mode.el (c-before-hack-hook): New function
Chong Yidong [Thu, 31 Jul 2008 01:37:24 +0000 (01:37 +0000)]
* 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.

16 years agoDocument file-local-variables-alist and before-hack-local-variables-hook
Chong Yidong [Thu, 31 Jul 2008 01:27:33 +0000 (01:27 +0000)]
Document file-local-variables-alist and before-hack-local-variables-hook

16 years ago(normal-mode): Move call to hack-project-variables into
Chong Yidong [Thu, 31 Jul 2008 01:22:54 +0000 (01:22 +0000)]
(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.

16 years ago* files.el (normal-mode): Move call to hack-project-variables into
Chong Yidong [Thu, 31 Jul 2008 01:22:29 +0000 (01:22 +0000)]
* 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.

16 years ago* w32font.h (struct w32font_info): Use unicode version of textmetrics.
Jason Rumney [Wed, 30 Jul 2008 21:45:35 +0000 (21:45 +0000)]
* 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.

16 years agoHandle AS_* in Autoconf 2.62's index for `info-lookup-symbol'.
Thien-Thi Nguyen [Wed, 30 Jul 2008 20:29:54 +0000 (20:29 +0000)]
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.

16 years ago(info, Info-mode): Doc fix.
Juri Linkov [Wed, 30 Jul 2008 17:17:13 +0000 (17:17 +0000)]
(info, Info-mode): Doc fix.

16 years agoIsearch-related changes.
Juri Linkov [Wed, 30 Jul 2008 16:41:43 +0000 (16:41 +0000)]
Isearch-related changes.

16 years ago(isearch-mode-map): Bind `M-s r' to `isearch-toggle-regexp'
Juri Linkov [Wed, 30 Jul 2008 16:40:48 +0000 (16:40 +0000)]
(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.

16 years ago(quoted-insert): Comment out code that treats 0240-0377 specially.
Juri Linkov [Wed, 30 Jul 2008 16:38:29 +0000 (16:38 +0000)]
(quoted-insert): Comment out code that treats 0240-0377 specially.

16 years agoFix last change.
Chong Yidong [Wed, 30 Jul 2008 15:33:58 +0000 (15:33 +0000)]
Fix last change.

16 years ago(Vread_buffer_function): Doc fix.
Chong Yidong [Wed, 30 Jul 2008 15:33:38 +0000 (15:33 +0000)]
(Vread_buffer_function): Doc fix.

16 years ago* minibuf.c (syms_of_minibuf): Doc fix.
Chong Yidong [Wed, 30 Jul 2008 15:33:22 +0000 (15:33 +0000)]
* minibuf.c (syms_of_minibuf): Doc fix.

16 years agoDocument read-file-name-completion-ignore-case and
Chong Yidong [Wed, 30 Jul 2008 15:31:59 +0000 (15:31 +0000)]
Document read-file-name-completion-ignore-case and
read-buffer-completion-ignore-case.

16 years agoAdd customization info for read-buffer-completion-ignore-case.
Chong Yidong [Wed, 30 Jul 2008 15:29:06 +0000 (15:29 +0000)]
Add customization info for read-buffer-completion-ignore-case.

16 years ago* cus-start.el: Add customization info for
Chong Yidong [Wed, 30 Jul 2008 15:28:54 +0000 (15:28 +0000)]
* cus-start.el: Add customization info for
read-buffer-completion-ignore-case.

16 years ago(read_buffer_completion_ignore_case): New var.
Chong Yidong [Wed, 30 Jul 2008 15:26:31 +0000 (15:26 +0000)]
(read_buffer_completion_ignore_case): New var.
(Fread_buffer): Use it.

16 years ago* minibuf.c (read_buffer_completion_ignore_case): New var.
Chong Yidong [Wed, 30 Jul 2008 15:25:00 +0000 (15:25 +0000)]
* minibuf.c (read_buffer_completion_ignore_case): New var.
(Fread_buffer): Use it.

16 years ago* systty.h (sensemode): Remove empty #if. Remove reference to
Dan Nicolaescu [Wed, 30 Jul 2008 15:14:07 +0000 (15:14 +0000)]
* 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.

16 years ago(vc-dir): Call file-truename on the dir argument.
Sam Steingold [Wed, 30 Jul 2008 14:59:08 +0000 (14:59 +0000)]
(vc-dir): Call file-truename on the dir argument.

16 years ago(vc-dir-menu-map, vc-at-event): Fix docstring.
Dan Nicolaescu [Wed, 30 Jul 2008 14:50:08 +0000 (14:50 +0000)]
(vc-dir-menu-map, vc-at-event): Fix docstring.
(vc-dir-mode): Improve docstring.

16 years ago(dired-isearch-filenames-setup): Add autoload cookie
Juri Linkov [Wed, 30 Jul 2008 14:18:28 +0000 (14:18 +0000)]
(dired-isearch-filenames-setup): Add autoload cookie
for the sake of isearch-mode-hook in dired-mode in dired.el.

16 years agoSet image-mode-text-map when image cannot be displayed.
Chong Yidong [Wed, 30 Jul 2008 13:35:50 +0000 (13:35 +0000)]
Set image-mode-text-map when image cannot be displayed.

16 years ago* image-mode.el (image-mode): Set image-mode-text-map when image
Chong Yidong [Wed, 30 Jul 2008 13:34:24 +0000 (13:34 +0000)]
* image-mode.el (image-mode): Set image-mode-text-map when image
cannot be displayed.

16 years ago(uniscribe_encode_char): Fix glyph buffer size.
Jason Rumney [Wed, 30 Jul 2008 13:17:43 +0000 (13:17 +0000)]
(uniscribe_encode_char): Fix glyph buffer size.

16 years agoFix typos.
Juanma Barranquero [Wed, 30 Jul 2008 09:44:53 +0000 (09:44 +0000)]
Fix typos.

16 years ago* lisp/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
Juanma Barranquero [Wed, 30 Jul 2008 09:42:46 +0000 (09:42 +0000)]
* lisp/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
  ada-xref-set-default-prj-values.
  (ada-prj-display-page): Ditto.

* list/ada-xref.el (ada-gnatstub-opts): Fix doc string.
  (ada-make-filename-from-adaname): Fix free variable.

16 years ago(VC Directory Mode): Update the display format and fix
Dan Nicolaescu [Wed, 30 Jul 2008 07:56:17 +0000 (07:56 +0000)]
(VC Directory Mode): Update the display format and fix
the vc-dir command name.

16 years ago(vc-git-status-printer): Synchronize with the default.
Dan Nicolaescu [Wed, 30 Jul 2008 07:50:26 +0000 (07:50 +0000)]
(vc-git-status-printer): Synchronize with the default.

16 years ago* verilog-mode.el (verilog-do-indent): Remove special indent for
Dan Nicolaescu [Wed, 30 Jul 2008 07:03:17 +0000 (07:03 +0000)]
* verilog-mode.el (verilog-do-indent): Remove special indent for
declarations inside a parenthetical list. The code is ill-advised,
and doesn't work given user defined types.
(verilog-set-auto-endcomments): Enhance function automatic
endcomment to support functions that return user defined types.
(verilog-mode): Add code to tell which-function-mode minor mode
that Verilog supports this feature.
(verilog-beg-block-re-ordered, verilog-indent-re)
(verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
(verilog-leap-to-head): Support the new virtual and/or protected
tasks, as well as extern declarations of tasks for indenting and
for foward/backward expression.

* verilog-mode (verilog-read-decls): Allow AUTORESET to work with
SV 'logic' signals.  [Julian Gorfajn]
(verilog-auto-inst-column): Make verilog-auto-inst-column
customizable.
(verilog-string-replace-matches): Avoid recursion with small
replacements.
(verilog-auto-inst-param-value, verilog-mode-version)
(verilog-mode-version-date, verilog-read-inst-param-value)
(verilog-auto-inst, verilog-auto-inst-param)
(verilog-auto-inst-port, verilog-simplify-range-expression): Add
verilog-auto-inst-param-value option for AUTOINST.  [David Rogoff]
This allows parameters to be replaced with their values, on the
expansion of an AUTOINST with Verilog 2001 style parameter
settings.

16 years agoAdd arch tagline
Miles Bader [Wed, 30 Jul 2008 02:40:52 +0000 (02:40 +0000)]
Add arch tagline

16 years ago* calendar/timeclock.el (timeclock-day-projects): Change a `cdr' to `cddr'.
John Wiegley [Wed, 30 Jul 2008 02:13:37 +0000 (02:13 +0000)]
* calendar/timeclock.el (timeclock-day-projects): Change a `cdr' to `cddr'.

16 years ago* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
Juanma Barranquero [Tue, 29 Jul 2008 20:36:09 +0000 (20:36 +0000)]
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
  ($(infodir)/mairix-el), mairix-el.dvi): New targets.

16 years ago* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
Juanma Barranquero [Tue, 29 Jul 2008 20:35:39 +0000 (20:35 +0000)]
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
 ($(infodir)/mairix-el), mairix-el.dvi): New targets.

16 years agoAdd mairix-el targets.
Chong Yidong [Tue, 29 Jul 2008 18:00:46 +0000 (18:00 +0000)]
Add mairix-el targets.

16 years agoNew file.
Chong Yidong [Tue, 29 Jul 2008 18:00:35 +0000 (18:00 +0000)]
New file.

16 years ago* Makefile.in: Add mairix-el targets.
Chong Yidong [Tue, 29 Jul 2008 18:00:23 +0000 (18:00 +0000)]
* Makefile.in: Add mairix-el targets.
* mairix-el.texi: New file.

16 years agoAdd mairix-el.
Chong Yidong [Tue, 29 Jul 2008 17:58:59 +0000 (17:58 +0000)]
Add mairix-el.

16 years ago* info/dir (File): Add mairix-el.
Chong Yidong [Tue, 29 Jul 2008 17:58:49 +0000 (17:58 +0000)]
* info/dir (File): Add mairix-el.

16 years ago(ELCFILES): Add mairix.elc.
Chong Yidong [Tue, 29 Jul 2008 17:47:11 +0000 (17:47 +0000)]
(ELCFILES): Add mairix.elc.

16 years ago* Makefile.in (ELCFILES): Add mairix.elc.
Chong Yidong [Tue, 29 Jul 2008 17:47:02 +0000 (17:47 +0000)]
* Makefile.in (ELCFILES): Add mairix.elc.

16 years ago** mairix.el is an interface to mairix, a free tool for indexing and
Chong Yidong [Tue, 29 Jul 2008 17:44:00 +0000 (17:44 +0000)]
** mairix.el is an interface to mairix, a free tool for indexing and
searching locally stored mail.  It allows you to query mairix and
display the search results with Rmail, Gnus and VM.  Note that there
is an existing Gnus back end, nnmairix.el, which should be used with
Maildir/MH setups.

16 years ago* net/mairix.el: New file.
Chong Yidong [Tue, 29 Jul 2008 17:41:16 +0000 (17:41 +0000)]
* net/mairix.el: New file.