1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
Commit graph

22581 commits

Author SHA1 Message Date
Miles Bader
70360d0cab Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 70-73)

   - Update from CVS

2007-07-25  Glenn Morris  <rgm@gnu.org>

   * Relicense all FSF files to GPLv3 or later.

2007-07-24  Jason Rumney  <jasonr@gnu.org>

   * src/w32fns.c (x_real_positions): Get real position from OS instead of
   calculating it.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:19:25 +00:00
Miles Bader
c07bb40b73 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 70-73)

   - Update from CVS

2007-07-25  Glenn Morris  <rgm@gnu.org>

   * Relicense all FSF files to GPLv3 or later.

2007-07-23  Jason Rumney  <jasonr@gnu.org>

   * src/filelock.c (current_lock_owner): Allow for @ sign in username.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:18:50 +00:00
Glenn Morris
706b5dc02e Switch license to GPLv3 or later. 2007-07-26 04:50:05 +00:00
Stefan Monnier
52b71f49ad (Fcommandp): Pay attention to the `interactive-form' property. 2007-07-25 21:03:31 +00:00
Stefan Monnier
c4f46926ae (Finteractive_form): Check for the presence of an
`interactive-form' symbol property more thoroughly.
2007-07-25 21:03:24 +00:00
Glenn Morris
df8733c756 Standardize license text. 2007-07-25 08:02:12 +00:00
Glenn Morris
1427aa658e Remove license from trivial file. 2007-07-25 07:49:39 +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
Stefan Monnier
89835619dd (Finteractive_form): Use a `interactive-form' property if
present, analogous to the function-documentation property.
2007-07-25 06:24:58 +00:00
Glenn Morris
684d6f5bcc Switch license to GPLv3 or later. 2007-07-25 05:19:07 +00:00
Glenn Morris
4a9f99bdfb Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
Jason Rumney
ee04257d00 (x_real_positions): Get real position from OS instead of calculating it. 2007-07-24 23:57:17 +00:00
Miles Bader
1e89951587 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 59-69)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 237-238)

   - Update from CVS

2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
   underlying file is uptodate.

2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>

   * lisp/vc.el: Add more info about the vc-registered function.

2007-07-15  Richard M. Stallman  <rms@gnu.org>

   * lisp/kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.

   * lisp/tutorial.el (tutorial--find-changed-keys):
   Handle C-x specially like ESC.

2007-07-15  Aaron Hawley  <aaronh@garden.org>

   * lisp/tar-mode.el (tar-get-descriptor): No error for zero-length file.

2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
   string.

2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.

2007-07-16  Richard M. Stallman  <rms@gnu.org>

   * lispref/display.texi (Defining Faces): Fix previous change.

2007-07-20  Eli Zaretskii  <eliz@gnu.org>

   * src/w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
   Define if not defined.

2007-07-18  Jason Rumney  <jasonr@gnu.org>

   * src/w32proc.c (w32_executable_type): Handle 64 bit executables.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-823
2007-07-24 01:21:32 +00:00
Jason Rumney
5062421853 (current_lock_owner): Allow for @ sign in username. 2007-07-23 22:35:46 +00:00
Nick Roberts
ad5f4654fd (decode_mode_spec): Add case 'R' for to test for
remote default-directory.
2007-07-22 23:20:31 +00:00
Nick Roberts
3649e4e000 (mode-line-format): Describe above case in doc string. 2007-07-22 23:19:00 +00:00
Nick Roberts
3650f60e8a Mark mode-line-remote as risky. 2007-07-22 23:17:14 +00:00
Martin Rudalics
6dbf614728 (change-log-fill-parenthesized-list): New function.
(change-log-indent): Call change-log-fill-parenthesized-list.
(change-log-fill-paragraph): Bind fill-indent-according-to-mode to
t.  Have lines with leading asterisk start a paragraph.
2007-07-22 08:32:16 +00:00
Eli Zaretskii
b395d6e1f5 (clean): Don't delete *~. 2007-07-20 19:43:01 +00:00
Eli Zaretskii
75be52584d (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32): Define
if not defined.
2007-07-20 19:20:58 +00:00
Martin Rudalics
2c2cd782c8 (top-level): Fix typo in final comment introduced
with last change.
2007-07-19 06:31:59 +00:00
Jason Rumney
2b6e2f4db6 (w32_executable_type): Handle 64 bit executables. 2007-07-18 22:20:42 +00:00
Juanma Barranquero
23dacf8061 (Fsetq_default): Doc fix. 2007-07-18 11:55:44 +00:00
Juanma Barranquero
819586b27d (Fsetq): Doc fix. 2007-07-18 11:52:52 +00:00
Juanma Barranquero
533eb34b77 (For, Fand): Doc fixes.
Reported by Johan Bockgård.
2007-07-18 11:48:47 +00:00
Juanma Barranquero
9ce1a9c4c5 (Ffind_operation_coding_system): Doc fix.
Reported by Johan Bockgård.
2007-07-18 11:47:54 +00:00
Jan Djärv
656de71a2f Declare x_ewmh_activate_frame 2007-07-18 10:47:04 +00:00
Jan Djärv
b7e33a4397 (x_ewmh_activate_frame): New function.
(XTframe_raise_lower): Move code to x_ewmh_activate_frame.
2007-07-18 10:46:38 +00:00
Jan Djärv
457a6b0a07 (Fx_focus_frame): Call x_ewmh_activate_frame 2007-07-18 10:46:25 +00:00
Martin Rudalics
71ec17e682 (Fdisplay_buffer): If largest or LRU window is the
only window, split it even if it is not eligible for splitting.
This restores the original behavior broken by the 2007-07-15
change.
2007-07-17 07:27:27 +00:00
Glenn Morris
857cc3fc2c (abbrev_check_chars): New function.
(Fdefine_global_abbrev, Fdefine_mode_abbrev): Call abbrev_check_chars
to check abbrev characters are word constituents.  Doc fix.
2007-07-17 07:04:48 +00:00
Glenn Morris
e981804271 *** empty log message *** 2007-07-17 07:04:22 +00:00
Stefan Monnier
e6fca84363 (Fstart_process, Fmake_network_process, read_process_output):
Fix up last changes.
2007-07-17 05:57:35 +00:00
Eli Zaretskii
b5d2b4abaa (clean): Don't delete *~. 2007-07-16 22:40:17 +00:00
Andreas Schwab
413a79ad66 (Fdisplay_buffer): Use NILP.
(Fset_window_scroll_bars): Likewise.
2007-07-16 13:22:13 +00:00
Juanma Barranquero
1faa97e48f (Fsave_window_excursion): Doc fix. 2007-07-16 10:43:34 +00:00
Juanma Barranquero
327ffff8e7 (Fwith_output_to_temp_buffer): Doc fix. 2007-07-16 10:40:03 +00:00
Juanma Barranquero
a0efc5b9e3 (Ftrack_mouse): Doc fix. 2007-07-16 10:39:15 +00:00
Juanma Barranquero
755ab04c03 (For, Fand, Fprogn): Doc fixes. 2007-07-16 10:33:02 +00:00
Juanma Barranquero
fc9c3ac9d6 (Ffind_operation_coding_system): Doc fix. 2007-07-16 10:31:56 +00:00
Richard M. Stallman
ec07b64b8e (Fsetq): Doc fix. 2007-07-15 18:58:25 +00:00
Richard M. Stallman
70e9f39931 (Fsetq_default): Doc fix. 2007-07-15 18:57:10 +00:00
Martin Rudalics
f1de8c7741 (window_min_size_2): New function.
(window_min_size_1, size_window, Fdisplay_buffer)
(Fsplit_window, adjust_window_trailing_edge): Use it to avoid
windows without mode- or header-lines when window-min-height is
too small.
(size_window): Reset nodelete_p after testing it, following an
earlier note by Kim F. Storm.
(display_buffer): Do not set split_height_threshold to twice the
value of window_min_height to avoid changing the value of a
customizable variable.  Rather explicitly check whether the
height of the window that shall be splitted is at least as large
as split_height_threshold.
2007-07-15 08:23:02 +00:00
Miles Bader
6f8a87c027 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 55-58)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 235-236)

   - Update from CVS

2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>

   * lisp/replace.el (match): Use yellow1 instead of yellow.

   * lisp/progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
   red.

   * lisp/pcvs-info.el (cvs-unknown): Likewise.

2007-07-10  Richard M. Stallman  <rms@gnu.org>

   * lisp/emacs-lisp/lisp-mode.el (eval-defun):
   Explain special handling of `defface'.

