]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years agoSet encoding to utf-8.
Stefan Monnier [Sun, 14 Jul 2002 20:39:18 +0000 (20:39 +0000)]
Set encoding to utf-8.
(tex-start-options): Make it into always-a-string.
Remove silly custom options that are covered by the other var.
(tex-start-commands): Fix docstring.
(tex-open-quote, tex-close-quote): Add options.
(tex-command): Provide default.
(tex-font-lock-keywords-1): Highlight $$...$$.
(tex-font-lock-keywords-2): Fix latin-1 chars.
(tex-mode-map): Remove redundant \t binding.
(tex-mode): Add `subsection' and `newcommand' to known latex cmds.
(latex-mode): Use add-hook for fill-nobreak-predicate.
(tex-common-initialization): Set indent-tabs-mode to nil.
(tex-insert-quote): Undo magic if invoked twice in a row.
(latex-fill-nobreak-predicate): Don't use narrowing.
(tex-latex-block): Don't cons uselessly.
(tex-last-unended-begin): Signal user-friendlier error.
(tex-goto-last-unclosed-latex-block): Don't catch signal.
(tex-start-tex): Switch order of tex-start-options and
tex-start-commands to make it obey docstrings.

22 years agoIndex entries.
Kai Großjohann [Sun, 14 Jul 2002 19:52:35 +0000 (19:52 +0000)]
Index entries.

22 years ago(find-alternate-file): Offer to save a modified buffer.
Richard M. Stallman [Sun, 14 Jul 2002 15:30:54 +0000 (15:30 +0000)]
(find-alternate-file): Offer to save a modified buffer.
Handle kill-buffer-query-functions better.

22 years ago(normal-splash-screen, fancy-splash-text):
Richard M. Stallman [Sun, 14 Jul 2002 15:29:56 +0000 (15:29 +0000)]
(normal-splash-screen, fancy-splash-text):
Update name of help menu item for ordering printed manuals.

22 years agoFix doc typos.
Richard M. Stallman [Sun, 14 Jul 2002 15:26:01 +0000 (15:26 +0000)]
Fix doc typos.

22 years agoSay that output from asynch subprocesses of a compiler may be lost.
Richard M. Stallman [Sun, 14 Jul 2002 15:24:03 +0000 (15:24 +0000)]
Say that output from asynch subprocesses of a compiler may be lost.

22 years agoComply with Texinfo coding standards. Suggestions by Eli.
Kai Großjohann [Sun, 14 Jul 2002 14:06:58 +0000 (14:06 +0000)]
Comply with Texinfo coding standards.  Suggestions by Eli.

22 years ago(mouse-sel-bound-events): New constant.
Mike Williams [Sun, 14 Jul 2002 10:14:28 +0000 (10:14 +0000)]
(mouse-sel-bound-events): New constant.
(mouse-sel-save-original-bindings): New function.
(mouse-sel-restore-original-bindings): New function.
(mouse-sel-bindings): Save/restore original mouse-bindings.

22 years ago*** empty log message ***
Stefan Monnier [Sat, 13 Jul 2002 23:30:08 +0000 (23:30 +0000)]
*** empty log message ***

22 years agoregenerated
Kim F. Storm [Sat, 13 Jul 2002 23:09:32 +0000 (23:09 +0000)]
regenerated

22 years ago(cl-set-substring): Fix thinko.
Stefan Monnier [Sat, 13 Jul 2002 23:08:01 +0000 (23:08 +0000)]
(cl-set-substring): Fix thinko.
(cl-hack-byte-compiler): Avoid infinite require loop.

