]> git.eshelyaron.com Git - emacs.git/log
emacs.git
20 years ago(char_string): Use ASCII_CHAR_P instead of SINGLE_BYTE_CHAR_P.
Kenichi Handa [Sun, 28 Sep 2003 23:54:27 +0000 (23:54 +0000)]
(char_string): Use ASCII_CHAR_P instead of SINGLE_BYTE_CHAR_P.

20 years ago#
Dave Love [Fri, 26 Sep 2003 17:48:40 +0000 (17:48 +0000)]
#

20 years ago*** empty log message ***
Dave Love [Fri, 26 Sep 2003 17:36:12 +0000 (17:36 +0000)]
*** empty log message ***

20 years ago(x_bitmap_mask): Declare.
Dave Love [Fri, 26 Sep 2003 17:28:30 +0000 (17:28 +0000)]
(x_bitmap_mask): Declare.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 26 Sep 2003 13:00:44 +0000 (13:00 +0000)]
*** empty log message ***

21 years ago(ps-mule-begin-job): Fix previous change.
Kenichi Handa [Fri, 26 Sep 2003 12:47:23 +0000 (12:47 +0000)]
(ps-mule-begin-job): Fix previous change.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 26 Sep 2003 12:01:49 +0000 (12:01 +0000)]
*** empty log message ***

21 years ago(ps-generate-string-list): Function deleted.
Kenichi Handa [Fri, 26 Sep 2003 11:59:31 +0000 (11:59 +0000)]
(ps-generate-string-list): Function deleted.
(ps-rh-cache, ps-lf-cache, ps-rf-cache): Variables deleted.
(ps-header-footer-string): Function deleted.
(ps-encode-header-string-function): New variable
(ps-generate-header-line): Call ps-encode-header-string-function.
(ps-basic-plot-string-function): New variable
(ps-begin-job): Set ps-basic-plot-string-function and
ps-encode-header-string-function.  For setting up headers and
footers, don't use caches such as ps-rh-cache.  Don't call
ps-mule-begin-page.
(ps-basic-plot-str): Don't call ps-mule-prepare-ascii-font.
(ps-basic-plot-string): Likewise.
(ps-control-character): Likewise.
(ps-plot-region): Don't pay attention to composition and
non-ASCII characters.
(ps-generate): Call ps-mule-end-job.
(ps-mule-prepare-ascii-font): Delete autoload.
(ps-mule-set-ascii-font): Likewise.
(ps-mule-plot-string): Likewise.
(ps-mule-begin-page): Likewise.
(ps-mule-end-job): Declare autoload.

21 years agoMostly re-written.
Kenichi Handa [Fri, 26 Sep 2003 11:42:33 +0000 (11:42 +0000)]
Mostly re-written.

21 years ago(HeaderOrFooterTextLines): Handle multiple strings in a line.
Kenichi Handa [Fri, 26 Sep 2003 11:28:16 +0000 (11:28 +0000)]
(HeaderOrFooterTextLines): Handle multiple strings in a line.

21 years ago(auto-compose-region): New function.
Kenichi Handa [Fri, 26 Sep 2003 11:24:10 +0000 (11:24 +0000)]
(auto-compose-region): New function.

21 years ago(concat): Don't change multibyteness of the result by
Kenichi Handa [Fri, 26 Sep 2003 11:21:21 +0000 (11:21 +0000)]
(concat): Don't change multibyteness of the result by
concatenating an 8-bit character.

21 years ago(Faset): Check newelt by CHECK_CHARACTER. Don't change
Kenichi Handa [Fri, 26 Sep 2003 11:20:13 +0000 (11:20 +0000)]
(Faset): Check newelt by CHECK_CHARACTER.  Don't change
multibyteness of the result when newelt is an 8-bit character.

21 years ago*** empty log message ***
Dave Love [Thu, 18 Sep 2003 19:43:25 +0000 (19:43 +0000)]
*** empty log message ***

21 years agoZap mule-ucs.
Dave Love [Thu, 18 Sep 2003 19:42:57 +0000 (19:42 +0000)]
Zap mule-ucs.

21 years ago*** empty log message ***
Dave Love [Wed, 17 Sep 2003 19:29:34 +0000 (19:29 +0000)]
*** empty log message ***

