1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 14:01:43 -08:00
Commit graph

61458 commits

Author SHA1 Message Date
Luc Teirlinck
0ad017ce77 *** empty log message *** 2005-12-26 18:25:58 +00:00
Richard M. Stallman
91e25f5e6f Depend on window.h.
(record_point): Save old point from the correct window.
2005-12-26 16:33:05 +00:00
Richard M. Stallman
bb0e1d19c7 (last_point_position_window): New variable.
(command_loop_1): Set last_point_position_window.
(syms_of_keyboard): Init it.
2005-12-26 16:31:36 +00:00
Richard M. Stallman
066185fc2e (undo.o): Depend on window.h. 2005-12-26 16:30:21 +00:00
Stefan Monnier
1d5e15d046 (lazy-completion-table): Remove argument `args'. 2005-12-26 15:57:37 +00:00
Stefan Monnier
29f93de38a *** empty log message *** 2005-12-26 15:56:49 +00:00
Stefan Monnier
2784fcc9de (bibtex-strings, bibtex-reference-keys):
Don't use the `args' argument of lazy-completion-table.
2005-12-26 15:54:21 +00:00
Nick Roberts
a06b8fd888 (describe-char): Bug fix for previous changes: Juggle current buffer. 2005-12-26 12:35:35 +00:00
Nick Roberts
e5a5c80cd5 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
* descr-text.el (describe-char): Add optional argument for buffer.
	Set buffer appropriately.  Call help-setup-xref.
	Suggested by Stefan Monnier.

2005-12-27  Juri Linkov  <juri@jurta.org>

	* descr-text.el (help-fns): Require.  Don't require button for
	byte compilation.
	(describe-text-widget): Add help echo for first button.  Use
	'help-info for second.
	(describe-property-list): Use 'help-argument-name instead of 'italic.
	(describe-text-category): Prompt in minibuffer.  Call help-setup-xref.
	(describe-char): Use 'help-character-set.  Add help echo.  Use
	'help-input-method.  Remove superfluous insert.
