bpt/emacs.git
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 ***

19 years ago(Pop-Up Menus): Correct and clarify description of `x-popup-menu'.
Luc Teirlinck [Mon, 2 May 2005 02:06:38 +0000 (02:06 +0000)]
(Pop-Up Menus): Correct and clarify description of `x-popup-menu'.
(Dialog Boxes): Clarify description of `x-popup-dialog'.

19 years ago(Fx_popup_menu): Doc fix.
Luc Teirlinck [Mon, 2 May 2005 01:39:30 +0000 (01:39 +0000)]
(Fx_popup_menu): Doc fix.

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

19 years ago(syms_of_charset): Delete defsubr for Schars_in_region.
Luc Teirlinck [Mon, 2 May 2005 00:37:18 +0000 (00:37 +0000)]
(syms_of_charset): Delete defsubr for Schars_in_region.

19 years ago(cc-define-list-program):
Nick Roberts [Mon, 2 May 2005 00:32:00 +0000 (00:32 +0000)]
(cc-define-list-program):
Change to "gcc -E -dM -". Make customizable.

19 years ago(cc-create-define-alist): Use a shell.
Nick Roberts [Mon, 2 May 2005 00:28:20 +0000 (00:28 +0000)]
(cc-create-define-alist): Use a shell.
(cc-mode-cpp-program): Rename to cc-define-list-program and
move to cc-vars.el.

19 years ago(USAGE3, USAGE4): Keep strings below 2048 bytes.
Jason Rumney [Mon, 2 May 2005 00:23:27 +0000 (00:23 +0000)]
(USAGE3, USAGE4): Keep strings below 2048 bytes.

19 years ago*** empty log message ***
Jason Rumney [Mon, 2 May 2005 00:22:11 +0000 (00:22 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Thien-Thi Nguyen [Sun, 1 May 2005 23:22:38 +0000 (23:22 +0000)]
*** empty log message ***

19 years agoFix typo.
Thien-Thi Nguyen [Sun, 1 May 2005 23:15:12 +0000 (23:15 +0000)]
Fix typo.

19 years ago(cc-mode-cpp-program): Change to "gcc -E".
Nick Roberts [Sun, 1 May 2005 22:52:29 +0000 (22:52 +0000)]
(cc-mode-cpp-program): Change to "gcc -E".

19 years ago*** empty log message ***
Nick Roberts [Sun, 1 May 2005 22:51:13 +0000 (22:51 +0000)]
*** empty log message ***

19 years agoFix check for CUA-mode if no init file.
Kim F. Storm [Sun, 1 May 2005 22:33:57 +0000 (22:33 +0000)]
Fix check for CUA-mode if no init file.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 1 May 2005 22:33:16 +0000 (22:33 +0000)]
*** empty log message ***

19 years ago(Fchars_in_region): Remove as obsolete.
Nick Roberts [Sun, 1 May 2005 22:19:14 +0000 (22:19 +0000)]
(Fchars_in_region): Remove as obsolete.

19 years ago(define-function, sref): Remove aliases and obsolete
Nick Roberts [Sun, 1 May 2005 22:18:14 +0000 (22:18 +0000)]
(define-function, sref): Remove aliases and obsolete
declarations.
(chars-in-region): Remove obsolete declaration.

19 years ago(coding-system-parent): Remove alias and
Nick Roberts [Sun, 1 May 2005 22:17:25 +0000 (22:17 +0000)]
(coding-system-parent): Remove alias and
obsolete declaration.

19 years ago(truncate-string): Remove alias and
Nick Roberts [Sun, 1 May 2005 22:16:46 +0000 (22:16 +0000)]
(truncate-string): Remove alias and
obsolete declaration.

19 years ago(update-iso-coding-systems):
Nick Roberts [Sun, 1 May 2005 22:16:13 +0000 (22:16 +0000)]
(update-iso-coding-systems):
Remove alias and obsolete declaration.

19 years ago*** empty log message ***
Nick Roberts [Sun, 1 May 2005 22:15:28 +0000 (22:15 +0000)]
*** empty log message ***

19 years ago(move_it_in_display_line_to): Stop if we move beyond TO_CHARPOS.
Kim F. Storm [Sun, 1 May 2005 21:42:34 +0000 (21:42 +0000)]
(move_it_in_display_line_to): Stop if we move beyond TO_CHARPOS.
This may happen if last glyphs was an image or stretch glyph.

19 years ago(sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
Luc Teirlinck [Sun, 1 May 2005 20:04:11 +0000 (20:04 +0000)]
(sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.

19 years ago*** empty log message ***
Richard M. Stallman [Sun, 1 May 2005 18:54:56 +0000 (18:54 +0000)]
*** empty log message ***

19 years ago(Info-mode): Set widen-automatically to nil, locally.
Richard M. Stallman [Sun, 1 May 2005 18:54:35 +0000 (18:54 +0000)]
(Info-mode): Set widen-automatically to nil, locally.

19 years ago(widen-automatically): New variable.
Richard M. Stallman [Sun, 1 May 2005 18:54:00 +0000 (18:54 +0000)]
(widen-automatically): New variable.
(pop-global-mark): Obey widen-automatically.

19 years ago(Checking Whether to Stop): Fix previous change.
Richard M. Stallman [Sun, 1 May 2005 18:51:39 +0000 (18:51 +0000)]
(Checking Whether to Stop): Fix previous change.

19 years ago[not HAVE_X_TOOLKIT] (xmenu_show):
Richard M. Stallman [Sun, 1 May 2005 18:49:28 +0000 (18:49 +0000)]
[not HAVE_X_TOOLKIT] (xmenu_show):
If user cancels the menu, quit unless FOR_CLICK.

19 years ago(Vexecuting_kbd_macro): Renamed from Vexecuting_macro. All uses changed.
Richard M. Stallman [Sun, 1 May 2005 18:48:26 +0000 (18:48 +0000)]
(Vexecuting_kbd_macro): Renamed from Vexecuting_macro.  All uses changed.
(syms_of_macros): Define only executing-kbd-macro, not executing-macro.

19 years agoChange Vexecuting_macro to Vexecuting_kbd_macro.
Richard M. Stallman [Sun, 1 May 2005 18:47:16 +0000 (18:47 +0000)]
Change Vexecuting_macro to Vexecuting_kbd_macro.

19 years ago(Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
Richard M. Stallman [Sun, 1 May 2005 18:46:31 +0000 (18:46 +0000)]
(Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.

19 years agoFix typos and Texinfo usage.
Luc Teirlinck [Sun, 1 May 2005 17:01:44 +0000 (17:01 +0000)]
Fix typos and Texinfo usage.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 1 May 2005 16:59:58 +0000 (16:59 +0000)]
*** empty log message ***

19 years agofix typo
Dan Nicolaescu [Sun, 1 May 2005 16:38:06 +0000 (16:38 +0000)]
fix typo

19 years ago(function-key-map): Call substitute-key-definition
Dan Nicolaescu [Sun, 1 May 2005 16:37:19 +0000 (16:37 +0000)]
(function-key-map): Call substitute-key-definition
before the keymap size keymap is increased by a lot of define-key
calls.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 1 May 2005 15:21:17 +0000 (15:21 +0000)]
*** empty log message ***

19 years ago(Checking Whether to Stop): executing-macro -> executing-kbd-macro.
Luc Teirlinck [Sun, 1 May 2005 14:41:39 +0000 (14:41 +0000)]
(Checking Whether to Stop): executing-macro -> executing-kbd-macro.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 1 May 2005 14:39:38 +0000 (14:39 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Sun, 1 May 2005 14:00:51 +0000 (14:00 +0000)]
*** empty log message ***

19 years ago(Invisible Text): Correct add-to-invisibility-spec.
Richard M. Stallman [Sun, 1 May 2005 14:00:32 +0000 (14:00 +0000)]
(Invisible Text): Correct add-to-invisibility-spec.

19 years ago(add-to-invisibility-spec, remove-from-invisibility-spec):
Richard M. Stallman [Sun, 1 May 2005 13:58:45 +0000 (13:58 +0000)]
(add-to-invisibility-spec, remove-from-invisibility-spec):
Rename ARG to ELEMENT.  Doc fix.

19 years ago(allout-exposure): Remove macro and obsolete declaration.
Nick Roberts [Sun, 1 May 2005 13:43:20 +0000 (13:43 +0000)]
(allout-exposure): Remove macro and obsolete declaration.
Remove references to allout-exposure/change to allout-new-exposure.

19 years ago*** empty log message ***
Nick Roberts [Sun, 1 May 2005 13:42:18 +0000 (13:42 +0000)]
*** empty log message ***

19 years ago(dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
Nick Roberts [Sun, 1 May 2005 13:30:19 +0000 (13:30 +0000)]
(dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
(compiled-function-p, focus-frame, unfocus-frame):
Remove aliases and obsolete declarations.
Back out inadvertant changes from previous commit.

19 years ago(dot, dot-min, dot-max): Don't create
Nick Roberts [Sun, 1 May 2005 13:28:55 +0000 (13:28 +0000)]
(dot, dot-min, dot-max): Don't create
bytecode symbols.

19 years ago*** empty log message ***
Nick Roberts [Sun, 1 May 2005 13:27:53 +0000 (13:27 +0000)]
*** empty log message ***