summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Regenerate.emacs-pretest-22.0.92Chong Yidong2006-12-19
|
* Bump version number to 22.0.92Chong Yidong2006-12-19
|
* *** empty log message ***Juanma Barranquero2006-12-19
|
* (image-type-header-regexps): Be more specific detecting `pbm' and `png' files.Juanma Barranquero2006-12-19
| | | | Use non-capturing parenthesis for `tiff' regexp.
* (Fsearch_forward): Doc fix.Juanma Barranquero2006-12-19
|
* (Fmac_code_convert_string): Doc fix.Juanma Barranquero2006-12-19
|
* (syms_of_keyboard) <double-click-time>: Doc fix.Juanma Barranquero2006-12-19
|
* *** empty log message ***Kim F. Storm2006-12-19
|
* Bind sigusr1 and sigusr2 in special-event-map instead of global-map.Kim F. Storm2006-12-19
|
* (Misc Events): User signals now result in sigusr1Kim F. Storm2006-12-19
| | | | | and sigusr2 events which are handled through special-event-map. (Special Events): User signals and drag-n-drop are special.
* Pass on SIGUSR1 and SIGUSR2 to Emacs.Kim F. Storm2006-12-19
|
* (Qsignal): Declare here.Kim F. Storm2006-12-19
| | | | (syms_of_process): Intern or staticpro it.
* (kbd_buffer_store_event_hold): Undo 2006-12-04 change.Kim F. Storm2006-12-19
| | | | | | | | (make_lispy_event): Don't generate Qsignal prefix for code 0. Abort if signal code is unknown. (store_user_signal_events): Don't make Qsignal prefix (code 0). (Qsignal): Move declaration back to process.c. (syms_of_keyboard): Don't intern or staticpro it here.
* (main): Rename user signals to sigusr1 and sigusr2.Kim F. Storm2006-12-19
|
* *** empty log message ***Juanma Barranquero2006-12-19
|
* (syms_of_buffer) <buffer-display-table>, scroll-up-aggressively,Juanma Barranquero2006-12-19
| | | | scroll-down-aggressively>: Doc fixes.
* *** empty log message ***Kim F. Storm2006-12-19
|
* Fix typos.Romain Francoise2006-12-19
|
* *** empty log message ***Kim F. Storm2006-12-19
|
* (Choosing Modes): Describe match-function elements forKim F. Storm2006-12-19
| | | | magic-mode-alist.
* (magic-mode-alist): Allow matching file type byKim F. Storm2006-12-19
| | | | | | calling a function at bob. Check for image types by calling image-type-from-buffer. Suggested by Juanma Barranquero. (set-auto-mode): Do it.
* *** empty log message ***Michael Albinus2006-12-19
|
* * tramp.texi (External transfer methods): Describe new method `scpc'.Michael Albinus2006-12-19
|
* * net/tramp.el (tramp-methods): Introduce new method `scpc'.Michael Albinus2006-12-19
| | | | | | Remove "ControlMaster" option from the other `scp*' methods. (tramp-default-method): Check for ssh-agent before setting to `scp'.
* RegenerateJan Djärv2006-12-19
|
* * configure.in: Check if Gtk+ compiles at all.Jan Djärv2006-12-19
|
* ** font-lock-defaults = (nil t) is slow?Chong Yidong2006-12-18
| | | | It is not.
* (Windows Keyboard): Add a footnote about "Windows" keys peculiarities.Eli Zaretskii2006-12-18
|
* [WINDOWSNT] (set_fg, get_wc): New variables.Juanma Barranquero2006-12-18
| | | | | | [WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions. (main) [WINDOWSNT]: Remove code to release the focus; call w32_give_focus instead.
* ** jpff@cs.bath.ac.uk, Dec 7: Failure to submit second netnews message.Chong Yidong2006-12-18
| | | | Closing in absence of followup from reporter.
* (org-mode): Show context after isearch.Carsten Dominik2006-12-18
| | | | | (org-show-siblings): New function. (org-show-context): Use `org-show-siblings'.
* *** empty log message ***Carsten Dominik2006-12-18
|
* (syntax-ppss-flush-cache, syntax-ppss): Use syntax-ppss-toplevel-pos.Stefan Monnier2006-12-18
|
* (syntax-ppss-toplevel-pos): Improve docstring.Stefan Monnier2006-12-18
|
* (org-current-line): Make sure that lines areCarsten Dominik2006-12-18
| | | | | | counted from beginning of buffer. (org-table-copy-region, org-table-paste-rectangle): Make sure that lines are counted from beginning of buffer.
* *** empty log message ***Carsten Dominik2006-12-18
|
* Whitespace change (again).Juanma Barranquero2006-12-18
|
* Whitespace change.Juanma Barranquero2006-12-18
|
* (Info-build-node-completions): Signal error if tag-table marker is notChong Yidong2006-12-18
| | | | found.
* * info.el (Info-build-node-completions): Signal error if tag-tableChong Yidong2006-12-18
| | | | marker is not found.
* (Editing Abbrevs): Fix previous change.Richard M. Stallman2006-12-18
|
* ** Document use of gpg-agentChong Yidong2006-12-17
| | | | Done.
* (pgg-gpg-use-agent): Default to t.Chong Yidong2006-12-17
|
* * pgg-gpg.el (pgg-gpg-use-agent): Default to t.Chong Yidong2006-12-17
|
* Added short note on gpg-agent to the introduction.Chong Yidong2006-12-17
|
* * pgg.texi: Added short note on gpg-agent to the introduction.Chong Yidong2006-12-17
|
* ** rms@gnu.org, Dec 9: wdired bug with symlinksChong Yidong2006-12-17
| | | | Was already fixed by cyd's 2006-12-09 change.
* ** Should CC mode set beginning-of-defun-function?Chong Yidong2006-12-17
| | | | Resolved.
* (beginning-of-defun-raw): Optimise (for speed) the case whenChong Yidong2006-12-17
| | | | | open-paren-in-column-0-is-defun-start is nil. Based on code by Martin Rudalics.
* * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (forChong Yidong2006-12-17
| | | | | speed) the case when open-paren-in-column-0-is-defun-start is nil. Based on code by Martin Rudalics.