bpt/emacs.git
14 years agocedet-cscope.el, cedet-edebug.el, cedet-global.el, cedet-idutils.el,
Chong Yidong [Sat, 22 Aug 2009 19:04:43 +0000 (19:04 +0000)]
cedet-cscope.el, cedet-edebug.el, cedet-global.el, cedet-idutils.el,
cedet.el, inversion.el, pulse.el: Initial version, from CEDET's
common/ directory.

14 years agodata-debug.el: Remove unnecessary autoloads.
Chong Yidong [Sat, 22 Aug 2009 18:08:24 +0000 (18:08 +0000)]
data-debug.el: Remove unnecessary autoloads.

14 years ago* emacs-lisp/cl-loaddefs.el (deftype): Add autoload for deftype.
Chong Yidong [Sat, 22 Aug 2009 18:07:46 +0000 (18:07 +0000)]
* emacs-lisp/cl-loaddefs.el (deftype): Add autoload for deftype.
* emacs-lisp/cl-macs.el (deftype): Add autoload.

14 years agoeieio-doc.el (eieiodoc--class-indexstring, defvar eieiodoc--class-root): New vars.
Chong Yidong [Sat, 22 Aug 2009 14:37:23 +0000 (14:37 +0000)]
eieio-doc.el (eieiodoc--class-indexstring, defvar eieiodoc--class-root): New vars.
(eieiodoc-class, eieiodoc-one-node) Use them to silence compiler.
(eieiodoc-one-node): Use `class' instead of `rclass'.  This avoids a
    compiler warning for free use of `rclass', which IIUC is always
    equal to `class'.

14 years agoSimplified version of Emacs/XEmacs compatibility code from upstream.
Chong Yidong [Sat, 22 Aug 2009 14:35:06 +0000 (14:35 +0000)]
Simplified version of Emacs/XEmacs compatibility code from upstream.
Declare eieio-defgeneric-form.
Add defvars for bytecomp-outbuffer and defvar bytecomp-filename to silence compiler.

