]> git.eshelyaron.com Git - emacs.git/log
emacs.git
21 years agoSummary: MIME support added for e-mail processing that
Stefan Monnier [Thu, 22 May 2003 21:34:00 +0000 (21:34 +0000)]
Summary: MIME support added for e-mail processing that
skips encoded regions.  Allow user to skip saving Fcc messages with
large attachments.  Fixed region skipping bug with multi-line
comments - e.g.  tex $ regions spanning multiple lines.
Added support for postscript and uuencoded regions.
Redundant dictionary file names purged.
Dictionary definition field name changed from "Character Set"
to "Coding System".  Fixed bug in reloading dictionaries.
Modified headers to reflect new version.  XEmacs menu now adds
customize item.
(ispell-check-version): No longer an aliased function.
Returns library path if not called interactively.
Variable `temporary-file-directory' protected if not loaded.
(check-ispell-version): Now the alias for `ispell-check-version'.
(ispell-message-fcc-skip): New variable that determines if and when
to query about saving Fcc copy of message if an attachment is large.
(ispell-skip-html): Declared buffer-local.
(ispell-local-dictionary-alist): Docstring expanded.
Tag name changed from "Character Set" to "Coding System".
(ispell-dictionary-alist-1): Removed redundant command-line option to
load brasileiro, british, and castellano dictionary files.
(ispell-dictionary-alist-2): Removed redundant command-line option to
load czech dictionary file.
(ispell-dictionary-alist-3): Moved francais-tex here.
(ispell-dictionary-alist-4): Removed german and german8 dictionaries.
The deutsch ones are the correct definitions.  `nederlands'
and `nederlands8' dictionaries moved here.
(ispell-dictionary-alist-5): `polish' and `portugues' dictionaries
moved here.  Removed redundant command-line option to `norsk'
and `portugues'.
(ispell-dictionary-alist-6): Removed redundant command-line option to
load `russian' and `slovak' dictionary files.
(ispell-dictionary-alist): Tag name changed from "Character Set" to
"Coding System".
(ispell-version): Updated to 3.6.
(ispell-library-directory): Calls non-deprecated function.
(ispell-valid-dictionary-list): New function returning all valid
dictionaries on machine.
(ispell-checking-message): Documentation string improved.
(ispell-skip-region-alist): Added uuencoded and postscript region
skipping.  Improved http/e-mail/file regexp to not match `/.\w'.
(ispell-html-skip-alists): New variable for html region support.
(ispell-send-string): Removed redundant xemacs check.
(ispell-word): Fix spelling error in documentation string, added
extent information to support highlighting in ispell-minor-mode.
(ispell-command-loop): Disable horizontal scrollbar in XEmacs
choices buffer.
(ispell-show-choices): Directly select `choices-window'.
(ispell-help): Use default buffer size for electric help.
(ispell-adjusted-window-height): Correct for xemacs detection.
(ispell-start-process): Don't double specify dictionary file name.
(ispell-init-process): Set `ispell-library-path' each call.
(ispell-change-dictionary): Now only completes valid dictionaries.
(ispell-region): Add support for MIME region skipping and Fcc
message query for large attachments.
(ispell-begin-skip-region-regexp): Add documentation string.
Added message support and cleaned up code for generic and html regions.
(ispell-begin-skip-region): Function is now requires alist argument.
(ispell-begin-tex-skip-regexp): Added comments and support
improved html and message regions.
(ispell-skip-region-list): New function for MIME and region skipping.
(ispell-tex-arg-end): Add documentation string.
(ispell-ignore-fcc): New function to query saving Fcc message.
(ispell-skip-region): Calculate alist for key match dynamically,
html skipping pushed to alists.
(ispell-get-line): Add support for multi-line comment regions.
(ispell): Check that variables to continue spelling are bound.
(ispell-message-text-end): Postscript and uuencoded regions now
supported as MIME regions, rather than as end-of-message region.
(ispell-mime-multipartp): New function supporting MIME.
(ispell-mime-skip-part): New function supporting MIME.
(ispell-message): Add MIME support.
(ispell-buffer-local-parsing): Variable `ispell-skip-html' now local.
(ispell-buffer-local-dict): Fixed bug for detecting and reloading
new dictionary.

