summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use executing-kbd-macro-index variable.Kim F. Storm2005-05-021-21/+21
|
* *** empty log message ***Kim F. Storm2005-05-022-0/+13
|
* (executing_kbd_macro_index): Rename from executing_macro_index.Kim F. Storm2005-05-023-27/+27
| | | | | | | | (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.
* Rework last fix.Kim F. Storm2005-05-021-4/+3
|
* (move_it_in_display_line_to): Fix last change.Kim F. Storm2005-05-021-0/+1
|
* *** empty log message ***Kim F. Storm2005-05-021-0/+4
|
* (Variable Aliases): `make-obsolete-variable' is a function and not a macro.Luc Teirlinck2005-05-021-3/+3
|
* *** empty log message ***Luc Teirlinck2005-05-021-0/+3
|
* (rlogin): If there are option-like elements in the parsed args,Thien-Thi Nguyen2005-05-022-1/+15
| | | | take the host to be the first arg immediately following them.
* (rlogin-parse-words): Delete func.Thien-Thi Nguyen2005-05-021-15/+2
| | | | (rlogin): Use split-string, not rlogin-parse-words.
* (executing-macro): Use `define-obsolete-variable-alias'.Luc Teirlinck2005-05-021-1/+4
|
* *** empty log message ***Luc Teirlinck2005-05-023-1/+13
|
* (Pop-Up Menus): Correct and clarify description of `x-popup-menu'.Luc Teirlinck2005-05-021-13/+22
| | | | (Dialog Boxes): Clarify description of `x-popup-dialog'.
* (Fx_popup_menu): Doc fix.Luc Teirlinck2005-05-021-3/+6
|
* *** empty log message ***Luc Teirlinck2005-05-021-0/+4
|
* (syms_of_charset): Delete defsubr for Schars_in_region.Luc Teirlinck2005-05-021-1/+0
|
* (cc-define-list-program):Nick Roberts2005-05-022-0/+15
| | | | Change to "gcc -E -dM -". Make customizable.
* (cc-create-define-alist): Use a shell.Nick Roberts2005-05-021-4/+3
| | | | | (cc-mode-cpp-program): Rename to cc-define-list-program and move to cc-vars.el.
* (USAGE3, USAGE4): Keep strings below 2048 bytes.Jason Rumney2005-05-021-4/+4
|
* *** empty log message ***Jason Rumney2005-05-021-0/+4
|
* *** empty log message ***Thien-Thi Nguyen2005-05-011-1/+1
|
* Fix typo.Thien-Thi Nguyen2005-05-012-1/+5
|
* (cc-mode-cpp-program): Change to "gcc -E".Nick Roberts2005-05-011-1/+1
|
* *** empty log message ***Nick Roberts2005-05-012-3/+10
|
* Fix check for CUA-mode if no init file.Kim F. Storm2005-05-011-2/+4
|
* *** empty log message ***Kim F. Storm2005-05-012-4/+12
|
* (Fchars_in_region): Remove as obsolete.Nick Roberts2005-05-011-16/+0
|
* (define-function, sref): Remove aliases and obsoleteNick Roberts2005-05-011-5/+0
| | | | | declarations. (chars-in-region): Remove obsolete declaration.
* (coding-system-parent): Remove alias andNick Roberts2005-05-011-3/+0
| | | | obsolete declaration.
* (truncate-string): Remove alias andNick Roberts2005-05-011-6/+0
| | | | obsolete declaration.
* (update-iso-coding-systems):Nick Roberts2005-05-011-3/+0
| | | | Remove alias and obsolete declaration.
* *** empty log message ***Nick Roberts2005-05-011-0/+15
|
* (move_it_in_display_line_to): Stop if we move beyond TO_CHARPOS.Kim F. Storm2005-05-011-0/+9
| | | | This may happen if last glyphs was an image or stretch glyph.
* (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.Luc Teirlinck2005-05-012-1/+5
|
* *** empty log message ***Richard M. Stallman2005-05-013-0/+23
|
* (Info-mode): Set widen-automatically to nil, locally.Richard M. Stallman2005-05-011-0/+2
|
* (widen-automatically): New variable.Richard M. Stallman2005-05-011-1/+11
| | | | (pop-global-mark): Obey widen-automatically.
* (Checking Whether to Stop): Fix previous change.Richard M. Stallman2005-05-011-3/+2
|
* [not HAVE_X_TOOLKIT] (xmenu_show):Richard M. Stallman2005-05-011-2/+5
| | | | If user cancels the menu, quit unless FOR_CLICK.
* (Vexecuting_kbd_macro): Renamed from Vexecuting_macro. All uses changed.Richard M. Stallman2005-05-011-13/+11
| | | | (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
* Change Vexecuting_macro to Vexecuting_kbd_macro.Richard M. Stallman2005-05-011-17/+17
|
* (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.Richard M. Stallman2005-05-012-3/+3
|
* Fix typos and Texinfo usage.Luc Teirlinck2005-05-011-7/+7
|
* *** empty log message ***Luc Teirlinck2005-05-011-0/+2
|
* fix typoDan Nicolaescu2005-05-011-1/+1
|
* (function-key-map): Call substitute-key-definitionDan Nicolaescu2005-05-012-60/+66
| | | | | before the keymap size keymap is increased by a lot of define-key calls.
* *** empty log message ***Luc Teirlinck2005-05-011-1/+1
|
* (Checking Whether to Stop): executing-macro -> executing-kbd-macro.Luc Teirlinck2005-05-011-1/+1
|
* *** empty log message ***Luc Teirlinck2005-05-011-0/+5
|
* *** empty log message ***Richard M. Stallman2005-05-012-5/+9
|