Nick Roberts
0035257489
*** empty log message ***
2003-05-28 20:23:54 +00:00
Kai Großjohann
74d0a13671
Remove bogus ChangeLog entry that didn't have a change to go with.
2003-05-28 20:08:47 +00:00
Kai Großjohann
8a7cda9bfa
(kill-region): If nothing was killed, and the
...
previous command was not a kill, break kill sequence.
2003-05-28 20:07:10 +00:00
Stefan Monnier
7076c5cd53
(skeleton-edebug-spec): First cut of an edebug spec.
...
(define-skeleton): Use it.
2003-05-28 18:41:41 +00:00
Richard M. Stallman
ff6a3bfb40
*** empty log message ***
2003-05-28 11:52:33 +00:00
Richard M. Stallman
8b4703c468
(refill-fill-paragraph-at): Avoid refilling the following paragraph.
...
(refill-doit): Doc fix.
2003-05-28 11:30:48 +00:00
Richard M. Stallman
4532ac55a9
(ctl-x-map): Don't bind C-x C-i or C-x 3.
...
(global-map): Don't bind C-z.
(vip-setup): New function to rebind C-x 7 and C-z.
2003-05-28 11:29:25 +00:00
Richard M. Stallman
3b8d36f152
(last-sexp-toggle-display):
...
Undo previous change (don't check for eob). Widen at the beginning.
2003-05-28 11:27:52 +00:00
Richard M. Stallman
3c9dc1cf0d
(byte-compile-no-warnings): New function.
...
(with-no-warnings): Set up compile handler.
2003-05-28 11:26:45 +00:00
Richard M. Stallman
2f3b1a8c1f
(type-break-cancel-function-timers): Use with-no-warnings.
2003-05-28 11:25:44 +00:00
Richard M. Stallman
d759a2f517
(command-line-1): Use with-no-warnings.
2003-05-28 11:24:51 +00:00
Richard M. Stallman
c29cf9a4c9
(browse-url-mozilla): Correct the conditionals for using ,new-window.
2003-05-28 11:24:00 +00:00
Richard M. Stallman
9658c9c337
(map-y-or-n-p): No special handling for exit-prefix.
...
In help string, mention C-g but not ESC.
2003-05-28 11:22:39 +00:00
Richard M. Stallman
31b55e801d
(jka-compr-insert-file-contents):
...
When REPLACE, delete the proper range of text.
2003-05-28 11:21:36 +00:00
Richard M. Stallman
201bc1bdf6
(Info-index): Add autoload cookie.
2003-05-28 11:20:42 +00:00
Richard M. Stallman
c2fe6e7a07
(forms-mode): Use write-file-functions instead of local-write-file-hooks.
...
Use make-local-variable to make it local.
2003-05-28 11:19:48 +00:00
Richard M. Stallman
6dabaf5e94
Comment change.
2003-05-28 11:18:00 +00:00
Richard M. Stallman
680da3f83b
(set-face-attribute): Set face-modified prop to t
...
when we change the new-frame defaults.
(face-spec-set): Set face-modified prop to nil
when we change the new-frame defaults.
2003-05-28 11:17:33 +00:00
Richard M. Stallman
cccc806de7
(substitute-env-vars): Fix typo.
2003-05-28 11:16:22 +00:00
Richard M. Stallman
d6c135fb4f
(describe-char-unicode-data): New dummy definition.
...
Real definition commented out since we can't use UnicodeData.txt as is.
(describe-char-unicodedata-file): Variable commented out.
2003-05-28 11:14:07 +00:00
Richard M. Stallman
a4992f73f8
(custom-face-state-set): non-nil `face-modified'
...
means face was set outside of Custom.
2003-05-28 11:12:24 +00:00
Richard M. Stallman
fc237647dc
(with-no-warnings): New function.
2003-05-28 11:10:43 +00:00
Glenn Morris
abd0164689
Commentary change.
2003-05-27 23:09:40 +00:00
Glenn Morris
18368c4a7a
(sh-here-document-word): Document new treatment of leading "-".
...
(sh-maybe-here-document): Strip a leading "-" from closing heredoc
delimiter, if present.
2003-05-27 18:40:55 +00:00
Glenn Morris
c0faad2551
(align-rules-list): Doc fix.
2003-05-27 18:38:40 +00:00
Glenn Morris
9d1137ce04
Update copyright.
...
(timeclock-ask-before-exiting): Put `timeclock-query-out' on
`kill-emacs-query-functions' rather than `kill-emacs-hook'.
(timeclock-mode-string): Doc fix.
(timeclock-modeline-display): Doc fix. Use `global-mode-string' rather
than `mode-line-format'.
(timeclock-query-out): Doc fix.
(timeclock-update-modeline): No need for `let*', so use `let'.
Add some help-echo text to `timeclock-mode-string'.
(timeclock-mode-string): Give it the risky-local-variable property,
so that help-echo text will display.
(timeclock-find-discrep): Set `accum' to 0 if `timeclock-discrepancy' is nil.
2003-05-27 18:36:40 +00:00
Stefan Monnier
5740acbaeb
*** empty log message ***
2003-05-27 18:16:40 +00:00
Stefan Monnier
c689a61d1c
(lisp-font-lock-syntactic-face-function): Don't infinite lop at bob.
...
(emacs-lisp-mode): Mark its main custom group to be `lisp'.
(prin1-char): New fun.
(eval-last-sexp-1): Use it. Use with-syntax-table as well.
(eval-defun-1): Don't replace `defvar' with `defconst'.
2003-05-27 14:17:17 +00:00
Kai Großjohann
61d41830c8
(global-map): Bind M-S-<backspace to
...
kill-whole-line.
2003-05-27 13:57:22 +00:00
Stefan Monnier
326bc73d3e
(gud-find-class): Remove unused var `pos'.
...
(gdb-script-mode-syntax-table, gdb-script-font-lock-keywords)
(gdb-script-font-lock-syntactic-keywords)
(gdb-script-font-lock-syntactic-face, gdb-script-basic-indent)
(gdb-script-skip-to-head, gdb-script-calculate-indentation)
(gdb-script-indent-line, gdb-script-mode): New mode to edit
.gdbinit-like scripts.
2003-05-26 21:56:41 +00:00
John Paul Wallington
97bc76d442
*** empty log message ***
2003-05-26 19:20:03 +00:00
John Paul Wallington
448bcb402d
(x-create-frame-with-faces): Call `face-set-after-frame-default'.
...
(display-supports-face-attributes-p): Doc fix.
2003-05-26 19:15:42 +00:00
Kai Großjohann
8b9266575b
(global-map): Don't bind S-<backspace>. Too many
...
people hit it by mistake.
2003-05-26 18:02:24 +00:00
André Spiegel
d07180216f
#
2003-05-26 10:35:38 +00:00
André Spiegel
c6e4435030
(vc-delete-file): Fix free variable reference.
...
(vc-annotate-display): Remove obsolesence declaration; it isn't
obsolete.
2003-05-26 10:33:00 +00:00
Stefan Monnier
c93992b383
(skeleton-internal-1): Don't loop if interactor of subskeleton is nil.
...
(skeleton-pair-default-alist): New var.
(skeleton-pair-insert-maybe): Use it.
2003-05-26 01:02:31 +00:00
Juanma Barranquero
01e1a81920
(autoconf-mode setups): Recognise AH_ and AU_ entries in "(autoconf)Autoconf
...
Macro Index". Add "(autoconf)M4 Macro Index" and "(autoconf)Autotest Macro
Index". Remove duplicate copy of "(automake)Macro and Variable Index". Keep
automake after all autoconf possibilities, so as to prefer those.
2003-05-25 21:08:21 +00:00
Nick Roberts
eef0be881a
(gdb-info-breakpoints-custom, gdb-assembler-custom):
...
Put string associated with breakpoint at start of line so that it
is always visible.
(gdb-display-source-buffer): Display assembler during execution,
when requested.
(gud-menu-map): Add a toggle button to menubar for
gdb-many-windows.
(gdb-many-windows): Define explicitly as a function and a variable
(formerly as a minor mode). These need to be global so layout can
be reset from any buffer.
(gdb-assembler-mode): Keep fringe outside margin as the overlay
arrow is not used for assembler.
2003-05-25 16:51:34 +00:00
Nick Roberts
cfec25c34f
*** empty log message ***
2003-05-25 16:50:06 +00:00
Juanma Barranquero
c4b8aebcf2
*** empty log message ***
2003-05-25 02:17:23 +00:00
Juanma Barranquero
0ec0b89fe2
(which-func-update-timer): New variable.
...
(which-function-mode): Use it.
2003-05-25 02:02:45 +00:00
Juanma Barranquero
ea82f0df29
(idle-update-delay): New variable.
2003-05-25 01:45:14 +00:00
Juanma Barranquero
f5fd8833fb
(forward-visible-line): Fix negative arguments.
2003-05-25 01:34:37 +00:00
Juanma Barranquero
c6160f09be
(skeleton-pair-insert-maybe): Remove leftover reference to
...
skeleton-abbrev-cleanup.
2003-05-25 01:31:48 +00:00
Stefan Monnier
9018a88ed6
*** empty log message ***
2003-05-25 00:45:01 +00:00
Stefan Monnier
aeeace45c8
(skeleton-abbrev-cleanup, skeleton-proxy): Remove obsolete code.
2003-05-25 00:36:59 +00:00
Andreas Schwab
016bd3c08f
*** empty log message ***
2003-05-24 20:18:13 +00:00
Andreas Schwab
0bded0655a
(insert-directory): Preserve CR in a file name.
2003-05-24 20:16:33 +00:00
Stefan Monnier
25d887f06f
(iconify-or-deiconify-frame): Move to frame.el.
2003-05-24 16:22:20 +00:00
Stefan Monnier
c3ef508488
(iconify-or-deiconify-frame): Move to frame.el.
...
Turn on mouse-wheel support by default.
2003-05-24 16:13:06 +00:00