]> git.eshelyaron.com Git - emacs.git/log
emacs.git
30 years ago(x_set_frame_parameters): Handle icon-left, icon-top parms.
Richard M. Stallman [Fri, 23 Dec 1994 05:11:11 +0000 (05:11 +0000)]
(x_set_frame_parameters): Handle icon-left, icon-top parms.

(Fx_color_values): Doc fix.

(Fx_create_frame): Check for parent-id parameter.
Set explicit_parent and parent fields.
Don't set visibility if explicit_parent.
[! USE_X_TOOLKIT] (x_window): Specify parent window.

30 years ago(imenu-always-use-completion-buffer-p): A value of
Richard M. Stallman [Fri, 23 Dec 1994 05:05:22 +0000 (05:05 +0000)]
(imenu-always-use-completion-buffer-p): A value of
`never' now means never display a completion buffer.
(imenu--completion-buffer): implement 'never behaviour.

30 years agoAdd icon-left and icon-top frame parameters.
Richard M. Stallman [Fri, 23 Dec 1994 04:21:11 +0000 (04:21 +0000)]
Add icon-left and icon-top frame parameters.

30 years ago(bibtex-string, bibtex-preamble): Use forward-line.
Richard M. Stallman [Fri, 23 Dec 1994 04:18:29 +0000 (04:18 +0000)]
(bibtex-string, bibtex-preamble): Use forward-line.
(sort-subr): Don't call autload for this--that's done in loaddefs.el.
(bibtex-mode): Add autoload cookie.

Changed keybinding for bibtex-print-help-message
(from \C-ch to \C-c?). Therefore, describe-mode is not longer on
\C-c?. Also, changed prefix \C-cn for bibtex-narrow functions to
\C-c\C-r.
(bibtex-string-files): Changed documentation.
(bibtex-mode-map): Inscriptions of menu bar changed from "Entry
Types" to "Entry-Types" and "Bibtex Edit" to "BibTeX-Edit".
(bibtex-string-files): Changed documentation.
(bibtex-mode): If environment variable BIBINPUTS isn't defined,
string files are searched in the current directory.
(bibtex-completion-candidates): Now buffer-local to allow
evaluation of different bibtex-string-files in different buffers.
(bibtex-autokey-edit-before-use, bibtex-clean-entry): New variable
that determines, if the user is allowed to edit auto-generated
reference keys before they are used.
(bibtex-generate-autokey, bibtex-clean-entry): New function to
generate an autokey if necessary.
(bibtex-autokey-names, bibtex-autokey-name-change-strings,
bibtex-autokey-name-length, bibtex-autokey-name-separator,
bibtex-autokey-year-length, bibtex-autokey-titlewords,
bibtex-autokey-title-terminators,
bibtex-autokey-titlewords-stretch,
bibtex-autokey-titleword-first-ignore,
bibtex-autokey-titleword-abbrevs,
bibtex-autokey-titleword-change-strings,
bibtex-autokey-titleword-length,
bibtex-autokey-titleword-separator,
bibtex-autokey-name-year-separator,
bibtex-autokey-year-title-separator): New variables related to
bibtex-generate-autokey.
(bibtex-find-entry-location): Optional second parameter maybedup
to tell it that entering a duplicate entry isn't to report by an
error but by the return value of the function (necessary for
bibtex-clean-entry to find the correct position of an entry with
an autogenerated key without disturbing the user with unwanted
messages).
(bibtex-help-message): New variable to avoid printing of help
messages in the echo area.
(assoc-of-regexp): New function to match an alist of regexps.
(bibtex-string-files, bibtex-completion-candidates, bibtex-mode):
New variables to allow bibtex-complete-string to work on strings
initialized from a variable and from @String definitions in a list
of files, too.
(bibtex-predefined-strings, bibtex-entry-field-alist): Changed to
user options.
(bibtex-mode): Changed doc string.
(many functions and variables): Changed documentation strings of
variables and functions to hold a complete sentence in the first
line.
(bibtex-print-help-message): Now line dependent and reports if it
is called outside a BibTeX field.
(validate-bibtex-buffer): Completely rewritten to validate, if
buffer is syntactically correct.
(find-bibtex-duplicates): Moved into validate-bibtex-buffer.
(ispell-abstract, bibtex-ispell-abstract, ispell-bibtex-entry,
bibtex-ispell-entry, beginning-of-bibtex-entry,
bibtex-beginning-of-entry, end-of-bibtex-entry,
bibtex-end-of-entry, hide-bibtex-entry-bodies,
bibtex-hide-entry-bodies, narrow-to-bibtex-entry,
bibtex-narrow-to-entry, sort-bibtex-entries, bibtex-sort-entries,
validate-bibtex-buffer, bibtex-validate-buffer,
find-bibtex-entry-location, bibtex-find-entry-location): All
interactive functions are renamed, so that any interface function
begins with "bibtex-". Mapping:
ispell-abstract            --> bibtex-ispell-abstract
ispell-bibtex-entry        --> bibtex-ispell-entry
beginning-of-bibtex-entry  --> bibtex-beginning-of-entry
end-of-bibtex-entry        --> bibtex-end-of-entry
hide-bibtex-entry-bodies   --> bibtex-hide-entry-bodies
narrow-to-bibtex-entry     --> bibtex-narrow-to-entry
sort-bibtex-entries        --> bibtex-sort-entries
validate-bibtex-buffer     --> bibtex-validate-buffer
find-bibtex-entry-location --> bibtex-find-entry-location
(bibtex-maintain-sorted-entries,
bibtex-sort-ignore-string-entries): Default is now t.
(bibtex-complete-string): String list is built from additional
string list bibtex-predefined-string and current strings in file.
(string-equalp): Deleted and substituted by string-equal.
(assoc-string-equalp): Renamed to assoc-ignore-case.
(bibtex-entry): Reference key can be entered with completion. All
reference keys that are defined in buffer and all labels that
appear in crossreference entries are object to completion.
(Entry types): Changed order of entries in menu "entry types".
(bibtex-entry-field-alist): Changed order of entries slightly to
be more conform with standard BibTeX style layouts.
(bibtex-mode-map): Uniform keybindings for \C-c\C-e prefix (often
used types on control keys, sometimes used types on normal keys,
rarely used types on shift keys, almost never used types on meta
keys).
(bibtex-mode-map): Function narrow-to-bibtex-entry and counterpart
widen and function hide-bibtex-entry-bodies and counterpart
show-all bounded to appropriate local keys.
(bibtex-abbrev-table): Deleted
(bibtex-current-entry-label, put-string-on-kill-ring): Deleted
(AUCTeX provides all the functionality needed for citation
completion).
(bibtex-enclosing-reference, bibtex-pop-previous, bibtex-pop-next,
bibtex-clean-entry): Hacked for speed (bibtex-pop-previous and
bibtex-pop-next were to slow for larger BibTeX files).
(bibtex-pop-previous, bibtex-pop-next): Delimiters from previous
or next entry are changed to actual delimters if necessary.
(bibtex-entry): Fixed bug (False entry wasn't reported in error
message if bibtex-entry was called with undefined reference name).
(bibtex-entry-field-alist, bibtex-entry, bibtex-make-field,
bibtex-next-field, bibtex-clean-entry): Every reference entry now
contains a comment in addition to the name of the reference. This
comment appears in the echo area if you start editing that field
(after calling bibtex-next-field).
(bibtex-include-OPTcrossref, bibtex-entry): Changed
bibtex-include-OPTcrossref from single boolean variable to hold a
list of reference names which should have a crossref field.
(bibtex-complete-word): New function, which completes word
fragment before point to the longest prefix of predefined strings
in the buffer in the same way that ispell-complete-word operates
for words found in the dictionary.
(bibtex-reference-head): Start of bibtex-reference-head changed
from "^[ \t]*\\(" to "^\\( \\|\t\\)*\\(" (bibtex-pop-previous and
bibtex-pop-next didn't work, probably due to a bug in
re-search-forward).
(several functions): Added support for {} as field delimiters
(better than '"' for accented characters.
(bibtex-clean-entry): If optional field crossref is empty or
missing, former optional fields (if bibtex-include-OPTcrossref was
t) are necessary again. bibtex-clean-entry complains if they are
empty but not if they are missing, so you can intenionally omit
them, e. g. for a pseudo @Journal entry (needed for
crossreferences) made out of an @article with missing non-optional
fields.
Menu bar entries aren't centered anymore.

30 years ago(server-switch-buffer): Cope with dead frames and windows.
Richard M. Stallman [Fri, 23 Dec 1994 03:30:53 +0000 (03:30 +0000)]
(server-switch-buffer): Cope with dead frames and windows.

30 years ago(gdb): Correct tbreak doc string.
Richard M. Stallman [Thu, 22 Dec 1994 23:22:32 +0000 (23:22 +0000)]
(gdb): Correct tbreak doc string.
(gud-mode): Define a Gud menu.
(gdb): Set debugger-specific menu entries.
(sdb) (dbx) (xdb): Likewise.

30 years ago(enable-command): Always insert code to enable.
Richard M. Stallman [Thu, 22 Dec 1994 22:53:34 +0000 (22:53 +0000)]
(enable-command): Always insert code to enable.
(disable-command): Insert newline before as well as after.

30 years agoComment change.
Richard M. Stallman [Thu, 22 Dec 1994 22:05:52 +0000 (22:05 +0000)]
Comment change.

30 years ago(dired-string-replace-match): Function moved here.
Richard M. Stallman [Thu, 22 Dec 1994 04:17:30 +0000 (04:17 +0000)]
(dired-string-replace-match): Function moved here.

30 years ago(dired-string-replace-match): Moved to dired.el.
Richard M. Stallman [Thu, 22 Dec 1994 04:16:36 +0000 (04:16 +0000)]
(dired-string-replace-match): Moved to dired.el.

30 years ago*** empty log message ***
Richard M. Stallman [Thu, 22 Dec 1994 00:01:19 +0000 (00:01 +0000)]
*** empty log message ***

30 years agoFix in visible-bell.
Richard M. Stallman [Wed, 21 Dec 1994 23:59:53 +0000 (23:59 +0000)]
Fix in visible-bell.

30 years ago(Fget_buffer_create): Copy the name, and clear text props.
Richard M. Stallman [Wed, 21 Dec 1994 22:50:22 +0000 (22:50 +0000)]
(Fget_buffer_create): Copy the name, and clear text props.

(assoc_ignore_text_properties): New function.
(Fget_buffer): Use assoc_ignore_text_properties.

(Fother_buffer): Take account of frame's buffer predicate.

30 years ago(C_DEBUG_SWITCH): Define this only if __GNUC__.
Richard M. Stallman [Wed, 21 Dec 1994 22:28:02 +0000 (22:28 +0000)]
(C_DEBUG_SWITCH): Define this only if __GNUC__.

30 years ago(struct frame): New field buffer_predicate.
Richard M. Stallman [Wed, 21 Dec 1994 22:27:25 +0000 (22:27 +0000)]
(struct frame): New field buffer_predicate.
Move all the Lisp_Object fields to the top.

30 years ago(Fmodify_frame_parameters): For non-X frames,
Richard M. Stallman [Wed, 21 Dec 1994 22:26:02 +0000 (22:26 +0000)]
(Fmodify_frame_parameters): For non-X frames,
call store_frame_param for each parameter set.
(store_frame_param): Handle buffer_predicate field.
(frame_buffer_predicate): New function.
(Qbuffer_predicate): New variable.
(syms_of_frame): Set it up.

30 years ago(mark_object): In a frame, mark the buffer_predicate.
Richard M. Stallman [Wed, 21 Dec 1994 22:23:49 +0000 (22:23 +0000)]
(mark_object): In a frame, mark the buffer_predicate.
Don't mark the height and width fields.

30 years ago(sun4:SunOS:*:*): Handle Solbourne OS/MP systems.
Richard Kenner [Wed, 21 Dec 1994 20:51:03 +0000 (20:51 +0000)]
(sun4:SunOS:*:*): Handle Solbourne OS/MP systems.

30 years ago(tex-start-shell): Use inheritance.
Richard M. Stallman [Wed, 21 Dec 1994 20:08:17 +0000 (20:08 +0000)]
(tex-start-shell): Use inheritance.

30 years ago(gud-irixdbx-marker-filter): Changes for Irix dbx.
Richard M. Stallman [Wed, 21 Dec 1994 19:42:59 +0000 (19:42 +0000)]
(gud-irixdbx-marker-filter): Changes for Irix dbx.
(dbx): gud-up, gud-down are now special cases for Irix.

30 years ago(get_doc_string): Now static. Arg now Lisp_Object.
Richard M. Stallman [Wed, 21 Dec 1994 18:16:35 +0000 (18:16 +0000)]
(get_doc_string): Now static.  Arg now Lisp_Object.
Allow (FILE . POS) as position argument.
(Fdocumentation, Fdocumentation_property): Fix calls to get_doc_string.
(Fdocumentation_property): Handle cons as value via get_doc_string.
(read_doc_string): New function.

30 years ago(Fdefvar): Fix minor error in previous change.
Richard M. Stallman [Wed, 21 Dec 1994 18:15:35 +0000 (18:15 +0000)]
(Fdefvar): Fix minor error in previous change.
(funcall_lambda): Fetch bytecode and constants vector from file if nec.

30 years ago(Qload_file_name, Vload_file_name): New variables.
Richard M. Stallman [Wed, 21 Dec 1994 18:14:20 +0000 (18:14 +0000)]
(Qload_file_name, Vload_file_name): New variables.
(syms_of_lread): Initialize and staticpro it.
(Fload): Bind it.
(read_list): Before dumping, ignore (#$ . WHATEVER)--return 0.

30 years ago(scan_lisp_file): Handle dynamic doc strings.
Richard M. Stallman [Wed, 21 Dec 1994 16:16:45 +0000 (16:16 +0000)]
(scan_lisp_file): Handle dynamic doc strings.
(xmalloc, fatal, error): New functions.
(progname): New variable.
(main): Set progname.

30 years agoInclude program name in error messages.
David J. MacKenzie [Wed, 21 Dec 1994 15:58:28 +0000 (15:58 +0000)]
Include program name in error messages.

30 years agoMake keymap for tex-shell the shell-mode-map.
Edward M. Reingold [Wed, 21 Dec 1994 15:54:30 +0000 (15:54 +0000)]
Make keymap for tex-shell the shell-mode-map.

30 years ago(describe-function): Fix previous change.
Richard M. Stallman [Wed, 21 Dec 1994 14:39:36 +0000 (14:39 +0000)]
(describe-function): Fix previous change.

30 years ago(describe-function): Don't add `.el' when printing file name.
Richard M. Stallman [Wed, 21 Dec 1994 14:38:59 +0000 (14:38 +0000)]
(describe-function): Don't add `.el' when printing file name.

