]> git.eshelyaron.com Git - emacs.git/log
emacs.git
19 years ago(webjump): Replace `assoc-ignore-case' by `assoc-string'.
Juanma Barranquero [Fri, 6 May 2005 19:26:33 +0000 (19:26 +0000)]
(webjump): Replace `assoc-ignore-case' by `assoc-string'.

19 years ago(idlwave-do-context-help1, idlwave-highlight-linked-completions): Replace
Juanma Barranquero [Fri, 6 May 2005 19:25:57 +0000 (19:25 +0000)]
(idlwave-do-context-help1, idlwave-highlight-linked-completions): Replace
`assoc-ignore-case' by `assoc-string'.

19 years ago(po-find-file-coding-system-guts): Replace `assoc-ignore-case' by
Juanma Barranquero [Fri, 6 May 2005 19:25:10 +0000 (19:25 +0000)]
(po-find-file-coding-system-guts): Replace `assoc-ignore-case' by
`assoc-string'.

19 years ago*** empty log message ***
Eli Zaretskii [Fri, 6 May 2005 13:18:20 +0000 (13:18 +0000)]
*** empty log message ***

19 years ago(The Echo Area): Correct format function cross reference.
Eli Zaretskii [Fri, 6 May 2005 13:17:13 +0000 (13:17 +0000)]
(The Echo Area): Correct format function cross reference.

19 years ago(locate-file): Doc fix.
Eli Zaretskii [Fri, 6 May 2005 13:08:15 +0000 (13:08 +0000)]
(locate-file): Doc fix.

19 years ago(Flocate_file_internal): Doc fix.
Eli Zaretskii [Fri, 6 May 2005 13:00:53 +0000 (13:00 +0000)]
(Flocate_file_internal): Doc fix.

19 years ago(gdb-cpp-define-alist-program): Doc fix.
Eli Zaretskii [Fri, 6 May 2005 12:47:54 +0000 (12:47 +0000)]
(gdb-cpp-define-alist-program): Doc fix.
Remove the redundant test for ms-dos.

19 years ago*** empty log message ***
Eli Zaretskii [Fri, 6 May 2005 12:46:49 +0000 (12:46 +0000)]
*** empty log message ***

19 years ago(c-macro-preprocessor): Use locate-file to look for the preprocessor
Eli Zaretskii [Fri, 6 May 2005 12:32:16 +0000 (12:32 +0000)]
(c-macro-preprocessor): Use locate-file to look for the preprocessor
with exec-suffixes.  If not found in standard places, look in exec-path.
Remove most of the tests that used system-type.

19 years ago*** empty log message ***
Eli Zaretskii [Fri, 6 May 2005 11:29:57 +0000 (11:29 +0000)]
*** empty log message ***

19 years ago(lisp, shortlisp): Add jka-cmpr-hook.elc.
Eli Zaretskii [Fri, 6 May 2005 11:28:34 +0000 (11:28 +0000)]
(lisp, shortlisp): Add jka-cmpr-hook.elc.

19 years agoLoad jka-cmpr-hook instead of jka-comp-hook.
Eli Zaretskii [Fri, 6 May 2005 11:25:26 +0000 (11:25 +0000)]
Load jka-cmpr-hook instead of jka-comp-hook.

19 years ago(jka-compr-uninstall): Add autoload cookie.
Eli Zaretskii [Fri, 6 May 2005 11:22:21 +0000 (11:22 +0000)]
(jka-compr-uninstall): Add autoload cookie.

19 years agoRenamed jka-comp-hook.el to jka-cmpr-hook.el.
Eli Zaretskii [Fri, 6 May 2005 11:19:51 +0000 (11:19 +0000)]
Renamed jka-comp-hook.el to jka-cmpr-hook.el.

19 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Fri, 6 May 2005 08:05:18 +0000 (08:05 +0000)]
*** empty log message ***

19 years ago[DARWIN || MAC_OSX ]: Temporarily undefine
YAMAMOTO Mitsuharu [Fri, 6 May 2005 08:04:29 +0000 (08:04 +0000)]
[DARWIN || MAC_OSX ]: Temporarily undefine
init_process when including sys/select.h.

19 years ago(struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New
YAMAMOTO Mitsuharu [Fri, 6 May 2005 08:03:47 +0000 (08:03 +0000)]
(struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: New
members track_top and track_height.

19 years ago(toolkit_scroll_bar_interaction): Remove unused
YAMAMOTO Mitsuharu [Fri, 6 May 2005 08:03:24 +0000 (08:03 +0000)]
(toolkit_scroll_bar_interaction): Remove unused
variable.
(mac_handle_tool_bar_click): Remove unused function and
declaration.
[USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
(install_scroll_bar_timer, set_scroll_bar_timer)
(control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
(get_control_part_bound, x_scroll_bar_handle_press)
(x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
(x_set_toolkit_scroll_bar_thumb): New functions and declarations.
[USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
(scroll_bar_timer_event_posted_p): New variables.
[USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
(SCROLL_BAR_CONTINUOUS_DELAY): New macros.
(x_scroll_bar_create): Set control reference with NewControl.
(x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Initialize
track_top and track_height to nil.
(x_scroll_bar_set_handle, x_scroll_bar_note_movement): Put
functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
(XTset_vertical_scroll_bar): Don't make space between scroll bar
and associated window.
(XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
from window config.
(XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Set
track_top and track_height to nil when scroll bar size is changed.
Recalculate them if they are nil.
(XTread_socket) [MAC_OSX]: Use control kind to determine if the
clicked control is a scroll bar.
(XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
event handler functions.  Don't add modifiers to scroll bar click
events.  Call scroll bar release handler when window is
deactivated.
(mac_initialize): Remove unused code for X toolkit.
(syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]: Initialize
Vx_toolkit_scroll_bars to nil.

19 years ago(x_own_selection): Accept Lisp string as result of
YAMAMOTO Mitsuharu [Fri, 6 May 2005 08:03:08 +0000 (08:03 +0000)]
(x_own_selection): Accept Lisp string as result of
selection converter function.
(x_clear_frame_selections): Don't call x-lost-selection-functions
if Emacs is not owner of the selection.
(Vmac_services_selection): Put variable and initialization in
#ifdef MAC_OSX.
(syms_of_macselect) [MAC_OSX]: Set default value of
Vmac_services_selection to PRIMARY.

19 years ago[HAVE_CARBON]: Define USE_TOOLKIT_SCROLL_BARS.
YAMAMOTO Mitsuharu [Fri, 6 May 2005 08:02:19 +0000 (08:02 +0000)]
[HAVE_CARBON]: Define USE_TOOLKIT_SCROLL_BARS.

19 years agoDon't define or bind scroll bar functions if
YAMAMOTO Mitsuharu [Fri, 6 May 2005 08:01:13 +0000 (08:01 +0000)]
Don't define or bind scroll bar functions if
x-toolkit-scroll-bars is t.
(x-select-text, x-get-selection-value): Clear
x-last-selected-text-clipboard if x-select-enable-clipboard is
nil.
(PRIMARY): Put mac-scrap-name property.
(mac-select-convert-to-file-url): New function.
(public.file-url): New selection target type.  Add to
selection-converter-alist.
(x-get-selection, x-selection-value): Handle it.
(x-cut-buffer-or-selection-value): New alias.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-291
Miles Bader [Fri, 6 May 2005 00:27:50 +0000 (00:27 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-291

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 68)

   - Update from CVS

2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (article-date-ut): Support converting date in
   forwarded parts as well.
   (gnus-article-save-original-date): New macro.
   (gnus-display-mime): Use it.

2005-04-28  David Hansen  <david.hansen@physik.fu-berlin.de>

   * lisp/gnus/nnrss.el (nnrss-check-group, nnrss-request-article): Support the
   enclosure element of <item>.

19 years ago(Variable Aliases): Change description of `define-obsolete-variable-alias'.
Luc Teirlinck [Thu, 5 May 2005 23:19:02 +0000 (23:19 +0000)]
(Variable Aliases): Change description of `define-obsolete-variable-alias'.

19 years ago*** empty log message ***
Luc Teirlinck [Thu, 5 May 2005 23:17:20 +0000 (23:17 +0000)]
*** empty log message ***

19 years ago(Functions): Add "Obsolete Functions" to menu.
Luc Teirlinck [Thu, 5 May 2005 23:12:19 +0000 (23:12 +0000)]
(Functions): Add "Obsolete Functions" to menu.
(Defining Functions): Add xref.
(Obsolete Functions): New node.
(Function Safety): Standardize capitalization of section title.

19 years ago(Pop-Up Menus): Complete description of `x-popup-menu'.
Luc Teirlinck [Thu, 5 May 2005 23:05:00 +0000 (23:05 +0000)]
(Pop-Up Menus): Complete description of `x-popup-menu'.
(Dialog Boxes): Complete description of `x-popup-dialog'.

