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

61206 Commits

Author SHA1 Message Date
Jan Djärv
7c14546c33 Add note about frame-parameter height and make-frame 2005-12-12 09:38:23 +00:00
Jan Djärv
5621b83a66 * tooltip.el (tooltip-y-offset): Changed default to 20. 2005-12-12 09:36:47 +00:00
Jan Djärv
4873609398 Changed default to 20 for tooltip-y-offset. 2005-12-12 09:36:22 +00:00
Jan Djärv
7e8410d1ab * (compute_tip_xy): Calculate root_y the same way as root_x,
i.e. dy is offset from top of frame instead of bottom.
2005-12-12 09:32:59 +00:00
Jan Djärv
57134802f7 * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
i.e. dy is offset from top of frame instead of bottom.

* macfns.c (compute_tip_xy): Ditto.
* w32fns.c (compute_tip_xy): Ditto.
2005-12-12 09:32:15 +00:00
Jan Djärv
93c579e00e * gtkutil.c (SSDATA): New macro to remove compiler warnings.
(xg_get_image_for_pixmap, xg_create_frame_widgets)
(xg_get_file_with_chooser): Use SSDATA instead of SDATA.
2005-12-12 08:08:56 +00:00
Jan Djärv
b79c8219e8 * xmenu.c (menubar_selection_callback): Do nothing if the callback
is for an unselected radio menu item.
2005-12-12 08:08:43 +00:00
Jan Djärv
3b006f5b67 * gtkutil.c (SSDATA): New macro to remove compiler warnings.
(xg_get_image_for_pixmap, xg_create_frame_widgets)
(xg_get_file_with_chooser): Use SSDATA instead of SDATA.