14 years agoRemove statement preventing it from being loaded twice.
Chong Yidong [Sat, 22 Aug 2009 14:33:55 +0000 (14:33 +0000)]
Remove statement preventing it from being loaded twice.
Remove statement preventing it from being byte-compiled if loaded.
Remove `(load "cl-macs" nil t)' statement: the functions in
  cl-macs are autoloaded by cl.

14 years agoAdd files for the EIEIO library.
Chong Yidong [Sat, 22 Aug 2009 04:12:52 +0000 (04:12 +0000)]
Add files for the EIEIO library.

14 years ago(ns_get_color): fix typo in last change
Adrian Robert [Fri, 21 Aug 2009 19:36:50 +0000 (19:36 +0000)]
(ns_get_color): fix typo in last change

14 years ago* nsterm.m (ns_get_color): Update documentation properly for last
Adrian Robert [Fri, 21 Aug 2009 19:33:56 +0000 (19:33 +0000)]
* nsterm.m (ns_get_color): Update documentation properly for last
change, and clean up loose ends in the code left by it.  Fix
longstanding bug with 16-bit hex parsing, and add support for
yet another X11 format (rgb:r/g/b) for compatibility.
* nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
timer_check() to avoid crash on Leopard/PPC.  Bug #2154.

14 years ago* nsterm.m (ns_get_color): Update documentation properly for last
Adrian Robert [Fri, 21 Aug 2009 19:31:48 +0000 (19:31 +0000)]
* nsterm.m (ns_get_color): Update documentation properly for last
change, and clean up loose ends in the code left by it.  Fix
longstanding bug with 16-bit hex parsing, and add support for
yet another X11 format (rgb:r/g/b) for compatibility.

14 years agonsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
Adrian Robert [Fri, 21 Aug 2009 19:29:31 +0000 (19:29 +0000)]
nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
timer_check() to avoid crash on Leopard/PPC.  Bug #2154.

14 years ago* textmodes/remember.el (remember-buffer):
Stefan Monnier [Fri, 21 Aug 2009 15:09:42 +0000 (15:09 +0000)]
* textmodes/remember.el (remember-buffer):
* progmodes/cperl-mode.el (cperl-vc-header-alist):
* calendar/icalendar.el (icalendar-convert-diary-to-ical)
(icalendar-extract-ical-from-buffer): Add version of obsolescence.

14 years ago* net/newst-treeview.el (newsticker-groups-filename):
Stefan Monnier [Fri, 21 Aug 2009 14:59:49 +0000 (14:59 +0000)]
* net/newst-treeview.el (newsticker-groups-filename):
* net/newst-backend.el (newsticker-cache-filename):
* speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
(speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
(speedbar-add-ignored-path-regexp, speedbar-line-path)
(speedbar-buffers-line-path, speedbar-path-line)
(speedbar-buffers-line-path):
* epg.el (epg-passphrase-callback-function, epg-start-sign-keys,epg-sign-keys):
* epa.el (epa-display-verify-result):
* progmodes/pascal.el (pascal-outline): Add version of obsolescence.

14 years agoAdd missing keys that exist on the Arabic X keyboard. Don't insert
Eli Zaretskii [Fri, 21 Aug 2009 14:55:56 +0000 (14:55 +0000)]
Add missing keys that exist on the Arabic X keyboard.  Don't insert
Lam-alef ligatures from the Arabic Presentation Forms ranges; instead,
separate Lam-Alef ligatures into a list of two letters (Lam and a
suitable Alef).

14 years ago(init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
Stefan Monnier [Fri, 21 Aug 2009 14:53:02 +0000 (14:53 +0000)]
(init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.

14 years ago(inferior-moz-process): Fix declaration.
Glenn Morris [Fri, 21 Aug 2009 07:44:58 +0000 (07:44 +0000)]
(inferior-moz-process): Fix declaration.

14 years agoUse forward-line, not goto-line.
Glenn Morris [Fri, 21 Aug 2009 07:40:24 +0000 (07:40 +0000)]
Use forward-line, not goto-line.

14 years ago(imenu-example--name-and-position): Fix obsolescence message.
Glenn Morris [Fri, 21 Aug 2009 07:36:41 +0000 (07:36 +0000)]
(imenu-example--name-and-position): Fix obsolescence message.

14 years ago(news-mail-reply): Use goto-char rather than goto-line.
Glenn Morris [Fri, 21 Aug 2009 07:34:18 +0000 (07:34 +0000)]
(news-mail-reply): Use goto-char rather than goto-line.

14 years ago(ns-open-file-select-line): Use line-beginning-position rather than goto-line.
Glenn Morris [Fri, 21 Aug 2009 07:31:10 +0000 (07:31 +0000)]
(ns-open-file-select-line): Use line-beginning-position rather than goto-line.

14 years agoUse help-print-return-message rather than the now obsolete alias.
Glenn Morris [Fri, 21 Aug 2009 07:24:26 +0000 (07:24 +0000)]
Use help-print-return-message rather than the now obsolete alias.

14 years ago(calendar-cursor-to-nearest-date, calendar-cursor-to-visible-date):
Glenn Morris [Fri, 21 Aug 2009 07:11:24 +0000 (07:11 +0000)]
(calendar-cursor-to-nearest-date, calendar-cursor-to-visible-date):
Use forward-line, not goto-line.

14 years ago(rmail-obsolete): Delete custom group.
Glenn Morris [Fri, 21 Aug 2009 07:02:28 +0000 (07:02 +0000)]
(rmail-obsolete): Delete custom group.
(rmail-pop-password, rmail-pop-password-required): Make into aliases.
(rmail-remote-password, rmail-remote-password-required):
Remove unneeded :set-after and :set properties.

14 years ago* net/dbus.el (top): Initialize only when `dbusbind' is loaded.
Michael Albinus [Fri, 21 Aug 2009 06:45:22 +0000 (06:45 +0000)]
* net/dbus.el (top): Initialize only when `dbusbind' is loaded.

14 years agoRemove leftover macos code.
Dan Nicolaescu [Fri, 21 Aug 2009 06:19:23 +0000 (06:19 +0000)]
Remove leftover macos code.

14 years agoemacsclient already accepts -nw.
Dan Nicolaescu [Fri, 21 Aug 2009 06:16:07 +0000 (06:16 +0000)]
emacsclient already accepts -nw.

14 years ago(vc-git-annotate-command): Run asynchronously.
Dan Nicolaescu [Fri, 21 Aug 2009 03:37:33 +0000 (03:37 +0000)]
(vc-git-annotate-command): Run asynchronously.
Explicitly pass the date format to git blame so that user local
so that the output format can be parsed.

14 years ago* net/dbus.el (top): Don't check for (getenv
Michael Albinus [Thu, 20 Aug 2009 15:24:58 +0000 (15:24 +0000)]
* net/dbus.el (top): Don't check for (getenv
"DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.

14 years ago* dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
Michael Albinus [Thu, 20 Aug 2009 12:54:57 +0000 (12:54 +0000)]
* dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
(xd_add_watch, xd_remove_watch): Use it.  Print debug messages.
(xd_initialize, xd_pending_messages): Check, whether
$DBUS_SESSION_BUS_ADDRESS is set.

14 years ago(ns_get_color): Remove incompatible color formats again.
YAMAMOTO Mitsuharu [Thu, 20 Aug 2009 09:44:25 +0000 (09:44 +0000)]
(ns_get_color): Remove incompatible color formats again.

14 years ago(Fxw_color_values): Return 3-element list. Doc fix.
YAMAMOTO Mitsuharu [Thu, 20 Aug 2009 09:44:06 +0000 (09:44 +0000)]
(Fxw_color_values): Return 3-element list.  Doc fix.

14 years ago(Non-Gregorian Diary): Mention ``Adar I'' special case.
Glenn Morris [Thu, 20 Aug 2009 07:11:54 +0000 (07:11 +0000)]
(Non-Gregorian Diary): Mention ``Adar I'' special case.

14 years ago(system-type): Doc fix.
Glenn Morris [Thu, 20 Aug 2009 06:41:43 +0000 (06:41 +0000)]
(system-type): Doc fix.

14 years ago* log-edit.el (log-edit-strip-single-file-name): New var.
Stefan Monnier [Wed, 19 Aug 2009 19:55:58 +0000 (19:55 +0000)]
* log-edit.el (log-edit-strip-single-file-name): New var.
(log-edit-insert-changelog): Use it.

14 years ago(read-passwd): Use read-key so keypad keys work as well.
Stefan Monnier [Wed, 19 Aug 2009 19:42:25 +0000 (19:42 +0000)]
(read-passwd): Use read-key so keypad keys work as well.

14 years ago(help-print-return-message): Rename from print-help-return-message.
Stefan Monnier [Wed, 19 Aug 2009 18:07:07 +0000 (18:07 +0000)]
(help-print-return-message): Rename from print-help-return-message.

14 years ago(log-view-mode-map): Remove `q' binding, and unreliable
Stefan Monnier [Wed, 19 Aug 2009 17:31:26 +0000 (17:31 +0000)]
(log-view-mode-map): Remove `q' binding, and unreliable
cvs-mode-map parent hack.
(log-view-mode): Derive from special-mode.

14 years ago(linum-mode): window-size-change-functions is redundant.
Stefan Monnier [Wed, 19 Aug 2009 17:28:52 +0000 (17:28 +0000)]
(linum-mode): window-size-change-functions is redundant.
Adapt to new window-configuration-change-hook behavior.
(linum-after-size, linum-after-config): Remove.

14 years ago(imenu-example--name-and-position, imenu-example--lisp-extract-index-name)
Stefan Monnier [Wed, 19 Aug 2009 17:16:26 +0000 (17:16 +0000)]
(imenu-example--name-and-position, imenu-example--lisp-extract-index-name)
(imenu-example--create-lisp-index, imenu-example--create-c-index):
Mark as obsolete.

14 years ago(inferior-prolog-error-regexp-alist): New var.
Stefan Monnier [Wed, 19 Aug 2009 17:15:30 +0000 (17:15 +0000)]
(inferior-prolog-error-regexp-alist): New var.
(inferior-prolog-mode): Use it.
(inferior-prolog-load-file): Reset list of errors.

14 years ago(syms_of_keyboard): Default to 5 buttons, which should be
Stefan Monnier [Wed, 19 Aug 2009 14:39:35 +0000 (14:39 +0000)]
(syms_of_keyboard): Default to 5 buttons, which should be
enough for the most common situations.  Avoid SET_SYMBOL_VALUE.

14 years ago("Tibetan"): Fix sample-text entry.
Kenichi Handa [Wed, 19 Aug 2009 11:23:19 +0000 (11:23 +0000)]
("Tibetan"): Fix sample-text entry.

14 years ago("TaiViet"): Fix sample-text entry.
Kenichi Handa [Wed, 19 Aug 2009 11:21:30 +0000 (11:21 +0000)]
("TaiViet"): Fix sample-text entry.

14 years ago* net/dbus.el (top): Apply `dbus-init-bus' for the :session bus
Michael Albinus [Wed, 19 Aug 2009 07:15:28 +0000 (07:15 +0000)]
* net/dbus.el (top): Apply `dbus-init-bus' for the :session bus
only if it is running already.

14 years ago* subr.el (listify-key-sequence-1): Use normal syntax since those
Stefan Monnier [Wed, 19 Aug 2009 03:03:05 +0000 (03:03 +0000)]
* subr.el (listify-key-sequence-1): Use normal syntax since those
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.

14 years ago(Acknowledgments): Remove cvtmail. Mention info-finder.
Glenn Morris [Wed, 19 Aug 2009 02:59:11 +0000 (02:59 +0000)]
(Acknowledgments): Remove cvtmail.  Mention info-finder.

14 years agoRemove cvtmail.
Glenn Morris [Wed, 19 Aug 2009 02:57:20 +0000 (02:57 +0000)]
Remove cvtmail.

14 years agoRemove file
Glenn Morris [Wed, 19 Aug 2009 02:57:08 +0000 (02:57 +0000)]
Remove file

14 years ago(UTILITIES): Remove cvtmail.
Glenn Morris [Wed, 19 Aug 2009 02:56:12 +0000 (02:56 +0000)]
(UTILITIES): Remove cvtmail.
(cvtmail${EXEEXT}): Remove.

14 years agoRemove cvtmail, yow, emacsserver.
Glenn Morris [Wed, 19 Aug 2009 02:54:46 +0000 (02:54 +0000)]
Remove cvtmail, yow, emacsserver.

14 years ago(authors-fixed-entries): Remove cvtmail.
Glenn Morris [Wed, 19 Aug 2009 02:53:53 +0000 (02:53 +0000)]
(authors-fixed-entries): Remove cvtmail.

14 years agoRemove reference to cvtmail.
Glenn Morris [Wed, 19 Aug 2009 02:52:17 +0000 (02:52 +0000)]
Remove reference to cvtmail.

14 years ago(choose-completion-string): Don't rely on minibuffer-completing-file-name
Stefan Monnier [Wed, 19 Aug 2009 02:31:59 +0000 (02:31 +0000)]
(choose-completion-string): Don't rely on minibuffer-completing-file-name
and ad-hoc checks to decide whether to continue completion or not.

14 years ago(minibuffer-hide-completions): New function.
Stefan Monnier [Wed, 19 Aug 2009 02:15:19 +0000 (02:15 +0000)]
(minibuffer-hide-completions): New function.
(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.

14 years ago(ucs-normalize-hfs-nfd-post-read-conversion):
Stefan Monnier [Tue, 18 Aug 2009 19:17:22 +0000 (19:17 +0000)]
(ucs-normalize-hfs-nfd-post-read-conversion):
Remove unused var `buffer-modified-p'.

