1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
Commit Graph

47331 Commits

Author SHA1 Message Date
Stefan Monnier
aa4ac49462 (xg_tool_bar_callback): Don't pass uninitialized
data to kbd_buffer_store_event.
2003-06-15 20:56:40 +00:00
Stefan Monnier
5400da8f3f (EVENT_INIT): New macro. 2003-06-15 20:52:33 +00:00
Kim F. Storm
57dd22f4e8 (x_fix_overlapping_area): Always use area relative X to fix redisplay
problem with tall characters (such as A-tilde).
2003-06-14 23:01:54 +00:00
Kim F. Storm
b3ea810c38 *** empty log message *** 2003-06-14 23:01:02 +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
Jason Rumney
b35319bfc2 Documented Mouse wheel problems on MS-Windows. 2003-06-14 11:26:08 +00:00
Kai Großjohann
b8f75eda19 (Fcopy_file): Doc fix: copies file modes, too. 2003-06-13 08:40:16 +00:00
Kai Großjohann
fbcffa4ab1 (Changing Files): copy-file copies file modes, too. 2003-06-13 08:39:58 +00:00
Kenichi Handa
4a38de71d8 (Fwrite_region): Save and restore restriction. 2003-06-12 23:23:48 +00:00
Kenichi Handa
ba92ce489a *** empty log message *** 2003-06-12 23:23:33 +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
Dave Love
b80263be1b Remove redundant include of unistd.h, stdlib.h. Use
HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
2003-06-12 22:14:31 +00:00
Dave Love
2136598a91 (alloca): Declare arg as size_t. 2003-06-12 22:09:14 +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
Dave Love
b23c0a83dc (shrink_regexp_cache): Use xrealloc.
(syms_of_search): Use xmalloc.
2003-06-11 11:43:52 +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
aecf50d2f1 (phys_cursor_in_rect_p): Fix 2003-05-24 change.
Adjust phys_cursor.x to be relative to window box, rather than
text area before checking -- to ensure cursor is redrawn when
exposing window.
Note: This also fixes a similar (older) bug if display margins
are present.
2003-06-09 23:01:52 +00:00
Kim F. Storm
700e47c240 *** empty log message *** 2003-06-09 23:01:17 +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
b15fa8b13f Note that scrollbars and menus are not customizable. 2003-06-07 11:38:22 +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