1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-31 11:13:50 +00:00
Commit Graph

48037 Commits

Author SHA1 Message Date
Dave Love
a9707ecc25 ("Windows-1251"): Deleted.
("Bulgarian", "Belarusian"): Remove `features'.
(windows-1251): Moved from code-pages.
2003-09-04 17:07:44 +00:00
Dave Love
b978d1a36d (windows-1252): Moved from code-pages. 2003-09-04 17:04:05 +00:00
Dave Love
2c3245ae7a ("mule-diag"): Add eval-after-load
clause.
2003-09-04 16:59:46 +00:00
Dave Love
cbdea07b9d (cp-make-translation-table)
(cp-valid-codes): Made defsubsts.
(cp-fix-safe-chars): Deleted.
(mule-diag): Don't require.
(windows-1251, windows-1252): Removed to cyrillic.el/european.el.
(top-level): Check for defined coding system when defining
cp... aliases.  Change w32-add-charset-info test to avoid warning.
(non-iso-charset-alist): Defvar when compiling.
(cp-make-coding-system): Doc fix.
2003-09-04 16:59:00 +00:00
Dave Love
0a1a08dde3 (non-iso-charset-alist): Define as
nil.
(top-level): Append to non-iso-charset-alist (without `codepage'
stuff).
(print-designation, list-coding-systems-1): Output fixes.
2003-09-04 16:58:20 +00:00
Dave Love
25025a75fe Add blink-cursor-alist. 2003-09-04 16:53:12 +00:00
Eli Zaretskii
b1ed95f6d2 Remove "tiny change" marks from changes contributed by Kevin Rodgers. 2003-09-04 16:41:20 +00:00
Dave Love
c82d88fa23 (ruler-mode-fill-column-char)
(ruler-mode-current-column-char): Use char-displayable-p, not
window-system.
2003-09-04 16:23:25 +00:00
Miles Bader
36fcdbf62a Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-34
Create the info subdir at build-time if necessary
2003-09-04 16:01:15 +00:00
Miles Bader
4256310de6 Add arch taglines 2003-09-04 04:00:49 +00:00
Jason Rumney
fd026ee1a8 *** empty log message *** 2003-09-03 23:12:21 +00:00
Jason Rumney
b78b918f4d New file. 2003-09-03 23:11:46 +00:00
Jason Rumney
8bf425323b Fix copyright notice 2003-09-03 23:09:40 +00:00
Jason Rumney
fd1f2f1e99 (force-info, info): New targets. 2003-09-03 23:05:32 +00:00
Jason Rumney
e65be2d536 New file. 2003-09-03 23:01:05 +00:00
Jason Rumney
80c164eca4 Create ``makefile'' in directories man, lispref and lispintro. 2003-09-03 22:52:12 +00:00
Francesco Potortì
2bc2e3fcb5 (consider_token): check C++ `operator' only when the token len is long
enough.
2003-09-03 14:20:49 +00:00
Francesco Potortì
0b7e7337a0 *** empty log message *** 2003-09-03 14:19:19 +00:00
Kim F. Storm
23706d6c22 Blinking cursor's default off state restored to "no cursor". 2003-09-03 07:58:13 +00:00
Kim F. Storm
a57dd8b157 (get_window_cursor_type): Partially undo 2002-03-01 change (superseded
by 2002-08-30 change); the default blink-off cursor is now again "no
cursor".
2003-09-03 07:50:46 +00:00
Kim F. Storm
ed159bbf70 *** empty log message *** 2003-09-03 07:50:16 +00:00
Jason Rumney
589a591bf3 Add note about fixing line ends when building from CVS. 2003-09-02 22:36:30 +00:00
Jason Rumney
6ed24d2e35 (tsang-quick-converter): Fix broken line-ends from CVS before doing conversion. 2003-09-02 22:20:29 +00:00
Miles Bader
a2fcf0296f Fix some DOS line-ending inconsistencies introduced with arch-tag: 2003-09-02 19:14:00 +00:00
Glenn Morris
b9e6b4981b *** empty log message *** 2003-09-02 17:43:01 +00:00
Glenn Morris
3bd9ca8504 (diary-header-line-flag, diary-header-line-format): New variables.
(list-diary-entries): Use them to set header line in simple diary.
2003-09-02 17:37:48 +00:00
Glenn Morris
3154202d02 (sh-font-lock-keywords): Use something other than
font-lock-string-face to highlight backslashes.
2003-09-02 17:37:01 +00:00
Miles Bader
8e5331fe84 Correct some arch-tag: comment types 2003-09-02 06:06:59 +00:00
Jason Rumney
fe64a394bd *** empty log message *** 2003-09-01 21:36:56 +00:00
Jason Rumney
86e7801e0e (tit-read-key-value): Include \r in regexp. 2003-09-01 21:35:48 +00:00
Dave Love
4a29bad2d0 *** empty log message *** 2003-09-01 18:51:17 +00:00
Dave Love
e3fa3057d7 (menu-bar-showhide-menu): Amend date and time label
and :help; also line and column numbers labels.
2003-09-01 18:48:10 +00:00
Dave Love
a7df580dc8 (mouse-popup-menubar, mouse-skip-word): Doc fix. 2003-09-01 18:47:29 +00:00
Dave Love
1b07ce5a12 (latin1-char-displayable-p): Now
obsolete alias.  Replace uses with char-displayable-p.
(latin1-display-ucs-per-lynx): Fix last change.
2003-09-01 18:46:41 +00:00
Dave Love
8ce0e9a83a (char-displayable-p): Moved from
latin1-disp, renamed and autoloaded.
2003-09-01 18:45:35 +00:00
Dave Love
e64db02d3e (standard-display-european-internal):
Don't use char code for Latin-1 NBSP.
<XFree86 4>: Unfrob NBSP display table.  Set display table to use
U+2018, U+2019 for `'.
(select-safe-coding-system): Message fix.
2003-09-01 18:14:22 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Miles Bader
1042fe8c8c *** empty log message *** 2003-09-01 15:45:46 +00:00
Dave Love
c0175e247b (alloca.o): Remove commands.
(coding.o): Depend on intervals.h composite.h window.h.
(emacs.o): Depend on window.h keyboard.h keymap.h.
(gtkutil.o): Depend on keyboard.h charset.h coding.h.
(bytecode.o): Depend on window.h.
2003-09-01 14:38:33 +00:00
Kenichi Handa
5723b76680 *** empty log message *** 2003-09-01 11:21:24 +00:00
Kenichi Handa
804ad4c9a8 (setup-default-fontset): For Thai font, specify "*" family. 2003-09-01 11:15:22 +00:00
Eli Zaretskii
00c8f41844 (previous-error): Accept a prefix argument, similarly to next-error. 2003-09-01 05:47:12 +00:00
Jason Rumney
e9eee23e17 Document last change. 2003-08-31 22:22:29 +00:00
Jason Rumney
4bc2315e9e (w32_per_char_metric): Allow cached metrics to be
returned even when font_type is unknown.
2003-08-31 22:15:15 +00:00
Jason Rumney
a24d4cb27a (init_iterator): Remove old WINDOWSNT conditional. 2003-08-31 21:38:07 +00:00
Eli Zaretskii
bbc2d90e8c (srcdir): Use "command.com /c cd" to produce an
absolute file name of the current working directory.  This avoids
the warning from Make about circular dependencies.
2003-08-31 16:44:25 +00:00
Masatake YAMATO
bb61abb8a1 * pcvs.el (cvs-do-removal): Use = instead of eq to check
the numbre of files. Bind the numbre of files to a a local
variable. Suggestd by Kevin Rodgers <ihs_4664@yahoo.com>.
2003-08-31 02:11:21 +00:00
Jan Djärv
9d35adc75f Fix pixel calculation for TrueVisuals. 2003-08-30 17:44:40 +00:00
Eli Zaretskii
d594756410 *** empty log message *** 2003-08-30 10:58:15 +00:00
Eli Zaretskii
ee9be3deb1 (vc-make-version-backup): Fix the change made on
2003-07-26: msdos-long-file-names is a function, not a variable.
2003-08-30 10:56:38 +00:00