14 years ago(completion--do-completion): Move point for the #b001 case as well (bug#4176).
Stefan Monnier [Tue, 18 Aug 2009 19:11:41 +0000 (19:11 +0000)]
(completion--do-completion): Move point for the #b001 case as well (bug#4176).
(minibuffer-complete, minibuffer-complete-word): Don't move point.

14 years agoChecklist for adding new files to Emacs.
Glenn Morris [Tue, 18 Aug 2009 16:23:09 +0000 (16:23 +0000)]
Checklist for adding new files to Emacs.

14 years ago* dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus): New
Michael Albinus [Tue, 18 Aug 2009 15:17:02 +0000 (15:17 +0000)]
* dbusbind.c (xd_add_watch, xd_remove_watch, Fdbus_init_bus): New
functions.
(xd_initialize): Revert change from 2009-08-16.

14 years ago* net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
Michael Albinus [Tue, 18 Aug 2009 15:12:14 +0000 (15:12 +0000)]
* net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
and :session buses.

14 years ago(Acknowledgments): Add files-x.el.
Glenn Morris [Tue, 18 Aug 2009 07:35:06 +0000 (07:35 +0000)]
(Acknowledgments): Add files-x.el.

14 years ago--daemon was done some time ago.
Glenn Morris [Tue, 18 Aug 2009 07:32:46 +0000 (07:32 +0000)]
--daemon was done some time ago.