2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
   (gnus-server-closed-face, gnus-server-denied-face)
   (gnus-server-offline-face): Remove variable.
   (gnus-server-font-lock-keywords): Use faces that are not aliases.

   * lisp/gnus/mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
   (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
   if the coding-system argument is nil for XEmacs.

   * lisp/gnus/nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
   mm-charset-override-alist.

   * lisp/gnus/rfc2047.el: Don't require base64; require rfc2045 for the function
   rfc2045-encode-string.
   (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
   to quote the parameter value.

2007-07-10  Richard M. Stallman  <rms@gnu.org>

   * lispref/display.texi (Defining Faces): Explain C-M-x feature for defface.

2007-07-11  Jason Rumney  <jasonr@gnu.org>

   * nt/gmake.defs (OLE32): New library to link.

   * nt/nmake.defs (OLE32): Likewise.

2007-07-11  Jason Rumney  <jasonr@gnu.org>

   * src/makefile.w32-in (LIBS): Include OLE32.

   * src/w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
   (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-812
2007-07-15 01:50:59 +00:00
Jason Rumney
5e1ab61368 Don't undefine AF_INET6. 2007-07-14 23:04:56 +00:00
Richard M. Stallman
f01cbfdda1 (maybe_call_debugger): New function.
(find_handler_clause): Use maybe_call_debugger.
Call it when the handler says `debug'.
Eliminate DEBUGGER_VALUE_PTR.
(Fsignal): Eliminate debugger_value.
(Qdebug): New variable.
(syms_of_eval): Initialize it.
2007-07-14 18:43:58 +00:00
Juanma Barranquero
1bab435a3e *** empty log message *** 2007-07-14 11:04:31 +00:00
Juanma Barranquero
7254a30ca9 (Fsave_window_excursion): Doc fix. 2007-07-14 10:57:49 +00:00
Juanma Barranquero
f0005db530 (Fwith_output_to_temp_buffer): Doc fix. 2007-07-14 10:56:33 +00:00