1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 13:40:36 -08:00
Commit graph

101758 commits

Author SHA1 Message Date
Jan Djärv
2ad77c9dd4 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26. 2011-07-13 12:36:12 +02:00
Sergei Organov
a1c9f41b78 * lisp/vc/vc.el (vc-revert-file): Don't set file time-stamp in the past.
Fixes: debbugs:5181
2011-07-13 00:58:34 -07:00
Eli Zaretskii
0be0ce4741 src/buffer.c (mmap_find): Fix a typo. 2011-07-13 00:09:28 -04:00
Johan Bockgård
cd18e7e3f4 Fix execution of x selection hooks.
* xselect.c (Qx_lost_selection_functions)
(Qx_sent_selection_functions): New vars.
(syms_of_xselect): DEFSYM them.
(x_handle_selection_request): Pass Qx_sent_selection_functions
rather than Vx_sent_selection_functions to Frun_hook_with_args.
(x_handle_selection_clear,x_clear_frame_selections):
Pass Qx_lost_selection_functions rather than
Vx_lost_selection_functions to Frun_hook_with_args.
2011-07-13 03:48:43 +02:00
Paul Eggert
2941c447eb * buffer.c (Fget_buffer_create): Initialized inhibit_shrinking.
The old code sometimes used this field without initializing it.
2011-07-12 18:15:33 -07:00
Paul Eggert
47ea7f442f * alloc.c (gc_sweep): Don't read past end of array.
In theory, the old code could also have corrupted Emacs internals,
though it'd be very unlikely.
2011-07-12 18:04:29 -07:00
Lars Magne Ingebrigtsen
7152b011c2 Give better error messages when trying to load non-existent symlinks
* files.el (after-find-file): Give a better error message when
trying to find a symlink that points to a file that doesn't exist
(bug#4398).
2011-07-13 01:25:50 +02:00
Lars Magne Ingebrigtsen
536f3d362f * progmodes/cc-vars.el: Remove (probably) misleading comment 2011-07-13 01:19:33 +02:00
Lars Magne Ingebrigtsen
d648feab65 (Table Recognition): Use "at point" instead of "under point"
Fixes: debbugs:4345
2011-07-13 00:39:21 +02:00
Lars Magne Ingebrigtsen
4cb4f3ba22 Manual fixes related to clarifying cursor shapes
Fixes: debbugs:4345
2011-07-13 00:37:20 +02:00
Chong Yidong
b752763931 Minor xref additions to Lisp manual.
* doc/lispref/display.texi (Face Attributes, Font Selection): Add
references to the Fonts node in the Emacs manual.

Fixes: debbugs:4178
2011-07-12 18:09:28 -04:00
Johan Bockgård
460c0fbaf9 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face. 2011-07-12 23:59:09 +02:00
Andreas Schwab
bc985c877c * src/character.c (Fcharacterp): Don't advertise optional ignored
argument. (Bug#4026)
2011-07-12 23:17:39 +02:00
Lars Magne Ingebrigtsen
b3dadd7683 (syms_of_keymap): Clarify that "modifier" is "modifier key"
Fixes: debbugs:4257
2011-07-12 23:12:36 +02:00
Lars Magne Ingebrigtsen
0cf346886f window.c doc fixes.
Fixes: debbugs:4199
2011-07-12 23:09:01 +02:00
Chong Yidong
1539f17338 Add Bug#2490 testcase to compilation.txt. 2011-07-12 15:39:01 -04:00
Chong Yidong
7a6bda45ea Adapt Mouse Sel mode to Emacs 24 mouse code.
* lisp/mouse-sel.el: Hack restoring functionality, while keeping
compatibility with 2010-07-03 changes to mouse selection.
(mouse-sel-primary-overlay): New var.
(mouse-sel-selection-alist): Use it.
(mouse-sel-mode): Doc fix; remove points that are default features
of mouse.el.
2011-07-12 14:59:48 -04:00
Chong Yidong
c830e5aeea Remove frame-local vars from Lisp manual; obsolete since Emacs 22.3.
* display.texi (Window Systems): `window-system' is terminal-local.

* doc/lispref/frames.texi (Frame Parameters, Parameter Access): Don't mention
frame-local variables.

* doc/lispref/variables.texi (Buffer-Local Variables): Don't mention obsolete
frame-local variables.  (Frame-Local Variables): Node deleted.

* doc/lispref/elisp.texi (Top): Update node listing.
2011-07-12 13:33:18 -04:00
Paul Eggert
077e3dda94 Merge: Fix minor new problems caught by GCC 4.6.1. 2011-07-12 10:29:33 -07:00
Paul Eggert
490011a6cc * xsettings.c (store_monospaced_changed): Define only if used. 2011-07-12 09:47:56 -07:00
Paul Eggert
270768cd6e * term.c (init_tty): Remove unused local. 2011-07-12 09:39:15 -07:00
Chong Yidong
ecd0b99093 Move Dissociated Press section of manual into Amusements.
* doc/emacs/misc.texi (Amusements): Move dissociated press here, from its
own section.

* doc/emacs/emacs.texi (Top): Update node listing.
2011-07-12 11:29:27 -04:00
Johan Bockgård
c79598ef31 * progmodes/compile.el (compilation-error-regexp-alist-alist):
Fix previous fix.

Fixes: debbugs:2490
2011-07-12 16:40:56 +02:00
Roland Winkler
ff8be6ef07 lisp/textmodes/bibtex.el: small bug fixes 2011-07-12 08:37:38 -05:00
Lars Magne Ingebrigtsen
9d6f1d9041 Revert last patch, which wasn't correct. 2011-07-12 15:01:20 +02:00
Lars Magne Ingebrigtsen
48b76ddfd8 (menu-set-font): Clarify that the default will be saved
Fixes: debbugs:3527
2011-07-12 14:58:24 +02:00
Lars Magne Ingebrigtsen
c2fd0368e4 * emacs.texi (Top): Change "inferiors" to "subnodes" for greater clarity.
Fixes: debbugs:3523
2011-07-12 14:53:09 +02:00
Lars Magne Ingebrigtsen
91223e541e * elisp.texi: Change "inferiors" to "subnodes" in three places 2011-07-12 14:50:42 +02:00
Lars Magne Ingebrigtsen
6d72f719e5 * org.texi (Special agenda views): Fix double quoting.
Fixes: debbugs:3509
2011-07-12 14:39:51 +02:00
Lars Magne Ingebrigtsen
f5242a022f Fontise bytecomp Error lines more correctly
Fix suggested by Johan Bockgård.

Fixes: debbugs:2490
2011-07-12 14:28:35 +02:00
Glenn Morris
854e5fa823 Auto-commit of loaddefs files. 2011-07-12 06:24:54 -04:00
Glenn Morris
85cf5029d9 Auto-commit of generated files. 2011-07-12 06:19:18 -04:00
Lars Magne Ingebrigtsen
296ba3ee9f Remove remove-duplicates', since delete-dups' is sufficient. 2011-07-12 09:26:48 +02:00
Bill Wohler
71e0ea1358 * NEWS, MH-E-NEWS: Update for MH-E release 8.2.91. 2011-07-11 21:54:15 -07:00
Bill Wohler
97cc26fd5f * mh-e.el (Version, mh-version): Update for release 8.2.91. 2011-07-11 21:52:40 -07:00
Bill Wohler
93d4ce1e19 * mh-compat.el (mh-pop-to-buffer-same-window): Add compatibility
function to call switch-to-buffer on systems that lack
pop-to-buffer-same-window.
* mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
(mh-make-folder): Call mh-pop-to-buffer-same-window instead of
switch-to-buffer. The previous change which used pop-to-buffer
produced the wrong behavior.
2011-07-11 21:40:16 -07:00
Bill Wohler
6445098732 * mh-xface.el (mh-picon-get-image): Remove quote from block argument.
* mh-mime.el (mh-mh-directive-present-p): Ditto.
2011-07-11 20:25:46 -07:00
Chong Yidong
b1f5845471 * xdisp.c (Vresize_mini_windows): Incredibly minor doc fix (Bug#3300). 2011-07-11 23:04:06 -04:00
Chong Yidong
f69fd0d2fb Minor Dired doc fixes.
* lisp/dired.el (dired-mark-prompt):
* lisp/dired-aux.el (dired-read-shell-command): Doc fix.
2011-07-11 22:54:26 -04:00
Bill Wohler
d988232217 * MH-E-NEWS: Mention that SourceForge MH-E users will have to update
their load-paths.
2011-07-11 19:20:42 -07:00
Chong Yidong
fdeb32ec47 Document several Emacs 24 changes.
* doc/emacs/cmdargs.texi (Initial Options): Document --no-site-lisp.
(Misc X): Document --parent-id.

* doc/emacs/frames.texi (Frame Commands): Note that focus-follows-mouse now
defaults to nil.

* doc/emacs/misc.texi (emacsclient Options): Document --parent-id.

* doc/emacs/msdog.texi (Windows HOME): Document _emacs as obsolete.

* doc/man/emacsclient.1: Document exit status.
2011-07-11 21:38:28 -04:00
YAMAMOTO Mitsuharu
c8618a0615 Suppress address randomization on Darwin (Bug#8395). 2011-07-12 08:13:28 +09:00
Lars Magne Ingebrigtsen
f584ca3892 * emacs.texi: Use "..." instead of ``...'' in the menus 2011-07-11 22:52:09 +02:00
Lars Magne Ingebrigtsen
9988520a26 Use `customize-save-variable' unconditionally, now that it works under emacs -Q 2011-07-11 22:15:04 +02:00
Lars Magne Ingebrigtsen
eab5dc0727 Allow using `customize-save-variable' under Emacs -Q: Set the variable, and give a warning 2011-07-11 22:12:07 +02:00
Chong Yidong
963578d396 More documentation of Emacs 24 X selection changes.
* doc/emacs/frames.texi (Mouse Commands): Document mouse-yank-primary.

* doc/emacs/killing.texi (Primary Selection): Document `only' setting for
select-active-regions.

* doc/emacs/mark.texi (Setting Mark): Reference Shift Selection node.

* doc/lispref/frames.texi (Window System Selections): Discussion of
x-select-enable-clipboard moved to Emacs manual.
2011-07-11 14:40:48 -04:00
Deniz Dogan
07151e498f * lispref/commands.texi (Prefix Command Arguments): Remove excessive apostrophe. 2011-07-11 19:45:01 +02:00
Juanma Barranquero
a1e65d422f lisp/loadhist.el (unload-feature-special-hooks): Add some hooks (bug#5327). 2011-07-11 18:31:09 +02:00
Lars Magne Ingebrigtsen
47076272e7 (Setting Mark): Clarify what's meant by "Shifted motion keys"
Fixes: debbugs:3503
2011-07-11 18:29:15 +02:00
Lars Magne Ingebrigtsen
6e70ab070f Make it explicit that the mini-windows are the mini-buffer and the echo area
Fixes: debbugs:3320
2011-07-11 17:55:00 +02:00