1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00
Commit Graph

89833 Commits

Author SHA1 Message Date
Chong Yidong
1cf53dc503 * advice.texi (Advising Primitives): Link to What Is a Function. 2009-03-13 01:58:56 +00:00
Chong Yidong
1cb6d11e13 (term-send-raw-string): Deactivate mark.
(term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
2009-03-13 01:43:03 +00:00
Chong Yidong
f7e49cc5b6 * term.el (term-send-raw-string): Deactivate mark.
(term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
2009-03-13 01:42:19 +00:00
Juanma Barranquero
b066e6b629 * nsfns.m (Fx_close_connection): Doc fix.
(Fns_do_applescript): Reflow docstring.
  (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
  (Fx_display_pixel_width, Fx_display_pixel_height)
  (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
  Fix typos in docstrings.
  (Fns_set_alpha): Fix typos in error messages.
2009-03-12 14:14:35 +00:00
Juanma Barranquero
1a86cc81da * register.el (get-register): Rename arg REG to REGISTER for
consistency with other register functions.
  (set-register, jump-to-register): Fix typos in docstrings.
  (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
2009-03-12 12:14:11 +00:00
Juanma Barranquero
d472514e10 Fix typos. 2009-03-12 08:36:55 +00:00
Glenn Morris
63e51ddd1d Add defcustom trivia. 2009-03-12 06:27:21 +00:00
Glenn Morris
1fa1ea7dec (mail-abbrev-next-line, mail-abbrev-end-of-buffer): Doc fixes. 2009-03-12 06:23:35 +00:00
David Reitter
a9f586142a newFrame, openFile, fulfillService, changeFont, toggleToolbar, performDragOperation, runHelp: use the new NS_NONKEY_EVENT event type. 2009-03-12 01:57:50 +00:00
David Reitter
83d92ee0cf (parse_menu_item) [HAVE_NS]: treat new event like NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu. 2009-03-12 01:56:58 +00:00
David Reitter
e76df1c0bd termhooks.h [HAVE_NS]: define NS_NONKEY_EVENT to be used for non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT were used for such events. 2009-03-12 01:55:52 +00:00
David Reitter
d6220c1359 * termhooks.h [HAVE_NS]: define NS_NONKEY_EVENT to be used for
non-key system events on NS.  Formerly, NON_ASCII_KEYSTROKE_EVENT
	were used for such events.

	* nsterm.m (newFrame, openFile, fulfillService, changeFont,
	toggleToolbar, performDragOperation, runHelp): use it.


	* keyboard.c (parse_menu_item) [HAVE_NS]: treat new event like
	NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
2009-03-12 01:55:15 +00:00
Chong Yidong
987068d32c Checked compile.texi. 2009-03-12 01:53:18 +00:00
Chong Yidong
c36745c6e4 (Speed of Byte-Code): Update example.
(Disassembly): Update examples.
2009-03-12 01:52:59 +00:00
Chong Yidong
cf4229eb0a * compile.texi (Speed of Byte-Code): Update example.
(Disassembly): Update examples.
2009-03-12 01:52:35 +00:00
Chong Yidong
1558b00335 Checked loading.texi. 2009-03-12 01:07:07 +00:00
Chong Yidong
dc40117535 (Repeated Loading): Simplify examples. 2009-03-12 01:06:53 +00:00
Chong Yidong
81f919fc6e * loading.texi (Repeated Loading): Simplify examples. 2009-03-12 01:06:46 +00:00
Chong Yidong
6d0d2cff2f Checked customize.texi. 2009-03-12 00:10:28 +00:00
Chong Yidong
0f631634b2 (Common Keywords): It's not necessary to use :tag
to remove hyphens, as custom-unlispify-tag-name does it
automatically.
(Variable Definitions): Link to File Local Variables.  Document
customized-value symbol property.
(Customization Types): Move menu to end of node.
2009-03-12 00:10:08 +00:00
Chong Yidong
f2bbc08cb4 * customize.texi (Common Keywords): It's not necessary to use :tag
to remove hyphens, as custom-unlispify-tag-name does it
automatically.
(Variable Definitions): Link to File Local Variables.  Document
customized-value symbol property.
(Customization Types): Move menu to end of node.
2009-03-12 00:00:47 +00:00
Miles Bader
40c3f43443 quick-install-emacs: Be more clever about locating info directory
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1570
2009-03-11 23:50:45 +00:00
Chong Yidong
c11ffe1a4c custom-note-var-changed need not be documented. 2009-03-11 23:47:21 +00:00
Chong Yidong
6880f6db5b Reorder new functions. Remove entry about deleted buffer-swapped-with
variable.
2009-03-11 23:08:05 +00:00
Jason Rumney
31358bee63 (w32-initialize-window-system): Don't override
Japanese font settings.
(xlfd-regexp-registry-subnum): Remove unused declaration.
(w32-drag-n-drop-debug): Comment out unused debug function.
2009-03-11 15:59:30 +00:00
Jason Rumney
4603334027 (w32-initialize-window-system): Don't override
Japanese font settings.
2009-03-11 15:15:09 +00:00
Kenichi Handa
ff85581a0f (font_open_by_spec): Extern it. 2009-03-11 11:45:47 +00:00
Kenichi Handa
c50b7e98ea (font_open_by_spec): New function.
(font_open_by_name): Use font_open_by_spec.
2009-03-11 11:44:21 +00:00
Kenichi Handa
fb9306765f *** empty log message *** 2009-03-11 07:58:42 +00:00
Kenichi Handa
b17ae93a91 (x_set_font): When ARG is a font-object, don't alter the
fontset of the frame.
2009-03-11 07:53:37 +00:00
Kenichi Handa
d649054226 (Fset_fontset_font): When a font for ASCII is changed,
modify the default font of frames that use this fontset.
(num_auto_fontsets): New variable.
(fontset_from_font): Use num_auto_fontsets to decide a fontset
name.  Be sure to set FONTSET_ASCII to the correct font name.
(update_auto_fontset_alist): New function.
2009-03-11 07:51:33 +00:00
Glenn Morris
e97389b933 Comment. 2009-03-11 03:33:30 +00:00
Glenn Morris
52b9c46105 (rmail-edit-mode): Set write-region-annotate-functions. (Bug#2625) 2009-03-11 03:22:37 +00:00
Glenn Morris
e6a498d964 Add missing entry. 2009-03-11 03:20:35 +00:00
Juanma Barranquero
b57ac69d07 Fix date in entry. 2009-03-11 01:04:23 +00:00
Juanma Barranquero
df4e8455b2 * makefile.w32-in: Update dependencies. 2009-03-11 01:02:05 +00:00
Juanma Barranquero
6cde1b2138 * emacsclient.c (main): Revert part of last change,
so drive-relative file names again work on Windows.
2009-03-11 00:57:03 +00:00
Juanma Barranquero
7679cfc8a4 * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change. 2009-03-10 23:48:31 +00:00
Jason Rumney
86dca3e8ba * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
* msdog.texi (Windows Misc): Remove doc for obsolete variable.  Modify
w32-use-visible-system-caret doc to indicate that it should get set
automatically.
(Windows Fonts): Add doc for the uniscribe backend.
2009-03-10 15:57:34 +00:00
Stefan Monnier
ba528748a1 * server.el (server-process-filter): Use expand-file-name rather than
command-line-normalize-file-name so as to use the `dir' when provided.
* emacsclient.c (main): Always pass cwd via "-dir".  Pass the file
names without prepending cwd to them, so Emacs uses its customary
rules to determine how to interpret the file name.
2009-03-10 14:08:52 +00:00
Stefan Monnier
bba79a9ce4 (doc-view-convert-current-doc): Fix last change. 2009-03-10 13:33:23 +00:00
Glenn Morris
0462d01962 (mail-archive-file-name, mail-default-headers): Doc fixes.
(mail-mailing-lists): Remove leading `*' from defcustom doc.
2009-03-10 07:20:32 +00:00
Adrian Robert
0a375797a2 * nsfns.m (syms_of_nsfns): Remove Qbuffered. 2009-03-10 07:20:16 +00:00
Glenn Morris
9dda5b0e58 (compose-mail): Doc fix. 2009-03-10 05:01:43 +00:00
Stefan Monnier
61313fa38c (Fswitch_to_buffer): Revert part of 2008-10-21's change. 2009-03-10 03:35:27 +00:00
Chong Yidong
72097cd9ef (Feval_buffer): Doc fix. 2009-03-10 01:05:39 +00:00
Chong Yidong
b55103fb51 * lread.c (Feval_buffer): Doc fix. 2009-03-10 01:05:31 +00:00
Chong Yidong
972bf25aaa (vc-annotate): Use widened line number (Bug#2612). 2009-03-10 00:59:09 +00:00
Chong Yidong
eb91611383 * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612). 2009-03-10 00:59:00 +00:00
Chong Yidong
c27fa40ad1 Checked macros.texi. 2009-03-10 00:43:40 +00:00