]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years ago(Fx_popup_menu): Unwind protect while building menu.
Jason Rumney [Mon, 9 Jun 2008 21:43:49 +0000 (21:43 +0000)]
(Fx_popup_menu): Unwind protect while building menu.

16 years agoBootstrap now always starts from fresh loaddefs and similar files, so
Glenn Morris [Mon, 9 Jun 2008 17:07:18 +0000 (17:07 +0000)]
Bootstrap now always starts from fresh loaddefs and similar files, so
maintainer-clean is no longer relevant to this issue.

16 years agoFix typo.
Juanma Barranquero [Mon, 9 Jun 2008 16:15:02 +0000 (16:15 +0000)]
Fix typo.

16 years agoFix typo.
Juanma Barranquero [Mon, 9 Jun 2008 15:25:27 +0000 (15:25 +0000)]
Fix typo.

16 years agoFix typo.
Juanma Barranquero [Mon, 9 Jun 2008 15:09:44 +0000 (15:09 +0000)]
Fix typo.

16 years agoRemove non-breaking space.
Juanma Barranquero [Mon, 9 Jun 2008 13:58:42 +0000 (13:58 +0000)]
Remove non-breaking space.

16 years ago(enum button_type, widget_value, local_heap, local_alloc):
Jason Rumney [Mon, 9 Jun 2008 12:59:07 +0000 (12:59 +0000)]
(enum button_type, widget_value, local_heap, local_alloc):
(local_free, malloc_widget_value, free_widget_value):
(MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE):
(MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION):
(MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP):
(MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
(menu_items, menu_items_allocated, menu_items_used):
(menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
(init_menu_items, finish_menu_items, discard_menu_items):
(grow_menu_items, push_submenu_start, push_submenu_end):
(push_left_right_boundary, push_menu_pane, push_menu_item,
(keymap_panes, single_keymap_panes, list_of_panes, list_of_items):
(free_menubar_widget_tree_value, parse_single_submenu):
(update_submenu_strings): Remove functions.
(xmalloc_widget_value): Remove and declare extern.

16 years ago* menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
Jason Rumney [Mon, 9 Jun 2008 12:57:42 +0000 (12:57 +0000)]
* menu.c [HAVE_NTGUI]: Include w32term.h, move widget related
defs to w32gui.h.
(single_keymap_panes, push_menu_item, push_menu_pane): Make
globally visible.

16 years ago* w32gui.h (widget_value, XtPointer, Boolean, enum button_type):
Jason Rumney [Mon, 9 Jun 2008 12:57:27 +0000 (12:57 +0000)]
* w32gui.h (widget_value, XtPointer, Boolean, enum button_type):
(local_heap, local_alloc, local_free, malloc_widget_value):
(free_widget_value): Define here.

16 years ago(enum button_type, widget_value, local_heap, local_alloc):
Jason Rumney [Mon, 9 Jun 2008 12:38:07 +0000 (12:38 +0000)]
(enum button_type, widget_value, local_heap, local_alloc):
(local_free, malloc_widget_value, free_widget_value):
(MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE):
(MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION):
(MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP):
(MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
(menu_items, menu_items_allocated, menu_items_used):
(menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
(init_menu_items, finish_menu_items, discard_menu_items):
(grow_menu_items, push_submenu_start, push_submenu_end):
(push_left_right_boundary, push_menu_pane, push_menu_item,
(keymap_panes, single_keymap_panes, list_of_panes, list_of_items):
(free_menubar_widget_tree_value, parse_single_submenu):
(update_submenu_strings): Remove functions.
(xmalloc_widget_value): Remove and declare extern.

16 years agoInclude w32term.h, move widget related
Jason Rumney [Mon, 9 Jun 2008 12:36:49 +0000 (12:36 +0000)]
Include w32term.h, move widget related
defs there.

16 years ago(widget_value, XtPointer, Boolean, enum button_type): Define here.
Jason Rumney [Mon, 9 Jun 2008 12:36:01 +0000 (12:36 +0000)]
(widget_value, XtPointer, Boolean, enum button_type): Define here.

16 years ago($(SRC)/menu.o): New target.
Jason Rumney [Mon, 9 Jun 2008 11:54:51 +0000 (11:54 +0000)]
($(SRC)/menu.o): New target.
(OBJ1): Include it.

16 years agoFix typos.
Juanma Barranquero [Mon, 9 Jun 2008 11:36:44 +0000 (11:36 +0000)]
Fix typos.

16 years agoFix typos.
Juanma Barranquero [Mon, 9 Jun 2008 11:30:20 +0000 (11:30 +0000)]
Fix typos.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 9 Jun 2008 10:25:27 +0000 (10:25 +0000)]
*** empty log message ***

16 years agoFix typo. "cvs -d" is another entirely different switch.
Juanma Barranquero [Mon, 9 Jun 2008 10:08:13 +0000 (10:08 +0000)]
Fix typo. "cvs -d" is another entirely different switch.

16 years agoClarify why `make bootstrap' sometimes fails.
Alan Mackenzie [Mon, 9 Jun 2008 08:48:12 +0000 (08:48 +0000)]
Clarify why `make bootstrap' sometimes fails.

16 years ago*** empty log message ***
Alan Mackenzie [Mon, 9 Jun 2008 08:46:21 +0000 (08:46 +0000)]
*** empty log message ***

16 years ago(Qascii_0): Extern it.
Kenichi Handa [Mon, 9 Jun 2008 07:20:07 +0000 (07:20 +0000)]
(Qascii_0): Extern it.

16 years ago(Qascii_0): New variable.
Kenichi Handa [Mon, 9 Jun 2008 07:19:19 +0000 (07:19 +0000)]
(Qascii_0): New variable.
(syms_of_font): DEFSYM it.
(font_open_by_name): If the registry "iso8859-1" fails, try also
"ascii-0".

16 years ago(ftfont_spec_pattern): Accept the registry `ascii-0'.
Kenichi Handa [Mon, 9 Jun 2008 07:16:15 +0000 (07:16 +0000)]
(ftfont_spec_pattern): Accept the registry `ascii-0'.

16 years ago*** empty log message ***
Kenichi Handa [Mon, 9 Jun 2008 07:14:37 +0000 (07:14 +0000)]
*** empty log message ***

16 years ago(font-encoding-alist): Add an entry for "ascii-0".
Kenichi Handa [Mon, 9 Jun 2008 07:05:35 +0000 (07:05 +0000)]
(font-encoding-alist): Add an entry for "ascii-0".

16 years ago*** empty log message ***
Martin Rudalics [Mon, 9 Jun 2008 06:54:15 +0000 (06:54 +0000)]
*** empty log message ***

16 years ago(hanja-init-load): Show the message only when loading a table.
Kenichi Handa [Mon, 9 Jun 2008 01:19:02 +0000 (01:19 +0000)]
(hanja-init-load): Show the message only when loading a table.

16 years ago(mh-complete-word): Doc fix.
John Paul Wallington [Sun, 8 Jun 2008 21:53:13 +0000 (21:53 +0000)]
(mh-complete-word): Doc fix.

16 years ago(mh-letter-mode-syntax-table): Define within defvar.
John Paul Wallington [Sun, 8 Jun 2008 21:48:05 +0000 (21:48 +0000)]
(mh-letter-mode-syntax-table): Define within defvar.

16 years ago(mh-alias-read-address-map): Define within defvar.
John Paul Wallington [Sun, 8 Jun 2008 21:47:08 +0000 (21:47 +0000)]
(mh-alias-read-address-map): Define within defvar.

16 years ago(toplevel): Put `doc-string-elt' properties on `defun-mh'
John Paul Wallington [Sun, 8 Jun 2008 21:46:14 +0000 (21:46 +0000)]
(toplevel): Put `doc-string-elt' properties on `defun-mh'
and `defmacro-mh'.

16 years agoloaddefs are always fully regenerated on bootstrapping.
Glenn Morris [Sun, 8 Jun 2008 19:11:43 +0000 (19:11 +0000)]
loaddefs are always fully regenerated on bootstrapping.
Mention esh-groups.
Mention autogen-clean.

16 years agoThere is no reason to not use the `-dP' options to `cvs update' every time.
Glenn Morris [Sun, 8 Jun 2008 19:00:38 +0000 (19:00 +0000)]
There is no reason to not use the `-dP' options to `cvs update' every time.

16 years agoAutoload cookies for newsticker.
Ulf Jasper [Sun, 8 Jun 2008 18:44:20 +0000 (18:44 +0000)]
Autoload cookies for newsticker.

16 years agoAdd arch tagline
Miles Bader [Sun, 8 Jun 2008 18:09:06 +0000 (18:09 +0000)]
Add arch tagline

16 years agoDocument that `completion-ignore-case' is nil on MS-Windows.
John Paul Wallington [Sun, 8 Jun 2008 17:25:40 +0000 (17:25 +0000)]
Document that `completion-ignore-case' is nil on MS-Windows.

16 years agonewsticker changes.
Ulf Jasper [Sun, 8 Jun 2008 15:43:53 +0000 (15:43 +0000)]
newsticker changes.

16 years agoSplit into multiple files. New frontend. Bugfixes.
Ulf Jasper [Sun, 8 Jun 2008 15:37:08 +0000 (15:37 +0000)]
Split into multiple files. New frontend. Bugfixes.

16 years agoInitial check-in.
Ulf Jasper [Sun, 8 Jun 2008 15:36:18 +0000 (15:36 +0000)]
Initial check-in.

16 years ago(vc-dir-children-marked-p): Fix child check.
Andreas Schwab [Sun, 8 Jun 2008 15:31:08 +0000 (15:31 +0000)]
(vc-dir-children-marked-p): Fix child check.

16 years ago(vc-cvs-dir-status): Pass -f to cvs.
Andreas Schwab [Sun, 8 Jun 2008 15:18:28 +0000 (15:18 +0000)]
(vc-cvs-dir-status): Pass -f to cvs.

16 years ago(vc-dir-move-to-goal-column): Don't move in an
Andreas Schwab [Sun, 8 Jun 2008 14:53:18 +0000 (14:53 +0000)]
(vc-dir-move-to-goal-column): Don't move in an
empty line.

16 years ago(minibuffer-message): Bind inhibit-quit around
Andreas Schwab [Sun, 8 Jun 2008 14:10:50 +0000 (14:10 +0000)]
(minibuffer-message): Bind inhibit-quit around
sit-for.

16 years ago(split-height-threshold, split-width-threshold): Add
Martin Rudalics [Sun, 8 Jun 2008 13:02:38 +0000 (13:02 +0000)]
(split-height-threshold, split-width-threshold): Add
choice nil.
(split-window-preferred-function): Allow either nil or a function.
(window--splittable-p, window--try-to-split-window): Handle
changed option values.
(window--frame-usable-p): Handle nil argument.
(display-buffer): Call get-lru-window when pop-up-windows is nil
and window can't be split.

16 years agoFix last entry for .gdbinit.
Eli Zaretskii [Sun, 8 Jun 2008 12:41:36 +0000 (12:41 +0000)]
Fix last entry for .gdbinit.

16 years ago*** empty log message ***
Juanma Barranquero [Sun, 8 Jun 2008 12:03:27 +0000 (12:03 +0000)]
*** empty log message ***

16 years ago* auth-source.el: Precise Tramp doc.
Michael Albinus [Sun, 8 Jun 2008 11:50:16 +0000 (11:50 +0000)]
* auth-source.el: Precise Tramp doc.

16 years agoFix typo.
Bastien Guerry [Sun, 8 Jun 2008 11:40:45 +0000 (11:40 +0000)]
Fix typo.

16 years agoDocument when cvs -d up may be needed.
Eric S. Raymond [Sun, 8 Jun 2008 11:33:11 +0000 (11:33 +0000)]
Document when cvs -d up may be needed.

16 years ago*** empty log message ***
Kenichi Handa [Sun, 8 Jun 2008 11:11:18 +0000 (11:11 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Kenichi Handa [Sun, 8 Jun 2008 11:01:55 +0000 (11:01 +0000)]
*** empty log message ***

16 years ago* net/tramp.el (top): Quote feature names. Remove
Michael Albinus [Sun, 8 Jun 2008 10:49:19 +0000 (10:49 +0000)]
* net/tramp.el (top): Quote feature names.  Remove
`tramp-rfn-eshadow-setup-minibuffer' from
`rfn-eshadow-setup-minibuffer-hook' when unloading.
(tramp-read-passwd): There is only one call to
`auth-source-user-or-password' needed.  Pacify byte compiler.

16 years ago* uniquify.el (uniquify-get-proposed-name): Handle remote files.
Michael Albinus [Sun, 8 Jun 2008 10:42:34 +0000 (10:42 +0000)]
* uniquify.el (uniquify-get-proposed-name): Handle remote files.

16 years ago* menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
Andreas Schwab [Sun, 8 Jun 2008 09:26:02 +0000 (09:26 +0000)]
* menu.c [HAVE_X_WINDOWS]: Include "xterm.h".
* Makefile.in (menu.o): Update dependencies.

16 years ago(Ffontset_info): Fix typo.
Andreas Schwab [Sun, 8 Jun 2008 09:01:28 +0000 (09:01 +0000)]
(Ffontset_info): Fix typo.

16 years ago* Makefile.in (obj): Always add menu.o
Andreas Schwab [Sun, 8 Jun 2008 08:59:47 +0000 (08:59 +0000)]
* Makefile.in (obj): Always add menu.o
* emacs.c (main): Always call syms_of_menu.
* keyboard.h: Remove extra #ifdef HAVE_X_WINDOW.

16 years ago(display-buffer): Use lru window if current window
Andreas Schwab [Sun, 8 Jun 2008 07:54:25 +0000 (07:54 +0000)]
(display-buffer): Use lru window if current window
cannot be split.

16 years agoAdd note.
Chong Yidong [Sun, 8 Jun 2008 04:39:45 +0000 (04:39 +0000)]
Add note.

16 years ago* Makefile.in: Compile menu.c.
Chong Yidong [Sun, 8 Jun 2008 04:38:11 +0000 (04:38 +0000)]
* Makefile.in: Compile menu.c.

* lisp.h: Declare syms_of_menu.

* emacs.c (main): Call syms_of_menu.

* keyboard.h: Relocate platform-independent menu definitions from
xmenu.c.

* menu.c: New file.  Relocate platform-independent menu
definitions from xmenu.c.

* xmenu.c: Remove platform-independent menu definitions.
(menu_items menu_items_inuse, menu_items_allocated)
(menu_items_used, menu_items_n_panes)
(menu_items_submenu_depth): Move to keyboard.h.
(init_menu_items, finish_menu_items, unuse_menu_items)
(discard_menu_items, restore_menu_items, save_menu_items)
(grow_menu_items, push_submenu_start, push_submenu_end)
(push_left_right_boundary, push_menu_pane, push_menu_item)
(keymap_panes, single_keymap_panes, single_menu_item)
(list_of_panes, list_of_items, find_and_call_menu_selection)
(xmalloc_widget_value, free_menubar_widget_value_tree)
(parse_single_submenu, digest_single_submenu)
(update_submenu_strings): Move to menu.c.

16 years agoCompile menu.c.
Chong Yidong [Sun, 8 Jun 2008 04:37:50 +0000 (04:37 +0000)]
Compile menu.c.

16 years agoDeclare syms_of_menu.
Chong Yidong [Sun, 8 Jun 2008 04:37:34 +0000 (04:37 +0000)]
Declare syms_of_menu.

16 years ago(main): Call syms_of_menu.
Chong Yidong [Sun, 8 Jun 2008 04:37:19 +0000 (04:37 +0000)]
(main): Call syms_of_menu.

16 years agoRelocate platform-independent menu definitions from xmenu.c.
Chong Yidong [Sun, 8 Jun 2008 04:37:01 +0000 (04:37 +0000)]
Relocate platform-independent menu definitions from xmenu.c.

16 years agoRemove platform-independent menu definitions.
Chong Yidong [Sun, 8 Jun 2008 04:36:46 +0000 (04:36 +0000)]
Remove platform-independent menu definitions.
(menu_items menu_items_inuse, menu_items_allocated)
(menu_items_used, menu_items_n_panes)
(menu_items_submenu_depth): Move to keyboard.h.
(init_menu_items, finish_menu_items, unuse_menu_items)
(discard_menu_items, restore_menu_items, save_menu_items)
(grow_menu_items, push_submenu_start, push_submenu_end)
(push_left_right_boundary, push_menu_pane, push_menu_item)
(keymap_panes, single_keymap_panes, single_menu_item)
(list_of_panes, list_of_items, find_and_call_menu_selection)
(xmalloc_widget_value, free_menubar_widget_value_tree)
(parse_single_submenu, digest_single_submenu)
(update_submenu_strings): Move to menu.c.

16 years ago* menu.c: New file. Relocate platform-independent menu definitions
Chong Yidong [Sun, 8 Jun 2008 04:36:08 +0000 (04:36 +0000)]
* menu.c: New file.  Relocate platform-independent menu definitions
from xmenu.c.

16 years ago(apropos-library): New command and new button.
Stefan Monnier [Sun, 8 Jun 2008 04:32:43 +0000 (04:32 +0000)]
(apropos-library): New command and new button.
(apropos-library-button): New function.

16 years agoRemove spurious * in docstrings.
Stefan Monnier [Sun, 8 Jun 2008 03:48:22 +0000 (03:48 +0000)]
Remove spurious * in docstrings.
(apropos-label-face): Use variable pitch.
(apropos-print): Use dolist and with-current-buffer.
(apropos-print-doc): Use when.

16 years ago(special-display-p, display-buffer): Fix up C->Elisp transcription error.
Stefan Monnier [Sun, 8 Jun 2008 02:07:47 +0000 (02:07 +0000)]
(special-display-p, display-buffer): Fix up C->Elisp transcription error.

16 years ago(byte-compile-current-group): New var.
Stefan Monnier [Sun, 8 Jun 2008 02:07:25 +0000 (02:07 +0000)]
(byte-compile-current-group): New var.
(byte-compile-file): Initialize it.
(byte-compile-nogroup-warn): Keep track of the current group.

16 years ago(compile, compile-always, bootstrap-prepare):
Glenn Morris [Sun, 8 Jun 2008 01:23:11 +0000 (01:23 +0000)]
(compile, compile-always, bootstrap-prepare):
Explictly pass EMACS to sub-makes that use it, for non-GNU makes.

16 years ago(Flast_nonminibuf_frame): Handle the NULL case.
Stefan Monnier [Sat, 7 Jun 2008 13:52:12 +0000 (13:52 +0000)]
(Flast_nonminibuf_frame): Handle the NULL case.

16 years agoDocstrings improved.
Kenichi Handa [Sat, 7 Jun 2008 12:43:11 +0000 (12:43 +0000)]
Docstrings improved.

16 years ago(hanja-init-load): Use a char-table for
Kenichi Handa [Sat, 7 Jun 2008 12:41:32 +0000 (12:41 +0000)]
(hanja-init-load): Use a char-table for
hanja-table.
(hangul-to-hanja-char): Adjusted for the above change.

16 years ago(bootstrap-build): Remove mostlyclean, since it seems to serve no
Glenn Morris [Sat, 7 Jun 2008 02:47:27 +0000 (02:47 +0000)]
(bootstrap-build): Remove mostlyclean, since it seems to serve no
purpose.

16 years ago(bootstrap-clean): Run autogen-clean.
Glenn Morris [Sat, 7 Jun 2008 02:46:01 +0000 (02:46 +0000)]
(bootstrap-clean): Run autogen-clean.
(maintainer-clean): No need to run autogen-clean now it is included in
bootstrap-clean.

16 years agoRemove unnecessary eval-when-compile.
Glenn Morris [Sat, 7 Jun 2008 02:44:49 +0000 (02:44 +0000)]
Remove unnecessary eval-when-compile.

16 years agoRemove unnecessary eval-when-compiles and eval-and-compiles.
Glenn Morris [Sat, 7 Jun 2008 02:44:10 +0000 (02:44 +0000)]
Remove unnecessary eval-when-compiles and eval-and-compiles.

16 years ago(finder-compile-keywords): Use lm-keywords-list rather than lm-keywords.
Glenn Morris [Sat, 7 Jun 2008 02:42:43 +0000 (02:42 +0000)]
(finder-compile-keywords): Use lm-keywords-list rather than lm-keywords.

16 years ago(terminal-init-linux): Use gpm-mouse-mode rather than obsolete alias.
Glenn Morris [Sat, 7 Jun 2008 02:42:21 +0000 (02:42 +0000)]
(terminal-init-linux): Use gpm-mouse-mode rather than obsolete alias.

16 years agoCommentary fixes.
Glenn Morris [Sat, 7 Jun 2008 02:41:46 +0000 (02:41 +0000)]
Commentary fixes.
Remove unnecessary eval-when-compile.

16 years agoRemove unnecessary eval-and-compile.
Glenn Morris [Sat, 7 Jun 2008 02:41:06 +0000 (02:41 +0000)]
Remove unnecessary eval-and-compile.

16 years ago(mail-interactive): Add :version.
Glenn Morris [Sat, 7 Jun 2008 02:40:47 +0000 (02:40 +0000)]
(mail-interactive): Add :version.

16 years agoRemove unnecessary eval-when-compiles and eval-and-compiles.
Glenn Morris [Sat, 7 Jun 2008 02:39:43 +0000 (02:39 +0000)]
Remove unnecessary eval-when-compiles and eval-and-compiles.

16 years agoRemove unnecessary eval-and-compile.
Glenn Morris [Sat, 7 Jun 2008 02:38:59 +0000 (02:38 +0000)]
Remove unnecessary eval-and-compile.

16 years agoRemove unnecessary eval-when-compiles.
Glenn Morris [Sat, 7 Jun 2008 02:38:32 +0000 (02:38 +0000)]
Remove unnecessary eval-when-compiles.

16 years agoRemove unnecessary eval-when-compile.
Glenn Morris [Sat, 7 Jun 2008 02:37:56 +0000 (02:37 +0000)]
Remove unnecessary eval-when-compile.

16 years agoRemove unnecessary eval-when-compiles and eval-and-compiles.
Glenn Morris [Sat, 7 Jun 2008 02:37:13 +0000 (02:37 +0000)]
Remove unnecessary eval-when-compiles and eval-and-compiles.

16 years agoFix attribution and date of nnir.el addition.
Glenn Morris [Sat, 7 Jun 2008 02:36:34 +0000 (02:36 +0000)]
Fix attribution and date of nnir.el addition.

16 years agoRemove unnecessary eval-when-compile.
Glenn Morris [Sat, 7 Jun 2008 02:36:02 +0000 (02:36 +0000)]
Remove unnecessary eval-when-compile.

16 years agoFormatting fixes.
Glenn Morris [Sat, 7 Jun 2008 02:35:44 +0000 (02:35 +0000)]
Formatting fixes.

16 years agoRemove unnecessary eval-when-compiles.
Glenn Morris [Sat, 7 Jun 2008 02:35:02 +0000 (02:35 +0000)]
Remove unnecessary eval-when-compiles.

16 years ago(auth-source-user-or-password): Remove unnecessary eval-and-compile.
Glenn Morris [Sat, 7 Jun 2008 02:34:01 +0000 (02:34 +0000)]
(auth-source-user-or-password): Remove unnecessary eval-and-compile.

16 years agoCalculate tab width based on current face, not global default
Miles Bader [Fri, 6 Jun 2008 23:07:50 +0000 (23:07 +0000)]
Calculate tab width based on current face, not global default

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

16 years agoMerge from gnus--devo--0
Miles Bader [Fri, 6 Jun 2008 22:53:14 +0000 (22:53 +0000)]
Merge from gnus--devo--0

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

16 years ago(menu-bar-options-menu): Add Menu entry for longlines mode.
Chong Yidong [Fri, 6 Jun 2008 21:28:20 +0000 (21:28 +0000)]
(menu-bar-options-menu): Add Menu entry for longlines mode.

16 years ago* menu-bar.el (menu-bar-options-menu): Add Menu entry for longlines
Chong Yidong [Fri, 6 Jun 2008 21:28:10 +0000 (21:28 +0000)]
* menu-bar.el (menu-bar-options-menu): Add Menu entry for longlines
mode.

16 years agoNew vars `replace-search-function' and `replace-re-search-function'.
Chong Yidong [Fri, 6 Jun 2008 20:39:46 +0000 (20:39 +0000)]
New vars `replace-search-function' and `replace-re-search-function'.

16 years ago(longlines-show-effect): Default to a pilcrow sign.
Chong Yidong [Fri, 6 Jun 2008 20:39:18 +0000 (20:39 +0000)]
(longlines-show-effect): Default to a pilcrow sign.

16 years ago* longlines.el (longlines-show-effect): Default to a pilcrow sign.
Chong Yidong [Fri, 6 Jun 2008 20:39:07 +0000 (20:39 +0000)]
* longlines.el (longlines-show-effect): Default to a pilcrow sign.

16 years ago(replace-search-function, replace-re-search-function): New vars.
Chong Yidong [Fri, 6 Jun 2008 20:32:11 +0000 (20:32 +0000)]
(replace-search-function, replace-re-search-function): New vars.
(perform-replace): Use them.

16 years ago(longlines-re-search-forward): New function.
Chong Yidong [Fri, 6 Jun 2008 20:31:10 +0000 (20:31 +0000)]
(longlines-re-search-forward): New function.
(longlines-mode): Bind replace-search-function and
replace-re-search-function, to ensure that replacement commands
treat newlines as spaces.