14 years agoMinor modes via local variables:
Glenn Morris [Tue, 18 Aug 2009 07:32:19 +0000 (07:32 +0000)]
Minor modes via local variables:

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).

14 years ago(Acknowledgments): Add ucs-normalize.el.
Glenn Morris [Tue, 18 Aug 2009 07:30:14 +0000 (07:30 +0000)]
(Acknowledgments): Add ucs-normalize.el.

14 years agoFix ucs-normalize attribution.
Glenn Morris [Tue, 18 Aug 2009 07:28:36 +0000 (07:28 +0000)]
Fix ucs-normalize attribution.

14 years agoAdd js.el author.
Glenn Morris [Tue, 18 Aug 2009 07:27:23 +0000 (07:27 +0000)]
Add js.el author.

14 years ago(Acknowledgments): Update for js.el replacing js2-mode.el.
Glenn Morris [Tue, 18 Aug 2009 07:26:03 +0000 (07:26 +0000)]
(Acknowledgments): Update for js.el replacing js2-mode.el.

14 years ago(ucs-normalize-version): Changed to 1.1.
Kenichi Handa [Tue, 18 Aug 2009 01:26:28 +0000 (01:26 +0000)]
(ucs-normalize-version): Changed to 1.1.
(ucs-normalize-hfs-nfd-pre-write-conversion): New function.
(utf-8-hfs): Make it perform normalization on encoding too.

