1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00
Commit Graph

45586 Commits

Author SHA1 Message Date
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Juanma Barranquero
db95369be0 Trailing whitespace deleted. 2003-02-04 13:30:45 +00:00
Juanma Barranquero
a1506d2977 Trailing whitepace deleted. 2003-02-04 13:24:35 +00:00
Juanma Barranquero
f1180544bb Trailing whitespace deleted. 2003-02-04 12:29:42 +00:00
Richard M. Stallman
37d1e6800c *** empty log message *** 2003-02-04 12:03:59 +00:00
Richard M. Stallman
00a7e40898 (push_score, read_scores): Cast values of malloc and realloc.
(main, lock_file): Avoid assignment inside if.
2003-02-04 12:03:44 +00:00
Richard M. Stallman
a5d107f3c7 Whitespace changes. 2003-02-04 12:00:09 +00:00
Richard M. Stallman
22b94eeb2c (echo_now): Update before_command_echo_length.
(Freset_this_command_lengths): Reset this_command_key_count etc.
immediately rather than arranging to do it later.
(before_command_key_count_1, before_command_echo_length_1)
(before_command_restore_flag): Vars deleted.
(add_command_key): Don't handle before_command_restore_flag.
(read_char, record_menu_key): Don't update before_command_key_count or
before_command_echo_length.
(read_char): Don't handle before_command_restore_flag.

(command_loop_1): Don't call adjust_point_for_property
in direct-output clauses if it wouldn't be called in the ordinary case.
2003-02-04 11:51:40 +00:00
Richard M. Stallman
6e0bffe620 (Glossary): Correction to Common Lisp cross reference. 2003-02-04 11:44:38 +00:00
Richard M. Stallman
c2f0944a1e (term-raw-map): Set it up at load time.
(term-char-mode): Don't set up term-raw-map here.
(term-set-escape-char): Don't set up C-x subcommand.
(term-ansi-face-already-done): Renamed from
term-ansi-face-alredy-done.
(term-command-hook): Avoid error if STRING is empty.
(term, term-mode): Doc fixes.

