]> code.delx.au - gnu-emacs/log
gnu-emacs
28 years ago(i*86*) Change [345] to [3456]
Stan Cox [Fri, 15 Dec 1995 15:43:33 +0000 (15:43 +0000)]
(i*86*) Change [345] to [3456]

28 years ago(LD_SWITCH_MACHINE): Don't define if using GCC.
Richard M. Stallman [Fri, 15 Dec 1995 02:21:20 +0000 (02:21 +0000)]
(LD_SWITCH_MACHINE): Don't define if using GCC.

28 years ago(x_set_menu_bar_lines) [USE_X_TOOLKIT]:
Richard M. Stallman [Fri, 15 Dec 1995 02:17:06 +0000 (02:17 +0000)]
(x_set_menu_bar_lines) [USE_X_TOOLKIT]:
Don't crash for non-X frame.

28 years ago(message_dolog): Save and restore windows_or_buffers_changed.
Richard M. Stallman [Fri, 15 Dec 1995 02:13:54 +0000 (02:13 +0000)]
(message_dolog): Save and restore windows_or_buffers_changed.

28 years ago* gnus.el (gnus-summary-mode-line-format,
Lars Magne Ingebrigtsen [Thu, 14 Dec 1995 12:05:03 +0000 (12:05 +0000)]
* gnus.el (gnus-summary-mode-line-format,
gnus-article-mode-line-format, gnus-group-mode-line-format):
Include the buffer name in the default mode strings.
(gnus-mode-non-string-length): Changed the default to not
limit/pad mode line lengths.
(gnus-set-mode-line): Supply new values for the mode string
variables.
(gnus-summary-remove-lines-marked-with): Put point on the current
article after expunging lines.

28 years agoFix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
Roland McGrath [Thu, 14 Dec 1995 06:34:54 +0000 (06:34 +0000)]
Fix completely broken changes of 4 Feb 95 by brat@htilbom.ernet.in,
which were obviously never tested or even examined closely before
being installed.
(find-tag-file-order): Variable removed.
(find-tag-noselect): Remove gratuitously added variable SEARCH-TAG and
bogus clobbering of find-tag-order for patterns ending in dot (serious
braindamage here).
(find-tag-in-order): Remove gratuitously added variable TAGS-TABLE-FILE.
Remove variable MATCH-TYPE and code testing it for stupid special case.
(etags-recognize-tags-table): Put tag-exact-file-name-match-p first in
find-tag-tag-order list.  Don't set bogus find-tag-file-order variable.
(etags-snarf-tag): Notice file name match and return tag info with t
in place of tag text.
(etags-goto-tag-location): If (car TAG-INFO) is t, go directly to
the specified location.
(tag-exact-file-name-match-p): Renamed from tag-filename-match-p, and fixed.
(tags-table-files): Doc fix: names are returned unexpanded.
(etags-tags-table-files): Don't expand file names.
(tags-table-including, next-file): Expand result of (tags-table-files).
(tags-complete-tags-table-file): New function, helper for interactive
spec of list-tags.
(list-tags): Revert to original code, but use that function to lazify
the completion table.
(tags-list-functions-in-file, tags-locate-file-in-tags-table):
Functions removed.

28 years ago(generate-file-autoloads): If no buffer visiting FILE exists, read it into
Roland McGrath [Thu, 14 Dec 1995 05:08:02 +0000 (05:08 +0000)]
(generate-file-autoloads): If no buffer visiting FILE exists, read it into
a temp buffer for processing without visiting it.

28 years agoAccept *-*-ieee*.
Ian Lance Taylor [Wed, 13 Dec 1995 21:43:08 +0000 (21:43 +0000)]
Accept *-*-ieee*.

28 years ago(bibtex-auto-fill-function): Adapted for use with
Karl Heuer [Wed, 13 Dec 1995 20:26:13 +0000 (20:26 +0000)]
(bibtex-auto-fill-function): Adapted for use with
changed autofill policy of emacs-19.30 (uses now fill-prefix
instead of indent-line-function).
(bibtex-indent-line-function): Removed (not used any more).

(bibtex-make-field): Was broken when called
non-interactively.

(bibtex-make-field): Point is now placed on closing
brace or quote (suggested by Karl Eichwalder <ke@ke.Central.DE>).

(bibtex-clean-entry): Comma after last field isn't
deleted anymore (new standard in BibTeX 0.99 and 1.xx).
(bibtex-enclosing-reference-maybe-empty-head): Works with entries
with comma after last field.
(bibtex-reference): Permits entries with comma after last field.
(bibtex-font-lock-keywords): Enhanced to support new field-name
characters (suggested by Martin Maechler
<maechler@stat.math.ethz.ch>).

(bibtex-field-name): Now numbers (not as the first sign), dashes,
and underscores are allowed (suggested by Martin Maechler
<maechler@stat.math.ethz.ch> and Oren Patashnik
<opbibtex@labrea.Stanford.EDU>).

(bibtex-make-field): Was broken on lines containing
non-parenthesized entries (reported by Karl Eichwalder
<ke@ke.Central.DE>).

(bibtex-validate-buffer): Changed so that preamble
references are ignored (same as string entries) (reported by
Martin Maechler <maechler@stat.math.ethz.ch>).

(bibtex-enclosing-reference-maybe-empty-head):
New function to be used in case reference head may be empty.
(bibtex-clean-entry, bibtex-pop-previous, bibtex-pop-next): Uses
now bibtex-enclosing-reference-maybe-empty-head.
(bibtex-mode): Added support for font-lock mode.
(bibtex-font-lock-keywords): New variable with font-lock keywords
for BibTeX mode.

(bibtex-make-optional-field): Not longer interactive
(suggested by Karl Eichwalder <karl@pertron.central.de>).

(bibtex-maintain-sorted-entries): Set to nil, since it
requires more user attention and more restricted files to have
this set to t.
(bibtex-maintain-sorted-entries,
bibtex-sort-ignore-string-entries): Made buffer local, since it
may depend on the buffer which preferences to use.
(bibtex-validate-buffer): Looking for correct sort order only when
bibtex-maintain-sorted-entries is non-nil.
Put a comment in the `KNOWN BUGS' section about the
quote-inside-quotes problem.
(whole file): Changed string `true' in some documentation strings
to `non-nil' (e.g. `if variable has a true/non-nil value').
(bibtex-mode-map): Changed `move/edit' to `bibtex-edit'.

(bibtex-sort-entries): Now works correctly with
`@String' entries inside BibTeX files (i.e. after the occurence of
other references).
(bibtex-validate-buffer): Inserted code which looks if entries are
balanced (a single non-escaped quote inside braces was not
detected till now, but bibtex-sort-entries stumbles about it).

(bibtex-entry): bibtex-move-outside-of-entry is only
called when bibtex-maintain-sorted-entries is nil (otherwise
bibtex-find-entry-location determines the correct location).
(bibtex-find-entry-location): Now uses binary search. As before,
it assumes that the buffer is sorted without duplicates (but as
before it is only called when bibtex-maintain-sorted-entries is
t). Ignores `@String' entries if told so via variable
bibtex-sort-ignore-string-entries.

(bibtex-clean-entry): Respect
bibtex-maintain-sorted-entries when inserting autokey.
(bibtex-validate-buffer): Searching whole buffer for duplicates
and correct order is now done directly instead of calling
bibtex-find-entry-location (since this is to be reprogrammed to
use a binary search instead a sequential one).

(bibtex-parse-keys): May now be called with an
optional parameter which (if t) tells bibtex-parse-keys that it
should abort if input is pending.
(bibtex-mode): The instance of bibtex-parse-keys called in
auto-save-mode-hook is now called with this new parameter set to
t, so an auto-save caused by exceeding auto-save-interval is now
aborted immediately if user is still typing.

(bibtex-print-help-message, bibtex-clean-entry): Use
now constant strings instead of custom ones.

(bibtex-clean-entry): Changed the call of
bibtex-enclosing-reference to a more specific call so entries
without a key (here allowed) can be handled.
(bibtex-reference-key): Cleared off parentheses (caused string
entries enclosed by parentheses instead of braces to be not added
to bibtex-completion-candidates).
(bibtex-complete-string): Made it use bibtex-string.

(bibtex-keys,
bibtex-buffer-last-parsed-for-keys-tick): New buffer-local
variables to make parsing of BibTeX buffer for reference keys
(needed by TAB completion in minibuffer when entering key) more
occasional.
(bibtex-parse-keys): New function to parse for keys (functionality
was partially included in bibtex-entry).
(bibtex-entry): Changed to use bibtex-parse-keys.
(bibtex-mode): Installs bibtex-parse-keys as an
auto-save-mode-hook, so whole buffer is parsed at most when it is
autosaved.
(bibtex-clean-entry): Calls bibtex-parse-keys on the new entry, so
bibtex-keys remains consistent for new entries that are finished
by calling this function (most should).

(bibtex-inside-field): Be independent on current
setting of bibtex-field-right-delimiter (allows more intermixing
between quotes and braces).
(bibtex-make-field): Last change didn't make it work correctly
when called non-interactively by bibtex-entry (fixed).

28 years ago(x_connection_closed): Don't delete dpyinfo if it's null.
Karl Heuer [Wed, 13 Dec 1995 20:08:11 +0000 (20:08 +0000)]
(x_connection_closed): Don't delete dpyinfo if it's null.

28 years ago(dired-flag-backup-files): Under MS-DOS, search for
Karl Heuer [Wed, 13 Dec 1995 19:42:33 +0000 (19:42 +0000)]
(dired-flag-backup-files): Under MS-DOS, search for
possible backup files by checking for filenames which end with a
`k' (the backup extension is `.bak').

28 years agoTake optional arg FRAME.
Simon Marshall [Wed, 13 Dec 1995 15:31:07 +0000 (15:31 +0000)]
Take optional arg FRAME.
If flag not nil or t, don't change the attribute.

28 years ago(rmail-forward): Delete trailing blank lines.
Karl Heuer [Wed, 13 Dec 1995 04:59:53 +0000 (04:59 +0000)]
(rmail-forward): Delete trailing blank lines.

28 years ago(Fsplit_window): Account for scroll bar width.
Karl Heuer [Wed, 13 Dec 1995 03:29:28 +0000 (03:29 +0000)]
(Fsplit_window): Account for scroll bar width.

28 years ago(AT_WORD_BOUNDARY): Disable macro.
Karl Heuer [Wed, 13 Dec 1995 02:52:23 +0000 (02:52 +0000)]
(AT_WORD_BOUNDARY): Disable macro.
(re_match_2_internal): Work around compiler bug.

28 years ago(main): Fix args to handle `--display DISPLAY'.
Karl Heuer [Wed, 13 Dec 1995 02:33:20 +0000 (02:33 +0000)]
(main): Fix args to handle `--display DISPLAY'.

28 years ago(choose_minibuf_frame): Test HAVE_X_WINDOWS.
Karl Heuer [Wed, 13 Dec 1995 02:30:33 +0000 (02:30 +0000)]
(choose_minibuf_frame): Test HAVE_X_WINDOWS.

28 years ago(Fcall_process) [MSDOS]: Support redirection of
Karl Heuer [Wed, 13 Dec 1995 02:26:40 +0000 (02:26 +0000)]
(Fcall_process) [MSDOS]: Support redirection of
stderr.  Assign process exit code to `synch_process_retcode' and
error description to `synch_process_death'.  Reset
`synch_process_alive' to zero when the sub-process exits.

28 years ago(run_msdos_command): Support redirection of stderr.
Karl Heuer [Wed, 13 Dec 1995 02:26:07 +0000 (02:26 +0000)]
(run_msdos_command): Support redirection of stderr.

28 years ago(IT_set_terminal_modes): Save screen color attribute
Karl Heuer [Wed, 13 Dec 1995 02:22:47 +0000 (02:22 +0000)]
(IT_set_terminal_modes): Save screen color attribute
byte at startup, write saved screen dimensions to termscript
file.
(IT_reset_terminal_modes): When restoring startup screen contents,
only restore as much as was saved, and only as much as the screen
dimensions on exit can hold.  Blank the rest with the background
color saved at startup.  Write restored screen dimensions to
termscript file.

28 years ago(sendmail-send-it): Added support for Resent-CC and
Karl Heuer [Wed, 13 Dec 1995 02:19:05 +0000 (02:19 +0000)]
(sendmail-send-it): Added support for Resent-CC and
Resent-BCC headers.

28 years ago(Ftype_of): Return `char-table' and `bool-vector' for
Karl Heuer [Wed, 13 Dec 1995 02:17:09 +0000 (02:17 +0000)]
(Ftype_of): Return `char-table' and `bool-vector' for
char tables and bool vectors, resp.
(Qchar_table, Qbool_vector): New variables.
(syms_of_data): Initialize and staticpro them.

28 years ago(XMenuActivate): Display the menu pane title.
Karl Heuer [Wed, 13 Dec 1995 02:13:59 +0000 (02:13 +0000)]
(XMenuActivate): Display the menu pane title.
(XMenuLocate): Do not ignore pane title length when deciding on
menu location.

28 years ago(fill-context-prefix): Doc fix.
Karl Heuer [Wed, 13 Dec 1995 02:09:24 +0000 (02:09 +0000)]
(fill-context-prefix): Doc fix.

28 years ago(PTY_OPEN): Block SIGCHLD during openpty.
Karl Heuer [Wed, 13 Dec 1995 02:02:17 +0000 (02:02 +0000)]
(PTY_OPEN): Block SIGCHLD during openpty.

28 years ago(LIBXMU): Use dynamic linking.
Karl Heuer [Wed, 13 Dec 1995 01:58:41 +0000 (01:58 +0000)]
(LIBXMU): Use dynamic linking.

28 years agoChange pointer to nt/INSTALL, not nt/install.
Karl Heuer [Wed, 13 Dec 1995 01:54:12 +0000 (01:54 +0000)]
Change pointer to nt/INSTALL, not nt/install.

28 years ago(create_process): Use Posix signal handling to
Karl Heuer [Wed, 13 Dec 1995 01:52:07 +0000 (01:52 +0000)]
(create_process):  Use Posix signal handling to
block signals, if available.  If HAVE_VFORK, save and restore
signal handlers that the child might change, since in many
systems (e.g. Solaris 2.4) if the child changes the signal
handlers this munges the parent's handler.

28 years ago(HAVE_VFORK): Remove #undef, since we now
Karl Heuer [Wed, 13 Dec 1995 01:51:37 +0000 (01:51 +0000)]
(HAVE_VFORK):  Remove #undef, since we now
know how to use Solaris vfork.
(VFORK_RETURN_TYPE): Remove definition.

28 years agoProvide sh-script.
Karl Heuer [Wed, 13 Dec 1995 01:37:58 +0000 (01:37 +0000)]
Provide sh-script.

28 years ago(change-log-mode): Defaults for `indent-tabs-mode'
Karl Heuer [Wed, 13 Dec 1995 01:36:02 +0000 (01:36 +0000)]
(change-log-mode): Defaults for `indent-tabs-mode'
and `tab-width'.

28 years ago(sh-mode-map): Make the code more legible.
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.

28 years agoWrap case-fold-search for x-frob-font-weight and x-frob-font-slant.
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.

28 years ago(powerpc-harris-powerunix): Add guess for port to new target.
Per Bothner [Tue, 12 Dec 1995 00:47:21 +0000 (00:47 +0000)]
(powerpc-harris-powerunix): Add guess for port to new target.

28 years agoUse comint-input-sender to send text (Peter Gabriel <gabriel@or.iabg.de>).
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>).

28 years agoDon't turn on in any buffer with a leading space in its name.
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.

28 years ago(gnus-simplify-mode-line): New function to simplify the
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.

28 years ago(gnus-group-set-mode-line): Allow user defined specs in the group
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.

28 years ago(add-log-tcl-defun): Don't use tcl-beginning-of-defun; just go to end
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.

28 years ago(add-log-tcl-defun): Now uses tcl-beginning-of-defun.
Tom Tromey [Thu, 7 Dec 1995 18:18:21 +0000 (18:18 +0000)]
(add-log-tcl-defun): Now uses tcl-beginning-of-defun.

28 years ago* etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
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.

28 years ago* Makefile.in (ctags): depend on etags only for simplicity;
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.

28 years ago* gnus.el (gnus-parse-headers-hook): New hook.
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.

28 years ago(recover-file): Also recover new, unsaved files.
Erik Naggum [Wed, 6 Dec 1995 11:59:55 +0000 (11:59 +0000)]
(recover-file): Also recover new, unsaved files.

28 years agoRecognize aof in the OS field.
Erich Stefan Boleyn [Wed, 6 Dec 1995 11:57:46 +0000 (11:57 +0000)]
Recognize aof in the OS field.

28 years agoFix misspelled comment.
Paul Eggert [Wed, 6 Dec 1995 10:17:57 +0000 (10:17 +0000)]
Fix misspelled comment.

28 years agoMore repairs of wrong function names in menus!
Edward M. Reingold [Tue, 5 Dec 1995 23:38:20 +0000 (23:38 +0000)]
More repairs of wrong function names in menus!

28 years agoRepair function names from rms error in modifying!
Edward M. Reingold [Tue, 5 Dec 1995 23:13:33 +0000 (23:13 +0000)]
Repair function names from rms error in modifying!

28 years agoAutoload diary-iso-date.
Edward M. Reingold [Tue, 5 Dec 1995 23:05:25 +0000 (23:05 +0000)]
Autoload diary-iso-date.

28 years agoChnaged all occurrences of buffer-substring to buffer-substring-no-properties.
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.

28 years agoFixed dst-in-effect for southern hemisphere. Also made doc string clearer.
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.

28 years ago* config.guess: Recognize HP model 816 machines as having
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.

28 years ago(copyright-regexp): Recognize ISO copyright symbol.
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.

28 years ago(display-table-slot,set-display-table-slot): Document the slot names.
Erik Naggum [Sun, 3 Dec 1995 01:51:01 +0000 (01:51 +0000)]
(display-table-slot,set-display-table-slot): Document the slot names.

28 years ago(isearch-edit-string): Consider the case when
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.

28 years ago(gud-sdb-marker-filter): start may be nil, so check it
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.

28 years ago(mips-sgi-irix6*): Set NON_GNU_CPP.
Richard M. Stallman [Fri, 1 Dec 1995 18:08:22 +0000 (18:08 +0000)]
(mips-sgi-irix6*): Set NON_GNU_CPP.

28 years ago(gnus-post-news): Add autoload.
Richard M. Stallman [Fri, 1 Dec 1995 04:46:28 +0000 (04:46 +0000)]
(gnus-post-news): Add autoload.

28 years ago* config.guess: Recognize Pentium under SCO.
Per Bothner [Thu, 30 Nov 1995 21:59:48 +0000 (21:59 +0000)]
* config.guess:  Recognize Pentium under SCO.

28 years ago(tputs): Don't let ospeed overrun the speeds array.
David J. MacKenzie [Thu, 30 Nov 1995 20:05:01 +0000 (20:05 +0000)]
(tputs): Don't let ospeed overrun the speeds array.

28 years agoAdd missing backslash.
Erik Naggum [Thu, 30 Nov 1995 03:43:50 +0000 (03:43 +0000)]
Add missing backslash.

28 years ago(calendar-chinese-sexagesimal-name): Renamed from
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.

28 years ago(holiday-rosh-hashanah-etc): Fix misspelled var.
Paul Eggert [Thu, 30 Nov 1995 03:25:04 +0000 (03:25 +0000)]
(holiday-rosh-hashanah-etc): Fix misspelled var.

28 years ago(calendar-absolute-from-astro): Doc fix.
Paul Eggert [Thu, 30 Nov 1995 03:25:04 +0000 (03:25 +0000)]
(calendar-absolute-from-astro): Doc fix.

28 years ago(calendar-next-calendar-round-date, calendar-previous-calendar-round-date):
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.

28 years ago(calendar-setup, calendar-basic-setup, calendar-next-calendar-round-date,
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.

28 years ago(list-sexp-diary-entries): Doc fix.
Paul Eggert [Thu, 30 Nov 1995 03:25:04 +0000 (03:25 +0000)]
(list-sexp-diary-entries): Doc fix.

28 years ago(holiday-easter-etc): Fix misspelling of "Whitmonday".
Paul Eggert [Thu, 30 Nov 1995 03:25:04 +0000 (03:25 +0000)]
(holiday-easter-etc): Fix misspelling of "Whitmonday".

28 years ago(solar-longitude): Doc fix.
Paul Eggert [Thu, 30 Nov 1995 03:25:04 +0000 (03:25 +0000)]
(solar-longitude): Doc fix.

28 years agoCorrect .in.in and .h.in in file names.
Richard M. Stallman [Thu, 30 Nov 1995 01:17:25 +0000 (01:17 +0000)]
Correct .in.in and .h.in in file names.

28 years ago(../info/cc-mode, cc-mode.dvi): New targets.
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.

28 years ago(save-place-limit): New variable.
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.

28 years ago(Fcall_interactively): In `c' case, clear out the 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.

28 years ago(rmail-summary-get-new-mail): Don't call rmail-summary-goto-msg if msg is 0.
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.

28 years ago(auto-mode-alist): Don't purecopy the alist elts.
Richard M. Stallman [Wed, 29 Nov 1995 21:18:05 +0000 (21:18 +0000)]
(auto-mode-alist): Don't purecopy the alist elts.

28 years ago(mips-sni-sysv*): New alias for mips-siemens-sysv*.
Richard M. Stallman [Wed, 29 Nov 1995 20:42:02 +0000 (20:42 +0000)]
(mips-sni-sysv*): New alias for mips-siemens-sysv*.

28 years ago(install-arch-indep): Don't install
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.

28 years ago(gud-dbx-find-file): Find correct source file.
Richard M. Stallman [Wed, 29 Nov 1995 05:10:47 +0000 (05:10 +0000)]
(gud-dbx-find-file): Find correct source file.

28 years ago(lisp): Remove c-mode.elc.
Richard M. Stallman [Tue, 28 Nov 1995 19:25:35 +0000 (19:25 +0000)]
(lisp): Remove c-mode.elc.

28 years ago(sys_select): Check timer once even if input is pending.
Richard M. Stallman [Mon, 27 Nov 1995 20:05:44 +0000 (20:05 +0000)]
(sys_select): Check timer once even if input is pending.

28 years ago(apropos-follow): Rewrite to use whole line as target of reference.
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.

28 years ago(decode_mode_spec): For p and P, avoid overflow with large buffer sizes.
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.

28 years ago(set_frame_menubar): When called with deep_p == 0,
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.

28 years ago(build-mail-aliases): Use buffer-substring-no-properties not buffer-substring.
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.

28 years agoExclude subdirs.el.
Richard M. Stallman [Sat, 25 Nov 1995 05:49:37 +0000 (05:49 +0000)]
Exclude subdirs.el.

28 years agoInitial revision
Richard M. Stallman [Sat, 25 Nov 1995 05:42:30 +0000 (05:42 +0000)]
Initial revision

28 years agoRenamed from diary.el.
Richard M. Stallman [Sat, 25 Nov 1995 05:39:20 +0000 (05:39 +0000)]
Renamed from diary.el.

28 years agoUse new file name diary-lib.
Richard M. Stallman [Sat, 25 Nov 1995 05:36:12 +0000 (05:36 +0000)]
Use new file name diary-lib.

28 years ago(add-change-log-entry): Initialize add-log-full-name
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.

28 years ago(eldoc-message): New macro.
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.

28 years ago(IT_set_menu_bar_lines): Clear last_modified field.
Richard M. Stallman [Sat, 25 Nov 1995 03:02:09 +0000 (03:02 +0000)]
(IT_set_menu_bar_lines): Clear last_modified field.

28 years ago(imenu-generic-expression, imenu--generic-function): Doc fix.
Richard M. Stallman [Sat, 25 Nov 1995 00:28:44 +0000 (00:28 +0000)]
(imenu-generic-expression, imenu--generic-function): Doc fix.

28 years ago(inferior-lisp-load-command): Doc fix.
Richard M. Stallman [Sat, 25 Nov 1995 00:28:19 +0000 (00:28 +0000)]
(inferior-lisp-load-command): Doc fix.

28 years ago(sort-regexp-fields): Doc fix.
Richard M. Stallman [Sat, 25 Nov 1995 00:28:04 +0000 (00:28 +0000)]
(sort-regexp-fields): Doc fix.

28 years agoComment change.
Richard M. Stallman [Sat, 25 Nov 1995 00:20:46 +0000 (00:20 +0000)]
Comment change.

28 years ago(font-lock-make-faces): Add special code for ms-dos.
Richard M. Stallman [Sat, 25 Nov 1995 00:19:25 +0000 (00:19 +0000)]
(font-lock-make-faces): Add special code for ms-dos.

28 years ago(view-mode, view-mode-enter): Doc changes.
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.

28 years ago(view-mode-enter): Replace Help-helper by help-command
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.

28 years ago(read_char): Handle unread events from popup menus.
Richard M. Stallman [Fri, 24 Nov 1995 22:42:19 +0000 (22:42 +0000)]
(read_char): Handle unread events from popup menus.

28 years ago(ediff-intersect-directories): Quote symbols starting with `:'.
Richard M. Stallman [Fri, 24 Nov 1995 22:24:33 +0000 (22:24 +0000)]
(ediff-intersect-directories): Quote symbols starting with `:'.