22 years agoUse hash-tables.
Stefan Monnier [Sat, 13 Jul 2002 22:10:02 +0000 (22:10 +0000)]
Use hash-tables.
(ange-ftp-make-hashtable, ange-ftp-map-hashtable)
(ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
(ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
Replace with make-hash-table, maphash, gethash, puthash and remhash.
(ange-ftp-hash-entry-exists-p): Rewrite.
(ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
Change mapatom -> maphash.
(ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
Update to new calling mode.

22 years ago(mail-abbrev-make-syntax-table): Check the
Andreas Schwab [Sat, 13 Jul 2002 21:40:05 +0000 (21:40 +0000)]
(mail-abbrev-make-syntax-table): Check the
inherited table entry.

22 years ago(ebrowse-symbol-regexp): Avoid cl-set-substring.
Stefan Monnier [Sat, 13 Jul 2002 20:17:00 +0000 (20:17 +0000)]
(ebrowse-symbol-regexp): Avoid cl-set-substring.
(ebrowse-hash-table-to-alist): Delete.
(ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
(ebrowse-tags-complete-symbol): Use the hashtable for completion.

22 years ago(sgml-quote): Use narrowing. Improve the regexp used when unquoting.
Stefan Monnier [Sat, 13 Jul 2002 19:23:05 +0000 (19:23 +0000)]
(sgml-quote): Use narrowing.  Improve the regexp used when unquoting.
(sgml-pretty-print): New function.
(sgml-get-context): Better handling of improperly nested tags.
(sgml-show-context): Don't use the FULL arg of sgml-get-context.

22 years ago(timeclock-in): Run the new day section if, after rereading the log file,
Glenn Morris [Sat, 13 Jul 2002 18:56:04 +0000 (18:56 +0000)]
(timeclock-in): Run the new day section if, after rereading the log file,
timeclock-last-event is nil, indicating no log file exists yet. Take
account of the fact that timeclock-discrepancy will be nil in that case.

22 years agoDo not hook into file-name-handler-alist, this
Kai Großjohann [Sat, 13 Jul 2002 18:08:11 +0000 (18:08 +0000)]
Do not hook into file-name-handler-alist, this
is done by Tramp.

22 years agoFix copyright years.
Kai Großjohann [Sat, 13 Jul 2002 18:03:55 +0000 (18:03 +0000)]
Fix copyright years.
(Filename Syntax, Multi-hop filename syntax): Explain two syntaxes.
(Issues): Explain why there are two syntaxes.

22 years ago(tramp-multi-file-name-structure-unified): Add
Kai Großjohann [Sat, 13 Jul 2002 17:41:01 +0000 (17:41 +0000)]
(tramp-multi-file-name-structure-unified): Add
missing slash and move colon from start to end of each hop.
(tramp-multi-file-name-hop-structure-unified): Move colon from
start to end of each hop.

22 years ago* files.texi (Remote Files): Explain new unified file name synatx.
Kai Großjohann [Sat, 13 Jul 2002 10:52:22 +0000 (10:52 +0000)]
* files.texi (Remote Files): Explain new unified file name synatx.

* tramp.texi: Remove version variables.
(Inline methods): Clarify which questions `smx' deals with.
(Remote shell setup): shell-prompt-pattern must match at end of
buffer.

22 years ago*** empty log message ***
Kim F. Storm [Fri, 12 Jul 2002 23:57:49 +0000 (23:57 +0000)]
*** empty log message ***

22 years ago(grep-tree): Fixed autoload.
Kim F. Storm [Fri, 12 Jul 2002 23:56:12 +0000 (23:56 +0000)]
(grep-tree): Fixed autoload.
Corrected use of undefined variable `match-files-aliases'.

22 years ago(command_loop_1): Invert check on Vmemory_full.
Kim F. Storm [Fri, 12 Jul 2002 23:47:31 +0000 (23:47 +0000)]
(command_loop_1): Invert check on Vmemory_full.

22 years ago(timeclock-get-workday-function): `timeclock-workday' is not a valid
Glenn Morris [Fri, 12 Jul 2002 23:38:01 +0000 (23:38 +0000)]
(timeclock-get-workday-function): `timeclock-workday' is not a valid
option for this, rather it is a value that may be returned.

22 years agoMove the node Query Before Exit down.
Richard M. Stallman [Fri, 12 Jul 2002 23:32:14 +0000 (23:32 +0000)]
Move the node Query Before Exit down.
Say that Emacs stops reading when a process terminates.

22 years agoDocument binding `deactivate-mark' around something that modifies the
Richard M. Stallman [Fri, 12 Jul 2002 23:31:02 +0000 (23:31 +0000)]
Document binding `deactivate-mark' around something that modifies the
buffer so as to keep the mark active.

22 years agodefimage does not evaluate SPECS.
Richard M. Stallman [Fri, 12 Jul 2002 23:30:17 +0000 (23:30 +0000)]
defimage does not evaluate SPECS.

22 years ago(ange-ftp-write-region): Don't bind executing-kbd-macro; instead, pass
Richard M. Stallman [Fri, 12 Jul 2002 23:29:39 +0000 (23:29 +0000)]
(ange-ftp-write-region): Don't bind executing-kbd-macro; instead, pass
non-nil VISIT arg to ange-ftp-real-write-region.

22 years ago(flush-lines, keep-lines): Convert REND to a marker.
Richard M. Stallman [Fri, 12 Jul 2002 23:28:15 +0000 (23:28 +0000)]
(flush-lines, keep-lines): Convert REND to a marker.

22 years ago(help-with-tutorial): Display completion list right away.
Richard M. Stallman [Fri, 12 Jul 2002 23:26:17 +0000 (23:26 +0000)]
(help-with-tutorial): Display completion list right away.

22 years agoComment change.
Richard M. Stallman [Fri, 12 Jul 2002 23:25:26 +0000 (23:25 +0000)]
Comment change.

22 years ago(ediff-test-patch-utility): Catch error and return nil.
Richard M. Stallman [Fri, 12 Jul 2002 23:24:36 +0000 (23:24 +0000)]
(ediff-test-patch-utility): Catch error and return nil.

22 years ago(fancy-splash-text, actions page): Add blank line to balance help page.
Richard M. Stallman [Fri, 12 Jul 2002 23:23:29 +0000 (23:23 +0000)]
(fancy-splash-text, actions page): Add blank line to balance help page.

22 years ago(command-line): Set memory-signal-data.
Richard M. Stallman [Fri, 12 Jul 2002 23:21:48 +0000 (23:21 +0000)]
(command-line): Set memory-signal-data.
(fancy-splash-text, normal-splash-screen):
Mention "Read the Emacs Manual" or C-h r.
Rearrange the initial help to put the help cmds on left
and the actions (exit, undo) on the right.  Other small
text clarifications.

22 years ago(help-map): Add binding for info-emacs-manual.
Richard M. Stallman [Fri, 12 Jul 2002 22:57:11 +0000 (22:57 +0000)]
(help-map): Add binding for info-emacs-manual.
(print-help-return-message): Doc fix.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 12 Jul 2002 17:46:11 +0000 (17:46 +0000)]
*** empty log message ***

22 years ago(strokes-help): Call print-help-return-message
Richard M. Stallman [Fri, 12 Jul 2002 17:45:45 +0000 (17:45 +0000)]
(strokes-help): Call print-help-return-message
while inside with-output-to-temp-buffer.

22 years ago(info-emacs-manual): New function.
Richard M. Stallman [Fri, 12 Jul 2002 17:41:54 +0000 (17:41 +0000)]
(info-emacs-manual): New function.
(Info-use-header-line): Doc fix.

22 years ago(multiple-value-call): Add alias.
Richard M. Stallman [Fri, 12 Jul 2002 17:41:00 +0000 (17:41 +0000)]
(multiple-value-call): Add alias.

22 years ago(compilation-normalize-filename):
Richard M. Stallman [Fri, 12 Jul 2002 17:39:45 +0000 (17:39 +0000)]
(compilation-normalize-filename):
New subroutine, taken out of compilation-parse-errors.
(compilation-parse-errors): Use that, and for directories too.
Don't check whether a directory really exists.

22 years ago(Fwrite_region): Doc fix.
Richard M. Stallman [Fri, 12 Jul 2002 17:36:47 +0000 (17:36 +0000)]
(Fwrite_region): Doc fix.

22 years ago(describe-variable): Put `defvaralias' info before the documentation (patch from
Juanma Barranquero [Fri, 12 Jul 2002 16:56:03 +0000 (16:56 +0000)]
(describe-variable): Put `defvaralias' info before the documentation (patch from
John Paul Wallington <jpw@shootybangbang.com>). Remove useless "Documentation:"
string.

22 years ago(timer-set-time-with-usecs): Fix documentation. Simplify extraction of time data.
Juanma Barranquero [Fri, 12 Jul 2002 11:56:42 +0000 (11:56 +0000)]
(timer-set-time-with-usecs): Fix documentation. Simplify extraction of time data.

22 years ago(print_error_message): Don't handle Vsignaling_function here.
Richard M. Stallman [Fri, 12 Jul 2002 11:19:24 +0000 (11:19 +0000)]
(print_error_message): Don't handle Vsignaling_function here.

22 years ago(cmd_error_internal): Handle Vsignaling_function here.
Richard M. Stallman [Fri, 12 Jul 2002 11:18:36 +0000 (11:18 +0000)]
(cmd_error_internal): Handle Vsignaling_function here.
(command_loop_1): Avoid certain actions after memory-full error.

22 years ago(Fsignal): Don't call cancel_hourglass.
Richard M. Stallman [Fri, 12 Jul 2002 11:16:42 +0000 (11:16 +0000)]
(Fsignal): Don't call cancel_hourglass.
For a memory-full error, don't call Vsignal_hook_function
and don't set Vsignaling_function.

22 years ago(process_send_signal): Add abort call.
Richard M. Stallman [Fri, 12 Jul 2002 11:13:47 +0000 (11:13 +0000)]
(process_send_signal): Add abort call.

22 years ago(describe-variable): Mention if the variable is an alias.
Pavel Janík [Fri, 12 Jul 2002 08:58:32 +0000 (08:58 +0000)]
(describe-variable): Mention if the variable is an alias.

22 years ago(Fkey_binding): Fix typo.
Markus Rost [Fri, 12 Jul 2002 03:38:12 +0000 (03:38 +0000)]
(Fkey_binding): Fix typo.

22 years ago(locale-language-names): Change "mk" (Macedoninan), "ru" (Russian),
Kenichi Handa [Thu, 11 Jul 2002 23:52:16 +0000 (23:52 +0000)]
(locale-language-names): Change "mk" (Macedoninan), "ru" (Russian),
and "sp" (Serbian with Cyrillic alphabet) to "Cyrillic-ISO".

22 years ago(tramp-handle-make-symbolic-link): Implement.
Kai Großjohann [Thu, 11 Jul 2002 20:26:19 +0000 (20:26 +0000)]
(tramp-handle-make-symbolic-link): Implement.

22 years ago(tramp-default-method): New default method "sm"
Kai Großjohann [Thu, 11 Jul 2002 19:59:07 +0000 (19:59 +0000)]
(tramp-default-method): New default method "sm"
which I guess to be good for most people.
(tramp-default-method-alist): Use "ftp" method (ie, forwarding to
Ange-FTP) for some user/host combinations.
(tramp-file-name-structure, tramp-file-name-regexp)
(tramp-make-tramp-file-format)
(tramp-make-tramp-file-user-nil-format)
(tramp-multi-file-name-structure)
(tramp-multi-file-name-hop-structure)
(tramp-make-multi-tramp-file-format): New default value which
unifies the filename syntax between Tramp and Ange-FTP.  The new
syntax is "/method:user@host:path".  Note the colon after the
method.
(tramp-handle-file-name-directory): Don't return "/" when
completing a remote root directory (where the filename looks like
"/method:user@host:/").
(tramp-handle-ange-ftp): Deleted.
(tramp-disable-ange-ftp): New function, called at toplevel,
deletes Ange-FTP from file-name-handler-alist.

22 years ago(Vmemory_full): New variable.
Richard M. Stallman [Thu, 11 Jul 2002 17:44:22 +0000 (17:44 +0000)]
(Vmemory_full): New variable.
(Vmemory_signal_data): Renamed from memory_signal_data.  Uses changed.
(syms_of_alloc): Defvar them.
(memory_full, buffer_memory_full): Set Vmemory_full.

22 years ago(Vmemory_full): Add declaration.
Richard M. Stallman [Thu, 11 Jul 2002 17:40:48 +0000 (17:40 +0000)]
(Vmemory_full): Add declaration.
(current_column, indented_beyond_p): Change declaration.

22 years ago(last_known_column): Declare as double, not float.
Richard M. Stallman [Thu, 11 Jul 2002 17:38:49 +0000 (17:38 +0000)]
(last_known_column): Declare as double, not float.
(current_column, current_column_1, string_display_width)
(position_indentation): Return `double'.
(indented_beyond_p): Arg `column' is `double'.  Callers changed.

22 years ago(message_dolog): Do nothing if Vmemory_full is non-nil.
Richard M. Stallman [Thu, 11 Jul 2002 17:36:07 +0000 (17:36 +0000)]
(message_dolog): Do nothing if Vmemory_full is non-nil.
(back_to_previous_visible_line_start)
(reseat_at_next_visible_line_start, next_element_from_buffer):
Use `double', not `float', when calling indented_beyond_p.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 11 Jul 2002 17:32:19 +0000 (17:32 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Pavel Janík [Thu, 11 Jul 2002 17:32:01 +0000 (17:32 +0000)]
*** empty log message ***

22 years ago(BROKEN_SA_RESTART): Defined.
Richard M. Stallman [Thu, 11 Jul 2002 17:31:10 +0000 (17:31 +0000)]
(BROKEN_SA_RESTART): Defined.

22 years ago(sys_signal): Test BROKEN_SA_RESTART.
Richard M. Stallman [Thu, 11 Jul 2002 17:29:56 +0000 (17:29 +0000)]
(sys_signal): Test BROKEN_SA_RESTART.

22 years ago2002-07-11 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Thu, 11 Jul 2002 17:14:03 +0000 (17:14 +0000)]
2002-07-11  Andrew Choi  <akochoi@shaw.ca>

        * make-package: Change -a option to -R for cp command.

22 years ago*** empty log message ***
Juanma Barranquero [Thu, 11 Jul 2002 16:38:58 +0000 (16:38 +0000)]
*** empty log message ***

22 years agoUse macro SPECPDL_INDEX.
Juanma Barranquero [Thu, 11 Jul 2002 15:24:13 +0000 (15:24 +0000)]
Use macro SPECPDL_INDEX.

22 years ago*** empty log message ***
Juanma Barranquero [Thu, 11 Jul 2002 14:26:44 +0000 (14:26 +0000)]
*** empty log message ***

22 years agoUse macro SPECPDL_INDEX.
Juanma Barranquero [Thu, 11 Jul 2002 14:18:02 +0000 (14:18 +0000)]
Use macro SPECPDL_INDEX.

22 years ago(ido-make-merged-file-list): Fix last change again.
Kim F. Storm [Wed, 10 Jul 2002 11:08:01 +0000 (11:08 +0000)]
(ido-make-merged-file-list): Fix last change again.

22 years ago(authors-obsolete-file-p): Fix typo.
Juanma Barranquero [Wed, 10 Jul 2002 11:07:28 +0000 (11:07 +0000)]
(authors-obsolete-file-p): Fix typo.

22 years agoRevert doubtful typo fix.
Juanma Barranquero [Wed, 10 Jul 2002 09:49:40 +0000 (09:49 +0000)]
Revert doubtful typo fix.

22 years ago(speedbar-obj-do-check): Fix typo.
Juanma Barranquero [Wed, 10 Jul 2002 09:45:18 +0000 (09:45 +0000)]
(speedbar-obj-do-check): Fix typo.

22 years ago*** empty log message ***
Juanma Barranquero [Wed, 10 Jul 2002 09:26:17 +0000 (09:26 +0000)]
*** empty log message ***

22 years ago(speedbar-tag-hierarchy-method): Fix typos.
Juanma Barranquero [Wed, 10 Jul 2002 09:26:03 +0000 (09:26 +0000)]
(speedbar-tag-hierarchy-method): Fix typos.
(speedbar-vc-do-check): Likewise.
(speedbar-obj-do-check): Likewise.
(speedbar-mouse-hscroll): Likewise.
(speedbar-file-lists): Likewise.

22 years agoRename BINDING_STACK_SIZE to SPECPDL_INDEX.
Juanma Barranquero [Wed, 10 Jul 2002 08:45:24 +0000 (08:45 +0000)]
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.

22 years ago(SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated.
Juanma Barranquero [Wed, 10 Jul 2002 08:41:28 +0000 (08:41 +0000)]
(SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers updated.

22 years ago(speedbar-make-specialized-keymap): Fix docstring.
Juanma Barranquero [Wed, 10 Jul 2002 08:21:49 +0000 (08:21 +0000)]
(speedbar-make-specialized-keymap): Fix docstring.
(speedbar-desired-buffer): Likewise.
(speedbar-line-file): Likewise.
(speedbar-special-mode-key-map): Fix typo.
(speedbar-dynamic-tags-function-list): Likewise.
(speedbar-use-images): Likewise.
(speedbar-up-directory): Likewise.
(speedbar-item-info): Likewise.
(speedbar-set-timer): Likewise.
(speedbar-insert-button): Likewise.
(speedbar-make-button): Likewise.
(speedbar-make-tag-line): Likewise.
(speedbar-insert-files-at-point): Likewise.
(speedbar-update-special-contents): Likewise.
(speedbar-find-selected-file): Likewise.
(speedbar-add-indicator): Likewise.
(speedbar-do-function-pointer): Likewise.
(speedbar-goto-this-file): Likewise.
(speedbar-line-path): Likewise.
(speedbar-mouse-event-p): Likewise.
(speedbar-dir-follow): Likewise.
(speedbar-tag-find): Likewise.
(speedbar-fetch-etags-command): Likewise.
(speedbar-fetch-etags-arguments): Likewise.
(speedbar-toggle-etags): Likewise.
(speedbar-extract-one-symbol): Likewise.
(speedbar-parse-c-or-c++tag): Likewise.
(speedbar-unhighlight-one-tag-line): Likewise.
(speedbar-directory-face): Likewise.
(defimage-speedbar): Likewise.
(speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
(defimage-speedbar): Likewise.

22 years ago(ido-enter-single-matching-directory): Delete leftover comment.
Juanma Barranquero [Wed, 10 Jul 2002 08:18:31 +0000 (08:18 +0000)]
(ido-enter-single-matching-directory): Delete leftover comment.

22 years ago(Fdefalias): Add an optional `docstring' argument.
Stefan Monnier [Tue, 9 Jul 2002 23:12:30 +0000 (23:12 +0000)]
(Fdefalias): Add an optional `docstring' argument.
(set_internal, Fsetq_default): Use XCAR/XCDR.

22 years ago(HASH_VALUE, HASH_KEY): Remove (it's in lisp.h now).
Stefan Monnier [Tue, 9 Jul 2002 23:02:26 +0000 (23:02 +0000)]
(HASH_VALUE, HASH_KEY): Remove (it's in lisp.h now).

22 years ago(HASH_VALUE): Remove (it's in lisp.h now).
Stefan Monnier [Tue, 9 Jul 2002 23:00:56 +0000 (23:00 +0000)]
(HASH_VALUE): Remove (it's in lisp.h now).

22 years ago(ebnf-yac-error): Fix typo.
Juanma Barranquero [Tue, 9 Jul 2002 10:47:38 +0000 (10:47 +0000)]
(ebnf-yac-error): Fix typo.

22 years ago(idlwave-shell-set-bp): Fix typos.
Juanma Barranquero [Tue, 9 Jul 2002 10:47:02 +0000 (10:47 +0000)]
(idlwave-shell-set-bp): Fix typos.

22 years ago(mail-extr-all-top-level-domains): Update names.
Simon Josefsson [Tue, 9 Jul 2002 10:06:17 +0000 (10:06 +0000)]
(mail-extr-all-top-level-domains): Update names.

22 years agoFix typo.
Juanma Barranquero [Tue, 9 Jul 2002 09:57:34 +0000 (09:57 +0000)]
Fix typo.

22 years ago*** empty log message ***
Juanma Barranquero [Tue, 9 Jul 2002 09:46:38 +0000 (09:46 +0000)]
*** empty log message ***

22 years ago(ido-make-merged-file-list): Fix last change.
Kim F. Storm [Tue, 9 Jul 2002 09:08:18 +0000 (09:08 +0000)]
(ido-make-merged-file-list): Fix last change.

22 years ago(hexl-mode): Fix typo.
Juanma Barranquero [Tue, 9 Jul 2002 09:05:19 +0000 (09:05 +0000)]
(hexl-mode): Fix typo.

22 years ago(face-id): Fix typo.
Juanma Barranquero [Tue, 9 Jul 2002 07:35:10 +0000 (07:35 +0000)]
(face-id): Fix typo.

22 years ago(hexl-find-file): Bind `completion-ignored-extensions' to nil when
Miles Bader [Tue, 9 Jul 2002 06:00:18 +0000 (06:00 +0000)]
(hexl-find-file): Bind `completion-ignored-extensions' to nil when
prompting for a filename.

22 years ago(insert-directory): Be sure to bind
Kenichi Handa [Tue, 9 Jul 2002 02:42:06 +0000 (02:42 +0000)]
(insert-directory): Be sure to bind
coding-system-for-write to the just decided
coding-system-for-read.

22 years ago*** empty log message ***
Kenichi Handa [Tue, 9 Jul 2002 00:43:51 +0000 (00:43 +0000)]
*** empty log message ***

22 years ago("latin-3-prefix"): Remove bogus Latin-3
Kenichi Handa [Tue, 9 Jul 2002 00:29:36 +0000 (00:29 +0000)]
("latin-3-prefix"): Remove bogus Latin-3
characters and ~o -> \e,Cu\e(B, ~O -> \e,CU\e(B.

22 years ago(Fcall_process): Fix previous change.
Kenichi Handa [Tue, 9 Jul 2002 00:12:23 +0000 (00:12 +0000)]
(Fcall_process): Fix previous change.

22 years ago*** empty log message ***
Dave Love [Mon, 8 Jul 2002 22:32:35 +0000 (22:32 +0000)]
*** empty log message ***

22 years ago(ido-make-merged-file-list): Move fully matching item to head of list.
Kim F. Storm [Mon, 8 Jul 2002 22:22:12 +0000 (22:22 +0000)]
(ido-make-merged-file-list): Move fully matching item to head of list.

22 years ago(ido-find-common-substring): Return substring instead of t.
Kim F. Storm [Mon, 8 Jul 2002 22:03:02 +0000 (22:03 +0000)]
(ido-find-common-substring): Return substring instead of t.

22 years agoFix typo in comments, not worthy of a changelog entry.
Simon Josefsson [Mon, 8 Jul 2002 11:42:57 +0000 (11:42 +0000)]
Fix typo in comments, not worthy of a changelog entry.

22 years ago*** empty log message ***
Juanma Barranquero [Mon, 8 Jul 2002 09:37:31 +0000 (09:37 +0000)]
*** empty log message ***

22 years ago.
Andreas Schwab [Mon, 8 Jul 2002 09:36:47 +0000 (09:36 +0000)]
.

22 years ago(Info-directory-list): Fix docstring.
Juanma Barranquero [Mon, 8 Jul 2002 09:34:49 +0000 (09:34 +0000)]
(Info-directory-list): Fix docstring.

22 years ago(comint-dynamic-list-completions): Sort COMPLETIONS before first use.
Miles Bader [Mon, 8 Jul 2002 08:45:12 +0000 (08:45 +0000)]
(comint-dynamic-list-completions): Sort COMPLETIONS before first use.

22 years ago(font-lock-default-unfontify-region): Use remove-list-of-text-properties.
Stefan Monnier [Mon, 8 Jul 2002 01:30:44 +0000 (01:30 +0000)]
(font-lock-default-unfontify-region): Use remove-list-of-text-properties.
(font-lock-extra-managed-props): Doc fix.