1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

8742 Commits

Author SHA1 Message Date
Romain Francoise
180a447376 (battery-linux-proc-acpi): Also try
`/proc/acpi/thermal_zone/THM0/temperature'.
2005-12-25 14:09:57 +00:00
Chong Yidong
c5d290fb3b * custom.el (custom-push-theme): Fix docstring.
* cus-edit.el (custom-variable-set, custom-variable-save,
	custom-variable-save): Custom-quote widget values.
	(customize-save-variable): Fix custom-push-theme call.
2005-12-24 15:21:45 +00:00
Eli Zaretskii
7c417300d8 (autoloads, $(lisp)/mh-e/mh-loaddefs.el): Use w32-batch-update-autoloads,
and don't setq generated-autoload-file from the command line.
2005-12-24 12:52:26 +00:00
Chong Yidong
25c6d44741 * cus-edit.el (custom-variable-set, custom-variable-set)
(custom-variable-reset-saved, custom-variable-reset-backup)
	(custom-face-set, custom-face-reset-saved): Update `user' theme.
	(custom-variable-save): Fix typos.
	(custom-variable-state-set, custom-face-state-set): Check
	theme-value.
	(custom-variable-reset-standard, custom-face-reset-standard):
	Perform custom theme recalc unconditionally.
2005-12-24 06:45:16 +00:00
Chong Yidong
9ff7a71aae (custom-variable-reset-standard, custom-face-reset-standard):
Recalculate new values.
2005-12-24 04:05:13 +00:00
Chong Yidong
70128967da (custom-face-state-set): Check theme-value. 2005-12-24 01:35:53 +00:00
Chong Yidong
d820f1fbfe 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
* custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
	reset means to remove setting from theme entirely.  Don't keep
	expanding theme-settings list; delete old entries if necessary.

	* cus-edit.el (custom-buffer-create-internal): Move "Erase
	customization" button one line up.
	(custom-themed): New face.
	(custom-magic-alist): New value, THEMED, for theme settings.
	(custom-variable-state-set): Check theme-value.
	(custom-variable-reset-standard, custom-face-reset-standard):
	Remove theme setting entirely.