21 years ago(ccl_driver): Fix arg of CHARACTERP.
Dave Love [Wed, 17 Sep 2003 19:26:25 +0000 (19:26 +0000)]
(ccl_driver): Fix arg of CHARACTERP.

21 years ago(x_term_init): Fix type error.
Dave Love [Wed, 17 Sep 2003 19:23:44 +0000 (19:23 +0000)]
(x_term_init): Fix type error.

21 years agoAdd Funibyte_char_to_multibyte.
Dave Love [Wed, 17 Sep 2003 19:23:19 +0000 (19:23 +0000)]
Add Funibyte_char_to_multibyte.

21 years ago(Fread_coding_system): Fix arg of XSETSTRING.
Dave Love [Wed, 17 Sep 2003 19:21:10 +0000 (19:21 +0000)]
(Fread_coding_system): Fix arg of XSETSTRING.
(Fset_coding_system_priority): Doc fix.

21 years agoSync with HEAD version.
Dave Love [Wed, 17 Sep 2003 19:16:27 +0000 (19:16 +0000)]
Sync with HEAD version.

21 years agoDon't include varargs.h.
Dave Love [Wed, 17 Sep 2003 19:12:26 +0000 (19:12 +0000)]
Don't include varargs.h.

21 years ago*** empty log message ***
Dave Love [Wed, 17 Sep 2003 13:54:36 +0000 (13:54 +0000)]
*** empty log message ***

21 years ago(get_property_and_range): Make start and end EMACS_INT.
Dave Love [Wed, 17 Sep 2003 13:53:56 +0000 (13:53 +0000)]
(get_property_and_range): Make start and end EMACS_INT.

21 years ago(adjust_point_for_property): Make beg and end
Dave Love [Wed, 17 Sep 2003 13:53:03 +0000 (13:53 +0000)]
(adjust_point_for_property): Make beg and end
EMACS_INT.

21 years ago(find_composition, update_compositions): Make
Dave Love [Wed, 17 Sep 2003 13:52:42 +0000 (13:52 +0000)]
(find_composition, update_compositions): Make
position args EMACS_INT.

21 years ago(handle_composition_prop, check_point_in_composition):
Dave Love [Wed, 17 Sep 2003 13:52:05 +0000 (13:52 +0000)]
(handle_composition_prop, check_point_in_composition):
Make buffer positions EMACS_INT.

21 years ago(lisp_string_width): Make ignore and end EMACS_INT.
Dave Love [Wed, 17 Sep 2003 13:51:40 +0000 (13:51 +0000)]
(lisp_string_width): Make ignore and end EMACS_INT.

21 years ago(check_composition): Make start and end EMACS_INT.
Dave Love [Wed, 17 Sep 2003 13:51:20 +0000 (13:51 +0000)]
(check_composition): Make start and end EMACS_INT.

21 years ago(find_composition, run_composition_function)
Dave Love [Wed, 17 Sep 2003 13:50:54 +0000 (13:50 +0000)]
(find_composition, run_composition_function)
(update_compositions, Ffind_composition_internal): Make buffer
positions EMACS_INT.

21 years ago*** empty log message ***
Dave Love [Tue, 16 Sep 2003 17:34:00 +0000 (17:34 +0000)]
*** empty log message ***

21 years ago(gtkutil.o): Depend on coding.h.
Dave Love [Tue, 16 Sep 2003 17:31:26 +0000 (17:31 +0000)]
(gtkutil.o): Depend on coding.h.

21 years ago(ENCODE_UTF_8): New.
Dave Love [Tue, 16 Sep 2003 17:31:04 +0000 (17:31 +0000)]
(ENCODE_UTF_8): New.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 16 Sep 2003 00:24:41 +0000 (00:24 +0000)]
*** empty log message ***

