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

19 years ago(require-final-newline): Make Custom tags consistent
Luc Teirlinck [Sun, 1 May 2005 12:56:42 +0000 (12:56 +0000)]
(require-final-newline): Make Custom tags consistent
with mode-require-final-newline.
(mode-require-final-newline): Doc fix.

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

19 years agoAdd arch tagline
Miles Bader [Sun, 1 May 2005 11:56:17 +0000 (11:56 +0000)]
Add arch tagline

19 years ago(get_frame_size) [VMS]: Use a fresh i/o channel.
Thien-Thi Nguyen [Sun, 1 May 2005 11:34:54 +0000 (11:34 +0000)]
(get_frame_size) [VMS]: Use a fresh i/o channel.

19 years ago(latexenc-find-file-coding-system): Fix regular expressions.
Lute Kamstra [Sun, 1 May 2005 11:05:08 +0000 (11:05 +0000)]
(latexenc-find-file-coding-system): Fix regular expressions.
Suggested by David Kastrup <dak@gnu.org> and Stefan Monnier
<monnier@iro.umontreal.ca>.

19 years agoCorrect key binding for dired-mark-omitted.
Lars Hansen [Sun, 1 May 2005 07:07:19 +0000 (07:07 +0000)]
Correct key binding for dired-mark-omitted.

19 years ago(string-to-int): Make obsolete.
Nick Roberts [Sun, 1 May 2005 04:44:14 +0000 (04:44 +0000)]
(string-to-int): Make obsolete.

19 years ago*** empty log message ***
Nick Roberts [Sun, 1 May 2005 04:43:32 +0000 (04:43 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Sat, 30 Apr 2005 20:34:12 +0000 (20:34 +0000)]
*** empty log message ***

19 years ago(Compressed Files): Auto Compression normally enabled.
Richard M. Stallman [Sat, 30 Apr 2005 20:34:01 +0000 (20:34 +0000)]
(Compressed Files): Auto Compression normally enabled.

19 years ago(Debugger Operation): Clarify previous change.
Richard M. Stallman [Sat, 30 Apr 2005 20:33:27 +0000 (20:33 +0000)]
(Debugger Operation): Clarify previous change.

19 years ago(next-error-overlay-arrow-position): Turn off, for ttys.
Richard M. Stallman [Sat, 30 Apr 2005 20:30:53 +0000 (20:30 +0000)]
(next-error-overlay-arrow-position): Turn off, for ttys.

19 years ago(Magic File Names): Document `operations' property.
Richard M. Stallman [Sat, 30 Apr 2005 20:30:03 +0000 (20:30 +0000)]
(Magic File Names): Document `operations' property.

19 years agoLoad jka-comp-hook.
Richard M. Stallman [Sat, 30 Apr 2005 20:20:59 +0000 (20:20 +0000)]
Load jka-comp-hook.

19 years agoMany functions and vars moved to jka-compr-hook.el.
Richard M. Stallman [Sat, 30 Apr 2005 20:18:10 +0000 (20:18 +0000)]
Many functions and vars moved to jka-compr-hook.el.
(jka-compr-handler): Add autoload.  `put' calls moved
to jka-compr-hook.el.
(compression, jka-compr): defgroups moved to jka-compr-hook.el.
(jka-compr-inhibit): Autoload.

19 years agoNew file.
Richard M. Stallman [Sat, 30 Apr 2005 20:15:33 +0000 (20:15 +0000)]
New file.
Enable the mode by default.

19 years ago(backup-buffer-copy): Use copy-file instead
Richard M. Stallman [Sat, 30 Apr 2005 20:14:32 +0000 (20:14 +0000)]
(backup-buffer-copy): Use copy-file instead
of write-region, and put back the 'excl.

19 years ago(flymake-split-string)
Richard M. Stallman [Sat, 30 Apr 2005 20:13:39 +0000 (20:13 +0000)]
(flymake-split-string)
(flymake-split-string, flymake-log, flymake-pid-to-names)
(flymake-reg-names, flymake-get-source-buffer-name)
(flymake-unreg-names, flymake-add-line-err-info)
(flymake-add-err-info): Clarify docstrings.
(flymake-popup-menu, flymake-make-emacs-menu)
(flymake-make-xemacs-menu): Add docstrings.
(flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
Set variables directly throughout.

19 years ago(Ffind_file_name_handler): Handle the `operations'
Richard M. Stallman [Sat, 30 Apr 2005 20:12:13 +0000 (20:12 +0000)]
(Ffind_file_name_handler): Handle the `operations'
property of the file name handler.
(Qoperations): New variable.
(syms_of_fileio): Initialize and staticpro it.

19 years ago(set_message_1): Delete xassert.
Richard M. Stallman [Sat, 30 Apr 2005 20:08:12 +0000 (20:08 +0000)]
(set_message_1): Delete xassert.

19 years ago(c-mode): If there is no file (Macroexpansion) don't create an alist.
Nick Roberts [Sat, 30 Apr 2005 05:16:49 +0000 (05:16 +0000)]
(c-mode): If there is no file (Macroexpansion) don't create an alist.

19 years ago*** empty log message ***
Nick Roberts [Sat, 30 Apr 2005 05:15:52 +0000 (05:15 +0000)]
*** empty log message ***

19 years ago(cc-create-define-alist): Check that file
Nick Roberts [Fri, 29 Apr 2005 23:47:30 +0000 (23:47 +0000)]
(cc-create-define-alist): Check that file
exists. Initialise cc-define-alist.
(c-mode): Add cc-create-define-alist locally to after-save-hook.

19 years ago*** empty log message ***
Nick Roberts [Fri, 29 Apr 2005 23:46:57 +0000 (23:46 +0000)]
*** empty log message ***

19 years ago(Debugger Operation): Spelling mistake.
Nick Roberts [Fri, 29 Apr 2005 22:39:56 +0000 (22:39 +0000)]
(Debugger Operation): Spelling mistake.
assiciated -> associated

19 years ago*** empty log message ***
Nick Roberts [Fri, 29 Apr 2005 22:38:08 +0000 (22:38 +0000)]
*** empty log message ***