1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00
Commit Graph

3189 Commits

Author SHA1 Message Date
Karl Berry
f9d5a179d6 refcard.ps too 2007-08-22 20:16:05 +00:00
Karl Berry
af1b9aeda9 refcard updates for printing 2007-08-22 20:14:13 +00:00
Stefan Monnier
378f9937f1 (browse-url-emacs): New function. 2007-08-22 18:52:59 +00:00
Glenn Morris
ab337e2590 Don't use `iff'. 2007-08-22 16:47:00 +00:00
Stefan Monnier
1d7e635667 (text-invisible-p): Rename from line-move-invisible-p.
(line-move-invisible-p): Keep as an obsolete alias, just to be safe.
(line-move-1, line-move-finish, line-move-to-column)
(move-end-of-line, move-beginning-of-line): Use new name.
2007-08-22 15:31:31 +00:00
Stefan Monnier
97c4ef2a20 (reset_var_on_error): New fun.
(signal_before_change, signal_after_change):
Use it to reset (after|before)-change-functions to nil in case of error.
Bind inhibit-modification-hooks to t.
Don't bind (after|before)-change-functions to nil while they run.
2007-08-21 18:22:03 +00:00
Glenn Morris
9000171fa9 Mention `bad-packages-alist'. 2007-08-14 07:45:58 +00:00
Glenn Morris
0b964e141e (bad-packages-alist): New constant.
(bad-package-check): New function.  Together, these two add
elements to `after-load-alist' to check for problematic external
packages.
2007-08-14 07:45:48 +00:00
Richard M. Stallman
ad4fed11b3 (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
(cvs-execute-single-file): Use new name split-string-and-unquote.
(cvs-header-msg): Use new name combine-and-quote-strings.
2007-08-12 18:11:57 +00:00
Stefan Monnier
62fc0b713f *** empty log message *** 2007-08-10 06:52:54 +00:00
Glenn Morris
d95b32a480 Replace `iff'. 2007-08-08 07:12:04 +00:00
Glenn Morris
e317f3b423 `iff' item is dealt with. 2007-08-08 07:11:41 +00:00
Glenn Morris
cfbe273188 telnet, erc-server issues fixed. 2007-08-08 07:11:08 +00:00
Chong Yidong
bbf4f0cd01 New function image-refresh. 2007-08-07 16:41:36 +00:00
Richard M. Stallman
fcf65e71d5 *** empty log message *** 2007-08-07 02:19:41 +00:00
Dan Nicolaescu
eff23ff376 * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):
Remove.
(vc-git-revision-completion-table): Enable.

* vc-hooks.el (vc-handled-backends): Add GIT and HG.

* vc.el (vc-directory-exclusion-list): Add .git and .hg.

* vc-hg.el (vc-hg-revision-completion-table): Re-enable.

* diff-mode.el (diff-mode-menu): New entries.

* diff-mode.el (diff-beginning-of-file-and-junk): New function.
(diff-file-kill): Use it.
(diff-beginning-of-hunk): Add arg `try-harder' using it.
(diff-restrict-view, diff-find-source-location, diff-refine-hunk):
Use it so they find the hunk even when we're in the file header.

* vc.el: Add new VC operation `revision-completion-table'.
(vc-default-revision-completion-table): New function.
(vc-version-diff, vc-version-other-window): Use it to provide
completion of revision names if the backend provides it.

* vc-arch.el (vc-arch--version-completion-table)
(vc-arch-revision-completion-table): New functions to provide
completion of revision names.

* vc-cvs.el: Require CL.
(vc-cvs-revision-table, vc-cvs-revision-completion-table):
New functions to provide completion of revision names.

* eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.

* vc2-xtra.texi (Customizing VC): Add GIT and HG.
2007-07-30 00:19:06 +00:00
Dan Nicolaescu
b19c08e44d New File. 2007-07-28 16:04:10 +00:00
Glenn Morris
ef2805c29b Standardize license text as GPLv3 or later. 2007-07-26 04:55:08 +00:00
Glenn Morris
fc695d5b12 GPLv3 is NEWS-worthy. 2007-07-25 08:50:39 +00:00
Glenn Morris
c6daadd356 COPYING is no longer GPLv2. 2007-07-25 07:25:55 +00:00
Glenn Morris
cacc7b5131 Switch license to GPLv3 or later. 2007-07-25 07:11:02 +00:00
Glenn Morris
5c65bae26d Change to GPLv3. 2007-07-25 07:00:38 +00:00
Glenn Morris
80d1bbb3a6 Standardize license text and switch to GPLv3 or later. 2007-07-25 06:51:03 +00:00
Glenn Morris
fca4a5de17 Switch license to GPLv3 or later. 2007-07-25 06:48:19 +00:00
Glenn Morris
43335a6daa Sync from trunk:
Werner Lemberg  <wl at gnu.org>

