]>
git.eshelyaron.com Git - emacs.git/log
Karl Heuer [Wed, 13 Dec 1995 01:36:02 +0000 (01:36 +0000)]
(change-log-mode): Defaults for `indent-tabs-mode'
and `tab-width'.
Karl Heuer [Wed, 13 Dec 1995 01:22:05 +0000 (01:22 +0000)]
(sh-mode-map): Make the code more legible.
(sh-font-lock-keywords-1): Allow keyword `in' at eol too.
(sh-font-lock-keywords-only): New variable to prevent an apostrophe
in comment from misfontifying buffer, but to allow users who don't
have such to get strings fontified.
(sh-mode): Use it.
Simon Marshall [Tue, 12 Dec 1995 08:20:37 +0000 (08:20 +0000)]
Wrap case-fold-search for x-frob-font-weight and x-frob-font-slant.
Per Bothner [Tue, 12 Dec 1995 00:47:21 +0000 (00:47 +0000)]
(powerpc-harris-powerunix): Add guess for port to new target.
Simon Marshall [Mon, 11 Dec 1995 13:52:09 +0000 (13:52 +0000)]
Use comint-input-sender to send text (Peter Gabriel <gabriel@or.iabg.de>).
Simon Marshall [Sat, 9 Dec 1995 16:35:57 +0000 (16:35 +0000)]
Don't turn on in any buffer with a leading space in its name.
When (un)fontifying, make sure we're doing it in the whole buffer.
Make a command to refontify the window.
Lars Magne Ingebrigtsen [Sat, 9 Dec 1995 08:52:17 +0000 (08:52 +0000)]
(gnus-simplify-mode-line): New function to simplify the
mode line in a safer manner.
(gnus-group-mode, gnus-browse-mode, gnus-summary-mode,
gnus-article-mode, gnus-server-mode): Use the function.
Lars Magne Ingebrigtsen [Fri, 8 Dec 1995 05:11:19 +0000 (05:11 +0000)]
(gnus-group-set-mode-line): Allow user defined specs in the group
format mode line.
Tom Tromey [Thu, 7 Dec 1995 18:27:47 +0000 (18:27 +0000)]
(add-log-tcl-defun): Don't use tcl-beginning-of-defun; just go to end
of line before searching.
Tom Tromey [Thu, 7 Dec 1995 18:18:21 +0000 (18:18 +0000)]
(add-log-tcl-defun): Now uses tcl-beginning-of-defun.
Francesco Potortì [Thu, 7 Dec 1995 09:10:54 +0000 (09:10 +0000)]
* etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
(gperf): Added keywords for Objective C and GNU macros.
(sym_type): Added values to account for Objective C and GNU macros.
(begtk): The '@' character can start a token.
(objdef, methodlen, objtag): New variables for Objective C.
(consider_token, C_entries): Added code for Objective C.
(plain_C_suffixes): Add .m and .lm for Objective C.
(Yacc_suffixes): Add .ym for Objective yacc.
(GROW_LINEBUFFER): New macro.
(consider_token, C_entries, Pascal_functions): Use the new macro.
(consider_token): Take one more argument. Caller changed.
(consider_token): Use the hashing function to spot GNU macros.
(C_entries): Consider // as a comment start even in plain C for
the sake of Objective C parsing.
(pfnote): Don't make a tag for ctags if there is no name.
(getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
get_scheme, prolog_getit): Name the tag in ctags mode.
(pfnote): Truncate ctags lines to 50 chars, like it worked once.
(Perl_interpreters): Accept "@PERL@" as an interpreter.
(suggest_asking_for_help): New function.
(main, get_language_from_name): Use suggest_asking_for_help.
(main): Let get_language_from_name make language existence check.
(streq, strneq): Check the arguments #if DEBUG.
Francesco Potortì [Thu, 7 Dec 1995 08:41:11 +0000 (08:41 +0000)]
* Makefile.in (ctags): depend on etags only for simplicity;
compile with regexp support enabled.
Lars Magne Ingebrigtsen [Wed, 6 Dec 1995 21:19:47 +0000 (21:19 +0000)]
* gnus.el (gnus-parse-headers-hook): New hook.
(gnus-get-newsgroup-headers): Call it.
(gnus-get-newsgroup-headers-xover): Call it.
(gnus-group-mode-map): Moved `gnus-group-fetch-faq' from `M-f' to
`H f'.
(gnus-summary-copy-article): Allow respooling to any backend.
(gnus-summary-set-process-mark): Make sure each article can only
be process marked once.
(gnus-summary-remove-lines-marked-with): Put point on a valid
article after removing lines.
(gnus-summary-sort-by-author): Didn't allow sorting when
pseudo-articles were present.
(gnus-summary-sort-by-subject): Ditto.
Erik Naggum [Wed, 6 Dec 1995 11:59:55 +0000 (11:59 +0000)]
(recover-file): Also recover new, unsaved files.
Erich Stefan Boleyn [Wed, 6 Dec 1995 11:57:46 +0000 (11:57 +0000)]
Recognize aof in the OS field.
Paul Eggert [Wed, 6 Dec 1995 10:17:57 +0000 (10:17 +0000)]
Fix misspelled comment.
Edward M. Reingold [Tue, 5 Dec 1995 23:38:20 +0000 (23:38 +0000)]
More repairs of wrong function names in menus!
Edward M. Reingold [Tue, 5 Dec 1995 23:13:33 +0000 (23:13 +0000)]
Repair function names from rms error in modifying!
Edward M. Reingold [Tue, 5 Dec 1995 23:05:25 +0000 (23:05 +0000)]
Autoload diary-iso-date.
Edward M. Reingold [Tue, 5 Dec 1995 23:01:36 +0000 (23:01 +0000)]
Chnaged all occurrences of buffer-substring to buffer-substring-no-properties.
Edward M. Reingold [Tue, 5 Dec 1995 22:55:22 +0000 (22:55 +0000)]
Fixed dst-in-effect for southern hemisphere. Also made doc string clearer.
Jeff Law [Mon, 4 Dec 1995 18:22:22 +0000 (18:22 +0000)]
* config.guess: Recognize HP model 816 machines as having
a PA1.1 processor.
Karl Heuer [Sun, 3 Dec 1995 20:43:00 +0000 (20:43 +0000)]
(copyright-regexp): Recognize ISO copyright symbol.
(copyright-update): Pattern is now match #2, not #1.
Erik Naggum [Sun, 3 Dec 1995 01:51:01 +0000 (01:51 +0000)]
(display-table-slot,set-display-table-slot): Document the slot names.
Richard M. Stallman [Fri, 1 Dec 1995 20:18:18 +0000 (20:18 +0000)]
(isearch-edit-string): Consider the case when
iserch-string is empty and so are the search rings.
Richard M. Stallman [Fri, 1 Dec 1995 18:19:34 +0000 (18:19 +0000)]
(gud-sdb-marker-filter): start may be nil, so check it
with numberp before using it.
Richard M. Stallman [Fri, 1 Dec 1995 18:08:22 +0000 (18:08 +0000)]
(mips-sgi-irix6*): Set NON_GNU_CPP.
Richard M. Stallman [Fri, 1 Dec 1995 04:46:28 +0000 (04:46 +0000)]
(gnus-post-news): Add autoload.
Per Bothner [Thu, 30 Nov 1995 21:59:48 +0000 (21:59 +0000)]
* config.guess: Recognize Pentium under SCO.
David J. MacKenzie [Thu, 30 Nov 1995 20:05:01 +0000 (20:05 +0000)]
(tputs): Don't let ospeed overrun the speeds array.
Erik Naggum [Thu, 30 Nov 1995 03:43:50 +0000 (03:43 +0000)]
Add missing backslash.
Paul Eggert [Thu, 30 Nov 1995 03:25:04 +0000 (03:25 +0000)]
(calendar-chinese-sexagesimal-name): Renamed from
calendar-chinese-sexagisimal-name to fix misspelling.
Paul Eggert [Thu, 30 Nov 1995 03:25:04 +0000 (03:25 +0000)]
(holiday-rosh-hashanah-etc): Fix misspelled var.
Paul Eggert [Thu, 30 Nov 1995 03:25:04 +0000 (03:25 +0000)]
(calendar-absolute-from-astro): Doc fix.
Paul Eggert [Thu, 30 Nov 1995 03:25:04 +0000 (03:25 +0000)]
(calendar-next-calendar-round-date, calendar-previous-calendar-round-date):
Doc fix.
Paul Eggert [Thu, 30 Nov 1995 03:25:04 +0000 (03:25 +0000)]
(calendar-setup, calendar-basic-setup, calendar-next-calendar-round-date,
calendar-previous-calendar-round-date, cal-tex-cursor-year): Doc fix.
Paul Eggert [Thu, 30 Nov 1995 03:25:04 +0000 (03:25 +0000)]
(list-sexp-diary-entries): Doc fix.
Paul Eggert [Thu, 30 Nov 1995 03:25:04 +0000 (03:25 +0000)]
(holiday-easter-etc): Fix misspelling of "Whitmonday".
Paul Eggert [Thu, 30 Nov 1995 03:25:04 +0000 (03:25 +0000)]
(solar-longitude): Doc fix.
Richard M. Stallman [Thu, 30 Nov 1995 01:17:25 +0000 (01:17 +0000)]
Correct .in.in and .h.in in file names.
Richard M. Stallman [Thu, 30 Nov 1995 01:11:23 +0000 (01:11 +0000)]
(../info/cc-mode, cc-mode.dvi): New targets.
(INFO_TARGETS): Add ../info/cc-mode.
(DVI_TARGETS): Add cc-mode.dvi.
Richard M. Stallman [Thu, 30 Nov 1995 00:51:26 +0000 (00:51 +0000)]
(save-place-limit): New variable.
(load-save-place-alist-from-file): Obey it.
Fix "done" message.
(save-place-alist-to-file): Fix "done" message.
Richard M. Stallman [Thu, 30 Nov 1995 00:31:52 +0000 (00:31 +0000)]
(Fcall_interactively): In `c' case, clear out the message
after reading the character.
Richard M. Stallman [Thu, 30 Nov 1995 00:30:38 +0000 (00:30 +0000)]
(rmail-summary-get-new-mail): Don't call rmail-summary-goto-msg if msg is 0.
Richard M. Stallman [Wed, 29 Nov 1995 21:18:05 +0000 (21:18 +0000)]
(auto-mode-alist): Don't purecopy the alist elts.
Richard M. Stallman [Wed, 29 Nov 1995 20:42:02 +0000 (20:42 +0000)]
(mips-sni-sysv*): New alias for mips-siemens-sysv*.
Richard M. Stallman [Wed, 29 Nov 1995 20:41:52 +0000 (20:41 +0000)]
(install-arch-indep): Don't install
lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
Richard M. Stallman [Wed, 29 Nov 1995 05:10:47 +0000 (05:10 +0000)]
(gud-dbx-find-file): Find correct source file.
Richard M. Stallman [Tue, 28 Nov 1995 19:25:35 +0000 (19:25 +0000)]
(lisp): Remove c-mode.elc.
Richard M. Stallman [Mon, 27 Nov 1995 20:05:44 +0000 (20:05 +0000)]
(sys_select): Check timer once even if input is pending.
Richard M. Stallman [Mon, 27 Nov 1995 05:47:49 +0000 (05:47 +0000)]
(apropos-follow): Rewrite to use whole line as target of reference.
(apropos-mouse-follow): Do save-excursion.
Error if not adjacent to a mouse-face property.
Richard M. Stallman [Mon, 27 Nov 1995 03:03:33 +0000 (03:03 +0000)]
(decode_mode_spec): For p and P, avoid overflow with large buffer sizes.
Richard M. Stallman [Sun, 26 Nov 1995 20:50:52 +0000 (20:50 +0000)]
(set_frame_menubar): When called with deep_p == 0,
that invalidates the previous f->menu_bar_vector.
Richard M. Stallman [Sat, 25 Nov 1995 18:21:17 +0000 (18:21 +0000)]
(build-mail-aliases): Use buffer-substring-no-properties not buffer-substring.
Richard M. Stallman [Sat, 25 Nov 1995 05:49:37 +0000 (05:49 +0000)]
Exclude subdirs.el.
Richard M. Stallman [Sat, 25 Nov 1995 05:42:30 +0000 (05:42 +0000)]
Initial revision
Richard M. Stallman [Sat, 25 Nov 1995 05:39:20 +0000 (05:39 +0000)]
Renamed from diary.el.
Richard M. Stallman [Sat, 25 Nov 1995 05:36:12 +0000 (05:36 +0000)]
Use new file name diary-lib.
Richard M. Stallman [Sat, 25 Nov 1995 03:47:12 +0000 (03:47 +0000)]
(add-change-log-entry): Initialize add-log-full-name
and add-log-mailing-address before prompting.
Noah Friedman [Sat, 25 Nov 1995 03:45:25 +0000 (03:45 +0000)]
(eldoc-message): New macro.
(eldoc-print-var-docstring, eldoc-print-fnsym-args): Use it.
Richard M. Stallman [Sat, 25 Nov 1995 03:02:09 +0000 (03:02 +0000)]
(IT_set_menu_bar_lines): Clear last_modified field.
Richard M. Stallman [Sat, 25 Nov 1995 00:28:44 +0000 (00:28 +0000)]
(imenu-generic-expression, imenu--generic-function): Doc fix.
Richard M. Stallman [Sat, 25 Nov 1995 00:28:19 +0000 (00:28 +0000)]
(inferior-lisp-load-command): Doc fix.
Richard M. Stallman [Sat, 25 Nov 1995 00:28:04 +0000 (00:28 +0000)]
(sort-regexp-fields): Doc fix.
Richard M. Stallman [Sat, 25 Nov 1995 00:20:46 +0000 (00:20 +0000)]
Comment change.
Richard M. Stallman [Sat, 25 Nov 1995 00:19:25 +0000 (00:19 +0000)]
(font-lock-make-faces): Add special code for ms-dos.
Richard M. Stallman [Fri, 24 Nov 1995 23:18:22 +0000 (23:18 +0000)]
(view-mode, view-mode-enter): Doc changes.
(view-mode-map): Change h and ? to use describe-mode.
Delete binding of help char.
(view-mode-enter): Use describe-mode in message.
Richard M. Stallman [Fri, 24 Nov 1995 22:44:27 +0000 (22:44 +0000)]
(view-mode-enter): Replace Help-helper by help-command
in doc string and message.
Richard M. Stallman [Fri, 24 Nov 1995 22:42:19 +0000 (22:42 +0000)]
(read_char): Handle unread events from popup menus.
Richard M. Stallman [Fri, 24 Nov 1995 22:24:33 +0000 (22:24 +0000)]
(ediff-intersect-directories): Quote symbols starting with `:'.
Richard M. Stallman [Fri, 24 Nov 1995 22:20:07 +0000 (22:20 +0000)]
(cmpl-make-standard-completion-syntax-table)
(cmpl-make-c-def-completion-syntax-table): Use make-syntax-table.
(completion-c-mode-hook): Encapsulate C-mode changes in new function.
Either call it now or put it on c-mode-hook.
Richard M. Stallman [Fri, 24 Nov 1995 22:19:32 +0000 (22:19 +0000)]
(Man-fontify-manpage, Man-cleanup-manpage):
Convert \255 to a dash.
Richard M. Stallman [Wed, 22 Nov 1995 22:45:15 +0000 (22:45 +0000)]
(etc): Delete *.orig and *.rej.
Richard M. Stallman [Wed, 22 Nov 1995 22:23:32 +0000 (22:23 +0000)]
(XTframe_up_to_date): Block and unblock input.
Geoff Voelker [Wed, 22 Nov 1995 19:04:36 +0000 (19:04 +0000)]
(install, clean): Don't use switches to del not supported by Win95.
Geoff Voelker [Wed, 22 Nov 1995 19:02:17 +0000 (19:02 +0000)]
(DOC, clean): Don't use switches to del not supported by Win95.
Geoff Voelker [Wed, 22 Nov 1995 18:57:36 +0000 (18:57 +0000)]
(install, fast_install, real_install, clean):
Don't use switches to del not supported by Win95.
Geoff Voelker [Wed, 22 Nov 1995 18:57:13 +0000 (18:57 +0000)]
(CP_DIR): Use platform independent switches for xcopy.
Richard M. Stallman [Wed, 22 Nov 1995 13:44:42 +0000 (13:44 +0000)]
(msdos-color-aliases): Add more aliases.
(msdos-face-setup): Change colors for bold, bold-italic, underline.
(x-frob-font-slant): Define as no-op.
Richard M. Stallman [Wed, 22 Nov 1995 12:38:53 +0000 (12:38 +0000)]
(XTmouse_position): Exit the loop if child == win.
(x_iconify_frame): Call FRAME_SAMPLE_VISIBILITY.
Richard M. Stallman [Wed, 22 Nov 1995 12:13:35 +0000 (12:13 +0000)]
(Fset_face_attribute_internal) [MSDOS]: Set font field to 1.
Richard M. Stallman [Wed, 22 Nov 1995 12:09:49 +0000 (12:09 +0000)]
(internal_terminal_init): Initialize the_only_x_display.font.
Richard M. Stallman [Wed, 22 Nov 1995 10:47:09 +0000 (10:47 +0000)]
(dos_set_keyboard): If CODE is not recognized,
initialize to the US keyboard table.
Richard M. Stallman [Tue, 21 Nov 1995 23:35:25 +0000 (23:35 +0000)]
(LIB_MOTIF): New definition.
Richard M. Stallman [Tue, 21 Nov 1995 21:12:43 +0000 (21:12 +0000)]
(unload_color, unload_font): Never invalidate computed faces 0 and 1.
Richard M. Stallman [Tue, 21 Nov 1995 21:12:08 +0000 (21:12 +0000)]
(apropos-print): Put the item property
on the whole printed symbol.
(apropos-follow): Look for the item property only adjacent to point.
Signal an error if there is none.
Richard M. Stallman [Tue, 21 Nov 1995 21:11:16 +0000 (21:11 +0000)]
(Info-directory-list): Use source-directory.
Richard M. Stallman [Tue, 21 Nov 1995 20:12:52 +0000 (20:12 +0000)]
(Fdisplay_buffer): Always deiconify the window's frame.
(display_buffer_1): New subroutine.
Richard M. Stallman [Tue, 21 Nov 1995 20:11:09 +0000 (20:11 +0000)]
(Fcurrent_time): Doc fix.
Richard M. Stallman [Tue, 21 Nov 1995 16:56:17 +0000 (16:56 +0000)]
(main): Add LINUX_SBRK_BUG conditional call to __sbrk.
Richard M. Stallman [Tue, 21 Nov 1995 16:55:17 +0000 (16:55 +0000)]
[LINUX] (LINUX_SBRK_BUG): Defined.
Richard M. Stallman [Tue, 21 Nov 1995 16:35:22 +0000 (16:35 +0000)]
Alter test-distrib to test-dis.
Noah Friedman [Tue, 21 Nov 1995 15:21:34 +0000 (15:21 +0000)]
(eldoc-mode-print-current-symbol-info): Do nothing if executing-macro.
Richard M. Stallman [Tue, 21 Nov 1995 07:47:43 +0000 (07:47 +0000)]
(SYSTEM_PURESIZE_EXTRA): Increased.
Richard M. Stallman [Tue, 21 Nov 1995 06:51:26 +0000 (06:51 +0000)]
(syms_of_dosfns): Use 0x75 for dos_keypad_mode.
Richard M. Stallman [Tue, 21 Nov 1995 00:10:57 +0000 (00:10 +0000)]
(apropos-print): Use apropos-local-map as buffer's map,
not as a text property.
Richard M. Stallman [Mon, 20 Nov 1995 23:21:25 +0000 (23:21 +0000)]
(Flist): Avoid using -- in while condition.
Richard M. Stallman [Mon, 20 Nov 1995 23:15:55 +0000 (23:15 +0000)]
(face-color-supported-p): Return nil if no window system.
Richard M. Stallman [Mon, 20 Nov 1995 23:11:39 +0000 (23:11 +0000)]
(menu-bar-epatch-menu, menu-bar-ediff-merge-menu)
(menu-bar-ediff-menu): Give names to the menus.
Richard M. Stallman [Mon, 20 Nov 1995 22:06:06 +0000 (22:06 +0000)]
Renamed from ediff-meta.el. Changed provide.