21 years ago(Finsert_file_contents): Call setup_coding_system in
Kenichi Handa [Tue, 16 Sep 2003 00:24:21 +0000 (00:24 +0000)]
(Finsert_file_contents): Call setup_coding_system in
the case of auto saving.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 11 Sep 2003 23:06:03 +0000 (23:06 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Thu, 11 Sep 2003 13:54:47 +0000 (13:54 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Thu, 11 Sep 2003 09:52:23 +0000 (09:52 +0000)]
*** empty log message ***

21 years ago(detect-coding-with-language-environment): Doc fix.
Dave Love [Thu, 11 Sep 2003 09:51:13 +0000 (09:51 +0000)]
(detect-coding-with-language-environment): Doc fix.

21 years ago(capitalized-words-mode): Add autoload
Dave Love [Thu, 11 Sep 2003 09:26:21 +0000 (09:26 +0000)]
(capitalized-words-mode): Add autoload
cookie.  Doc fix.

21 years ago(list-charset-chars): Set buffer file
Dave Love [Thu, 11 Sep 2003 09:25:50 +0000 (09:25 +0000)]
(list-charset-chars): Set buffer file
coding system.

21 years agoDoc fixes.
Dave Love [Thu, 11 Sep 2003 09:24:56 +0000 (09:24 +0000)]
Doc fixes.
(auto-compose-chars): Use functionp, not fboundp.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 10 Sep 2003 23:42:37 +0000 (23:42 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Wed, 10 Sep 2003 17:54:40 +0000 (17:54 +0000)]
*** empty log message ***

21 years ago(standard-display-default): Use characterp.
Dave Love [Wed, 10 Sep 2003 17:54:12 +0000 (17:54 +0000)]
(standard-display-default): Use characterp.

21 years ago(edmacro-parse-keys): Use characterp.
Dave Love [Wed, 10 Sep 2003 17:53:50 +0000 (17:53 +0000)]
(edmacro-parse-keys): Use characterp.

21 years ago(generic-mode-set-comments): Use characterp.
Dave Love [Wed, 10 Sep 2003 17:53:26 +0000 (17:53 +0000)]
(generic-mode-set-comments): Use characterp.

21 years ago(prin1-char): Use characterp.
Dave Love [Wed, 10 Sep 2003 17:52:58 +0000 (17:52 +0000)]
(prin1-char): Use characterp.

21 years ago(keypad-setup): Use characterp.
Dave Love [Wed, 10 Sep 2003 17:52:28 +0000 (17:52 +0000)]
(keypad-setup): Use characterp.

21 years ago(eshell-process-option): Use characterp.
Dave Love [Wed, 10 Sep 2003 17:52:03 +0000 (17:52 +0000)]
(eshell-process-option): Use characterp.

21 years ago(perl-font-lock-syntactic-face-function): Use characterp.
Dave Love [Wed, 10 Sep 2003 17:51:33 +0000 (17:51 +0000)]
(perl-font-lock-syntactic-face-function): Use characterp.

21 years ago(sh-font-lock-syntactic-face-function): Use characterp.
Dave Love [Wed, 10 Sep 2003 17:51:08 +0000 (17:51 +0000)]
(sh-font-lock-syntactic-face-function): Use characterp.

21 years ago(tex-font-lock-syntactic-face-function): Use characterp.
Dave Love [Wed, 10 Sep 2003 17:50:37 +0000 (17:50 +0000)]
(tex-font-lock-syntactic-face-function): Use characterp.

21 years ago(map_char_table): Protect `range' from GC.
Andreas Schwab [Wed, 10 Sep 2003 10:53:23 +0000 (10:53 +0000)]
(map_char_table): Protect `range' from GC.
(map_char_table_for_charset): Likewise.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 8 Sep 2003 12:53:41 +0000 (12:53 +0000)]
*** empty log message ***

21 years ago*** empty log message *** old-branches/emacs-unicode
Kenichi Handa [Mon, 8 Sep 2003 12:06:53 +0000 (12:06 +0000)]
*** empty log message ***

21 years agoNew directory
Kenichi Handa [Mon, 8 Sep 2003 11:56:09 +0000 (11:56 +0000)]
New directory

21 years agoAdd arch taglines
Miles Bader [Thu, 4 Sep 2003 04:00:49 +0000 (04:00 +0000)]
Add arch taglines

21 years ago*** empty log message ***
Jason Rumney [Wed, 3 Sep 2003 23:12:21 +0000 (23:12 +0000)]
*** empty log message ***

21 years agoNew file.
Jason Rumney [Wed, 3 Sep 2003 23:11:46 +0000 (23:11 +0000)]
New file.

21 years agoFix copyright notice
Jason Rumney [Wed, 3 Sep 2003 23:09:40 +0000 (23:09 +0000)]
Fix copyright notice