21 years ago*** empty log message ***
Juanma Barranquero [Thu, 22 May 2003 21:06:42 +0000 (21:06 +0000)]
*** empty log message ***

21 years ago(Creating Strings): Update split-string specification and examples.
Juanma Barranquero [Thu, 22 May 2003 21:05:25 +0000 (21:05 +0000)]
(Creating Strings): Update split-string specification and examples.

21 years ago(split-string): Implement specification that splitting on explicit separators
Juanma Barranquero [Thu, 22 May 2003 20:59:57 +0000 (20:59 +0000)]
(split-string): Implement specification that splitting on explicit separators
retains null fields.  Add new argument OMIT-NULLS.  Special-case (split-string
"a string").

21 years ago*** empty log message ***
Dave Love [Thu, 22 May 2003 20:01:37 +0000 (20:01 +0000)]
*** empty log message ***

21 years ago(difftime) [!HAVE_DIFFTIME]: Define.
Dave Love [Thu, 22 May 2003 20:01:19 +0000 (20:01 +0000)]
(difftime) [!HAVE_DIFFTIME]: Define.
(strerror) [!HAVE_STRERROR && !WINDOWSNT]: New.

21 years ago(Indentation): Explain the concepts.
Kai Großjohann [Thu, 22 May 2003 14:53:58 +0000 (14:53 +0000)]
(Indentation): Explain the concepts.
(Just Spaces): Explain why preventing tabs for indentation might
be useful.

21 years agoInclude lisp.h, not ../src/lisp.h.
Dave Love [Thu, 22 May 2003 13:38:44 +0000 (13:38 +0000)]
Include lisp.h, not ../src/lisp.h.
(make_drawing_gcs): Remove unused `xswa', `mask'.

