bpt/emacs.git
17 years ago(x_create_tip_frame): Set terminal and ref count.
Jason Rumney [Thu, 17 May 2007 00:01:32 +0000 (00:01 +0000)]
(x_create_tip_frame): Set terminal and ref count.

17 years ago* emacsclient.c (decode_options): Don't use a tty on windows.
Dan Nicolaescu [Wed, 16 May 2007 23:16:53 +0000 (23:16 +0000)]
* emacsclient.c (decode_options): Don't use a tty on windows.
* makefile.w32-in (VERSION): Update.

17 years ago*** empty log message ***
Jason Rumney [Wed, 16 May 2007 22:49:30 +0000 (22:49 +0000)]
*** empty log message ***

17 years agoReorder to match x-win.el more closely.
Jason Rumney [Wed, 16 May 2007 22:49:00 +0000 (22:49 +0000)]
Reorder to match x-win.el more closely.
(x-setup-function-keys): Use local-function-key-map.
(w32-initialized): New variable.
(w32-initialize-window-system): Set it.
Move more global setup here.

17 years ago*** empty log message ***
Jason Rumney [Wed, 16 May 2007 21:35:20 +0000 (21:35 +0000)]
*** empty log message ***

17 years ago(emacs_socket): Rename from s.
Jason Rumney [Wed, 16 May 2007 21:35:06 +0000 (21:35 +0000)]
(emacs_socket): Rename from s.
Move definition below includes it depends on.
(SEND_STRING, SEND_QUOTED): Remove obfuscation macros.
(quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp):
(main): Expand removed macros inline.

17 years ago(emacs_socket): Rename from s.
Jason Rumney [Wed, 16 May 2007 21:06:28 +0000 (21:06 +0000)]
(emacs_socket): Rename from s.
Move definition below includes it depends on.

17 years ago* emacsclient.c (s): Restore.
Dan Nicolaescu [Wed, 16 May 2007 16:14:26 +0000 (16:14 +0000)]
* emacsclient.c (s): Restore.
(main): Don't define s here.
(w32_execvp): Move definition before use.

17 years ago*** empty log message ***
Jason Rumney [Wed, 16 May 2007 10:13:25 +0000 (10:13 +0000)]
*** empty log message ***

17 years ago(x-setup-function-keys): New function.
Jason Rumney [Wed, 16 May 2007 10:13:09 +0000 (10:13 +0000)]
(x-setup-function-keys): New function.
(w32-initialize-window-system): Move non function key global setup
here.

17 years ago*** empty log message ***
Jason Rumney [Wed, 16 May 2007 10:09:11 +0000 (10:09 +0000)]
*** empty log message ***

17 years agoUpdated dependancies from Makefile.in
Jason Rumney [Wed, 16 May 2007 10:08:53 +0000 (10:08 +0000)]
Updated dependancies from Makefile.in

17 years agoChanges from arch/CVS synchronization
Miles Bader [Wed, 16 May 2007 07:29:38 +0000 (07:29 +0000)]
Changes from arch/CVS synchronization

17 years agoRudimentary fix for environment variable handling.
Miles Bader [Wed, 16 May 2007 07:12:33 +0000 (07:12 +0000)]
Rudimentary fix for environment variable handling.

* lisp/env.el (getenv): Restore David Kastrup's fix.
(environment): Add optional frame parameter.

* lisp/mule-cmds.el (set-locale-environment): Fix getenv call.
* lisp/term/rxvt.el (rxvt-set-background-mode): Ditto.
* lisp/x-win.el (x-initialize-window-system, terminal-init-xterm): Ditto.

* lisp/server.el (server-with-environment): Restore the original environment.

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-6
Creator:  Karoly Lorentey <karoly@lorentey.hu>

17 years agoAdd arch tagline
Miles Bader [Wed, 16 May 2007 02:51:49 +0000 (02:51 +0000)]
Add arch tagline

17 years agoUpdated w32 progress
Jason Rumney [Tue, 15 May 2007 23:32:55 +0000 (23:32 +0000)]
Updated w32 progress

