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

69564 Commits

Author SHA1 Message Date
Juanma Barranquero
84e78f613f *** empty log message *** 2007-03-27 15:26:38 +00:00
Juanma Barranquero
ded8366570 (Fformat_network_address): Make room in args array to format IPv6 addresses. 2007-03-27 15:19:33 +00:00
Richard M. Stallman
42dd207e8c *** empty log message *** 2007-03-27 15:06:05 +00:00
Thien-Thi Nguyen
561fb49147 (message-yank-original): Fix bug:
Don't switch point and mark unnecessarily.
2007-03-27 14:13:19 +00:00
Glenn Morris
8dbe4a8cca (PC-do-completion): Compute completion-base-size in
the non-filename case, rather than setting to nil.
(PC-lisp-complete-end): New variable.
(PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
original end in a series of consecutive invocations.
2007-03-27 03:17:42 +00:00
Glenn Morris
6afdff63e5 *** empty log message *** 2007-03-27 03:17:27 +00:00
Glenn Morris
851971c72e (diary-live-p): Do not check for diary-selective-display. 2007-03-27 02:47:50 +00:00
Glenn Morris
7465af6028 *** empty log message *** 2007-03-27 02:47:32 +00:00
Glenn Morris
c8a9e437d5 (calendar-mode-hook): Declare it. 2007-03-27 02:36:25 +00:00
Glenn Morris
e3fbc89b6a Restore HP-UX support (removed 2007-01-29). 2007-03-27 02:36:08 +00:00
Stefan Monnier
084c41ca0a (occur-next-error): *Occur* might not be displayed in the
selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
2007-03-26 15:09:52 +00:00
Nick Roberts
5ae4899796 Change help-echo (again). `Entering directory DIR' visits DIR
but `Leaving directory DIR' visits parent of DIR.
2007-03-26 10:20:27 +00:00
YAMAMOTO Mitsuharu
b51065cf2e (create_text_encoding_info_alist): Move assignments
outside predicate macros.
(mac_initialize_display_info) [MAC_OSX]: dpyinfo->height and
dpyinfo->width are those of whole screen.
2007-03-26 08:13:45 +00:00
YAMAMOTO Mitsuharu
d18bee728d (get_scrap_target_type_list, x_own_selection): Move
assignments outside predicate macros.
(Vselection_converter_alist): Doc fix.
2007-03-26 08:13:09 +00:00
YAMAMOTO Mitsuharu
08f8ca1915 (Fx_display_mm_height, Fx_display_mm_width): Scale
whole screen size in pixels by millimeters per pixel of main display.
2007-03-26 08:12:55 +00:00
Richard M. Stallman
8907f65c85 *** empty log message *** 2007-03-26 03:32:35 +00:00
Richard M. Stallman
687908093c (Caching passphrase): Clean up previous change. 2007-03-26 03:32:27 +00:00
Richard M. Stallman
14007de1ff (flyspell-large-region): Use ispell-call-process-region. 2007-03-26 03:31:29 +00:00
Richard M. Stallman
8bd91fd08d (byte-compile-file-form-defmumble): Use prin1 instead of princ. 2007-03-26 03:30:53 +00:00
Richard M. Stallman
a2ebb43f91 Explain reason for X protocol error recommendations. 2007-03-26 03:28:55 +00:00
Sam Steingold
8f0e1e444f (sigchld_handler): Delay by 1ms instead of 1s to
alleviate sluggishness (the original problem is still fixed).
2007-03-26 02:29:08 +00:00
Nick Roberts
3e32375010 *** empty log message *** 2007-03-26 00:01:03 +00:00
Kim F. Storm
4028a93835 (merge_properties): Use explicit loop instead of
Fplist_member to avoid QUIT.  Don't use Fcdr.
(intervals_equal): Likewise.  Rewrite loop to perform length check
on the fly rather than calling Flength.  Don't use Fcar.
2007-03-25 23:46:19 +00:00
Kim F. Storm
aa95cbb56a *** empty log message *** 2007-03-25 23:45:18 +00:00
Thien-Thi Nguyen
55402668f9 (Setting Process Marks): Fix typo. 2007-03-25 20:10:34 +00:00
Chong Yidong
72e8e39e65 ** rob@tenfoot.org.uk, Mar 12: set-face-attribute doesn't set default for new frames
Fix checked in.
2007-03-25 19:01:35 +00:00
Chong Yidong
6aa2269da5 (face-set-after-frame-default): Revert 2007-03-10 change. Merge in X
resources before global face.
2007-03-25 18:58:06 +00:00
Chong Yidong
17927b3941 ** Add default-directory spec to *Compilation* buffer only when about
to save in a different directory.
Fixed in another way.
2007-03-25 17:54:49 +00:00
Chong Yidong
0c8e847f89 Don't mark default-directory as a safe local var. 2007-03-25 17:54:35 +00:00
Chong Yidong
98d4c36f4c (compilation-start): Save compilation-directory rather than
default-directory as local var.
(compilation-directory): Mark as safe local var.
2007-03-25 17:52:31 +00:00
Chong Yidong
c324c766da * progmodes/compile.el (compilation-start): Save
compilation-directory rather than default-directory as local var.
(compilation-directory): Mark as safe local var.

* files.el: Don't mark default-directory as a safe local var.
2007-03-25 17:51:56 +00:00
Chong Yidong
0080747bab ** christensenthomas@gmail.com, Mar 18: C indentation (problem)
Bug is in third-party package.
2007-03-25 17:50:02 +00:00
Chong Yidong
528e6035dc ** michael@cadilhac.name, Mar 7: input-method completion is annoying.
See Handa's 2007-03-20 message to emacs-devel.
2007-03-25 17:49:40 +00:00
Romain Francoise
d242242b23 (New in Emacs 22): Reorganize using an itemized list for readability,
and include various fixes by Daniel Brockman, Nick Roberts and Dieter
Wilhelm.
2007-03-25 13:30:46 +00:00
Alan Mackenzie
c421028a68 Fix typo. 2007-03-25 12:04:11 +00:00
Alan Mackenzie
6bc7293bd6 (c-before-change): Fix BOB bug. 2007-03-25 12:03:13 +00:00
Alan Mackenzie
0c5f5bd4f9 *** empty log message *** 2007-03-25 12:01:03 +00:00
Juri Linkov
84d6b04be1 (compare-windows): Rename customization group
`compare-w' to `compare-windows'.
(compare-windows-whitespace, compare-ignore-whitespace)
(compare-ignore-case, compare-windows-sync)
(compare-windows-sync-string-size, compare-windows-recenter)
(compare-windows-highlight, compare-windows): Change group name in
the `group' tag from `compare-w' to `compare-windows'.
(compare-windows-sync): Add option `nil' for no sync.  Doc fix.
2007-03-25 09:29:32 +00:00
Sam Steingold
e7d4a90405 revert the last patch to the original fix: sleep BEFORE the first wait
it appears to be absolutely necessary for prevention of the load surge
2007-03-25 03:03:40 +00:00
Thien-Thi Nguyen
a0ca081df2 (Splitting Mail): Reword "splitting"-as-adj to be -as-noun. 2007-03-24 23:26:46 +00:00
Chong Yidong
716b54cc00 ** john.carter@tait.co.nz, 12 Mar: Find this error in... Changes in complete.el?
This was fixed by the 2007-03-18 Nick Roberts checkin.
2007-03-24 16:53:14 +00:00
Eli Zaretskii
61880ffee7 *** empty log message *** 2007-03-24 16:48:39 +00:00
Eli Zaretskii
f540a63988 (Standard Errors): Add an index entry. 2007-03-24 16:48:11 +00:00
Eli Zaretskii
bab818545b Change example to always enable abbrev-mode, and remove redundant `function'.
(expand-abbrev-hook): Add autoload cookie.
2007-03-24 16:39:43 +00:00
Eli Zaretskii
9de5eb68fb Fix a comment before `read_key_sequence'. 2007-03-24 16:24:54 +00:00
Eli Zaretskii
f6f11d1ca3 Fix a comment before `current_minor_maps'. 2007-03-24 16:23:01 +00:00
Eli Zaretskii
8696b55799 (Fgoto_char): Doc fix. 2007-03-24 16:03:48 +00:00
Chong Yidong
b7520f856f ** sigchld issue.
This was fixed by the 2007-03-11 Sam Steingold patch.
2007-03-24 16:03:47 +00:00
Eli Zaretskii
f64f035e75 (Findent_to): Doc fix. 2007-03-24 15:58:17 +00:00
Eli Zaretskii
6e5a4966d5 (testcover-start, testcover-end, testcover-mark-all, testcover-unmark-all): Add
prompts to interactive specs.
2007-03-24 15:54:09 +00:00