21 years agoInclude lisp.h, not ../src/lisp.h.
Dave Love [Thu, 22 May 2003 13:30:20 +0000 (13:30 +0000)]
Include lisp.h, not ../src/lisp.h.
(lw_lucid_widget_p): Remove unused `mw'.
(xlw_update_one_widget, xlw_pop_instance) [PROTOTYPES]: Provide
ISO C arglists.

21 years agoRemove redundant test for term.h. Test for
Dave Love [Thu, 22 May 2003 13:19:53 +0000 (13:19 +0000)]
Remove redundant test for term.h.  Test for
difftime.

21 years ago(ENCODE_UNSAFE_CHARACTER): Adjusted for the name change
Kenichi Handa [Thu, 22 May 2003 05:53:23 +0000 (05:53 +0000)]
(ENCODE_UNSAFE_CHARACTER): Adjusted for the name change
of CODING_REPLACEMENT_CHARACTER.
(decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
check this flag on encoding.
(encode_coding_sjis_big5): Check
CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
(Fset_terminal_coding_system_internal): Set
CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
instead of setting CODING_FLAG_ISO_SAFE flag in
terminal_coding.flags.

21 years ago(CODING_REPLACEMENT_CHARACTER): Renamed from
Kenichi Handa [Thu, 22 May 2003 05:52:15 +0000 (05:52 +0000)]
(CODING_REPLACEMENT_CHARACTER): Renamed from
CODING_INHIBIT_CHARACTER_SUBSTITUTION.
(CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.

21 years agoUpdated.
Kenichi Handa [Thu, 22 May 2003 04:43:12 +0000 (04:43 +0000)]
Updated.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 22 May 2003 04:42:34 +0000 (04:42 +0000)]
*** empty log message ***

21 years ago("chinese-py-punct-b5"): Change the title
Kenichi Handa [Thu, 22 May 2003 04:20:28 +0000 (04:20 +0000)]
("chinese-py-punct-b5"): Change the title
Chinese characters from GB to Big5.

21 years ago(select-safe-coding-system): Try
Kenichi Handa [Thu, 22 May 2003 01:50:11 +0000 (01:50 +0000)]
(select-safe-coding-system): Try
default-buffer-file-coding-system too for automatic selection.

21 years ago*** empty log message ***
Dave Love [Wed, 21 May 2003 22:28:54 +0000 (22:28 +0000)]
*** empty log message ***

21 years agoutf bits. useXIM.
Dave Love [Wed, 21 May 2003 22:23:52 +0000 (22:23 +0000)]
utf bits.  useXIM.

21 years agouseXIM. index entries.
Dave Love [Wed, 21 May 2003 22:14:51 +0000 (22:14 +0000)]
useXIM.  index entries.

21 years ago(x_window, x_window): Use use_xim.
Dave Love [Wed, 21 May 2003 22:12:15 +0000 (22:12 +0000)]
(x_window, x_window): Use use_xim.

21 years ago(use_xim): Initialize.
Dave Love [Wed, 21 May 2003 22:11:50 +0000 (22:11 +0000)]
(use_xim): Initialize.
(xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
(x_term_init): Maybe set use_xim.

21 years ago(use_xim) [HAVE_X_I18N]: Declare.
Dave Love [Wed, 21 May 2003 22:11:31 +0000 (22:11 +0000)]
(use_xim) [HAVE_X_I18N]: Declare.

21 years ago(unicodedata-file): New.
Dave Love [Wed, 21 May 2003 22:00:01 +0000 (22:00 +0000)]
(unicodedata-file): New.
(unicode-data): New (adapted from unicode branch).
(describe-char): Use it.  Print char's unicode differently.  Avoid
elements with null cadr when formatting list.  Clarify error
message when used in Help buffer.
(button): Require when compiling.
(describe-char-after): Alias for obsolete command.

21 years ago(main) [WINDOWSNT]: Move it here.
Jason Rumney [Wed, 21 May 2003 20:46:24 +0000 (20:46 +0000)]
(main) [WINDOWSNT]: Move it here.

21 years ago(_start): Remove _fmode initialization.
Jason Rumney [Wed, 21 May 2003 20:43:00 +0000 (20:43 +0000)]
(_start): Remove _fmode initialization.

21 years ago(gud-gdba-command-name): Use -noasync option for Gdb
Nick Roberts [Wed, 21 May 2003 20:12:20 +0000 (20:12 +0000)]
(gud-gdba-command-name): Use -noasync option for Gdb
with MS windows.
(gdb-display-end): Only make buffer writeable temporarily.
Move "View" submenu up one level.

21 years ago*** empty log message ***
Nick Roberts [Wed, 21 May 2003 20:10:34 +0000 (20:10 +0000)]
*** empty log message ***

21 years ago(get_local_map): Don't get char-property of previous
Stefan Monnier [Wed, 21 May 2003 16:39:49 +0000 (16:39 +0000)]
(get_local_map): Don't get char-property of previous
point any more: get_pos_property already does it and better.

21 years agoDo not instruct the user to autoload `ansi-color-for-comint-mode-on'.
Lute Kamstra [Wed, 21 May 2003 15:55:52 +0000 (15:55 +0000)]
Do not instruct the user to autoload `ansi-color-for-comint-mode-on'.

21 years ago(ctl-x-map): Remove the C-x U binding added recently.
Stefan Monnier [Wed, 21 May 2003 15:29:36 +0000 (15:29 +0000)]
(ctl-x-map): Remove the C-x U binding added recently.

21 years ago*** empty log message ***
Dave Love [Wed, 21 May 2003 12:59:28 +0000 (12:59 +0000)]
*** empty log message ***

21 years ago(gdb-view-source, gdb-selected-view): New variables.
Nick Roberts [Wed, 21 May 2003 00:49:46 +0000 (00:49 +0000)]
(gdb-view-source, gdb-selected-view): New variables.
(gdba): Inhibit DOS window in MS Windows.
(gdb-inferior-io-mode): Use hexl instead of cat.
(gdb-info-breakpoints-custom, gdb-assembler-custom, gdb-reset):
Use text in margin for MS Windows as there is no image support.
(gdb-restore-windows, gdb-setup-windows): Restore/start with
assembler view if appropriate.
(gdb-assembler-custom): Assembler code should display at point.
Parse address correctly.
(gdb-frame-handler): Accommodate selection of display of source
or assembler.
Add radio buttons to select display of source or assembler.

21 years ago*** empty log message ***
Nick Roberts [Wed, 21 May 2003 00:48:48 +0000 (00:48 +0000)]
*** empty log message ***

21 years agoNotes on fonts, Debian packages.
Dave Love [Tue, 20 May 2003 16:57:09 +0000 (16:57 +0000)]
Notes on fonts, Debian packages.

21 years ago*** empty log message ***
Dave Love [Tue, 20 May 2003 16:34:55 +0000 (16:34 +0000)]
*** empty log message ***

21 years agoCheck HAVE_LIBLOCKFILE like HAVE_LIBMAIL.
Dave Love [Tue, 20 May 2003 16:34:35 +0000 (16:34 +0000)]
Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.

21 years agoDefine LIBS_MAIL=-llockfile.
Dave Love [Tue, 20 May 2003 16:33:02 +0000 (16:33 +0000)]
Define LIBS_MAIL=-llockfile.

21 years agoAppend * to s390-*-linux-gnu case.
Dave Love [Tue, 20 May 2003 16:32:16 +0000 (16:32 +0000)]
Append * to s390-*-linux-gnu case.
(LIBMAIL) <lockfile>: Don't define.

21 years ago(MAIL_USE_FLOCK): Make it conditional.
Dave Love [Tue, 20 May 2003 16:27:57 +0000 (16:27 +0000)]
(MAIL_USE_FLOCK): Make it conditional.

21 years ago*** empty log message ***
Juanma Barranquero [Mon, 19 May 2003 22:26:09 +0000 (22:26 +0000)]
*** empty log message ***

21 years ago(desktop-save): Ensure parameter is expanded and ends with a slash before
Juanma Barranquero [Mon, 19 May 2003 22:17:30 +0000 (22:17 +0000)]
(desktop-save): Ensure parameter is expanded and ends with a slash before
assigning it to desktop-dirname and default-directory.
(desktop-read): Put buffers existing prior to evaluating the desktop (and not
reused) at the end of the buffer list.
(desktop-create-buffer): Don't update desktop-first-buffer for old desktop
files.

21 years ago(xml-name-regexp): Wrap in `eval-and-compile'.
John Paul Wallington [Mon, 19 May 2003 17:45:27 +0000 (17:45 +0000)]
(xml-name-regexp): Wrap in `eval-and-compile'.

21 years ago*** empty log message ***
Stefan Monnier [Mon, 19 May 2003 16:36:06 +0000 (16:36 +0000)]
*** empty log message ***

21 years agoDoc fixes.
Dave Love [Mon, 19 May 2003 16:03:45 +0000 (16:03 +0000)]
Doc fixes.
(xml-parse-file, xml-parse-region): Autoload.
(xml-syntax-table, xml-name-regexp): New.
(xml-parse-region): Narrow to region, set syntax-table and
case-fold-search.  Reject fewer valid documents.
(xml-parse-tag): Remove arg END.  Callers changed.
(xml-parse-tag): Use skip-syntax-forward.  Use PARSE-DTD arg
properly.  Don't use buffer-substring-no-properties.  Don't bind
case-fold-search.  Fix syntax for empty elements.  Hoist consing
of end-of-tag regexp out of loop.
(xml-parse-attlist): Remove arg.  Callers changed.  Use
skip-syntax-forward, replace-regexp-in-string, forward-sexp.
Allow non-ASCII names.
(xml-skip-dtd): Remove arg.  Callers changed.  Change matching
code.
(xml-parse-dtd): Grok external DTDs.  Allow non-ASCII.  Don't use
match-string-no-properties.
(xml-ucs-to-string): Deleted.
(xml-substitute-entity): New.
(xml-substitute-special): Use it.
(xml-debug-print-internal): Simplify insertions.
(xml-parse-file): Avoid finding file in xml-mode.

21 years ago* simple.el (kill-whole-line): New function.
Kai Großjohann [Mon, 19 May 2003 15:47:14 +0000 (15:47 +0000)]
* simple.el (kill-whole-line): New function.
* bindings.el (global-map): Bind it.

21 years ago*** empty log message ***
Richard M. Stallman [Mon, 19 May 2003 14:52:43 +0000 (14:52 +0000)]
*** empty log message ***

21 years agoCorrect invariant section names.
Richard M. Stallman [Mon, 19 May 2003 14:52:12 +0000 (14:52 +0000)]
Correct invariant section names.

21 years ago(goto-address-fontify-maximum-size): Value t means no limit.
Richard M. Stallman [Mon, 19 May 2003 14:49:25 +0000 (14:49 +0000)]
(goto-address-fontify-maximum-size): Value t means no limit.
(goto-address-fontify): Implement that feature.

21 years ago(find-function-on-key): Move the call to find-function-other-window
Richard M. Stallman [Mon, 19 May 2003 14:47:46 +0000 (14:47 +0000)]
(find-function-on-key): Move the call to find-function-other-window
outside the save-excursion.

21 years ago(ff-special-constructs): Delete the Ada entry.
Richard M. Stallman [Mon, 19 May 2003 14:46:49 +0000 (14:46 +0000)]
(ff-special-constructs): Delete the Ada entry.

21 years ago(x-create-frame-with-faces): Don't call face-set-after-frame-default.
Richard M. Stallman [Mon, 19 May 2003 14:46:06 +0000 (14:46 +0000)]
(x-create-frame-with-faces): Don't call face-set-after-frame-default.
(face-set-after-frame-default): Copy attrs of global `default'
face to FRAME's `default' face.