2005-12-24 01:26:54 +00:00
Juri Linkov
eb53358796 (edebug-all-defs, edebug-all-forms): Add autoload cookies.
(edebug-outside-d-c-i-n-s-w): New variable.
(edebug-display, edebug-outside-excursion): Use it to save the
original value of default-cursor-in-non-selected-windows.
Set default-cursor-in-non-selected-windows to t while Edebug is active.
(edebug-mode, edebug-eval-mode): Doc fix.
2005-12-23 21:57:08 +00:00
Juri Linkov
1fafa158b4 *** empty log message *** 2005-12-23 16:54:46 +00:00
Richard M. Stallman
2b6abe1ed9 *** empty log message *** 2005-12-23 16:47:09 +00:00
Juri Linkov
81dc571454 (hi-lock-highlight-range): New variable.
(hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
only if font-lock-fontified is non-nil.  Remove overlays.
(hi-lock-set-pattern): Call font-lock-fontify-buffer if
font-lock-fontified is non-nil, otherwise use overlays (instead of
text properties).
(hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
New variables.
(hi-lock-string-serialize) New function.
2005-12-23 16:20:58 +00:00
Jan Djärv
7b5836c7db * menu-bar.el (menu-find-file-existing): New function.
(menu-bar-file-menu): Use menu-find-file-existing for Open.

* tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
2005-12-23 11:36:08 +00:00
Stefan Monnier
04864eb004 Remove unnecessary leading * in docstrings.
(vc-annotate-mode-map): Move initialization into declaration.
(vc-static-header-alist): Nitpick on the regexp.
(vc-default-init-version): New fun.
(vc-register): Use it.
(vc-insert-headers): Use dolist.
(vc-annotate-get-backend): Remove unused function.
(vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
(vc-annotate-mode): Remove corresponding call.
(vc-annotate-car-last-cons): Simplify.
(vc-annotate-buffers): Remove var.
(vc-annotate-backend): Make it buffer-local.
(vc-annotate): Move the interaction to the interactive spec.
Add a `buf' argument.
(vc-annotate-warp-version): Use this new `buf' argument to avoid
killing&creating a vc-annotate buffer, which is very disruptive when
the buffers are shown in dedicated frames.
2005-12-23 04:57:28 +00:00
Nick Roberts
d59e3c42dc *** empty log message *** 2005-12-23 02:01:02 +00:00
Richard M. Stallman
50137744b8 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
Say "standard values".
(Custom-reset-standard): Doc fix.
(custom-face-reset-standard): Doc fix.
2005-12-23 01:39:01 +00:00
Richard M. Stallman
bba50f8a9e (customize-changed-options-previous-release): Prev release is 21.1.
(customize-changed-options): Doc fix.
(customize-changed): New alias.
2005-12-23 01:34:27 +00:00
Richard M. Stallman
b758ae9ad9 (customize-browse): Reword the top-of-buffer help intro.
(custom-buffer-create-internal): Fix previous change.
2005-12-23 01:21:16 +00:00
Stefan Monnier
e0be77f6d8 (font-lock-default-fontify-buffer): Try and set-defaults even if font-lock-mode
is non-nil since it may be t without having turned on font-lock-mode-internal.
(font-lock-choose-keywords): Minor optimization.
(font-lock-add-keywords, font-lock-remove-keywords, font-lock-set-defaults):
Don't call make-local-variable on a variable that we know to already be local.
2005-12-22 16:09:32 +00:00
Kim F. Storm
6ecca7d1ba *** empty log message *** 2005-12-22 12:46:04 +00:00
Romain Francoise
5e6882903d (lisp-complete-symbol): Don't print progress messages if in the
minibuffer.
2005-12-22 07:41:04 +00:00
Stefan Monnier
9c84131648 (flyspell-check-word-p): Don't quote - in a regexp.
(tex-mode-flyspell-verify, flyspell-get-word)
(flyspell-external-point-words): Don't use point-min/max uselessly.
2005-12-22 01:51:40 +00:00
Stefan Monnier
c1b5a260d6 (lisp-complete-symbol): Mostly undo the change by Kevin Rodgers.
Instead, just hide the completions buffer if we don't need to show it.
2005-12-22 01:48:20 +00:00
Luc Teirlinck
135db51ad9 *** empty log message *** 2005-12-22 01:44:31 +00:00
Stefan Monnier
398de7181d (lisp-complete-symbol): Don't call delete-windows-on with an inexistent buffer. 2005-12-21 20:02:20 +00:00
Nick Roberts
39b5238dac *** empty log message *** 2005-12-21 11:59:41 +00:00
Stefan Monnier
aa230d94e5 (log-view-file-re, log-view-message-re): Use shy groups.
(log-view-font-lock-keywords): Ajust subgroup numbers.
(log-view-current-tag): Don't hard code the number of subgroups.
2005-12-20 21:58:14 +00:00
Juri Linkov
3bdba51db2 *** empty log message *** 2005-12-20 21:50:23 +00:00
Thien-Thi Nguyen
fdd5516e6c *** empty log message *** 2005-12-20 14:04:26 +00:00
Nick Roberts
84a00de9cf *** empty log message *** 2005-12-20 09:00:56 +00:00
Carsten Dominik
d924f2e5dc (org-agenda-custom-commands): New option.
(org-agenda): Offer custom commands on splash screen.
	(org-make-tags-matcher): Parser for Boolean logic added.
	(org-agenda-set-tags): New command.
	(org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
	(org-set-tags): Efficiency improvements.
	(org-auto-align-tags): New option.
	(org-todo, org-demote, org-promote): Realign tags.
	(org-tags-completion-function): Use also "&" and "|" as
	separators.
	(org-org-menu): Agenda commands simplified.
2005-12-20 08:08:48 +00:00
Luc Teirlinck
c8fee34526 *** empty log message *** 2005-12-19 23:31:31 +00:00
Romain Francoise
de64bbfaf7 *** empty log message *** 2005-12-19 17:15:58 +00:00
Chong Yidong
eb0d286432 * longlines.el (longlines-mode): Wrap while widened.
(longlines-decode-region, longlines-encode-region): Compute max
	just once.
2005-12-19 14:30:56 +00:00
YAMAMOTO Mitsuharu
d6a90a49de *** empty log message *** 2005-12-19 08:31:44 +00:00
Stefan Monnier
8e77fbb49f (lazy-completion-table): Don't be fooled if the var holds
a "list" (lambda ...) rather than a real completion list.
2005-12-19 02:20:33 +00:00
Chong Yidong
917e8d0ba2 * progmodes/sh-script.el (sh-mode): Add keymap to docstring. 2005-12-18 01:18:45 +00:00
Chong Yidong
1aa545c147 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
* textmodes/picture.el (picture-mode): Update docstrings.
2005-12-18 01:17:27 +00:00
Eli Zaretskii
abeb585559 *** empty log message *** 2005-12-17 17:29:36 +00:00
Chong Yidong
14e7cb9400 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Capture
error from printing circular structures.
2005-12-17 15:45:55 +00:00
Eli Zaretskii
6872b31c68 (widget-checkbox-action): Clear undo info. 2005-12-17 08:53:38 +00:00
Bill Wohler
6eee5abf2f (kill-this-buffer): Set a good example by using menu bar, not menubar
in comment.
2005-12-16 20:37:23 +00:00
Stefan Monnier
f3725983e7 (c-after-change-check-<>-operators):
After-change-functions should not clobber the match data.
2005-12-16 20:07:49 +00:00
Juri Linkov
2a502a3271 *** empty log message *** 2005-12-16 19:10:49 +00:00
Eli Zaretskii
ec6328a24a (set-auto-mode): If search for mode specification failed, look for an
interpreter specified on the first line.
2005-12-16 15:44:39 +00:00
Carsten Dominik
cfbc570982 *** empty log message *** 2005-12-16 14:32:16 +00:00
Carsten Dominik
f63bdfca44 *** empty log message *** 2005-12-16 14:30:44 +00:00
Eli Zaretskii
e4fd12dd39 *** empty log message *** 2005-12-16 12:17:14 +00:00
Károly Lőrentey
a74f9094c4 2005-12-16 Lőrentey Károly <lorentey@elte.hu>
* bindings.el (last-buffer): Move to simple.el.
	* simple.el (last-buffer): Move here.
	(get-next-valid-buffer): New function.
	(next-buffer): Use frame-local buffer list, maintain buried buffer list.
	(prev-buffer): Ditto. Rename to `previous-buffer'.

	* menu-bar.el (menu-bar-update-buffers): Update references to `prev-buffer'.
	* bindings.el (global-map): Ditto.
2005-12-16 11:35:25 +00:00
Luc Teirlinck
6769aefaf9 *** empty log message *** 2005-12-16 03:42:27 +00:00
Richard M. Stallman
62e5dd0852 *** empty log message *** 2005-12-16 02:07:23 +00:00