]>
git.eshelyaron.com Git - emacs.git/log
Simon Marshall [Mon, 24 Jun 1996 07:48:15 +0000 (07:48 +0000)]
Test for lazy-lock-mode before swapping hooks.
Simon Marshall [Mon, 24 Jun 1996 07:45:07 +0000 (07:45 +0000)]
Protect before- and after-change-functions when updating text properties.
Simon Marshall [Mon, 24 Jun 1996 07:36:45 +0000 (07:36 +0000)]
In Rmail mode, make sure font-lock-maximum-size locally becomes nil.
Richard M. Stallman [Mon, 24 Jun 1996 06:44:15 +0000 (06:44 +0000)]
(set-auto-mode): Run multiple mode: specs in left-to-right order.
Richard M. Stallman [Mon, 24 Jun 1996 01:29:37 +0000 (01:29 +0000)]
(x_real_positions): Don't call x_uncatch_errors twice.
Richard M. Stallman [Sun, 23 Jun 1996 19:20:33 +0000 (19:20 +0000)]
(current_column_1): Add declaration.
Richard M. Stallman [Sun, 23 Jun 1996 18:47:37 +0000 (18:47 +0000)]
Make current-column, move-to-column and current-indentation
handle invisible chars (both text properties and overlays).
(skip_invisible): New function.
(Fmove_to_column): Use skip_invisible. Get rid of `retry' label.
(compute_motion): Use skip_invisible.
(current_column_1): New function.
(current_column): Use current_column_1 if might have invisible text.
Richard M. Stallman [Sun, 23 Jun 1996 18:36:01 +0000 (18:36 +0000)]
(font-lock-verbose): Default to 0. Doc fix.
(font-lock-default-fontify-buffer): Interpret numeric value.
(font-lock-fontified): Don't make it permanent-local.
(font-lock-mode): Remove before-revert-hook and after-revert-hook code.
Call font-lock-turn-on-thing-lock before font-lock-mode-hook. Doc fix.
(font-lock-revert-setup, font-lock-revert-cleanup): Deleted.
(font-lock-support-mode): New variable.
(font-lock-turn-on-thing-lock): New function. Use it.
(font-lock-turn-off-thing-lock): Renamed font-lock-thing-lock-cleanup.
(font-lock-change-major-mode): Turn off Font Lock mode if it is on.
Add font-lock-change-major-mode to change-major-mode-hook at top level.
Richard M. Stallman [Sun, 23 Jun 1996 15:51:57 +0000 (15:51 +0000)]
(term-exec-1): Run process on pty if possible.
Noah Friedman [Sun, 23 Jun 1996 04:31:17 +0000 (04:31 +0000)]
(rlogin): add rlogin-carriage-filter to comint-output-filter-functions, not
ftelnet-carriage-filter.
Richard M. Stallman [Sat, 22 Jun 1996 17:42:15 +0000 (17:42 +0000)]
(skeleton-autowrap): New variable.
(skeleton-abbrev-cleanup): Added variable documentation.
(skeleton-proxy): Added optional autowrappping feature.
(skeleton-proxy, skeleton-abbrev-cleanup): Use `post-command-hook'
instead of someday to be obsolete defer.
Richard M. Stallman [Sat, 22 Jun 1996 16:55:35 +0000 (16:55 +0000)]
(rmail-summary-bury): New function.
(rmail-summary-mode-map): Put rmail-summary-bury on b.
Richard M. Stallman [Sat, 22 Jun 1996 16:54:54 +0000 (16:54 +0000)]
(Fdefalias): Doc fix.
Richard M. Stallman [Sat, 22 Jun 1996 16:53:35 +0000 (16:53 +0000)]
(gnus-background-mode): Set threshold for "light color"
at .6 of the total for white.
Richard M. Stallman [Sat, 22 Jun 1996 16:51:43 +0000 (16:51 +0000)]
(font-lock-make-faces): Set threshold for "light color"
at .6 of the total for white.
Richard M. Stallman [Sat, 22 Jun 1996 04:50:32 +0000 (04:50 +0000)]
(choose-completion-string): Don't exit the minibuffer
when a directory name is chosen.
Richard M. Stallman [Sat, 22 Jun 1996 03:44:21 +0000 (03:44 +0000)]
Rename lignux to linux-gnu in configuration names.
Use gnu-linux as the opsys value (s/ file name).
Allow i686 just like i386, i486, i586.
(i*86-*-sco3.2v5): New alternative.
(OVERRIDE_CPPFLAG): New variable.
(CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
Specify vpath for .texi files.
Michael Kifer [Sat, 22 Jun 1996 03:20:38 +0000 (03:20 +0000)]
*** empty log message ***
Erik Naggum [Sat, 22 Jun 1996 02:14:01 +0000 (02:14 +0000)]
(asm-mode-map): Fix typo.
Michael Kifer [Sat, 22 Jun 1996 01:54:34 +0000 (01:54 +0000)]
*** empty log message ***
Michael Kifer [Sat, 22 Jun 1996 01:44:38 +0000 (01:44 +0000)]
Initial revision
Richard M. Stallman [Fri, 21 Jun 1996 21:36:07 +0000 (21:36 +0000)]
Renamed from lignux.h.
(SYSTEM_TYPE): Changed to gnu/linux.
Richard M. Stallman [Fri, 21 Jun 1996 20:58:52 +0000 (20:58 +0000)]
(asm-mode-map): Bind C-c ; to comment-region.
Richard M. Stallman [Fri, 21 Jun 1996 16:15:21 +0000 (16:15 +0000)]
(mouse-drag-region): Be smart about which end
gets point and which end gets the mark.
Richard M. Stallman [Fri, 21 Jun 1996 15:33:46 +0000 (15:33 +0000)]
(mouse-buffer-menu): Use aref rather than string-match.
Richard M. Stallman [Fri, 21 Jun 1996 15:31:50 +0000 (15:31 +0000)]
(kbd_buffer_get_event): Don't call x_activate_menubar for a deleted frame.
Richard M. Stallman [Fri, 21 Jun 1996 15:30:28 +0000 (15:30 +0000)]
(Fcall_process): Fix previous change.
Richard M. Stallman [Fri, 21 Jun 1996 15:29:55 +0000 (15:29 +0000)]
(x_iconify_frame): If frame is invisible, explicitly mark it as iconified.
Richard M. Stallman [Fri, 21 Jun 1996 05:54:19 +0000 (05:54 +0000)]
Whitespace change.
Richard M. Stallman [Fri, 21 Jun 1996 05:47:24 +0000 (05:47 +0000)]
(timer, timer.o, getdate.o, $(srcdir)/getdate.c)
(wakeup): Targets deleted.
(UTILITIES): Delete wakeup and timer.
Richard M. Stallman [Fri, 21 Jun 1996 05:18:44 +0000 (05:18 +0000)]
(LaTeX-mode): Change handling of escaped $.
Richard M. Stallman [Thu, 20 Jun 1996 21:20:11 +0000 (21:20 +0000)]
(All info targets): cd $(srcdir) to do the work.
Richard M. Stallman [Thu, 20 Jun 1996 20:19:49 +0000 (20:19 +0000)]
(All info targets): Specify $(srcdir) in input files. Specify -I option.
(All dvi targets): Set the TEXINPUTS variable.
Richard M. Stallman [Thu, 20 Jun 1996 19:22:11 +0000 (19:22 +0000)]
(outline-up-heading): Fix error message.
(outline-backward-same-level, outline-forward-same-level): Likewise.
Noah Friedman [Thu, 20 Jun 1996 17:30:41 +0000 (17:30 +0000)]
(rlogin): make comint-output-filter-functions local before adding hooks.
Richard M. Stallman [Thu, 20 Jun 1996 17:26:00 +0000 (17:26 +0000)]
entered into RCS
Richard M. Stallman [Thu, 20 Jun 1996 17:24:47 +0000 (17:24 +0000)]
Initial revision
Michael Meissner [Thu, 20 Jun 1996 16:20:05 +0000 (16:20 +0000)]
Add support for PowerPC Linux
Richard M. Stallman [Wed, 19 Jun 1996 23:14:13 +0000 (23:14 +0000)]
Initial revision
Richard M. Stallman [Wed, 19 Jun 1996 22:18:48 +0000 (22:18 +0000)]
(Vwin32_alt_is_meta): Declared.
(win32_kbd_mods_to_emacs): Map Alt to alt_modifier if required.
Richard M. Stallman [Wed, 19 Jun 1996 22:17:35 +0000 (22:17 +0000)]
(Vwin32_alt_is_meta): New variable.
(win32_get_modifiers): Map Alt to alt_modifier if required.
(syms_of_win32fns): DEFVAR new variable.
Richard M. Stallman [Wed, 19 Jun 1996 22:14:31 +0000 (22:14 +0000)]
(Info-default-directory-list): Doc fix.
Richard M. Stallman [Wed, 19 Jun 1996 21:50:16 +0000 (21:50 +0000)]
(HPUX10): New macro.
Richard M. Stallman [Wed, 19 Jun 1996 21:15:58 +0000 (21:15 +0000)]
(LD_SWITCH_SYSTEM): Use no space after -L and -R.
Richard M. Stallman [Wed, 19 Jun 1996 20:52:31 +0000 (20:52 +0000)]
(gud-irixdbx-marker-filter): Use %1ld, not %1d,
when printing $curline.
(dbx, irix case): Likewise in arg of gud-down.
Richard M. Stallman [Tue, 18 Jun 1996 22:43:32 +0000 (22:43 +0000)]
(smtpmail-read-response): Goto smtpmail-read-point
Richard M. Stallman [Tue, 18 Jun 1996 22:39:51 +0000 (22:39 +0000)]
(smtpmail-via-smtp): Bracket names in FROM and RCPT TO commands.
Richard M. Stallman [Tue, 18 Jun 1996 22:38:23 +0000 (22:38 +0000)]
(smtpmail-send-it): Don't handle FCC fields until after determining FROM field.
Delete code that converted "S:" to "Subject:".
Insert FROM field unless it already exists (code from sendmail.el).
Richard M. Stallman [Tue, 18 Jun 1996 22:35:10 +0000 (22:35 +0000)]
(smtpmail-smtp-service): Use port 25 as default.
(smtpmail-send-it): Require mail-utils upon entry.
Don't invoke sendmail-synch-aliases.
(smtpmail-deduce-address-list): Only use text matched in regexp group,
not the whole regexp.
Ian Lance Taylor [Tue, 18 Jun 1996 18:23:57 +0000 (18:23 +0000)]
Recognize -openvms.
Richard M. Stallman [Tue, 18 Jun 1996 17:00:03 +0000 (17:00 +0000)]
(ange-ftp-kill-ftp-process): Really use the BUFFER arg. Make it optional.
Richard M. Stallman [Tue, 18 Jun 1996 16:52:09 +0000 (16:52 +0000)]
(vc-mode-line): If user is root, verify file really has user-writable bit.
Richard M. Stallman [Tue, 18 Jun 1996 16:28:22 +0000 (16:28 +0000)]
(he-concat-directory-file-name): Directory part may be nil.
(he-file-name-nondirectory): Referenced external variable.
Richard M. Stallman [Tue, 18 Jun 1996 16:22:55 +0000 (16:22 +0000)]
(pp-to-string): Treat #( like (.
Richard M. Stallman [Tue, 18 Jun 1996 15:55:20 +0000 (15:55 +0000)]
(auto-mode-alist): Add uppercase version of archive
mode file name extensions ARC, ZIP, LXH, ZOO.
Richard M. Stallman [Mon, 17 Jun 1996 22:25:58 +0000 (22:25 +0000)]
Explain about MSDOS installation and long file name support.
Richard M. Stallman [Mon, 17 Jun 1996 18:09:30 +0000 (18:09 +0000)]
Mention ESC ESC ESC instead of M-x top-level.
Richard M. Stallman [Mon, 17 Jun 1996 00:06:46 +0000 (00:06 +0000)]
(global-font-lock-mode): Set up find-file-hooks.
(font-lock-default-fontify-buffer, font-lock-fontify-block)
(font-lock-mode): Fix syntax of msgs such as Fontifying...done.
Richard M. Stallman [Sun, 16 Jun 1996 23:30:31 +0000 (23:30 +0000)]
(local-variables-section): Deleted.
Richard M. Stallman [Sun, 16 Jun 1996 23:09:17 +0000 (23:09 +0000)]
(Fcall_process): Handle t or nil as STDERR_FILE.
Richard M. Stallman [Sun, 16 Jun 1996 18:47:08 +0000 (18:47 +0000)]
(mail-strip-quoted-names): `"' is not special inside an RFC 822 comment.
Richard M. Stallman [Sun, 16 Jun 1996 18:23:28 +0000 (18:23 +0000)]
(unforward-rmail-message): In summary buffer,
switch temporarily to Rmail buffer.
Richard M. Stallman [Sat, 15 Jun 1996 23:19:40 +0000 (23:19 +0000)]
(html-list): Definition deleted.
(html-headline): Definition deleted.
(html-ordered-list, html-unordered-list): New definitions.
(html-headline-1 ... html-headline-6): New definitions.
(html-mode-map): Use new commands.
Richard M. Stallman [Fri, 14 Jun 1996 21:30:41 +0000 (21:30 +0000)]
(rlogin): Doc fix.
Richard M. Stallman [Fri, 14 Jun 1996 20:54:55 +0000 (20:54 +0000)]
(w32_read_socket): Erase update rect on WM_PAINT, so
no need to process WM_ERASEBKGND.
Richard M. Stallman [Fri, 14 Jun 1996 20:54:26 +0000 (20:54 +0000)]
(win32_wnd_proc): No need to forward WM_ERASEBKGND to main thread.
Edward M. Reingold [Fri, 14 Jun 1996 19:04:46 +0000 (19:04 +0000)]
A bit more fiddling with layout of Filofax year page.
Edward M. Reingold [Fri, 14 Jun 1996 18:39:08 +0000 (18:39 +0000)]
Fix Filofax year output so that it's the correct size.
Richard M. Stallman [Fri, 14 Jun 1996 02:11:11 +0000 (02:11 +0000)]
(set-fill-column): Error if no argument.
Richard M. Stallman [Thu, 13 Jun 1996 21:05:06 +0000 (21:05 +0000)]
(make-lucid-menu-keymap): Add menu-alias property.
Richard M. Stallman [Thu, 13 Jun 1996 21:04:52 +0000 (21:04 +0000)]
(easy-menu-create-keymaps): Add menu-alias property.
Richard M. Stallman [Thu, 13 Jun 1996 21:04:29 +0000 (21:04 +0000)]
(Qmenu_alias): New variable.
(syms_of_xmenu): Initialize it.
(menu_item_equiv_key): Check this property on the definition.
Richard M. Stallman [Thu, 13 Jun 1996 19:09:32 +0000 (19:09 +0000)]
(Fexpand_file_name): When simplifying /foo/.., keep the initial slash.
Richard M. Stallman [Thu, 13 Jun 1996 16:41:20 +0000 (16:41 +0000)]
(LIBS_SYSTEM): Two new definitions (and #undef first).
Richard M. Stallman [Thu, 13 Jun 1996 04:38:21 +0000 (04:38 +0000)]
Initial revision
Richard M. Stallman [Wed, 12 Jun 1996 21:50:08 +0000 (21:50 +0000)]
(tar-mode-revert): Cope if user cancels the revert.
Richard M. Stallman [Wed, 12 Jun 1996 21:49:19 +0000 (21:49 +0000)]
(main): For SIGHUP, use sigblock and sigunblock,
not sigblockx and sigunblockx.
Richard M. Stallman [Wed, 12 Jun 1996 21:47:59 +0000 (21:47 +0000)]
(Fset_keymap_parent): Return early if KEYMAP already has the proper parent.
Richard M. Stallman [Wed, 12 Jun 1996 21:47:03 +0000 (21:47 +0000)]
(Fkill_buffer): Doc fix.
Richard M. Stallman [Wed, 12 Jun 1996 21:45:45 +0000 (21:45 +0000)]
(term-terminal-menu): Don't make a self-recursive keymap.
Richard M. Stallman [Wed, 12 Jun 1996 18:20:11 +0000 (18:20 +0000)]
(restrict_dos_process): Variable deleted.
(sys_spawnve): Restrict DOS processes on NT as well.
Richard M. Stallman [Wed, 12 Jun 1996 18:19:40 +0000 (18:19 +0000)]
Delete restrict_dos_process.
Richard M. Stallman [Wed, 12 Jun 1996 17:56:46 +0000 (17:56 +0000)]
Comment change.
Richard M. Stallman [Wed, 12 Jun 1996 17:55:03 +0000 (17:55 +0000)]
(nnmail-move-inbox): Prompt for POP3 password if
required, and include on the movemail command line.
Richard M. Stallman [Wed, 12 Jun 1996 16:02:09 +0000 (16:02 +0000)]
(restrict_dos_process): Renamed from can_run_dos_process.
(sys_spawnve): Refer to restrict_dos_process.
Richard M. Stallman [Wed, 12 Jun 1996 15:58:53 +0000 (15:58 +0000)]
(restrict_dos_process): Renamed from can_run_dos_process.
(init_ntproc): Refer to restrict_dos_process.
Richard M. Stallman [Wed, 12 Jun 1996 15:49:49 +0000 (15:49 +0000)]
(sigunblockx): Use sigunblock.
Richard M. Stallman [Wed, 12 Jun 1996 15:20:37 +0000 (15:20 +0000)]
(read_char): Use unsigned to compare against
the size of Vkeyboard_translate_table.
Check size for char-table too.
Richard M. Stallman [Wed, 12 Jun 1996 15:00:48 +0000 (15:00 +0000)]
(imenu--mouse-menu): Don't check imenu-use-keymap-menu.
Richard M. Stallman [Wed, 12 Jun 1996 14:43:51 +0000 (14:43 +0000)]
(find-alternate-file): Don't clear buffer-file-truename
and friends until after calling unlock-buffer.
Richard M. Stallman [Wed, 12 Jun 1996 03:13:51 +0000 (03:13 +0000)]
(rmail-new-summary): Fix typo; (concat ": " description) should be eval'ed.
Richard M. Stallman [Tue, 11 Jun 1996 21:13:39 +0000 (21:13 +0000)]
(ETAGS_CFLAGS): Define HAVE_GETCWD macro.
Richard M. Stallman [Tue, 11 Jun 1996 21:13:14 +0000 (21:13 +0000)]
(etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
Richard M. Stallman [Tue, 11 Jun 1996 19:50:32 +0000 (19:50 +0000)]
Comment change.
Richard M. Stallman [Tue, 11 Jun 1996 19:48:13 +0000 (19:48 +0000)]
(wait_reading_process_input): Move the O_NONBLOCK and
O_NDELAY conditionals out of the EWOULDBLOCK conditional.
Richard M. Stallman [Tue, 11 Jun 1996 01:39:29 +0000 (01:39 +0000)]
[__ELF__] (LD_SWITCH_SYSTEM): Define it.
Richard M. Stallman [Tue, 11 Jun 1996 01:33:41 +0000 (01:33 +0000)]
(rmail-retry-failure): Nicer error message
if can't find mail-unsent-separator.
Richard M. Stallman [Mon, 10 Jun 1996 21:36:29 +0000 (21:36 +0000)]
(hexl-mode): Run hexl-mode-hook.
Richard M. Stallman [Mon, 10 Jun 1996 21:22:42 +0000 (21:22 +0000)]
Don't undef MULTI_FRAME.
Richard M. Stallman [Mon, 10 Jun 1996 21:21:35 +0000 (21:21 +0000)]
No need to require 'faces and set menu-bar-mode.
(window-frame): Remove; it is now on `frame.c'.
(raise-frame, select-frame): Likewise.