Redesign handling of colors and faces.
Delete all the faces that this mode used to make.
(ansi-term-color-vector): New variable.
(ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
(ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
Variables deleted.
(term-default-fg-color, term-default-bg-color): Use defcustom.
(term-handle-colors-array): Use ansi-term-color-vector,
and specify face attributes rather than faces in `face' property.

(term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
(term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
(term-ansi-reverse-faces-vector): Unused variables deleted.
(term-ignore-error): Macro deleted.
2003-02-04 11:43:01 +00:00
Juanma Barranquero
37d4a06e71 (image-type-regexps): Fix typo. 2003-02-04 11:29:35 +00:00
Juanma Barranquero
71296446d3 Trailing whitespace deleted. 2003-02-04 11:26:42 +00:00
Francesco Potortì
693ff6134c (rmail-output): If preserving MIME-version, preserve Content-type too. 2003-02-04 10:58:53 +00:00
Francesco Potortì
7a0a7714a8 *** empty log message *** 2003-02-04 10:58:37 +00:00
Richard M. Stallman
0ea364e605 (back-to-indentation): Skip all whitespace except for newlines. 2003-02-04 10:41:10 +00:00
Richard M. Stallman
7906c044c1 (find-alternate-file): Handle dired-directory like buffer-file-name. 2003-02-04 10:40:14 +00:00
Richard M. Stallman
59759f1f85 (dired-find-buffer-nocreate): Avoid error if dired-directory is nil. 2003-02-04 10:39:35 +00:00
Richard M. Stallman
334a2130ed Make first page fit, and other updates. 2003-02-04 10:38:29 +00:00
Kim F. Storm
f5613d1efd (syms_of_keyboard) <this-original-command>: Doc fix. 2003-02-03 22:52:07 +00:00
Kim F. Storm
578846a3f8 *** empty log message *** 2003-02-03 22:51:45 +00:00
Kim F. Storm
f0a73ccce1 (ido-define-mode-map): Remap viper delete char/word
commands to their ido specific equivalents.  Disable ESC in
viper mode (to avoid exiting insert mode), since ido doesn't
work in viper command mode.
(ido-delete-backward-updir, ido-delete-backward-word-updir):
Handle remapped viper commands.
2003-02-03 22:33:13 +00:00
Bill Wohler
3d7ca22355 Upgraded to MH-E version 7.2.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
2003-02-03 20:55:30 +00:00
Juanma Barranquero
6ed8207227 Fix spacing. 2003-02-03 16:39:05 +00:00
Juanma Barranquero
cc234da905 (calculator): Don't use the minibuffer even in electric mode; use a private
buffer and display it in the minibuffer window using `set-window-buffer'.
2003-02-03 16:31:35 +00:00
Dave Love
500ae43022 *** empty log message *** 2003-02-03 15:00:57 +00:00
Jonathan Yavner
125366f860 Fix header-line when scrollbar is on left and/or fringe isn't one char wide. 2003-02-02 19:16:23 +00:00
Jan Djärv
49853a4d5c Fix memory leak. 2003-02-02 18:54:32 +00:00
Andreas Schwab
769c4c6377 (asm-font-lock-keywords): Allow arbitrary
words separated by dots.  Match optional parenthesized word at
start of line.
2003-02-02 17:35:47 +00:00
Andreas Schwab
4cac2fc3fa (font-lock-match-c-style-declaration-item-and-skip-to-next):
Don't require underscore in word before double open-paren.
2003-02-02 17:31:49 +00:00
John Paul Wallington
d9c8518d9a (hexl-mode-map): Bind C-m to `hexl-self-insert-command'. 2003-02-02 16:04:59 +00:00
Jason Rumney
3b7db26894 Updated image support on MS Windows 2003-02-02 00:19:39 +00:00
Jason Rumney
752ead61a6 More image notes. 2003-02-02 00:14:19 +00:00
Jason Rumney
5d54d177cf *** empty log message *** 2003-02-02 00:01:45 +00:00
Jason Rumney
507f5dcead Automatically detect libXpm.
Suppress compiler output when testing for image libraries.
Give names of un-found libraries in messages.
2003-02-02 00:01:25 +00:00
Jason Rumney
c736ffda58 (w32_create_pixmap_from_bitmap_data): Use alloca for
local malloc.
[HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
definitions in xpm.h.
(init_xpm_functions): New function.
(xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
(init_external_image_libraries): Try to load libXpm.dll.
2003-02-01 23:54:34 +00:00
Stephen Gildea
51c397779d Time Stamps: template must have space between quotation marks. 2003-02-01 14:35:11 +00:00
Stephen Gildea
3fac8048d8 time-stamp.el 2003-02-01 14:30:08 +00:00
Stephen Gildea
33128c29dc Update example date in preamble commentary.
(time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
regexp subpattern 5)
(time-stamp-pattern): Initialize to nil to avoid regexp work in
default case.
(time-stamp-string): Call set-time-zone-rule instead of setenv
(time-stamp-hhmmss): Remove (not needed after all).
(time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy,
time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd,
time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd,
time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
(time-stamp-format, time-stamp-pattern, time-stamp-warn-inactive,
time-stamp-inserts-lines, time-stamp-count, time-stamp-time-zone,
time-stamp, time-stamp-toggle-active, time-stamp-string-preprocess,
time-stamp-once, time-stamp-conv-warn): Tweak doc strings.
2003-02-01 14:29:31 +00:00
Jason Rumney
8b53dc0634 (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
timestamp.
2003-02-01 01:22:38 +00:00
Stefan Monnier
d9f6713411 (custom-unlispify-menu-entry): Use with-current-buffer.
(custom-save-variables): Use dolist, simplify.
Output a message if a `requests' entry looks suspicious.
(custom-save-faces): Use dolist, simplify.
2003-02-01 00:39:58 +00:00
Juanma Barranquero
4e7fbbc69b Version 2.2b 2003-01-31 20:43:22 +00:00
Dave Love
6d29587b1a (Skipping Characters): Multibyte conversion and
char classes in skip-chars-forward.
2003-01-31 16:28:28 +00:00
Dave Love
b222e4153c (Fskip_chars_forward)
(open-paren-in-column-0-is-defun-start): Doc fix.
2003-01-31 15:39:48 +00:00
Juanma Barranquero
0819bf7ed2 Fix typo. 2003-01-31 15:28:46 +00:00
Juanma Barranquero
c60ee5e70f Cygwin support patch. 2003-01-31 15:24:20 +00:00
Juanma Barranquero
2454c12d45 Initial revision. 2003-01-31 15:05:24 +00:00
Francesco Potortì
a34804da47 (rmail-forward-separator-regex): New custom variable.
(unforward-rmail-message): Use it.
2003-01-31 14:01:20 +00:00
Francesco Potortì
e35b383a60 *** empty log message *** 2003-01-31 14:00:46 +00:00
Juanma Barranquero
fe9299574b *** empty log message *** 2003-01-31 11:03:57 +00:00
Juanma Barranquero
47c01e802a Automatically detect tifflib. 2003-01-31 11:03:11 +00:00