21 years agoMark as obsolete.
Richard M. Stallman [Mon, 19 May 2003 14:43:20 +0000 (14:43 +0000)]
Mark as obsolete.

21 years agoComment change.
Richard M. Stallman [Mon, 19 May 2003 14:41:32 +0000 (14:41 +0000)]
Comment change.

21 years ago(Finternal_set_lisp_face_attribute): Handle Qunspecified
Richard M. Stallman [Mon, 19 May 2003 14:41:09 +0000 (14:41 +0000)]
(Finternal_set_lisp_face_attribute): Handle Qunspecified
as value for QCfont attribute.
(realize_default_face): lface should already exist; crash if not.
Specify 0 for FORCE_P when calling set_lface_from_font_name.

21 years ago(Fignore_event): Doc fix.
Richard M. Stallman [Mon, 19 May 2003 14:38:44 +0000 (14:38 +0000)]
(Fignore_event): Doc fix.

21 years ago(decode_coding_string): Handle post-read-conversion
Kenichi Handa [Mon, 19 May 2003 13:02:39 +0000 (13:02 +0000)]
(decode_coding_string): Handle post-read-conversion
even if the coding doesn't require decoding.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 19 May 2003 13:02:16 +0000 (13:02 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Juanma Barranquero [Mon, 19 May 2003 00:10:02 +0000 (00:10 +0000)]
*** empty log message ***

