summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* * cus-edit.el (custom-save-all): Avoid destrying symlink ifChong Yidong2008-08-021-0/+3
| | | | already visiting the custom file.
* (pgg-gpg-process-region): Accept any remaining pending output comingChong Yidong2008-08-021-0/+3
| | | | after the status change.
* * pgg-gpg.el (pgg-gpg-process-region): Accept any remainingChong Yidong2008-08-021-0/+5
| | | | pending output coming after the status change.
* (tis620-2533): Use as preferred registry for thai fonts.Jason Rumney2008-08-022-1/+5
|
* Fix typos.Juanma Barranquero2008-08-011-7/+6
|
* * net/xesam.el (xesam-all-fields): Remove source and contentMichael Albinus2008-08-012-55/+109
| | | | | | | | | | | | | | | | | identifiers. (xesam-dbus-unique-names): New defvar. (xesam-dbus-call-method): New defun. Replace all calls of `dbus-call-method' by `xesam-dbus-call-method'. (xesam-get-cached-property, xesam-set-cached-property): New defuns. (xesam-get-property, xesam-set-property, xesam-refresh-entry) (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'. (xesam-search-engines): Make it an association list. Take changed layout into account in the corresponding function. (xesam-delete-search-engine): Remove check for consistency of `xesam-search-engines', not needed anymore. (xesam-mode): Show XML query string only in the debug case.
* * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-BusMichael Albinus2008-08-011-5/+13
| | | | | | error messages. (dbus-set-property): Call `dbus-introspect-get-property' instead of `dbus-get-property'.
* restore 2008-07-30T14:50:08Z!dann@ics.uci.eduSam Steingold2008-08-011-5/+19
|
* (describe-char-display): Call encode-coding-charKenichi Handa2008-08-011-6/+9
| | | | | with the arg CHARSET. (describe-char): Pay attention to the text-property `charset'.
* (encode-coding-char): New optional arg CHARSET.Kenichi Handa2008-08-011-2/+7
|
* (mh-send-letter, mh-redistribute): Mention mh-annotate-msg-hook inBill Wohler2008-08-012-2/+16
| | | | docstring.
* (mh-annotate-msg-hook): Sync docstring with manual.Bill Wohler2008-08-011-3/+4
|
* (mh-show-preferred-alternative): Sync docstring with manual.Bill Wohler2008-08-011-1/+1
|
* Remove orphaned comment.Bill Wohler2008-08-011-2/+0
|
* Avoid maintainer warning for autogenerated unicode files.Chong Yidong2008-07-311-0/+1
|
* * Makefile.in: Avoid maintainer warning for autogenerated unicodeChong Yidong2008-07-311-0/+3
| | | | files.
* (forward-button): Avoid infloop.Chong Yidong2008-07-311-2/+9
|
* (apropos-symbol): Don't set button skip by default.Chong Yidong2008-07-311-6/+11
| | | | | | (apropos-print): Set button skip iff searching for multiple types. (apropos-print-doc): Insert blank label button when searching for a single type.
* * apropos.el (apropos-symbol): Don't set button skip by default.Chong Yidong2008-07-311-2/+9
| | | | | | | | (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.
* * files.el (read-file-modes): Fix tpo in docstring.Juanma Barranquero2008-07-312-12/+15
|
* (abbreviate-file-name): When replacing $HOME with ~, turn offChong Yidong2008-07-311-5/+9
| | | | case-fold-search.
* (read-file-name-completion-ignore-case): Add cygwin to the list.Chong Yidong2008-07-311-1/+1
|
* * minibuffer.el (read-file-name-completion-ignore-case): AddChong Yidong2008-07-311-0/+10
| | | | | | | cygwin to the list. * files.el (abbreviate-file-name): When replacing $HOME with ~, turn off case-fold-search.
* *** empty log message ***Michael Albinus2008-07-311-0/+24
|
* * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): NewMichael Albinus2008-07-311-43/+81
| | | | | | | defvar. (xesam-mode): Rework implementation. (xesam-new-search): Additional parameter TYPE. (xesam-search): Adapt call of `xesam-new-search'.
* * net/dbus.el (top): Don't register for "NameOwnerChanged".Michael Albinus2008-07-311-41/+124
| | | | | | | | | | | | | | | | | (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.
* Regenerate.Juri Linkov2008-07-311-760/+880
|
* Unify all names under one common name prefixJuri Linkov2008-07-312-16/+48
| | | | | | | | | | | | `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'.
* (isearch-forward-regexp, isearch-forward-word)Juri Linkov2008-07-311-20/+21
| | | | | | | | (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.
* (filesets-cmd-isearch-getargs): Check if theJuri Linkov2008-07-311-1/+1
| | | | variable `files' is bound to avoid warnings.
* (read-file-modes): Set default value to the originalJuri Linkov2008-07-311-1/+13
| | | | | mode string using absolute notation like u=rwx,g=rx,o=rx. Use it as the `default' arg of `read-string'.
* (dired-do-chmod): Set default value to the originalJuri Linkov2008-07-311-4/+15
| | | | | | 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'.
* (read-char-by-name): Accept hash notation. Doc fix.Juri Linkov2008-07-312-11/+48
| | | | | | (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'.
* (read-shell-command, shell-command):Juri Linkov2008-07-311-12/+12
| | | | | | 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'.
* (isearch-edit-string-set-word): New command.Juri Linkov2008-07-311-22/+12
| | | | | | | | (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.
* (dired-isearch-filenames-toggle): New command.Juri Linkov2008-07-311-0/+16
| | | | | | | (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.
* (c-style-alist): For the Ellemtel style, move theChong Yidong2008-07-311-5/+4
| | | | | (arglist-cont-nonempty) from c-offsets-alist to c-hanging-braces-alist like other styles already have.
* * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,Chong Yidong2008-07-311-0/+6
| | | | | move the (arglist-cont-nonempty) from c-offsets-alist to c-hanging-braces-alist like other styles already have.
* * message.el:Dan Nicolaescu2008-07-311-0/+6
| | | | | * gnus-start.el: * gnus-registry.el: Remove VMS support.
* * bitmaps/README:Dan Nicolaescu2008-07-3140-813/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* (c-before-hack-hook): New functionChong Yidong2008-07-311-1/+23
| | | | | | (Top Level): Install c-before-hack-hook on before-hack-local-variables-hook, rather than c-postprocess-file-styles on hack-local-variables-hook.
* * progmodes/cc-mode.el (c-before-hack-hook): New functionChong Yidong2008-07-311-0/+7
| | | | | | (Top Level): Install c-before-hack-hook on before-hack-local-variables-hook, rather than c-postprocess-file-styles on hack-local-variables-hook.
* (normal-mode): Move call to hack-project-variables intoChong Yidong2008-07-311-41/+70
| | | | | | | | | | | | | | 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.
* * files.el (normal-mode): Move call to hack-project-variables intoChong Yidong2008-07-311-0/+15
| | | | | | | | | | | | | | 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.
* Handle AS_* in Autoconf 2.62's index for `info-lookup-symbol'.Thien-Thi Nguyen2008-07-302-2/+11
| | | | | | * 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.
* (info, Info-mode): Doc fix.Juri Linkov2008-07-302-1/+6
|
* (isearch-mode-map): Bind `M-s r' to `isearch-toggle-regexp'Juri Linkov2008-07-302-5/+43
| | | | | | | | 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.
* (quoted-insert): Comment out code that treats 0240-0377 specially.Juri Linkov2008-07-301-7/+8
|
* Add customization info for read-buffer-completion-ignore-case.Chong Yidong2008-07-301-0/+2
|
* * cus-start.el: Add customization info forChong Yidong2008-07-301-0/+5
| | | | read-buffer-completion-ignore-case.