2005-12-26 11:41:22 +00:00
Nick Roberts
0932395f4a *** empty log message *** 2005-12-26 11:40:31 +00:00
Richard M. Stallman
cad1051b1f *** empty log message *** 2005-12-26 04:51:58 +00:00
Richard M. Stallman
3f264a3af4 (c-emacs-features): Do parse-partial-sexp at point, in case of narrowing. 2005-12-26 04:51:46 +00:00
Richard M. Stallman
47b82df943 (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue to undo a `provide'. 2005-12-26 04:46:06 +00:00
Richard M. Stallman
989e66e151 (Fprovide): Store (0 . OFEATURES) in Vautoload_queue. 2005-12-26 04:45:11 +00:00
Karl Berry
d52c26e925 FreeBSD and m/amdx86-64.h 2005-12-25 19:29:28 +00:00
Richard M. Stallman
6f9de17a61 (delphi-other-face): Allow nil in type. 2005-12-25 19:01:19 +00:00
Richard M. Stallman
0e10acf613 (locate-header-face): Allow nil in type. 2005-12-25 19:00:33 +00:00
Richard M. Stallman
6728475c5c (cpp-face-none-list): Use cpp-face instead of face. 2005-12-25 18:59:47 +00:00
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
3a5050af4c * custom.texi (Custom Themes): `load-theme' always loads. 2005-12-24 17:35:22 +00:00
Eli Zaretskii
94e7daf7b2 (TEMACS_EXTRA_LINK): Remove redundant -g.
(DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
2005-12-24 17:30:08 +00:00
Chong Yidong
6aab19aa50 * custom.el (custom-push-theme): Fix docstring. 2005-12-24 15:22:47 +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
Eli Zaretskii
3712a0b33f (w32-batch-update-autoloads): New function. 2005-12-24 12:49:52 +00:00
Chong Yidong
34321842d2 Really fix typo. 2005-12-24 06:52:56 +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
YAMAMOTO Mitsuharu
14af1e44ad (TYPE_FILE_NAME): New define.
(posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
2005-12-24 02:51:04 +00:00
YAMAMOTO Mitsuharu
0e0a1663cc Don't include sys/param.h.
(init_coercion_handler): Add extern.
[MAC_OS8] (main): Call init_coercion_handler.
(mac_initialize) [MAC_OSX]: Likewise.
[TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
Apple event data for translation from/to file names.
2005-12-24 02:50:45 +00:00
YAMAMOTO Mitsuharu
d62ff4c3cc [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use coercion of Apple event
data for translation from/to file names.
2005-12-24 02:50:34 +00:00
YAMAMOTO Mitsuharu
7ce8b6381a (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Add
prototypes.  Make static.
(mac_aedesc_to_lisp): Initialize err to noErr.
(mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
(init_coercion_handler): New functions.
(Fmac_coerce_ae_data): Use coercion of Apple event data for
translation from/to file names.
2005-12-24 02:50:11 +00:00
YAMAMOTO Mitsuharu
2d22e7edf2 [MAC_OS] (find_image_fsspec): Use coercion of Apple event data for
translation from/to file names.
2005-12-24 02:50:00 +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
Bill Wohler
7ba8dffdde (mh-folders-changed): Fix typo in docstring. 2005-12-23 22:14:50 +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
8a30a619e2 (mouse-choose-completion): Replace `buffer-substring' with
`buffer-substring-no-properties' to remove common substring highlighting.
2005-12-23 21:53:29 +00:00
Juri Linkov
9480725372 (info-other-window, info): Rename function argument
`file' to `file-or-node'.
(Info-complete-menu-item): Use local variable `complete-nodes' to
keep the global value of `Info-complete-nodes' unchanged for
subsequent completions.
(info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
2005-12-23 21:52:00 +00:00
Juri Linkov
7979163c33 (get-next-valid-buffer, last-buffer)
(next-error-buffer-p, next-error-find-buffer)
(minibuffer-history-sexp-flag): Doc fix.
2005-12-23 21:50:38 +00:00
Juri Linkov
105744a3cf (savehist-mode-hook): Add `:group'. 2005-12-23 21:49:51 +00:00
Juri Linkov
efa7e86f2d Call autoload for vc-find-version.
(log-view-current-file): Adjust subgroup numbers.
(log-view-current-tag): Add `length'.
2005-12-23 21:49:32 +00:00
Eli Zaretskii
bab3eee156 (insert, insert_and_inherit, insert_before_markers)
(insert_before_markers_and_inherit): Make sure FROM is correct when
`after-change-functions' are called.
2005-12-23 17:37:50 +00:00
Juri Linkov
1fafa158b4 *** empty log message *** 2005-12-23 16:54:46 +00:00
Juri Linkov
630acdccb9 (Highlight Interactively): Use double space to separate sentences.
Replace C-p with M-p, and C-n with M-n.
2005-12-23 16:54:24 +00:00
Richard M. Stallman
2b6abe1ed9 *** empty log message *** 2005-12-23 16:47:09 +00:00
Richard M. Stallman
1412ac47e7 (Undo): Restore some explanation from the version that was deleted. 2005-12-23 16:46:59 +00:00
Juri Linkov
907560871c (hi-lock-archaic-interface-message-used)
(hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
(hi-lock-mode): Display "Hi" in the mode line only when
hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
(hi-lock-write-interactive-patterns):
Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
(hi-lock-set-pattern, hi-lock-set-file-patterns)
(hi-lock-font-lock-hook): Set 3rd arg `how' of
font-lock-add-keywords to t.
2005-12-23 16:45:05 +00:00
Richard M. Stallman
6149bbfbf8 (vc-annotate-car-last-cons): Defn moved up. 2005-12-23 16:22:31 +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