21 years ago(skeleton-internal-1): Allow - as alternate interesting point marker and revert
Juanma Barranquero [Sun, 18 May 2003 23:58:08 +0000 (23:58 +0000)]
(skeleton-internal-1): Allow - as alternate interesting point marker and revert
@ to just setting skeleton-positions.

21 years ago(put-arrow): Rename gdb-put-arrow and simplify.
Nick Roberts [Sun, 18 May 2003 22:19:17 +0000 (22:19 +0000)]
(put-arrow): Rename gdb-put-arrow and simplify.
(put-string): Rename gdb-put-string and simplify.
(remove-strings): Rename gdb-remove-strings.
(remove-arrow): Rename gdb-remove-arrow.
(gdb-assembler-custom): Try to get line marker (arrow) to display
in window (revisited).
Use with-current-buffer where possible.

21 years ago*** empty log message ***
Nick Roberts [Sun, 18 May 2003 22:17:24 +0000 (22:17 +0000)]
*** empty log message ***

21 years ago(beginning-of-defun-raw): Use shy-group.
Stefan Monnier [Sun, 18 May 2003 21:51:01 +0000 (21:51 +0000)]
(beginning-of-defun-raw): Use shy-group.

21 years ago(executable-set-magic): Remove unused vars `point' and `buffer-modified-p'.
Stefan Monnier [Sun, 18 May 2003 21:37:23 +0000 (21:37 +0000)]
(executable-set-magic): Remove unused vars `point' and `buffer-modified-p'.