19 years ago(define-obsolete-function-alias, define-obsolete-variable-alias): Doc Fixes.
Luc Teirlinck [Thu, 5 May 2005 22:58:40 +0000 (22:58 +0000)]
(define-obsolete-function-alias, define-obsolete-variable-alias): Doc Fixes.

19 years ago(line-move-1): Fix 2005-04-26 change. Must still use
Kim F. Storm [Thu, 5 May 2005 22:43:06 +0000 (22:43 +0000)]
(line-move-1): Fix 2005-04-26 change.  Must still use
vertical-motion when selective-display is active.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 5 May 2005 22:42:38 +0000 (22:42 +0000)]
*** empty log message ***

19 years ago(Fdefvaralias): Doc fix.
Luc Teirlinck [Thu, 5 May 2005 22:40:56 +0000 (22:40 +0000)]
(Fdefvaralias): Doc fix.

19 years ago(Fx_popup_menu, Fx_popup_dialog): Doc fixes.
Luc Teirlinck [Thu, 5 May 2005 22:31:36 +0000 (22:31 +0000)]
(Fx_popup_menu, Fx_popup_dialog): Doc fixes.

19 years ago(ido-setup-hook): New hook.
Kim F. Storm [Thu, 5 May 2005 22:15:58 +0000 (22:15 +0000)]
(ido-setup-hook): New hook.
(ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
(ido-input-stack): New var.
(ido-define-mode-map): Bind M-b to ido-push-dir. Move old
ido-next-work-file binding to M-O.
Bind M-f to ido-wide-find-file-or-pop-dir.
(ido-define-mode-map): Don't run ido-define-mode-map-hook.
(ido-read-internal): Run ido-setup-hook.
Catch quit in read-file-name and read-string to cancel edit.
Handle new push, pop, and pop-all exit codes (for M-b/M-f).
Automatically pop-all when completing a directory name (RET).
(ido-file-internal): Add with-no-warnings around ffap and dired code.
(ido-exit-minibuffer): Use exit-minibuffer instead of throw.
(ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
(ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir): New
functions for M-b/M-f to move among the directory components.
(ido-make-merged-file-list): Catch quit to cancel merge.
(ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
(ido-completion-help): No warnings for ido-completion-buffer-full.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 5 May 2005 22:15:45 +0000 (22:15 +0000)]
*** empty log message ***

19 years ago(org-store-link): Fix paren typo.
Stefan Monnier [Thu, 5 May 2005 20:10:34 +0000 (20:10 +0000)]
(org-store-link): Fix paren typo.

19 years agoUpdated header of TUTORIAL.pl.
Marcelo Toledo [Thu, 5 May 2005 20:00:40 +0000 (20:00 +0000)]
Updated header of TUTORIAL.pl.

19 years agoAvoid $! for font-lock-negation-char-face.
Daniel Pfeiffer [Thu, 5 May 2005 19:20:03 +0000 (19:20 +0000)]
Avoid $! for font-lock-negation-char-face.

19 years agoAdvertise new `font-lock-negation-char-face'.
Daniel Pfeiffer [Thu, 5 May 2005 19:10:58 +0000 (19:10 +0000)]
Advertise new `font-lock-negation-char-face'.

19 years ago(makefile-font-lock-keywords): Use font-lock-negation-char-face.
Daniel Pfeiffer [Thu, 5 May 2005 19:07:39 +0000 (19:07 +0000)]
(makefile-font-lock-keywords): Use font-lock-negation-char-face.

19 years ago(cperl-init-faces): Use font-lock-negation-char-face.
Daniel Pfeiffer [Thu, 5 May 2005 19:04:39 +0000 (19:04 +0000)]
(cperl-init-faces): Use font-lock-negation-char-face.

19 years ago(sh-font-lock-keywords): Use font-lock-negation-char-face.
Daniel Pfeiffer [Thu, 5 May 2005 19:03:32 +0000 (19:03 +0000)]
(sh-font-lock-keywords): Use font-lock-negation-char-face.

19 years ago(c-cpp-matchers): Use font-lock-negation-char-face.
Daniel Pfeiffer [Thu, 5 May 2005 19:02:47 +0000 (19:02 +0000)]
(c-cpp-matchers): Use font-lock-negation-char-face.

19 years ago(font-lock-negation-char-face): New face and variable.
Daniel Pfeiffer [Thu, 5 May 2005 19:01:39 +0000 (19:01 +0000)]
(font-lock-negation-char-face): New face and variable.

19 years ago(bibtex-summary): Use current BibTeX entry to avoid calling
Stefan Monnier [Thu, 5 May 2005 15:18:05 +0000 (15:18 +0000)]
(bibtex-summary): Use current BibTeX entry to avoid calling
bibtex-find-entry with arg global being t.  Remove arg key.
(bibtex-summary-function, bibtex-complete-crossref-cleanup)
(bibtex-copy-summary-as-kill): Change accordingly.

19 years ago(org-get-entries-from-diary): Remove unused vars.
Stefan Monnier [Thu, 5 May 2005 15:08:52 +0000 (15:08 +0000)]
(org-get-entries-from-diary): Remove unused vars.
(org-agenda-date-later): Use with-current-buffer.

19 years ago(ebrowse-install-1-to-9-keys, ebrowse-print-statistics-line,
Juanma Barranquero [Thu, 5 May 2005 11:04:51 +0000 (11:04 +0000)]
(ebrowse-install-1-to-9-keys, ebrowse-print-statistics-line,
ebrowse-electric-position-mode-hook): Fix typo in docstring.

19 years ago(define-obsolete-function-alias): Fix typo in docstring.
Juanma Barranquero [Thu, 5 May 2005 09:18:53 +0000 (09:18 +0000)]
(define-obsolete-function-alias): Fix typo in docstring.

19 years ago(image-library-alist): Add additional name for Xpm library.
Juanma Barranquero [Thu, 5 May 2005 01:03:56 +0000 (01:03 +0000)]
(image-library-alist): Add additional name for Xpm library.

19 years ago(init_buffer_once): Set cursor_in_non_selected_windows default value.
Kim F. Storm [Wed, 4 May 2005 22:10:14 +0000 (22:10 +0000)]
(init_buffer_once): Set cursor_in_non_selected_windows default value.
(syms_of_buffer): Add default-cursor-in-non-selected-windows.
Fix type of cursor-in-non-selected-windows.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 4 May 2005 22:10:00 +0000 (22:10 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Wed, 4 May 2005 20:56:37 +0000 (20:56 +0000)]
*** empty log message ***

19 years ago(c-macro-preprocessor): Update for BSD and
Nick Roberts [Wed, 4 May 2005 20:44:54 +0000 (20:44 +0000)]
(c-macro-preprocessor): Update for BSD and
use gcc instead of cpp.

19 years ago(gdb-cpp-define-alist-flags): New variable.
Nick Roberts [Wed, 4 May 2005 20:44:02 +0000 (20:44 +0000)]
(gdb-cpp-define-alist-flags): New variable.
(gdb-create-define-alist): Use. it.
(gdb-cpp-define-alist-program): Update for MS-DOS?

19 years ago*** empty log message ***
Nick Roberts [Wed, 4 May 2005 20:43:22 +0000 (20:43 +0000)]
*** empty log message ***

19 years agoMore rearrangement.
Richard M. Stallman [Wed, 4 May 2005 16:04:04 +0000 (16:04 +0000)]
More rearrangement.

19 years ago(Interactive Codes): Fix Texinfo usage. Document U more clearly.
Richard M. Stallman [Wed, 4 May 2005 14:32:34 +0000 (14:32 +0000)]
(Interactive Codes): Fix Texinfo usage.  Document U more clearly.

19 years ago(describe-key): No error when UNTRANSLATED is nil.
Richard M. Stallman [Wed, 4 May 2005 14:31:45 +0000 (14:31 +0000)]
(describe-key): No error when UNTRANSLATED is nil.

19 years ago(line-move-1): Fix previous change to signal errors appropriately.
Richard M. Stallman [Wed, 4 May 2005 14:22:48 +0000 (14:22 +0000)]
(line-move-1): Fix previous change to signal errors appropriately.

19 years agoFollow whitespace conventions.
Richard M. Stallman [Wed, 4 May 2005 14:21:38 +0000 (14:21 +0000)]
Follow whitespace conventions.

19 years ago(c-macro-preprocessor): Update for Mac OSX.
Nick Roberts [Tue, 3 May 2005 22:38:39 +0000 (22:38 +0000)]
(c-macro-preprocessor): Update for Mac OSX.

19 years ago*** empty log message ***
Nick Roberts [Tue, 3 May 2005 22:37:28 +0000 (22:37 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Kim F. Storm [Tue, 3 May 2005 21:14:05 +0000 (21:14 +0000)]
*** empty log message ***

19 years ago* mac.c: #undef init_process so not to conflict with system headers.
Jan Djärv [Tue, 3 May 2005 18:19:34 +0000 (18:19 +0000)]
* mac.c: #undef init_process so not to conflict with system headers.

19 years agoFrom Ulf Jasper <ulf.jasper@web.de>:
Glenn Morris [Tue, 3 May 2005 16:35:27 +0000 (16:35 +0000)]
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.

19 years ago*** empty log message ***
Glenn Morris [Tue, 3 May 2005 16:34:27 +0000 (16:34 +0000)]
*** empty log message ***

19 years agoFix emacs version in commentary.
Kim F. Storm [Tue, 3 May 2005 14:29:11 +0000 (14:29 +0000)]
Fix emacs version in commentary.

19 years ago(gdb-cpp-define-alist-program)
Nick Roberts [Tue, 3 May 2005 06:48:47 +0000 (06:48 +0000)]
(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.

19 years agoReplace string-to-int with string-to-number.
Nick Roberts [Tue, 3 May 2005 06:47:18 +0000 (06:47 +0000)]
Replace string-to-int with string-to-number.
(gud-find-file): Handle gdb-define-alist.

19 years ago(tooltip-gud-tips): Use gdb-define-alist.
Nick Roberts [Tue, 3 May 2005 06:46:27 +0000 (06:46 +0000)]
(tooltip-gud-tips): Use gdb-define-alist.

19 years ago(cc-define-list-program): Remove this
Nick Roberts [Tue, 3 May 2005 06:45:54 +0000 (06:45 +0000)]
(cc-define-list-program): Remove this
recent addition.

19 years ago(cc-define-alist, cc-create-define-alist):
Nick Roberts [Tue, 3 May 2005 06:45:08 +0000 (06:45 +0000)]
(cc-define-alist, cc-create-define-alist):
Remove these recent additions.
(c-mode): Restore to before 2005-04-28.

19 years ago*** empty log message ***
Nick Roberts [Tue, 3 May 2005 06:44:12 +0000 (06:44 +0000)]
*** empty log message ***

19 years agoMore rearrangements.
Richard M. Stallman [Mon, 2 May 2005 21:35:52 +0000 (21:35 +0000)]
More rearrangements.

19 years ago*** empty log message ***
Richard M. Stallman [Mon, 2 May 2005 20:58:54 +0000 (20:58 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Mon, 2 May 2005 19:53:48 +0000 (19:53 +0000)]
*** empty log message ***

19 years ago(calcDigit-key, math-read-number, math-read-bignum): Replace
Jay Belanger [Mon, 2 May 2005 19:45:57 +0000 (19:45 +0000)]
(calcDigit-key, math-read-number, math-read-bignum): Replace
string-to-int by string-to-number.

19 years ago(calc-do-grab-rectangle): Replace string-to-int by string-to-number.
Jay Belanger [Mon, 2 May 2005 19:45:21 +0000 (19:45 +0000)]
(calc-do-grab-rectangle): Replace string-to-int by string-to-number.

19 years ago(calc-read-parse-table-part, calc-edit-macro-repeats): Replace
Jay Belanger [Mon, 2 May 2005 19:44:43 +0000 (19:44 +0000)]
(calc-read-parse-table-part, calc-edit-macro-repeats): Replace
string-to-int by string-to-number.

19 years ago(calc-graph-plot, calc-graph-set-styles, calc-graph-num-points)
Jay Belanger [Mon, 2 May 2005 19:44:07 +0000 (19:44 +0000)]
(calc-graph-plot, calc-graph-set-styles, calc-graph-num-points)
(calc-graph-init): Replace string-to-int by string-to-number.

19 years ago(calc-over-notation): Replace string-to-int by string-to-number.
Jay Belanger [Mon, 2 May 2005 19:43:25 +0000 (19:43 +0000)]
(calc-over-notation): Replace string-to-int by string-to-number.

19 years ago(calc-time, calc-date-notation, math-this-year, math-parse-date)
Jay Belanger [Mon, 2 May 2005 19:42:52 +0000 (19:42 +0000)]
(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.

19 years ago(calc-read-number-fancy): Replace string-to-int by string-to-number.
Jay Belanger [Mon, 2 May 2005 19:41:55 +0000 (19:41 +0000)]
(calc-read-number-fancy): Replace string-to-int by string-to-number.

19 years ago(calc-word-size): Replace string-to-int by string-to-number.
Jay Belanger [Mon, 2 May 2005 19:41:27 +0000 (19:41 +0000)]
(calc-word-size): Replace string-to-int by string-to-number.

19 years ago(math-read-token): Replace string-to-int by string-to-number.
Jay Belanger [Mon, 2 May 2005 19:40:50 +0000 (19:40 +0000)]
(math-read-token): Replace string-to-int by string-to-number.

19 years ago(syms_of_buffer): Define cursor-in-non-selected-windows.
Richard M. Stallman [Mon, 2 May 2005 17:10:29 +0000 (17:10 +0000)]
(syms_of_buffer): Define cursor-in-non-selected-windows.

19 years ago(struct buffer): Add cursor_in_non_selected_windows slot.
Richard M. Stallman [Mon, 2 May 2005 17:09:13 +0000 (17:09 +0000)]
(struct buffer): Add cursor_in_non_selected_windows slot.

19 years ago(Vcursor_in_non_selected_windows)
Richard M. Stallman [Mon, 2 May 2005 17:08:44 +0000 (17:08 +0000)]
(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.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 2 May 2005 11:36:01 +0000 (11:36 +0000)]
*** empty log message ***

19 years agoUse executing-kbd-macro-index variable.
Kim F. Storm [Mon, 2 May 2005 10:33:33 +0000 (10:33 +0000)]
Use executing-kbd-macro-index variable.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 2 May 2005 10:33:15 +0000 (10:33 +0000)]
*** empty log message ***

19 years ago(executing_kbd_macro_index): Rename from executing_macro_index.
Kim F. Storm [Mon, 2 May 2005 10:32:40 +0000 (10:32 +0000)]
(executing_kbd_macro_index): Rename from executing_macro_index.
(executing_kbd_macro_iterations): Rename from executing_macro_iterations.
(executing_kbd_macro): Rename from executing_macro.

* macro.c (syms_of_macros): Rename Lisp var executing-macro-index to
executing-kbd-macro-index.

19 years agoRework last fix.
Kim F. Storm [Mon, 2 May 2005 10:07:38 +0000 (10:07 +0000)]
Rework last fix.

19 years ago(move_it_in_display_line_to): Fix last change.
Kim F. Storm [Mon, 2 May 2005 09:14:38 +0000 (09:14 +0000)]
(move_it_in_display_line_to): Fix last change.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 2 May 2005 09:14:23 +0000 (09:14 +0000)]
*** empty log message ***

19 years ago(Variable Aliases): `make-obsolete-variable' is a function and not a macro.
Luc Teirlinck [Mon, 2 May 2005 02:47:30 +0000 (02:47 +0000)]
(Variable Aliases): `make-obsolete-variable' is a function and not a macro.

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 2 May 2005 02:46:13 +0000 (02:46 +0000)]
*** empty log message ***

19 years ago(rlogin): If there are option-like elements in the parsed args,
Thien-Thi Nguyen [Mon, 2 May 2005 02:45:39 +0000 (02:45 +0000)]
(rlogin): If there are option-like elements in the parsed args,
take the host to be the first arg immediately following them.

19 years ago(rlogin-parse-words): Delete func.
Thien-Thi Nguyen [Mon, 2 May 2005 02:34:57 +0000 (02:34 +0000)]
(rlogin-parse-words): Delete func.
(rlogin): Use split-string, not rlogin-parse-words.

19 years ago(executing-macro): Use `define-obsolete-variable-alias'.
Luc Teirlinck [Mon, 2 May 2005 02:20:28 +0000 (02:20 +0000)]
(executing-macro): Use `define-obsolete-variable-alias'.

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 2 May 2005 02:18:29 +0000 (02:18 +0000)]
*** empty log message ***