1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

90411 Commits

Author SHA1 Message Date
Kenichi Handa
26e092ac97 Use "/" instead of "," to seperate independent words. 2009-06-16 00:48:34 +00:00
Kenichi Handa
b6cac59cc6 (compose-region): Improve the docstring. 2009-06-16 00:33:58 +00:00
Andreas Schwab
977b85f4d9 (detect_coding_utf_16): Fix typo counting odd bytes. 2009-06-15 21:36:44 +00:00
Stefan Monnier
37438e77c2 (vc-default-revision-granularity): Remove to let the normal
error handling kick in (bug#3570).
2009-06-15 20:55:53 +00:00
Kenichi Handa
66bd43d1d3 (status_message): Fix previous change. Be sure to
decode a localized string.
2009-06-15 13:21:14 +00:00
YAMAMOTO Mitsuharu
cb5ca9c543 (x_delete_terminal): Put previous change in #if 0 and
add comment explaining why.
2009-06-15 10:50:09 +00:00
Alan Mackenzie
7841339b76 Document changes to end-of-defun-function, clarifying entry for
beginning-of-defun-function.
2009-06-15 09:05:17 +00:00
Alan Mackenzie
043dfe2460 *** empty log message *** 2009-06-15 09:04:05 +00:00
Glenn Morris
e126f4f1d1 Fix case of some urefs. 2009-06-15 07:32:47 +00:00
Adrian Robert
e41820ee6c (ns_get_covering_families): Retain scriptToFamilies. 2009-06-15 04:34:50 +00:00
Glenn Morris
0e6d12ca10 (Status of Emacs): Re-order with most recent releases first.
(New in Emacs 23): New section.
(Handling C-s and C-q with flow control): Add xref.
2009-06-14 23:39:07 +00:00
David Reitter
5ee6f6296a nsmenu.m (EmacsTooltip: setText): set height of tooltip. 2009-06-14 22:29:15 +00:00
Adrian Robert
4b7f335c11 * nsfont.m (ns_attribute_value): Remove.
(ns_attribute_fvalue): Incorporate code from ns_attribute_value.
	(ns_has_attribute): Shrink the normal range.
	(ns_findfonts): Don't worry about requested spec in determining
	need for synthItal.
2009-06-14 18:58:38 +00:00
Chong Yidong
a1539cd759 * emacs-lisp-intro.texi (edebug): Fix typo. 2009-06-14 18:34:43 +00:00
Seiji Zenitani
73b26103c8 Remove USE_MAC_TOOLBAR (for Mac Carbon [22.x]) 2009-06-14 06:12:34 +00:00
Glenn Morris
4f9d4de33d (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ. 2009-06-13 21:18:51 +00:00
Glenn Morris
2e17e05ea6 (Setting up a customization file): Grammar fix.
Customize is no longer "new".
(Displaying the current line or column): Line-number mode is on by
default.  Don't mention `column' package.  Mention linum.el.
(Turning on abbrevs by default): Explain how to do it for buffers,
modes, and everywhere.
(Associating modes with files): Use add-to-list.  Don't mention Emacs 19.
(Highlighting a region): On by default since 23.1.
(Replacing highlighted text): Update doc quote.
(Working with unprintable characters): Don't mention search-quote-char.
(Using an already running Emacs process): Gnuclient is probably not an
enhancement these days.
(Indenting switch statements): Remove mention of pre-Emacs 20.
(Horizontal scrolling): Abbreviate Emacs 20 description.
(Replacing text across multiple files): Fix name of dired command.
(Disabling backups): Use require not load.
2009-06-13 20:32:36 +00:00
Chong Yidong
ad4c1f6264 * simple.el (kill-visual-line): Rewrite (Bug#3437). Don't try to
handle kill-whole-line, as it doesn't make sense in this context.
2009-06-13 18:56:07 +00:00
Bill Wohler
d1d878511d Update for MH-E release 8.2. mh-e-8.2 2009-06-13 17:15:40 +00:00
Bill Wohler
06d3d10fbc (Version, mh-version): Update for release 8.2. 2009-06-13 17:10:31 +00:00
Bill Wohler
86e1c36a8f Remove trailing space. 2009-06-13 17:08:22 +00:00
Bill Wohler
2a1cf2b9aa (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.2. mh-e-doc-8.2 2009-06-13 16:44:33 +00:00
Glenn Morris
85b438b7bc Remove the term "on-line" (meaning "Info") throughout, since
in this day and age the common meaning is "on the web".
(copying): Use @copyright in all cases.
(Basic keys): Remove reference to deleted manual node "Text Characters".
(File-name conventions): Use GNU as an example rather than SERVICE.
default.el lives in site-lisp.  Update Info directory location.
(Real meaning of copyleft): GPL actions have been brought, but all
settled out of court.
(Guidelines for newsgroup postings): Shorten section title.
Simplify comp.emacs description.
(Newsgroup archives): Change Google URL.  Describe Gmane.
(Unsubscribing from Emacs lists): Remove discussion of "distribution
points".  Mention List-Unsubscribe header.
(Contacting the FSF): Update email and URLs.
(Basic editing): Mention F1 for help.
(Installing Texinfo documentation): Refer to Texinfo website rather
than ftp server.
(Printing a Texinfo file): Mention texi2pdf.
(Informational files for Emacs): Don't describe FTP or SERVICE, they
are just stubs nowadays.
(Latest version of Emacs): Explain version numbers.
(Spell-checkers, Checking TeX and *roff documents): Remove sections.
(Turning on syntax highlighting): No need to mention hilit19 any more.
(Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
(Modes for various languages): Remove section.
(Major packages and programs): Remove most version and maintainer
information - it's hard to keep up-to-date, and adds nothing.
Similarly with direct links to mailing lists.
(Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
(Mailcrypt): Remove section - mailcrypt has not been updated in mnay
years, and Emacs comes with tools for this now.
(Patch): Remove section - this is a standard tool.
(Using function keys under X): Remove section.
2009-06-13 02:21:29 +00:00
Chong Yidong
60959d23f4 Describe buffer-face-mode properly. 2009-06-13 00:26:45 +00:00
Chong Yidong
60cf1d099b * configure.in: Delete mac-fix-env target, which has been
removed (Bug#3531).
2009-06-13 00:01:31 +00:00
Sam Steingold
02532fbc79 (vc-hg-log-switches): Add defcustom.
(vc-hg-print-log): Use it.
2009-06-12 20:14:45 +00:00
Kenichi Handa
09856751db Re-generated. 2009-06-12 12:51:20 +00:00
Kenichi Handa
742c7b4c4b Re-generated. 2009-06-12 12:34:34 +00:00
Kenichi Handa
a7cc524da1 (JISX213A.map): Make it depend on mapfiles/JISX213A.map.gz.
(BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
2009-06-12 12:29:11 +00:00
Kenichi Handa
2a431b7fb2 Describe JISX213A.map.gz. 2009-06-12 12:27:50 +00:00
Kenichi Handa
b9ce553bfb New file. 2009-06-12 12:26:54 +00:00
Glenn Morris
f0bf7708df (Top): Add @top command.
Remove the optional arguments from all @node commands: makeinfo can
generate these automatically, and it is easier to edit and rearrange
nodes without them.
2009-06-12 07:49:09 +00:00
Kenichi Handa
6c73ae8bba *** empty log message *** 2009-06-12 07:42:49 +00:00
Kenichi Handa
09e47eb57a New file. 2009-06-12 07:35:10 +00:00
Kenichi Handa
9cf3cd77a2 Maps depend on files under mapfiles or ${GLIBC_CHARMAPS}. 2009-06-12 07:23:10 +00:00
Kenichi Handa
64ace564ee Mostly re-written to handle "gzip"ed input files. 2009-06-12 07:22:48 +00:00
Kenichi Handa
d581a3d065 (END): Print arch-tag at the tail. 2009-06-12 07:22:28 +00:00
Kenichi Handa
2c36b57712 Mostly re-written to handle glibc's EUC-JP-MS. 2009-06-12 07:22:13 +00:00
Kenichi Handa
1a3cbf350a Mostly re-written to generate all MULE-*.map files. 2009-06-12 07:21:57 +00:00
Glenn Morris
e7ff9e24b6 Fix previous. 2009-06-12 02:49:38 +00:00
Glenn Morris
93e2d9969e (Viewing Info files outside of Emacs): Xinfo is no more.
(Help installing Emacs): Remove reference to deleted X11 node.
(Associating modes with files): Interpreter-mode-alist is no longer
subservient to auto-mode-alist.
(Installing Emacs): Change future Emacs version.
(Linking with -lX11 fails): Remove old section.
(Packages that do not come with Emacs): Update ELL location.
Emacs Lisp archive is dead.
(Emacs for Windows): Remove reference to old CE port.
(Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga ):
Remove old ports.
(Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
(Removing flashing messages): Remove section about non-existent Gnus option.
2009-06-12 02:47:25 +00:00
Glenn Morris
30884d117e (Common acronyms): Remove no-longer-existing OSF.
(The LPF): Make the updated URL the sole reference point.
(Learning how to do something): Update refcard price and format.
(Getting a printed manual): Sources in doc/emacs/, not man/.
Also available in PDF format.  Since the page count varies, be less precise.
(Informational files for Emacs): Remove references to deleted files
LPF and SUN-SUPPORT, and to UUCP.
(Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
Remove many obsolete ways to get the FAQ, which now seems only to be
distributed with Emacs.
(Mail and news): Remove sections about Rmail Babyl that no longer apply.
2009-06-11 07:40:19 +00:00
Glenn Morris
68852c13c3 Mark tiny change. 2009-06-11 05:09:52 +00:00
Kenichi Handa
5753e4da2b (x_get_glyph_overhangs): Fix calculation of right
overhang for the static composition case.
2009-06-11 02:34:57 +00:00
Kenichi Handa
a431c5f4a2 (x_get_glyph_overhangs): Fix calculation of right
overhang for the automatic composition case.
2009-06-11 02:32:30 +00:00
Kenichi Handa
3561b6717a (x_compute_glyph_string_overhangs): Handle the automatic
composition case.
2009-06-11 01:25:40 +00:00
Chong Yidong
b5700de650 * basic.texi (Moving Point): Fix tag.
* picture-xtra.texi (Insert in Picture): Use <next> and <prior>.

* mini.texi (Completion Commands): Decapitalize <next> and <prior>, and
use camel-case for PageUp and PageDown.

* display.texi (Scrolling): Decapitalize <next> and <prior>, and use
camel-case for PageUp and PageDown.

* calendar.texi (Scroll Calendar): Decapitalize <next> and <prior>.

* search.texi (Isearch Scroll): Decapitalize <next> and <prior>.
2009-06-10 15:16:55 +00:00
Chong Yidong
40e6724658 * search.texi (Isearch Scroll): Add isearch-allow-scroll to index. 2009-06-10 14:31:51 +00:00
Chong Yidong
852bbd410b * xdisp.c (get_next_display_element): When handling wrap-prefix
and line-prefix, treat \n as a control character (bug#3502).
2009-06-10 14:15:41 +00:00
Adrian Robert
e7777236c6 * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu. 2009-06-10 07:40:31 +00:00