21 years ago(mail-mode): Don't bother setting paragraph-start.
Stefan Monnier [Sun, 18 May 2003 21:35:06 +0000 (21:35 +0000)]
(mail-mode): Don't bother setting paragraph-start.

21 years agoUse explicit coding tag.
Stefan Monnier [Sun, 18 May 2003 21:27:41 +0000 (21:27 +0000)]
Use explicit coding tag.

21 years ago(sgml-xml-auto-coding-function, sgml-html-meta-auto-coding-function):
Stefan Monnier [Sun, 18 May 2003 21:07:01 +0000 (21:07 +0000)]
(sgml-xml-auto-coding-function, sgml-html-meta-auto-coding-function):
Don't assume point-min == 1.

21 years ago(hz-set-msb-table): Build when compiling.
Stefan Monnier [Sun, 18 May 2003 21:02:22 +0000 (21:02 +0000)]
(hz-set-msb-table): Build when compiling.
(big5-to-cns): Pre-build the alist when compiling.

21 years ago(indian-regexp-of-hashtbl-keys): Don't sort the argument to regexp-opt.
Stefan Monnier [Sun, 18 May 2003 20:58:34 +0000 (20:58 +0000)]
(indian-regexp-of-hashtbl-keys): Don't sort the argument to regexp-opt.
(indian--puthash-char): Use dolist rather than mapc.

21 years ago*** empty log message ***
Stefan Monnier [Sun, 18 May 2003 19:34:14 +0000 (19:34 +0000)]
*** empty log message ***

21 years agoUpdate copyright years.
John Paul Wallington [Sun, 18 May 2003 18:27:57 +0000 (18:27 +0000)]
Update copyright years.

21 years ago(ibuffer-display-summary): New customizable variable.
John Paul Wallington [Sun, 18 May 2003 18:24:52 +0000 (18:24 +0000)]
(ibuffer-display-summary): New customizable variable.
(ibuffer-update-title-and-summary): Respect it.

21 years ago*** empty log message ***
Michael Kifer [Sun, 18 May 2003 17:19:59 +0000 (17:19 +0000)]
*** empty log message ***

21 years ago2003-05-18 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sun, 18 May 2003 17:18:09 +0000 (17:18 +0000)]
2003-05-18  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff-mult.el (ediff-default-filtering-regexp): new variable.

* ediff-util.el (ediff-maybe-save-and-delete-merge): change in a
message.

* ediff.el (ediff-directories,ediff-directory-revisions,
ediff-directories3,ediff-merge-directories,
ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions,
ediff-merge-directory-revisions-with-ancestor): make use of the new
ediff-default-filtering-regexp variable.

21 years ago*** empty log message ***
Richard M. Stallman [Sun, 18 May 2003 15:10:07 +0000 (15:10 +0000)]
*** empty log message ***

21 years ago(Fcall_process_region): Doc fix.
Richard M. Stallman [Sun, 18 May 2003 15:10:00 +0000 (15:10 +0000)]
(Fcall_process_region): Doc fix.