14 years agoChange to utf-8. Adjust coding cookie.
Kenichi Handa [Tue, 18 Aug 2009 01:21:01 +0000 (01:21 +0000)]
Change to utf-8.  Adjust coding cookie.
(texinfo-mode): Delete duplicated chars from sentence-end-base.

14 years agoChange to utf-8. Adjust coding cookie.
Kenichi Handa [Tue, 18 Aug 2009 01:19:31 +0000 (01:19 +0000)]
Change to utf-8.  Adjust coding cookie.
(html-mode): Delete duplicated chars from sentence-end-base.

14 years agoChange to utf-8. Adjust coding cookie.
Kenichi Handa [Tue, 18 Aug 2009 01:17:51 +0000 (01:17 +0000)]
Change to utf-8.  Adjust coding cookie.
(sentence-end-without-space): Delete duplicated chars.
(sentence-end-base): Likewise.

14 years ago(Ffontset_font): Fix previous change.
Kenichi Handa [Tue, 18 Aug 2009 00:37:11 +0000 (00:37 +0000)]
(Ffontset_font): Fix previous change.

14 years ago*** empty log message ***
Kenichi Handa [Tue, 18 Aug 2009 00:22:28 +0000 (00:22 +0000)]
*** empty log message ***

14 years agoNote that specifying a minor mode as a local variables enables that
Chong Yidong [Mon, 17 Aug 2009 23:50:26 +0000 (23:50 +0000)]
Note that specifying a minor mode as a local variables enables that
mode.

