Andrew Innes
c97db4e4de
(face-font-registry-alternatives) [windows-nt]: Make
...
gb2312 an alias for gb2312.1980.
2001-10-04 17:14:53 +00:00
Andrew Innes
8b77111c23
(x_to_w32_color): Fix argument to alloca.
...
(w32_load_system_font): Don't believe what GetLanguageFontInfo
says; query codepage info directly to determine if font is double
byte.
(x_to_w32_charset): Handle private format for unknown charsets.
Handle wildcards in charset spec, by ignoring them.
(w32_codepage_for_font): Fix argument to alloca. Don't remove
"*-" prefix from charset.
(x_to_w32_font): Enlarge remainder array for safety. Specifically
handle the truncated font spec form constructed by font_list_1, so
that we correctly identify the charset fields. Don't remove "*-"
prefix from charset.
(w32_list_synthesized_fonts): Fix argument to alloca.
2001-10-04 17:14:01 +00:00
Gerd Moellmann
9c5becd89a
*** empty log message ***
2001-10-04 10:38:36 +00:00
Eli Zaretskii
cf2b0d2c99
Fix the date and the syntax of Pavel Janik's entry for tpu-edt.el.
2001-10-04 07:18:32 +00:00
Eli Zaretskii
d8c37f9d2a
Add _gdbinit and gdb.ini (created by the MS-DOS build).
2001-10-04 07:13:53 +00:00
Eli Zaretskii
7580167efc
(File Variables): Emphasize the importance of having the `mode' variable
...
the first in the list of local variables. From Eric Hanchrow
<offby1@blarg.net>.
2001-10-04 07:10:35 +00:00
Stefan Monnier
630784a27b
(cvs-prefix-define): Typo cons->concat.
2001-10-03 20:32:19 +00:00
Pavel Janík
b3b8e57a79
*** empty log message ***
2001-10-03 19:50:05 +00:00
Pavel Janík
cba04ae97e
Make messages match original TPU/edt editor.
2001-10-03 19:44:55 +00:00
ShengHuo ZHU
e89c369954
* emacs-mime.texi (mailcap): rvplayer -> wavplayer. Thanks to
...
Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>.
2001-10-03 12:29:25 +00:00
Eli Zaretskii
aa01bed161
Update maintainer's email address.
2001-10-03 10:52:47 +00:00
Miles Bader
ba88ff2887
(syms_of_callproc): Explicitly state in the documentation for
...
`process-environment' that earlier entries take precedence over later
ones.
2001-10-03 01:12:27 +00:00
Andreas Schwab
7d685c849a
(ange-ftp-skip-msgs): Add 227 and 228 for Long
...
and Extended Passive Mode, resp.
2001-10-02 21:34:12 +00:00
Miles Bader
ae1a95818a
*** empty log message ***
2001-10-02 02:35:04 +00:00
Miles Bader
b3b044f2ca
(Minibuffer Misc): Add entries for `minibuffer-contents',
...
`minibuffer-contents-no-properties', and `delete-minibuffer-contents'.
Correct description for `minibuffer-prompt-end'.
2001-10-02 02:34:48 +00:00
Miles Bader
adce7d83ed
Add @tindex lines to new entries.
2001-10-02 02:21:59 +00:00
Miles Bader
9db3a582b3
(Property Search): Correct descriptions of
...
`next-char-property-change' and `previous-char-property-change'.
Add entries for `next-single-char-property-change' and
`previous-single-char-property-change'.
Make operand names a bit more consistent.
2001-10-02 02:11:23 +00:00
Miles Bader
6d7a9ba198
(Fnext_char_property_change)
...
(Fprevious_char_property_change): Remove reference to non-existant
argument OBJECT from doc-string.
2001-10-02 01:53:10 +00:00
Eli Zaretskii
8632c7cb76
Mention the broken cpp from GCC snapshots around Sep 30, 2001, and show the
...
command line to force `configure' to use -traditional.
2001-10-01 11:23:53 +00:00
Eli Zaretskii
87671c2577
(cal-menu-x-popup-menu): New function,
...
calls x-popup-menu only if popup menus are supported.
(calendar-mouse-insert-hebrew-diary-entry)
(calendar-mouse-insert-islamic-diary-entry)
(calendar-mouse-holidays, calendar-mouse-view-diary-entries)
(calendar-mouse-view-other-diary-entries)
(calendar-mouse-print-dates, calendar-mouse-2-date-menu)
(calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax): Call
cal-menu-x-popup-menu instead of x-popup-menu.
2001-10-01 11:08:06 +00:00
Eli Zaretskii
d24f1b150a
(calendar-mode-map): Require cal-menu unconditionally.
...
(calendar-mode): Set up activate-menubar-hook unconditionally.
2001-10-01 11:05:18 +00:00
Gerd Moellmann
257e3f57f8
(struct glyph_row) <ends_in_newline_from_string_p>:
...
New bit flag
2001-10-01 10:53:38 +00:00
Gerd Moellmann
e74fb0f735
(display_line): Set row's ends_in_newline_from_string_p.
...
(try_window_id): Skip back over lines ending in a newline from a
string.
2001-10-01 10:52:55 +00:00
Gerd Moellmann
62bfa68216
(gs-set-ghostview-window-prop): Fix args of `elt'.
2001-10-01 09:32:09 +00:00
Gerd Moellmann
6260538e9b
Mention Rx.
2001-10-01 07:38:27 +00:00
Gerd Moellmann
12c6450376
*** empty log message ***
2001-10-01 07:31:59 +00:00
Gerd Moellmann
78f2fcaf91
(rx): Add def-edebug-spec.
2001-10-01 07:30:38 +00:00
Gerd Moellmann
407094f443
(struct alias): Add two new struct members: NAMESP and
...
ALIASEE to help work with namespace aliases.
(struct sym): Remove struct member NAMESP_ALIASES.
(namespace_alias_table): New variable.
(make_namespace): Add parameter CONTEXT.
(check_namespace): New function.
(find_namespace): Add parameter CONTEXT.
(check_namespace_alias): New function.
(register_namespace_alias): Change type of parameter
OLD_NAME. Search for already defined alias in
NAMESPACE_ALIAS_TABLE.
(check_namespace): New function.
(enter_namespace): Call find_namespace with CONTEXT parameter.
(match_qualified_namespace_alias): New function.
(parse_qualified_ident_or_type): Fixed typo in comment. While
parsing qualified ident or type update namespace context and
restore it on exit.
(parse_qualified_param_ident_or_type): Fixed typo in comment.
(globals): Changed handling of namespace aliases.
(version): Added year 2001.
2001-10-01 07:25:14 +00:00
Eli Zaretskii
e0c2126682
(help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2001-10-01 07:03:13 +00:00
Richard M. Stallman
b0c75ec450
Fix previous change.
2001-10-01 06:08:20 +00:00
Richard M. Stallman
b615868c8e
(Freplace_match): Doc fix.
2001-10-01 06:07:56 +00:00
Richard M. Stallman
c1f2975982
*** empty log message ***
2001-10-01 06:07:36 +00:00
Andrew Innes
c30dce3d22
(set_frame_menubar): Take into account that
...
f->menu_bar_vector can be nil, and not a vector. From Ken Raeburn
<raeburn@gnu.org>.
2001-09-30 21:55:04 +00:00
Eli Zaretskii
03be593186
*** empty log message ***
2001-09-30 10:48:42 +00:00
Eli Zaretskii
563283b1b5
(select-frame-by-name, other-frame): Doc fix.
2001-09-30 10:47:22 +00:00
Eli Zaretskii
3d7f0a34bc
(Finding All Frames): Document that next-frame and
...
previous-frame are local to current terminal.
2001-09-30 10:39:00 +00:00
Eli Zaretskii
20fa27a447
(syms_of_frame): Doc fix.
2001-09-30 10:13:00 +00:00
Eli Zaretskii
76b47cc36e
(Backspace invokes help): Clarify that keyboard-translate is better
...
than global-set-key. Add reference to the manual's section about DEL vs
BS. Mention normal-erase-is-backspace.
2001-09-30 07:00:25 +00:00
Eli Zaretskii
d0100d57b4
(tetris-score-file): Use temporary-file-directory
...
instead of a literal "/tmp". Suggested by Robert
<robert@chezmarshall.freeserve.co.uk>.
2001-09-29 18:41:36 +00:00
Eli Zaretskii
a7c29c442c
(snake-score-file): Use temporary-file-directory
...
instead of a literal "/tmp". Suggested by Robert
<robert@chezmarshall.freeserve.co.uk>.
2001-09-29 18:37:22 +00:00
Eli Zaretskii
07b041a7fb
Fix the Italian and Maltese entries. From Trevor Spiteri
...
<tbspit@eng.um.edu.mt>.
2001-09-29 10:14:14 +00:00
Pavel Janík
75bec7521d
Fix a typo in comment.
2001-09-28 15:50:04 +00:00
Andreas Schwab
83100e0a9c
.
2001-09-28 12:59:18 +00:00
Andreas Schwab
854ad2d56b
(LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z
...
nocombreloc, in case -z combreloc is the default.
2001-09-28 12:58:23 +00:00
Gerd Moellmann
a74b48cfd3
Put in #if 0 until we know what's
...
really going on here.
2001-09-28 08:03:51 +00:00
Eli Zaretskii
53a7d078a1
(apropos-print): Fix last change.
2001-09-28 06:18:36 +00:00
Eli Zaretskii
d94d5b5a4b
(apropos-print): Make the directions inserted at the
...
beginning of the *Apropos* buffer more clear.
2001-09-28 06:11:25 +00:00
Michael Kifer
cd653311a9
2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
...
* ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
Added comments.
2001-09-28 03:06:09 +00:00
Stefan Monnier
09c4719eac
(trivial_regexp_p): Catch \{N,M\} as well.
2001-09-27 22:45:50 +00:00
Stefan Monnier
37dbd369b5
(comment-normalize-vars): Use " \t" rather than
...
"\\s-" when defining comment-end-skip.
2001-09-27 21:13:44 +00:00