* emacs.1: Completely revised.  Fix many typographical glitches.
Updated to handle current state of options and resources.
2007-07-15 01:23:15 +00:00
Jan Djärv
f6021509c5 Mention gtk-engines-qt problem. 2007-07-14 09:02:06 +00:00
Dan Nicolaescu
f24311feda *** empty log message *** 2007-07-07 03:01:31 +00:00
Eli Zaretskii
325ba04613 Document how to get back the old binding of SPC in file prompts. 2007-07-06 16:13:37 +00:00
Jason Rumney
6ede9eeac1 Added note about new style scrollbars on Windows XP and later. 2007-06-23 16:57:51 +00:00
Eli Zaretskii
d6ff8a3029 Document that :data is unsupported for playing sound on Windows. 2007-06-16 12:51:48 +00:00
Chong Yidong
f67c1e14c0 ** In Image mode, whenever the displayed image is wider and/or higher
than the window, the usual keys for moving the cursor cause the image
to be scrolled horizontally or vertically instead.
2007-06-08 03:04:22 +00:00
Chong Yidong
cdd50783ca Identify Emacs 22.2 changes (so we don't lose them later). 2007-06-07 16:57:32 +00:00
Glenn Morris
8fe8daa296 Convert from PPM to PBM. 2007-06-07 07:44:33 +00:00
Glenn Morris
99699a735e Convert from PGM to PBM. 2007-06-07 07:43:52 +00:00
Glenn Morris
dd812e3616 Sync 2007-05-19 change from trunk. 2007-06-07 07:43:31 +00:00
Glenn Morris
dafbac3389 Mark H. Weaver <mhw at netris.org> (tiny change)
(set-mark-command-repeat-pop): Fix duplicate entry.
2007-06-07 06:39:17 +00:00
Glenn Morris
f1c5dbb9d6 Alfred M. Szmidt <ams at gnu.org> (tiny change)
(rmail-summary-save-buffer): New command.
(rmail-summary-mode-map): Add rmail-summary-save-buffer.
2007-06-07 06:38:43 +00:00
Glenn Morris
37229e1091 Michael Olson <mwolson at gnu.org>
Update eshell URL.
2007-06-07 06:24:53 +00:00
Chong Yidong
7dfc4cda5d Version 22.1 released. 2007-06-02 11:07:00 +00:00
Chong Yidong
ff2d371b12 Remove dead URL for Fortune, and update URLs for Hideshow, Org, EDB,
and Remember.
2007-06-02 11:02:32 +00:00
Chong Yidong
9e38fa7e7d * MORE.STUFF: Remove dead URL for Fortune, and update URLs for
Hideshow, Org, EDB, and Remember.
2007-06-02 11:02:07 +00:00
Richard M. Stallman
e8f6c0ba90 Minor cleanup. 2007-05-29 02:16:17 +00:00
Glenn Morris
afef5edea8 Robert J. Chassell <bob at rattlesnake.com>
Fix instances of `allow' without object.
2007-05-29 00:44:34 +00:00
Richard M. Stallman
e285bb2789 Undo last change because Debian fixed their bug. 2007-05-27 02:23:53 +00:00
Chong Yidong
8a0b01bce9 Add "Compiling on GNU/Linux fails due to a missing left operand in gnu-linux.h." 2007-05-23 20:15:17 +00:00
Chong Yidong
6c06422c15 Add "Installing to a directory with non-ASCII characters in the name fails". 2007-05-23 20:10:04 +00:00
Chong Yidong
0a7aab8326 Fix typo. 2007-05-21 15:26:04 +00:00
Chong Yidong
13673952cb Add "Emacs crashes on startup after a glibc upgrade." 2007-05-21 15:23:43 +00:00
Glenn Morris
14395431bd Tweak previous change. 2007-05-18 07:43:29 +00:00
Glenn Morris
464df798e9 Add info on compiler version to previous change. 2007-05-17 08:02:52 +00:00