Kenichi Handa
34bf1d4e11
Updated.
2003-05-22 04:43:12 +00:00
Kenichi Handa
603b807389
*** empty log message ***
2003-05-22 04:42:34 +00:00
Kenichi Handa
e1e39fdf42
("chinese-py-punct-b5"): Change the title
...
Chinese characters from GB to Big5.
2003-05-22 04:20:28 +00:00
Kenichi Handa
a985cd2f2a
(select-safe-coding-system): Try
...
default-buffer-file-coding-system too for automatic selection.
2003-05-22 01:50:11 +00:00
Dave Love
c67de8bae7
*** empty log message ***
2003-05-21 22:28:54 +00:00
Dave Love
20888a623d
utf bits. useXIM.
2003-05-21 22:23:52 +00:00
Dave Love
d90a6f505d
useXIM. index entries.
2003-05-21 22:14:51 +00:00
Dave Love
1576f1ad14
(x_window, x_window): Use use_xim.
2003-05-21 22:12:15 +00:00
Dave Love
51f3cc3b8a
(use_xim): Initialize.
...
(xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
(x_term_init): Maybe set use_xim.
2003-05-21 22:11:50 +00:00
Dave Love
7ad6faa724
(use_xim) [HAVE_X_I18N]: Declare.
2003-05-21 22:11:31 +00:00
Dave Love
831ccfa6a2
(unicodedata-file): New.
...
(unicode-data): New (adapted from unicode branch).
(describe-char): Use it. Print char's unicode differently. Avoid
elements with null cadr when formatting list. Clarify error
message when used in Help buffer.
(button): Require when compiling.
(describe-char-after): Alias for obsolete command.
2003-05-21 22:00:01 +00:00
Jason Rumney
edd3ff1dfc
(main) [WINDOWSNT]: Move it here.
2003-05-21 20:46:24 +00:00
Jason Rumney
745edc3127
(_start): Remove _fmode initialization.
2003-05-21 20:43:00 +00:00
Nick Roberts
e13dd0a857
(gud-gdba-command-name): Use -noasync option for Gdb
...
with MS windows.
(gdb-display-end): Only make buffer writeable temporarily.
Move "View" submenu up one level.
2003-05-21 20:12:20 +00:00
Nick Roberts
b7ecb824d0
*** empty log message ***
2003-05-21 20:10:34 +00:00
Stefan Monnier
cd505631a4
(get_local_map): Don't get char-property of previous
...
point any more: get_pos_property already does it and better.
2003-05-21 16:39:49 +00:00
Lute Kamstra
b99937e4aa
Do not instruct the user to autoload `ansi-color-for-comint-mode-on'.
2003-05-21 15:55:52 +00:00
Stefan Monnier
46e14f67f7
(ctl-x-map): Remove the C-x U binding added recently.
2003-05-21 15:29:36 +00:00
Dave Love
55597d707a
*** empty log message ***
2003-05-21 12:59:28 +00:00
Nick Roberts
12174bc39e
(gdb-view-source, gdb-selected-view): New variables.
...
(gdba): Inhibit DOS window in MS Windows.
(gdb-inferior-io-mode): Use hexl instead of cat.
(gdb-info-breakpoints-custom, gdb-assembler-custom, gdb-reset):
Use text in margin for MS Windows as there is no image support.
(gdb-restore-windows, gdb-setup-windows): Restore/start with
assembler view if appropriate.
(gdb-assembler-custom): Assembler code should display at point.
Parse address correctly.
(gdb-frame-handler): Accommodate selection of display of source
or assembler.
Add radio buttons to select display of source or assembler.
2003-05-21 00:49:46 +00:00
Nick Roberts
3d50b19811
*** empty log message ***
2003-05-21 00:48:48 +00:00
Dave Love
e4dd707ce7
Notes on fonts, Debian packages.
2003-05-20 16:57:09 +00:00
Dave Love
463f55eece
*** empty log message ***
2003-05-20 16:34:55 +00:00
Dave Love
dd843b6af3
Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.
2003-05-20 16:34:35 +00:00
Dave Love
dfb7bcda87
Define LIBS_MAIL=-llockfile.
2003-05-20 16:33:02 +00:00
Dave Love
4b121527a0
Append * to s390-*-linux-gnu case.
...
(LIBMAIL) <lockfile>: Don't define.
2003-05-20 16:32:16 +00:00
Dave Love
828a3791cc
(MAIL_USE_FLOCK): Make it conditional.
2003-05-20 16:27:57 +00:00
Juanma Barranquero
8045beb358
*** empty log message ***
2003-05-19 22:26:09 +00:00
Juanma Barranquero
7bcbf3c23c
(desktop-save): Ensure parameter is expanded and ends with a slash before
...
assigning it to desktop-dirname and default-directory.
(desktop-read): Put buffers existing prior to evaluating the desktop (and not
reused) at the end of the buffer list.
(desktop-create-buffer): Don't update desktop-first-buffer for old desktop
files.
2003-05-19 22:17:30 +00:00
John Paul Wallington
ab16145759
(xml-name-regexp): Wrap in `eval-and-compile'.
2003-05-19 17:45:27 +00:00
Stefan Monnier
e54165ff61
*** empty log message ***
2003-05-19 16:36:06 +00:00
Dave Love
a98e819b26
Doc fixes.
...
(xml-parse-file, xml-parse-region): Autoload.
(xml-syntax-table, xml-name-regexp): New.
(xml-parse-region): Narrow to region, set syntax-table and
case-fold-search. Reject fewer valid documents.
(xml-parse-tag): Remove arg END. Callers changed.
(xml-parse-tag): Use skip-syntax-forward. Use PARSE-DTD arg
properly. Don't use buffer-substring-no-properties. Don't bind
case-fold-search. Fix syntax for empty elements. Hoist consing
of end-of-tag regexp out of loop.
(xml-parse-attlist): Remove arg. Callers changed. Use
skip-syntax-forward, replace-regexp-in-string, forward-sexp.
Allow non-ASCII names.
(xml-skip-dtd): Remove arg. Callers changed. Change matching
code.
(xml-parse-dtd): Grok external DTDs. Allow non-ASCII. Don't use
match-string-no-properties.
(xml-ucs-to-string): Deleted.
(xml-substitute-entity): New.
(xml-substitute-special): Use it.
(xml-debug-print-internal): Simplify insertions.
(xml-parse-file): Avoid finding file in xml-mode.
2003-05-19 16:03:45 +00:00
Kai Großjohann
348de80b31
* simple.el (kill-whole-line): New function.
...
* bindings.el (global-map): Bind it.
2003-05-19 15:47:14 +00:00
Richard M. Stallman
af253914f2
*** empty log message ***
2003-05-19 14:52:43 +00:00
Richard M. Stallman
dde745c3a4
Correct invariant section names.
2003-05-19 14:52:12 +00:00
Richard M. Stallman
3e61755b3d
(goto-address-fontify-maximum-size): Value t means no limit.
...
(goto-address-fontify): Implement that feature.
2003-05-19 14:49:25 +00:00
Richard M. Stallman
cb4f3fc8a8
(find-function-on-key): Move the call to find-function-other-window
...
outside the save-excursion.
2003-05-19 14:47:46 +00:00
Richard M. Stallman
fbf2dd6136
(ff-special-constructs): Delete the Ada entry.
2003-05-19 14:46:49 +00:00
Richard M. Stallman
1db354061f
(x-create-frame-with-faces): Don't call face-set-after-frame-default.
...
(face-set-after-frame-default): Copy attrs of global `default'
face to FRAME's `default' face.
2003-05-19 14:46:06 +00:00
Richard M. Stallman
81e2e271f9
Mark as obsolete.
2003-05-19 14:43:20 +00:00
Richard M. Stallman
554061d8f9
Comment change.
2003-05-19 14:41:32 +00:00
Richard M. Stallman
e67f5ccc06
(Finternal_set_lisp_face_attribute): Handle Qunspecified
...
as value for QCfont attribute.
(realize_default_face): lface should already exist; crash if not.
Specify 0 for FORCE_P when calling set_lface_from_font_name.
2003-05-19 14:41:09 +00:00
Richard M. Stallman
619ea8bebe
(Fignore_event): Doc fix.
2003-05-19 14:38:44 +00:00
Kenichi Handa
439ad9ea83
(decode_coding_string): Handle post-read-conversion
...
even if the coding doesn't require decoding.
2003-05-19 13:02:39 +00:00
Kenichi Handa
1d211019ec
*** empty log message ***
2003-05-19 13:02:16 +00:00
Juanma Barranquero
f138785750
*** empty log message ***
2003-05-19 00:10:02 +00:00
Juanma Barranquero
b7d0594977
(skeleton-internal-1): Allow - as alternate interesting point marker and revert
...
@ to just setting skeleton-positions.
2003-05-18 23:58:08 +00:00
Nick Roberts
30dc0b2266
(put-arrow): Rename gdb-put-arrow and simplify.
...
(put-string): Rename gdb-put-string and simplify.
(remove-strings): Rename gdb-remove-strings.
(remove-arrow): Rename gdb-remove-arrow.
(gdb-assembler-custom): Try to get line marker (arrow) to display
in window (revisited).
Use with-current-buffer where possible.
2003-05-18 22:19:17 +00:00
Nick Roberts
66df74e20d
*** empty log message ***
2003-05-18 22:17:24 +00:00
Stefan Monnier
b5ed9def80
(beginning-of-defun-raw): Use shy-group.
2003-05-18 21:51:01 +00:00