Richard M. Stallman
8937f01b8d
(cperl-noscan-files-regexp): In addition to RCS, exclude CVS directories.
2002-09-09 19:38:22 +00:00
Richard M. Stallman
989a6aa7dd
(mouse-scroll-calendar-left)
...
(mouse-scroll-calendar-right, mouse-calendar-other-month): New commands.
(calendar-mode-line-format): Use them.
2002-09-09 19:37:19 +00:00
Richard M. Stallman
4eb4926c58
(byte-recompile-directory): Set and then bind default-directory.
2002-09-09 19:35:57 +00:00
Richard M. Stallman
9d5cf87c08
(fancy-splash-head, normal-splash-screen):
...
Change the messages that explain about GNU or GNU/Linux.
2002-09-09 19:34:13 +00:00
Richard M. Stallman
b921b596bc
(auto-mode-alist): Use sh-mode for .bash files.
2002-09-09 19:32:41 +00:00
Richard M. Stallman
2686cdc0d0
(ls-lisp-format-time-list): New variable.
...
(ls-lisp-format-time): Use it.
2002-09-09 19:31:40 +00:00
Richard M. Stallman
2285bf9df7
Many doc fixes.
2002-09-09 19:26:40 +00:00
Richard M. Stallman
112211d158
(Info-search): Add (point-min) to subfile positions
...
to get them right. Skip the current subfile using forward-line.
2002-09-09 19:24:53 +00:00
Richard M. Stallman
ee291b4684
(make-backup-file-name-1): When make-directory fails,
...
ignore backup-directory-alist.
(make-directory): Expand DIR before looking for handler.
2002-09-09 19:23:37 +00:00
Richard M. Stallman
a28947f01a
(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.
2002-09-09 19:20:27 +00:00
Richard M. Stallman
21beb82f5b
Minor change.
2002-09-09 19:17:43 +00:00
Richard M. Stallman
0a41ca77ba
Document --script.
2002-09-09 19:17:00 +00:00
John Paul Wallington
454473ea06
(doctor-cadr, doctor-caddr, doctor-cddr): Remove.
...
Update callers.
2002-09-09 05:50:58 +00:00
Markus Rost
ab9ecc746b
(diff): Doc fix.
2002-09-09 01:43:31 +00:00
Richard M. Stallman
cd91e34cb4
(byte-compile-delete-errors): Default to nil.
2002-09-09 00:28:38 +00:00
Richard M. Stallman
cd63e3a185
Comment change.
2002-09-09 00:28:00 +00:00
Richard M. Stallman
12a9371238
(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.
2002-09-09 00:27:30 +00:00
Richard M. Stallman
99b398e0a4
(custom-save-variables, custom-save-faces):
...
Clarify the comments written into .emacs.
2002-09-09 00:26:14 +00:00
Richard M. Stallman
27664fbec1
(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.
2002-09-09 00:25:09 +00:00
Kim F. Storm
f1f83e2161
Keyboard macro improvements.
2002-09-08 21:47:08 +00:00
Kim F. Storm
d656c20bea
Regenerated
2002-09-08 21:40:05 +00:00
Kim F. Storm
f19e949bcb
Regenerated.
2002-09-08 21:38:11 +00:00
Kim F. Storm
723d6a64c0
(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.
2002-09-08 20:38:04 +00:00
Kim F. Storm
de8e3806c4
*** empty log message ***
2002-09-08 20:37:44 +00:00
Kim F. Storm
d23fb40a7a
(executing_macro_index): Change type to EMACS_INT.
2002-09-08 20:29:05 +00:00
Kim F. Storm
64799df53a
(executing_macro_index): Change type to EMACS_INT.
...
(syms_of_macros): DEFVAR_INT it (needed by kmacro).
2002-09-08 20:28:46 +00:00
Kim F. Storm
177aef40f0
(read-quoted-char): Apply listify-key-sequence to vector
...
returned by this-single-command-raw-keys before appending it to
unread-command-event.
2002-09-07 22:50:58 +00:00
Colin Walters
125c108147
(ibuffer-diff-with-file): Just call `diff-buffer-with-file'.
2002-09-07 21:31:03 +00:00
Colin Walters
5840a0d4d3
(diff-buffer-with-file): Call diff synchronously, so we don't delete
...
the temporary file before diff has a chance to read it.
2002-09-07 21:30:37 +00:00
Colin Walters
0f7b0f8837
(diff): Add optional argument no-async, and use the above argument.
2002-09-07 21:30:19 +00:00
Colin Walters
23b0c5fcb2
(compile-internal): Add optional argument no-async.
2002-09-07 21:29:44 +00:00
Colin Walters
5488b9fcd3
*** empty log message ***
2002-09-07 21:28:04 +00:00
John Paul Wallington
cb0fd101b9
* emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
...
* emacs-lisp/find-func.el (find-function-recenter-line): Add
custom type. Doc fix.
2002-09-07 06:45:43 +00:00
Stefan Monnier
537b4efb6c
*** empty log message ***
2002-09-06 20:45:41 +00:00
Stefan Monnier
09bfa5cafb
(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.
2002-09-06 20:27:59 +00:00
Richard M. Stallman
22eaea41fa
*** empty log message ***
2002-09-06 20:01:01 +00:00
Stefan Monnier
3922343710
(edmacro-subseq): Don't use cl-push/cl-pop.
2002-09-06 19:46:24 +00:00
Richard M. Stallman
426f6c23f4
(set_case_table): Make canon table point to eqv table.
2002-09-06 16:46:08 +00:00
Francesco Potortì
c76c6e7351
etags.el tags-case-fold-search honoured when completing.
2002-09-06 15:17:19 +00:00
Francesco Potortì
8a294d9090
(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.
2002-09-06 15:12:15 +00:00
Kai Großjohann
8bb4cb8548
Fix typo.
2002-09-06 13:42:23 +00:00
Juanma Barranquero
2e78ba2400
(reftex-label-menu-flags): Fix typo.
2002-09-06 10:12:33 +00:00
Juanma Barranquero
fa6cd5c784
(speedbar-mode): Fix typos.
2002-09-06 10:11:30 +00:00
Pavel Janík
08b16a022f
Updated to texinfo 4.2.
2002-09-06 10:04:28 +00:00
Juanma Barranquero
c3518b639e
Fix spacing.
2002-09-06 09:07:31 +00:00
Juanma Barranquero
f8f8d46438
(syms_of_xselect): Fix spacing.
2002-09-06 09:05:22 +00:00
Juanma Barranquero
3b32ae2caa
(syms_of_w32select): Fix spacing.
2002-09-06 09:04:56 +00:00
Juanma Barranquero
b1abeb713f
(syms_of_win16select): Fix spacing.
2002-09-06 09:04:40 +00:00
Juanma Barranquero
b6f96a7e3b
(Fx_server_max_request_size): Fix spacing.
2002-09-06 09:04:22 +00:00
Juanma Barranquero
f83d92b2f8
(Fset_fontset_font): Fix spacing.
2002-09-06 09:03:22 +00:00