summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use help-print-return-message rather than the now obsolete alias.Glenn Morris2009-08-2115-36/+53
|
* (calendar-cursor-to-nearest-date, calendar-cursor-to-visible-date):Glenn Morris2009-08-212-8/+13
| | | | Use forward-line, not goto-line.
* (rmail-obsolete): Delete custom group.Glenn Morris2009-08-212-34/+12
| | | | | | (rmail-pop-password, rmail-pop-password-required): Make into aliases. (rmail-remote-password, rmail-remote-password-required): Remove unneeded :set-after and :set properties.
* * net/dbus.el (top): Initialize only when `dbusbind' is loaded.Michael Albinus2009-08-212-3/+8
|
* Remove leftover macos code.Dan Nicolaescu2009-08-212-3/+2
|
* emacsclient already accepts -nw.Dan Nicolaescu2009-08-211-2/+0
|
* (vc-git-annotate-command): Run asynchronously.Dan Nicolaescu2009-08-212-1/+7
| | | | | Explicitly pass the date format to git blame so that user local so that the output format can be parsed.
* * net/dbus.el (top): Don't check for (getenvMichael Albinus2009-08-202-3/+7
| | | | "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
* * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.Michael Albinus2009-08-202-6/+40
| | | | | | (xd_add_watch, xd_remove_watch): Use it. Print debug messages. (xd_initialize, xd_pending_messages): Check, whether $DBUS_SESSION_BUS_ADDRESS is set.
* (ns_get_color): Remove incompatible color formats again.YAMAMOTO Mitsuharu2009-08-202-69/+8
|
* (Fxw_color_values): Return 3-element list. Doc fix.YAMAMOTO Mitsuharu2009-08-201-11/+4
|
* (Non-Gregorian Diary): Mention ``Adar I'' special case.Glenn Morris2009-08-202-2/+7
|
* (system-type): Doc fix.Glenn Morris2009-08-202-8/+14
|
* * log-edit.el (log-edit-strip-single-file-name): New var.Stefan Monnier2009-08-193-1/+14
| | | | (log-edit-insert-changelog): Use it.
* (read-passwd): Use read-key so keypad keys work as well.Stefan Monnier2009-08-192-4/+4
|
* (help-print-return-message): Rename from print-help-return-message.Stefan Monnier2009-08-192-4/+8
|
* (log-view-mode-map): Remove `q' binding, and unreliableStefan Monnier2009-08-192-7/+7
| | | | | cvs-mode-map parent hack. (log-view-mode): Derive from special-mode.
* (linum-mode): window-size-change-functions is redundant.Stefan Monnier2009-08-192-8/+17
| | | | | Adapt to new window-configuration-change-hook behavior. (linum-after-size, linum-after-config): Remove.
* (imenu-example--name-and-position, imenu-example--lisp-extract-index-name)Stefan Monnier2009-08-192-1/+9
| | | | | (imenu-example--create-lisp-index, imenu-example--create-c-index): Mark as obsolete.
* (inferior-prolog-error-regexp-alist): New var.Stefan Monnier2009-08-192-0/+19
| | | | | (inferior-prolog-mode): Use it. (inferior-prolog-load-file): Reset list of errors.
* (syms_of_keyboard): Default to 5 buttons, which should beStefan Monnier2009-08-192-11/+14
| | | | enough for the most common situations. Avoid SET_SYMBOL_VALUE.
* ("Tibetan"): Fix sample-text entry.Kenichi Handa2009-08-192-1/+7
|
* ("TaiViet"): Fix sample-text entry.Kenichi Handa2009-08-191-2/+1
|
* * net/dbus.el (top): Apply `dbus-init-bus' for the :session busMichael Albinus2009-08-192-9/+13
| | | | only if it is running already.
* * subr.el (listify-key-sequence-1): Use normal syntax since thoseStefan Monnier2009-08-195-18/+83
| | | | | | | | | | | | | | | integers are nowadays always represented by the same (positive) number on all platforms. (read-key-empty-map): New const. (read-key-delay): New var. (read-key): New function. (force-mode-line-update): Use with-current-buffer. (locate-user-emacs-file): Don't forget to abbreviate the file name. (start-process-shell-command, start-file-process-shell-command): Discourage the use of command-args. * processes.texi (Asynchronous Processes): Adjust arglist of start-process-shell-command and start-file-process-shell-command.
* (Acknowledgments): Remove cvtmail. Mention info-finder.Glenn Morris2009-08-192-6/+7
|
* Remove cvtmail.Glenn Morris2009-08-191-0/+1
|
* Remove fileGlenn Morris2009-08-191-190/+0
|
* (UTILITIES): Remove cvtmail.Glenn Morris2009-08-192-4/+7
| | | | (cvtmail${EXEEXT}): Remove.
* Remove cvtmail, yow, emacsserver.Glenn Morris2009-08-191-1/+1
|
* (authors-fixed-entries): Remove cvtmail.Glenn Morris2009-08-192-1/+4
|
* Remove reference to cvtmail.Glenn Morris2009-08-192-3/+6
|
* (choose-completion-string): Don't rely on minibuffer-completing-file-nameStefan Monnier2009-08-192-14/+24
| | | | and ad-hoc checks to decide whether to continue completion or not.
* (minibuffer-hide-completions): New function.Stefan Monnier2009-08-192-9/+49
| | | | | | | | | (completion--do-completion): Use it. (completions-annotations): New face. (completion--insert-strings): Use it. (completion-pcm--delim-wild-regex): Add docstring. (completion-pcm--string->pattern): Add support for 0-width delimiters in completion-pcm--delim-wild-regex.
* (ucs-normalize-hfs-nfd-post-read-conversion):Stefan Monnier2009-08-182-3/+5
| | | | Remove unused var `buffer-modified-p'.
* (completion--do-completion): Move point for the #b001 case as well (bug#4176).Stefan Monnier2009-08-182-12/+17
| | | | (minibuffer-complete, minibuffer-complete-word): Don't move point.
* Checklist for adding new files to Emacs.Glenn Morris2009-08-181-0/+23
|
* * dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus): NewMichael Albinus2009-08-182-6/+88
| | | | | functions. (xd_initialize): Revert change from 2009-08-16.
* * net/dbus.el (dbus-init-bus): Declare. Apply it for the :systemMichael Albinus2009-08-182-0/+15
| | | | and :session buses.
* (Acknowledgments): Add files-x.el.Glenn Morris2009-08-182-2/+3
|
* --daemon was done some time ago.Glenn Morris2009-08-181-3/+0
|
* Minor modes via local variables:Glenn Morris2009-08-181-3/+0
| | | | | | | 2009-08-17 Chong Yidong <cyd at stupidchicken.com> * files.el (hack-one-local-variable): If the mode function is for a minor mode, pass it an argument (Bug#4148).
* (Acknowledgments): Add ucs-normalize.el.Glenn Morris2009-08-182-1/+3
|
* Fix ucs-normalize attribution.Glenn Morris2009-08-181-1/+1
|
* Add js.el author.Glenn Morris2009-08-181-0/+1
|
* (Acknowledgments): Update for js.el replacing js2-mode.el.Glenn Morris2009-08-183-71/+77
|
* (ucs-normalize-version): Changed to 1.1.Kenichi Handa2009-08-182-7/+19
| | | | | (ucs-normalize-hfs-nfd-pre-write-conversion): New function. (utf-8-hfs): Make it perform normalization on encoding too.
* Change to utf-8. Adjust coding cookie.Kenichi Handa2009-08-182-2/+8
| | | | (texinfo-mode): Delete duplicated chars from sentence-end-base.
* Change to utf-8. Adjust coding cookie.Kenichi Handa2009-08-181-2/+2
| | | | (html-mode): Delete duplicated chars from sentence-end-base.
* Change to utf-8. Adjust coding cookie.Kenichi Handa2009-08-182-3/+9
| | | | | (sentence-end-without-space): Delete duplicated chars. (sentence-end-base): Likewise.