1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
Commit graph

91227 commits

Author SHA1 Message Date
Glenn Morris
9b89e3ee32 Kevin Ryde <user42 at zip.com.au>
(checkdoc-force-history-flag, checkdoc-arguments-in-order-flag):
Add safe-local-variable booleanp.
(checkdoc-symbol-words): Add safe-local-variable for list of strings.
Clarify docstring that the value is strings not symbols.
(checkdoc-list-of-strings-p): New function.
2009-08-22 23:02:14 +00:00
Glenn Morris
7763401bac (bootstrap_exe): New variable.
(.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
Use ${bootstrap_exe}.
2009-08-22 22:16:58 +00:00
Glenn Morris
a337468045 Remove code for defunct system-types emx, macos, mswindows,
unisoft-unix, vax-vms, win32, w32.
2009-08-22 21:59:40 +00:00
Glenn Morris
3f12e3f4bf Remove code for defunct system-types Apple-Macintosh, emx, ms-windows,
next-mach.
2009-08-22 21:53:34 +00:00
Glenn Morris
9940702bcb Comment. 2009-08-22 21:46:56 +00:00
Glenn Morris
4b18bdb30d Re-fill. 2009-08-22 19:58:13 +00:00
Glenn Morris
977955fab7 (diary-mark-entries-1): Only mark all days of a given name if the
pattern is not more specific.
2009-08-22 19:47:42 +00:00
Glenn Morris
b4deec2e85 (lunar-phase-names): New option.
(lunar-phase): Doc fix.
(lunar-cycles-per-year): New constant.
(lunar-index): New function.
(lunar-phase-list, diary-lunar-phases): Use lunar-index.
(lunar-phase-name): Use lunar-phase-names.
(calendar-lunar-phases): Use format.
(lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
2009-08-22 19:45:30 +00:00
Glenn Morris
880be50e88 (vi-goto-line): Don't warn about non-interactive goto-line. 2009-08-22 19:42:58 +00:00
Glenn Morris
1c319e7797 Comment. 2009-08-22 19:41:49 +00:00
Glenn Morris
47e8396852 (cperl-imenu-name-and-position): Copy imenu-example--name-and-position
function here for own use.
(cperl-xsub-scan): Use cperl-imenu-name-and-position.
(cperl-time-fontification): Use forward-line rather than goto-line.
2009-08-22 19:39:54 +00:00
Glenn Morris
e6ce8c4239 Use forward-line rather than goto-line. 2009-08-22 19:29:18 +00:00
Glenn Morris
a569b48010 (compilation-error-regexp-alist, compilation-forget-errors): Declare. 2009-08-22 19:21:18 +00:00
Glenn Morris
df1c29a0a0 (makefile-browser-toggle): Use forward-line rather than goto-line.
(makefile-browser-insert-selection): Use goto-char rather than goto-line.
2009-08-22 19:20:27 +00:00
Glenn Morris
7537cf237a (nfd, decomposition-translation-alist, decomposition-char-recursively)
(alist-list-to-vector, quick-check-list, quick-check-list-to-regexp):
Declare.
2009-08-22 19:14:37 +00:00
Glenn Morris
5dcc825f21 (gnus-button-patch): Use forward-line rather than goto-line. 2009-08-22 19:13:34 +00:00
Eli Zaretskii
729eaddaca (encode_coding_string): Don't encode unibyte strings. (Bug#4047) 2009-08-22 10:26:14 +00:00
Eli Zaretskii
8e22fa7efd How to reassign a bug to a list of packages. 2009-08-22 09:07:08 +00:00
Michael Albinus
eb4c6ace23 * dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
intended as hotfix only.
(xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.
2009-08-22 08:57:34 +00:00
Michael Albinus
244f96fcc4 * config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add. 2009-08-22 08:54:08 +00:00
Michael Albinus
c99cb30624 * configure: Regenerate. 2009-08-22 08:49:36 +00:00
Michael Albinus
4fe0b7298f * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd. 2009-08-22 08:47:01 +00:00
Eli Zaretskii
cb33580603 Details of how to check for problems with DOS 8+3 file-name restrictions. 2009-08-22 08:22:51 +00:00
Juri Linkov
32a2cf25a7 (lgrep, rgrep): At the beginning
set `dir' to `default-directory' unless `dir' is a non-nil
readable directory.  (Bug#4052)
(lgrep, rgrep): Change a weird way to report an error
from using `read-string' to using `error'.
Instead of using interactive arguments in the function body,
add new argument `confirm'.
2009-08-22 00:17:56 +00:00
Adrian Robert
51b4b3fb38 (ns_get_color): fix typo in last change 2009-08-21 19:36:50 +00:00
Adrian Robert
36e34d1b5d * 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.
2009-08-21 19:33:56 +00:00
Adrian Robert
3625e9685c * 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.
2009-08-21 19:31:48 +00:00
Adrian Robert
641d87f548 nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
timer_check() to avoid crash on Leopard/PPC.  Bug #2154.
2009-08-21 19:29:31 +00:00
Stefan Monnier
cb5b40ee3b * 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.
2009-08-21 15:09:42 +00:00
Stefan Monnier
5443c9b759 * 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.
2009-08-21 14:59:49 +00:00
Eli Zaretskii
76580a68c2 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).
2009-08-21 14:55:56 +00:00
Stefan Monnier
f983eb8aaa (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el. 2009-08-21 14:53:02 +00:00
Glenn Morris
3e1ea34239 (inferior-moz-process): Fix declaration. 2009-08-21 07:44:58 +00:00
Glenn Morris
9b4c5ecd6a Use forward-line, not goto-line. 2009-08-21 07:40:24 +00:00
Glenn Morris
ce86eeb58e (imenu-example--name-and-position): Fix obsolescence message. 2009-08-21 07:36:41 +00:00
Glenn Morris
fff2897038 (news-mail-reply): Use goto-char rather than goto-line. 2009-08-21 07:34:18 +00:00
Glenn Morris
d93e053bb5 (ns-open-file-select-line): Use line-beginning-position rather than goto-line. 2009-08-21 07:31:10 +00:00
Glenn Morris
d5d105e863 Use help-print-return-message rather than the now obsolete alias. 2009-08-21 07:24:26 +00:00
Glenn Morris
a8ab722f60 (calendar-cursor-to-nearest-date, calendar-cursor-to-visible-date):
Use forward-line, not goto-line.
2009-08-21 07:11:24 +00:00
Glenn Morris
d6261cc1a2 (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.
2009-08-21 07:02:28 +00:00
Michael Albinus
9e84652313 * net/dbus.el (top): Initialize only when `dbusbind' is loaded. 2009-08-21 06:45:22 +00:00
Dan Nicolaescu
bcc5db2443 Remove leftover macos code. 2009-08-21 06:19:23 +00:00
Dan Nicolaescu
1fb6109b78 emacsclient already accepts -nw. 2009-08-21 06:16:07 +00:00
Dan Nicolaescu
bbe1f50262 (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.
2009-08-21 03:37:33 +00:00
Michael Albinus
6fd2d19a36 * net/dbus.el (top): Don't check for (getenv
"DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
2009-08-20 15:24:58 +00:00
Michael Albinus
3f56d3c665 * 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.
2009-08-20 12:54:57 +00:00
YAMAMOTO Mitsuharu
fb641d684f (ns_get_color): Remove incompatible color formats again. 2009-08-20 09:44:25 +00:00
YAMAMOTO Mitsuharu
fb67c21b69 (Fxw_color_values): Return 3-element list. Doc fix. 2009-08-20 09:44:06 +00:00
Glenn Morris
fb89fad99d (Non-Gregorian Diary): Mention ``Adar I'' special case. 2009-08-20 07:11:54 +00:00
Glenn Morris
cf59a3740d (system-type): Doc fix. 2009-08-20 06:41:43 +00:00