Richard M. Stallman
fb09209524
*** empty log message ***
2003-04-29 05:36:19 +00:00
John Paul Wallington
6640c250eb
(byte-compile-cl-warn): Use `string-match'.
2003-04-29 02:56:25 +00:00
Dave Love
118861dfa8
(byte-compile-cl-warn): Avoid cl warnings
...
from caaar & al.
2003-04-28 22:05:17 +00:00
Karl Berry
dc1cc0f639
use Jan in ChangeLog entry header per rms
2003-04-28 14:07:13 +00:00
Kenichi Handa
60ec936706
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
2003-04-28 09:17:25 +00:00
Kenichi Handa
370bd9cfdb
(reset-language-environment): Raise the priority of mule-utf-8,
...
mule-utf-16-be-with-signature and mule-utf-16-le.-with-signature.
2003-04-28 09:16:19 +00:00
Juanma Barranquero
1b7a835ba3
*** empty log message ***
2003-04-27 11:24:59 +00:00
Juanma Barranquero
9d7ab3f0ee
(scroll-bar-drag-1): Replace beginning-of-line with vertical-motion.
2003-04-27 11:09:53 +00:00
Juanma Barranquero
1d1d1b1fe3
*** empty log message ***
2003-04-26 23:53:00 +00:00
Juanma Barranquero
be9e7056da
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.
2003-04-26 23:41:59 +00:00
Juanma Barranquero
59b2ee6929
(regexp-opt-depth): Don't count a "//(" which appears inside a character set.
...
(regexp-opt-not-groupie*-re): New constant.
2003-04-26 23:29:45 +00:00
Bill Wohler
8aa2fe7742
Undid last check-in.
2003-04-26 05:23:50 +00:00
John Paul Wallington
acf8889775
(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'.
2003-04-26 02:04:09 +00:00
Karl Berry
ec9b13721d
new image display support, from janneke
2003-04-25 23:17:06 +00:00
Bill Wohler
aed6ee3840
(mh-version): Set to 7.3+cvs.
2003-04-25 17:18:24 +00:00
Kai Großjohann
c8df97026c
(file-relative-name): Recognize "c:/foo" as absolute
...
file name. Tiny change from David PONCE <david.ponce@wanadoo.fr>.
2003-04-25 14:14:31 +00:00
Bill Wohler
03954a42ce
Regenerated.
2003-04-25 06:17:02 +00:00
Bill Wohler
924df20809
Upgraded to MH-E version 7.3.
...
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
2003-04-25 05:52:00 +00:00
Sam Steingold
10b97bf735
symbol-macrolet' is similar to
let', not `multiple-value-bind'.
2003-04-25 02:00:17 +00:00
Sam Steingold
4e80f517a9
(fancy-diary-display-mode): Bind "q" to `quit-window'
...
in the fancy diary buffer.
2003-04-25 01:58:49 +00:00
Richard M. Stallman
d87a4a45db
(assq-delete-all): Ignore non-cons elememts.
2003-04-24 23:14:23 +00:00
John Paul Wallington
043dcdee03
(help-make-xrefs): Remove extra paren.
2003-04-24 08:37:02 +00:00
Richard M. Stallman
2c1e2995e5
(mail-send-and-exit): Make arg optional.
2003-04-24 02:00:09 +00:00
Richard M. Stallman
4c91443d07
(view-read-only): Doc fix.
2003-04-24 01:58:49 +00:00
Richard M. Stallman
b986346637
(back-to-indentation): Call backward-prefix-chars.
2003-04-24 01:57:46 +00:00
Richard M. Stallman
ad4888e42d
(help-make-xrefs): Clean up the loop that scans
...
over a keymap inserted by \\{...}; it now stops at end of buffer.
2003-04-24 01:56:55 +00:00
Richard M. Stallman
cfce85d839
Don't call filesets-init.
2003-04-24 01:55:38 +00:00
Richard M. Stallman
a81edd91e0
Comment change.
2003-04-24 01:52:37 +00:00
Richard M. Stallman
d8c9125887
(byte-compile-defun): Generate and compile a defalias form,
...
unless byte-compile-compatibility.
2003-04-24 01:51:54 +00:00
Richard M. Stallman
0a08535e77
(scheme-mode-syntax-table): Use prefix syntax for ', `, comma, @ and #.
2003-04-24 01:41:45 +00:00
Richard M. Stallman
592060ab2f
(emacs-lisp-mode-syntax-table): Give @ prefix syntax.
2003-04-24 01:36:13 +00:00
Stefan Monnier
f0a478be88
(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.
2003-04-23 14:55:19 +00:00
André Spiegel
1e58bef9c2
#
2003-04-23 13:19:36 +00:00
André Spiegel
f354c160da
(vc-cvs-stay-local): Keep the old default. Simplify doc string.
2003-04-23 13:14:16 +00:00
André Spiegel
d3ed06c6d1
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.
2003-04-23 12:49:25 +00:00
Stefan Monnier
15a4570645
(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.
2003-04-22 19:03:18 +00:00
Glenn Morris
ade112567b
Restore changes from v1.5039 that were lost in v1.5046.
2003-04-22 10:57:14 +00:00
Stefan Monnier
3a59b662bd
(Info-default-dirs): New fun extracted from Info-initialize.
...
(info-initialize): Use it. Obey the "final :" convention for INFOPATH.
2003-04-21 17:40:19 +00:00
Stefan Monnier
9bcdf9a8fd
(fill-region-as-paragraph): Fix "last line goes to fill-column+1" problem.
2003-04-21 16:22:08 +00:00
Stefan Monnier
d0e07261a2
(byte-compile-defvar): Improve message.
2003-04-21 15:48:28 +00:00
Stefan Monnier
620a294d49
*** empty log message ***
2003-04-21 15:43:02 +00:00
Richard M. Stallman
7ea52f92d6
*** empty log message ***
2003-04-21 01:38:36 +00:00
Richard M. Stallman
1a534b89fc
(kill-line): Doc fix.
2003-04-21 01:35:20 +00:00
Sam Steingold
160181b884
(cvs-examine): Respect `find-file-visit-truename'.
2003-04-20 22:03:00 +00:00
Glenn Morris
d1389042e7
(which-func-modes): Add f90-mode.
...
(which-function): Handle imenu submenus.
2003-04-20 13:04:58 +00:00
Glenn Morris
be35ca9f5e
(dabbrev-case-fold-search): Add defvar for compiler.
...
(fortran-abbrev-start): Make XEmacs compatible.
2003-04-20 13:03:04 +00:00
Glenn Morris
7aee804746
(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.
2003-04-20 13:01:32 +00:00
Stefan Monnier
3928b9a693
Initial version.
2003-04-20 00:02:37 +00:00
Stefan Monnier
d3ee404f7f
(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.
2003-04-19 22:40:18 +00:00
Richard M. Stallman
e31afc09af
*** empty log message ***
2003-04-19 04:23:45 +00:00