30 years ago(Buffer-menu-buffer): Clear text properties in STRING.
Richard M. Stallman [Tue, 20 Dec 1994 23:05:23 +0000 (23:05 +0000)]
(Buffer-menu-buffer): Clear text properties in STRING.

30 years ago(frame-update-face-colors): New function.
Richard M. Stallman [Tue, 20 Dec 1994 20:42:57 +0000 (20:42 +0000)]
(frame-update-face-colors): New function.

30 years ago(set-background-color, set-foreground-color):
Richard M. Stallman [Tue, 20 Dec 1994 20:42:40 +0000 (20:42 +0000)]
(set-background-color, set-foreground-color):
Call frame-update-face-colors.

30 years ago(rmail-first-unseen-message): Fix 1-off error.
Richard M. Stallman [Tue, 20 Dec 1994 15:42:57 +0000 (15:42 +0000)]
(rmail-first-unseen-message): Fix 1-off error.

30 years agoBe consistent in use of comint (instead of shell) mode.
Edward M. Reingold [Mon, 19 Dec 1994 19:09:39 +0000 (19:09 +0000)]
Be consistent in use of comint (instead of shell) mode.

30 years ago(fortran-end-if, fortran-end-do,
Richard M. Stallman [Sun, 18 Dec 1994 21:20:07 +0000 (21:20 +0000)]
(fortran-end-if, fortran-end-do,
fortran-beginning-if, fortran-beginning-do): New subroutines.
(fortran-blink-matching-if, fortran-blink-matching-do): Use them.
(fortran-mark-do, fortran-mark-if): New user functions.
(fortran-blink-matching-if, fortran-mode): Doc mod.

30 years ago(tar-extract): Don't use set-visited-file-name. to
Richard M. Stallman [Sun, 18 Dec 1994 18:48:04 +0000 (18:48 +0000)]
(tar-extract): Don't use set-visited-file-name.  to
avoid interaction problems with ange-ftp.

30 years ago(rmail-search-backward): Function deleted.
Richard M. Stallman [Sun, 18 Dec 1994 17:40:25 +0000 (17:40 +0000)]
(rmail-search-backward): Function deleted.
(rmail-mode-map): Use rmail-search-backwards instead.

30 years ago(tgetst1): Let ^? stand for DEL character.
Richard M. Stallman [Sat, 17 Dec 1994 12:20:46 +0000 (12:20 +0000)]
(tgetst1): Let ^? stand for DEL character.

30 years ago(gnus-mail-reply-using-mail): Don't save point;
Richard M. Stallman [Sat, 17 Dec 1994 00:51:30 +0000 (00:51 +0000)]
(gnus-mail-reply-using-mail): Don't save point;
yank the original at point.

30 years ago(news-mail-reply): Restore the saved narrowing before calling `mail'.
Richard M. Stallman [Sat, 17 Dec 1994 00:50:52 +0000 (00:50 +0000)]
(news-mail-reply): Restore the saved narrowing before calling `mail'.

30 years ago(isearch-done): Don't print msg about mark if we don't set it.
Richard M. Stallman [Sat, 17 Dec 1994 00:41:34 +0000 (00:41 +0000)]
(isearch-done): Don't print msg about mark if we don't set it.
Fix paren error.

30 years ago(indent-c-exp): Don't be fooled by else_ or while_.
Richard M. Stallman [Sat, 17 Dec 1994 00:40:24 +0000 (00:40 +0000)]
(indent-c-exp): Don't be fooled by else_ or while_.
(c-indent-line): Likewise.
(c-backward-to-start-of-if): Don't be fooled by if_ or else_.

30 years agoComment change.
Richard M. Stallman [Sat, 17 Dec 1994 00:03:59 +0000 (00:03 +0000)]
Comment change.

30 years ago(emerge-read-file-name): New arg must-match.
Richard M. Stallman [Fri, 16 Dec 1994 14:03:04 +0000 (14:03 +0000)]
(emerge-read-file-name): New arg must-match.
(emerge-files, emerge-files-with-ancestor): Pass new arg.

30 years ago(lambda): Doc fix.
Richard M. Stallman [Thu, 15 Dec 1994 18:25:24 +0000 (18:25 +0000)]
(lambda): Doc fix.

30 years agoComment change.
Richard M. Stallman [Thu, 15 Dec 1994 18:23:58 +0000 (18:23 +0000)]
Comment change.

30 years ago(vc-toggle-read-only): Accept prefix arg
Richard M. Stallman [Thu, 15 Dec 1994 16:38:05 +0000 (16:38 +0000)]
(vc-toggle-read-only): Accept prefix arg
and pass it along to vc-next-action.

30 years ago(font-lock-hack-keywords): Turn off undo generation.
Richard M. Stallman [Thu, 15 Dec 1994 16:30:39 +0000 (16:30 +0000)]
(font-lock-hack-keywords): Turn off undo generation.
(font-lock-unfontify-region. font-lock-fontify-region): Likewise.

30 years ago(sendmail-send-it): Don't convert S: to Subject:.
Richard M. Stallman [Thu, 15 Dec 1994 15:23:49 +0000 (15:23 +0000)]
(sendmail-send-it): Don't convert S: to Subject:.

30 years ago(Fall_completions): New arg hide_spaces.
Richard M. Stallman [Thu, 15 Dec 1994 14:00:55 +0000 (14:00 +0000)]
(Fall_completions): New arg hide_spaces.
(Fminibuffer_completion_help): Pass new arg.

30 years ago(main): Fix conversion of --display to -d.
Richard M. Stallman [Thu, 15 Dec 1994 13:56:57 +0000 (13:56 +0000)]
(main): Fix conversion of --display to -d.

(main): Implement --version.

30 years ago(struct x_display): New field explicit_parent.
Richard M. Stallman [Thu, 15 Dec 1994 13:53:44 +0000 (13:53 +0000)]
(struct x_display): New field explicit_parent.

30 years ago(face-initialize): Test for framep not t or nil.
Richard M. Stallman [Thu, 15 Dec 1994 13:49:51 +0000 (13:49 +0000)]
(face-initialize): Test for framep not t or nil.

(set-face-font): Pass `default' as face to x-resolve-font-name.
(x-resolve-font-name): Better error message when FACE doesn't specify the font.

30 years ago(hack-local-variables): Run hack-local-variables-hook.
Richard M. Stallman [Thu, 15 Dec 1994 12:36:03 +0000 (12:36 +0000)]
(hack-local-variables): Run hack-local-variables-hook.
(hack-local-variables-hook): New variable.

30 years ago(find-grep-options): Use -q on non-BSD systems.
Richard M. Stallman [Thu, 15 Dec 1994 12:16:29 +0000 (12:16 +0000)]
(find-grep-options): Use -q on non-BSD systems.

(find-ls-option): Don't ask for inode numbers.

30 years agoDon't include ../oldXMenu/XMenu.h if USE_X_TOOLKIT.
Richard M. Stallman [Thu, 15 Dec 1994 12:16:00 +0000 (12:16 +0000)]
Don't include ../oldXMenu/XMenu.h if USE_X_TOOLKIT.

(push_menu_item): New arg DEF.
(single_keymap_panes, list_of_items): Pass new arg.
(MENU_ITEMS_ITEM_DEFINITION): New macro.
(MENU_ITEMS_ITEM_LENGTH): Now 5.
[USE_X_TOOLKIT] (xmenu_show): Store 0 in call_data if item def is 0.
(single_submenu): Likewise.

(xmenu_show): Call x_mouse_leave.

30 years ago(isearch-mode-map): Move the code to set up the meta submap earlier in
Richard M. Stallman [Thu, 15 Dec 1994 02:06:45 +0000 (02:06 +0000)]
(isearch-mode-map): Move the code to set up the meta submap earlier in
the expression.

30 years ago(buffer-quit-function): New variable.
Richard M. Stallman [Thu, 15 Dec 1994 02:02:04 +0000 (02:02 +0000)]
(buffer-quit-function): New variable.
(keyboard-escape-quit): Use it.

(delete-completion-window): New function.
(completion-list-mode-map): Bind that to ESC ESC ESC.

(keyboard-escape-quit): Bind this globally to ESC ESC ESC.

30 years ago(PC-do-completion): If complete but not unique,
Richard M. Stallman [Thu, 15 Dec 1994 02:00:11 +0000 (02:00 +0000)]
(PC-do-completion): If complete but not unique,
the second time in a row, give a list of completions.
(PC-do-complete-and-exit, PC-do-completion): Use [...] in messages.

30 years ago(readevalloop): Ignore ^M here.
Richard M. Stallman [Thu, 15 Dec 1994 01:57:36 +0000 (01:57 +0000)]
(readevalloop): Ignore ^M here.

30 years ago(apropos-match-keys): Handle menu bindings with cached equivalent keys.
Richard M. Stallman [Thu, 15 Dec 1994 01:56:13 +0000 (01:56 +0000)]
(apropos-match-keys): Handle menu bindings with cached equivalent keys.

(apropos-match-keys): Handle minor mode maps
and overriding-local-map.

30 years ago(Fdefconst, Fdefvar): Error if too many arguments.
Richard M. Stallman [Thu, 15 Dec 1994 00:42:19 +0000 (00:42 +0000)]
(Fdefconst, Fdefvar): Error if too many arguments.

30 years ago(rmail-ignored-headers): Delete junk from definition.
Richard M. Stallman [Wed, 14 Dec 1994 19:59:12 +0000 (19:59 +0000)]
(rmail-ignored-headers): Delete junk from definition.

30 years ago(add_properties): Add gcpro's.
Richard M. Stallman [Wed, 14 Dec 1994 14:23:04 +0000 (14:23 +0000)]
(add_properties): Add gcpro's.
(Fadd_text_properties, copy_text_properties): Likewise.

30 years agoJust include sunos4shr--do nothing else.
Richard M. Stallman [Wed, 14 Dec 1994 04:56:59 +0000 (04:56 +0000)]
Just include sunos4shr--do nothing else.

30 years ago(perform-replace): Report number of replacements when done.
Richard M. Stallman [Wed, 14 Dec 1994 03:44:51 +0000 (03:44 +0000)]
(perform-replace): Report number of replacements when done.
(query-replace, query-replace-regexp, replace-string)
(map-query-replace-regexp. replace-regexp): No message here.

30 years ago(Info-split): Fix 1-off error in subfile position.
Richard M. Stallman [Wed, 14 Dec 1994 03:38:52 +0000 (03:38 +0000)]
(Info-split): Fix 1-off error in subfile position.

30 years ago(occur): Escape newlines when printing regexp.
Richard M. Stallman [Tue, 13 Dec 1994 22:13:40 +0000 (22:13 +0000)]
(occur): Escape newlines when printing regexp.

30 years ago(Info-tagify): Avoid 1-off error in position of a tag.
Richard M. Stallman [Tue, 13 Dec 1994 18:53:37 +0000 (18:53 +0000)]
(Info-tagify): Avoid 1-off error in position of a tag.

30 years ago(insert-kbd-macro): Specially handle C-\, M-\ and C-M-\.
Richard M. Stallman [Tue, 13 Dec 1994 18:47:37 +0000 (18:47 +0000)]
(insert-kbd-macro): Specially handle C-\, M-\ and C-M-\.
Only convert the character syntax if definition is a string.

30 years ago(rs6000-ibm-aix4.1*): New alternative.
Richard M. Stallman [Tue, 13 Dec 1994 14:49:17 +0000 (14:49 +0000)]
(rs6000-ibm-aix4.1*): New alternative.
(rs6000-ibm-aix4*): New alternative.

For SVR4.2, set NON_GNU_CPP if not already set.

30 years agoInitial revision
Richard M. Stallman [Tue, 13 Dec 1994 14:39:50 +0000 (14:39 +0000)]
Initial revision

30 years ago(sort_args): Make `options' a vector of ints.
Richard M. Stallman [Tue, 13 Dec 1994 14:32:32 +0000 (14:32 +0000)]
(sort_args): Make `options' a vector of ints.

(sort_args): Don't overwrite the terminating null pointer.

30 years ago(ignored-local-variables): Mark it risky.
Richard M. Stallman [Tue, 13 Dec 1994 13:44:20 +0000 (13:44 +0000)]
(ignored-local-variables): Mark it risky.

30 years ago[REG_UNSET_VALUE]: Define to the address of a static variable rather than to
Jim Meyering [Sun, 11 Dec 1994 23:16:11 +0000 (23:16 +0000)]
[REG_UNSET_VALUE]: Define to the address of a static variable rather than to
((char *) -1).  The latter got a warning on IRIX64.

30 years ago(read_char): After auto-saving, redisplay.
Richard M. Stallman [Sun, 11 Dec 1994 11:36:13 +0000 (11:36 +0000)]
(read_char): After auto-saving, redisplay.

(read_key_sequence): Downcase undefined shifted fn keys.

30 years ago(report_overlay_modification): Renamed from verify_overlay_modification.
Richard M. Stallman [Sun, 11 Dec 1994 11:30:43 +0000 (11:30 +0000)]
(report_overlay_modification): Renamed from verify_overlay_modification.

(call_overlay_mod_hooks): New args AFTER, ARG1, ARG2, ARG3.
Args START, END deleted.  Pass each function AFTER, ARG1 and ARG2,
and ARG3 if ARG3 is not nil.
(verify_overlay_modification): New args AFTER, ARG1, ARG2, ARG3.
Pass them to call_overlay_mod_hooks.

30 years ago* buffer.c (report_overlay_modification): Renamed from
Richard M. Stallman [Sun, 11 Dec 1994 11:30:08 +0000 (11:30 +0000)]
* buffer.c (report_overlay_modification): Renamed from
verify_overlay_modification.
* insdel.c: Calls changed.

30 years ago(signal_before_change, signal_after_change):
Richard M. Stallman [Sun, 11 Dec 1994 11:24:16 +0000 (11:24 +0000)]
(signal_before_change, signal_after_change):
Call verify_overlay_modification here.
(prepare_to_modify_buffer): Don't call it here.

30 years ago(list_buffers_1): Right-align the size values.
Richard M. Stallman [Sun, 11 Dec 1994 09:48:25 +0000 (09:48 +0000)]
(list_buffers_1): Right-align the size values.

30 years ago(rmail-summary-goto-msg): When highlighting,
Richard M. Stallman [Sun, 11 Dec 1994 09:16:23 +0000 (09:16 +0000)]
(rmail-summary-goto-msg): When highlighting,
don't skip 1st char on line if it isn't a space.

30 years ago(compile_pattern): Call re_set_registers here.
Richard M. Stallman [Sun, 11 Dec 1994 08:26:27 +0000 (08:26 +0000)]
(compile_pattern): Call re_set_registers here.
And no need to BLOCK_INPUT for that.
(compile_pattern_1): Instead of here.

30 years ago(vc-dir-all-files): New function.
Richard M. Stallman [Sat, 10 Dec 1994 09:15:58 +0000 (09:15 +0000)]
(vc-dir-all-files): New function.
(vc-directory): Show just one directory by default.
Read dir name in minibuffer.
(vc-directory-18): Deleted.

30 years ago(unrelocate_symbols): Add AIX4_1 conditionals and code.
Richard M. Stallman [Sat, 10 Dec 1994 07:49:12 +0000 (07:49 +0000)]
(unrelocate_symbols): Add AIX4_1 conditionals and code.

30 years ago(sys_siglist) [AIX]: Add AIXHFT conditional.
Richard M. Stallman [Sat, 10 Dec 1994 07:47:21 +0000 (07:47 +0000)]
(sys_siglist) [AIX]: Add AIXHFT conditional.

30 years agoChange AIX conditional around HFNKEYS to AIXHFT.
Richard M. Stallman [Sat, 10 Dec 1994 07:45:45 +0000 (07:45 +0000)]
Change AIX conditional around HFNKEYS to AIXHFT.

30 years agoAdded ispell-offset for version consistency.
Karl Heuer [Sat, 10 Dec 1994 02:01:31 +0000 (02:01 +0000)]
Added ispell-offset for version consistency.
(ispell-dictionary-alist): updated dictionaries & better match defaults
(ispell-alternate-dictionary): added /usr/shar path
(ispell-menu-map-needed): redo changes that made this incompatible
with earlier versions of emacs19.
(ispell-required-version): changed to assure version 3.1.12 accessed.
(ispell-word): Correctly accept buffer-local information.
Does not try to modify read-only buffer on 'm' command.
(ispell-command-loop): fixed bug that corrupted buffers.
removed scrolling when *Choices* buffer shrinks.
(check-ispell-version): Correctly identifies new version requirements.
(ispell-region): Interaction updated for version 3.1.12+
Buffer read-only modification improvement.  Dictionary messages added.
(ispell-message-text-end): skips additional shell files.
(ispell-buffer-local-parsing): extended-char mode now matches text mode

30 years agoFix typo in comment.
Karl Heuer [Fri, 9 Dec 1994 22:43:47 +0000 (22:43 +0000)]
Fix typo in comment.

30 years ago(Fbyte_code): Call Ffollowing_char and Fprevious_char
Richard M. Stallman [Fri, 9 Dec 1994 14:15:06 +0000 (14:15 +0000)]
(Fbyte_code): Call Ffollowing_char and Fprevious_char
as functions.  Don't mask char-syntax arg to just 8 bits.

30 years agoAdd patterns for asm-mode.
Karl Heuer [Fri, 9 Dec 1994 06:24:22 +0000 (06:24 +0000)]
Add patterns for asm-mode.

30 years ago(set-auto-mode): Don't get confused by anything ending in "mode:" which isn't
Karl Heuer [Fri, 9 Dec 1994 06:14:44 +0000 (06:14 +0000)]
(set-auto-mode): Don't get confused by anything ending in "mode:" which isn't
a mode spec.

30 years agoMention Hochleitner's correlation.
Edward M. Reingold [Thu, 8 Dec 1994 18:51:35 +0000 (18:51 +0000)]
Mention Hochleitner's correlation.

30 years ago(rlogin-initially-track-cwd): Now a 3-way flag.
Richard M. Stallman [Thu, 8 Dec 1994 15:05:58 +0000 (15:05 +0000)]
(rlogin-initially-track-cwd): Now a 3-way flag.
(rlogin): Handle that.

30 years ago(telnet): Don't make assumptions about process name.
Richard M. Stallman [Wed, 7 Dec 1994 13:17:48 +0000 (13:17 +0000)]
(telnet): Don't make assumptions about process name.
(telnet-send-process-next-char): Renamed from send-...

30 years ago(search_regs_saved): Delete initializer.
Richard M. Stallman [Wed, 7 Dec 1994 13:03:48 +0000 (13:03 +0000)]
(search_regs_saved): Delete initializer.

30 years ago(nntp-buggy-select): Delete usg-unix-v from list.
Richard M. Stallman [Wed, 7 Dec 1994 12:48:36 +0000 (12:48 +0000)]
(nntp-buggy-select): Delete usg-unix-v from list.

30 years ago(dired-insert-directory): Quote certain chars with \.
Richard M. Stallman [Wed, 7 Dec 1994 10:57:12 +0000 (10:57 +0000)]
(dired-insert-directory): Quote certain chars with \.
(dired-get-filename): Always unquote \ quoting.

30 years ago(comint-mode-map): Treat C-up, C-down like M-p, M-n.
Richard M. Stallman [Wed, 7 Dec 1994 10:25:44 +0000 (10:25 +0000)]
(comint-mode-map): Treat C-up, C-down like M-p, M-n.

30 years ago[HAVE_SYSVIPC]: Include sys/utsname.h.
Richard M. Stallman [Wed, 7 Dec 1994 07:39:23 +0000 (07:39 +0000)]
[HAVE_SYSVIPC]: Include sys/utsname.h.
(main): If socket/mqueue name is in home dir, add in the host name.
Rename .emacs_server to .emacs-server-....

[!HAVE_SYSVIPC] (main): Fix error message diction.

30 years ago[HAVE_SYSVIPC]: Include sys/utsname.h.
Richard M. Stallman [Wed, 7 Dec 1994 07:38:00 +0000 (07:38 +0000)]
[HAVE_SYSVIPC]: Include sys/utsname.h.
(main): If socket/mqueue name is in home dir, add in the host name.
Rename .emacs_server to .emacs-server-....

30 years ago(update_frame): Call calculate_costs if baud_rate changed.
Richard M. Stallman [Tue, 6 Dec 1994 08:49:44 +0000 (08:49 +0000)]
(update_frame): Call calculate_costs if baud_rate changed.