1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
Commit Graph

24192 Commits

Author SHA1 Message Date
Juanma Barranquero
8f0b0ca5f5 (sh-while-getopts, sh-if, sh-case): Revert part of previous change. 2003-06-16 21:41:18 +00:00
Juanma Barranquero
0a2d0bd4db New file. 2003-06-16 21:33:54 +00:00
Juanma Barranquero
259be4e69d (recover-session-finish): Don't give up when there are two consecutive empty
lines in the auto-save-list file.
2003-06-16 21:24:07 +00:00
Stefan Monnier
9817a6a3ee (ispell-menu-bar): Don't autoload.
(cvs-global-menu): Use the function rather than the variable.
2003-06-16 20:30:31 +00:00
Stefan Monnier
648a3c0c3c (cvs-global-menu): Define as a function as well. 2003-06-16 20:21:42 +00:00
Stefan Monnier
2f74c84b7d (debug): Fix call to message. 2003-06-16 18:54:23 +00:00
Stefan Monnier
d7672cf846 (cua-mode): Use explicit arg to turn off minor modes. 2003-06-16 17:24:45 +00:00
Stefan Monnier
084ec4ce18 (cl-macroexpand-all):
Don't burp if (cadr (caddr found)) encounters a non-list element.
2003-06-16 16:35:05 +00:00
Stefan Monnier
cc1084a841 (cl-parse-loop-clause): Use map-keymap.
(defsubst*): Don't put a `cl-whole argument if it's not used.
2003-06-16 16:31:29 +00:00
Stefan Monnier
b86170f9b7 (pushnew): Use keywordp. 2003-06-16 16:27:27 +00:00
Stefan Monnier
cba937fd5c (disassemble): Accept plain expressions. 2003-06-16 16:26:34 +00:00
Stefan Monnier
3066d4ada1 (add-log-edit-prev-comment, add-log-edit-next-comment): New commands.
(change-log-mode-map): Bind them.
(smerge-resolve-function): Declare to quieten the byte-compiler.
(change-log-mode): Add the keymap to the docstring.
2003-06-16 15:16:59 +00:00
Stefan Monnier
f47f530244 (copyright-update-year): New function extracted from copyright-update.
When `arg' is set, replace the year, not the `copyright' text.
Ignore `copyright-update = nil' if called interactively.
Use "," rather than ", " if that's what was used before.
Recognize mixes of 2 and 4 digit years.
Use replace-match.
(copyright-update): Add interactivep arg.  Use it instead of use last-command.
Use replace-match.  Don't assume (point-min) == 1.
2003-06-14 20:11:37 +00:00
Stefan Monnier
effe34908c *** empty log message *** 2003-06-14 20:02:59 +00:00
Stefan Monnier
bf4ec22239 (tex-compile-commands): Handle tex-start-commands like tex-start-tex does. 2003-06-14 19:56:50 +00:00
Stefan Monnier
f5a9b1805c (custom-get-fresh-buffer): Kill overlays before erasing the buffer. 2003-06-14 19:04:20 +00:00
Juanma Barranquero
72598bf84f *** empty log message *** 2003-06-12 22:31:29 +00:00
Juanma Barranquero
6ed020c838 (shell-command-separator-regexp): New variable.
(shell-directory-tracker): Make regexp used for skipping to next command
correspond to one used for command itself.
2003-06-12 22:20:49 +00:00
Juanma Barranquero
4a15fdc6c8 (texinfo-format-scan): Silence `whitespace-cleanup'. 2003-06-12 22:09:06 +00:00
Glenn Morris
b9c3a97d1d (display-time-hook, timeclock-modeline-display): Define for byte-compiler.
(timeclock-time-to-date, timeclock-workday-remaining)
(timeclock-time-to-seconds, timeclock-seconds-to-time): Move earlier
in the file so defined before used.
(timeclock-status-string): No need for `let*' so use `let'.
(timeclock-query-out): Always return a non-nil value.
2003-06-12 17:28:48 +00:00
Glenn Morris
c110d2729c *** empty log message *** 2003-06-12 17:28:09 +00:00
Stefan Monnier
88c2c26928 *** empty log message *** 2003-06-12 00:36:28 +00:00
Sam Steingold
3e7b210cdd (pop3-leave-mail-on-server): New user variable.
(pop3-movemail): Delete mail only when it is nil.
2003-06-11 21:44:12 +00:00
Rajesh Vaidheeswarran
72f295ec18 Respect user preference 2003-06-11 04:00:33 +00:00
Rajesh Vaidheeswarran
37a23b5dfd Update whitespace.el 2003-06-11 03:50:45 +00:00
Luc Teirlinck
d391e05c14 (global-map): Bind `kill-whole-line' to C-S-<backspace>.
Remove M-S-<backspace> binding: too close to C-M-<backspace>.
2003-06-10 04:06:10 +00:00
Luc Teirlinck
147e214c5b (dired-re-dot): Make it handle trailing /.
(dired-get-filename): Update documentation string.
Revert previous change and fix typo in earlier version.
2003-06-10 04:03:03 +00:00
Luc Teirlinck
981643e2ee *** empty log message *** 2003-06-10 03:52:52 +00:00
Kim F. Storm
79ff129679 (Info-fontify-node): Make `invisible' property
non-sticky so that whitespace added by filling stays visible.
Make refilling less agressive by starting at beginning of current
line rather than beginning of current paragraph.
2003-06-09 22:00:34 +00:00
Kim F. Storm
37cb08e728 *** empty log message *** 2003-06-09 21:59:54 +00:00
Stefan Monnier
5e56fb5380 (tex-search-noncomment): New macro.
(tex-last-unended-begin, tex-next-unmatched-end): Use it
so we don't get confused by \begin and \end in comments.
(tex-compile): Change dir before calling tex-compile-default.
2003-06-09 17:42:22 +00:00
Andreas Schwab
9b341343a9 (dired-get-filename): Complain only about "." and "..",
not all directories.
2003-06-09 17:05:55 +00:00
Stefan Monnier
15a893fa28 *** empty log message *** 2003-06-08 01:22:30 +00:00
Nick Roberts
280645b30c (gdb-get-current-frame, gdb-frame-handler): Use Gdb
command `info frame' instead of `frame' to preserve point.
(gdb-invalidate-assembler): Only run disassemble again if frame
has changed.
(gdb-append-to-inferior-io): Revert change from 2003-05-17.
2003-06-08 01:20:51 +00:00
Nick Roberts
d428910d66 *** empty log message *** 2003-06-08 01:19:51 +00:00
Stefan Monnier
ffa5b3a3ff (texinfo-enable-quote-macros): Fix thinko.
(texinfo-insert-@table): Remove unused arg.
(texinfo-show-structure): Remove unused var `source-buffer'.
2003-06-08 01:17:04 +00:00
Stefan Monnier
b532266db6 (skeleton-proxy-new): Consume the mark-active state. 2003-06-08 00:54:06 +00:00
Stefan Monnier
8a591d5242 (tex-mode-syntax-table, tex-latex-indent-syntax-table):
Don't use easy-mmode-defsyntax.
2003-06-08 00:49:38 +00:00
Stefan Monnier
b26a7cfab7 *** empty log message *** 2003-06-08 00:39:44 +00:00
Jason Rumney
fac7d58b87 (mouse-wheel-up-event, mouse-wheel-down-event):
Use wheel-* events on darwin.
2003-06-07 00:24:41 +00:00
Jason Rumney
65419ab2e9 *** empty log message *** 2003-06-07 00:24:22 +00:00
Juanma Barranquero
049e9c764b *** empty log message *** 2003-06-06 17:49:52 +00:00
Juanma Barranquero
87a1fe1d68 (shell-resync-dirs): Tolerate an extra line of output before the list of
directories from `shell-dirstack-query' (it looks for, and ignores, a literal
copy of the value of shell-dirstack-query).
2003-06-06 17:39:46 +00:00
Lute Kamstra
0defe75805 (Info-complete-menu-item): Revert change of 2003-06-03. 2003-06-06 16:13:31 +00:00
Juanma Barranquero
c07345e235 *** empty log message *** 2003-06-06 15:12:43 +00:00
Juanma Barranquero
bc38726909 Fix bug in "Options Loop" skeleton for ksh. Add newlines to a few skeletons,
add "select" keyword for bash.
2003-06-06 15:06:53 +00:00
Andreas Schwab
b038485e9a (Info-select-node): Doc fix. 2003-06-06 12:28:16 +00:00
Miles Bader
9328929244 (set-frame-font): Default to frame's current default font. 2003-06-06 01:32:33 +00:00
Kim F. Storm
08eba4dc5e (Info-fontify-node): Don't refill over lines ending in a
period; this should fix problems with lists like one in the
(emacs)Library Keywords section.
2003-06-05 23:23:53 +00:00
Kim F. Storm
396f3b2751 *** empty log message *** 2003-06-05 23:23:23 +00:00