Kenichi Handa
f36014a2bf
Re-generated.
2005-05-11 12:17:00 +00:00
Kenichi Handa
a9b84515ed
While running cpp on junk.c, include
...
-DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
exists.
2005-05-11 12:16:42 +00:00
Kenichi Handa
4c452d71b6
*** empty log message ***
2005-05-10 02:35:10 +00:00
Kenichi Handa
0c98802f16
(shortlisp): Add ../lisp/international/charprop.el.
...
(temacs${EXEEXT}): Build charprop.el if necessary.
(admindir): New variable.
($(lispsource)international/charprop.el): New target.
2005-05-10 02:34:43 +00:00
Kenichi Handa
91745a812d
Delete charprop.el and uni-*.el
2005-05-10 02:33:00 +00:00
Kenichi Handa
90ce1bb946
Load international/charprop.el with NOERROR t.
2005-05-10 02:31:28 +00:00
Kenichi Handa
4d335bfc21
(AUTOGENEL): Add charprop.el and uni-*.el.
2005-05-10 02:30:35 +00:00
Kenichi Handa
1275c1dc8e
Typo fixed in comments. Change
...
string-to-int to string-to-number.
(unidata-text-file): Defined to .../unidata.txt.
(unidata-list): Just insert unidata-text-file.
(unidata-get-decomposition): Handle Hangul decomposition.
(unidata-gen-files): Don't use \040, instead at ^L near the end of
file.
2005-05-10 02:29:41 +00:00
Kenichi Handa
bf903420b4
*** empty log message ***
2005-05-07 02:55:01 +00:00
Kenichi Handa
cf17285fe0
Re-generated
2005-05-07 02:52:54 +00:00
Miles Bader
cca4e3b099
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 272-288)
- src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 67)
- Update from CVS
2005-05-05 00:04:55 +00:00
Richard M. Stallman
d68a5392ca
*** empty log message ***
2005-05-04 20:56:37 +00:00
Nick Roberts
cb36196790
(c-macro-preprocessor): Update for BSD and
...
use gcc instead of cpp.
2005-05-04 20:44:54 +00:00
Nick Roberts
4c192d5a24
(gdb-cpp-define-alist-flags): New variable.
...
(gdb-create-define-alist): Use. it.
(gdb-cpp-define-alist-program): Update for MS-DOS?
2005-05-04 20:44:02 +00:00
Nick Roberts
ae23f9801f
*** empty log message ***
2005-05-04 20:43:22 +00:00
Richard M. Stallman
2cb72935e2
More rearrangement.
2005-05-04 16:04:04 +00:00
Richard M. Stallman
053bc8e49a
(Interactive Codes): Fix Texinfo usage. Document U more clearly.
2005-05-04 14:32:34 +00:00
Richard M. Stallman
ab3fdfd634
(describe-key): No error when UNTRANSLATED is nil.
2005-05-04 14:31:45 +00:00
Richard M. Stallman
f33ae5d01a
(line-move-1): Fix previous change to signal errors appropriately.
2005-05-04 14:22:48 +00:00
Richard M. Stallman
5648486ce0
Follow whitespace conventions.
2005-05-04 14:21:38 +00:00
Nick Roberts
97726d1bb6
(c-macro-preprocessor): Update for Mac OSX.
2005-05-03 22:38:39 +00:00
Nick Roberts
02636b9ca3
*** empty log message ***
2005-05-03 22:37:28 +00:00
Kim F. Storm
fa2b23e520
*** empty log message ***
2005-05-03 21:14:05 +00:00
Jan Djärv
3a3563e9d9
* mac.c: #undef init_process so not to conflict with system headers.
2005-05-03 18:19:34 +00:00
Glenn Morris
9dd9ed204a
From Ulf Jasper <ulf.jasper@web.de>:
...
(icalendar-version): Now at 0.12.
(icalendar-duration-correction): Remove.
(icalendar--get-event-properties): Split result at commas.
(icalendar--decode-isoduration): New optional argument
DURATION-CORRECTION.
(icalendar--convert-ordinary-to-ical)
(icalendar--convert-weekly-to-ical)
(icalendar--convert-yearly-to-ical)
(icalendar--convert-sexp-to-ical)
(icalendar--convert-block-to-ical)
(icalendar--convert-float-to-ical)
(icalendar--convert-date-to-ical)
(icalendar--convert-cyclic-to-ical)
(icalendar--convert-anniversary-to-ical): New functions, extracted
from icalendar-export-region, with bug fixes.
(icalendar-export-region): Use the above functions.
(icalendar-import-buffer): Check before saving diary file.
(icalendar--convert-recurring-to-diary)
(icalendar--convert-non-recurring-all-day-to-diary)
(icalendar--convert-non-recurring-not-all-day-to-diary): New
functions, extracted from icalendar--convert-ical-to-diary, with
bug fixes.
(icalendar--convert-ical-to-diary): Use the above functions.
2005-05-03 16:35:27 +00:00
Glenn Morris
832e0e22f1
*** empty log message ***
2005-05-03 16:34:27 +00:00
Kim F. Storm
1aeb255d5f
Fix emacs version in commentary.
2005-05-03 14:29:11 +00:00
Nick Roberts
5c66660f61
(gdb-cpp-define-alist-program)
...
(gdb-define-alist): New variables.
(gdb-create-define-alist): New function.
(gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
(gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
with string-to-number.
(gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2005-05-03 06:48:47 +00:00
Nick Roberts
0d2794e362
Replace string-to-int with string-to-number.
...
(gud-find-file): Handle gdb-define-alist.
2005-05-03 06:47:18 +00:00
Nick Roberts
64f3c670bd
(tooltip-gud-tips): Use gdb-define-alist.
2005-05-03 06:46:27 +00:00
Nick Roberts
004e695aa5
(cc-define-list-program): Remove this
...
recent addition.
2005-05-03 06:45:54 +00:00
Nick Roberts
a70d41f7d3
(cc-define-alist, cc-create-define-alist):
...
Remove these recent additions.
(c-mode): Restore to before 2005-04-28.
2005-05-03 06:45:08 +00:00
Nick Roberts
be50a72708
*** empty log message ***
2005-05-03 06:44:12 +00:00
Richard M. Stallman
406c0f1219
More rearrangements.
2005-05-02 21:35:52 +00:00
Richard M. Stallman
30b0da81df
*** empty log message ***
2005-05-02 20:58:54 +00:00
Jay Belanger
bc4461134d
*** empty log message ***
2005-05-02 19:53:48 +00:00
Jay Belanger
28572d7db7
(calcDigit-key, math-read-number, math-read-bignum): Replace
...
string-to-int by string-to-number.
2005-05-02 19:45:57 +00:00
Jay Belanger
ca9cbc3193
(calc-do-grab-rectangle): Replace string-to-int by string-to-number.
2005-05-02 19:45:21 +00:00
Jay Belanger
fab112674d
(calc-read-parse-table-part, calc-edit-macro-repeats): Replace
...
string-to-int by string-to-number.
2005-05-02 19:44:43 +00:00
Jay Belanger
723c2377e8
(calc-graph-plot, calc-graph-set-styles, calc-graph-num-points)
...
(calc-graph-init): Replace string-to-int by string-to-number.
2005-05-02 19:44:07 +00:00
Jay Belanger
d227f871c9
(calc-over-notation): Replace string-to-int by string-to-number.
2005-05-02 19:43:25 +00:00
Jay Belanger
5574e20901
(calc-time, calc-date-notation, math-this-year, math-parse-date)
...
(math-parse-standard-date, calcFunc-tzone): Replace string-to-int by
string-to-number.
2005-05-02 19:42:52 +00:00
Jay Belanger
8f4a8efc46
(calc-read-number-fancy): Replace string-to-int by string-to-number.
2005-05-02 19:41:55 +00:00
Jay Belanger
14e39ad48d
(calc-word-size): Replace string-to-int by string-to-number.
2005-05-02 19:41:27 +00:00
Jay Belanger
36692c4a90
(math-read-token): Replace string-to-int by string-to-number.
2005-05-02 19:40:50 +00:00
Richard M. Stallman
0124c5bdea
(syms_of_buffer): Define cursor-in-non-selected-windows.
2005-05-02 17:10:29 +00:00
Richard M. Stallman
55806be17d
(struct buffer): Add cursor_in_non_selected_windows slot.
2005-05-02 17:09:13 +00:00
Richard M. Stallman
7695b656d9
(Vcursor_in_non_selected_windows)
...
(Qcursor_in_non_selected_windows): Vars deleted.
(syms_of_xdisp): Don't initialize them.
(get_window_cursor_type): Use cursor_in_non_selected_windows buffer slot.
2005-05-02 17:08:44 +00:00
Kim F. Storm
4006261607
*** empty log message ***
2005-05-02 11:36:01 +00:00
Kim F. Storm
1bf2f306bb
Use executing-kbd-macro-index variable.
2005-05-02 10:33:33 +00:00