1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

16621 Commits

Author SHA1 Message Date
Dan Nicolaescu
652cc1a2e6 * vc-dir.el (vc-dir-update): Remove debug helper. 2009-08-27 07:25:43 +00:00
Kenichi Handa
1339cf204c (japanese-symbol-table): Add entries for cp932-2-byte. 2009-08-27 07:22:47 +00:00
Kenichi Handa
726e3f1d5e (build-default-fontset-data): New macro.
(setup-default-fontset): Use build-default-fontset-data for CJK,
tibetan, ethiopic, and ipa
2009-08-27 06:26:43 +00:00
Stefan Monnier
4e3b4528ea * subr.el (default-mode-line-format, default-header-line-format)
(default-line-spacing, default-abbrev-mode, default-ctl-arrow)
(default-direction-reversed, default-truncate-lines)
(default-left-margin, default-tab-width, default-case-fold-search)
(default-left-margin-width, default-right-margin-width)
(default-left-fringe-width, default-right-fringe-width)
(default-fringes-outside-margins, default-scroll-bar-width)
(default-vertical-scroll-bar, default-indicate-empty-lines)
(default-indicate-buffer-boundaries, default-fringe-indicator-alist)
(default-fringe-cursor-alist, default-scroll-up-aggressively)
(default-scroll-down-aggressively, default-fill-column)
(default-cursor-type, default-buffer-file-type)
(default-cursor-in-non-selected-windows)
(default-buffer-file-coding-system, default-major-mode)
(default-enable-multibyte-characters): Mark as obsolete.
* cus-start.el (default-major-mode): Customize `major-mode' instead.
(enable-multibyte-characters): Not customizable any more.
2009-08-27 04:24:00 +00:00
Dan Nicolaescu
b3cca6a697 (vc-cvs-update-changelog): Fix typo. 2009-08-27 01:50:12 +00:00
Sam Steingold
4ed8c7aadb (save-interprogram-paste-before-kill): New user option.
(kill-new): When `save-interprogram-paste-before-kill' is non-nil,
save the interprogram-paste into kill-ring before overriding it
with the Emacs kill.
2009-08-26 20:55:39 +00:00
Dan Nicolaescu
3b64d86b56 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
(vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
(vc-default-previous-revision): Rename to vc-rcs-previous-revision
and move to vc-rcs.el.
(vc-default-next-revision): Rename to vc-rcs-next-revision and
move to vc-rcs.el.
(vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
(vc-rcs-update-changelog): Remove.
(vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
and move to vc-rcs.el.

* vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
(vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
renaming.
(vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
(vc-rcs-next-revision, vc-rcs-update-changelog): Moved here from
vc.el, renamed to be RCS specific.

* vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision): New functions.
(vc-cvs-update-changelog): Moved here from vc.el.

* vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
New functions.
2009-08-26 17:54:05 +00:00
Stefan Monnier
636a36a070 (byte-compile-lapcode): Fix up last change. 2009-08-26 14:47:23 +00:00
Dan Nicolaescu
dc81064982 * vc.el (vc-default-prettify-state-info): Remove function, unused.
* vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
2009-08-26 07:42:11 +00:00
Dan Nicolaescu
2ddf440db1 (vc-git-stash, vc-git-stash-show): New functions.
(vc-git-extra-menu-map): Bind them.
2009-08-26 07:01:09 +00:00
Dan Nicolaescu
b91f07620f (vc-git-register): Use "git add" for directories. 2009-08-26 06:48:58 +00:00
Dan Nicolaescu
b8e5436265 (vc-dir-node-directory, vc-dir-update): Get the parent
directory correctly in case the item is a directory itself.
2009-08-26 06:45:36 +00:00
Dan Nicolaescu
239b334087 Document the desired behavior for reverted files in the
`added' state.
2009-08-26 05:26:22 +00:00
Glenn Morris
3029e594ae (enable-local-variables, enable-local-eval)
(safe-local-variable-values, safe-local-eval-forms): Mark as risky in
the defcustoms.
(auto-mode-alist, ignored-local-variables)
(save-some-buffers-action-alist): Move risky declarations to the
definitions.
(dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
(font-lock-defaults, format-alist, imenu--index-alist)
(imenu-generic-expression, input-method-alist, minor-mode-alist)
(mode-line-buffer-identification, mode-line-client, mode-line-modes)
(mode-line-modified, mode-line-mule-info, mode-line-position)
(mode-line-process, mode-line-remote, outline-level)
(parse-time-rules, rmail-output-file-alist)
(special-display-buffer-names, vc-mode):
Move risky declarations to the relevant files.
2009-08-26 03:08:33 +00:00
Glenn Morris
e49c017910 (standard-mode-line-format): Reposition dashes in which-func entry. (Bug#4217) 2009-08-26 02:59:34 +00:00
Stefan Monnier
8476cfaf3d (byte-compile-lapcode): Signal overflow. 2009-08-26 02:56:05 +00:00
Michael Albinus
0b35b48e66 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
daemon.  Replace ping by checking for running service for bluez
and zeroconf.  (Bug#4239)
2009-08-25 10:26:16 +00:00
Glenn Morris
bac9c66cc7 (byte-compile-eval): Fix test for cl in load-history for absolute file-names.
(byte-compile-file-form-require): Warn about use of the cl package.
2009-08-25 07:28:16 +00:00
Glenn Morris
af62aa887b (top-level): Don't require lucid (and hence run-time cl). 2009-08-25 03:26:40 +00:00
Glenn Morris
5ac1f9e050 (top-level): Don't require cl at run-time. 2009-08-25 03:24:42 +00:00
Glenn Morris
d54cc599f5 Kevin Ryde <user42 at zip.com.au>
(dig): Add autoload cookie.
2009-08-25 03:21:14 +00:00
Glenn Morris
7bfd055df9 (format-alist): Doc fix. 2009-08-25 03:03:27 +00:00
Dmitry Dzhus
71e036af39 (gdb-mapcar*): Replacement for `mapcar*'
from cl package.
(gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
2009-08-24 19:12:46 +00:00
Jay Belanger
42110eaf95 (math-trig-rewrite, math-hyperbolic-trig-rewrite): New functions.
(calc-simplify): Simplify trig functions when asked.
2009-08-24 18:43:50 +00:00
Stefan Monnier
88421f3e11 (diff-find-source-location): Avoid goto-line. 2009-08-24 17:11:20 +00:00
Kenichi Handa
dbd9624e5a (mapthread): Delete it.
(combinatorial): New function.
(indian--puthash-cv): Use combinatorial instead of mapthread.
2009-08-24 11:43:59 +00:00
Glenn Morris
2ddf2ea67c (auto-mode-alist): Remove code for defunct system-type next-mach. 2009-08-23 00:45:17 +00:00
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
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
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
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
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
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
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
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
Stefan Monnier
31764e153f * log-edit.el (log-edit-strip-single-file-name): New var.
(log-edit-insert-changelog): Use it.
2009-08-19 19:55:58 +00:00