1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-31 20:02:42 +00:00
Commit Graph

89646 Commits

Author SHA1 Message Date
Agustín Martín
bf020df6ea Add missing bug number to last changelog entry 2009-03-13 17:53:09 +00:00
Agustín Martín
0579b5b1f3 ispell.el (ispell-get-word): Initialize spellchecker params. 2009-03-13 16:19:00 +00:00
Stefan Monnier
348db3dd5f (Ffontset_info): YAILOM (Yet another int/Lisp_Object mixup). 2009-03-13 16:14:20 +00:00
Stefan Monnier
ccb012c57e (auto-mode-alist): Add rules for OpenOffice extension
packages, as well as Opkg/Ipkg packages.
2009-03-13 15:58:06 +00:00
Stefan Monnier
dc4e3ccc56 (tar-header-block-tokenize): Presume less, check more.
(tar-summarize-buffer): Don't silently skip incomplete headers.
(tar-mode): Revert to fundamental-mode in case of malformed tar data.
(tar-extract): Try to make sure set-auto-mode doesn't mistakenly
treat a tar file member as being a tar file itself, just because
its own filename includes the parent tar file's.
2009-03-13 15:37:03 +00:00
Stefan Monnier
46e722a9b6 (fontset_from_font): YAILOM (Yet another int/Lisp_Object mixup). 2009-03-13 15:21:04 +00:00
Juanma Barranquero
fe24f56a52 Fix typo. 2009-03-13 09:41:18 +00:00
Kenichi Handa
a3d16f3979 (Ffontset_info, check_fontset_name): New arg frame.
Hanlde NAME nil and t correctly.  Callers changed.
(font_def_arg, add_arg, from_arg, to_arg): Delete them.
(set_fontset_font): Change ARG to a vector.  Handle range_list in
ARG correctly.
(Fset_fontset_font): Fix the case that TARGET is both a script
name and charset name.  Adjusted the arg to set_fontset_font for
the above change.
(fontset_from_font): Fix previous change.
(Ffontset_info): Adjusted for the 2008-07-09 change of fontset
entry.  If FONTSET is the default fontset, don't set the extra
slot of the returning char-table.
2009-03-13 05:08:56 +00:00
Kenichi Handa
d102151dab (print-fontset): Handling of the
argument FONTSET changed for consistency.  Reorder the printed
information to match with the font searching strategy.
(describe-fontset): Use face-attribute to get the fontset of the
selected frame.
(mule-diag): Likewise.  Print both font and fontset of the frame.
2009-03-13 05:08:19 +00:00
Kenichi Handa
2d2db320ff Add description for the argument change of
`set-fontset-font' and `print-fontset'.
2009-03-13 05:07:41 +00:00
Kenichi Handa
d6eb4e250a (Fontsets): Update the description. 2009-03-13 05:07:14 +00:00
Chong Yidong
413657ff04 Checked advice.texi. 2009-03-13 01:59:25 +00:00
Chong Yidong
f6272a7dd5 (Advising Primitives): Link to What Is a Function. 2009-03-13 01:59:05 +00:00
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