Miles Bader
7ed0a705d1
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-5
...
Move some entries from src/ChangeLog to src/ChangeLog.22
2005-01-24 03:43:01 +00:00
Miles Bader
18643d1d41
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-4
...
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-41
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-46
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-47
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-4
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-5
Update from CVS: exi/gnus-faq.texi ([4.1]): Typo.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-6
Update from CVS
2005-01-22 21:39:38 +00:00
Miles Bader
ddff82cf89
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-47
...
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-4
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-5
Update from CVS: exi/gnus-faq.texi ([4.1]): Typo.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-6
Update from CVS
2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/mm-decode.el (mm-insert-part): Switch the multibyteness of data
which will be inserted according to the multibyteness of a buffer
rather than the type of contents. Suggested by ARISAWA Akihiro
<ari@mbf.ocn.ne.jp>.
2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
* man/gnus-faq.texi ([4.1]): Typo.
2005-01-22 21:07:03 +00:00
Steven Tamm
d9e7c62260
* s/darwin.h: Removed PTY_ITERATION from here.
...
(DARWIN): Defined.
* process.c (init_process): Default process-connection-type to
nil on darwin 6 or less, t if it is 7 or higher. This way the
broken pty behavior is still allowed on darwin 6 for interactive
processes for people that know what they are doing.
2005-01-22 15:54:04 +00:00
David Kastrup
3d4d788a38
* NEWS: Mention alias find-grep' for grep-find'.
...
* progmodes/grep.el: Add alias `find-grep' for `grep-find'.
* building.texi (Grep Searching): Mention alias `find-grep' for
`grep-find'.
2005-01-22 15:43:56 +00:00
Eli Zaretskii
557724a871
Fix last entry.
2005-01-22 10:55:38 +00:00
Eli Zaretskii
1a8461d34c
*** empty log message ***
2005-01-22 10:53:39 +00:00
Eli Zaretskii
cfdd484fc7
(url-http-parse-headers): Reset url-http-data to nil,
...
like for the 303 response.
2005-01-22 10:52:28 +00:00
Eli Zaretskii
cc7fe910c2
(type-break-mode): Add a test for type-break-file-name being non-nil.
2005-01-22 10:41:29 +00:00
Eli Zaretskii
b338e7499d
Fix punctiation.
2005-01-22 10:37:25 +00:00
Eli Zaretskii
1da1887d4c
(top level): Call (message "") via progn, so that
...
eudc-options-file is loaded.
2005-01-22 10:36:05 +00:00
Kim F. Storm
16c2f92f01
(line-move-1): Rename from line-move.
...
(line-move): New function that adjusts vscroll for partially
visible rows, and calls line-move-1 otherwise.
2005-01-22 01:44:56 +00:00
Kim F. Storm
d00e399ac9
*** empty log message ***
2005-01-22 01:43:55 +00:00
Kim F. Storm
f9e697040d
(pos_visible_p): Fix prototype.
2005-01-22 01:41:59 +00:00
Kim F. Storm
e56263e526
(auto_window_vscroll_p): New boolean.
...
(syms_of_window): DEFVAR_BOOL it.
(Fpos_visible_in_window_p): Extend return value to include RTOP
and RBOT values if FULLY is nil.
(window_scroll_pixel_based): Adjust vscroll for partially visible
rows if auto_window_vscroll_p is set.
(Fset_window_vscroll): Do nothing if vscroll is not modified.
2005-01-22 01:41:47 +00:00
Kim F. Storm
f15f5495d9
(pos_visible_p): Replace FULLY arg by RTOP and RBOT args
...
to return number of partially invisible pixels at top and bottom
of the dislay row at POS.
2005-01-22 01:41:36 +00:00
Nick Roberts
d0d0434fc3
*** empty log message ***
2005-01-22 01:15:38 +00:00
Nick Roberts
d87fbfb08b
Add entry for toolbar on ttys.
2005-01-21 21:13:33 +00:00
Nick Roberts
568931f03e
*** empty log message ***
2005-01-21 21:07:50 +00:00
Richard M. Stallman
f95a20e78d
*** empty log message ***
2005-01-21 20:53:02 +00:00
Richard M. Stallman
7f08b80e33
(Fcopy_file): Doc fix.
2005-01-21 20:51:52 +00:00
Richard M. Stallman
6a8a289211
(Time Intervals): Delete special stuff for MS-DOS.
2005-01-21 20:49:30 +00:00
John Wiegley
2ff1dec97f
2005-01-21 Ren�yllingstad <listmailxemacs@kyllingstad.com>
...
* pcomplete.el: define pcomplete-read-event instead of read-event,
since it's not a complete read-event implementation
2005-01-21 10:26:26 +00:00
Jan Djärv
eee141ce69
* gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
...
(xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
start of function for older compilers.
2005-01-21 05:59:21 +00:00
Jay Belanger
7ec35700c3
*** empty log message ***
2005-01-21 05:52:26 +00:00
Jay Belanger
3a91dd3e50
(calc-fancy-prefix-other-key): Set prefix arg.
2005-01-21 05:43:09 +00:00
Richard M. Stallman
6f771c32b0
*** empty log message ***
2005-01-21 00:33:07 +00:00
Richard M. Stallman
674a954a1d
(Fmessage): If arg is "", return "" (as before).
2005-01-21 00:32:36 +00:00
Richard M. Stallman
7f3e88596f
(access_keymap): Protect from bad value of meta_prefix_char.
2005-01-21 00:31:40 +00:00
Richard M. Stallman
0e73312bed
(xgetptr, xgetint, xgettype): Copy $arg0 into a temp variable.
2005-01-21 00:30:56 +00:00
Richard M. Stallman
2cf2fc27c8
Comment changes.
2005-01-21 00:26:39 +00:00
Steven Tamm
a15252fdfb
* editfns.c (Voperating_system_release): Added.
...
(init_editfns): Assign new variable operating-system-release
based on call to uname if available.
(get_operating_system_release): Added function to
allow c-level access to operating system release.
* config.h: Regenerated.
* s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or
less.
(MIN_PTY_KERNEL_VERSION): Defined minimum kernel version for
using ptys as '7'.
* term/mac-win.el (process-connection-type): Removed.
Controlled now by s/darwin.h:PTY_ITERATION.
2005-01-20 18:13:48 +00:00
Kim F. Storm
b059de99a9
(STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
2005-01-20 15:37:41 +00:00
Kim F. Storm
62fc9b0f7d
*** empty log message ***
2005-01-20 15:37:13 +00:00
Kim F. Storm
82ead4b142
(x_draw_glyph_string_box): Fix last_x for full width rows.
2005-01-20 15:23:22 +00:00
Kim F. Storm
c310aca4a7
*** empty log message ***
2005-01-20 15:21:45 +00:00
Stefan Monnier
66c226bf5a
(handle-select-window): Don't switch window when we're in the minibuffer.
2005-01-20 14:23:23 +00:00
Stefan Monnier
f0d3d9feb0
Add dotimes-with-progress-reporter.
2005-01-19 23:47:35 +00:00
Stefan Monnier
7c018923b0
(ses-dotimes-msg): Remove macro. Use `dotimes-with-progress-reporter' instead.
2005-01-19 23:46:31 +00:00
Stefan Monnier
aa56124af5
(dotimes-with-progress-reporter): New macro.
2005-01-19 23:44:48 +00:00
Kim F. Storm
8fd7aa51de
(Fvertical_motion): Temporarily disable selective display.
2005-01-19 23:17:00 +00:00
Kim F. Storm
3d6a4b2d44
*** empty log message ***
2005-01-19 23:16:39 +00:00
Steven Tamm
8db8a5cf5f
* term/mac-win.el (process-connection-type): Use new
...
operating-system-release variable to use ptys on Darwin 7 (OSX
10.3) when using carbon build.
2005-01-19 19:14:01 +00:00
Steven Tamm
3bb9abc888
* editfns.c (Voperating_system_release): Added.
...
(init_editfns): Assign new variable operating-system-release
based on call to uname if available.
* config.h: Regenerated.
2005-01-19 19:09:42 +00:00
Steven Tamm
551ffc2715
* configure.in: Check for <sys/utsname.h>.
...
* configure: Regenerate.
2005-01-19 19:09:04 +00:00
Jay Belanger
17c90a9e65
(calc-user-define-edit): Put original formula in formula editing buffer.
2005-01-19 17:21:44 +00:00
Jay Belanger
8423891cfd
(Keep arguments): Clarify the effect of keeping arguments on keyboard macros.
2005-01-19 16:58:06 +00:00
Jay Belanger
7679290d6e
(calc-fancy-prefix-other-key): Don't clear flags if the last command
...
was a tab or M-tab.
2005-01-19 16:49:06 +00:00
Kim F. Storm
9c25f170b6
(note_mode_line_or_margin_highlight): Fix :pointer
...
image property.
2005-01-19 10:05:28 +00:00
Kim F. Storm
77db5cf358
*** empty log message ***
2005-01-19 10:05:04 +00:00