]> git.eshelyaron.com Git - emacs.git/log
emacs.git
21 years ago(ada-search-directories): Take into account ADA_INCLUDE_PATH for better
Juanma Barranquero [Tue, 29 Apr 2003 23:35:40 +0000 (23:35 +0000)]
(ada-search-directories): Take into account ADA_INCLUDE_PATH for better
compatibility with GNAT.
(ada-contextual-menu): Menu defined through `easy-menu-define' instead.  Various
adjustments to the indentation engine (handling of subtypes, begin blocks,
etc.).
(ada-create-menu): Major rewrite of the handling of menus to use
`easy-menu-define' for cleaner code and better compatibility with XEmacs.  All
menus that were previously in ada-xref.el and ada-prj.el are now defined in this
package, which makes it easier to edit menus.
(ada-narrow-to-defun): Add support for `narrow-to-region'.  No longer
explicitely load ada-xref.el and ada-prj.el.  Use autoload statements instead.

21 years agoAdded a comment explaining the various ways to save a game score on POSIX
Juanma Barranquero [Tue, 29 Apr 2003 23:06:50 +0000 (23:06 +0000)]
Added a comment explaining the various ways to save a game score on POSIX
systems.
(gamegrid-add-score-with-update-game-score): Use `cond' instead of `if'.
Provide for the case that FILE is an absolute filename.  Create the directory
"$HOME/.emacs.d/games", if necessary.