17 years agoNew ChangeLog for multi-tty specific changes
Jason Rumney [Tue, 15 May 2007 23:30:52 +0000 (23:30 +0000)]
New ChangeLog for multi-tty specific changes

17 years ago(s): Remove.
Jason Rumney [Tue, 15 May 2007 23:30:30 +0000 (23:30 +0000)]
(s): Remove.
(main): Define here instead.
(main) [WINDOWSNT]: Don't call ttyname.
Don't recognize -suspend option.
(main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals.
(strprefix): Define unconditionally.

17 years agoNew ChangeLog for multi-tty specific changes
Jason Rumney [Tue, 15 May 2007 23:30:12 +0000 (23:30 +0000)]
New ChangeLog for multi-tty specific changes

17 years agoOnly load x-dnd and x-win when X is compiled in.
Jason Rumney [Tue, 15 May 2007 23:21:42 +0000 (23:21 +0000)]
Only load x-dnd and x-win when X is compiled in.
Load w32-win and dependencies on windows-nt.

17 years agoProvide w32-win.
Jason Rumney [Tue, 15 May 2007 23:21:10 +0000 (23:21 +0000)]
Provide w32-win.
Don't throw error when global window-system not w32.
(x-cut-buffer-max): Remove.
(w32-initialize-window-system): New function.
(handle-args-function-alist, frame-creation-function-alist):
(window-system-initialization-alist): Add w32 entries.

17 years agoNew ChangeLog for multi-tty specific changes
Jason Rumney [Tue, 15 May 2007 23:12:09 +0000 (23:12 +0000)]
New ChangeLog for multi-tty specific changes

17 years ago(OBJ1): Add terminal.$(O)
Jason Rumney [Tue, 15 May 2007 23:11:07 +0000 (23:11 +0000)]
(OBJ1): Add terminal.$(O)

17 years ago(restore_kboard_configuration): Only define when MULTI_KBOARD defined.
Jason Rumney [Tue, 15 May 2007 23:08:52 +0000 (23:08 +0000)]
(restore_kboard_configuration): Only define when MULTI_KBOARD defined.

17 years ago(init_initial_terminal): Only set initial_kboard when MULTI_KBOARD defined.
Jason Rumney [Tue, 15 May 2007 23:08:04 +0000 (23:08 +0000)]
(init_initial_terminal): Only set initial_kboard when MULTI_KBOARD defined.

17 years ago(dissociate_if_controlling_tty) [WINDOWSNT]: Don't define function body.
Jason Rumney [Tue, 15 May 2007 23:07:41 +0000 (23:07 +0000)]
(dissociate_if_controlling_tty) [WINDOWSNT]: Don't define function body.
(init_tty) [WINDOWSNT]: Use selected_frame for initializing.

17 years ago(w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
Jason Rumney [Tue, 15 May 2007 23:07:08 +0000 (23:07 +0000)]
(w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
(mac_init_fringe) [MAC_OS]: Get rif from selected_frame.

17 years ago(display_info) [WINDOWSNT]: Add w32.
Jason Rumney [Tue, 15 May 2007 23:06:47 +0000 (23:06 +0000)]
(display_info) [WINDOWSNT]: Add w32.

17 years ago(display_menu_bar) [HAVE_NTGUI]: Check frame type.
Jason Rumney [Tue, 15 May 2007 23:06:27 +0000 (23:06 +0000)]
(display_menu_bar) [HAVE_NTGUI]: Check frame type.

17 years ago(Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
Jason Rumney [Tue, 15 May 2007 23:05:27 +0000 (23:05 +0000)]
(Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
(make_terminal_frame) [WINDOWSNT]: Initialize terminal.

17 years ago(SYSTEM_PURESIZE_EXTRA): Bump to 50k.
Jason Rumney [Tue, 15 May 2007 23:04:35 +0000 (23:04 +0000)]
(SYSTEM_PURESIZE_EXTRA): Bump to 50k.

17 years ago(request_sigio, unrequest_sigio): Remove
Jason Rumney [Tue, 15 May 2007 23:04:14 +0000 (23:04 +0000)]
(request_sigio, unrequest_sigio): Remove

17 years ago(w32_console_read_socket): Make first arg a frame.
Jason Rumney [Tue, 15 May 2007 23:03:48 +0000 (23:03 +0000)]
(w32_console_read_socket): Make first arg a frame.

17 years ago(w32con_move_cursor, w32con_clear_to_end):
Jason Rumney [Tue, 15 May 2007 23:03:04 +0000 (23:03 +0000)]
(w32con_move_cursor, w32con_clear_to_end):
(w32con_clear_frame, w32con_clear_end_of_line):
(w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs):
(w32con_delete_glyphs, w32con_set_terminal_window):
(scroll_line, w32_sys_ring_bell): Add frame arg.
(w32con_set_terminal_modes, w32con_reset_terminal_modes): Add
terminal arg.
(PICK_FRAME): Remove.
(w32con_write_glyphs): Use frame specific terminal coding.
(one_and_only_w32cons): New global variable.
(initialize_w32_display): Use it for storing hooks.
(create_w32cons_output): New function.

17 years ago(Fx_popup_menu): Use terminal specific mouse_position_hook.
Jason Rumney [Tue, 15 May 2007 23:02:24 +0000 (23:02 +0000)]
(Fx_popup_menu): Use terminal specific mouse_position_hook.

17 years ago(x_set_tool_bar_lines): Don't use updating_frame.
Jason Rumney [Tue, 15 May 2007 23:01:38 +0000 (23:01 +0000)]
(x_set_tool_bar_lines): Don't use updating_frame.
(Fx_create_frame): Set terminal and ref count.
(Fx_open_connection): Remove window-system check.

17 years ago(w32_display_info): Add terminal.
Jason Rumney [Tue, 15 May 2007 22:59:34 +0000 (22:59 +0000)]
(w32_display_info): Add terminal.
(w32_sys_ring_bell, x_delete_display): Declare here.

17 years ago(w32_set_terminal_modes, w32_reset_terminal_modes):
Jason Rumney [Tue, 15 May 2007 22:59:04 +0000 (22:59 +0000)]
(w32_set_terminal_modes, w32_reset_terminal_modes):
Add terminal arg.
(x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
Add frame arg.
(x_delete_terminal, w32_create_terminal): New functions.
(w32_term_init): Create a terminal.
(w32_initialize): Move terminal specific initialization to
w32_create_terminal.

17 years ago(getenv): Fix reverted by demand of Dan Nicolaescu
David Kastrup [Mon, 14 May 2007 22:29:58 +0000 (22:29 +0000)]
(getenv): Fix reverted by demand of Dan Nicolaescu
because it exposes further problems.

17 years ago(getenv): Pass frame to getenv-internal.
David Kastrup [Sun, 13 May 2007 20:54:15 +0000 (20:54 +0000)]
(getenv): Pass frame to getenv-internal.

17 years agoImport arch branch emacs@sv.gnu.org/emacs--multi-tty--0
Miles Bader [Sun, 13 May 2007 13:26:57 +0000 (13:26 +0000)]
Import arch branch emacs@sv.gnu.org/emacs--multi-tty--0

17 years agoMerged from emacs@sv.gnu.org
Karoly Lorentey [Fri, 11 May 2007 18:24:42 +0000 (18:24 +0000)]
Merged from emacs@sv.gnu.org

Patches applied:

 * emacs@sv.gnu.org/emacs--devo--0--patch-708
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-709
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-710
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-711
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-712
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-713
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-714
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-715
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-716
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-717
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-718
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-719
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-720
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-721
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-722
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-723
   Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.

 * emacs@sv.gnu.org/emacs--devo--0--patch-724
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-725
   Merge from gnus--rel--5.10

 * emacs@sv.gnu.org/emacs--devo--0--patch-726
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-727
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-728
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-729
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-730
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-731
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-732
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-733
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-734
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-735
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-736
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-737
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-738
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-739
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-740
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-741
   Merge from gnus--rel--5.10

 * emacs@sv.gnu.org/emacs--devo--0--patch-742
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-743
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--rel--22--base-0
   tag of emacs@sv.gnu.org/emacs--devo--0--patch-709

 * emacs@sv.gnu.org/emacs--rel--22--patch-1
   Sync to CVS tag EMACS_22_BRANCHPOINT

 * emacs@sv.gnu.org/emacs--rel--22--patch-2
   Sync to CVS branch EMACS_22_BASE

 * emacs@sv.gnu.org/emacs--rel--22--patch-3
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-4
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-5
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-6
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-7
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-8
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-9
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-10
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-11
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-12
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-13
   Update from CVS

 * emacs@sv.gnu.org/gnus--rel--5.10--patch-217
   Update from CVS

 * emacs@sv.gnu.org/gnus--rel--5.10--patch-218
   Merge from emacs--devo--0, emacs--rel--22

 * emacs@sv.gnu.org/gnus--rel--5.10--patch-219
   Update from CVS

 * emacs@sv.gnu.org/gnus--rel--5.10--patch-220
   Update from CVS

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-605

17 years agoMerge from emacs--rel--22
Miles Bader [Fri, 11 May 2007 04:44:30 +0000 (04:44 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 13)

   - Update from CVS

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

   * lisp/international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
   (iso-cvt-write-only): Likewise.

   * lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
   Fix generated doc string.

   * lisp/startup.el (fancy-splash-text): Add URL of guided tour.
   Adjust horizontal and vertical whitespace.

   * lisp/progmodes/compile.el (compilation-handle-exit):
   Use run-hook-with-args to run compilation-finish-functions.

   * lisp/files.el (file-start-mode-alist): New variable.
   (magic-mode-regexp-match-limit): Doc fix.
   (set-auto-mode): Handle file-start-mode-alist.
   A little cleanup of structure.

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

   * lispref/keymaps.texi (Scanning Keymaps): Update where-is-internal example.

   * lispref/help.texi (Keys in Documentation): Add reference to
   Documentation Tips.

   * lispref/files.texi (Format Conversion): TO-FN gets three arguments.

   * lispref/modes.texi (Auto Major Mode): Document file-start-mode-alist.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-743

17 years ago(Scanning Keymaps): Update where-is-internal example.
Richard M. Stallman [Thu, 10 May 2007 16:39:33 +0000 (16:39 +0000)]
(Scanning Keymaps): Update where-is-internal example.

17 years ago(Keys in Documentation): Add reference to Documentation Tips.
Richard M. Stallman [Thu, 10 May 2007 16:38:28 +0000 (16:38 +0000)]
(Keys in Documentation): Add reference to Documentation Tips.

17 years ago(Format Conversion): TO-FN gets three arguments.
Richard M. Stallman [Thu, 10 May 2007 16:37:21 +0000 (16:37 +0000)]
(Format Conversion): TO-FN gets three arguments.

17 years ago(iso-cvt-read-only): Ignore arguments.
Richard M. Stallman [Thu, 10 May 2007 16:34:28 +0000 (16:34 +0000)]
(iso-cvt-read-only): Ignore arguments.
(iso-cvt-write-only): Likewise.

17 years ago(define-minor-mode): Fix generated doc string.
Richard M. Stallman [Thu, 10 May 2007 16:33:50 +0000 (16:33 +0000)]
(define-minor-mode): Fix generated doc string.

17 years ago(timeclock-in): Fix non-interactive workday specifications.
Richard M. Stallman [Thu, 10 May 2007 16:32:30 +0000 (16:32 +0000)]
(timeclock-in): Fix non-interactive workday specifications.
(timeclock-log): Don't kill the log buffer if it already existed.

17 years ago(fancy-splash-text): Add URL of guided tour.
Richard M. Stallman [Thu, 10 May 2007 16:12:37 +0000 (16:12 +0000)]
(fancy-splash-text): Add URL of guided tour.
Adjust horizontal and vertical whitespace.

17 years ago(compilation-handle-exit):
Richard M. Stallman [Thu, 10 May 2007 16:10:27 +0000 (16:10 +0000)]
(compilation-handle-exit):
Use run-hook-with-args to run compilation-finish-functions.

17 years ago*** empty log message ***
Richard M. Stallman [Thu, 10 May 2007 14:53:13 +0000 (14:53 +0000)]
*** empty log message ***

17 years ago(Auto Major Mode): Document file-start-mode-alist.
Richard M. Stallman [Thu, 10 May 2007 14:51:08 +0000 (14:51 +0000)]
(Auto Major Mode): Document file-start-mode-alist.

17 years ago(file-start-mode-alist): New variable.
Richard M. Stallman [Thu, 10 May 2007 14:48:46 +0000 (14:48 +0000)]
(file-start-mode-alist): New variable.
(magic-mode-regexp-match-limit): Doc fix.
(set-auto-mode): Handle file-start-mode-alist.
A little cleanup of structure.

17 years ago(dabbrev-eliminate-newlines): Renamed from
Richard M. Stallman [Thu, 10 May 2007 14:46:52 +0000 (14:46 +0000)]
(dabbrev-eliminate-newlines): Renamed from
dabbrev--eliminate-newlines.  All uses changed.

17 years ago(Man-next-section): Don't consider the last line of the page as being
Michaël Cadilhac [Thu, 10 May 2007 11:54:33 +0000 (11:54 +0000)]
(Man-next-section): Don't consider the last line of the page as being
part of any section.

17 years ago* elisp.texi (Top): Remove "Saving Properties" from detailed menu.
Thien-Thi Nguyen [Thu, 10 May 2007 08:43:56 +0000 (08:43 +0000)]
* elisp.texi (Top): Remove "Saving Properties" from detailed menu.
* files.texi (Format Conversion): Expand intro; add menu.
(Format Conversion Overview, Format Conversion Round-Trip)
(Format Conversion Piecemeal): New nodes/subsections.
* hooks.texi: Xref "Format Conversion" , not "Saving Properties".
* text.texi (Text Properties): Remove "Saving Properties" from menu.
(Saving Properties): Delete node/subsection.

17 years ago(sgml-value): Fix handling of attributes which can take any number of values.
Stefan Monnier [Thu, 10 May 2007 06:02:15 +0000 (06:02 +0000)]
(sgml-value): Fix handling of attributes which can take any number of values.

17 years ago(tex-font-lock-keywords-2): Add citet and citep
Stefan Monnier [Thu, 10 May 2007 06:00:48 +0000 (06:00 +0000)]
(tex-font-lock-keywords-2): Add citet and citep
to the list of citation commands.

17 years agoMerge from emacs--rel--22
Miles Bader [Wed, 9 May 2007 23:47:51 +0000 (23:47 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 12)

   - Update from CVS

2007-05-08  Richard M. Stallman  <rms@gnu.org>

   * lisp/mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
   Don't include non-self-insert commands in the exception for `-'.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-739

17 years ago(nndiary-request-move-article): Revert hunk from previous commit.
Reiner Steib [Wed, 9 May 2007 21:02:29 +0000 (21:02 +0000)]
(nndiary-request-move-article): Revert hunk from previous commit.

17 years agoRemove the description comment (nndiary is now properly documented in the Gnus
Reiner Steib [Wed, 9 May 2007 19:29:12 +0000 (19:29 +0000)]
Remove the description comment (nndiary is now properly documented in the Gnus
manual).  Fix the spelling of "Back End".

17 years ago(Running NNDiary): Use ~/.gnus.el instead of gnusrc.
Reiner Steib [Wed, 9 May 2007 19:07:32 +0000 (19:07 +0000)]
(Running NNDiary): Use ~/.gnus.el instead of gnusrc.

(Email Based Diary): New. Proper documentation for the
nndiary back end and the gnus-diary library.

17 years ago(vc-find-root): Stop searching when the user changes.
Stefan Monnier [Wed, 9 May 2007 17:09:08 +0000 (17:09 +0000)]
(vc-find-root): Stop searching when the user changes.

17 years ago(python-font-lock-keywords, python-open-block-statement-p, python-mode):
Stefan Monnier [Wed, 9 May 2007 16:56:20 +0000 (16:56 +0000)]
(python-font-lock-keywords, python-open-block-statement-p, python-mode):
Add support for the new "with" keyword.

17 years ago(python-end-of-block): Revert last change.
Stefan Monnier [Wed, 9 May 2007 16:53:13 +0000 (16:53 +0000)]
(python-end-of-block): Revert last change.
(python-end-of-statement): Make sure we move *forward*.

17 years ago(sendmail-pre-abbrev-expand-hook):
Richard M. Stallman [Tue, 8 May 2007 18:15:58 +0000 (18:15 +0000)]
(sendmail-pre-abbrev-expand-hook):
Don't include non-self-insert commands in the exception for `-'.

17 years ago(diff-apply-hunk, diff-test-hunk): Don't do by default
Stefan Monnier [Tue, 8 May 2007 16:07:32 +0000 (16:07 +0000)]
(diff-apply-hunk, diff-test-hunk): Don't do by default
the exact opposite of diff-goto-source.

17 years ago(ad-special-forms): Remove.
Stefan Monnier [Tue, 8 May 2007 16:05:02 +0000 (16:05 +0000)]
(ad-special-forms): Remove.
(ad-special-form-p): Use subr-arity.

17 years ago(compilation-find-file): Add a big comment.
Stefan Monnier [Tue, 8 May 2007 16:02:14 +0000 (16:02 +0000)]
(compilation-find-file): Add a big comment.

17 years ago(comment-search-forward): Make sure we search forward.
Stefan Monnier [Tue, 8 May 2007 15:59:45 +0000 (15:59 +0000)]
(comment-search-forward): Make sure we search forward.
(comment-enter-backward): Try and distinguish the non-matching case at
EOB from the non-matching case with a missing comment-end-skip for
a 2-char comment ender.
(comment-choose-indent): New function extracted from comment-indent.
Improve the alignment algorithm.
(comment-indent): Use it.

17 years ago(sgml-lexical-context): Add handling of XML style Processing Instructions.
Stefan Monnier [Tue, 8 May 2007 06:57:38 +0000 (06:57 +0000)]
(sgml-lexical-context): Add handling of XML style Processing Instructions.
(sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
(sgml-calculate-indent): Handle `pi' context.

17 years agoEnsure that update-changelog issues an error when used with
Stefan Monnier [Tue, 8 May 2007 04:26:41 +0000 (04:26 +0000)]
Ensure that update-changelog issues an error when used with
a backend that does not implement it.
(vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
Remove `backend' argument.  Use expand-file-name.
(vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.

17 years agoMerge from emacs--rel--22
Miles Bader [Tue, 8 May 2007 02:07:17 +0000 (02:07 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 11)

   - Update from CVS

2007-05-08  David Reitter  <david.reitter@gmail.com>

   * lisp/progmodes/python.el (python-guess-indent): Check non-nullness
   before comparing indent against the 2..8 interval.

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

   * src/editfns.c (Ftranspose_regions): Yet another int/Lisp_Object mixup
     (YAILOM)

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-736

17 years ago(python-guess-indent): Check non-nullness before comparing indent against
Stefan Monnier [Tue, 8 May 2007 01:35:26 +0000 (01:35 +0000)]
(python-guess-indent): Check non-nullness before comparing indent against
the 2..8 interval.

17 years ago*** empty log message ***
Stefan Monnier [Tue, 8 May 2007 00:50:07 +0000 (00:50 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 7 May 2007 23:42:38 +0000 (23:42 +0000)]
*** empty log message ***

17 years ago(Flookup_key): Fix typo in last change.
Andreas Schwab [Mon, 7 May 2007 20:50:08 +0000 (20:50 +0000)]
(Flookup_key): Fix typo in last change.

17 years agoEMACSVER=22 for printing, per rms.
Karl Berry [Mon, 7 May 2007 17:08:09 +0000 (17:08 +0000)]
EMACSVER=22 for printing, per rms.

17 years ago(Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
Stefan Monnier [Mon, 7 May 2007 15:41:37 +0000 (15:41 +0000)]
(Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
mapping for unibyte strings.

17 years ago(Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM)
Stefan Monnier [Mon, 7 May 2007 15:25:47 +0000 (15:25 +0000)]
(Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM)

17 years ago(mac-ts-unicode-for-key-event): Check if text is available.
YAMAMOTO Mitsuharu [Mon, 7 May 2007 08:06:55 +0000 (08:06 +0000)]
(mac-ts-unicode-for-key-event): Check if text is available.

17 years ago(mac-ts-unicode-for-key-event): Check if text is available.
YAMAMOTO Mitsuharu [Mon, 7 May 2007 08:05:55 +0000 (08:05 +0000)]
(mac-ts-unicode-for-key-event): Check if text is available.

17 years agoMerge from emacs--rel--22
Miles Bader [Mon, 7 May 2007 01:09:35 +0000 (01:09 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 9-10)

   - Update from CVS

2007-05-06  Richard M. Stallman  <rms@gnu.org>

   * lisp/emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.

2007-05-03  Ryan Yeske  <rcyeske@gmail.com>

   * lisp/net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
   disconnections.

2007-05-06  Richard M. Stallman  <rms@gnu.org>

   * lispref/processes.texi (Accepting Output): Revert most of previous change.

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

   * lispref/processes.texi (Accepting Output): accept-process-output
   uses microseconds, not milliseconds.  But that arg is obsolete.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-734

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 6 May 2007 20:27:47 +0000 (20:27 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 6 May 2007 18:10:44 +0000 (18:10 +0000)]
*** empty log message ***

17 years ago(turn-on-eldoc-mode): Doc fix.
Richard M. Stallman [Sun, 6 May 2007 18:10:35 +0000 (18:10 +0000)]
(turn-on-eldoc-mode): Doc fix.

17 years ago(Create Tags Table): Clean up previous change.
Richard M. Stallman [Sun, 6 May 2007 17:50:22 +0000 (17:50 +0000)]
(Create Tags Table): Clean up previous change.

17 years ago(Create Tags Table): Add text about the dangers of
Richard M. Stallman [Sun, 6 May 2007 17:49:19 +0000 (17:49 +0000)]
(Create Tags Table): Add text about the dangers of
making symbolic links to tags files.  (Clarified by RMS.)

17 years ago(Accepting Output): Revert most of previous change.
Richard M. Stallman [Sun, 6 May 2007 17:44:41 +0000 (17:44 +0000)]
(Accepting Output): Revert most of previous change.

17 years agoUndo May 3 change.
Richard M. Stallman [Sun, 6 May 2007 17:39:53 +0000 (17:39 +0000)]
Undo May 3 change.

17 years agoChange from author without relevant assignment is (thankfully) tiny.
Glenn Morris [Sat, 5 May 2007 22:57:07 +0000 (22:57 +0000)]
Change from author without relevant assignment is (thankfully) tiny.

17 years ago*** empty log message ***
Glenn Morris [Sat, 5 May 2007 22:50:55 +0000 (22:50 +0000)]
*** empty log message ***

17 years agoAdd notes about NEWS, as a reminder for the next release.
Glenn Morris [Sat, 5 May 2007 22:47:02 +0000 (22:47 +0000)]
Add notes about NEWS, as a reminder for the next release.

17 years agoTry to rearrange by related topics, and some order of importance.
Glenn Morris [Sat, 5 May 2007 22:40:31 +0000 (22:40 +0000)]
Try to rearrange by related topics, and some order of importance.

17 years agoTry to rearrange by related topics, and some order of importance.
Glenn Morris [Sat, 5 May 2007 22:39:58 +0000 (22:39 +0000)]
Try to rearrange by related topics, and some order of importance.

17 years ago*** empty log message ***
Glenn Morris [Sat, 5 May 2007 22:39:13 +0000 (22:39 +0000)]
*** empty log message ***

17 years ago(diff): Use buffer-local vars diff-old-file and diff-new-file
Stefan Monnier [Sat, 5 May 2007 22:12:40 +0000 (22:12 +0000)]
(diff): Use buffer-local vars diff-old-file and diff-new-file
rather than storing their value in the revert-buffer function.

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 5 May 2007 04:50:04 +0000 (04:50 +0000)]
*** empty log message ***

17 years ago(rcirc-timeout-seconds): Increase to prevent unwanted disconnections.
Richard M. Stallman [Sat, 5 May 2007 04:49:51 +0000 (04:49 +0000)]
(rcirc-timeout-seconds): Increase to prevent unwanted disconnections.