21 years ago(which-func-current, which-func-format):
Richard M. Stallman [Sun, 18 May 2003 15:07:11 +0000 (15:07 +0000)]
(which-func-current, which-func-format):
Preload the risky-local-variable properties for them.

21 years ago(prepare-change-group): Reinstate BUFFER arg; make it work.
Richard M. Stallman [Sun, 18 May 2003 15:04:24 +0000 (15:04 +0000)]
(prepare-change-group): Reinstate BUFFER arg; make it work.

21 years ago*** empty log message ***
Stefan Monnier [Sun, 18 May 2003 05:29:38 +0000 (05:29 +0000)]
*** empty log message ***

21 years ago(Fload): Print a message if package is obsolete.
Stefan Monnier [Sun, 18 May 2003 03:30:07 +0000 (03:30 +0000)]
(Fload): Print a message if package is obsolete.

21 years agoDon't require vc.el anymore.
Stefan Monnier [Sun, 18 May 2003 03:01:22 +0000 (03:01 +0000)]
Don't require vc.el anymore.
(log-edit-mode-map): Fold vc-log-mode-map into it.
(vc-log-mode-map): Redefine as an alias.
(vc-previous-comment): Don't widen.
(vc-comment-to-change-log): Don't redundantly set paragraph-separate.
Don't require `add-log' since it's already required at toplevel.