14 years ago* files.el (hack-one-local-variable): If the mode function is for
Chong Yidong [Mon, 17 Aug 2009 23:40:19 +0000 (23:40 +0000)]
* files.el (hack-one-local-variable): If the mode function is for
a minor mode, pass it an argument (Bug#4148).

14 years ago* process.c (status_notify): Don't perform redisplay.
Chong Yidong [Mon, 17 Aug 2009 21:04:05 +0000 (21:04 +0000)]
* process.c (status_notify): Don't perform redisplay.
(Fdelete_process, list_processes_1, process_send_signal):
Expliticly perform redisplay.
(wait_reading_process_output): Always check process status, but
don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).

14 years ago* net/tramp.el (tramp-register-completion-file-name-handler):
Michael Albinus [Mon, 17 Aug 2009 19:12:10 +0000 (19:12 +0000)]
* net/tramp.el (tramp-register-completion-file-name-handler):
Check also for (member 'partial-completion completion-styles).

14 years ago* lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
Ken Raeburn [Mon, 17 Aug 2009 01:25:54 +0000 (01:25 +0000)]
* lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.
(XFLOAT_INIT): New macro for storing a float value.
* alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
* fns.c (sxhash): Copy out the value of a float in order to examine its bytes.
* dbusbind.c (xd_append_arg): Likewise.

14 years ago(main): Don't call syms_of_data twice.
Ken Raeburn [Mon, 17 Aug 2009 00:48:14 +0000 (00:48 +0000)]
(main): Don't call syms_of_data twice.

14 years ago* progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
Chong Yidong [Sun, 16 Aug 2009 23:20:21 +0000 (23:20 +0000)]
* progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
abbrev (Bug#3943).

14 years ago* progmodes/cperl-mode.el: Merge upstream 6.2.
Chong Yidong [Sun, 16 Aug 2009 23:08:18 +0000 (23:08 +0000)]
* progmodes/cperl-mode.el: Merge upstream 6.2.
(cperl-mode-syntax-table): Modify syntax entry for ["'`].
(cperl-forward-re): Check cperl-brace-recursing.
(cperl-highlight-charclass): New function.
(cperl-find-pods-heres): Use it.
(cperl-fill-paragraph): Synch to save-excursion placement used
upstream.
(cperl-beautify-regexp-piece): Fix column calculation.
(cperl-make-regexp-x): Handle case where point is between "q" and
"rs".
(cperl-beautify-level): Don't process entire regexp.
(cperl-build-manpage, cperl-perldoc): Bind Man-switches before
calling man.
(cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
(cperl-init-faces): Build a list in the normal way.

14 years ago* calendar/parse-time.el (parse-time-string-chars): Save match data.
Chong Yidong [Sun, 16 Aug 2009 18:38:15 +0000 (18:38 +0000)]
* calendar/parse-time.el (parse-time-string-chars): Save match data.

14 years ago* dbus.texi (Asynchronous Methods): Allow nil handler.
Michael Albinus [Sun, 16 Aug 2009 17:49:54 +0000 (17:49 +0000)]
* dbus.texi (Asynchronous Methods): Allow nil handler.

14 years ago* dbusbind.c (Fdbus_call_method_asynchronously): Allow nil HANDLER.
Michael Albinus [Sun, 16 Aug 2009 17:35:44 +0000 (17:35 +0000)]
* dbusbind.c (Fdbus_call_method_asynchronously): Allow nil HANDLER.

14 years ago(sql-product-alist): Add :name tag to entries.
Stefan Monnier [Sun, 16 Aug 2009 15:48:15 +0000 (15:48 +0000)]
(sql-product-alist): Add :name tag to entries.
(sql-product): Use it.
(sql-mode-menu): Auto-generate the menu based on sql-product-alist.
(sql-set-product): Add completion.
(sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
(sql-highlight-linter-keywords, sql-highlight-ms-keywords)
(sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
(sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
(sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
(sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
(sql-highlight-db2-keywords): Remove.
(sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
(sql-highlight-product): Use derived-mode-p.
(sql-set-sqli-buffer): Use with-current-buffer.
(sql-connect-informix, sql-connect-ingres, sql-connect-oracle): Simplify.

14 years ago(lisp-indent-region): Remove unused function.
Stefan Monnier [Sun, 16 Aug 2009 15:40:50 +0000 (15:40 +0000)]
(lisp-indent-region): Remove unused function.

14 years agoFix commenting convention, turn comments into docstrings.
Stefan Monnier [Sun, 16 Aug 2009 15:39:11 +0000 (15:39 +0000)]
Fix commenting convention, turn comments into docstrings.

14 years ago* whitespace.el (whitespace-style): Doc fix (Bug#3661).
Chong Yidong [Sun, 16 Aug 2009 14:46:39 +0000 (14:46 +0000)]
* whitespace.el (whitespace-style): Doc fix (Bug#3661).

14 years agoCredit Jan Seeger for last change.
Chong Yidong [Sun, 16 Aug 2009 14:36:01 +0000 (14:36 +0000)]
Credit Jan Seeger for last change.

14 years ago* calendar/parse-time.el (parse-time-string-chars): Compute using
Chong Yidong [Sun, 16 Aug 2009 14:33:43 +0000 (14:33 +0000)]
* calendar/parse-time.el (parse-time-string-chars): Compute using
character classes (Bug#3190).

14 years ago* progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
Chong Yidong [Sun, 16 Aug 2009 14:04:25 +0000 (14:04 +0000)]
* progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
another heredoc if the user adds another < (Bug#3226).

14 years ago* dbusbind.c (xd_initialize): Add connection file descriptor to
Michael Albinus [Sun, 16 Aug 2009 12:23:23 +0000 (12:23 +0000)]
* dbusbind.c (xd_initialize): Add connection file descriptor to
input_wait_mask, in order to let select() detect, whether a new
message has been arrived.

14 years ago* mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Don't
Chong Yidong [Sun, 16 Aug 2009 05:49:26 +0000 (05:49 +0000)]
* mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Don't
initialize based on window-system (Bug#4124).

14 years ago* facemenu.el (facemenu-read-color): Use a completion function
Chong Yidong [Sun, 16 Aug 2009 05:25:21 +0000 (05:25 +0000)]
* facemenu.el (facemenu-read-color): Use a completion function
that accepts any defined color, such as RGB triplets (Bug#3677).

14 years ago* Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
Seiji Zenitani [Sun, 16 Aug 2009 03:16:33 +0000 (03:16 +0000)]
* Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).

14 years ago* files.el (get-free-disk-space): Change fallback default
Chong Yidong [Sun, 16 Aug 2009 00:31:28 +0000 (00:31 +0000)]
* files.el (get-free-disk-space): Change fallback default
directory to /.  Expand DIR argument before switching to fallback.
Suggested by Kevin Ryde (Bug#2631, Bug#3911).

14 years ago* advice.texi (Argument Access in Advice): Note that argument
Chong Yidong [Sat, 15 Aug 2009 22:02:59 +0000 (22:02 +0000)]
* advice.texi (Argument Access in Advice): Note that argument
positions are zero-based (Bug#3932).

14 years ago* eval.c (Fcalled_interactively_p, Finteractive_p): Doc
Chong Yidong [Sat, 15 Aug 2009 21:51:33 +0000 (21:51 +0000)]
* eval.c (Fcalled_interactively_p, Finteractive_p): Doc
fix (Bug#3936).

14 years ago* commands.texi (Distinguish Interactive): Minor copyedit.
Chong Yidong [Sat, 15 Aug 2009 21:47:23 +0000 (21:47 +0000)]
* commands.texi (Distinguish Interactive): Minor copyedit.

14 years ago* display.texi (Face Attributes): Add xref to Displaying Faces for
Chong Yidong [Sat, 15 Aug 2009 21:08:36 +0000 (21:08 +0000)]
* display.texi (Face Attributes): Add xref to Displaying Faces for
explanation of "underlying face".

14 years ago* keyboard.c (readable_events): Call xd_pending_messages.
Michael Albinus [Sat, 15 Aug 2009 18:31:49 +0000 (18:31 +0000)]
* keyboard.c (readable_events): Call xd_pending_messages.