21 years ago(isearch-complete1): Don't allocate unnecessarily.
Stefan Monnier [Tue, 29 Apr 2003 20:38:53 +0000 (20:38 +0000)]
(isearch-complete1): Don't allocate unnecessarily.
(isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling.
(isearch-update-ring): Use push.

21 years agoMention Unicode limitations.
Simon Josefsson [Tue, 29 Apr 2003 13:35:52 +0000 (13:35 +0000)]
Mention Unicode limitations.

21 years ago*** empty log message ***
Richard M. Stallman [Tue, 29 Apr 2003 05:36:19 +0000 (05:36 +0000)]
*** empty log message ***

21 years ago(byte-compile-cl-warn): Use `string-match'.
John Paul Wallington [Tue, 29 Apr 2003 02:56:25 +0000 (02:56 +0000)]
(byte-compile-cl-warn): Use `string-match'.

21 years ago(byte-compile-cl-warn): Avoid cl warnings
Dave Love [Mon, 28 Apr 2003 22:05:17 +0000 (22:05 +0000)]
(byte-compile-cl-warn): Avoid cl warnings
from caaar & al.

21 years agoUndo last (RMS') change, as it is useless, per Dave Love.
Francesco Potortì [Mon, 28 Apr 2003 16:24:30 +0000 (16:24 +0000)]
Undo last (RMS') change, as it is useless, per Dave Love.

21 years agoUndo RMS' change in configure.in, as it is useless, per Dave Love.
Francesco Potortì [Mon, 28 Apr 2003 16:23:10 +0000 (16:23 +0000)]
Undo RMS' change in configure.in, as it is useless, per Dave Love.

21 years ago* make-package: Allocate 5% extra space on disk image for directories
Andrew Choi [Mon, 28 Apr 2003 16:15:35 +0000 (16:15 +0000)]
* make-package: Allocate 5% extra space on disk image for directories
  and partition tables.

21 years agouse Jan in ChangeLog entry header per rms
Karl Berry [Mon, 28 Apr 2003 14:07:13 +0000 (14:07 +0000)]
use Jan in ChangeLog entry header per rms

21 years agoSet coding-category-utf-16-be to
Kenichi Handa [Mon, 28 Apr 2003 09:17:25 +0000 (09:17 +0000)]
Set coding-category-utf-16-be to
mule-utf-16-be-with-signature, coding-category-utf-16-le to
mule-utf-16-le-with-signature.  Raise the priority of
coding-category-utf-8, coding-category-utf-16-be, and
coding-category-utf-16-le

21 years ago(reset-language-environment): Raise the priority of mule-utf-8,
Kenichi Handa [Mon, 28 Apr 2003 09:16:19 +0000 (09:16 +0000)]
(reset-language-environment): Raise the priority of mule-utf-8,
mule-utf-16-be-with-signature and mule-utf-16-le.-with-signature.

21 years ago*** empty log message ***
Juanma Barranquero [Sun, 27 Apr 2003 11:24:59 +0000 (11:24 +0000)]
*** empty log message ***

21 years ago(read_scores): Fix corruption of score files.
Juanma Barranquero [Sun, 27 Apr 2003 11:22:16 +0000 (11:22 +0000)]
(read_scores): Fix corruption of score files.

21 years ago(scroll-bar-drag-1): Replace beginning-of-line with vertical-motion.
Juanma Barranquero [Sun, 27 Apr 2003 11:09:53 +0000 (11:09 +0000)]
(scroll-bar-drag-1): Replace beginning-of-line with vertical-motion.

21 years ago*** empty log message ***
Juanma Barranquero [Sat, 26 Apr 2003 23:53:00 +0000 (23:53 +0000)]
*** empty log message ***

21 years agoMajor rewrite. The code is reordered, cleaner and faster.
Juanma Barranquero [Sat, 26 Apr 2003 23:41:59 +0000 (23:41 +0000)]
Major rewrite.  The code is reordered, cleaner and faster.
Introduced new options to automatically cleanup the recent list,
and to handle filename transformation (for example to use true
filenames).
(recentf-version): New constant.
(recentf-save-file-header): Moved.
(recentf-data-cache): New variable.
(recentf-update-menu-p, recentf-initialized-p): Removed.
(recentf-menu-customization-changed): Moved.  Doc fix.
(recentf-max-saved-items): Doc fix.
(recentf-save-file): Doc fix.  No more expand filename here.
(recentf-exclude, recentf-menu-action)
(recentf-menu-filter): Doc fix.
(recentf-menu-append-commands-flag): Renamed from...
(recentf-menu-append-commands-p): Made obsolete.
(recentf-keep-non-readable-files-flag): Renamed from...
(recentf-keep-non-readable-files-p): Made obsolete.
(recentf-auto-cleanup, recentf-filename-handler): New options.
(recentf-string-equal, recentf-string-lessp)
(recentf-string-member): New functions.
(recentf-trunc-list): Moved.
(recentf-dump-variable): Moved.  Better code and output format.
(recentf-auto-cleanup-timer): New variable.
(recentf-auto-cleanup): New function.
(recentf-push, recentf-expand-file-name): New functions.
(recentf-add-file): In-lined.  Use above functions.
(recentf-remove-if-non-readable): In-lined.  Expand file name.
(recentf-find-file): Use `recentf-remove-if-non-readable'.
(recentf-directory-compare): Moved.  Use `recentf-string-equal'
and `recentf-string-lessp' to do comparisons.
(recentf-menu-items-for-commands)
(recentf-menu-filter-commands): Moved.
(recentf-elements, recentf-make-menu-element)
(recentf-menu-element-item, recentf-menu-element-value)
(recentf-set-menu-element-item, recentf-set-menu-element-value)
(recentf-sub-menu-element-p, recentf-make-default-menu-element)
(recentf-menu-elements): In-lined. Some doc fix.
(recentf-apply-menu-filter): Better code.
(recentf-make-menu-items): Doc fix.  Use
`recentf-menu-append-commands-flag'.
(recentf-make-menu-item): In-lined.  Better code.
(recentf-clear-data): New function.
(recentf-sort-ascending, recentf-sort-descending)
(recentf-sort-basenames-ascending)
(recentf-sort-basenames-descending)
(recentf-sort-directories-ascending)
(recentf-sort-directories-descending)
(recentf-show-basenames-ascending)
(recentf-show-basenames-descending: In-lined.  Better code.  Some
doc fix.
(recentf-show-basenames)
(recentf-relative-filter): Better code.  Doc fix.
(recentf-arrange-by-rule-subfilter): Doc fix.  Improved :set code.
(recentf-match-rule-p): Use filename instead of file-path.
(recentf-arrange-by-rule, recentf-build-mode-rules)
(recentf-arrange-by-mode, recentf-build-dir-rules)
(recentf-file-name-nondir)
(recentf-filter-changer-alist): Some doc fix and code cleanup.
(recentf-filter-changer-goto-next): Doc fix.  Call
`recentf-clear-data'.
(recentf-filter-changer-get-current)
(recentf-filter-changer-get-next): In-lined.  Doc fix and better
code.
(recentf-filter-changer): Doc fix and better code.
(recentf-cancel-dialog): Doc fix.
(recentf-dialog-mode-map): Initialized in defvar.
(recentf-dialog-mode): Doc fix.
(recentf-track-opened-file): Renamed from...
(recentf-add-file-hook): Removed.
(recentf-track-closed-file): Renamed from...
(recentf-remove-file-hook): Removed.
(recentf-update-menu-hook): Removed.  Replaced by...
(recentf-update-menu): New.  Better catch unnecessary updates.
Display a message on error.
(recentf-used-hooks): New constant.
(recentf-enabled-p): New function.
(recentf-edit-selected-items)
(recentf-open-files-action)
(recentf-open-files-item-shift): Doc fix.
(recentf-edit-list-action)
(recentf-open-files-item): Doc fix.  Code cleanup.
(recentf-edit-list, recentf-open-files)
(recentf-open-more-files): Likewise.  Removed autoload cookie.
(recentf-save-list, recentf-cleanup): Likewise.  Moved.
(recentf-load-list): New command.
(recentf-mode): Better code.  Does nothing if enabling the already
enabled mode.

21 years ago(regexp-opt-depth): Don't count a "//(" which appears inside a character set.
Juanma Barranquero [Sat, 26 Apr 2003 23:29:45 +0000 (23:29 +0000)]
(regexp-opt-depth): Don't count a "//(" which appears inside a character set.
(regexp-opt-not-groupie*-re): New constant.

21 years agotesting log_accum script
Rudy Gevaert [Sat, 26 Apr 2003 09:02:00 +0000 (09:02 +0000)]
testing log_accum script

21 years agoUndid last check-in.
Bill Wohler [Sat, 26 Apr 2003 05:23:50 +0000 (05:23 +0000)]
Undid last check-in.

21 years agoUpdate invisible/intangible handling spec.
Richard M. Stallman [Sat, 26 Apr 2003 02:56:41 +0000 (02:56 +0000)]
Update invisible/intangible handling spec.

21 years ago(ibuffer-name-map, ibuffer-mode-name-map)
John Paul Wallington [Sat, 26 Apr 2003 02:04:09 +0000 (02:04 +0000)]
(ibuffer-name-map, ibuffer-mode-name-map)
(ibuffer-mode-filter-group-map): Initialize in `defvar'.
(ibuffer-do-view-1): Use `make-frame' instead of `new-frame'.

21 years agonew image display support, from janneke
Karl Berry [Fri, 25 Apr 2003 23:17:06 +0000 (23:17 +0000)]
new image display support, from janneke

21 years ago(mh-version): Set to 7.3+cvs.
Bill Wohler [Fri, 25 Apr 2003 17:18:24 +0000 (17:18 +0000)]
(mh-version): Set to 7.3+cvs.

21 years ago(file-relative-name): Recognize "c:/foo" as absolute
Kai Großjohann [Fri, 25 Apr 2003 14:14:31 +0000 (14:14 +0000)]
(file-relative-name): Recognize "c:/foo" as absolute
file name.  Tiny change from David PONCE <david.ponce@wanadoo.fr>.

21 years agoRegenerated.
Bill Wohler [Fri, 25 Apr 2003 06:17:02 +0000 (06:17 +0000)]
Regenerated.

21 years agoMinor changes. Still 7.3.
Bill Wohler [Fri, 25 Apr 2003 06:14:09 +0000 (06:14 +0000)]
Minor changes. Still 7.3.

21 years agoUpgraded to MH-E version 7.3.
Bill Wohler [Fri, 25 Apr 2003 05:52:00 +0000 (05:52 +0000)]
Upgraded to MH-E version 7.3.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.

21 years ago* macterm.c (x_list_fonts): Return all fonts that match if maxnames = -1.
Andrew Choi [Fri, 25 Apr 2003 04:32:25 +0000 (04:32 +0000)]
* macterm.c (x_list_fonts): Return all fonts that match if maxnames = -1.

21 years ago`symbol-macrolet' is similar to `let', not `multiple-value-bind'.
Sam Steingold [Fri, 25 Apr 2003 02:00:17 +0000 (02:00 +0000)]
`symbol-macrolet' is similar to `let', not `multiple-value-bind'.

21 years ago(fancy-diary-display-mode): Bind "q" to `quit-window'
Sam Steingold [Fri, 25 Apr 2003 01:58:49 +0000 (01:58 +0000)]
(fancy-diary-display-mode): Bind "q" to `quit-window'
in the fancy diary buffer.

21 years ago(skip_chars): Fix previous change.
Kenichi Handa [Thu, 24 Apr 2003 23:25:09 +0000 (23:25 +0000)]
(skip_chars): Fix previous change.

21 years agoFix xref.
Richard M. Stallman [Thu, 24 Apr 2003 23:14:55 +0000 (23:14 +0000)]
Fix xref.

21 years ago(assq-delete-all): Ignore non-cons elememts.
Richard M. Stallman [Thu, 24 Apr 2003 23:14:23 +0000 (23:14 +0000)]
(assq-delete-all): Ignore non-cons elememts.

21 years ago(font-lock-syntactic-keywords): Fix/expand description.
Dave Love [Thu, 24 Apr 2003 16:16:56 +0000 (16:16 +0000)]
(font-lock-syntactic-keywords): Fix/expand description.

21 years ago(help-make-xrefs): Remove extra paren.
John Paul Wallington [Thu, 24 Apr 2003 08:37:02 +0000 (08:37 +0000)]
(help-make-xrefs): Remove extra paren.

21 years ago(Writing Emacs Primitives): Clarify previous change.
Richard M. Stallman [Thu, 24 Apr 2003 02:01:11 +0000 (02:01 +0000)]
(Writing Emacs Primitives): Clarify previous change.

21 years ago(mail-send-and-exit): Make arg optional.
Richard M. Stallman [Thu, 24 Apr 2003 02:00:09 +0000 (02:00 +0000)]
(mail-send-and-exit): Make arg optional.

21 years ago(view-read-only): Doc fix.
Richard M. Stallman [Thu, 24 Apr 2003 01:58:49 +0000 (01:58 +0000)]
(view-read-only): Doc fix.

21 years ago(back-to-indentation): Call backward-prefix-chars.
Richard M. Stallman [Thu, 24 Apr 2003 01:57:46 +0000 (01:57 +0000)]
(back-to-indentation): Call backward-prefix-chars.

21 years ago(help-make-xrefs): Clean up the loop that scans
Richard M. Stallman [Thu, 24 Apr 2003 01:56:55 +0000 (01:56 +0000)]
(help-make-xrefs): Clean up the loop that scans
over a keymap inserted by \\{...}; it now stops at end of buffer.

21 years agoDon't call filesets-init.
Richard M. Stallman [Thu, 24 Apr 2003 01:55:38 +0000 (01:55 +0000)]
Don't call filesets-init.

21 years agoComment change.
Richard M. Stallman [Thu, 24 Apr 2003 01:52:37 +0000 (01:52 +0000)]
Comment change.

21 years ago(byte-compile-defun): Generate and compile a defalias form,
Richard M. Stallman [Thu, 24 Apr 2003 01:51:54 +0000 (01:51 +0000)]
(byte-compile-defun): Generate and compile a defalias form,
unless byte-compile-compatibility.

21 years ago(scheme-mode-syntax-table): Use prefix syntax for ', `, comma, @ and #.
Richard M. Stallman [Thu, 24 Apr 2003 01:41:45 +0000 (01:41 +0000)]
(scheme-mode-syntax-table): Use prefix syntax for ', `, comma, @ and #.

21 years ago(emacs-lisp-mode-syntax-table): Give @ prefix syntax.
Richard M. Stallman [Thu, 24 Apr 2003 01:36:13 +0000 (01:36 +0000)]
(emacs-lisp-mode-syntax-table): Give @ prefix syntax.

21 years ago(skip_chars): Make the code faster by using the common
Kenichi Handa [Thu, 24 Apr 2003 01:28:43 +0000 (01:28 +0000)]
(skip_chars): Make the code faster by using the common
technique of *p, *stop, and *endp.

21 years ago* xdisp.c (update_tool_bar): BLOCK_INPUT before calling
Jan Djärv [Wed, 23 Apr 2003 17:51:33 +0000 (17:51 +0000)]
* xdisp.c (update_tool_bar): BLOCK_INPUT before calling
  tool_bar_items so GTK tool bar expose callback does not access items
  being updated.

21 years ago(comment-normalize-vars): Fix regexp.
Stefan Monnier [Wed, 23 Apr 2003 14:55:19 +0000 (14:55 +0000)]
(comment-normalize-vars): Fix regexp.
 Prompt the user for the comment-start to use rather than signalling an error.
(uncomment-region): Don't leave half-removed comment markers.

21 years ago#
André Spiegel [Wed, 23 Apr 2003 13:19:36 +0000 (13:19 +0000)]
#

21 years ago(vc-cvs-stay-local): Keep the old default. Simplify doc string.
André Spiegel [Wed, 23 Apr 2003 13:14:16 +0000 (13:14 +0000)]
(vc-cvs-stay-local): Keep the old default.  Simplify doc string.

21 years agoFix license (the invariant sections mentioned has never been part of
Simon Josefsson [Wed, 23 Apr 2003 13:05:08 +0000 (13:05 +0000)]
Fix license (the invariant sections mentioned has never been part of
the smtp manual).
Align info dir entry with other emacs packages.

21 years agoPatch by Wolfgang Scherer <Wolfgang.Scherer@gmx.de>
André Spiegel [Wed, 23 Apr 2003 12:49:25 +0000 (12:49 +0000)]
Patch by Wolfgang Scherer <Wolfgang.Scherer@gmx.de>
(vc-cvs-stay-local): Allow lists of host regexps.
(vc-cvs-stay-local-p): Handle them.
(vc-cvs-parse-root): New function, used by the above.

21 years ago(vc-mcvs-root): Cache the result.
Stefan Monnier [Tue, 22 Apr 2003 19:03:18 +0000 (19:03 +0000)]
(vc-mcvs-root): Cache the result.
(vc-mcvs-registered): Simplify.  Use file-relative-name.
(vc-mcvs-register): Simplify.  Don't burp if MCVS/TYPES doesn't exist.
(vc-mcvs-command): Filter F-NN names in the output for diff and log.

21 years agoUpdate wording and version number etc.
Andrew Innes [Tue, 22 Apr 2003 12:12:07 +0000 (12:12 +0000)]
Update wording and version number etc.
Add extra instructions for installing multi-file .zip
distribution.

21 years agoFix multi-file .zip distribution, by splitting
Andrew Innes [Tue, 22 Apr 2003 12:10:51 +0000 (12:10 +0000)]
Fix multi-file .zip distribution, by splitting
emacs.exe before zipping, and including batch file to recreate
after unpacking.

21 years agoRestore changes from v1.5039 that were lost in v1.5046.
Glenn Morris [Tue, 22 Apr 2003 10:57:14 +0000 (10:57 +0000)]
Restore changes from v1.5039 that were lost in v1.5046.

21 years agoRemove personal email address and update wording.
Andrew Innes [Tue, 22 Apr 2003 10:50:52 +0000 (10:50 +0000)]
Remove personal email address and update wording.

21 years agoRemove personal email address.
Andrew Innes [Tue, 22 Apr 2003 09:29:31 +0000 (09:29 +0000)]
Remove personal email address.

21 years ago(Info-default-dirs): New fun extracted from Info-initialize.
Stefan Monnier [Mon, 21 Apr 2003 17:40:19 +0000 (17:40 +0000)]
(Info-default-dirs): New fun extracted from Info-initialize.
(info-initialize): Use it.  Obey the "final :" convention for INFOPATH.

21 years ago(fill-region-as-paragraph): Fix "last line goes to fill-column+1" problem.
Stefan Monnier [Mon, 21 Apr 2003 16:22:08 +0000 (16:22 +0000)]
(fill-region-as-paragraph): Fix "last line goes to fill-column+1" problem.

21 years ago(byte-compile-defvar): Improve message.
Stefan Monnier [Mon, 21 Apr 2003 15:48:28 +0000 (15:48 +0000)]
(byte-compile-defvar): Improve message.

21 years ago*** empty log message ***
Stefan Monnier [Mon, 21 Apr 2003 15:43:02 +0000 (15:43 +0000)]
*** empty log message ***

21 years agoFix comment typo.
Richard M. Stallman [Mon, 21 Apr 2003 01:39:06 +0000 (01:39 +0000)]
Fix comment typo.

21 years ago*** empty log message ***
Richard M. Stallman [Mon, 21 Apr 2003 01:38:36 +0000 (01:38 +0000)]
*** empty log message ***

21 years ago(Timers): Explain about timers and quitting.
Richard M. Stallman [Mon, 21 Apr 2003 01:38:24 +0000 (01:38 +0000)]
(Timers): Explain about timers and quitting.

21 years ago(Selecting a Representation): Fix Texinfo usage.
Richard M. Stallman [Mon, 21 Apr 2003 01:37:37 +0000 (01:37 +0000)]
(Selecting a Representation): Fix Texinfo usage.

21 years ago(kill-line): Doc fix.
Richard M. Stallman [Mon, 21 Apr 2003 01:35:20 +0000 (01:35 +0000)]
(kill-line): Doc fix.

21 years ago(cvs-examine): Respect `find-file-visit-truename'.
Sam Steingold [Sun, 20 Apr 2003 22:03:00 +0000 (22:03 +0000)]
(cvs-examine): Respect `find-file-visit-truename'.

21 years ago(which-func-modes): Add f90-mode.
Glenn Morris [Sun, 20 Apr 2003 13:04:58 +0000 (13:04 +0000)]
(which-func-modes): Add f90-mode.
(which-function): Handle imenu submenus.

21 years ago(dabbrev-case-fold-search): Add defvar for compiler.
Glenn Morris [Sun, 20 Apr 2003 13:03:04 +0000 (13:03 +0000)]
(dabbrev-case-fold-search): Add defvar for compiler.
(fortran-abbrev-start): Make XEmacs compatible.

21 years ago(f90-font-lock-keywords-2): Use override for
Glenn Morris [Sun, 20 Apr 2003 13:01:32 +0000 (13:01 +0000)]
(f90-font-lock-keywords-2): Use override for
font-lock-variable-name-face in declarations (so that strings in
declarations are over-ridden).  Highlight continuation characters.
(f90-indent-new-line): Remove direct call to f90-indent-line-no,
f90-update-line, since f90-indent-line calls these.
(f90-abbrev-start): Fix XEmacs compatibility.

21 years agoInitial version.
Stefan Monnier [Sun, 20 Apr 2003 00:02:37 +0000 (00:02 +0000)]
Initial version.

21 years ago(vc-cvs-dir-state): Use vc-cvs-command.
Stefan Monnier [Sat, 19 Apr 2003 22:40:18 +0000 (22:40 +0000)]
(vc-cvs-dir-state): Use vc-cvs-command.
(vc-cvs-could-register, vc-cvs-make-version-backups-p): Use defalias.
(vc-cvs-merge-news): Simplify.
(vc-cvs-diff): Remove unused var `options'.
(vc-cvs-parse-entry): Use the same algorithm as cvs does.

21 years ago(Fapply): Undo last change and add a comment about why.
Stefan Monnier [Sat, 19 Apr 2003 18:58:56 +0000 (18:58 +0000)]
(Fapply): Undo last change and add a comment about why.

21 years ago*** empty log message ***
Richard M. Stallman [Sat, 19 Apr 2003 04:23:45 +0000 (04:23 +0000)]
*** empty log message ***

21 years ago(desktop-buffer-mh): Don't require mh-e;
Richard M. Stallman [Sat, 19 Apr 2003 04:22:29 +0000 (04:22 +0000)]
(desktop-buffer-mh): Don't require mh-e;
it causes trouble in compilation.

21 years ago(add-log-current-defun-function): Add autoload cookie.
Richard M. Stallman [Sat, 19 Apr 2003 04:21:38 +0000 (04:21 +0000)]
(add-log-current-defun-function): Add autoload cookie.

21 years ago(comment-use-syntax): Add autoload cookie.
Richard M. Stallman [Sat, 19 Apr 2003 04:20:58 +0000 (04:20 +0000)]
(comment-use-syntax): Add autoload cookie.

21 years ago(byte-compile-log-file, (byte-recompile-directory): Don't use
Richard M. Stallman [Sat, 19 Apr 2003 04:18:37 +0000 (04:18 +0000)]
(byte-compile-log-file, (byte-recompile-directory): Don't use
byte-goto-log-buffer.  Instead, set default-directory and then call
compilation-mode.

(byte-compile-from-buffer): Force byte-compile-last-position
to end of buffer before issuing final warnings.

21 years ago(Writing Emacs Primitives): Strings are
Richard M. Stallman [Sat, 19 Apr 2003 04:16:15 +0000 (04:16 +0000)]
(Writing Emacs Primitives): Strings are
no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
Explain GCPRO convention for varargs function args.

21 years ago(cua-mode): Use define-minor-mode.
Stefan Monnier [Fri, 18 Apr 2003 22:49:41 +0000 (22:49 +0000)]
(cua-mode): Use define-minor-mode.
(cua-global-mark-face): Fix face format.

21 years ago(define-minor-mode): Only echo a message if the body didn't do so already.
Stefan Monnier [Fri, 18 Apr 2003 17:31:05 +0000 (17:31 +0000)]
(define-minor-mode): Only echo a message if the body didn't do so already.
(easy-mmode-define-keymap): Remove unused var `suppress'.

21 years ago(view-read-only): Move from view.el to files.el.
Stefan Monnier [Fri, 18 Apr 2003 13:53:18 +0000 (13:53 +0000)]
(view-read-only): Move from view.el to files.el.

21 years ago(Faset): Calculate nbytes earlier, to satisfy the now pickier
Miles Bader [Fri, 18 Apr 2003 01:23:43 +0000 (01:23 +0000)]
(Faset): Calculate nbytes earlier, to satisfy the now pickier
PARSE_MULTIBYTE_SEQ.

21 years ago(For, Fand, Fprogn, un_autoload, do_autoload): Use XCDR, XCAR, CONSP.
Stefan Monnier [Thu, 17 Apr 2003 22:27:13 +0000 (22:27 +0000)]
(For, Fand, Fprogn, un_autoload, do_autoload): Use XCDR, XCAR, CONSP.
(Fdefmacro): Fix docstring.  Use XCAR, XCDR.
(Fapply): Remove unnecessary GCPRO.

21 years ago(Fsubstitute_command_keys): Remove spurious casts.
Stefan Monnier [Thu, 17 Apr 2003 21:58:34 +0000 (21:58 +0000)]
(Fsubstitute_command_keys): Remove spurious casts.

21 years ago(PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
Stefan Monnier [Thu, 17 Apr 2003 21:55:18 +0000 (21:55 +0000)]
(PARSE_MULTIBYTE_SEQ): Pretend `length' is used.

21 years agoDon't hardcode BEG==1.
Stefan Monnier [Thu, 17 Apr 2003 21:52:01 +0000 (21:52 +0000)]
Don't hardcode BEG==1.

21 years ago(Fmake_byte_code): Improve the `usage' string.
Stefan Monnier [Thu, 17 Apr 2003 21:49:09 +0000 (21:49 +0000)]
(Fmake_byte_code): Improve the `usage' string.

21 years ago(Fdefine_abbrev_table): Use XCAR, XCDR.
Stefan Monnier [Thu, 17 Apr 2003 21:44:50 +0000 (21:44 +0000)]
(Fdefine_abbrev_table): Use XCAR, XCDR.

21 years ago*** empty log message ***
Stefan Monnier [Thu, 17 Apr 2003 21:21:47 +0000 (21:21 +0000)]
*** empty log message ***

21 years ago(view-read-only): Don't declare a second time.
Stefan Monnier [Thu, 17 Apr 2003 21:15:04 +0000 (21:15 +0000)]
(view-read-only): Don't declare a second time.
(find-file-read-only, find-file-read-only-other-window)
(find-file-read-only-other-frame): Check that file does exist.
(large-file-warning-threshold): New custom.
(find-file-noselect): Use it.
(report-errors): New macro.
(normal-mode): Use it.
(toggle-read-only): Really toggle, even if view-mode is on.
(parse-colon-path): Remove unused `cd-prefix' var.
(make-backup-file-name-1): Remove unused `failed' var.
(basic-save-buffer): Remove unused `tempsetmodes' var.
(basic-save-buffer-2): Remove unused `temp' var.
(insert-directory): Remove unused `available' var.

21 years agoUpdate copyright date and update-date.
Robert J. Chassell [Thu, 17 Apr 2003 15:05:10 +0000 (15:05 +0000)]
Update copyright date and update-date.

21 years agoThanks to Hugo Gayosso, fix minor typos.
Robert J. Chassell [Thu, 17 Apr 2003 14:56:24 +0000 (14:56 +0000)]
Thanks to Hugo Gayosso, fix minor typos.

21 years ago(hexl-find-file): Bind `default-major-mode' to `fundamental-mode'.
John Paul Wallington [Thu, 17 Apr 2003 02:41:12 +0000 (02:41 +0000)]
(hexl-find-file): Bind `default-major-mode' to `fundamental-mode'.

21 years ago(byte-compile-const-symbol-p): Rename arg.
Stefan Monnier [Wed, 16 Apr 2003 20:10:33 +0000 (20:10 +0000)]
(byte-compile-const-symbol-p): Rename arg.

21 years ago(reveal-post-command): Use overlay-get for overlays.
Stefan Monnier [Wed, 16 Apr 2003 16:03:46 +0000 (16:03 +0000)]
(reveal-post-command): Use overlay-get for overlays.

21 years ago(f90-looking-at-do, f90-find-breakpoint): Fix previous change.
Glenn Morris [Wed, 16 Apr 2003 13:50:40 +0000 (13:50 +0000)]
(f90-looking-at-do, f90-find-breakpoint): Fix previous change.