21 years ago(vc-log-mode-map, vc-maximum-comment-ring-size)
Stefan Monnier [Sun, 18 May 2003 02:53:24 +0000 (02:53 +0000)]
(vc-log-mode-map, vc-maximum-comment-ring-size)
(vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
Move vars to log-edit.el.
(vc-new-comment-index, vc-previous-comment, vc-next-comment)
(vc-comment-search-reverse, vc-comment-search-forward)
(vc-comment-to-change-log): Move funs to log-edit.el.
(vc-clear-context): Don't empty the comment-ring.
(vc-finish-logentry): Don't add the comment onto the comment-ring.

21 years ago(vc-log-mode-map, vc-maximum-comment-ring-size, vc-comment-ring)
Stefan Monnier [Sun, 18 May 2003 02:46:56 +0000 (02:46 +0000)]
(vc-log-mode-map, vc-maximum-comment-ring-size, vc-comment-ring)
(vc-comment-ring-index, vc-last-comment-match): Move vars from vc.el.
(vc-new-comment-index, vc-previous-comment, vc-next-comment)
(vc-comment-search-reverse, vc-comment-search-forward)
(vc-comment-to-change-log): Move funs from vc.el.
(log-edit-show-files): Remove unused var `editbuf'.

21 years ago(macro-declaration-function): Avoid `dolist' and `cadr'.
Stefan Monnier [Sun, 18 May 2003 02:31:19 +0000 (02:31 +0000)]
(macro-declaration-function): Avoid `dolist' and `cadr'.

21 years agoNew icons for debugger.
Nick Roberts [Sat, 17 May 2003 23:28:38 +0000 (23:28 +0000)]
New icons for debugger.

21 years ago(gdb): Define gud-nexti.
Nick Roberts [Sat, 17 May 2003 23:25:51 +0000 (23:25 +0000)]
(gdb): Define gud-nexti.
(gud-menu-map): Add gud-nexti to map.
(gud-tool-bar-map): Add gud-nexti and gud-stepi to toolbar.

21 years ago*** empty log message ***
Nick Roberts [Sat, 17 May 2003 23:24:39 +0000 (23:24 +0000)]
*** empty log message ***

21 years ago(number-to-register): Use `string-to-number' instead
John Paul Wallington [Sat, 17 May 2003 22:47:18 +0000 (22:47 +0000)]
(number-to-register): Use `string-to-number' instead
of `string-to-int'.

21 years ago(tcl-indent-exp): Remove dead code.
Stefan Monnier [Sat, 17 May 2003 22:43:51 +0000 (22:43 +0000)]
(tcl-indent-exp): Remove dead code.
(tcl-tab-always-indent): Default to tab-always-indent.

21 years ago(skkdic-okuri-nasi-entries, skkdic-okuri-nasi-entries-count):
John Paul Wallington [Sat, 17 May 2003 22:42:54 +0000 (22:42 +0000)]
(skkdic-okuri-nasi-entries, skkdic-okuri-nasi-entries-count):
Use defvar for non-constants.

21 years ago(perl-tab-always-indent): Default to tab-always-indent.
Stefan Monnier [Sat, 17 May 2003 22:38:13 +0000 (22:38 +0000)]
(perl-tab-always-indent): Default to tab-always-indent.
(perl-end-of-function): Remove unsed var `npos'.

21 years ago(which-func-format): Make it risky-local-variable.
Stefan Monnier [Sat, 17 May 2003 22:21:36 +0000 (22:21 +0000)]
(which-func-format): Make it risky-local-variable.
(which-func-table): New var.
(which-func-current): Make it into a constant modeline spec.
(which-func-previous): Remove.
(which-func-update): Only update the selected window.
(which-func-update-1): Use the new var to allow the current
function to be different for a buffer shown in two windows.

21 years ago(with-selected-window): New macro.
Stefan Monnier [Sat, 17 May 2003 22:00:40 +0000 (22:00 +0000)]
(with-selected-window): New macro.
(dolist, dotimes, with-current-buffer): Use backquotes.
(when, unless, save-match-data, combine-after-change-calls)
(with-output-to-string, with-temp-buffer): Add `declare' info.
(listify-key-sequence): Don't allocate unnecessarily.
(read-quoted-char): Allow up to base 36.
(prepare-change-group): Remove unimplemented argument.

21 years ago(Fselect_window): Add optional `norecord' arg.
Stefan Monnier [Sat, 17 May 2003 21:19:55 +0000 (21:19 +0000)]
(Fselect_window): Add optional `norecord' arg.
(select_window_1): Fold into Fselect_window.
(select_window_norecord): New function.
(temp_output_buffer_show): Use it.  Preserve current buffer.
(delete_window, Fother_window, Fset_window_configuration):
Pass nil as new arg to Fselect_window.

21 years ago(Fselect_window): Add optional arg `norecord'.
Stefan Monnier [Sat, 17 May 2003 21:17:45 +0000 (21:17 +0000)]
(Fselect_window): Add optional arg `norecord'.

21 years ago(pp-to-string, Info-goto-node): Don't autoload.
Stefan Monnier [Sat, 17 May 2003 20:29:40 +0000 (20:29 +0000)]
(pp-to-string, Info-goto-node): Don't autoload.
(widget-choose, widget-map-buttons): Use with-current-buffer.
(widget-field-add-space): Change to nil (and to defconst).
(widget-info-link-action): Use `info'.

21 years ago(read_process_output): Back out change from 2003-03-09.
David Kastrup [Sat, 17 May 2003 20:03:22 +0000 (20:03 +0000)]
(read_process_output): Back out change from 2003-03-09.

21 years ago*** empty log message ***
David Kastrup [Sat, 17 May 2003 20:02:55 +0000 (20:02 +0000)]
*** empty log message ***

21 years ago(get_pos_property): Declare.
Stefan Monnier [Sat, 17 May 2003 18:54:56 +0000 (18:54 +0000)]
(get_pos_property): Declare.

21 years ago(create_root_interval, graft_intervals_into_buffer): Use BEG.
Stefan Monnier [Sat, 17 May 2003 18:47:18 +0000 (18:47 +0000)]
(create_root_interval, graft_intervals_into_buffer): Use BEG.
(merge_properties, intervals_equal, merge_properties_sticky): Use XCAR, XCDR.
(adjust_for_invis_intang): Pass new arg to text_property_stickiness.
(get_local_map): Use get_pos_property (for stickiness and empty overlays).

21 years ago(get_pos_property): Don't assume that `object' = nil.
Stefan Monnier [Sat, 17 May 2003 18:47:04 +0000 (18:47 +0000)]
(get_pos_property): Don't assume that `object' = nil.