Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (select-safe-coding-system-interactively): | Kenichi Handa | 2006-12-27 | 1 | -1/+3 |
| | | | | Use face `link' for problematic chars. | ||||
* | (ido-set-matches-1): Fix last change. If default item is | Kim F. Storm | 2006-12-27 | 1 | -0/+5 |
| | | | | current buffer, it is ok to be first. | ||||
* | *** empty log message *** | Kim F. Storm | 2006-12-27 | 1 | -0/+5 |
| | |||||
* | (select-safe-coding-system-interactively): | Kenichi Handa | 2006-12-27 | 2 | -6/+13 |
| | | | | Improve the message in *Warning* buffer. | ||||
* | (ido-set-matches-1): Never put current buffer first if | Kim F. Storm | 2006-12-27 | 1 | -0/+3 |
| | | | | there are other matches. | ||||
* | *** empty log message *** | Kim F. Storm | 2006-12-27 | 1 | -0/+5 |
| | |||||
* | (gud-watch): Allow duplicate names for watch | Nick Roberts | 2006-12-26 | 1 | -32/+19 |
| | | | | | | | | | expressions. (gdb-var-delete): Handle duplicate names. Print message for non root expressions. (gdb-partial-output-name): Start buffer name with a space. (gdb-info-breakpoints-custom, gdb-reset): Handle space in above buffer name. | ||||
* | *** empty log message *** | Nick Roberts | 2006-12-26 | 1 | -0/+10 |
| | |||||
* | (custom-browse-sort-alphabetically, custom-buffer-sort-alphabetically) | Richard M. Stallman | 2006-12-26 | 2 | -3/+10 |
| | | | | (custom-menu-sort-alphabetically): Doc fixes. Add autoloads. | ||||
* | (Footnote-insert-footnote): Fix the search of the last footnote when | Michaël Cadilhac | 2006-12-26 | 2 | -1/+7 |
| | | | | `footnote-spaced-footnotes' is nil. | ||||
* | *** empty log message *** | Richard M. Stallman | 2006-12-26 | 3 | -2/+10 |
| | |||||
* | (Fsearch_forward): Doc fix. | Richard M. Stallman | 2006-12-26 | 1 | -1/+1 |
| | |||||
* | (image-type-header-regexps): Change element format | Richard M. Stallman | 2006-12-26 | 1 | -20/+35 |
| | | | | | | | to include third item NOT-ALWAYS. (image-type-from-data): Handle new format. (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES. (image-type-from-file-header): Pass t for INCLUDE-MAYBES. | ||||
* | *** empty log message *** | Andreas Schwab | 2006-12-26 | 2 | -0/+8 |
| | |||||
* | (datarootdir): Define. | Andreas Schwab | 2006-12-26 | 2 | -0/+5 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2006-12-26 | 3 | -0/+11 |
| | |||||
* | (Finteractive): Doc fix. | Richard M. Stallman | 2006-12-26 | 1 | -3/+3 |
| | |||||
* | (add-log-current-defun): Call `forward-sexp' | Masatake YAMATO | 2006-12-26 | 2 | -2/+20 |
| | | | | | multiple times to pick a member function name defined as part of nested classes/namespaces. | ||||
* | easy-menu-change patch | Vinicius Jose Latorre | 2006-12-26 | 2 | -2/+12 |
| | |||||
* | (Holidays): Holiday listing is based on current practice, but DST is not. | Richard M. Stallman | 2006-12-26 | 1 | -6/+2 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2006-12-26 | 2 | -2/+10 |
| | |||||
* | (fill-paragraph): Check for a minibuffer | Richard M. Stallman | 2006-12-26 | 1 | -1/+1 |
| | | | | rather than for being in a minibuffer window. | ||||
* | Remove spurious "(tiny change)". | Juanma Barranquero | 2006-12-26 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2006-12-25 | 2 | -25/+21 |
| | |||||
* | Revert unwanted unusual formating to standard form. | Michaël Cadilhac | 2006-12-25 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2006-12-25 | 2 | -0/+23 |
| | |||||
* | (Top): Update subnode menus. | Richard M. Stallman | 2006-12-25 | 1 | -5/+1 |
| | |||||
* | (Transient Mark): Fix xref. | Richard M. Stallman | 2006-12-25 | 1 | -1/+1 |
| | |||||
* | (Graphical Kill): Node deleted. | Richard M. Stallman | 2006-12-25 | 1 | -25/+3 |
| | | | | | (Killing): Add xref to Cut and Paste. (CUA Bindings): Update xref. | ||||
* | (Cut and Paste): New section to hold other nodes. | Richard M. Stallman | 2006-12-25 | 1 | -28/+60 |
| | | | | | | | (Mouse Commands): Node demoted. (Cut/Paste Other App): Split out from Mouse Commands. (Word and Line Mouse): Likewise. (Secondary Selection, Clipboard): Nodes demoted. | ||||
* | (sql-mode-abbrev-table): Corrected initialization. | Richard M. Stallman | 2006-12-25 | 1 | -31/+48 |
| | | | | | (sql-mode-syntax-table): Disable double quoted strings. (sql-mode-font-lock-object-name): Added TYPE and TYPE BODY. | ||||
* | ** Report that datagrams don't work on Windows. | Chong Yidong | 2006-12-25 | 1 | -2/+0 |
| | | | | Done by KFS. | ||||
* | *** empty log message *** | Richard M. Stallman | 2006-12-25 | 1 | -2/+2 |
| | |||||
* | (BROKEN_DATAGRAM_SOCKETS): Define it. | Kim F. Storm | 2006-12-25 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2006-12-25 | 2 | -3/+11 |
| | |||||
* | (mac-keyboard-translate-char, mac-unread-string): | YAMAMOTO Mitsuharu | 2006-12-25 | 2 | -10/+31 |
| | | | | | | New functions. (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event): Use mac-unread-string. | ||||
* | (fancy-splash-last-input-event): New variable. | YAMAMOTO Mitsuharu | 2006-12-25 | 1 | -2/+33 |
| | | | | | | | (fancy-splash-special-event-action): New function. (fancy-splash-screens): Temporarily bind special events to it. Execute command for saved special event before exiting from recursive editing. | ||||
* | (Sorting Sequences): In sort*, add a little cautionary note about the key | Juanma Barranquero | 2006-12-25 | 2 | -1/+8 |
| | | | | procedure being used heavily. | ||||
* | *** empty log message *** | Richard M. Stallman | 2006-12-25 | 1 | -0/+16 |
| | |||||
* | Merge last two entries of Michael Cadilhac, fix first name. | Michaël Cadilhac | 2006-12-25 | 1 | -13/+10 |
| | | | | Fix some other typos. | ||||
* | (Caching passphrase): Default for pgg-gpg-use-agent changed to t. | Chong Yidong | 2006-12-24 | 1 | -10/+14 |
| | | | | (Prerequisites): Add explanation about gpg-agent. | ||||
* | * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed | Chong Yidong | 2006-12-24 | 1 | -0/+6 |
| | | | | | to t. (Prerequisites): Add explanation about gpg-agent. | ||||
* | (fill-comment-paragraph): Prevent the use of an optimized comment regexp if | Michaël Cadilhac | 2006-12-24 | 2 | -1/+6 |
| | | | | `comment-start-skip' uses a ^. | ||||
* | (bs--up): Remove interactive spec. | Michaël Cadilhac | 2006-12-24 | 2 | -1/+4 |
| | |||||
* | (Variable Definitions): Document new name custom-add-frequent-value. | Richard M. Stallman | 2006-12-24 | 2 | -4/+9 |
| | |||||
* | nt/ChangeLog | Eli Zaretskii | 2006-12-24 | 2 | -2/+11 |
| | |||||
* | ($(TRES)): Don't use $<, as nmake supports it only in implicit rules. | Eli Zaretskii | 2006-12-24 | 1 | -1/+1 |
| | | | | Use literal "emacs.rc" instead. | ||||
* | ** Make woman detect use of the doc macros and give a clear error message. | Chong Yidong | 2006-12-24 | 1 | -2/+0 |
| | | | | Fixed. | ||||
* | (woman-decode-buffer): Signal error for alien macro sets. Suggested | Chong Yidong | 2006-12-24 | 1 | -0/+12 |
| | | | | by James Cloos. | ||||
* | * woman.el (woman-decode-buffer): Signal error for alien macro | Chong Yidong | 2006-12-24 | 1 | -0/+5 |
| | | | | sets. |