]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Tue, 10 Sep 2002 16:40:10 +0000 (16:40 +0000)]
Fix previous LessTif change.
Richard M. Stallman [Tue, 10 Sep 2002 16:39:35 +0000 (16:39 +0000)]
Add item about OpenMotif file dialogs.
Kai Großjohann [Tue, 10 Sep 2002 08:08:18 +0000 (08:08 +0000)]
(auto-mode-alist): ~/.gnus, ~/.viper are in
emacs-lisp-mode, like ~/.emacs.
Stefan Monnier [Tue, 10 Sep 2002 06:20:52 +0000 (06:20 +0000)]
(uncomment-region): Be more careful with `='.
Stefan Monnier [Tue, 10 Sep 2002 06:05:36 +0000 (06:05 +0000)]
*** empty log message ***
Stefan Monnier [Tue, 10 Sep 2002 05:59:32 +0000 (05:59 +0000)]
(DISCARD_FAILURE_REG_OR_COUNT): Delete.
(CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
(re_match_2_internal): Be more careful with infinite loops.
John Paul Wallington [Tue, 10 Sep 2002 05:48:44 +0000 (05:48 +0000)]
2002-09-10 Deepak Goel <deego@glue.umd.edu>
* play/doctor.el (doc//): Rename from `//'. Update callers.
(doc$): Rename from `$'. Update callers.
Markus Rost [Tue, 10 Sep 2002 02:41:58 +0000 (02:41 +0000)]
Notify revisions 2002-09-09T22:09:14Z!monnier@iro.umontreal.ca and 2002-09-10T01:32:59Z!rost@math.uni-bielefeld.de correctly.
Markus Rost [Tue, 10 Sep 2002 01:32:59 +0000 (01:32 +0000)]
(transient-mark-mode, line-number-mode, column-number-mode): Undo the
recent change in 2002-09-09T22:09:14Z!monnier@iro.umontreal.ca. The use of define-minor-mode in
simple.el creates bootstrap problems.
Miles Bader [Tue, 10 Sep 2002 01:24:12 +0000 (01:24 +0000)]
(do-auto-fill): `fill-indent-according-to-mode' is a variable, not a
function.
Miles Bader [Tue, 10 Sep 2002 01:23:22 +0000 (01:23 +0000)]
(kmacro-call-macro): Deal with a non-numeric prefix arg.
Stefan Monnier [Mon, 9 Sep 2002 23:55:56 +0000 (23:55 +0000)]
(define-derived-mode): Add keyword arguments.
(derived-mode-make-docstring): Take abbrev and syntax table names.
Stefan Monnier [Mon, 9 Sep 2002 23:22:49 +0000 (23:22 +0000)]
(font-lock-change-mode): Just turn off font-lock-mode.
(font-lock-default-function): Change arg name.
Stefan Monnier [Mon, 9 Sep 2002 23:18:20 +0000 (23:18 +0000)]
(transient-mark-mode): Delete. Done in simple.el.
Stefan Monnier [Mon, 9 Sep 2002 23:16:49 +0000 (23:16 +0000)]
(show-paren-function): Use syntax-after.
Stefan Monnier [Mon, 9 Sep 2002 23:14:13 +0000 (23:14 +0000)]
(syntax-after): Delete. Moved to subr.el.
Stefan Monnier [Mon, 9 Sep 2002 23:13:18 +0000 (23:13 +0000)]
(symbol-file): Also work for autoloaded funcs.
(syntax-after): New fun moved from syntax.el.
Stefan Monnier [Mon, 9 Sep 2002 22:45:09 +0000 (22:45 +0000)]
(ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
(ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
Update callers (but still run the old hooks as well).
Kim F. Storm [Mon, 9 Sep 2002 22:45:03 +0000 (22:45 +0000)]
(keyboard-quit): Set defining-kbd-macro to nil to
cancel defining keyboard macro when applicablex.
Kim F. Storm [Mon, 9 Sep 2002 22:44:44 +0000 (22:44 +0000)]
(apply-macro-to-region-lines): Let-bind mark-active to
nil while executing macro to avoid triggering delete-selection-mode.
Kim F. Storm [Mon, 9 Sep 2002 22:44:27 +0000 (22:44 +0000)]
Typo
Kim F. Storm [Mon, 9 Sep 2002 22:43:40 +0000 (22:43 +0000)]
*** empty log message ***
Kim F. Storm [Mon, 9 Sep 2002 22:34:10 +0000 (22:34 +0000)]
(end_kbd_macro): Declare extern.
Kim F. Storm [Mon, 9 Sep 2002 22:33:51 +0000 (22:33 +0000)]
(end_kbd_macro): New function.
(Fend_kbd_macro): Use it.
Kim F. Storm [Mon, 9 Sep 2002 22:33:36 +0000 (22:33 +0000)]
(Fdiscard_input): If defining keyboard macro,
end and save it instead of discarding it.
Stefan Monnier [Mon, 9 Sep 2002 22:09:14 +0000 (22:09 +0000)]
(what-line): Don't hard-code 1.
(transient-mark-mode, line-number-mode, column-number-mode):
Use define-minor-mode.
(do-auto-fill): Only ignore prefix if it's really empty.
Stefan Monnier [Mon, 9 Sep 2002 21:50:36 +0000 (21:50 +0000)]
(find-library-suffixes, find-library-name)
(find-library): New funs.
(find-function-search-for-symbol): Use it.
Stefan Monnier [Mon, 9 Sep 2002 21:41:34 +0000 (21:41 +0000)]
(byte-compile-file): Don't switch buffer.
Markus Rost [Mon, 9 Sep 2002 21:37:28 +0000 (21:37 +0000)]
Fix typo. Add comment.
Stefan Monnier [Mon, 9 Sep 2002 21:05:22 +0000 (21:05 +0000)]
(isearch-cmds): Add docstring.
(isearch-mouse-2): Lookup binding in the proper buffer.
Use call-interactively and remove the now useless `arg'.
(isearch-search-fun-function): New var.
(isearch-search-fun): New fun.
(isearch-search, isearch-lazy-highlight-search): Use it.
Markus Rost [Mon, 9 Sep 2002 20:32:18 +0000 (20:32 +0000)]
Notify a change in files.el. On the occasion, fix some indentations;
e.g., replace spaces by a tab.
Markus Rost [Mon, 9 Sep 2002 20:28:53 +0000 (20:28 +0000)]
(save-some-buffers-action-alist): Use lower case for help string of
diff-buffer-with-file.
Richard M. Stallman [Mon, 9 Sep 2002 19:41:35 +0000 (19:41 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 9 Sep 2002 19:41:30 +0000 (19:41 +0000)]
(regnum_t): Use signed int, not unsigned int.
Richard M. Stallman [Mon, 9 Sep 2002 19:40:44 +0000 (19:40 +0000)]
New file.
Richard M. Stallman [Mon, 9 Sep 2002 19:40:29 +0000 (19:40 +0000)]
(UNEXEC): Definition deleted.
Richard M. Stallman [Mon, 9 Sep 2002 19:38:22 +0000 (19:38 +0000)]
(cperl-noscan-files-regexp): In addition to RCS, exclude CVS directories.
Richard M. Stallman [Mon, 9 Sep 2002 19:37:19 +0000 (19:37 +0000)]
(mouse-scroll-calendar-left)
(mouse-scroll-calendar-right, mouse-calendar-other-month): New commands.
(calendar-mode-line-format): Use them.
Richard M. Stallman [Mon, 9 Sep 2002 19:35:57 +0000 (19:35 +0000)]
(byte-recompile-directory): Set and then bind default-directory.
Richard M. Stallman [Mon, 9 Sep 2002 19:34:13 +0000 (19:34 +0000)]
(fancy-splash-head, normal-splash-screen):
Change the messages that explain about GNU or GNU/Linux.
Richard M. Stallman [Mon, 9 Sep 2002 19:32:41 +0000 (19:32 +0000)]
(auto-mode-alist): Use sh-mode for .bash files.
Richard M. Stallman [Mon, 9 Sep 2002 19:31:40 +0000 (19:31 +0000)]
(ls-lisp-format-time-list): New variable.
(ls-lisp-format-time): Use it.
Richard M. Stallman [Mon, 9 Sep 2002 19:26:40 +0000 (19:26 +0000)]
Many doc fixes.
Richard M. Stallman [Mon, 9 Sep 2002 19:24:53 +0000 (19:24 +0000)]
(Info-search): Add (point-min) to subfile positions
to get them right. Skip the current subfile using forward-line.
Richard M. Stallman [Mon, 9 Sep 2002 19:23:37 +0000 (19:23 +0000)]
(make-backup-file-name-1): When make-directory fails,
ignore backup-directory-alist.
(make-directory): Expand DIR before looking for handler.
Richard M. Stallman [Mon, 9 Sep 2002 19:20:27 +0000 (19:20 +0000)]
(powerpcle-*-solaris2.5*): New configuration.
(powerpcle-*-solaris*): Use version 2.6 as default.
(*-sunos5.6*, *-solaris2.6*): New alternative.
(*-sunos5*): Use version 2.6 as default.
Richard M. Stallman [Mon, 9 Sep 2002 19:17:43 +0000 (19:17 +0000)]
Minor change.
Richard M. Stallman [Mon, 9 Sep 2002 19:17:00 +0000 (19:17 +0000)]
Document --script.
John Paul Wallington [Mon, 9 Sep 2002 05:50:58 +0000 (05:50 +0000)]
(doctor-cadr, doctor-caddr, doctor-cddr): Remove.
Update callers.
Markus Rost [Mon, 9 Sep 2002 01:43:31 +0000 (01:43 +0000)]
(diff): Doc fix.
Richard M. Stallman [Mon, 9 Sep 2002 00:28:38 +0000 (00:28 +0000)]
(byte-compile-delete-errors): Default to nil.
Richard M. Stallman [Mon, 9 Sep 2002 00:28:00 +0000 (00:28 +0000)]
Comment change.
Richard M. Stallman [Mon, 9 Sep 2002 00:27:30 +0000 (00:27 +0000)]
(undo-elt-in-region): Fix one-off error at END.
(forward-visible-line): Handle invisibility by ignoring
invisible newlines. Also include entire invisible lines beyond
the stopping point.
Richard M. Stallman [Mon, 9 Sep 2002 00:26:14 +0000 (00:26 +0000)]
(custom-save-variables, custom-save-faces):
Clarify the comments written into .emacs.
Richard M. Stallman [Mon, 9 Sep 2002 00:25:09 +0000 (00:25 +0000)]
(doctor-doc): Recognize question words and use qlist.
Use doctor-shorten's return value.
(doctor-shorten): Compute a return value, don't alter `sent'.
(doctor-hates1): Add a question mark.
(doctor-strangelove): Unused function deleted.
Kim F. Storm [Sun, 8 Sep 2002 21:47:08 +0000 (21:47 +0000)]
Keyboard macro improvements.
Kim F. Storm [Sun, 8 Sep 2002 21:40:05 +0000 (21:40 +0000)]
Regenerated
Kim F. Storm [Sun, 8 Sep 2002 21:38:11 +0000 (21:38 +0000)]
Regenerated.
Kim F. Storm [Sun, 8 Sep 2002 20:38:04 +0000 (20:38 +0000)]
(kmacro-end-and-call-macro): New command to end and
call keyboard macro in one step. Bind it to C-x e by default.
(kmacro-call-macro): Use format-kbd-macro.
(kmacro-step-edit-macro): New command to interactively step edit
and execute last keyboard macro.
(kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
(kmacro-step-edit-mini-window-height): New custom var.
(kmacro-step-edit-map): New keymap (parent is query-replace-map).
(kmacro-step-edit-prefix-commands): New var.
(kmacro-step-edit-prompt, kmacro-step-edit-query)
(kmacro-step-edit-insert, kmacro-step-edit-pre-command)
(kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
New aux functions for step editing keyboard macros.
Kim F. Storm [Sun, 8 Sep 2002 20:37:44 +0000 (20:37 +0000)]
*** empty log message ***
Kim F. Storm [Sun, 8 Sep 2002 20:29:05 +0000 (20:29 +0000)]
(executing_macro_index): Change type to EMACS_INT.
Kim F. Storm [Sun, 8 Sep 2002 20:28:46 +0000 (20:28 +0000)]
(executing_macro_index): Change type to EMACS_INT.
(syms_of_macros): DEFVAR_INT it (needed by kmacro).
Kim F. Storm [Sat, 7 Sep 2002 22:50:58 +0000 (22:50 +0000)]
(read-quoted-char): Apply listify-key-sequence to vector
returned by this-single-command-raw-keys before appending it to
unread-command-event.
Colin Walters [Sat, 7 Sep 2002 21:31:03 +0000 (21:31 +0000)]
(ibuffer-diff-with-file): Just call `diff-buffer-with-file'.
Colin Walters [Sat, 7 Sep 2002 21:30:37 +0000 (21:30 +0000)]
(diff-buffer-with-file): Call diff synchronously, so we don't delete
the temporary file before diff has a chance to read it.
Colin Walters [Sat, 7 Sep 2002 21:30:19 +0000 (21:30 +0000)]
(diff): Add optional argument no-async, and use the above argument.
Colin Walters [Sat, 7 Sep 2002 21:29:44 +0000 (21:29 +0000)]
(compile-internal): Add optional argument no-async.
Colin Walters [Sat, 7 Sep 2002 21:28:04 +0000 (21:28 +0000)]
*** empty log message ***
John Paul Wallington [Sat, 7 Sep 2002 06:45:43 +0000 (06:45 +0000)]
* emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
* emacs-lisp/find-func.el (find-function-recenter-line): Add
custom type. Doc fix.
Stefan Monnier [Fri, 6 Sep 2002 20:45:41 +0000 (20:45 +0000)]
*** empty log message ***
Stefan Monnier [Fri, 6 Sep 2002 20:27:59 +0000 (20:27 +0000)]
(menu-bar-make-mm-toggle): New macro.
(showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
(toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
Remove. Use the minor mode function directly instead.
(menu-bar-mode): Add message and customize-mark-as-set and return
the new value as do other minor modes.
Richard M. Stallman [Fri, 6 Sep 2002 20:01:01 +0000 (20:01 +0000)]
*** empty log message ***
Stefan Monnier [Fri, 6 Sep 2002 19:46:24 +0000 (19:46 +0000)]
(edmacro-subseq): Don't use cl-push/cl-pop.
Richard M. Stallman [Fri, 6 Sep 2002 16:46:08 +0000 (16:46 +0000)]
(set_case_table): Make canon table point to eqv table.
Francesco Potortì [Fri, 6 Sep 2002 15:17:19 +0000 (15:17 +0000)]
etags.el tags-case-fold-search honoured when completing.
Francesco Potortì [Fri, 6 Sep 2002 15:12:15 +0000 (15:12 +0000)]
(find-tag-tag, complete-tag): Bind
completion-ignore-case based on tags-case-fold-search, so that
case-sensitivity of tag completion matches that of tag search.
Kai Großjohann [Fri, 6 Sep 2002 13:42:23 +0000 (13:42 +0000)]
Fix typo.
Juanma Barranquero [Fri, 6 Sep 2002 10:12:33 +0000 (10:12 +0000)]
(reftex-label-menu-flags): Fix typo.
Juanma Barranquero [Fri, 6 Sep 2002 10:11:30 +0000 (10:11 +0000)]
(speedbar-mode): Fix typos.
Pavel Janík [Fri, 6 Sep 2002 10:04:28 +0000 (10:04 +0000)]
Updated to texinfo 4.2.
Juanma Barranquero [Fri, 6 Sep 2002 09:07:31 +0000 (09:07 +0000)]
Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:05:22 +0000 (09:05 +0000)]
(syms_of_xselect): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:04:56 +0000 (09:04 +0000)]
(syms_of_w32select): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:04:40 +0000 (09:04 +0000)]
(syms_of_win16select): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:04:22 +0000 (09:04 +0000)]
(Fx_server_max_request_size): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:03:22 +0000 (09:03 +0000)]
(Fset_fontset_font): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:03:04 +0000 (09:03 +0000)]
(Flsh): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:02:46 +0000 (09:02 +0000)]
(Fcompose_region_internal, Fcompose_string_internal): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:02:11 +0000 (09:02 +0000)]
(syms_of_coding): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 07:22:02 +0000 (07:22 +0000)]
*** empty log message ***
Juanma Barranquero [Fri, 6 Sep 2002 07:21:51 +0000 (07:21 +0000)]
(gnus-status-message): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 07:19:30 +0000 (07:19 +0000)]
(warning-level-aliases): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 07:19:10 +0000 (07:19 +0000)]
(vcursor-toggle-vcursor-map): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 07:18:44 +0000 (07:18 +0000)]
(fill-nonuniform-paragraphs, fill-individual-paragraphs): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 07:18:22 +0000 (07:18 +0000)]
(reftex-TeX-master-file): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 07:18:04 +0000 (07:18 +0000)]
(speedbar-mode): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 07:17:49 +0000 (07:17 +0000)]
(choose-completion-string-functions): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 07:17:28 +0000 (07:17 +0000)]
(vhdl-progress-interval, vhdl-corresponding-begin): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 07:17:05 +0000 (07:17 +0000)]
(sh-indent-for-fi, sh-indent-for-done): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 07:16:42 +0000 (07:16 +0000)]
(pascal-start-keywords): Fix spacing.