21 years ago(force-info, info): New targets.
Jason Rumney [Wed, 3 Sep 2003 23:05:32 +0000 (23:05 +0000)]
(force-info, info): New targets.

21 years agoNew file.
Jason Rumney [Wed, 3 Sep 2003 23:01:05 +0000 (23:01 +0000)]
New file.

21 years agoCreate ``makefile'' in directories man, lispref and lispintro.
Jason Rumney [Wed, 3 Sep 2003 22:52:12 +0000 (22:52 +0000)]
Create ``makefile'' in directories man, lispref and lispintro.

21 years ago(consider_token): check C++ `operator' only when the token len is long
Francesco Potortì [Wed, 3 Sep 2003 14:20:49 +0000 (14:20 +0000)]
(consider_token): check C++ `operator' only when the token len is long
enough.

21 years ago*** empty log message ***
Francesco Potortì [Wed, 3 Sep 2003 14:19:19 +0000 (14:19 +0000)]
*** empty log message ***

21 years agoBlinking cursor's default off state restored to "no cursor".
Kim F. Storm [Wed, 3 Sep 2003 07:58:13 +0000 (07:58 +0000)]
Blinking cursor's default off state restored to "no cursor".

21 years ago(get_window_cursor_type): Partially undo 2002-03-01 change (superseded
Kim F. Storm [Wed, 3 Sep 2003 07:50:46 +0000 (07:50 +0000)]
(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".

21 years ago*** empty log message ***
Kim F. Storm [Wed, 3 Sep 2003 07:50:16 +0000 (07:50 +0000)]
*** empty log message ***

21 years agoAdd note about fixing line ends when building from CVS.
Jason Rumney [Tue, 2 Sep 2003 22:36:30 +0000 (22:36 +0000)]
Add note about fixing line ends when building from CVS.

21 years ago(tsang-quick-converter): Fix broken line-ends from CVS before doing conversion.
Jason Rumney [Tue, 2 Sep 2003 22:20:29 +0000 (22:20 +0000)]
(tsang-quick-converter): Fix broken line-ends from CVS before doing conversion.

21 years agoFix some DOS line-ending inconsistencies introduced with arch-tag:
Miles Bader [Tue, 2 Sep 2003 19:14:00 +0000 (19:14 +0000)]
Fix some DOS line-ending inconsistencies introduced with arch-tag:

21 years ago*** empty log message ***
Glenn Morris [Tue, 2 Sep 2003 17:43:01 +0000 (17:43 +0000)]
*** empty log message ***

21 years ago(diary-header-line-flag, diary-header-line-format): New variables.
Glenn Morris [Tue, 2 Sep 2003 17:37:48 +0000 (17:37 +0000)]
(diary-header-line-flag, diary-header-line-format): New variables.
(list-diary-entries): Use them to set header line in simple diary.

21 years ago(sh-font-lock-keywords): Use something other than
Glenn Morris [Tue, 2 Sep 2003 17:37:01 +0000 (17:37 +0000)]
(sh-font-lock-keywords): Use something other than
font-lock-string-face to highlight backslashes.

21 years agoCorrect some arch-tag: comment types
Miles Bader [Tue, 2 Sep 2003 06:06:59 +0000 (06:06 +0000)]
Correct some arch-tag: comment types

21 years ago*** empty log message ***
Jason Rumney [Mon, 1 Sep 2003 21:36:56 +0000 (21:36 +0000)]
*** empty log message ***

21 years ago(tit-read-key-value): Include \r in regexp.
Jason Rumney [Mon, 1 Sep 2003 21:35:48 +0000 (21:35 +0000)]
(tit-read-key-value): Include \r in regexp.

21 years ago*** empty log message ***
Dave Love [Mon, 1 Sep 2003 18:51:17 +0000 (18:51 +0000)]
*** empty log message ***

21 years ago(menu-bar-showhide-menu): Amend date and time label
Dave Love [Mon, 1 Sep 2003 18:48:10 +0000 (18:48 +0000)]
(menu-bar-showhide-menu): Amend date and time label
and :help; also line and column numbers labels.

21 years ago(mouse-popup-menubar, mouse-skip-word): Doc fix.
Dave Love [Mon, 1 Sep 2003 18:47:29 +0000 (18:47 +0000)]
(mouse-popup-menubar, mouse-skip-word): Doc fix.

21 years ago(latin1-char-displayable-p): Now
Dave Love [Mon, 1 Sep 2003 18:46:41 +0000 (18:46 +0000)]
(latin1-char-displayable-p): Now
obsolete alias.  Replace uses with char-displayable-p.
(latin1-display-ucs-per-lynx): Fix last change.

21 years ago(char-displayable-p): Moved from
Dave Love [Mon, 1 Sep 2003 18:45:35 +0000 (18:45 +0000)]
(char-displayable-p): Moved from
latin1-disp, renamed and autoloaded.

21 years ago(standard-display-european-internal):
Dave Love [Mon, 1 Sep 2003 18:14:22 +0000 (18:14 +0000)]
(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.

21 years agoAdd arch taglines
Miles Bader [Mon, 1 Sep 2003 15:45:59 +0000 (15:45 +0000)]
Add arch taglines

21 years ago*** empty log message ***
Miles Bader [Mon, 1 Sep 2003 15:45:46 +0000 (15:45 +0000)]
*** empty log message ***

21 years ago(alloca.o): Remove commands.
Dave Love [Mon, 1 Sep 2003 14:38:33 +0000 (14:38 +0000)]
(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.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 1 Sep 2003 11:21:24 +0000 (11:21 +0000)]
*** empty log message ***

21 years ago(setup-default-fontset): For Thai font, specify "*" family.
Kenichi Handa [Mon, 1 Sep 2003 11:15:22 +0000 (11:15 +0000)]
(setup-default-fontset): For Thai font, specify "*" family.

21 years ago(previous-error): Accept a prefix argument, similarly to next-error.
Eli Zaretskii [Mon, 1 Sep 2003 05:47:12 +0000 (05:47 +0000)]
(previous-error): Accept a prefix argument, similarly to next-error.

21 years agoDocument last change.
Jason Rumney [Sun, 31 Aug 2003 22:22:29 +0000 (22:22 +0000)]
Document last change.

21 years ago(w32_per_char_metric): Allow cached metrics to be
Jason Rumney [Sun, 31 Aug 2003 22:15:15 +0000 (22:15 +0000)]
(w32_per_char_metric): Allow cached metrics to be
returned even when font_type is unknown.

21 years ago(init_iterator): Remove old WINDOWSNT conditional.
Jason Rumney [Sun, 31 Aug 2003 21:38:07 +0000 (21:38 +0000)]
(init_iterator): Remove old WINDOWSNT conditional.

21 years ago(srcdir): Use "command.com /c cd" to produce an
Eli Zaretskii [Sun, 31 Aug 2003 16:44:25 +0000 (16:44 +0000)]
(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.

21 years ago* pcvs.el (cvs-do-removal): Use = instead of eq to check
Masatake YAMATO [Sun, 31 Aug 2003 02:11:21 +0000 (02:11 +0000)]
* 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>.

21 years agoFix pixel calculation for TrueVisuals.
Jan Djärv [Sat, 30 Aug 2003 17:44:40 +0000 (17:44 +0000)]
Fix pixel calculation for TrueVisuals.

21 years ago*** empty log message ***
Eli Zaretskii [Sat, 30 Aug 2003 10:58:15 +0000 (10:58 +0000)]
*** empty log message ***

21 years ago(vc-make-version-backup): Fix the change made on
Eli Zaretskii [Sat, 30 Aug 2003 10:56:38 +0000 (10:56 +0000)]
(vc-make-version-backup): Fix the change made on
2003-07-26: msdos-long-file-names is a function, not a variable.

21 years agoSet FNCASE=y for all targets in the lisp directory,
Eli Zaretskii [Sat, 30 Aug 2003 10:15:28 +0000 (10:15 +0000)]
Set FNCASE=y for all targets in the lisp directory,
so that CVS etc. file names are filtered out of the list of
subdirectories.

21 years ago(redisplay_internal): Fix change of 2003-04-30. Don't
Gerd Moellmann [Fri, 29 Aug 2003 21:46:42 +0000 (21:46 +0000)]
(redisplay_internal): Fix change of 2003-04-30.  Don't
tell redisplay display is accurate when it's actually been paused
for pending input.