aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (choose-completion-string): Don't rely on minibuffer-completing-file-nameStefan Monnier2009-08-192-14/+24
* (minibuffer-hide-completions): New function.Stefan Monnier2009-08-192-9/+49
* (ucs-normalize-hfs-nfd-post-read-conversion):Stefan Monnier2009-08-182-3/+5
* (completion--do-completion): Move point for the #b001 case as well (bug#4176).Stefan Monnier2009-08-182-12/+17
* 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
* * net/dbus.el (dbus-init-bus): Declare. Apply it for the :systemMichael Albinus2009-08-182-0/+15
* (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
* (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
* Change to utf-8. Adjust coding cookie.Kenichi Handa2009-08-182-2/+8
* Change to utf-8. Adjust coding cookie.Kenichi Handa2009-08-181-2/+2
* Change to utf-8. Adjust coding cookie.Kenichi Handa2009-08-182-3/+9
* (Ffontset_font): Fix previous change.Kenichi Handa2009-08-182-3/+3
* *** empty log message ***Kenichi Handa2009-08-182-0/+8
* Note that specifying a minor mode as a local variables enables thatChong Yidong2009-08-171-11/+15
* * files.el (hack-one-local-variable): If the mode function is forChong Yidong2009-08-172-1/+11
* * process.c (status_notify): Don't perform redisplay.Chong Yidong2009-08-172-9/+21
* * net/tramp.el (tramp-register-completion-file-name-handler):Michael Albinus2009-08-172-7/+16
* * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.Ken Raeburn2009-08-175-11/+25
* (main): Don't call syms_of_data twice.Ken Raeburn2009-08-172-4/+6
* * progmodes/cperl-mode.el (cperl-electric-paren): Don't expandChong Yidong2009-08-162-2/+8
* * progmodes/cperl-mode.el: Merge upstream 6.2.Chong Yidong2009-08-162-82/+172
* * calendar/parse-time.el (parse-time-string-chars): Save match data.Chong Yidong2009-08-162-7/+13
* * dbus.texi (Asynchronous Methods): Allow nil handler.Michael Albinus2009-08-162-8/+13
* * dbusbind.c (Fdbus_call_method_asynchronously): Allow nil HANDLER.Michael Albinus2009-08-162-12/+30
* (sql-product-alist): Add :name tag to entries.Stefan Monnier2009-08-162-152/+74
* (lisp-indent-region): Remove unused function.Stefan Monnier2009-08-162-10/+2
* Fix commenting convention, turn comments into docstrings.Stefan Monnier2009-08-162-700/+705
* * whitespace.el (whitespace-style): Doc fix (Bug#3661).Chong Yidong2009-08-162-4/+8
* Credit Jan Seeger for last change.Chong Yidong2009-08-161-2/+4
* * calendar/parse-time.el (parse-time-string-chars): Compute usingChong Yidong2009-08-162-15/+10
* * progmodes/sh-script.el (sh-maybe-here-document): Avoid insertingChong Yidong2009-08-162-1/+4
* * dbusbind.c (xd_initialize): Add connection file descriptor toMichael Albinus2009-08-162-0/+12
* * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Don'tChong Yidong2009-08-162-11/+8
* * facemenu.el (facemenu-read-color): Use a completion functionChong Yidong2009-08-162-5/+14
* * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).Seiji Zenitani2009-08-162-0/+5
* * files.el (get-free-disk-space): Change fallback defaultChong Yidong2009-08-162-7/+15
* * advice.texi (Argument Access in Advice): Note that argumentChong Yidong2009-08-152-5/+8
* * eval.c (Fcalled_interactively_p, Finteractive_p): DocChong Yidong2009-08-152-14/+18
* * commands.texi (Distinguish Interactive): Minor copyedit.Chong Yidong2009-08-152-2/+3
* * display.texi (Face Attributes): Add xref to Displaying Faces forChong Yidong2009-08-152-8/+18
* * keyboard.c (readable_events): Call xd_pending_messages.Michael Albinus2009-08-152-2/+17
* * dbusbind.c (xd_get_dispatch_status, xd_pending_messages): New functions.Michael Albinus2009-08-151-0/+35
* * lisp.h (xd_pending_messages): Declare.Michael Albinus2009-08-151-0/+1