1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00
Commit Graph

61380 Commits

Author SHA1 Message Date
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
f29cf2b134 (file, directory): Doc fixes for the `define-widget's. 2005-12-22 01:46:34 +00:00
Luc Teirlinck
135db51ad9 *** empty log message *** 2005-12-22 01:44:31 +00:00
Luc Teirlinck
2f04a83552 (atoms): Delete obsolete remark about `file' widget. 2005-12-22 01:35:40 +00:00
Richard M. Stallman
da3863b559 *** empty log message *** 2005-12-22 00:39:46 +00:00
Stefan Monnier
32fa584479 (url-cookie-write-file): Create parent dir. 2005-12-21 20:08:49 +00:00
Stefan Monnier
208d45772d (url-configuration-directory): Use ~/.emacs.d if possible. 2005-12-21 20:04:41 +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
Stefan Monnier
a425bd036e (Fdisplay_completion_list): Use XCAR/XCDR.
(Fminibuffer_completion_help): Remove duplicates before display.
2005-12-21 17:33:40 +00:00
Károly Lőrentey
aa0b0cd9bc (print_preprocess): Don't loose print_depth levels while iterating. 2005-12-21 15:37:25 +00:00
Károly Lőrentey
4e8b322fc8 Add note on the multi-tty branch. 2005-12-21 12:35:05 +00:00
YAMAMOTO Mitsuharu
5a61ec1817 (struct mac_output): Remove unused member
menu_command_in_progress.
2005-12-21 12:31:22 +00:00
YAMAMOTO Mitsuharu
4036ffb904 (Qmac_apple_event): Add extern.
(set_frame_menubar, mac_menu_show keymp_panes)
(single_keymap_panes, list_of_panes, list_of_item)
(single_menu_item): Add argument types to prototypes.
(mac_dialog_show) [HAVE_DIALOGS]: Likewise.
(struct skp): New struct (from xmenu.c).
(single_keymap_panes, single_menu_item, list_of_panes)
(list_of_item): Sync with xmenu.c.
(Fx_popup_menu, Fx_popup_dialog): Likewise.  Don't get window from
POSITION if it is mac-apple-event event.
(menubar_selection_callback): Don't use menu_command_in_progress.
(set_frame_menubar): First parse all submenus, then make
widget_value trees from them.  Don't allocate any widget_value
objects until we are done with the parsing.
(parse_single_submenu, digest_single_submenu): New functions.
(single_submenu): Function deleted, replaced by those two.
(install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't
create or dispose of EventHandlerUPP.  Install hander to all submenus.
(mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
instead of ENCODE_SYSTEM.
(free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
integer values.
[HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
(add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
format menu item string.  Don't use NULL for integer value.
2005-12-21 12:31:02 +00:00
Nick Roberts
3150fbfcca (gud-tooltip-modes, gud-tooltip-display):
Delete defcustom variable :tag names.
2005-12-21 12:04:26 +00:00
Nick Roberts
39b5238dac *** empty log message *** 2005-12-21 11:59:41 +00:00
Luc Teirlinck
7a32e81fb6 Correct typos. 2005-12-20 23:14:33 +00:00
Luc Teirlinck
ff858549f5 (Type Keywords): Delete xref to "Text help-echo", because it is
confusing.  If the :help-echo keyword is a function, it is not
directly used as the :help-echo overlay property, as the xref seems to
suggest (it does not take the appropriate args).
2005-12-20 23:12:01 +00:00
Luc Teirlinck
a31687ce36 *** empty log message *** 2005-12-20 23:11:01 +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
Juri Linkov
11cfab98b7 (VC Status): Put P and N near p and n. 2005-12-20 21:50:02 +00:00
Juri Linkov
e3947513dc (tooltip): Move defgroup before define-minor-mode.
(tooltip-x-offset, tooltip-y-offset): Doc fix.
2005-12-20 21:42:19 +00:00
Juri Linkov
55d42133d4 (menu-bar-menu-frame-live-and-visible-p)
(menu-bar-non-minibuffer-window-p): Instead of checking display-multi-frame-p,
use selected-frame when menu-updating-frame is nil.
2005-12-20 21:41:31 +00:00
Juri Linkov
c1d9dffd9a (Fx_popup_menu): Add `else' to set Vmenu_updating_frame to nil
only if position is nil.
2005-12-20 21:38:27 +00:00
Juri Linkov
76a3c2cda5 (Fx_popup_menu): Set Vmenu_updating_frame to f if
position is non-nil, else set it to nil.
2005-12-20 21:37:36 +00:00
Chong Yidong
38e3f12e18 Typo. 2005-12-20 17:39:47 +00:00
Chong Yidong
7f5bb182d2 Typo. 2005-12-20 17:27:35 +00:00
Richard M. Stallman
cf5374aa15 (Help Functions): Update documentation of `apropos'. 2005-12-20 15:39:36 +00:00
Thien-Thi Nguyen
fdd5516e6c *** empty log message *** 2005-12-20 14:04:26 +00:00
Thien-Thi Nguyen
5a8854dda0 (align-rules-list): Use [ \t] instead of \s-
for column separators in text mode.
2005-12-20 13:59:16 +00:00
Nick Roberts
d74f241f38 (help-customize-variable, help-customize-face):
Don't pop help-xref-stack as help-follow no longer pushes
anything on to it.
2005-12-20 09:02:23 +00:00
Nick Roberts
84a00de9cf *** empty log message *** 2005-12-20 09:00:56 +00:00
Carsten Dominik
4e8c4d9aec Version 4.01 2005-12-20 08:09:19 +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
David Kastrup
54e42ad99a (AUCTeX): Update version and mailing list info. 2005-12-20 04:17:37 +00:00
Luc Teirlinck
d8ea07f6dc (Documentation Tips): Minor change. 2005-12-20 03:47:55 +00:00
Stephen Gildea
2953de8c3f * mh-customize.el (mh-after-commands-processed-hook): New variable.
(mh-before-commands-processed-hook): Rename from mh-folder-updated-hook.
* mh-e.el (mh-process-commands): Rename mh-folder-updated-hook to
mh-before-commands-processed-hook, call new mh-after-commands-processed-hook.
(mh-folders-changed): New variable (for mh-after-commands-processed-hook).
2005-12-20 03:44:32 +00:00
Luc Teirlinck
3c9af4381a (Common Keywords): Fix Texinfo usage.
(Group Definitions, Variable Definitions): Update for new conventions
for using `*' in docstrings.
2005-12-20 03:19:50 +00:00
Luc Teirlinck
0e83c4e915 *** empty log message *** 2005-12-20 03:18:39 +00:00
Luc Teirlinck
eef4e174d8 (Documentation Tips): Update for new conventions for using `*' in docstrings. 2005-12-20 03:08:11 +00:00
Luc Teirlinck
77df907a15 *** empty log message *** 2005-12-20 03:07:04 +00:00
Richard M. Stallman
f5eb910a1a (Electric C): Delete the info about newline control.
(Other C Commands): Minor cleanup.
(Left Margin Paren): Minor cleanup.
2005-12-20 02:49:17 +00:00
Luc Teirlinck
2b8fa3be38 (Easy Customization): Add "Browsing Custom" to menu.
(Customization Groups): Delete text moved to "Browsing Custom".
(Browsing Custom): New node.
(Specific Customization): Clarify which commands only work for loaded options.
2005-12-19 23:33:53 +00:00
Bill Wohler
cee9f5c6a1 * mh-acros.el:
* mh-alias.el:
* mh-comp.el:
* mh-customize.el:
* mh-e.el:
* mh-funcs.el:
* mh-gnus.el:
* mh-identity.el:
* mh-inc.el:
* mh-index.el:
* mh-init.el:
* mh-junk.el:
* mh-mime.el:
* mh-pick.el:
* mh-print.el:
* mh-seq.el:
* mh-speed.el:
* mh-utils.el:
Follow commenting conventions. Don't use ;;; form so much, except for
headings. Precede headings with page feed. This was mostly already
done, so I made it a convention. Did not update copyright on a couple
of files since this was an insignificant change.
2005-12-19 23:32:16 +00:00
Luc Teirlinck
c8fee34526 *** empty log message *** 2005-12-19 23:31:31 +00:00
Richard M. Stallman
321e487061 *** empty log message *** 2005-12-19 23:19:02 +00:00
Luc Teirlinck
7667fa3a2d (font-lock): Add tags to the links in the defgroup. 2005-12-19 23:18:17 +00:00
Luc Teirlinck
06cdb5dbbe (customize-apropos, customize-apropos-options): Docstring changes. 2005-12-19 23:17:19 +00:00
Alan Mackenzie
108262a0fa Amend the file for CC Mode 5.31. In particular, relax the injunction
that all braces/parens at column zero start defuns.
2005-12-19 22:21:41 +00:00
Romain Francoise
de64bbfaf7 *** empty log message *** 2005-12-19 17:15:58 +00:00