Jan Djärv
cfda993e1a
* xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
2003-11-08 12:45:13 +00:00
Kenichi Handa
908f3e606d
(lisp): Add kannada.el.
...
(shortlisp): Likewise.
2003-11-08 01:41:38 +00:00
Kenichi Handa
df211069a5
*** empty log message ***
2003-11-08 01:41:20 +00:00
Kenichi Handa
75b62c63e7
New file.
2003-11-08 01:40:48 +00:00
Kenichi Handa
9d94dc2219
(ucs-kannada-to-is13194-alist) (is13194-to-ucs-kannada-hashtbl,
...
is13194-to-ucs-kannada-regexp): New variables.
2003-11-08 01:39:32 +00:00
Kenichi Handa
f04f0eba66
Preload kannada.el.
2003-11-08 01:39:07 +00:00
Kenichi Handa
a7d9e5a72b
(DONTCOMPILE): Add kannada.el.
2003-11-08 01:38:41 +00:00
Andreas Schwab
a9a5f97015
.
2003-11-07 16:09:29 +00:00
Andreas Schwab
447f1ebd1e
(autoconf-font-lock-keywords): Also highlight AH_*.
2003-11-07 16:08:53 +00:00
Andreas Schwab
e92df5536b
.
2003-11-07 16:05:44 +00:00
Andreas Schwab
461f3ad082
(xml-parse-dtd): Fix misplaced paren.
2003-11-07 16:05:26 +00:00
Kenichi Handa
7453c3ac5b
(windows-1252): Fix table (0x8F and 0x9E).
2003-11-07 07:26:27 +00:00
Kenichi Handa
4307d5349e
(coding_allocate_composition_data): Reset
...
coding->composing to COMPOSITION_NO.
(coding_restore_composition): Detect invalid composition data.
Give Fstring and Fvector a Lispy integer, not C int.
2003-11-07 05:55:43 +00:00
Luc Teirlinck
9f6a7e77d9
(Output Streams): Clarify behavior of point for marker output streams.
2003-11-07 04:17:52 +00:00
Luc Teirlinck
cfb8a797a0
*** empty log message ***
2003-11-07 04:16:06 +00:00
Kenichi Handa
d5418998b5
Fix language names. Add C, Braille, Georgian, Ukrainian.
...
Add IPA pronunciation to English. Fix tab widths.
2003-11-06 23:00:45 +00:00
Kenichi Handa
b88110030f
*** empty log message ***
2003-11-06 23:00:03 +00:00
Stefan Monnier
b916d6722a
(Flogb): Don't use VALMASK.
2003-11-05 16:45:11 +00:00
Stefan Monnier
52fb182157
(XSETTYPE): Remove.
2003-11-05 16:00:38 +00:00
Stefan Monnier
870f361065
(GCTYPEMASK): Remove.
...
(XGCTYPE): Make it an alias of XTYPE.
2003-11-05 15:51:38 +00:00
Stefan Monnier
3d6d1a915c
(VALBITS, XINT, XUINT): Remove.
2003-11-05 15:27:44 +00:00
Stefan Monnier
73a662efa9
(XINT): Move the cast to clarify what is going on.
2003-11-05 15:24:08 +00:00
Lars Hansen
bd382a2755
(desktop-locals-to-save): Add buffer-file-coding-system.
...
(desktop-buffer-file): Use saved buffer-file-coding-system
for file reading. Set auto-insert to nil to prevent automatic
insertion into restored empty files.
2003-11-05 13:28:48 +00:00
Luc Teirlinck
c617790907
*** empty log message ***
2003-11-05 05:11:41 +00:00
Luc Teirlinck
f36e17982d
(Defining Variables): Second argument to `defconst' is not optional.
...
(Setting Variables): Mention optional argument APPEND to `add-to-list'.
(Creating Buffer-Local): Expand description of `make-variable-buffer-local'.
(Frame-Local Variables): Expand description of `make-variable-frame-local'.
(Variable Aliases): Correct description of optional argument DOCSTRING
to `defvaralias'. Mention return value of `defvaralias'.
(File Local Variables): Add xref to `File variables' in Emacs Manual.
Correct description of `hack-local-variables'. Mention
`safe-local-variable' property. Mention optional second argument to
`risky-local-variable-p'.
2003-11-05 04:31:43 +00:00
Luc Teirlinck
40ebe9bdd7
(risky-local-variable-p): Make second argument optional.
2003-11-05 04:06:27 +00:00
Luc Teirlinck
6ae50de2cb
*** empty log message ***
2003-11-05 04:03:39 +00:00
Luc Teirlinck
99e375a411
(Symbol Plists): Mention return value of `setplist'.
2003-11-03 20:28:47 +00:00
Luc Teirlinck
b36450674c
*** empty log message ***
2003-11-03 20:24:08 +00:00
Eli Zaretskii
a4db3cf56b
(rmail-convert-to-babyl-format): If
...
base64-decode-region signals an error, catch it and silently
ignore it.
2003-11-03 19:21:02 +00:00
Stefan Monnier
552eb60792
(add-hook): Fix last change.
2003-11-03 14:44:48 +00:00
Eli Zaretskii
984002eb3b
From David Ponce: document segfaults with the Linux kernels that
...
enable the Exec-shield functionality.
2003-11-03 06:23:11 +00:00
Jan Djärv
d04103a100
* xterm.c (x_term_init): Fix formatting.
2003-11-03 05:55:42 +00:00
Andrew Choi
462f94d5d4
src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.
2003-11-02 17:39:24 +00:00
Andrew Choi
19e6c6a188
Remove Emacs.rsrc. File is generated from mac/src/Emacs.r when building.
2003-11-02 17:37:11 +00:00
Jan Djärv
da18b5acc8
Remove tear off capability for GTK popup menus.
...
Since the context in Lisp is not present anymore, we don't know
how to invoke the action for a menu item.
2003-11-02 16:47:32 +00:00
Eli Zaretskii
10695e5cbc
*** empty log message ***
2003-11-02 07:02:32 +00:00
Eli Zaretskii
76dd369211
Replace @sc{ascii} and ASCII with @acronym{ASCII}.
2003-11-02 07:01:19 +00:00
Eli Zaretskii
ad800164c8
Replace @sc{foo} with @acronym{FOO}.
2003-11-02 06:29:59 +00:00
Andrew Choi
64d4923e06
macterm.c (XTread_socket): Handle menubar selection and grow window
...
only for mouseDown events.
2003-11-01 19:58:03 +00:00
Eli Zaretskii
be69f6a59a
*** empty log message ***
2003-11-01 17:57:14 +00:00
Eli Zaretskii
3463899629
Allow comments following the top-level element.
...
Separate out namespace parsing into special functions.
Change namespace parsing to return ('ns-uri . "local-name")
instead of '{ns-uri}local-name.
2003-11-01 17:56:08 +00:00
Eli Zaretskii
cfc8b2640f
(dired-ls-sorting-switches): Doc fix.
2003-11-01 17:48:54 +00:00
Eli Zaretskii
cdddbfd273
(rx-or): Fix the case of "(rx (and ?a (or ?b ?c) ?d))".
2003-11-01 17:35:49 +00:00
Eli Zaretskii
01cf96d518
(texinfo-pre-format-hook): New variable.
...
(texinfo-format-region): Use it.
(texinfo-format-buffer-1): Ditto.
2003-11-01 17:12:02 +00:00
Eli Zaretskii
a57bfc9f97
(Scrolling During Incremental Search): Document a
...
new scrolling facility in isearch mode.
2003-11-01 17:06:00 +00:00
Eli Zaretskii
6904b34bf4
(overriding-map-is-bound, saved-overriding-map): New variables.
...
(ensure-overriding-map-is-bound, restore-overriding-map): New functions.
(universal-argument, universal-argument-more, negative-argument)
(digit-argument, universal-argument-other-key): Minor changes.
2003-11-01 17:02:32 +00:00
Eli Zaretskii
1e491f1bb8
(isearch-unread-key-sequence): New function, extracted from
...
isearch-other-meta-char.
(top level): (put 'foo 'isearch-scroll) on all Emacs's
"scrollable" standard functions.
(isearch-allow-scroll): New customizable variable.
(isearch-string-out-of-window, isearch-back-into-window)
(isearch-reread-key-sequence-naturally)
(isearch-lookup-scroll-key): New functions.
(isearch-other-meta-char): Doc string and functionality enhanced.
Now accepts a prefix argument.
(isearch-lazy-highlight-window-end): New variable.
(isearch-lazy-highlight-new-loop): Pay attention to the window's
end (thru isearch-lazy-highlight-window-end), not only its start.
2003-11-01 17:00:02 +00:00
Eli Zaretskii
867bae0b00
(rmail-summary-goto-msg): Don't call itself
...
recursively if the last message is deleted, thus avoiding an
infinite loop.
2003-11-01 16:38:55 +00:00
Jan Djärv
6cc8bc072c
* xterm.c (x_term_init): For GTK part, increase x_initialized
...
to check for more than one display. Use error instead of return 0.
2003-10-31 22:04:05 +00:00