* xmenu.c (menubar_selection_callback): Do nothing if the callback
is for an unselected radio menu item.
2005-12-12 08:08:23 +00:00
Richard M. Stallman
eab52f48e5 *** empty log message *** 2005-12-12 05:22:29 +00:00
Richard M. Stallman
4199d5be3e (mouse-drag-vertical-line): Use adjust-window-trailing-edge. 2005-12-12 05:21:33 +00:00
Richard M. Stallman
658e7a9fc5 Maintainer is FSF. 2005-12-12 05:20:41 +00:00
Richard M. Stallman
088e75cc27 (display-hourglass): Doc fix. 2005-12-12 05:18:19 +00:00
Richard M. Stallman
c6f20f15d9 (help-for-help-internal): Simplify entry for `a'. 2005-12-12 05:16:39 +00:00
Richard M. Stallman
70746649f8 (Info-on-current-buffer): Doc fix.
(info-insert-file-contents): Don't test (featurep 'jka-compr).
2005-12-12 05:15:53 +00:00
Richard M. Stallman
9c8b215040 (inhibit-splash-screen): Make this the real name.
(inhibit-startup-message): Make this the alias.
(command-line): Find only simple.el, and use its directory
to fill in other preloaded files' names.
(command-line): Deactivate the mark if deactivate-mark is set.
2005-12-12 05:14:51 +00:00
Richard M. Stallman
e2328c7a51 (mm-url-load-url): Require url-parse and url-vars. 2005-12-12 05:12:46 +00:00
Richard M. Stallman
9fe1108c10 (load-with-code-conversion): Bind deactivate-mark. 2005-12-12 05:11:57 +00:00
Richard M. Stallman
4aede2f281 (compilation-error-regexp-alist): Doc fix. 2005-12-12 05:11:08 +00:00
Richard M. Stallman
b4fa47b540 (Easy Customization): Change menu comment.
(Prefix Keymaps): Fix spelling of Control-X-prefix.
2005-12-12 05:10:18 +00:00
Richard M. Stallman
de22da59fa (Apropos): Rewrite. Talk about "apropos patterns".
(Help): Among the Apropos commands, describe only C-h a here.
2005-12-12 05:08:20 +00:00
Richard M. Stallman
aa2d347837 (Options for Comments): Comment-end starts with space. 2005-12-12 00:57:01 +00:00
Richard M. Stallman
4dfdb4bf29 (Glossary): Minor cleanup. 2005-12-12 00:56:19 +00:00
Richard M. Stallman
e8d8cb3ef1 (Old Versions): Use @table. 2005-12-12 00:55:25 +00:00
Luc Teirlinck
27b8781063 (customize-apropos): Avoid listing an option more than once under
different aliases.  No longer list user options that are not defined
with defcustom (unless a prefix arg is given).  Doc fix.
(customize-apropos-options): Doc fix.
2005-12-11 18:16:20 +00:00
Luc Teirlinck
39f617e5f7 *** empty log message *** 2005-12-11 18:14:00 +00:00
Richard M. Stallman
2cb33a9853 (syms_of_xdisp) <blink-cursor-alist>: Doc fix. 2005-12-11 15:40:37 +00:00
Richard M. Stallman
2231a9e22d (EQ): Use == so args are computed just once. 2005-12-11 15:35:51 +00:00
Richard M. Stallman
49daa5b162 (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
(Flookup_key): Doc fix.
(syms_of_keymap) <function-key-map>: Doc fix.
2005-12-11 15:35:14 +00:00
Juri Linkov
d4c6530fc5 (frame-background-mode): Replace `choice-item' keywords
with `const' to not make [default] button.  Change default value tag
from `default' to `automatic'.  Doc fix.
(trailing-whitespace) <defface>: Change group `whitespace' to
`whitespace-faces'.
2005-12-11 11:09:33 +00:00
Juri Linkov
63ec4f943f (set-background-color, set-foreground-color)
(set-cursor-color, set-mouse-color, set-border-color):
Add explicit prompts to read colors by `facemenu-read-color'.
(show-trailing-whitespace, blink-cursor-delay)
(blink-cursor-interval, display-hourglass, hourglass-delay):
Remove tags.
(display-hourglass, hourglass-delay): Doc fix.
(cursor-in-non-selected-windows): Capitalize words in tag.
2005-12-11 11:08:20 +00:00
Romain Francoise
d7d5b8871f *** empty log message *** 2005-12-11 10:47:41 +00:00
Juri Linkov
d7d1f75e5e *** empty log message *** 2005-12-11 09:57:08 +00:00
Juri Linkov
5a027eaed3 (Completion Commands): Add mention of read-file-name
for filename completion keymaps.
(Reading File Names): Add mention of filename completion keymaps
for read-file-name and xref to `Completion Commands'.
2005-12-11 09:56:45 +00:00
Juri Linkov
5203cd0380 (display_completion_list_1): Call `minibuffer_completion_contents'
instead of using `nil' as second arg of `Fdisplay_completion_list'.
(keys_of_minibuf): Unbind SPC in Vminibuffer_local_filename_completion_map
(see also related change on 2005-12-06).
2005-12-11 09:50:53 +00:00
Richard M. Stallman
06100606c1 (Frequire): Treat evaluating from a source file
like loading the file.
2005-12-11 05:10:08 +00:00
Richard M. Stallman
356e6d8de4 (Flog): Doc fix. 2005-12-11 05:09:00 +00:00
Richard M. Stallman
83c1cf6df6 (Finsert_file_contents): Set Vdeactivate_mark when we change the buffer. 2005-12-11 05:08:18 +00:00
Richard M. Stallman
7c0ab7d9e4 Comment and whitespace changes. 2005-12-11 05:07:16 +00:00
Richard M. Stallman
4b1c16c20f *** empty log message *** 2005-12-11 05:02:28 +00:00
Richard M. Stallman
e39588f395 (Buffer-menu-sort-column): Not a user variable. 2005-12-11 05:01:21 +00:00
Richard M. Stallman
912ea554bc (Common Keywords): State caveats for use of :tag. 2005-12-11 04:42:52 +00:00
YAMAMOTO Mitsuharu
ac8fcf0f17 *** empty log message *** 2005-12-11 01:06:48 +00:00
YAMAMOTO Mitsuharu
4d4983fdb3 (syms_of_macselect) <mac-apple-event-map>:
Initialize to nil.  Keymap is now created in lisp/term/mac-win.el.
2005-12-11 01:06:29 +00:00
YAMAMOTO Mitsuharu
77892c7340 (main) [MAC_OS8]: Undo previous change. 2005-12-11 01:06:20 +00:00
YAMAMOTO Mitsuharu
2f1fd48471 Create keymap for mac-apple-event-map. 2005-12-11 01:05:56 +00:00
Nick Roberts
760a716cf7 (gud-tooltip-modes, gud-tooltip-display):
Add the gud groupname.
(gud-tooltip-mode): Add the tooltip groupname. Move in front
of other defcustoms with that groupname.
(gud-tooltip-echo-area): Add the gud groupname. Remove tag to
avoid conflict with tooltip-use-echo-area.
2005-12-10 21:32:22 +00:00
Nick Roberts
e85dcd95a2 (tooltip-mode): Move to start of file so that it
appears at top of customize buffer.
2005-12-10 21:28:59 +00:00
Nick Roberts
35cd2d87b7 *** empty log message *** 2005-12-10 21:27:34 +00:00
Romain Francoise
b6f2e1f5b8 Set VER to `22.1'.
(Basic editing): Explain how to use localized versions of the
Tutorial.  Mention that `C-h r' displays the manual.  Delete
obsolete WWW link to an Emacs 18 tutorial.
(Getting a printed manual): Point to the new locations of the
manuals on the GNU Web site.
(Emacs Lisp documentation): Explain that the Emacs Lisp manual is
available via Info (it was previously distributed separately).
(Installing Texinfo documentation): The latest version of Texinfo
is 4.8, not 4.0.
(Informational files for Emacs): COPYING is the GNU General Public
License, not the Emacs General Public License.
(Informational files for Emacs): Delete obsolete link to the
GNUinfo pages as they have been removed from the GNU Web site.
(New in Emacs 22): New node.
(Setting up a customization file): Say that most packages support
Customize nowadays.
(Colors on a TTY): Delete reference to instructions on how to
enable syntax highlighting, it is now enabled by default.
(Turning on abbrevs by default): Emacs now reads the abbrevs file
at startup automatically.
(Controlling case sensitivity): Mention `M-c' in isearch.
(Using an already running Emacs process): Emacs now creates the
socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
gnuserv.  As emacsclient can now run Lisp code as well, delete a
sentence praising gnuserv for that.  Simplify description of how
the client/server operation works.
(Compiler error messages): Delete obsolete text (compile.el has
been rewritten).
(Indenting switch statements): Fix typo.
(Matching parentheses): Simplify setup instructions, mention the
menu bar item in the Options menu.
(Repeating a command as many times as possible): Mention `C-x e'.
(Going to a line by number): Mention new keymap and bindings
`M-g M-g', `M-g M-p' and `M-g M-n'.
(Turning on syntax highlighting): Now on by default.  Simplify.
(Replacing highlighted text): Use `1', not `t'.
(Problems with very large files): The maximum size is now 256MB on
32-bit machines.
(^M in the shell buffer): Mention `comint-process-echoes'.
(Emacs for Apple computers): Emacs 22 has native support for Mac
OS X.
(Translating names to IP addresses): Delete node.
(Binding keys to commands): Fix typo.
(SPC no longer completes file names): New node.
(MIME with Emacs mail packages): Delete section about the Emacs
MIME FAQ (it's not reachable anymore).
2005-12-10 21:21:30 +00:00
Romain Francoise
d50d22f1f4 (help-for-help-internal): Add `r' in doc string. 2005-12-10 17:20:10 +00:00